fm-weck 1.2.1__py3-none-any.whl → 1.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fm_weck/__init__.py +1 -1
- fm_weck/cli.py +104 -11
- fm_weck/config.py +87 -17
- fm_weck/engine.py +84 -21
- fm_weck/exceptions.py +9 -0
- fm_weck/image_mgr.py +13 -4
- fm_weck/resources/BenchExec-3.25-py3-none-any.whl +0 -0
- fm_weck/resources/BenchExec-3.25-py3-none-any.whl.license +3 -0
- fm_weck/resources/__init__.py +3 -1
- fm_weck/resources/fm_tools/2ls.yml +1 -1
- fm_weck/resources/fm_tools/brick.yml +1 -1
- fm_weck/resources/fm_tools/bubaak-split.yml +5 -0
- fm_weck/resources/fm_tools/bubaak.yml +1 -1
- fm_weck/resources/fm_tools/cbmc.yml +5 -0
- fm_weck/resources/fm_tools/coveritest.yml +12 -2
- fm_weck/resources/fm_tools/cpa-witness2test.yml +11 -2
- fm_weck/resources/fm_tools/cpachecker.yml +5 -0
- fm_weck/resources/fm_tools/cpv.yml +8 -1
- fm_weck/resources/fm_tools/cseq.yml +15 -5
- fm_weck/resources/fm_tools/dartagnan.yml +1 -1
- fm_weck/resources/fm_tools/deagle.yml +1 -1
- fm_weck/resources/fm_tools/ebf.yml +1 -1
- fm_weck/resources/fm_tools/esbmc-kind.yml +1 -1
- fm_weck/resources/fm_tools/frama-c-sv.yml +1 -1
- fm_weck/resources/fm_tools/fshell-witness2test.yml +10 -1
- fm_weck/resources/fm_tools/fusebmc-ia.yml +1 -1
- fm_weck/resources/fm_tools/fusebmc.yml +1 -1
- fm_weck/resources/fm_tools/gdart.yml +1 -1
- fm_weck/resources/fm_tools/goblint.yml +1 -1
- fm_weck/resources/fm_tools/gwit.yml +1 -1
- fm_weck/resources/fm_tools/infer.yml +13 -5
- fm_weck/resources/fm_tools/jayhorn.yml +1 -1
- fm_weck/resources/fm_tools/jbmc.yml +1 -1
- fm_weck/resources/fm_tools/key.yml +8 -0
- fm_weck/resources/fm_tools/korn.yml +1 -1
- fm_weck/resources/fm_tools/liv.yml +13 -1
- fm_weck/resources/fm_tools/metaval.yml +14 -1
- fm_weck/resources/fm_tools/mlb.yml +1 -1
- fm_weck/resources/fm_tools/mopsa.yml +1 -1
- fm_weck/resources/fm_tools/pesco.yml +1 -1
- fm_weck/resources/fm_tools/predatorhp.yml +1 -1
- fm_weck/resources/fm_tools/prtest.yml +1 -1
- fm_weck/resources/fm_tools/schema.yml +16 -0
- fm_weck/resources/fm_tools/symbiotic.yml +10 -2
- fm_weck/resources/fm_tools/testcov.yml +1 -1
- fm_weck/resources/fm_tools/theta.yml +1 -1
- fm_weck/resources/fm_tools/tracerx.yml +1 -1
- fm_weck/resources/fm_tools/uautomizer.yml +5 -1
- fm_weck/resources/fm_tools/ugemcutter.yml +1 -1
- fm_weck/resources/fm_tools/ukojak.yml +1 -1
- fm_weck/resources/fm_tools/utaipan.yml +1 -1
- fm_weck/resources/fm_tools/veriabs.yml +2 -2
- fm_weck/resources/fm_tools/veriabsl.yml +2 -2
- fm_weck/resources/fm_tools/verifuzz.yml +1 -1
- fm_weck/resources/run_with_overlay.sh +23 -5
- fm_weck/resources/runexec +16 -0
- fm_weck/runexec_mode.py +52 -0
- fm_weck/runexec_util.py +30 -0
- fm_weck/serve.py +2 -2
- {fm_weck-1.2.1.dist-info → fm_weck-1.4.0.dist-info}/METADATA +1 -1
- {fm_weck-1.2.1.dist-info → fm_weck-1.4.0.dist-info}/RECORD +63 -57
- {fm_weck-1.2.1.dist-info → fm_weck-1.4.0.dist-info}/WHEEL +1 -1
- {fm_weck-1.2.1.dist-info → fm_weck-1.4.0.dist-info}/entry_points.txt +0 -0
|
@@ -23,7 +23,7 @@ versions:
|
|
|
23
23
|
benchexec_toolinfo_options: ['--graphml-witness', 'witness.graphml']
|
|
24
24
|
required_ubuntu_packages: []
|
|
25
25
|
- version: "svcomp23"
|
|
26
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
26
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/2ls.zip"
|
|
27
27
|
benchexec_toolinfo_options: ['--graphml-witness', 'witness.graphml']
|
|
28
28
|
required_ubuntu_packages: []
|
|
29
29
|
|
|
@@ -22,7 +22,7 @@ versions:
|
|
|
22
22
|
benchexec_toolinfo_options: []
|
|
23
23
|
required_ubuntu_packages: []
|
|
24
24
|
- version: "svcomp23"
|
|
25
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
25
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/brick.zip"
|
|
26
26
|
benchexec_toolinfo_options: []
|
|
27
27
|
required_ubuntu_packages: []
|
|
28
28
|
|
|
@@ -49,6 +49,11 @@ techniques:
|
|
|
49
49
|
|
|
50
50
|
frameworks_solvers: []
|
|
51
51
|
|
|
52
|
+
used_actors:
|
|
53
|
+
- actor_type: "Splitter"
|
|
54
|
+
description: |
|
|
55
|
+
Splits a program and verifies in parallel.
|
|
56
|
+
|
|
52
57
|
literature:
|
|
53
58
|
- doi: 10.1007/978-3-031-57256-2_20
|
|
54
59
|
title: "Bubaak-SpLit: Split What You Cannot Verify (Competition Contribution)"
|
|
@@ -25,7 +25,7 @@ versions:
|
|
|
25
25
|
- python3
|
|
26
26
|
- python3-lxml
|
|
27
27
|
- version: "svcomp23"
|
|
28
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
28
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/bubaak.zip"
|
|
29
29
|
benchexec_toolinfo_options: ["-sv-comp", "-sv-comp-witness", "witness.graphml"]
|
|
30
30
|
required_ubuntu_packages:
|
|
31
31
|
- clang
|
|
@@ -53,6 +53,11 @@ frameworks_solvers:
|
|
|
53
53
|
- CProver
|
|
54
54
|
- MiniSAT
|
|
55
55
|
|
|
56
|
+
used_actors:
|
|
57
|
+
- actor_type: "Translator"
|
|
58
|
+
description: |
|
|
59
|
+
Translates from C to a Goto program for verification.
|
|
60
|
+
|
|
56
61
|
literature:
|
|
57
62
|
- doi: 10.1007/978-3-642-54862-8_26
|
|
58
63
|
title: "CBMC: C Bounded Model Checker (Competition Contribution)"
|
|
@@ -10,7 +10,8 @@ fmtools_entry_maintainers:
|
|
|
10
10
|
- mjakobs
|
|
11
11
|
|
|
12
12
|
maintainers:
|
|
13
|
-
-
|
|
13
|
+
- orcid: 0000-0002-5890-4673
|
|
14
|
+
name: Marie-Christine Jakobs
|
|
14
15
|
institution: LMU Munich
|
|
15
16
|
country: Germany
|
|
16
17
|
url: https://www.sosy-lab.org/people/jakobs/
|
|
@@ -22,7 +23,7 @@ versions:
|
|
|
22
23
|
required_ubuntu_packages:
|
|
23
24
|
- openjdk-17-jre-headless
|
|
24
25
|
- version: "testcomp23"
|
|
25
|
-
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/
|
|
26
|
+
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/testcomp23/2023/coveritest.zip"
|
|
26
27
|
benchexec_toolinfo_options: ['-benchmark', '-heap', '10000M', '-testcomp23', "-setprop", "log.consoleLevel=SEVERE"]
|
|
27
28
|
required_ubuntu_packages:
|
|
28
29
|
- openjdk-11-jre-headless
|
|
@@ -32,6 +33,7 @@ competition_participations:
|
|
|
32
33
|
track: "Test Generation"
|
|
33
34
|
tool_version: "testcomp24"
|
|
34
35
|
jury_member:
|
|
36
|
+
orcid: 0000-0002-5890-4673
|
|
35
37
|
name: Marie-Christine Jakobs
|
|
36
38
|
institution: LMU Munich
|
|
37
39
|
country: Germany
|
|
@@ -40,6 +42,7 @@ competition_participations:
|
|
|
40
42
|
track: "Test Generation"
|
|
41
43
|
tool_version: "testcomp23"
|
|
42
44
|
jury_member:
|
|
45
|
+
orcid: 0000-0002-5890-4673
|
|
43
46
|
name: Marie-Christine Jakobs
|
|
44
47
|
institution: TU Darmstadt
|
|
45
48
|
country: Germany
|
|
@@ -53,3 +56,10 @@ techniques:
|
|
|
53
56
|
- Portfolio
|
|
54
57
|
|
|
55
58
|
frameworks_solvers: []
|
|
59
|
+
|
|
60
|
+
used_actors:
|
|
61
|
+
- actor_type: "Specification Transformer"
|
|
62
|
+
description: |
|
|
63
|
+
Transforms from test goals to error locations and use reachability analyzers to generate tests.
|
|
64
|
+
|
|
65
|
+
literature: []
|
|
@@ -12,11 +12,13 @@ fmtools_entry_maintainers:
|
|
|
12
12
|
- lemberger
|
|
13
13
|
|
|
14
14
|
maintainers:
|
|
15
|
-
-
|
|
15
|
+
- orcid: 0000-0003-4832-7662
|
|
16
|
+
name: Dirk Beyer
|
|
16
17
|
institution: LMU Munich
|
|
17
18
|
country: Germany
|
|
18
19
|
url: https://www.sosy-lab.org/people/dbeyer/
|
|
19
|
-
-
|
|
20
|
+
- orcid: 0000-0002-5139-341X
|
|
21
|
+
name: Philipp Wendler
|
|
20
22
|
institution: LMU Munich
|
|
21
23
|
country: Germany
|
|
22
24
|
url: https://www.sosy-lab.org/people/pwendler/
|
|
@@ -43,6 +45,7 @@ competition_participations:
|
|
|
43
45
|
track: "Validation of Violation Witnesses 1.0"
|
|
44
46
|
tool_version: "2.3"
|
|
45
47
|
jury_member:
|
|
48
|
+
orcid: 0000-0003-0291-815X
|
|
46
49
|
name: Thomas Lemberger
|
|
47
50
|
institution: LMU Munich
|
|
48
51
|
country: Germany
|
|
@@ -51,6 +54,7 @@ competition_participations:
|
|
|
51
54
|
track: "Validation of Violation Witnesses 1.0"
|
|
52
55
|
tool_version: "2.2"
|
|
53
56
|
jury_member:
|
|
57
|
+
orcid: 0000-0002-4768-4054
|
|
54
58
|
name: Henrik Wachowitz
|
|
55
59
|
institution: LMU Munich
|
|
56
60
|
country: Germany
|
|
@@ -63,6 +67,11 @@ techniques:
|
|
|
63
67
|
|
|
64
68
|
frameworks_solvers: []
|
|
65
69
|
|
|
70
|
+
used_actors:
|
|
71
|
+
- actor_type: "Witness Transformer"
|
|
72
|
+
description: |
|
|
73
|
+
Transforms a witness to a test case.
|
|
74
|
+
|
|
66
75
|
literature:
|
|
67
76
|
- doi: 10.1007/978-3-319-92994-1_1
|
|
68
77
|
title: "Tests from Witnesses: Execution-Based Validation of Verification Results"
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
name: CPAchecker
|
|
2
|
+
description: |
|
|
3
|
+
CPAchecker is a configurable framework for software verification that
|
|
4
|
+
is based on configurable program analysis and
|
|
5
|
+
implements many model-checking algorithms
|
|
6
|
+
to check for software errors and to verify program properties.
|
|
2
7
|
input_languages:
|
|
3
8
|
- C
|
|
4
9
|
project_url: https://cpachecker.sosy-lab.org
|
|
@@ -41,7 +41,6 @@ competition_participations:
|
|
|
41
41
|
url: https://www.sosy-lab.org/people/chien/
|
|
42
42
|
|
|
43
43
|
techniques:
|
|
44
|
-
- Algorithm Selection
|
|
45
44
|
- Bit-Precise Analysis
|
|
46
45
|
- Bounded Model Checking
|
|
47
46
|
- CEGAR
|
|
@@ -56,6 +55,14 @@ techniques:
|
|
|
56
55
|
frameworks_solvers:
|
|
57
56
|
- MiniSAT
|
|
58
57
|
|
|
58
|
+
used_actors:
|
|
59
|
+
- actor_type: "Witness Transformer"
|
|
60
|
+
description: |
|
|
61
|
+
Transforms a Btor2 hardware witness to an automata-based software witness.
|
|
62
|
+
- actor_type: "Instrumentor"
|
|
63
|
+
description: |
|
|
64
|
+
Instruments a program to facilitate witness transformation.
|
|
65
|
+
|
|
59
66
|
literature:
|
|
60
67
|
- doi: 10.1007/978-3-031-57256-2_22
|
|
61
68
|
title: "CPV: A Circuit-Based Program Verifier (Competition Contribution)"
|
|
@@ -9,7 +9,8 @@ fmtools_entry_maintainers:
|
|
|
9
9
|
- emersonwds
|
|
10
10
|
|
|
11
11
|
maintainers:
|
|
12
|
-
-
|
|
12
|
+
- orcid: 0000-0001-5606-9216
|
|
13
|
+
name: Emerson Sales
|
|
13
14
|
institution: Gran Sasso Science Institute
|
|
14
15
|
country: Italy
|
|
15
16
|
url: https://github.com/Emersonwds
|
|
@@ -43,6 +44,19 @@ techniques:
|
|
|
43
44
|
- Bit-Precise Analysis
|
|
44
45
|
- Concurrency Support
|
|
45
46
|
|
|
47
|
+
frameworks_solvers:
|
|
48
|
+
- CProver
|
|
49
|
+
- MiniSAT
|
|
50
|
+
|
|
51
|
+
frameworks_solvers:
|
|
52
|
+
- CProver
|
|
53
|
+
- MiniSAT
|
|
54
|
+
|
|
55
|
+
used_actors:
|
|
56
|
+
- actor_type: "Specification Transformer"
|
|
57
|
+
description: |
|
|
58
|
+
Transforms from concurrent programs to sequential programs by limiting context switches.
|
|
59
|
+
|
|
46
60
|
literature:
|
|
47
61
|
- doi: 10.1145/3478536
|
|
48
62
|
title: "Bounded Verification of Multi-threaded Programs via Lazy Sequentialization"
|
|
@@ -50,7 +64,3 @@ literature:
|
|
|
50
64
|
- doi: 10.1007/978-3-030-99527-0_23
|
|
51
65
|
title: "A Prototype for Data Race Detection in CSeq 3 (Competition Contribution)"
|
|
52
66
|
year: 2022
|
|
53
|
-
|
|
54
|
-
frameworks_solvers:
|
|
55
|
-
- CProver
|
|
56
|
-
- MiniSAT
|
|
@@ -24,7 +24,7 @@ versions:
|
|
|
24
24
|
- clang-14
|
|
25
25
|
- llvm-14
|
|
26
26
|
- version: "svcomp23"
|
|
27
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
27
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/dartagnan.zip"
|
|
28
28
|
benchexec_toolinfo_options: []
|
|
29
29
|
required_ubuntu_packages:
|
|
30
30
|
- clang-11
|
|
@@ -21,7 +21,7 @@ versions:
|
|
|
21
21
|
benchexec_toolinfo_options: []
|
|
22
22
|
required_ubuntu_packages: []
|
|
23
23
|
- version: "svcomp23"
|
|
24
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
24
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/deagle.zip"
|
|
25
25
|
benchexec_toolinfo_options: ["--no-unwinding-assertions", "--closure"]
|
|
26
26
|
required_ubuntu_packages: []
|
|
27
27
|
|
|
@@ -21,7 +21,7 @@ versions:
|
|
|
21
21
|
required_ubuntu_packages: []
|
|
22
22
|
benchexec_toolinfo_options: ["-s", "kinduction"]
|
|
23
23
|
- version: "svcomp23"
|
|
24
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
24
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/ebf.zip"
|
|
25
25
|
benchexec_toolinfo_options: ["-s", "kinduction"]
|
|
26
26
|
required_ubuntu_packages: []
|
|
27
27
|
|
|
@@ -22,7 +22,7 @@ versions:
|
|
|
22
22
|
benchexec_toolinfo_options: ["-s", "kinduction"]
|
|
23
23
|
required_ubuntu_packages: []
|
|
24
24
|
- version: "svcomp23"
|
|
25
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
25
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/esbmc-kind.zip"
|
|
26
26
|
benchexec_toolinfo_options: ["-s", "kinduction"]
|
|
27
27
|
required_ubuntu_packages: []
|
|
28
28
|
- version: "testcomp23"
|
|
@@ -24,7 +24,7 @@ versions:
|
|
|
24
24
|
- python3-pycparser
|
|
25
25
|
- python3-pandas
|
|
26
26
|
- version: "svcomp23"
|
|
27
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
27
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/frama-c-sv.zip"
|
|
28
28
|
benchexec_toolinfo_options: ["--reach-as-overflow", "--allow-unsafe"]
|
|
29
29
|
required_ubuntu_packages:
|
|
30
30
|
- python3-pycparser
|
|
@@ -10,7 +10,8 @@ fmtools_entry_maintainers:
|
|
|
10
10
|
- tautschnig
|
|
11
11
|
|
|
12
12
|
maintainers:
|
|
13
|
-
-
|
|
13
|
+
- orcid: 0000-0002-7947-983X
|
|
14
|
+
name: Michael Tautschnig
|
|
14
15
|
institution: Queen Mary University of London
|
|
15
16
|
country: UK
|
|
16
17
|
url: https://www.tautschnig.net/
|
|
@@ -36,6 +37,7 @@ competition_participations:
|
|
|
36
37
|
track: "Validation of Violation Witnesses 1.0"
|
|
37
38
|
tool_version: "svcomp24"
|
|
38
39
|
jury_member:
|
|
40
|
+
orcid: 0000-0002-7947-983X
|
|
39
41
|
name: Michael Tautschnig
|
|
40
42
|
institution: Queen Mary University of London
|
|
41
43
|
country: UK
|
|
@@ -45,3 +47,10 @@ techniques:
|
|
|
45
47
|
- Bounded Model Checking
|
|
46
48
|
|
|
47
49
|
frameworks_solvers: []
|
|
50
|
+
|
|
51
|
+
used_actors:
|
|
52
|
+
- actor_type: "Witness Transformer"
|
|
53
|
+
description: |
|
|
54
|
+
Transforms a witness to a test case.
|
|
55
|
+
|
|
56
|
+
literature: []
|
|
@@ -26,7 +26,7 @@ versions:
|
|
|
26
26
|
benchexec_toolinfo_options: ["-s", "incr"]
|
|
27
27
|
required_ubuntu_packages: []
|
|
28
28
|
- version: "testcomp23"
|
|
29
|
-
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/
|
|
29
|
+
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/testcomp23/2023/FuSeBMC_IA.zip"
|
|
30
30
|
benchexec_toolinfo_options: ["-s", "incr"]
|
|
31
31
|
required_ubuntu_packages: []
|
|
32
32
|
|
|
@@ -21,7 +21,7 @@ versions:
|
|
|
21
21
|
benchexec_toolinfo_options: ["-s", "incr"]
|
|
22
22
|
required_ubuntu_packages: []
|
|
23
23
|
- version: "testcomp23"
|
|
24
|
-
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/
|
|
24
|
+
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/testcomp23/2023/FuSeBMC.zip"
|
|
25
25
|
benchexec_toolinfo_options: ["-s", "incr"]
|
|
26
26
|
required_ubuntu_packages: []
|
|
27
27
|
|
|
@@ -23,7 +23,7 @@ versions:
|
|
|
23
23
|
required_ubuntu_packages:
|
|
24
24
|
- openjdk-11-jre-headless
|
|
25
25
|
- version: "svcomp23"
|
|
26
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
26
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/gdart.zip"
|
|
27
27
|
benchexec_toolinfo_options: []
|
|
28
28
|
required_ubuntu_packages:
|
|
29
29
|
- openjdk-11-jre-headless
|
|
@@ -29,7 +29,7 @@ versions:
|
|
|
29
29
|
benchexec_toolinfo_options: ["--conf", "conf/svcomp24-validate.json"]
|
|
30
30
|
required_ubuntu_packages: []
|
|
31
31
|
- version: "svcomp23"
|
|
32
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
32
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/goblint.zip"
|
|
33
33
|
benchexec_toolinfo_options: ["--conf", "conf/svcomp23.json"]
|
|
34
34
|
required_ubuntu_packages: []
|
|
35
35
|
|
|
@@ -23,7 +23,7 @@ versions:
|
|
|
23
23
|
required_ubuntu_packages:
|
|
24
24
|
- openjdk-11-jre-headless
|
|
25
25
|
- version: "svcomp23"
|
|
26
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
26
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/val_gwit.zip"
|
|
27
27
|
benchexec_toolinfo_options: []
|
|
28
28
|
required_ubuntu_packages:
|
|
29
29
|
- openjdk-11-jre-headless
|
|
@@ -11,10 +11,11 @@ fmtools_entry_maintainers:
|
|
|
11
11
|
- lemberger
|
|
12
12
|
|
|
13
13
|
maintainers:
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
- orcid: 0000-0001-7365-5030
|
|
15
|
+
name: Matthias Kettl
|
|
16
|
+
institution: LMU Munich
|
|
17
|
+
country: Germany
|
|
18
|
+
url: https://www.sosy-lab.org/people/kettl/
|
|
18
19
|
|
|
19
20
|
versions:
|
|
20
21
|
- version: "svcomp24"
|
|
@@ -22,7 +23,7 @@ versions:
|
|
|
22
23
|
benchexec_toolinfo_options: []
|
|
23
24
|
required_ubuntu_packages: []
|
|
24
25
|
- version: "svcomp23"
|
|
25
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
26
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/infer.zip"
|
|
26
27
|
benchexec_toolinfo_options: []
|
|
27
28
|
required_ubuntu_packages: []
|
|
28
29
|
|
|
@@ -51,3 +52,10 @@ techniques:
|
|
|
51
52
|
- Portfolio
|
|
52
53
|
|
|
53
54
|
frameworks_solvers: []
|
|
55
|
+
|
|
56
|
+
used_actors:
|
|
57
|
+
- actor_type: "Translator"
|
|
58
|
+
description: |
|
|
59
|
+
Translates from Java, C, C++ to SIL for verification.
|
|
60
|
+
|
|
61
|
+
literature: []
|
|
@@ -22,7 +22,7 @@ versions:
|
|
|
22
22
|
required_ubuntu_packages:
|
|
23
23
|
- openjdk-8-jdk-headless
|
|
24
24
|
- version: "svcomp23"
|
|
25
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
25
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/jayhorn.zip"
|
|
26
26
|
benchexec_toolinfo_options: []
|
|
27
27
|
required_ubuntu_packages:
|
|
28
28
|
- openjdk-8-jdk-headless
|
|
@@ -22,7 +22,7 @@ versions:
|
|
|
22
22
|
benchexec_toolinfo_options: ["--graphml-witness", "witness.graphml"]
|
|
23
23
|
required_ubuntu_packages: []
|
|
24
24
|
- version: "svcomp23"
|
|
25
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
25
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/jbmc.zip"
|
|
26
26
|
benchexec_toolinfo_options: []
|
|
27
27
|
required_ubuntu_packages: []
|
|
28
28
|
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
name: KeY
|
|
2
|
+
description: |
|
|
3
|
+
KeY is a tool for deductive verification to
|
|
4
|
+
prove the correctness of Java programs.
|
|
2
5
|
input_languages:
|
|
3
6
|
- Java
|
|
4
7
|
project_url: https://www.key-project.org/
|
|
@@ -20,6 +23,11 @@ maintainers:
|
|
|
20
23
|
institution: Karlsruhe Institute of Technology
|
|
21
24
|
country: Germany
|
|
22
25
|
url: https://formal.kastel.kit.edu/beckert/
|
|
26
|
+
- orcid: 0009-0003-4847-4707
|
|
27
|
+
name: Richard Bubel
|
|
28
|
+
institution: TU Darmstadt
|
|
29
|
+
country: Germany
|
|
30
|
+
url: https://www.informatik.tu-darmstadt.de/se/gruppenmitglieder/groupmembers_detailseite_51008.en.jsp
|
|
23
31
|
- orcid: 0000-0001-8000-7613
|
|
24
32
|
name: Reiner Hähnle
|
|
25
33
|
institution: TU Darmstadt
|
|
@@ -21,7 +21,7 @@ versions:
|
|
|
21
21
|
benchexec_toolinfo_options: ["-witness", "witness.graphml", "-smt2", "clauses.smt2", "-model", "-write", "-random", "10", "-timeout", "20", "-golem", "-timeout", "20", "-z3", "-timeout", "900", "-eld:portfolio"]
|
|
22
22
|
required_ubuntu_packages: []
|
|
23
23
|
- version: "svcomp23"
|
|
24
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
24
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/korn.zip"
|
|
25
25
|
benchexec_toolinfo_options: ["-witness", "witness.graphml", "-smt2", "clauses.smt2", "-model", "-write", "-confirm", "-random", "10", "-timeout", "20", "-z3", "-timeout", "900", "-eld:portfolio"]
|
|
26
26
|
required_ubuntu_packages: []
|
|
27
27
|
|
|
@@ -10,7 +10,8 @@ fmtools_entry_maintainers:
|
|
|
10
10
|
- masp
|
|
11
11
|
|
|
12
12
|
maintainers:
|
|
13
|
-
-
|
|
13
|
+
- orcid: 0000-0002-9169-9130
|
|
14
|
+
name: Martin Spiessl
|
|
14
15
|
institution: LMU Munich
|
|
15
16
|
country: Germany
|
|
16
17
|
url: https://www.sosy-lab.org/people/spiessl/
|
|
@@ -26,6 +27,7 @@ competition_participations:
|
|
|
26
27
|
track: "Validation of Correctness Witnesses 1.0"
|
|
27
28
|
tool_version: "svcomp24"
|
|
28
29
|
jury_member:
|
|
30
|
+
orcid: 0000-0002-9169-9130
|
|
29
31
|
name: Martin Spiessl
|
|
30
32
|
institution: LMU Munich
|
|
31
33
|
country: Germany
|
|
@@ -35,3 +37,13 @@ techniques:
|
|
|
35
37
|
- "Task Translation"
|
|
36
38
|
|
|
37
39
|
frameworks_solvers: []
|
|
40
|
+
|
|
41
|
+
used_actors:
|
|
42
|
+
- actor_type: "Splitter"
|
|
43
|
+
description: |
|
|
44
|
+
Splits a program into straight-line programs for witness validation.
|
|
45
|
+
- actor_type: "Annotator"
|
|
46
|
+
description: |
|
|
47
|
+
Annotates assumes and assertions into straight-line programs for witness validation.
|
|
48
|
+
|
|
49
|
+
literature: []
|
|
@@ -10,7 +10,8 @@ fmtools_entry_maintainers:
|
|
|
10
10
|
- masp
|
|
11
11
|
|
|
12
12
|
maintainers:
|
|
13
|
-
-
|
|
13
|
+
- orcid: 0000-0002-9169-9130
|
|
14
|
+
name: Martin Spiessl
|
|
14
15
|
institution: LMU Munich
|
|
15
16
|
country: Germany
|
|
16
17
|
url: https://www.sosy-lab.org/people/spiessl/
|
|
@@ -34,6 +35,7 @@ competition_participations:
|
|
|
34
35
|
track: "Validation of Correctness Witnesses 1.0"
|
|
35
36
|
tool_version: "svcomp24-correctness"
|
|
36
37
|
jury_member:
|
|
38
|
+
orcid: 0000-0002-9169-9130
|
|
37
39
|
name: Martin Spiessl
|
|
38
40
|
institution: LMU Munich
|
|
39
41
|
country: Germany
|
|
@@ -42,6 +44,7 @@ competition_participations:
|
|
|
42
44
|
track: "Validation of Violation Witnesses 1.0"
|
|
43
45
|
tool_version: "svcomp24-violation"
|
|
44
46
|
jury_member:
|
|
47
|
+
orcid: 0000-0002-9169-9130
|
|
45
48
|
name: Martin Spiessl
|
|
46
49
|
institution: LMU Munich
|
|
47
50
|
country: Germany
|
|
@@ -52,3 +55,13 @@ techniques:
|
|
|
52
55
|
- Task Translation
|
|
53
56
|
|
|
54
57
|
frameworks_solvers: []
|
|
58
|
+
|
|
59
|
+
used_actors:
|
|
60
|
+
- actor_type: "Annotator"
|
|
61
|
+
description: |
|
|
62
|
+
Annotates invariants or state guards from software witnesses in the program as assertions or assumptions.
|
|
63
|
+
|
|
64
|
+
literature:
|
|
65
|
+
- doi: 10.1007/978-3-030-53291-8_10
|
|
66
|
+
title: "MetaVal: Witness Validation via Verification"
|
|
67
|
+
year: 2020
|
|
@@ -22,7 +22,7 @@ versions:
|
|
|
22
22
|
required_ubuntu_packages:
|
|
23
23
|
- openjdk-8-jre-headless
|
|
24
24
|
- version: "svcomp23"
|
|
25
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
25
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/mlb.zip"
|
|
26
26
|
benchexec_toolinfo_options: []
|
|
27
27
|
required_ubuntu_packages:
|
|
28
28
|
- openjdk-8-jre-headless
|
|
@@ -44,7 +44,7 @@ versions:
|
|
|
44
44
|
- llvm
|
|
45
45
|
- llvm-dev
|
|
46
46
|
- version: "svcomp23"
|
|
47
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
47
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/mopsa.zip"
|
|
48
48
|
benchexec_toolinfo_options: []
|
|
49
49
|
required_ubuntu_packages:
|
|
50
50
|
- clang
|
|
@@ -22,7 +22,7 @@ versions:
|
|
|
22
22
|
benchexec_toolinfo_options: ['--memory', '10000M', '--timelimit', '900']
|
|
23
23
|
required_ubuntu_packages: []
|
|
24
24
|
- version: "svcomp23"
|
|
25
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
25
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/pesco.zip"
|
|
26
26
|
benchexec_toolinfo_options: ['-svcomp20-pesco', '-heap', '10000M', '-stack', '2048k', '-benchmark', '-timelimit', '900 s']
|
|
27
27
|
required_ubuntu_packages: []
|
|
28
28
|
|
|
@@ -23,7 +23,7 @@ versions:
|
|
|
23
23
|
required_ubuntu_packages:
|
|
24
24
|
- python2.7
|
|
25
25
|
- version: "svcomp23"
|
|
26
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
26
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/predatorhp.zip"
|
|
27
27
|
benchexec_toolinfo_options: ['--witness', 'error-witness.graphml']
|
|
28
28
|
required_ubuntu_packages:
|
|
29
29
|
- expect
|
|
@@ -21,7 +21,7 @@ versions:
|
|
|
21
21
|
benchexec_toolinfo_options: []
|
|
22
22
|
required_ubuntu_packages: []
|
|
23
23
|
- version: "testcomp23"
|
|
24
|
-
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/
|
|
24
|
+
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/testcomp23/2023/prtest.zip"
|
|
25
25
|
benchexec_toolinfo_options: []
|
|
26
26
|
required_ubuntu_packages: []
|
|
27
27
|
|
|
@@ -6,6 +6,9 @@ properties:
|
|
|
6
6
|
name:
|
|
7
7
|
type: string
|
|
8
8
|
description: The name of the competition tool.
|
|
9
|
+
description:
|
|
10
|
+
type: string
|
|
11
|
+
description: A description of the tool.
|
|
9
12
|
input_languages:
|
|
10
13
|
type: array
|
|
11
14
|
items:
|
|
@@ -512,6 +515,19 @@ properties:
|
|
|
512
515
|
Apron
|
|
513
516
|
|
|
514
517
|
description: Frameworks or solvers used by the tool.
|
|
518
|
+
used_actors:
|
|
519
|
+
type: array
|
|
520
|
+
items:
|
|
521
|
+
type: object
|
|
522
|
+
properties:
|
|
523
|
+
actor_type:
|
|
524
|
+
type: string
|
|
525
|
+
description:
|
|
526
|
+
type: string
|
|
527
|
+
required:
|
|
528
|
+
- actor_type
|
|
529
|
+
- description
|
|
530
|
+
description: Actors/components that are used by the tool.
|
|
515
531
|
literature:
|
|
516
532
|
type: array
|
|
517
533
|
items:
|
|
@@ -30,13 +30,13 @@ versions:
|
|
|
30
30
|
- python3
|
|
31
31
|
- python3-lxml
|
|
32
32
|
- version: "svcomp23"
|
|
33
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
33
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/symbiotic.zip"
|
|
34
34
|
benchexec_toolinfo_options: ['--witness', 'witness.graphml', '--sv-comp']
|
|
35
35
|
required_ubuntu_packages:
|
|
36
36
|
- python3
|
|
37
37
|
- python3-lxml
|
|
38
38
|
- version: "testcomp23"
|
|
39
|
-
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/
|
|
39
|
+
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/testcomp23/2023/symbiotic.zip"
|
|
40
40
|
benchexec_toolinfo_options: ['--test-comp']
|
|
41
41
|
required_ubuntu_packages:
|
|
42
42
|
- python3
|
|
@@ -95,6 +95,14 @@ techniques:
|
|
|
95
95
|
frameworks_solvers:
|
|
96
96
|
- Z3
|
|
97
97
|
|
|
98
|
+
used_actors:
|
|
99
|
+
- actor_type: "Slicer"
|
|
100
|
+
description: |
|
|
101
|
+
Slices the program before symbolic execution.
|
|
102
|
+
- actor_type: "Instrumentor"
|
|
103
|
+
description: |
|
|
104
|
+
Instruments the program to track allocated memory regions for memory-safety analysis.
|
|
105
|
+
|
|
98
106
|
literature:
|
|
99
107
|
- doi: 10.1007/978-3-031-57256-2_29
|
|
100
108
|
title: "Symbiotic 10: Lazy Memory Initialization and Compact Symbolic Execution (Competition Contribution)"
|
|
@@ -30,7 +30,7 @@ versions:
|
|
|
30
30
|
required_ubuntu_packages:
|
|
31
31
|
- clang-format
|
|
32
32
|
- version: "testcomp23"
|
|
33
|
-
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/
|
|
33
|
+
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/testcomp23/2023/val_testcov.zip"
|
|
34
34
|
benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--verbose', '--no-plots', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
|
|
35
35
|
required_ubuntu_packages: []
|
|
36
36
|
|
|
@@ -25,7 +25,7 @@ versions:
|
|
|
25
25
|
- libgomp1
|
|
26
26
|
- libmpfr6
|
|
27
27
|
- version: "svcomp23"
|
|
28
|
-
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/
|
|
28
|
+
url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/theta.zip"
|
|
29
29
|
benchexec_toolinfo_options: []
|
|
30
30
|
required_ubuntu_packages:
|
|
31
31
|
- openjdk-17-jre-headless
|
|
@@ -22,7 +22,7 @@ versions:
|
|
|
22
22
|
benchexec_toolinfo_options: []
|
|
23
23
|
required_ubuntu_packages: []
|
|
24
24
|
- version: "svcomp23"
|
|
25
|
-
url: "https://gitlab.com/sosy-lab/
|
|
25
|
+
url: "https://gitlab.com/sosy-lab/test-comp/archives-2023/-/raw/testcomp23/2023/tracerx.zip"
|
|
26
26
|
benchexec_toolinfo_options: []
|
|
27
27
|
required_ubuntu_packages: []
|
|
28
28
|
|