Model Checking of Linearizability of Concurrent List Implementations

Loading...
Thumbnail Image

Embargo Date

Related Collections

Degree type

Discipline

Subject

CPS Formal Methods
Computer Sciences

Funder

Grant number

License

Copyright date

Distributor

Related resources

Author

Cerný, Pavol
Radhakrishnan, Arjun
Zufferey, Damien
Chaudhuri, Swarat

Contributor

Abstract

Concurrent data structures with fine-grained synchronization are notoriously difficult to implement correctly. The difficulty of reasoning about these implementations does not stem from the number of variables or the program size, but rather from the large number of possible interleavings. These implementations are therefore prime candidates for model checking. We introduce an algorithm for verifying linearizability of singly-linked heap-based concurrent data structures. We consider a model consisting of an unbounded heap where each vertex stores an element from an unbounded data domain, with a restricted set of operations for testing and updating pointers and data elements. Our main result is that linearizability is decidable for programs that invoke a fixed number of methods, possibly in parallel. This decidable fragment covers many of the common implementation techniques — fine-grained locking, lazy synchronization, and lock-free synchronization. We also show how the technique can be used to verify optimistic implementations with the help of programmer annotations. We developed a verification tool CoLT and evaluated it on a representative sample of Java implementations of the concurrent set data structure. The tool verified linearizability of a number of implementations, found a known error in a lock-free implementation and proved that the corrected version is linearizable.

Advisor

Date of presentation

2010-07-01

Conference name

Departmental Papers (CIS)

Conference dates

2023-05-17T07:09:14.000

Conference location

Date Range for Data Collection (Start Date)

Date Range for Data Collection (End Date)

Digital Object Identifier

Series name and number

Volume number

Issue number

Publisher

Publisher DOI

Journal Issues

Comments

From the 22nd International Conference, CAV 2010, Edinburgh, UK, July 15-19, 2010.

Recommended citation

Collection