English

Deciding Serializability in Network Systems

Formal Languages and Automata Theory 2026-01-21 v4 Distributed, Parallel, and Cluster Computing Logic in Computer Science Programming Languages

Abstract

We present the SER modeling language for automatically verifying serializability of concurrent programs, i.e., whether every concurrent execution of the program is equivalent to some serial execution. SER programs are suitably restricted to make this problem decidable, while still allowing for an unbounded number of concurrent threads of execution, each potentially running for an unbounded number of steps. Building on prior theoretical results, we give the first automated end-to-end decision procedure that either proves serializability by producing a checkable certificate, or refutes it by producing a counterexample trace. We also present a network-system abstraction to which SER programs compile. Our decision procedure then reduces serializability in this setting to a Petri net reachability query. Furthermore, in order to scale, we curtail the search space via multiple optimizations, including Petri net slicing, semilinear-set compression, and Presburger-formula manipulation. We extensively evaluate our framework and show that, despite the theoretical hardness of the problem, it can successfully handle various models of real-world programs, including stateful firewalls, BGP routers, and more.

Keywords

Cite

@article{arxiv.2601.02251,
  title  = {Deciding Serializability in Network Systems},
  author = {Guy Amir and Mark Barbone and Nicolas Amat and Jules Jacobs},
  journal= {arXiv preprint arXiv:2601.02251},
  year   = {2026}
}

Comments

To appear in TACAS 2026

R2 v1 2026-07-01T08:51:07.727Z