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
@@ -1,5 +1,9 @@
1
1
  id: symbiotic-witch
2
2
  name: Symbiotic-Witch
3
+ description: |
4
+ Symbiotic-Witch is a tool validating violation witnesses
5
+ of verification results in the witness format 1.0. The tool
6
+ uses some components of Symbiotic and (a fork of) Klee.
3
7
  input_languages:
4
8
  - C
5
9
  project_url: https://github.com/ayazip/witch-klee
@@ -15,11 +19,11 @@ maintainers:
15
19
  name: Paulína Ayaziová
16
20
  institution: Masaryk University, Brno
17
21
  country: Czechia
18
- url: null
22
+ url:
19
23
 
20
24
  versions:
21
25
  - version: "svcomp25"
22
- benchexec_toolinfo_options: []
26
+ benchexec_toolinfo_options: ["--witness-check", "${witness}"]
23
27
  required_ubuntu_packages:
24
28
  - python3
25
29
  - python3-lxml
@@ -47,7 +51,7 @@ competition_participations:
47
51
  name: Paulína Ayaziová
48
52
  institution: Masaryk University, Brno
49
53
  country: Czechia
50
- url: null
54
+ url:
51
55
  - competition: "SV-COMP 2024"
52
56
  track: "Validation of Violation Witnesses 1.0"
53
57
  tool_version: "svcomp24"
@@ -56,7 +60,7 @@ competition_participations:
56
60
  name: Paulína Ayaziová
57
61
  institution: Masaryk University, Brno
58
62
  country: Czechia
59
- url: null
63
+ url:
60
64
  - competition: "SV-COMP 2023"
61
65
  track: "Validation of Violation Witnesses 1.0"
62
66
  tool_version: "svcomp23"
@@ -65,7 +69,7 @@ competition_participations:
65
69
  name: Paulína Ayaziová
66
70
  institution: Masaryk University, Brno
67
71
  country: Czechia
68
- url: null
72
+ url:
69
73
 
70
74
  techniques:
71
75
  - Symbolic Execution
@@ -1,5 +1,9 @@
1
1
  id: symbiotic
2
2
  name: Symbiotic
3
+ description: |
4
+ Symbiotic is a configurable framework for program analysis and verification
5
+ combining static analyses, program slicing, and several tools as
6
+ verification engines, in particular (a fork of) Klee and Slowbeast.
3
7
  input_languages:
4
8
  - C
5
9
  project_url: https://github.com/staticafi/symbiotic
@@ -19,14 +23,14 @@ maintainers:
19
23
 
20
24
  versions:
21
25
  - version: "svcomp25"
22
- doi: "10.5281/zenodo.14204995"
26
+ doi: "10.5281/zenodo.14230101"
23
27
  benchexec_toolinfo_options: ['--witness', 'witness.graphml', '--sv-comp']
24
28
  required_ubuntu_packages:
25
29
  - python3
26
30
  - python3-lxml
27
31
  - python3-clang
28
32
  - version: "testcomp25"
29
- doi: "10.5281/zenodo.14204995"
33
+ doi: "10.5281/zenodo.14230101"
30
34
  benchexec_toolinfo_options: ['--test-comp']
31
35
  required_ubuntu_packages:
32
36
  - python3
@@ -102,7 +106,7 @@ competition_participations:
102
106
  name: Marek Trtík
103
107
  institution: Masaryk University, Brno
104
108
  country: Czechia
105
- url: null
109
+ url:
106
110
  - competition: "Test-Comp 2023"
107
111
  track: "Test Generation"
108
112
  tool_version: "testcomp23"
@@ -111,7 +115,7 @@ competition_participations:
111
115
  name: Marek Trtík
112
116
  institution: Masaryk University, Brno
113
117
  country: Czechia
114
- url: null
118
+ url:
115
119
 
116
120
  techniques:
117
121
  - Symbolic Execution
@@ -24,14 +24,45 @@ maintainers:
24
24
  country: Germany
25
25
  url: https://www.sosy-lab.org/people/lemberger/
26
26
  versions:
