Journal of Logic and Computation Advance Access published online on March 5, 2009
Journal of Logic and Computation, doi:10.1093/logcom/exp004
Original Papers |
A Database Approach to Distributed State-Space Generation
Institute of Computer Science, University of Innsbruck, Austria; Faculty of Electrical Engineering, Mathematics and Computer Science, University of Twente, The Netherlands.
E-mail: sccblom{at}cs.utwente.nl
Department of Software Engineering, CWI, The Netherlands.
E-mail: bert.lisser{at}cwi.nl
Department of Software Engineering, CWI, The Netherlands; Faculty for Electrical Engineering, Mathematics and Computer Science, University of Twente, The Netherlands.
E-mail: vdpol{at}cs.utwente.nl; michaelw{at}cs.utwente.nl
Received 29 February 2008.
| Abstract |
|---|
We study distributed state-space generation on a cluster of workstations. It is explained why state-space partitioning by a global hash function is problematic when states contain variables from unbounded domains, such as lists or other recursive data types. Our solution is to introduce a database which maintains a global numbering of state values. We also describe tree compression, a technique of recursive state folding, and show that it is superior to manipulating plain state vectors. This solution is implemented and linked to the µCRL toolset, where state values are implemented as maximally shared terms (ATerms). However, it is applicable to other models as well, e.g. PROMELA or LOTOS models. Our experiments show the trade-offs between keeping the database global, replicated or local, depending on the available network bandwidth and latency.
Keywords: State-space partitioning; state collapsing; tree compression; µCRL