%0 Journal Article %T Parallel and distributed model checking in Eddy %A Melatti, Igor %A Palmer, Robert %A Sawaya, Geoffrey %A Yang, Yu %A Kirby, Robert Mike %A Gopalakrishnan, Ganesh %J Int. J. Softw. Tools Technol. Transf. %D 2009 %V 11 %N 1 %I Springer-Verlag %C Berlin, Heidelberg %@ 1433-2779 %F Melatti_etal2009 %O exported from refbase (http://mclab.di.uniroma1.it/publications/show.php?record=80), last updated on Sat, 24 Nov 2012 13:39:48 +0100 %X Model checking of safety properties can be scaled up by pooling the CPU and memory resources of multiple computers. As compute clusters containing 100s of nodes, with each node realized using multi-core (e.g., 2) CPUs will be widespread, a model checker based on the parallel (shared memory) and distributed (message passing) paradigms will more efficiently use the hardware resources. Such a model checker can be designed by having each node employ two shared memory threads that run on the (typically) two CPUs of a node, with one thread responsible for state generation, and the other for efficient communication, including (1) performing overlapped asynchronous message passing, and (2) aggregating the states to be sent into larger chunks in order to improve communication network utilization. We present the design details of such a novel model checking architecture called Eddy. We describe the design rationale, details of how the threads interact and yield control, exchange messages, as well as detect termination. We have realized an instance of this architecture for the Murphi modeling language. Called Eddy_Murphi, we report its performance over the number of nodes as well as communication parameters such as those controlling state aggregation. Nearly linear reduction of compute time with increasing number of nodes is observed. Our thread task partition is done in such a way that it is modular, easy to port across different modeling languages, and easy to tune across a variety of platforms. %R 10.1007/s10009-008-0094-x %U http://mclab.di.uniroma1.it/publications/papers/melatti/2009/80_Melatti_etal2009.pdf %U https://doi.org/10.1007/s10009-008-0094-x %P 13-25