Vgraph: Memory-Efficient Multicore Graph Processing for Traversal-Centric Algorithms

Menghan Jia,Yiming Zhang,Xinbiao Gan,Dongsheng Li,Erci Xu,Ruibo Wang,Kai Lu
DOI: https://doi.org/10.1109/sc41404.2022.00068
2022-01-01
Abstract:To lower the monetary/energy cost, single-machine multicore graph processing is gaining increasing attention for a wide range of traversal-centric graph algorithms such as BFS, SSSP, CC, and PageRank, of which the processing is relatively simple and the topology data (vertices and edges) dominates the memory footprint. This paper presents $v$ Graph, a NUMA-aware, memory-efficient multicore graph processing system for traversal-centric algorithms. $v$ Graph proposes an ultralight NUMA-aware graph preprocessing scheme which eliminates almost all complex preprocessing steps and pipelines per-NUMA graph loading and compressing, to effectively reduce inter-NUMA memory accesses while keeping both preprocessing cost and peak memory footprint low. We further optimize $v$ Graph with effective HPC techniques including prefetching and work-stealing. Evaluation on a 384GB-memory, four-NUMA machine shows that compared to the state-of-the-art NUMA-aware/-unaware systems, $v$ Graph can process much larger real-world and synthetic graphs with various traversal-centric algorithms, achieving significantly higher memory efficiency and lower processing time.
What problem does this paper attempt to address?