AbstractsComputer Science

Small Model Theorems for Verification of Parameterized Systems

by Tomas Sävström




Institution: Uppsala University
Department:
Year: 2015
Keywords: Model Checking; Verificiation; Engineering and Technology; Teknik och teknologier; Masterprogram i datavetenskap; Master Programme in Computer Science
Record ID: 1338352
Full text PDF: http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-244347


Abstract

The world of software is increasing and the requirements on software systems are getting harder. To ensure that these requirements are fulfilled, we use program verification. The goal of verification is to prove that the system automatically fulfills its requirements. In this thesis, we will consider parameterized systems. A parameterized system is a system that contains an arbitrary number of components (processes) organized according to a particular pattern. Such systems are heavily used to implement mutual exclusion protocols [1,2]. In this thesis we will extend parameterized verification to handle variables over unbounded data domain. In fact, there is a large number of protocols (or programs) that manipulate variable over unbounded data domain. An example is the Bakery[2] protocol which uses integer variables to decide the order in which the processes are allowed to enter their critical section. In order to handle the unbounded data domain, we use abstract interpretation. The key idea is to abstract away the variable values and only keep their internal relationships. Finally, we have constructed a prototype in C and tested it again on a number of mutual exclusion protocol.