fm-weck 1.4.4__py3-none-any.whl → 1.4.6__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.
Files changed (123) hide show
  1. fm_weck/__init__.py +1 -1
  2. fm_weck/__main__.py +1 -0
  3. fm_weck/cache_mgr.py +47 -0
  4. fm_weck/cli.py +120 -11
  5. fm_weck/engine.py +86 -17
  6. fm_weck/exceptions.py +1 -0
  7. fm_weck/resources/{BenchExec-3.25-py3-none-any.whl → BenchExec-3.27-py3-none-any.whl} +0 -0
  8. fm_weck/resources/__init__.py +1 -1
  9. fm_weck/resources/fm_tools/2ls.yml +32 -7
  10. fm_weck/resources/fm_tools/aise.yml +6 -1
  11. fm_weck/resources/fm_tools/aprove.yml +73 -72
  12. fm_weck/resources/fm_tools/blast.yml +58 -0
  13. fm_weck/resources/fm_tools/brick.yml +4 -4
  14. fm_weck/resources/fm_tools/bubaak-split.yml +3 -3
  15. fm_weck/resources/fm_tools/bubaak.yml +4 -4
  16. fm_weck/resources/fm_tools/cadp.yml +95 -0
  17. fm_weck/resources/fm_tools/cbmc.yml +8 -4
  18. fm_weck/resources/fm_tools/cetfuzz.yml +4 -3
  19. fm_weck/resources/fm_tools/coastal.yml +13 -8
  20. fm_weck/resources/fm_tools/concurrentwitness2test.yml +4 -1
  21. fm_weck/resources/fm_tools/cooperace.yml +7 -6
  22. fm_weck/resources/fm_tools/coveriteam-verifier-algo-selection.yml +9 -20
  23. fm_weck/resources/fm_tools/coveriteam-verifier-parallel-portfolio.yml +9 -20
  24. fm_weck/resources/fm_tools/coveritest.yml +27 -6
  25. fm_weck/resources/fm_tools/cpa-bam-bnb.yml +13 -9
  26. fm_weck/resources/fm_tools/cpa-bam-smg.yml +12 -7
  27. fm_weck/resources/fm_tools/cpa-lockator.yml +13 -9
  28. fm_weck/resources/fm_tools/cpa-witness2test.yml +13 -3
  29. fm_weck/resources/fm_tools/cpachecker.yml +6 -3
  30. fm_weck/resources/fm_tools/cpv.yml +2 -0
  31. fm_weck/resources/fm_tools/crux.yml +20 -8
  32. fm_weck/resources/fm_tools/cseq.yml +9 -4
  33. fm_weck/resources/fm_tools/dartagnan.yml +12 -1
  34. fm_weck/resources/fm_tools/deagle.yml +5 -0
  35. fm_weck/resources/fm_tools/divine.yml +20 -11
  36. fm_weck/resources/fm_tools/ebf.yml +8 -5
  37. fm_weck/resources/fm_tools/emergentheta.yml +9 -2
  38. fm_weck/resources/fm_tools/esbmc-incr.yml +13 -10
  39. fm_weck/resources/fm_tools/esbmc-kind.yml +12 -11
  40. fm_weck/resources/fm_tools/fdse.yml +1 -1
  41. fm_weck/resources/fm_tools/fizzer.yml +16 -25
  42. fm_weck/resources/fm_tools/frama-c-sv.yml +3 -2
  43. fm_weck/resources/fm_tools/fshell-witness2test.yml +9 -6
  44. fm_weck/resources/fm_tools/fusebmc-ia.yml +6 -3
  45. fm_weck/resources/fm_tools/fusebmc.yml +26 -6
  46. fm_weck/resources/fm_tools/gazer-theta.yml +10 -7
  47. fm_weck/resources/fm_tools/gdart-llvm.yml +8 -4
  48. fm_weck/resources/fm_tools/gdart.yml +3 -0
  49. fm_weck/resources/fm_tools/goblint.yml +7 -2
  50. fm_weck/resources/fm_tools/graves-par.yml +9 -14
  51. fm_weck/resources/fm_tools/graves.yml +10 -4
  52. fm_weck/resources/fm_tools/gwit.yml +10 -4
  53. fm_weck/resources/fm_tools/hornix.yml +12 -7
  54. fm_weck/resources/fm_tools/hybridtiger.yml +12 -7
  55. fm_weck/resources/fm_tools/infer.yml +12 -7
  56. fm_weck/resources/fm_tools/java-ranger.yml +6 -3
  57. fm_weck/resources/fm_tools/jayhorn.yml +6 -4
  58. fm_weck/resources/fm_tools/jbmc.yml +11 -2
  59. fm_weck/resources/fm_tools/jcwit.yml +9 -5
  60. fm_weck/resources/fm_tools/jdart.yml +12 -7
  61. fm_weck/resources/fm_tools/klee.yml +13 -8
  62. fm_weck/resources/fm_tools/kleef.yml +3 -3
  63. fm_weck/resources/fm_tools/korn.yml +11 -1
  64. fm_weck/resources/fm_tools/lazycseq.yml +10 -7
  65. fm_weck/resources/fm_tools/legion-symcc.yml +6 -12
  66. fm_weck/resources/fm_tools/legion.yml +9 -14
  67. fm_weck/resources/fm_tools/lf-checker.yml +10 -6
  68. fm_weck/resources/fm_tools/liv.yml +19 -4
  69. fm_weck/resources/fm_tools/locksmith.yml +10 -6
  70. fm_weck/resources/fm_tools/metaval++.yml +19 -3
  71. fm_weck/resources/fm_tools/metaval.yml +21 -3
  72. fm_weck/resources/fm_tools/mlb.yml +6 -6
  73. fm_weck/resources/fm_tools/mopsa.yml +9 -7
  74. fm_weck/resources/fm_tools/nacpa.yml +7 -1
  75. fm_weck/resources/fm_tools/nitwit.yml +5 -3
  76. fm_weck/resources/fm_tools/owic.yml +4 -3
  77. fm_weck/resources/fm_tools/pesco.yml +10 -4
  78. fm_weck/resources/fm_tools/pichecker.yml +10 -6
  79. fm_weck/resources/fm_tools/pinaka.yml +13 -8
  80. fm_weck/resources/fm_tools/predatorhp.yml +6 -4
  81. fm_weck/resources/fm_tools/prism.yml +67 -0
  82. fm_weck/resources/fm_tools/proton.yml +6 -6
  83. fm_weck/resources/fm_tools/prtest.yml +22 -6
  84. fm_weck/resources/fm_tools/racerf.yml +14 -5
  85. fm_weck/resources/fm_tools/relay-sv.yml +8 -13
  86. fm_weck/resources/fm_tools/rizzer.yml +8 -12
  87. fm_weck/resources/fm_tools/schema.yml +60 -3
  88. fm_weck/resources/fm_tools/sikraken.yml +3 -3
  89. fm_weck/resources/fm_tools/spf.yml +13 -8
  90. fm_weck/resources/fm_tools/svf-svc.yml +15 -6
  91. fm_weck/resources/fm_tools/symbiotic-witch.yml +9 -5
  92. fm_weck/resources/fm_tools/symbiotic.yml +8 -4
  93. fm_weck/resources/fm_tools/testcov.yml +63 -5
  94. fm_weck/resources/fm_tools/theta.yml +8 -4
  95. fm_weck/resources/fm_tools/thorn.yml +3 -1
  96. fm_weck/resources/fm_tools/tracerx-wp.yml +11 -2
  97. fm_weck/resources/fm_tools/tracerx.yml +5 -1
  98. fm_weck/resources/fm_tools/uautomizer.yml +7 -12
  99. fm_weck/resources/fm_tools/ugemcutter.yml +8 -2
  100. fm_weck/resources/fm_tools/ukojak.yml +5 -2
  101. fm_weck/resources/fm_tools/ureferee.yml +3 -4
  102. fm_weck/resources/fm_tools/utaipan.yml +8 -2
  103. fm_weck/resources/fm_tools/utestgen.yml +11 -3
  104. fm_weck/resources/fm_tools/vercors.yml +94 -0
  105. fm_weck/resources/fm_tools/veriabs.yml +11 -9
  106. fm_weck/resources/fm_tools/veriabsl.yml +10 -8
  107. fm_weck/resources/fm_tools/verifuzz.yml +16 -266
  108. fm_weck/resources/fm_tools/verioover.yml +10 -6
  109. fm_weck/resources/fm_tools/wasp-c.yml +6 -4
  110. fm_weck/resources/fm_tools/wit4java.yml +20 -13
  111. fm_weck/resources/fm_tools/witch.yml +8 -4
  112. fm_weck/resources/fm_tools/witnesslint.yml +37 -9
  113. fm_weck/resources/fm_tools/witnessmap.yml +16 -2
  114. fm_weck/run_result.py +38 -0
  115. fm_weck/runexec_mode.py +7 -2
  116. fm_weck/serve.py +66 -12
  117. fm_weck/version_listing.py +25 -0
  118. {fm_weck-1.4.4.dist-info → fm_weck-1.4.6.dist-info}/METADATA +4 -2
  119. fm_weck-1.4.6.dist-info/RECORD +153 -0
  120. {fm_weck-1.4.4.dist-info → fm_weck-1.4.6.dist-info}/WHEEL +1 -1
  121. fm_weck-1.4.4.dist-info/RECORD +0 -146
  122. /fm_weck/resources/{BenchExec-3.25-py3-none-any.whl.license → BenchExec-3.27-py3-none-any.whl.license} +0 -0
  123. {fm_weck-1.4.4.dist-info → fm_weck-1.4.6.dist-info}/entry_points.txt +0 -0