27
- - version: "testcomp25"
28
- doi: 10.5281/zenodo.14040656
29
- benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--format', '--verbose', '--no-plots', '--prep-cgroup', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
27
+ - version: "testcomp25-clang-formatted"
28
+ doi: 10.5281/zenodo.14544775
29
+ benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--format', '--verbose', '--no-plots', '--prep-cgroup', '--disable-info-files', '--compiler', 'clang', '--cov-tool', 'llvm-cov', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
30
30
  required_ubuntu_packages:
31
31
  - clang
32
32
  - clang-format
33
33
  - clang-tidy
34
34
  - llvm
35
+ - lcov
36
+ - gcc
37
+ - version: "testcomp25-clang-unformatted"
38
+ doi: 10.5281/zenodo.14544775
39
+ benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--verbose', '--no-plots', '--prep-cgroup', '--disable-info-files', '--compiler', 'clang', '--cov-tool', 'llvm-cov', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
40
+ required_ubuntu_packages:
41
+ - clang
42
+ - clang-format
43
+ - clang-tidy
44
+ - llvm
45
+ - lcov
46
+ - gcc
47
+ - version: "testcomp25-gcc-formatted"
48
+ doi: 10.5281/zenodo.14544775
49
+ benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--format', '--verbose', '--no-plots', '--prep-cgroup', '--disable-info-files', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
50
+ required_ubuntu_packages:
51
+ - clang
52
+ - clang-format
53
+ - clang-tidy
54
+ - llvm
55
+ - lcov
56
+ - gcc
57
+ - version: "testcomp25-gcc-unformatted"
58
+ doi: 10.5281/zenodo.14544775
59
+ benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--verbose', '--no-plots', '--prep-cgroup', '--disable-info-files', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
60
+ required_ubuntu_packages:
61
+ - clang
62
+ - clang-format
63
+ - clang-tidy
64
+ - llvm
65
+ - lcov
35
66
  - gcc
36
67
  - version: "testcomp24"
37
68
  doi: 10.5281/zenodo.10203746
@@ -45,8 +76,35 @@ versions:
45
76
 
46
77
  competition_participations:
47
78
  - competition: "Test-Comp 2025"
48
- track: "Validation of Test Suites"
49
- tool_version: "testcomp25"
79
+ track: "Validation of Test Suites Clang Formatted"
80
+ tool_version: "testcomp25-clang-formatted"
81
+ jury_member:
82
+ orcid: 0000-0001-7365-5030
83
+ name: Matthias Kettl
84
+ institution: LMU Munich
85
+ country: Germany
86
+ url: https://www.sosy-lab.org/people/kettl/
87
+ - competition: "Test-Comp 2025"
88
+ track: "Validation of Test Suites Clang Unformatted"
89
+ tool_version: "testcomp25-clang-unformatted"
90
+ jury_member:
91
+ orcid: 0000-0001-7365-5030
92
+ name: Matthias Kettl
93
+ institution: LMU Munich
94
+ country: Germany
95
+ url: https://www.sosy-lab.org/people/kettl/
96
+ - competition: "Test-Comp 2025"
97
+ track: "Validation of Test Suites GCC Formatted"
98
+ tool_version: "testcomp25-gcc-formatted"
99
+ jury_member:
100
+ orcid: 0000-0001-7365-5030
101
+ name: Matthias Kettl
102
+ institution: LMU Munich
103
+ country: Germany
104
+ url: https://www.sosy-lab.org/people/kettl/
105
+ - competition: "Test-Comp 2025"
106
+ track: "Validation of Test Suites GCC Unformatted"
107
+ tool_version: "testcomp25-gcc-unformatted"
50
108
  jury_member:
51
109
  orcid: 0000-0001-7365-5030
52
110
  name: Matthias Kettl
@@ -1,5 +1,8 @@
1
1
  id: theta
2
2
  name: Theta
3
+ description: |
4
+ Theta is a model checking framework, with a strong emphasis on effectively handling concurrency in software using abstraction refinement algorithms.
5
+ We utilize our portfolio with dynamic algorithm selection to guide configuration synthesis and ordering, thus providing an automatic, adaptive verification solution.
3
6
  input_languages:
4
7
  - C
