Skip to content

TBunk/sv-comp

 
 

Repository files navigation

SV-COMP Reproducibility

This repository describes the configuration of the competition machines (below) and the benchmark definition for each verifier (folder benchmark-defs), in order to make results of the competition reproducible.

Setup

The following steps setup the benchmarking environment:

  • git clone https://gitlab.com/sosy-lab/sv-comp/bench-defs.git .
  • make init (takes a while: downloads several GB of data from repositories)
  • make update

Unpacking

The following step unpacks tool ATESTER:

  • ./scripts/execute-runs/mkInstall.sh ATESTER ./bin/tmp.EYQoLIz1UC-ATESTER

Benchmarking

  • TODO

Ubuntu Packages on Apollon Machines

Docker Image

SV-COMP provides a Docker image that tries to provide an environment that has mostly the same packages installed as the competition machines:

  • Docker definition: https://gitlab.com/sosy-lab/benchmarking/competition-scripts/-/blob/master/test/Dockerfile.user
  • Docker image: registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:latest
  • Test if the tool works with the installation:
    • Unzip tool archive to temporary directory <TOOL> (<TOOL> must be an absolute path!)
    • docker pull registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:latest
    • docker run --rm -i -t --volume=<TOOL>:/tool --workdir=/tool registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:latest bash
    • Start tool

Parameters of RunExec for SV-COMP

--container
--read-only-dir /
--hidden-dir /home
--hidden-dir /var/lib/cloudy # environment-specific
--set-cgroup-value pids.max=5000
--output-directory <work-dir>
--overlay-dir <run-dir>
--debug
--maxOutputSize 2MB
--dir <work-dir>
--output <logfile>
--timelimit <depends on benchmark XML>
--softtimelimit 900s # only if specified in benchmark XML
--memlimit 15GB
--memoryNodes 0 # hardware-specific
--cores 0-7 # hardware-specific

About

Information to reproduce results from SV-COMP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%