Altmanninger, J., & Rebola Pardo, A. (2020). Frying the Egg, Roasting the Chicken: Unit Deletions in DRAT Proofs. In J. Blanchette & C. Hritcu (Eds.), CPP 2020: Proceedings of the 9th ACM SIGPLAN International Conference on Certified Programs and Proofs. ACM. https://doi.org/10.1145/3372885.3373821
CPP 2020: Proceedings of the 9th ACM SIGPLAN International Conference on Certified Programs and Proofs
-
ISBN:
9781450370974
-
Date (published):
2020
-
Event name:
9th ACM SIGPLAN International Conference on Certified Programs and Proofs 2020
-
Event date:
20-Jan-2020 - 21-Jan-2020
-
Event place:
New Orleans, United States of America (the)
-
Number of Pages:
10
-
Publisher:
ACM, New York, NY, USA
-
Publisher:
Association for Computing Machinery, New York, NY, USA
-
Keywords:
DRAT proofs; DRAT checking; SAT solving
en
Abstract:
The clausal proof format DRAT is the standard de facto to certify SAT solvers' unsatisfiability results. DRAT proofs act as logs of clause inferences and clause deletions in the solver. The non-monotonic nature of the proof system makes deletions relevant. State-of-the-art proof checkers ignore deletions of unit clauses, differing from the standard in meaningful ways that require adaptions when proofs are generated or used for purposes other than checking. On the other hand, dealing with unit deletions in the proof checker breaks many of the usual invariants used for efficiency reasons. Furthermore, many SAT solvers introduce spurious unit deletions in proofs. These deletions are never intended to be applied in the checker but are nevertheless introduced, making many proofs generated by state-of-the-art solvers incorrect. We present the first competitive DRAT checker that honors unit deletions, as well as fixes for the spurious deletion issue in proof generation. Our experimental results confirm that unit deletions can be applied with similar average performance to state-of-the-art checkers. We also confirm that a large fraction of the proofs generated during the last SAT solving competition do not respect the DRAT standard. This result was confirmed with proof incorrectness certificates that were independently validated. We find that our proof incorrectness certificates can be of help when debugging SAT solvers and DRAT checkers.
en
Additional information:
The final publication is available via <a href="https://doi.org/ 10.1145/3372885.3373821" target="_blank">https://doi.org/ 10.1145/3372885.3373821</a>.