5
8
  project_url: https://github.com/ftsrg/theta
@@ -20,16 +23,14 @@ maintainers:
20
23
  versions:
21
24
  - version: "svcomp25"
22
25
  doi: 10.5281/zenodo.14194483
23
- benchexec_toolinfo_options:
24
- ["--svcomp", "--portfolio", "STABLE", "--loglevel", "RESULT"]
26
+ benchexec_toolinfo_options: ["--svcomp", "--portfolio", "STABLE", "--loglevel", "RESULT"]
25
27
  required_ubuntu_packages:
26
28
  - openjdk-17-jre-headless
27
29
  - libgomp1
28
30
  - libmpfr6
29
31
  - version: "svcomp24"
30
32
  doi: 10.5281/zenodo.10202679
31
- benchexec_toolinfo_options:
32
- ["--witness-only", "--portfolio", "COMPLEX", "--loglevel", "RESULT"]
33
+ benchexec_toolinfo_options: ["--witness-only", "--portfolio", "COMPLEX", "--loglevel", "RESULT"]
33
34
  required_ubuntu_packages:
34
35
  - openjdk-17-jre-headless
35
36
  - libgomp1
@@ -72,6 +73,7 @@ competition_participations:
72
73
  techniques:
73
74
  - CEGAR
74
75
  - Predicate Abstraction
76
+ - Bounded Model Checking
75
77
  - Explicit-Value Analysis
76
78
  - Bit-Precise Analysis
77
79
  - ARG-Based Analysis
@@ -79,6 +81,8 @@ techniques:
79
81
  - Concurrency Support
80
82
  - Algorithm Selection
81
83
  - Portfolio
84
+ - Task Translation
85
+ - Floating-Point Arithmetics
82
86
 
83
87
  frameworks_solvers: []
84
88
 
@@ -1,5 +1,7 @@
1
1
  id: thorn
2
2
  name: Thorn
3
+ description: |
4
+ Thorn is a variant of Theta, utilizing CHC solvers as backends instead of the conventional model checking algorithms of Theta.
3
5
  input_languages:
4
6
  - C
5
7
  project_url: https://github.com/ftsrg/theta
@@ -44,4 +46,4 @@ techniques:
44
46
 
45
47
  frameworks_solvers: []
46
48
 
47
- literature: []
49
+ literature: []
@@ -1,5 +1,13 @@
1
1
  id: tracerx-wp
2
2
  name: TracerX-WP
3
+ description: |
4
+ TracerX-WP is a dynamic symbolic execution engine
5
+ that employs abstraction learning to prune subtrees
6
+ which are not necessary for traversal, based on their
7
+ similarity to previously explored paths. It leverages
8
+ Weakest Precondition interpolation to represent the
9
+ learned abstractions effectively.
10
+
3
11
  input_languages:
4
12
  - C
5
13
  project_url: https://tracer-x.github.io/
@@ -21,7 +29,7 @@ maintainers:
21
29
 
22
30
  versions:
23
31
  - version: "testcomp25"
24
- doi: "10.5281/zenodo.14193187"
32
+ doi: "10.5281/zenodo.14349699"
25
33
  benchexec_toolinfo_options: []
26
34
  required_ubuntu_packages: []
27
35
  - version: "testcomp24"
@@ -50,7 +58,8 @@ competition_participations:
50
58
  techniques:
51
59
  - Interpolation
52
60
 
53
- frameworks_solvers: []
61
+ frameworks_solvers:
62
+ - Z3
54
63
 
55
64
  literature:
56
65
  - doi: 10.1007/978-3-031-57259-3_19
@@ -1,5 +1,9 @@
1
1
  id: tracerx
2
2
  name: TracerX
3
+ description: |
4
+ TracerX is a dynamic symbolic executor that uses interpolation to prune
5
+ subtrees whose traversal is no longer necessary due to their similarity with previously visited paths.
6
+
3
7
  input_languages:
4
8
  - C
5
9
  project_url: https://tracer-x.github.io/
@@ -21,7 +25,7 @@ maintainers:
21
25
 
22
26
  versions:
23
27
  - version: "testcomp25"
