Distributed State Space Exploration

From LRDE

Revision as of 19:58, 27 June 2019 by Bot (talk | contribs) (Created page with "{{CSIReport | authors = Paul Guénézan | title = Distributed State Space Exploration | year = 2019 | number = 1904 | abstract = In the model checking field, the data structur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

In the model checking field, the data structures used to represent a given program can't be stored in memory due to combinatorial explosion. To speed up the exploration of such large data structureswe can use parallel or distributed algorithms. In this report, we present an implemention of a distributed state space exploration algorithm proposed by Camille Coti in "One-Sided Communications for more Efficient Parallel State Space Exploration over RDMA Clusters". We compare it against a synchronous algorithm and an asynchronous algorithm using threads to communicate with the same machine. We give benchmarks of all these algorithms using the BEEN benchmark.