Proceedings paper

Title:
Streaming State Space: A Method of Distributed Model Verification
Authors:
V. Holub, P. Tůma
Publication:
Proc. 1st Joint IEEE/IFIP Symposium on Theoretical Aspects of Software Engineering (TASE)
DOI:
Year:
2007

Abstract:
We present an alternative to traditional approaches of parallel and distributed model verification. In contrast to methods based on partitioning the state space, we keep the states together, sorted and organized as a stream. The stream is passed across computational nodes in a logical circle where each node updates the states in the part of the stream it currently sees. The presented method relies on state locality, allows storing the state space at external storage devices, and scales well on a non-dedicated, nonuniform cluster of up to tens of nodes. We have implemented an experimental version of the algorithm and obtained very promising results in scalability in the number of processors and computational nodes used in a large real-life use case.

BibTeX:
@inproceedings{holub_streaming_2007,
    title = {{Streaming State Space: A Method of Distributed Model Verification}},
    author = {Holub, V. and Tuma, P.},
    year = {2007},
    booktitle = {{Proc. 1st Joint IEEE/IFIP Symposium on Theoretical Aspects of Software Engineering (TASE)}},
    publisher = {IEEE},
    doi = {10.1109/TASE.2007.47},
    pages = {356--368},
    shorttitle = {Streaming State Space},
}