24
- doi: 10.5281/zenodo.14193195
28
+ doi: 10.5281/zenodo.14349664
25
29
  benchexec_toolinfo_options: []
26
30
  required_ubuntu_packages: []
27
31
  - version: "testcomp24"
@@ -22,9 +22,9 @@ maintainers:
22
22
  url: https://swt.informatik.uni-freiburg.de/staff/ebbinghaus
23
23
  - orcid: 0000-0003-4252-3558
24
24
  name: Matthias Heizmann
25
- institution: University of Freiburg
25
+ institution: University of Stuttgart
26
26
  country: Germany
27
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
27
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
28
28
  - orcid: 0000-0003-4885-0728
29
29
  name: Dominik Klumpp
30
30
  institution: University of Freiburg
@@ -48,21 +48,18 @@ versions:
48
48
  - openjdk-21-jre-headless
49
49
  - version: svcomp25-correctness
50
50
  doi: 10.5281/zenodo.14209043
51
- benchexec_toolinfo_options:
52
- [--full-output, --witness-type, correctness_witness]
51
+ benchexec_toolinfo_options: ["--validate", "${witness}", "--full-output", "--witness-type", "correctness_witness"]
53
52
  required_ubuntu_packages:
54
53
  - openjdk-21-jre-headless
55
54
  - version: svcomp25-violation
56
55
  doi: 10.5281/zenodo.14209043
57
- benchexec_toolinfo_options:
58
- [--full-output, --witness-type, violation_witness]
56
+ benchexec_toolinfo_options: ["--validate", "${witness}", --full-output, --witness-type, violation_witness]
59
57
  required_ubuntu_packages:
60
58
  - openjdk-21-jre-headless
61
59
 
62
60
  - version: svcomp24-correctness-post-deadline-yaml-wrapper-fix
63
61
  doi: 10.5281/zenodo.10223333
64
- benchexec_toolinfo_options:
65
- [--full-output, --witness-type, correctness_witness]
62
+ benchexec_toolinfo_options: [--full-output, --witness-type, correctness_witness]
66
63
  required_ubuntu_packages:
67
64
  - openjdk-11-jre-headless
68
65
  base_container_images:
@@ -80,8 +77,7 @@ versions:
80
77
  - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
81
78
  - version: svcomp24-correctness
82
79
  doi: 10.5281/zenodo.10203545
83
- benchexec_toolinfo_options:
84
- [--full-output, --witness-type, correctness_witness]
80
+ benchexec_toolinfo_options: [--full-output, --witness-type, correctness_witness]
85
81
  required_ubuntu_packages:
86
82
  - openjdk-11-jre-headless
87
83
  base_container_images:
@@ -90,8 +86,7 @@ versions:
90
86
  - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
91
87
  - version: svcomp24-violation
92
88
  doi: 10.5281/zenodo.10203545
93
- benchexec_toolinfo_options:
94
- [--full-output, --witness-type, violation_witness]
89
+ benchexec_toolinfo_options: [--full-output, --witness-type, violation_witness]
95
90
  required_ubuntu_packages:
96
91
  - openjdk-11-jre-headless
97
92
  base_container_images:
@@ -1,5 +1,11 @@
1
1
  id: ugemcutter
2
2
  name: UGemCutter
3
+ description: |
4
+ GemCutter is a verifier for concurrent programs based on commutativity, i.e.,
5
+ the observation that for certain statements from different threads, the
6
+ execution order does not matter. It integrates partial order reduction
7
+ algorithms (that take advantage of commutativity) with a trace
8
+ abstraction-based CEGAR scheme.
3
9
  input_languages:
4
10
  - C
5
11
  project_url: https://ultimate-pa.org
@@ -13,9 +19,9 @@ fmtools_entry_maintainers:
13
19
  maintainers:
14
20
  - orcid: 0000-0003-4252-3558
15
21
  name: Matthias Heizmann
16
- institution: University of Freiburg
22
+ institution: University of Stuttgart
17
23
  country: Germany
18
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
24
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
19
25
  - orcid: 0000-0003-4885-0728
20
26
  name: Dominik Klumpp
21
27
  institution: University of Freiburg
