Multi-core reachability for timed automata

  • Authors:
  • Andreas E. Dalsgaard;Alfons Laarman;Kim G. Larsen;Mads Chr. Olesen;Jaco van de Pol

  • Affiliations:
  • Department of Computer Science, Aalborg University, Denmark;Formal Methods and Tools, University of Twente, The Netherlands;Department of Computer Science, Aalborg University, Denmark;Department of Computer Science, Aalborg University, Denmark;Formal Methods and Tools, University of Twente, The Netherlands

  • Venue:
  • FORMATS'12 Proceedings of the 10th international conference on Formal Modeling and Analysis of Timed Systems
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Model checking of timed automata is a widely used technique. But in order to take advantage of modern hardware, the algorithms need to be parallelized. We present a multi-core reachability algorithm for the more general class of well-structured transition systems, and an implementation for timed automata. Our implementation extends the opaal tool to generate a timed automaton successor generator in c++, that is efficient enough to compete with the uppaal model checker, and can be used by the discrete model checker LTSmin, whose parallel reachability algorithms are now extended to handle subsumption of semi-symbolic states. The reuse of efficient lockless data structures guarantees high scalability and efficient memory use. With experiments we show that opaal+LTSmin can outperform the current state-of-the-art, uppaal. The added parallelism is shown to reduce verification times from minutes to mere seconds with speedups of up to 40 on a 48-core machine. Finally, strict BFS and (surprisingly) parallel DFS search order are shown to reduce the state count, and improve speedups.