Multi-Threaded Software Model Checking via Parallel Trace Abstraction Refinement
Max Barth, Marie-Christine Jakobs
TL;DR
The paper addresses the time cost of automatic software verification by parallelizing trace abstraction refinement to leverage multi-core CPUs. It introduces a coordinator–worker architecture that analyzes multiple syntactic traces in parallel, performing feasibility checks and interpolant automaton generation concurrently while a central coordinator updates the global trace abstraction. The key contributions are the conceptual parallelization of trace abstraction via diverse trace selection, an interpolant-based refinement mechanism, and the integration of this approach into Ultimate Automizer, plus a large-scale evaluation on SVBenchmark tasks showing improved effectiveness and substantial response-time reductions with more workers. The results demonstrate that parallel trace abstraction can significantly speed up verification on time-consuming tasks and complement existing parallelization techniques, enabling more practical use in continuous integration and large-scale verification pipelines.
Abstract
Automatic software verification is a valuable means for software quality assurance. However, automatic verification and in particular software model checking can be time-consuming, which hinders their practical applicability e.g., the use in continuous integration. One solution to address the issue is to reduce the response time of the verification procedure by leveraging today's multi-core CPUs. In this paper, we propose a solution to parallelize trace abstraction, an abstraction-based approach to software model checking. The underlying idea of our approach is to parallelize the abstraction refinement. More concretely, our approach analyzes different traces (syntactic program paths) that could violate the safety property in parallel. We realize our parallelized version of trace abstraction in the verification tool Ulti mate Automizer and perform a thorough evaluation. Our evaluation shows that our parallelization is more effective than sequential trace abstraction and can provide results significantly faster on many time-consuming tasks. Also, our approach is more effective than DSS, a recent parallel approach to abstraction-based software model checking.