@@ -1,5 +1,8 @@
1
1
  id: ukojak
2
2
  name: UKojak
3
+ description: |
4
+ Kojak analyses programs using an extension of the Lazy Interpolants CEGAR
5
+ scheme.
3
6
  input_languages:
4
7
  - C
5
8
  project_url: https://ultimate-pa.org
@@ -18,9 +21,9 @@ maintainers:
18
21
  url: https://swt.informatik.uni-freiburg.de/staff/bentele
19
22
  - orcid: 0000-0003-4252-3558
20
23
  name: Matthias Heizmann
21
- institution: University of Freiburg
24
+ institution: University of Stuttgart
22
25
  country: Germany
23
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
26
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
24
27
  - orcid: 0000-0003-4885-0728
25
28
  name: Dominik Klumpp
26
29
  institution: University of Freiburg
@@ -15,9 +15,9 @@ fmtools_entry_maintainers:
15
15
  maintainers:
16
16
  - orcid: 0000-0003-4252-3558
17
17
  name: Matthias Heizmann
18
- institution: University of Freiburg
18
+ institution: University of Stuttgart
19
19
  country: Germany
20
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
20
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
21
21
  - orcid: 0000-0003-4885-0728
22
22
  name: Dominik Klumpp
23
23
  institution: University of Freiburg
@@ -36,8 +36,7 @@ maintainers:
36
36
  versions:
37
37
  - version: svcomp25-correctness
38
38
  doi: 10.5281/zenodo.14209067
39
- benchexec_toolinfo_options:
40
- [--full-output, --witness-type, correctness_witness]
39
+ benchexec_toolinfo_options: ["--validate", "${witness}", "--full-output", "--witness-type", "correctness_witness"]
41
40
  required_ubuntu_packages:
42
41
  - openjdk-21-jre-headless
43
42
 
@@ -1,5 +1,11 @@
1
1
  id: utaipan
2
2
  name: UTaipan
3
+ description: |
4
+ Ultimate Taipan checks if a program satisifes some safety property by combining
5
+ trace abstraction with abstract interpretation. Instead of only generating
6
+ proofs from single traces with an SMT solver, it also uses an abstract
7
+ interpreter applied to the path program induced by a trace.
8
+ For concurrency, it uses an explicit product of finite automata.
3
9
  input_languages:
4
10
  - C
5
11
  project_url: https://ultimate-pa.org
@@ -13,9 +19,9 @@ fmtools_entry_maintainers:
13
19
  maintainers:
14
20
  - orcid: 0000-0003-4252-3558
15
21
  name: Matthias Heizmann
16
- institution: University of Freiburg
22
+ institution: University of Stuttgart
17
23
  country: Germany
18
- url: https://swt.informatik.uni-freiburg.de/staff/heizmann
24
+ url: https://www.iste.uni-stuttgart.de/de/institut/team/Heizmann/
19
25
  - orcid: 0000-0003-4885-0728
20
26
  name: Dominik Klumpp
21
27
  institution: University of Freiburg
@@ -1,5 +1,9 @@
1
1
  id: utestgen
2
2
  name: UTestGen
3
+ description: |
4
+ Ultimate TestGen is a tool for automatic test-case generation. It checks the
5
+ (un)reachability of test goals and generates test cases from counterexamples
6
+ by extending trace abstraction with error automata.
3
7
  input_languages:
4
8
  - C
5
9
  project_url: https://ultimate.informatik.uni-freiburg.de
@@ -21,12 +25,12 @@ maintainers:
21
25
  versions:
22
26
  - version: "testcomp25"
23
27
  doi: 10.5281/zenodo.14185070
24
- benchexec_toolinfo_options: ['--traceabstraction.test.generation.mode', 'Standard', '--rcfgbuilder.reuse.mode.for.test.generation', 'ReuseUNSATmatchPrefix','--full-output']
28
+ benchexec_toolinfo_options: ["--traceabstraction.test.generation.mode", "Standard", "--rcfgbuilder.reuse.mode.for.test.generation", "ReuseUNSATmatchPrefix", "--full-output"]
25
29
  required_ubuntu_packages:
26
30
  - openjdk-11-jre-headless