@@ -5,7 +5,7 @@ input_languages:
5
5
  project_url: https://github.com/gernst/legion-symcc
6
6
  repository_url: https://github.com/gernst/legion-symcc
7
7
  spdx_license_identifier: MIT
8
- benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/legion.py"
8
+ benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/legion-symcc.py"
9
9
  fmtools_format_version: "2.0"
10
10
  fmtools_entry_maintainers:
11
11
  - gernst
@@ -21,26 +21,20 @@ versions:
21
21
  doi: 10.5281/zenodo.10412853
22
22
  benchexec_toolinfo_options: ['-a', 'True', '-q', '-b', './binary']
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
26
- - competition: "Test-Comp 2025"
27
- track: "Test Generation"
28
- hors-concours: true
29
- tool_version: "testcomp23"
30
- jury_member:
31
- name: Hors Concours
32
- institution: --
33
- country: --
34
- url: null
35
28
  - competition: "Test-Comp 2024"
36
29
  track: "Test Generation"
37
- hors-concours: true
30
+ label:
31
+ - inactive
38
32
  tool_version: "testcomp23"
39
33
  jury_member:
40
34
  name: Hors Concours
41
35
  institution: --
42
36
  country: --
43
- url: null
37
+ url:
44
38
  - competition: "Test-Comp 2023"
