MobilityReadingGroup

π-calculus, Session Types research at Imperial College

Dynamic deadlock verification for general barrier synchronisation
Tiago COGUMBREIRO, Raymond HU, Francisco MARTINS, Nobuko YOSHIDA
ACM Transactions on Programming Languages and Systems. p. 1 - 38

We present Armus, a verification tool for dynamically detecting or avoiding barrier deadlocks. The core design of Armus is based on phasers, a generalisation of barriers that supports split-phase synchronisation, dynamic membership, and optional-waits. This allows Armus to handle the key barrier synchronisation patterns found in modern languages and libraries. We implement Armus for X10 and Java, giving the first sound and complete barrier deadlock verification tools in these settings.

Armus introduces a novel event-based graph model of barrier concurrency constraints that distinguishes task-event and event-task dependencies. Decoupling these two kinds of dependencies facilitates the verification of distributed barriers with dynamic membership, a challenging feature of X10. Our base graph representation can also be dynamically switched between a task-to-task model, Wait-for Graph (WFG), and an event-to-event model, State Graph (SG), to improve the scalability of the analysis.

Formally, we show that the verification is sound and complete with respect to the occurrence of deadlock in our core phaser language; and that switching graph representations preserves the soundness and completeness properties. These results are machine checked with the Coq proof assistant. Practically, we evaluate the runtime overhead of our implementations using three benchmark suites in local and distributed scenarios. Regarding deadlock detection, distributed scenarios show negligible overheads and local scenarios show overheads below 1.15×. Deadlock avoidance is more demanding, and highlights the potential gains from dynamic graph selection. In one benchmark scenario, the runtime overheads vary from: 1.8× for dynamic selection, 2.6× for SG-static selection, and 5.9× for WFG-static selection.

@article{CHMY2019,
  author = {Tiago Cogumbreiro and Raymond Hu and Francisco Martins and Nobuko Yoshida},
  title = {{Dynamic deadlock verification for general barrier synchronisation}},
  journal = {TOPLAS},
  volume = {41},
  issue = {1},
  pages = {1--38},
  publisher = {ACM},
  year = 2019
}
@article{CHMY2019,
  author = {Tiago Cogumbreiro and Raymond Hu and Francisco Martins and Nobuko Yoshida},
  title = {{Dynamic deadlock verification for general barrier synchronisation}},
  journal = {ACM Transactions on Programming Languages and Systems},
  volume = {41},
  issue = {1},
  pages = {1--38},
  publisher = {ACM},
  doi = "10.1145/3229060",
  year = 2019
}