Ultimate Paralizer: Parallel Trace Abstraction (Competition Contribution)
摘要
We present the multi-threaded software model checker Ultimate Paralizer, which lets us use multiple CPU cores effectively. Ultimate Paralizer is built on Ultimate Automizer ’s automata-theoretic approach to software model checking, which performs a variant of counterexample-guided abstraction refinement. The parallelization idea of Ultimate Paralizer is simple but effective. For parallelization, Ultimate Paralizer analyzes multiple, diverse counterexample independently in parallel including the computation of an abstraction refinement if necessary. A central coordinator steers the verification process, in particular it selects the counterexamples for analysis and performs the necessary abstraction updates. In SV-COMP 2026, Ultimate Paralizer participates in the categories reach-safety and no-overflows and in the demo wall-time track.