45
39
  track: "Test Generation"
46
40
  tool_version: "testcomp23"
@@ -14,42 +14,37 @@ maintainers:
14
14
  - name: Hors Concours
15
15
  institution: --
16
16
  country: --
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "testcomp23"
21
21
  doi: 10.5281/zenodo.10412740
22
22
  benchexec_toolinfo_options: ["--score", "uct", "--core", "8", "--tree-depth-limit", "100000", "--conex-timeout", "0", "--symex-timeout", "0", "--min-samples", "1", "--save-tests", "REDUCED", "--persistent", "--time-penalty", "0", "--random-seed", "0", "-o", "./binary.instr", "--compile", "svcomp"]
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
26
- - competition: "Test-Comp 2025"
27
- track: "Test Generation"
28
- hors-concours: true
29
- tool_version: "testcomp23"
30
- jury_member:
31
- name: Hors Concours
32
- institution: --
33
- country: --
34
- url: null
35
28
  - competition: "Test-Comp 2024"
36
29
  track: "Test Generation"
37
- hors-concours: true
30
+ label:
31
+ - inactive
38
32
  tool_version: "testcomp23"
39
33
  jury_member:
40
34
  name: Hors Concours
41
35
  institution: --
42
36
  country: --
43
- url: null
37
+ url:
44
38
  - competition: "Test-Comp 2023"
45
39
  track: "Test Generation"
46
- hors-concours: true
40
+ label:
41
+ - inactive
47
42
  tool_version: "testcomp23"
