Download PDFOpen PDF in browser

Checking Unsatisfiability Proofs in Parallel

16 pagesPublished: March 15, 2019

Abstract

Contemporary SAT solvers emit unsatisfiability proofs in the DRAT format to increase confidence in their answers. The state-of-the-art proof verifier drat-trim uses backward- checking and deletion information to efficiently check unsatisfiability results. Checking large proofs still takes as long as solving a formula, and therefore parallelization seems to be a promising approach. However, Heule et al. stated that parallelization of the backward- checking procedure is difficult since clausal proofs do not include dependency information. In this paper, we present a parallelization approach and a prototypical implementation that scales reasonably compared to its sequential version.

In: Daniel Le Berre and Matti Järvisalo (editors). Proceedings of Pragmatics of SAT 2015 and 2018, vol 59, pages 34--49

Links:
BibTeX entry
@inproceedings{POS-18:Checking_Unsatisfiability_Proofs_in,
  author    = {Norbert Manthey and Tobias Philipp},
  title     = {Checking Unsatisfiability Proofs in Parallel},
  booktitle = {Proceedings of Pragmatics of SAT 2015 and 2018},
  editor    = {Daniel Le Berre and Matti J\textbackslash{}"arvisalo},
  series    = {EPiC Series in Computing},
  volume    = {59},
  pages     = {34--49},
  year      = {2019},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/FftK},
  doi       = {10.29007/8w4v}}
Download PDFOpen PDF in browser