Parallel Vertex Cover Algorithms on GPUs

被引:2
|
作者
Yamout, Peter [1 ]
Barada, Karim [1 ]
Jaljuli, Adnan [1 ]
Mouawad, Amer E. [1 ]
El Hajj, Izzat [1 ]
机构
[1] Amer Univ Beirut, Beirut, Lebanon
关键词
D O I
10.1109/IPDPS53621.2022.00028
中图分类号
TP3 [计算技术、计算机技术];
学科分类号
0812 ;
摘要
Finding small vertex covers in a graph has applications in numerous domains such as scheduling, computational biology, telecommunication networks, artificial intelligence, social science, and many more. Two common formulations of the problem include: Minimum Vertex Cover (MVC), which finds the smallest vertex cover in a graph, and Parameterized Vertex Cover (PVC), which finds a vertex cover whose size is less than or equal to some parameter k. Algorithms for both formulations involve traversing a search tree, which grows exponentially with the size of the graph or the value of k. Parallelizing the traversal of the vertex cover search tree on GPUs is challenging for multiple reasons. First, the search tree is a narrow binary tree which makes it difficult to extract enough sub-trees to process in parallel to fully utilize the GPU's massively parallel execution resources. Second, the search tree is highly imbalanced which makes load balancing across a massive number of parallel GPU workers especially challenging. Third, keeping around all the intermediate state needed to traverse many sub-trees in parallel puts high pressure on the GPU's memory resources and may act as a limiting factor to parallelism. To address these challenges, we propose an approach to traverse the vertex cover search tree in parallel using GPUs while handling dynamic load balancing. Each thread block traverses a different sub-tree using a local stack, however, we use a global worklist to balance the load to ensure that all blocks remain busy. Blocks contribute branches of their sub-trees to the global worklist on an as-needed basis, while blocks that finish their subtrees pick up new ones from the global worklist. We use degree arrays to represent intermediate graphs so that the representation is compact in memory to avoid limiting parallelism, but selfcontained which is necessary for the load balancing process. Our evaluation shows that compared to approaches used in prior work, our hybrid approach of using local stacks and a global worklist substantially improves performance and reduces load imbalance, especially on difficult instances of the problem. Our implementations have been open sourced to enable further research on parallel solutions to the vertex cover problem and other similar problems involving parallel traversal of narrow and highly imbalanced search trees.
引用
收藏
页码:201 / 211
页数:11
相关论文
共 50 条
  • [21] On efficient fixed parameter algorithms for WEIGHTED VERTEX COVER
    Niedermeier, R
    Rossmanith, P
    ALGORITHM AND COMPUTATION, PROCEEDINGS, 2001, 1969 : 180 - 191
  • [22] APPROXIMATION ALGORITHMS FOR THE SET COVERING AND VERTEX COVER PROBLEMS
    HOCHBAUM, DS
    SIAM JOURNAL ON COMPUTING, 1982, 11 (03) : 555 - 556
  • [23] Improved approximation algorithms for the partial vertex cover problem
    Halperin, E
    Srinivasan, A
    APPROXIMATION ALGORITHMS FOR COMBINATORIAL OPTIMIZATION, PROCEEDINGS, 2002, 2462 : 161 - 174
  • [24] On the applicability of Diploid Genetic Algorithms in Vertex Cover Problem
    Mohammad Amini
    Sonal Dwivedi
    Mohammad Akif Beg
    CSI Transactions on ICT, 2016, 4 (2-4) : 177 - 182
  • [25] Parameterized Reductions and Algorithms for Another Vertex Cover Generalization
    Damaschke, Peter
    Molokov, Leonid
    ALGORITHMS AND DATA STRUCTURES, 2011, 6844 : 279 - +
  • [26] Quantum Algorithms of the Vertex Cover Problem on a Quantum Computer
    Chang, Weng-Long
    Ren, Ting-Ting
    Feng, Mang
    Huang, Shu-Chien
    Lu, Lai Chin
    Lin, Kawuu Weicheng
    Guo, Minyi
    2009 WASE INTERNATIONAL CONFERENCE ON INFORMATION ENGINEERING, ICIE 2009, VOL II, 2009, : 100 - +
  • [27] Algorithms and Complexity Results for the Capacitated Vertex Cover Problem
    van Rooij, Sebastiaan B.
    van Rooij, Johan M. M.
    THEORY AND PRACTICE OF COMPUTER SCIENCE, SOFSEM 2019, 2019, 11376 : 473 - 489
  • [28] Analyses of Simple Hybrid Algorithms for the Vertex Cover Problem
    Friedrich, Tobias
    He, Jun
    Hebbinghaus, Nils
    Neumann, Frank
    Witt, Carsten
    EVOLUTIONARY COMPUTATION, 2009, 17 (01) : 3 - 19
  • [29] SOME FURTHER APPROXIMATION ALGORITHMS FOR THE VERTEX COVER PROBLEM
    MONIEN, B
    SPECKENMEYER, E
    LECTURE NOTES IN COMPUTER SCIENCE, 1983, 159 : 341 - 349
  • [30] On some approximation algorithms for dense vertex cover problem
    Eremeev, AV
    OPERATIONS RESEARCH PROCEEDINGS 1999, 2000, : 58 - 62