48
43
  jury_member:
49
44
  name: Hors Concours
50
45
  institution: --
51
46
  country: --
52
- url: null
47
+ url:
53
48
 
54
49
  techniques:
55
50
  - Explicit-Value Analysis
@@ -14,7 +14,7 @@ maintainers:
14
14
  - name: Tong Wu
15
15
  institution: University of Manchester
16
16
  country: UK
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
@@ -22,26 +22,30 @@ versions:
22
22
  benchexec_toolinfo_options: ['--concurrencyFlagPredictor', 'DT2.sav']
23
23
  required_ubuntu_packages:
24
24
  - clang
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
25
27
 
26
28
  competition_participations:
27
29
  - competition: "SV-COMP 2025"
28
30
  track: "Verification"
29
- hors-concours: true
31
+ label:
32
+ - inactive
30
33
  tool_version: "svcomp23"
31
34
  jury_member:
32
35
  name: Hors Concours
33
36
  institution: --
34
37
  country: --
35
- url: null
38
+ url:
36
39
  - competition: "SV-COMP 2024"
37
40
  track: "Verification"
38
- hors-concours: true
41
+ label:
42
+ - inactive
39
43
  tool_version: "svcomp23"
40
44
  jury_member:
41
45
  name: Hors Concours
42
46
  institution: --
43
47
  country: --
44
- url: null
48
+ url:
45
49
  - competition: "SV-COMP 2023"
46
50
  track: "Verification"
47
51
  tool_version: "svcomp23"
@@ -49,7 +53,7 @@ competition_participations:
49
53
  name: Tong Wu
50
54
  institution: University of Manchester
51
55
  country: UK
52
- url: null
56
+ url:
53
57
 
54
58
  techniques: []
55
59
 
@@ -1,5 +1,12 @@
1
1
  id: liv
2
2
  name: LIV
3
+ description: |
4
+ LIV is a witness validator that
5
+ splits the input program into straight-line programs
6
+ based on the rules of hoare logic.
7
+ It tries to prove or refute the invariants provided
8
+ in the input correctness witnesses
9
+ based on the straight-line programs.
3
10
  input_languages:
4
11
  - C
5
12
  project_url: https://gitlab.com/sosy-lab/software/liv
@@ -10,9 +17,14 @@ fmtools_format_version: "2.0"
10
17
  fmtools_entry_maintainers:
11
18
  - Marianl
12
19
  - dbeyer
13
- - PhilippWendler
20
+ - PhilippWendler
14
21
 
15
22
  maintainers:
23
+ - orcid: 0000-0003-4832-7662
24
+ name: Dirk Beyer
25
+ institution: LMU Munich
26
+ country: Germany
27
+ url: https://www.sosy-lab.org/people/dbeyer/
16
28
  - orcid: 0000-0002-8172-3184
17
29
  name: Marian Lingsch-Rosenfeld
18
30
  institution: LMU Munich
@@ -21,8 +33,8 @@ maintainers:
21
33
 
22
34
  versions:
23
35
  - version: "svcomp25"
24
- doi: "10.5281/zenodo.14210280"
25
- benchexec_toolinfo_options: ['--verifier', 'actors/cbmc.yml', '--verifierversion', 'default', '--cache-dir', 'lib/cvt_cache', '--no-cache-update', '--all-possible-invariant-locations', '--fuzzy-invariant-locations', '1', "--non-strict", '--prep-cgroup', '--debug']
36
+ doi: "10.5281/zenodo.14334835"
37
+ benchexec_toolinfo_options: ['--witness', '${witness}', '--verifier', 'actors/cbmc.yml', '--verifierversion', 'default', '--cache-dir', 'lib/cvt_cache', '--no-cache-update', '--all-possible-invariant-locations', '--fuzzy-invariant-locations', '1', "--non-strict", '--prep-cgroup', '--debug']
26
38
  required_ubuntu_packages:
27
39
  - python3-requests
28
40
  - python3-pycparser
@@ -78,4 +90,7 @@ used_actors:
78
90
  description: |
79
91
  Annotates assumes and assertions into straight-line programs for witness validation.
80
92
 
