Verifying multi-threaded software using smt-based context-bounded model checking

Software Engineering(2011)

引用 212|浏览367
暂无评分
摘要
We describe and evaluate three approaches to model check multi-threaded software with shared variables and locks using bounded model checking based on Satisfiability Modulo Theories (SMT) and our modelling of the synchronization primitives of the Pthread library. In the lazy approach, we generate all possible interleavings and call the SMT solver on each of them individually, until we either find a bug, or have systematically explored all interleavings. In the schedule recording approach, we encode all possible interleavings into one single formula and then exploit the high speed of the SMT solvers. In the underapproximation and widening approach, we reduce the state space by abstracting the number of interleavings from the proofs of unsatisfiability generated by the SMT solvers. In all three approaches, we bound the number of context switches allowed among threads in order to reduce the number of interleavings explored. We implemented these approaches in ESBMC, our SMT-based bounded model checker for ANSI-C programs. Our experiments show that ESBMC can analyze larger problems and substantially reduce the verification time compared to state-of-the-art techniques that use iterative context-bounding algorithms or counter-example guided abstraction refinement.
更多
查看译文
关键词
computability,formal verification,multi-threading,ANSI-C programs,SMT solver,SMT-based bounded model checker,SMT-based context-bounded model checking,Satisfiability Modulo Theories,counter-example guided abstraction refinement,iterative context-bounding algorithm,multithreaded software,state space,formal software verification,multi-threaded systems,sat modulo theories,symbolic and explicit model checking
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要