Affiliation:
1. University of Washington, USA
2. Stanford University, USA
Abstract
Many verification tools build on automated solvers. These tools reduce problems in a specific application domain (e.g., compiler optimization validation) to queries that can be discharged with a highly optimized solver. But the correctness of the reductions themselves is rarely verified in practice, limiting the confidence that the solver's output establishes the desired domain-level property.
This paper presents SpaceSearch, a new library for developing solver-aided tools within a proof assistant. A user builds their solver-aided tool in Coq against the SpaceSearch interface, and the user then verifies that the results provided by the interface are sufficient to establish the tool's desired high-level properties. Once verified, the tool can be extracted to an implementation in a solver-aided language (e.g., Rosette), where SpaceSearch provides an efficient instantiation of the SpaceSearch interface with calls to an underlying SMT solver. This combines the strong correctness guarantees of developing a tool in a proof assistant with the high performance of modern SMT solvers. This paper also introduces new optimizations for such verified solver-aided tools, including parallelization and incrementalization.
We evaluate SpaceSearch by building and verifying two solver-aided tools. The first, SaltShaker, checks that RockSalt's x86 semantics for a given instruction agrees with STOKE's x86 semantics. SaltShaker identified 7 bugs in RockSalt and 1 bug in STOKE. After these systems were patched by their developers, SaltShaker verified the semantics' agreement on 15,255 instruction instantiations in under 2h. The second tool, BGProof, is a verified version of an existing Border Gateway Protocol (BGP) router configuration checker. Like the existing checker, BGProof scales to checking industrial configurations spanning over 240 KLOC, identifying 19 configuration inconsistencies with no false positives. However, the correctness of BGProof has been formally proven, and we found 2 bugs in the unverified implementation. These results demonstrate that SpaceSearch is a practical approach to developing efficient, verified solver-aided tools.
Funder
U.S. Air Force
Defense Advanced Research Projects Agency
Air Force Research Laboratory
Publisher
Association for Computing Machinery (ACM)
Subject
Safety, Risk, Reliability and Quality,Software
Reference36 articles.
1. A Modular Integration of SAT/SMT Solvers to Coq through Proof Witnesses
2. VeriCon
3. Clark Barrett Pascal Fontaine and Cesare Tinelli. 2016a. The Satisfiability Modulo Theories Library (SMT-LIB). www.SMT-LIB.org. (2016). Clark Barrett Pascal Fontaine and Cesare Tinelli. 2016a. The Satisfiability Modulo Theories Library (SMT-LIB). www.SMT-LIB.org. (2016).
4. Clark Barrett Pascal Fontaine and Cesare Tinelli. 2016b. The Satisfiability Modulo Theories Library (SMT-LIB). www. smt-lib.org . (2016). Clark Barrett Pascal Fontaine and Cesare Tinelli. 2016b. The Satisfiability Modulo Theories Library (SMT-LIB). www. smt-lib.org . (2016).
Cited by
6 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Leapfrog: certified equivalence for protocol parsers;Proceedings of the 43rd ACM SIGPLAN International Conference on Programming Language Design and Implementation;2022-06-09
2. A formal foundation for symbolic evaluation with merging;Proceedings of the ACM on Programming Languages;2022-01-12
3. Scaling symbolic evaluation for automated verification of systems code with Serval;Proceedings of the 27th ACM Symposium on Operating Systems Principles;2019-10-27
4. AliveInLean: A Verified LLVM Peephole Optimization Verifier;Computer Aided Verification;2019
5. Using Coq to write fast and correct Haskell;ACM SIGPLAN Notices;2017-10-31