81
- literature: []
93
+ literature:
94
+ - doi: 10.1109/ASE56229.2023.00214
95
+ title: "LIV: Invariant Validation using Straight-Line Programs"
96
+ year: 2023
@@ -14,33 +14,37 @@ maintainers:
14
14
  - name: Vesal Vojdani
15
15
  institution: University of Tartu
16
16
  country: Estonia
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
21
21
  doi: 10.5281/zenodo.10407379
22
22
  benchexec_toolinfo_options: []
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
24
26
 
25
27
  competition_participations:
26
28
  - competition: "SV-COMP 2025"
27
29
  track: "Verification"
28
- hors-concours: true
30
+ label:
31
+ - inactive
29
32
  tool_version: "svcomp23"
30
33
  jury_member:
31
34
  name: Hors Concours
32
35
  institution: --
33
36
  country: --
34
- url: null
37
+ url:
35
38
  - competition: "SV-COMP 2024"
36
39
  track: "Verification"
37
- hors-concours: true
40
+ label:
41
+ - inactive
38
42
  tool_version: "svcomp23"
39
43
  jury_member:
40
44
  name: Hors Concours
41
45
  institution: --
42
46
  country: --
43
- url: null
47
+ url:
44
48
  - competition: "SV-COMP 2023"
45
49
  track: "Verification"
46
50
  tool_version: "svcomp23"
@@ -48,7 +52,7 @@ competition_participations:
48
52
  name: Vesal Vojdani
49
53
  institution: University of Tartu
50
54
  country: Estonia
51
- url: null
55
+ url:
52
56
 
53
57
  techniques:
54
58
  - Concurrency Support
@@ -1,5 +1,14 @@
1
1
  id: metaval++
2
2
  name: MetaVal++
3
+ description: |
4
+ MetaVal++ is the successor of MetaVal.
5
+ It validates witnesses by transforming a
6
+ validation task (a specification, a program, and a verification witness)
7
+ into a validation or verification task.
8
+ MetaVal++ provides multiple different frontends
9
+ for the task transformation.
10
+ Each produced task can then be verified using multiple verification
11
+ backends.
3
12
  input_languages:
4
13
  - C
5
14
  project_url: https://gitlab.com/sosy-lab/software/metavalpp
@@ -13,17 +22,21 @@ fmtools_entry_maintainers:
13
22
  - PhilippWendler
14
23
 
15
24
  maintainers:
25
+ - orcid: 0000-0003-4832-7662
26
+ name: Dirk Beyer
27
+ institution: LMU Munich
28
+ country: Germany
29
+ url: https://www.sosy-lab.org/people/dbeyer/
16
30
  - orcid: 0000-0002-8172-3184
17
31
  name: Marian Lingsch-Rosenfeld
18
32
  institution: LMU Munich
19
33
  country: Germany
20
34
  url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
21
35
 
22
-
23
36
  versions:
24
37
  - version: "svcomp25-correctness"
25
38
  doi: 10.5281/zenodo.14194293
26
- benchexec_toolinfo_options: ['--backend', 'framac-wp', '--debug']
39
+ benchexec_toolinfo_options: ['--witness', '${witness}', '--backend', 'framac-wp', '--debug']
27
40
  required_ubuntu_packages: []
28
41
 
29
42
  competition_participations:
@@ -47,4 +60,7 @@ used_actors:
47
60
  description: |
48
61
  Annotates invariants or state guards from software witnesses in the program as assertions or assumptions.
49
62
 
50
- literature: []
63
+ literature:
64
+ - doi: 10.1007/978-3-030-53291-8_10
65
+ title: "MetaVal: Witness Validation via Verification"
66
+ year: 2020
@@ -1,5 +1,13 @@
1
1
  id: metaval
2
2
  name: MetaVal
3
+ description: |
4
+ MetaVal is an annotation-based witness validator that
5
+ uses an 'off-the-shelf' verifier
6
+ to re-establish the verification result
7
+ using a program expressing the product
8
+ automaton of the witness and input program.
9
+ From the verification verdict of the product program
10
+ the witness validation verdict is obtained.
3
11
  input_languages:
4
12
  - C
5
13
  project_url: https://gitlab.com/sosy-lab/software/metaval
@@ -10,23 +18,33 @@ fmtools_format_version: "2.0"
10
18
  fmtools_entry_maintainers:
