Publication detail

Advanced Automata-based Algorithms for Program Termination Checking

LENGÁL, O. HEIZMANN, M. CHEN, Y. LI, Y. TSAI, M. TURRINI, A. ZHANG, L.

Original Title

Advanced Automata-based Algorithms for Program Termination Checking

Type

conference paper

Language

English

Original Abstract

In 2014, Heizmann et al. proposed a novel framework for program termination analysis. The analysis starts with a termination proof of a sample path. The path is generalized to a Büchi automaton (BA) whose language (by construction) represents a set of terminating paths. All these paths can be safely removed from the program. The removal of paths is done using automata difference, implemented via BA complementation and intersection. The analysis constructs in this way a set of BAs that jointly "cover" the behavior of the program, thus proving its termination. An implementation of the approach in Ultimate Automizer won the 1st place in the Termination category of SV-Comp 2017. In this paper, we exploit advanced automata-based algorithms and propose several non-trivial improvements of the framework. To alleviate the complementation computation for BAs---one of the most expensive operations in the framework---, we propose a multi-stage generalization construction. We start with generalizations producing subclasses of BAs (such as deterministic BAs) for which efficient complementation algorithms are known, and proceed to more general classes only if necessary. Particularly, we focus on the quite expressive subclass of semideterministic BAs and provide an improved complementation algorithm for this class. Our experimental evaluation shows that the proposed approach significantly improves the power of termination checking within the Ultimate Automizer framework.

Keywords

automata theory, bug detection, correctness,program logics, software engineering, static analysis, symbolic execution, verification

Authors

LENGÁL, O.; HEIZMANN, M.; CHEN, Y.; LI, Y.; TSAI, M.; TURRINI, A.; ZHANG, L.

Released

2. 3. 2018

Publisher

Association for Computing Machinery

Location

Philadelphia

ISBN

978-1-4503-5698-5

Book

Proceedings of PLDI'18

Pages from

135

Pages to

150

Pages count

16

URL

BibTex

@inproceedings{BUT155012,
  author="LENGÁL, O. and HEIZMANN, M. and CHEN, Y. and LI, Y. and TSAI, M. and TURRINI, A. and ZHANG, L.",
  title="Advanced Automata-based Algorithms for Program Termination Checking",
  booktitle="Proceedings of PLDI'18",
  year="2018",
  pages="135--150",
  publisher="Association for Computing Machinery",
  address="Philadelphia",
  doi="10.1145/3192366.3192405",
  isbn="978-1-4503-5698-5",
  url="https://www.fit.vut.cz/research/publication/11668/"
}