27
31
  - version: "testcomp24"
28
32
  doi: 10.5281/zenodo.10071568
29
- benchexec_toolinfo_options: ['--traceabstraction.test.generation.mode', 'Standard', '--full-output']
33
+ benchexec_toolinfo_options: ["--traceabstraction.test.generation.mode", "Standard", "--full-output"]
30
34
  required_ubuntu_packages:
31
35
  - openjdk-11-jre-headless
32
36
 
@@ -58,6 +62,10 @@ techniques:
58
62
 
59
63
  frameworks_solvers:
60
64
  - Ultimate
65
+ - MathSAT
66
+ - CVC
67
+ - SMTinterpol
68
+ - Z3
61
69
 
62
70
  literature:
63
71
  - doi: 10.1007/978-3-031-66149-5_14
@@ -68,4 +76,4 @@ literature:
68
76
  year: 2024
69
77
  - doi: 10.1007/978-3-031-57259-3_20
70
78
  title: "Ultimate TestGen: Test-Case Generation with Automata-based Software Model Checking (Competition Contribution)"
71
- year: 2024
79
+ year: 2024
@@ -0,0 +1,94 @@
1
+ id: vercors
2
+ name: VerCors
3
+ description: |
4
+ The VerCors verifier is a tool for deductive verification of concurrent and parallel software. VerCors can reason about programs written in different programming languages, such as Java, C and OpenCL, where the specifications are written in terms of pre-post-condition contracts using permission-based separation logic. VerCors is able to reason about data-race freedom, memory safety, and functional correctness, and it has been applied on several realistic case studies. Several tools are being developed directly on top of VerCors by encoding their input languages to VerCors' internal representation, allowing reuse of the existing infrastructure for verification. These tools are Alpinist, Vesuv, and VeyMont.
5
+ input_languages:
6
+ - C
7
+ - Java
8
+ - OpenCL
9
+ - CUDA
10
+ - LLVM-IR
11
+ - SYCL
12
+
13
+ project_url: https://vercors.ewi.utwente.nl/
14
+ repository_url: https://github.com/utwente-fmt/vercors
15
+ spdx_license_identifier: MPL-2.0
16
+ benchexec_toolinfo_module: ""
17
+ fmtools_format_version: "2.0"
18
+ fmtools_entry_maintainers:
19
+ - astekelenburg
20
+
21
+ maintainers:
22
+ - name: Marieke Huisman
23
+ institution: University of Twente
24
+ country: The Netherlands
25
+ orcid: 0000-0003-4467-072X
26
+ url: https://mariekehuisman.personalweb.utwente.nl/
27
+ - name: Lukas Armborst
28
+ institution: University of Twente
29
+ country: The Netherlands
30
+ orcid: 0000-0001-7565-0954
31
+ url:
32
+ - name: Lars van den Haak
33
+ institution: Eindhoven University of Technology
34
+ country: The Netherlands
35
+ orcid: 0000-0002-0330-5016
36
+ url: https://research.tue.nl/nl/persons/lars-van-den-haak
37
+ - name: Robert Mensing
38
+ institution: University of Twente
39
+ country: The Netherlands
40
+ orcid: 0009-0007-2853-7650
41
+ url: https://people.utwente.nl/r.a.mensing
42
+ - name: Robert Rubbens
43
+ institution: University of Twente
44
+ country: The Netherlands
45
+ orcid: 0000-0002-5638-5945
46
+ url:
47
+ - name: Ömer Şakar
48
+ institution: University of Twente
49
+ country: The Netherlands
50
+ orcid: 0000-0003-3457-5446
51
+ url: https://people.utwente.nl/o.f.o.sakar
52
+ - name: Alexander Stekelenburg
53
+ institution: University of Twente
54
+ country: The Netherlands
55
+ orcid: 0009-0008-7305-038X
56
+ url: https://people.utwente.nl/a.v.stekelenburg
57
+ - name: Philip Tasche
58
+ institution: University of Twente
59
+ country: The Netherlands
60
+ orcid: 0000-0003-1518-4079
61
+ url: https://people.utwente.nl/p.b.h.tasche
62
+
63
+ versions:
64
+ - version: "2.3.0"
65
+ url: "https://github.com/utwente-fmt/vercors/releases/tag/v2.3.0"
66
+ benchexec_toolinfo_options: []
67
+ base_container_images:
68
+ - docker.io/ubuntu:jammy
69
+ required_ubuntu_packages:
70
+ - openjdk-17-jre-headless
71
+ - clang
72
+ - libllvm15
73
+ full_container_images:
74
+ - docker.io/utwentefmt/vercors:2.3.0
75
+
76
+ competition_participations: []
77
+
78
+ techniques:
79
+ - Separation Logic
80
+ - Concurrency Support
81
+ - Deductive Verification
82
+
83
+ frameworks_solvers:
84
+ - Viper
85
+ - Z3
86
+
87
+ literature:
88
+ - doi: 10.1007/978-3-031-65630-9_1
89
+ title: "The VerCors Verifier: A Progress Report"
90
+ year: 2024
91
+ - doi: 10.1007/978-3-319-66845-1_7
92
+ title: "The VerCors Tool Set: Verification of Parallel and Concurrent Software"
93
+ year: 2017
94
+
@@ -4,7 +4,7 @@ input_languages:
4
4
  - C