11
19
  - Marianl
12
20
  - dbeyer
13
- - PhilippWendler
21
+ - PhilippWendler
14
22
 
15
23
  maintainers:
24
+ - orcid: 0000-0003-4832-7662
25
+ name: Dirk Beyer
26
+ institution: LMU Munich
27
+ country: Germany
28
+ url: https://www.sosy-lab.org/people/dbeyer/
16
29
  - orcid: 0000-0002-8172-3184
17
30
  name: Marian Lingsch-Rosenfeld
18
31
  institution: LMU Munich
19
32
  country: Germany
20
33
  url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
34
+ - orcid: 0000-0002-9169-9130
35
+ name: Martin Spiessl
36
+ institution: LMU Munich
37
+ country: Germany
38
+ url: https://www.sosy-lab.org/people/spiessl/
21
39
 
22
40
  versions:
23
41
  - version: "svcomp25-correctness"
24
42
  doi: 10.5281/zenodo.14170354
25
- benchexec_toolinfo_options: ['--metavalWitnessType', 'correctness_witness', '--metavalVerifierBackend', 'cpachecker', '--svcomp24', '--heap', '5000M', '--benchmark', '--timelimit', '900s']
43
+ benchexec_toolinfo_options: ['--metavalWitness', '${witness}', '--metavalWitnessType', 'correctness_witness', '--metavalVerifierBackend', 'cpachecker', '--svcomp24', '--heap', '5000M', '--benchmark', '--timelimit', '900s']
26
44
  required_ubuntu_packages: []
27
45
  - version: "svcomp25-violation"
28
46
  doi: 10.5281/zenodo.14170354
29
- benchexec_toolinfo_options: ['--metavalWitnessType', 'violation_witness', '--metavalVerifierBackend', 'cpachecker', '--predicateAnalysis', '--heap', '5000M', '--benchmark', '--timelimit', '90s']
47
+ benchexec_toolinfo_options: ['--metavalWitness', '${witness}', '--metavalWitnessType', 'violation_witness', '--metavalVerifierBackend', 'cpachecker', '--predicateAnalysis', '--heap', '5000M', '--benchmark', '--timelimit', '90s']
30
48
  required_ubuntu_packages: []
31
49
  - version: "svcomp24-correctness"
32
50
  doi: 10.5281/zenodo.10137150
@@ -15,11 +15,11 @@ maintainers:
15
15
  name: Lei Bu
16
16
  institution: Nanjing University
17
17
  country: China
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "svcomp25"
22
- doi: "10.5281/zenodo.14202342"
22
+ doi: "10.5281/zenodo.14229077"
23
23
  benchexec_toolinfo_options: []
24
24
  required_ubuntu_packages:
25
25
  - openjdk-8-jre-headless
@@ -43,7 +43,7 @@ competition_participations:
43
43
  name: Lei Bu
44
44
  institution: Nanjing University
45
45
  country: China
46
- url: null
46
+ url:
47
47
  - competition: "SV-COMP 2024"
48
48
  track: "Verification"
49
49
  tool_version: "svcomp24"
@@ -51,7 +51,7 @@ competition_participations:
51
51
  name: Lei Bu
52
52
  institution: Nanjing University
53
53
  country: China
54
- url: null
54
+ url:
55
55
  - competition: "SV-COMP 2023"
56
56
  track: "Verification"
57
57
  tool_version: "svcomp23"
@@ -59,7 +59,7 @@ competition_participations:
59
59
  name: Lei Bu
60
60
  institution: Nanjing University
61
61
  country: China
62
- url: null
62
+ url:
63
63
 
64
64
  techniques:
65
65
  - Symbolic Execution
@@ -71,4 +71,4 @@ frameworks_solvers: []
71
71
  literature:
72
72
  - doi: 10.1007/s00165-021-00538-3
73
73
  title: "Machine learning steered symbolic execution framework for complex software code"
74
- year: 2021
74
+ year: 2021
@@ -17,7 +17,7 @@ maintainers:
17
17
  name: Raphaël Monat
18
18
  institution: Inria and University of Lille
19
19
  country: France
20
- url: https://www.rmonat.fr
20
+ url: https://rmonat.fr
21
21
 
