Formal verification of concurrent software: two case studies

  • Authors:
  • Hana Chockler;Eitan Farchi;Ziv Glazberg;Benny Godlin;Yarden Nir-Buchbinder;Ishai Rabinovitz

  • Affiliations:
  • Haifa University, Haifa, Israel;Haifa University, Haifa, Israel;Haifa University, Haifa, Israel;Haifa University, Haifa, Israel;Haifa University, Haifa, Israel;Mellanox Technologies, Israel

  • Venue:
  • Proceedings of the 2006 workshop on Parallel and distributed systems: testing and debugging
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Software model checking came to the focus of research recently, with sharp growth in the number of safety-critical applications and in the complexity of software. In model checking of software we meet some obstacles which do not exist in model checking of hardware: the state explosion problem is more acute, the model often consists of many processes that run concurrently, and there also can be a requirement for correct behavior in the presence of failures. Also, the programs are written in high-level programming languages, which causes two problems: the model-checker has to understand a programming language,and the state space of the program can be infinite (for example, the range of values for integer values is infinite in theory). In this paper, we present two case studies of real projects at IBM, which were formally modeled and verified using ExpliSAT model checker, as well a testing tool ConTest. The second case also involves modeling limited Byzantine (malicious) failures of processes. We discuss the special structure of the control flow graph of these programs and perform probabilistic analysis of the number of random executions needed in order to execute all control flow paths with high probability. We also compare the performance of ConTest and ExpliSAT on these case studies.