5
5
  project_url: https://www.tcs.com
6
6
  repository_url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/veriabs.zip"
7
- spdx_license_identifier: Other
7
+ spdx_license_identifier: LicenseRef-TCS-VeriAbs
8
8
  benchexec_toolinfo_module: benchexec.tools.veriabs
9
9
  fmtools_format_version: "2.0"
10
10
  fmtools_entry_maintainers:
@@ -16,7 +16,7 @@ maintainers:
16
16
  institution: Tata Consultancy Services
17
17
  country: India
18
18
  url: https://www.tcs.com
19
-
19
+
20
20
 
21
21
  versions:
22
22
  - version: "1.6.2"
@@ -27,8 +27,6 @@ versions:
27
27
  - openjdk-11-jre-headless
28
28
  - openjdk-17-jre-headless
29
29
  - clang-12
30
- full_container_images:
31
- - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
32
30
  - version: "svcomp24"
33
31
  doi: 10.5281/zenodo.10243500
34
32
  benchexec_toolinfo_options: ['--sv22']
@@ -36,6 +34,8 @@ versions:
36
34
  - libc6-dev-i386
37
35
  - openjdk-11-jre-headless
38
36
  - clang-12
37
+ full_container_images:
38
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
39
39
  - version: "svcomp23"
40
40
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/veriabs.zip"
41
41
  benchexec_toolinfo_options: ['--sv22']
@@ -46,13 +46,15 @@ versions:
46
46
  competition_participations:
47
47
  - competition: "SV-COMP 2025"
48
48
  track: "Verification"
49
- tool_version: "1.6.2"
49
+ label:
50
+ - inactive
51
+ tool_version: "svcomp24"
50
52
  jury_member:
51
53
  orcid: 0000-0001-6104-9033
52
54
  name: Priyanka Darke
53
55
  institution: Tata Consultancy Services
54
56
  country: India
55
- url: null
57
+ url:
56
58
  - competition: "SV-COMP 2024"
57
59
  track: "Verification"
58
60
  tool_version: "svcomp24"
@@ -61,7 +63,7 @@ competition_participations:
61
63
  name: Priyanka Darke
62
64
  institution: Tata Consultancy Services
63
65
  country: India
64
- url: null
66
+ url:
65
67
  - competition: "SV-COMP 2023"
66
68
  track: "Verification"
67
69
  tool_version: "svcomp23"
@@ -70,7 +72,7 @@ competition_participations:
70
72
  name: Priyanka Darke
71
73
  institution: Tata Consultancy Services
72
74
  country: India
73
- url: null
75
+ url:
74
76
 
75
77
  techniques:
76
78
  - CEGAR
@@ -91,4 +93,4 @@ frameworks_solvers:
91
93
  literature:
92
94
  - doi: 10.1007/978-3-030-72013-1_32
93
95
  title: "VeriAbs: A Tool for Scalable Verification by Abstraction"
94
- year: 2021
96
+ year: 2021