Title
Pattern-Based Verification for Multithreaded Programs
Abstract
Pattern-based verification checks the correctness of program executions that follow a given pattern, a regular expression over the alphabet of program transitions of the form w1* … wn*. For multithreaded programs, the alphabet of the pattern is given by the reads and writes to the shared storage. We study the complexity of pattern-based verification for multithreaded programs with shared counters and finite variables. While unrestricted verification is undecidable for abstracted multithreaded programs with recursive procedures and PSPACE-complete for abstracted multithreaded while-programs (even without counters), we show that pattern-based verification is NP-complete for both classes, even in the presence of counters. We then conduct a multiparameter analysis to study the complexity of the problem on its three natural parameters (number of threads+counters+variables, maximal size of a thread, size of the pattern) and on two parameters related to thread structure (maximal number of procedures per thread and longest simple path of procedure calls). We present an algorithm that for a fixed number of threads, counters, variables, and pattern size solves the verification problem in stO(lsp+ ⌈ log (pr+1) ⌉) time, where st is the maximal size of a thread, pr is the maximal number of procedures per thread, and lsp is the longest simple path of procedure calls.
Year
DOI
Venue
2014
10.1145/2629644
ACM Trans. Program. Lang. Syst.
Keywords
Field
DocType
context-free languages,algorithms,concurrent programming,verification,software/program verification,languages,reliability,underapproximation,multithreaded programs,safety,context free languages
Context-free language,Regular expression,Path (graph theory),Programming language,Computer science,Parallel computing,Correctness,Theoretical computer science,Thread (computing),Concurrent computing,Recursion,Undecidable problem
Journal
Volume
Issue
ISSN
36
3
0164-0925
Citations 
PageRank 
References 
5
0.46
23
Authors
3
Name
Order
Citations
PageRank
Javier Esparza177060.33
Pierre Ganty224220.29
Tomás Poch350.46