Wiki

Clone wiki

ufo / svcomp14

images/ufo-wiki-logo.svg

This page is the submission of the UFO software verifier to the 2014 Competition on Software Verification (SV-COMP).

Team

Arie Gurfinkel and Aws Albarghouthi

Tool

Download: https://bitbucket.org/arieg/ufo/downloads/ufo-svcomp14.tar.gz

Requirements

  • Multiprecision arithmetic library (C++ bindings). sudo apt-get install libgmpxx4ldbl

Installation

  • Untar: tar xvzf ufo-svcomp14.tar.gz

Run

  PATH_TO_UFO/bin/ufo-svcomp-par.py [OPTIONS] file

Options

  • -m64 sets int to 32 bits and long and pointer types to 64 bits
  • --cex=FILE enables counter-example generation to FILE
  • --spec=FILE reads specification property from FILE

Categories

  • UFO is participating in categories ControlFlowIntegers, Simple, ProductLines, DeviceDrivers64, Sequentialized.
  • All categories except for DeviceDrivers64 do not require any options
  • DeviceDrivers64 requires -m64

Results

Output contains the string Result TRUE when the program is safe and the string Result FALSE when a counterexample is found.

Contact

For additional information please contact Arie Gurfinkel (arie at cmu dot edu) or Aws Albarghouthi (aws at cs dot toronto dot edu)

Updated