Non-uniform memory access(NUMA)is a computer memory design used in multiprocessing,where the memory access time depends on the memory location relative to the processor.Modern data centers and the scientific computing clusters widely adapt the NUMA architecture due to its low latency of local memory accessing,which is achieved by partitioning the whole memory into multiple nodes and each memory node is connected to a processors' memory controller.However,this partitioning make the memory management much com...