22
22
  versions:
23
23
  - version: "svcomp25"
@@ -35,7 +35,7 @@ versions:
35
35
  - libflint-dev
36
36
  - version: "svcomp25-validation-correctness"
37
37
  doi: 10.5281/zenodo.14208644
38
- benchexec_toolinfo_options: []
38
+ benchexec_toolinfo_options: ["--validate_yaml_witness", "${witness}"]
39
39
  required_ubuntu_packages:
40
40
  - clang
41
41
  - libc6-dev-i386
@@ -88,18 +88,20 @@ competition_participations:
88
88
  track: "Verification"
89
89
  tool_version: "svcomp25"
90
90
  jury_member:
91
+ orcid: 0000-0001-8487-0326
91
92
  name: Raphaël Monat
92
93
  institution: Inria and University of Lille
93
94
  country: France
94
- url: https://www.rmonat.fr
95
+ url: https://rmonat.fr
95
96
  - competition: "SV-COMP 2025"
96
97
  track: 'Validation of Correctness Witnesses 2.0'
97
98
  tool_version: "svcomp25-validation-correctness"
98
99
  jury_member:
100
+ orcid: 0000-0001-8487-0326
99
101
  name: Raphaël Monat
100
102
  institution: Inria and University of Lille
101
103
  country: France
102
- url: https://www.rmonat.fr
104
+ url: https://rmonat.fr
103
105
  - competition: "SV-COMP 2024"
104
106
  track: "Verification"
105
107
  tool_version: "svcomp24"
@@ -108,7 +110,7 @@ competition_participations:
108
110
  name: Raphaël Monat
109
111
  institution: Inria and University of Lille
110
112
  country: France
111
- url: https://www.rmonat.fr
113
+ url: https://rmonat.fr
112
114
  - competition: "SV-COMP 2024"
113
115
  track: 'Validation of Correctness Witnesses 2.0'
114
116
  tool_version: "svcomp24-validation-correctness"
@@ -117,7 +119,7 @@ competition_participations:
117
119
  name: Raphaël Monat
118
120
  institution: Inria and University of Lille
119
121
  country: France
120
- url: https://www.rmonat.fr
122
+ url: https://rmonat.fr
121
123
  - competition: "SV-COMP 2023"
122
124
  track: "Verification"
123
125
  tool_version: "svcomp23"
@@ -126,7 +128,7 @@ competition_participations:
126
128
  name: Raphaël Monat
127
129
  institution: Inria and University of Lille
128
130
  country: France
129
- url: https://www.rmonat.fr
131
+ url: https://rmonat.fr
130
132
 
131
133
  techniques:
132
134
  - Numeric Interval Analysis
@@ -1,5 +1,9 @@
1
1
  id: nacpa
2
- name: nacpa
2
+ name: Nacpa
3
+ description: |
4
+ Nacpa is a meta-verifier for C programs.
5
+ It is based on strategy selection, parallel portfolios,
6
+ and native compilation of Java.
3
7
  input_languages:
4
8
  - C
5
9
  project_url: https://gitlab.com/sosy-lab/software/nacpa
@@ -34,6 +38,8 @@ versions:
34
38
  competition_participations:
35
39
  - competition: SV-COMP 2025
36
40
  track: "Verification"
41
+ label:
42
+ - meta_tool
37
43
  tool_version: "1.0.0"
38
44
  jury_member:
39
45
  orcid: 0000-0002-4768-4054
@@ -14,12 +14,13 @@ maintainers:
14
14
  - name: Jana (Philipp) Berger
15
15
  institution: RWTH Aachen
16
16
  country: Germany
17
+ orcid: 0000-0000-0000-0000
17
18
  url: https://moves.rwth-aachen.de/people/berger/
18
19
 
19
20
  versions:
20
21
  - version: "svcomp24-validation-violation"
21
22
  doi: 10.5281/zenodo.10116345
22
- benchexec_toolinfo_options: []
23
+ benchexec_toolinfo_options: ["-w", "${witness}"]
23
24
  required_ubuntu_packages:
24
25
  - gcc-multilib
25
26
  - g++-multilib
@@ -35,13 +36,14 @@ versions:
35
36
  competition_participations:
36
37
  - competition: "SV-COMP 2025"
37
38
  track: "Validation of Violation Witnesses 1.0"
38
- hors-concours: true
39
+ label:
40
+ - inactive
39
41
  tool_version: "svcomp24-validation-violation"
40
42
  jury_member:
41
43
  name: Hors Concours
42
44
  institution: --
43
45
  country: --
44
- url: null
46
+ url:
45
47
  - competition: "SV-COMP 2024"
46
48
  track: "Validation of Violation Witnesses 1.0"
47
49
  tool_version: "svcomp24-validation-violation"
@@ -25,7 +25,7 @@ maintainers:
25
25
  versions:
26
26
  - version: "testcomp24"
27
27
  doi: 10.5281/zenodo.10213245
28
- benchexec_toolinfo_options: [ "--testcomp" ]
28
+ benchexec_toolinfo_options: ["--testcomp"]
29
29
  required_ubuntu_packages:
30
30
  - clang
31
31
  - llvm
@@ -37,13 +37,14 @@ versions:
37
37
  competition_participations:
38
38
  - competition: "Test-Comp 2025"
39
39
  track: "Test Generation"
40
- hors-concours: true
40
+ label:
41
+ - inactive
41
42
  tool_version: "testcomp24"
42
43
  jury_member:
43
44
  name: Hors Concours
44
45
  institution: --
45
46
  country: --
46
- url: null
47
+ url:
47
48
  - competition: "Test-Comp 2024"
48
49
  track: "Test Generation"
49
50
  tool_version: "testcomp24"
@@ -32,24 +32,30 @@ versions:
32
32
  competition_participations:
33
33
  - competition: "SV-COMP 2025"
34
34
  track: "Verification"
35
- hors-concours: true
35
+ label:
36
+ - inactive
37
+ - meta_tool
36
38
  tool_version: "svcomp24"
37
39
  jury_member:
38
40
  name: Hors Concours
39
41
  institution: --
40
42
  country: --
41
- url: null
43
+ url:
42
44
  - competition: "SV-COMP 2024"
43
45
  track: "Verification"
44
- hors-concours: true
46
+ label:
47
+ - inactive
48
+ - meta_tool
45
49
  tool_version: "svcomp24"
46
50
  jury_member:
47
51
  name: Hors Concours
48
52
  institution: --
49
53
  country: --
50
- url: null
54
+ url:
51
55
  - competition: "SV-COMP 2023"
52
56
  track: "Verification"
57
+ label:
58
+ - meta_tool
53
59
  tool_version: "svcomp23"
54
60
  jury_member:
55
61
  name: Cedric Richter
@@ -14,7 +14,7 @@ maintainers:
14
14
  - name: Jie Su
15
15
  institution: Xidian University
16
16
  country: China
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
@@ -22,26 +22,30 @@ versions:
22
22
  benchexec_toolinfo_options: ['-svcomp23-pichecker', '-heap', '14000M', '-stack', '2048k', '-benchmark', '-timelimit', '900 s']
23
23
  required_ubuntu_packages:
24
24
  - openjdk-11-jre-headless
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
25
27
 
26
28
  competition_participations:
27
29
  - competition: "SV-COMP 2025"
28
30
  track: "Verification"
29
- hors-concours: true
31
+ label:
32
+ - inactive
30
33
  tool_version: "svcomp23"
31
34
  jury_member:
32
35
  name: Hors Concours
33
36
  institution: --
34
37
  country: --
35
- url: null
38
+ url:
36
39
  - competition: "SV-COMP 2024"
37
40
  track: "Verification"
38
- hors-concours: true
41
+ label:
42
+ - inactive
39
43
  tool_version: "svcomp23"
40
44
  jury_member:
41
45
  name: Hors Concours
42
46
  institution: --
43
47
  country: --
44
- url: null
48
+ url:
45
49
  - competition: "SV-COMP 2023"
46
50
  track: "Verification"
47
51
  tool_version: "svcomp23"
@@ -49,7 +53,7 @@ competition_participations:
49
53
  name: Jie Su
50
54
  institution: Xidian University
51
55
  country: China
52
- url: null
56
+ url:
53
57
 
54
58
  techniques:
55
59
  - CEGAR