English

Monitoring Partially Synchronous Distributed Systems using SMT Solvers

Distributed, Parallel, and Cluster Computing 2017-07-26 v1

Abstract

In this paper, we discuss the feasibility of monitoring partially synchronous distributed systems to detect latent bugs, i.e., errors caused by concurrency and race conditions among concurrent processes. We present a monitoring framework where we model both system constraints and latent bugs as Satisfiability Modulo Theories (SMT) formulas, and we detect the presence of latent bugs using an SMT solver. We demonstrate the feasibility of our framework using both synthetic applications where latent bugs occur at any time with random probability and an application involving exclusive access to a shared resource with a subtle timing bug. We illustrate how the time required for verification is affected by parameters such as communication frequency, latency, and clock skew. Our results show that our framework can be used for real-life applications, and because our framework uses SMT solvers, the range of appropriate applications will increase as these solvers become more efficient over time.

Keywords

Cite

@article{arxiv.1707.07699,
  title  = {Monitoring Partially Synchronous Distributed Systems using SMT Solvers},
  author = {Vidhya Tekken Valapil and Sorrachai Yingchareonthawornchai and Sandeep Kulkarni and Eric Torng and Murat Demirbas},
  journal= {arXiv preprint arXiv:1707.07699},
  year   = {2017}
}

Comments

Technical Report corresponding to the paper accepted at Runtime Verification (RV) 2017

R2 v1 2026-06-22T20:56:04.540Z