fm-weck 1.4.5__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 +85 -16
  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 +3 -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 +15 -24
  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 +5 -5
  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 +56 -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 +6 -2
  93. fm_weck/resources/fm_tools/testcov.yml +8 -8
  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 -1
  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.5.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.5.dist-info → fm_weck-1.4.6.dist-info}/WHEEL +1 -1
  121. fm_weck-1.4.5.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.5.dist-info → fm_weck-1.4.6.dist-info}/entry_points.txt +0 -0
@@ -21,13 +21,7 @@ maintainers:
21
21
  versions:
22
22
  - version: "svcomp23"
23
23
  doi: 10.5281/zenodo.10213624
24
- benchexec_toolinfo_options:
25
- [
26
- "verifier-parallel-portfolio.cvt",
27
- "--cache-dir",
28
- "cache",
29
- "--no-cache-update",
30
- ]
24
+ benchexec_toolinfo_options: ["verifier-parallel-portfolio.cvt", "--cache-dir", "cache", "--no-cache-update"]
31
25
  required_ubuntu_packages:
32
26
  - python3-numpy
33
27
  - clang
@@ -40,33 +34,28 @@ versions:
40
34
  - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
41
35
 
42
36
  competition_participations:
43
- - competition: "SV-COMP 2025"
44
- track: "Verification"
45
- hors_concours: true
46
- tool_version: "svcomp23"
47
- jury_member:
48
- name: Hors Concours
49
- institution: --
50
- country: --
51
- url: null
52
37
  - competition: "SV-COMP 2024"
53
38
  track: "Verification"
54
- hors_concours: true
39
+ label:
40
+ - inactive
41
+ - meta_tool
55
42
  tool_version: "svcomp23"
56
43
  jury_member:
57
44
  name: Hors Concours
58
45
  institution: --
59
46
  country: --
60
- url: null
47
+ url:
61
48
  - competition: "SV-COMP 2023"
62
49
  track: "Verification"
63
- hors_concours: true
50
+ label:
51
+ - inactive
52
+ - meta_tool
64
53
  tool_version: "svcomp23"
65
54
  jury_member:
66
55
  name: Hors Concours
67
56
  institution: --
68
57
  country: --
69
- url: null
58
+ url:
70
59
 
71
60
  techniques:
72
61
  - CEGAR
@@ -1,5 +1,13 @@
1
1
  id: coveritest
2
2
  name: CoVeriTest
3
+ description: |
4
+ CoVeriTest is a test-case generation approach based on the
5
+ analysis framework CPAchecker. It mainly uses verification
6
+ techniques to detect the (un)reachability of test goals and
7
+ generates test cases from the counterexamples to unreachability
8
+ of the test goals. More concretely, it is a hybrid approach
9
+ that interleaves expicit value analysis and predicate analysis
10
+ to check the reachability of test goals.
3
11
  input_languages:
4
12
  - C
5
13
  project_url: https://cpachecker.sosy-lab.org/
@@ -22,7 +30,7 @@ versions:
22
30
  doi: 10.5281/zenodo.14203369
23
31
  benchexec_toolinfo_options: ['--benchmark', '--heap', '10000M', '--testcomp25', "--option", "log.consoleLevel=SEVERE"]
24
32
  required_ubuntu_packages:
25
- - openjdk-17-jre-headless
33
+ - openjdk-17-jre-headless
26
34
  - version: "testcomp24"
27
35
  doi: 10.5281/zenodo.10066216
28
36
  benchexec_toolinfo_options: ['-benchmark', '-heap', '10000M', '-testcomp24', "-setprop", "log.consoleLevel=SEVERE"]
@@ -43,7 +51,7 @@ competition_participations:
43
51
  name: Marie-Christine Jakobs
44
52
  institution: LMU Munich
45
53
  country: Germany
46
- url: null
54
+ url:
47
55
  - competition: "Test-Comp 2024"
48
56
  track: "Test Generation"
49
57
  tool_version: "testcomp24"
@@ -52,7 +60,7 @@ competition_participations:
52
60
  name: Marie-Christine Jakobs
53
61
  institution: LMU Munich
54
62
  country: Germany
55
- url: null
63
+ url:
56
64
  - competition: "Test-Comp 2023"
57
65
  track: "Test Generation"
58
66
  tool_version: "testcomp23"
@@ -61,20 +69,33 @@ competition_participations:
61
69
  name: Marie-Christine Jakobs
62
70
  institution: TU Darmstadt
63
71
  country: Germany
64
- url: null
72
+ url:
65
73
 
66
74
  techniques:
75
+ - Bit-Precise Analysis
67
76
  - CEGAR
68
77
  - Explicit-Value Analysis
69
78
  - Floating-Point Arithmetics
70
79
  - Predicate Abstraction
71
80
  - Portfolio
81
+ - Evolutionary Algorithms
82
+ - Random Execution
72
83
 
73
- frameworks_solvers: []
84
+ frameworks_solvers:
85
+ - CPAchecker
86
+ - JavaSMT
87
+ - MathSAT
74
88
 
75
89
  used_actors:
76
90
  - actor_type: "Specification Transformer"
77
91
  description: |
78
92
  Transforms from test goals to error locations and use reachability analyzers to generate tests.
79
93
 
80
- literature: []
94
+ literature:
95
+ - doi: 10.1007/978-3-030-16722-6_23
96
+ title: "CoVeriTest: Cooperative Verifier-Based Testing"
97
+ year: 2019
98
+ - doi: 10.1007/978-3-030-45234-6_30
99
+ title: "CoVeriTest with Dynamic Partitioning of the Iteration Time Limit (Competition Contribution)"
100
+ year: 2020
101
+
@@ -14,44 +14,48 @@ 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: "svcomp23"
21
21
  doi: 10.5281/zenodo.10396208
22
- benchexec_toolinfo_options:
23
- ["-svcomp21-bam-bnb", "-disable-java-assertions", "-heap", "10000m"]
22
+ benchexec_toolinfo_options: ["-svcomp21-bam-bnb", "-disable-java-assertions", "-heap", "10000m"]
24
23
  required_ubuntu_packages:
25
24
  - openjdk-11-jre-headless
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
26
27
 
27
28
  competition_participations:
28
29
  - competition: "SV-COMP 2025"
29
30
  track: "Verification"
30
- hors_concours: true
31
+ label:
32
+ - inactive
31
33
  tool_version: "svcomp23"
32
34
  jury_member:
33
35
  name: Hors Concours
34
36
  institution: --
35
37
  country: --
36
- url: null
38
+ url:
37
39
  - competition: "SV-COMP 2024"
38
40
  track: "Verification"
39
- hors_concours: true
41
+ label:
42
+ - inactive
40
43
  tool_version: "svcomp23"
41
44
  jury_member:
42
45
  name: Hors Concours
43
46
  institution: --
44
47
  country: --
45
- url: null
48
+ url:
46
49
  - competition: "SV-COMP 2023"
47
50
  track: "Verification"
48
- hors_concours: true
51
+ label:
52
+ - inactive
49
53
  tool_version: "svcomp23"
50
54
  jury_member:
51
55
  name: Hors Concours
52
56
  institution: --
53
57
  country: --
54
- url: null
58
+ url:
55
59
 
56
60
  techniques:
57
61
  - CEGAR
@@ -14,7 +14,7 @@ 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: "svcomp22"
@@ -22,35 +22,40 @@ versions:
22
22
  benchexec_toolinfo_options: ['-svcomp22-bam-smg', '-disable-java-assertions', '-heap', '10000m', '-setprop', 'counterexample.export.graphml=witness.graphml', '-setprop', 'cpa.arg.proofWitness=witness.graphml', '-setprop', 'termination.violation.witness=witness.graphml', '-setprop', 'counterexample.export.compressWitness=false', '-setprop', 'cpa.arg.compressWitness=false']
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:2022
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: "svcomp22"
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: "svcomp22"
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
- hors_concours: true
51
+ label:
52
+ - inactive
48
53
  tool_version: "svcomp22"
49
54
  jury_member:
50
55
  name: Hors Concours
51
56
  institution: --
52
57
  country: --
53
- url: null
58
+ url:
54
59
 
55
60
  techniques: []
56
61
 
@@ -14,44 +14,48 @@ 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: "svcomp21"
21
21
  doi: 10.5281/zenodo.10396305
22
- benchexec_toolinfo_options:
23
- ["-svcomp21-lockator", "-disable-java-assertions", "-heap", "12000m"]
22
+ benchexec_toolinfo_options: ["-svcomp21-lockator", "-disable-java-assertions", "-heap", "12000m"]
24
23
  required_ubuntu_packages:
25
24
  - openjdk-11-jre-headless
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2021
26
27
 
27
28
  competition_participations:
28
29
  - competition: "SV-COMP 2025"
29
30
  track: "Verification"
30
- hors_concours: true
31
+ label:
32
+ - inactive
31
33
  tool_version: "svcomp21"
32
34
  jury_member:
33
35
  name: Hors Concours
34
36
  institution: --
35
37
  country: --
36
- url: null
38
+ url:
37
39
  - competition: "SV-COMP 2024"
38
40
  track: "Verification"
39
- hors_concours: true
41
+ label:
42
+ - inactive
40
43
  tool_version: "svcomp21"
41
44
  jury_member:
42
45
  name: Hors Concours
43
46
  institution: --
44
47
  country: --
45
- url: null
48
+ url:
46
49
  - competition: "SV-COMP 2023"
47
50
  track: "Verification"
48
- hors_concours: true
51
+ label:
52
+ - inactive
49
53
  tool_version: "svcomp21"
50
54
  jury_member:
51
55
  name: Hors Concours
52
56
  institution: --
53
57
  country: --
54
- url: null
58
+ url:
55
59
 
56
60
  techniques:
57
61
  - CEGAR
@@ -1,5 +1,11 @@
1
1
  id: cpa-witness2test
2
2
  name: CPA-witness2test
3
+ description: |
4
+ CPA-witness2test is an execution-based validator for violation witnesses on C programs.
5
+ It derives a test case from a violation witness and
6
+ executes the input program on the derived test case. If CPA-witness2test
7
+ observes that the execution triggers a property violation, then the
8
+ witness under validation is confirmed.
3
9
  input_languages:
4
10
  - C
5
11
  project_url: https://cpachecker.sosy-lab.org
@@ -27,7 +33,7 @@ maintainers:
27
33
  versions:
28
34
  - version: "2.3"
29
35
  doi: 10.5281/zenodo.10203297
30
- benchexec_toolinfo_options: ['-setprop', 'witness.checkProgramHash=false', '-heap', '5000m', '-benchmark', '-setprop', 'analysis.summaryEdges=true', '-setprop', 'cpa.callstack.skipVoidRecursion=true', '-setprop', 'cpa.callstack.skipFunctionPointerRecursion=true', '-outputpath', 'output']
36
+ benchexec_toolinfo_options: ['-witness', '${witness}', '-setprop', 'witness.checkProgramHash=false', '-heap', '5000m', '-benchmark', '-setprop', 'analysis.summaryEdges=true', '-setprop', 'cpa.callstack.skipVoidRecursion=true', '-setprop', 'cpa.callstack.skipFunctionPointerRecursion=true', '-outputpath', 'output']
31
37
  required_ubuntu_packages:
32
38
  - openjdk-11-jre-headless
33
39
  - version: "2.2"
@@ -44,13 +50,14 @@ versions:
44
50
  competition_participations:
45
51
  - competition: "SV-COMP 2025"
46
52
  track: "Validation of Violation Witnesses 1.0"
47
- hors_concours: true
53
+ label:
54
+ - inactive
48
55
  tool_version: "2.3"
49
56
  jury_member:
50
57
  name: Hors Concours
51
58
  institution: --
52
59
  country: --
53
- url: null
60
+ url:
54
61
  - competition: "SV-COMP 2024"
55
62
  track: "Validation of Violation Witnesses 1.0"
56
63
  tool_version: "2.3"
@@ -83,6 +90,9 @@ used_actors:
83
90
  Transforms a witness to a test case.
84
91
 
85
92
  literature:
93
+ - doi: 10.1145/3477579
94
+ title: Verification Witnesses
95
+ year: 2022
86
96
  - doi: 10.1007/978-3-319-92994-1_1
87
97
  title: "Tests from Witnesses: Execution-Based Validation of Verification Results"
88
98
  year: 2018
@@ -36,17 +36,17 @@ versions:
36
36
  required_ubuntu_packages:
37
37
  - openjdk-17-jdk-headless
38
38
  base_container_images:
39
- - docker.io/ubuntu:22.04
39
+ - docker.io/ubuntu:24.04
40
40
  - version: "4.0-validation-correctness"
41
41
  doi: 10.5281/zenodo.14203369
42
- benchexec_toolinfo_options: ["--correctness-witness-validation", "--heap", "5000m", "--benchmark", "--option", "witness.checkProgramHash=false", "--option", "cpa.predicate.memoryAllocationsAlwaysSucceed=true"]
42
+ benchexec_toolinfo_options: ["--witness", "${witness}", "--correctness-witness-validation", "--heap", "5000m", "--benchmark", "--option", "witness.checkProgramHash=false", "--option", "cpa.predicate.memoryAllocationsAlwaysSucceed=true"]
43
43
  required_ubuntu_packages:
44
44
  - openjdk-17-jdk-headless
45
45
  base_container_images:
46
46
  - docker.io/ubuntu:22.04
47
47
  - version: "4.0-validation-violation"
48
48
  doi: 10.5281/zenodo.14203369
49
- benchexec_toolinfo_options: ["--violation-witness-validation", "--heap", "5000m", "--benchmark", "--option", "witness.checkProgramHash=false", "--option", "cpa.predicate.memoryAllocationsAlwaysSucceed=true", "--option", "cpa.smg.memoryAllocationFunctions=malloc,__kmalloc,kmalloc,kzalloc,kzalloc_node,ldv_zalloc,ldv_malloc", "--option", "cpa.smg.arrayAllocationFunctions=calloc,kmalloc_array,kcalloc", "--option", "cpa.smg.zeroingMemoryAllocation=calloc,kzalloc,kcalloc,kzalloc_node,ldv_zalloc", "--option", "cpa.smg.deallocationFunctions=free,kfree,kfree_const"]
49
+ benchexec_toolinfo_options: ["--witness", "${witness}", "--violation-witness-validation", "--heap", "5000m", "--benchmark", "--option", "witness.checkProgramHash=false", "--option", "cpa.predicate.memoryAllocationsAlwaysSucceed=true", "--option", "cpa.smg.memoryAllocationFunctions=malloc,__kmalloc,kmalloc,kzalloc,kzalloc_node,ldv_zalloc,ldv_malloc", "--option", "cpa.smg.arrayAllocationFunctions=calloc,kmalloc_array,kcalloc", "--option", "cpa.smg.zeroingMemoryAllocation=calloc,kzalloc,kcalloc,kzalloc_node,ldv_zalloc", "--option", "cpa.smg.deallocationFunctions=free,kfree,kfree_const"]
50
50
  required_ubuntu_packages:
51
51
  - openjdk-17-jdk-headless
52
52
  base_container_images:
@@ -48,6 +48,7 @@ competition_participations:
48
48
  track: "Verification"
49
49
  tool_version: "0.6"
50
50
  jury_member:
51
+ orcid: 0000-0001-5139-5178
51
52
  name: Po-Chun Chien
52
53
  institution: LMU Munich
53
54
  country: Germany
@@ -56,6 +57,7 @@ competition_participations:
56
57
  track: "Verification"
57
58
  tool_version: "0.4"
58
59
  jury_member:
60
+ orcid: 0000-0001-5139-5178
59
61
  name: Po-Chun Chien
60
62
  institution: LMU Munich
61
63
  country: Germany
@@ -2,7 +2,7 @@ id: crux
2
2
  name: Crux
3
3
  input_languages:
4
4
  - C
5
- project_url: https://crux.galois.com/
5
+ project_url: https://github.com/GaloisInc/crucible
6
6
  repository_url: https://github.com/GaloisInc/crucible
7
7
  spdx_license_identifier: BSD-3-Clause
8
8
  benchexec_toolinfo_module: crux.py
@@ -11,9 +11,10 @@ fmtools_entry_maintainers:
11
11
  - RyanGlScott
12
12
 
13
13
  maintainers:
14
- - name: Hors Concours
15
- institution: --
16
- country: --
14
+ - orcid: 0009-0006-5642-5667
15
+ name: Ryan G. Scott
16
+ institution: Galois, Arlington
17
+ country: USA
17
18
  url: https://ryanglscott.github.io/
18
19
 
19
20
  versions:
@@ -22,20 +23,24 @@ versions:
22
23
  benchexec_toolinfo_options: []
23
24
  required_ubuntu_packages:
24
25
  - openjdk-11-jre-headless
26
+ full_container_images:
27
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
25
28
 
26
29
  competition_participations:
27
30
  - competition: "SV-COMP 2025"
28
31
  track: "Verification"
29
- hors_concours: true
32
+ label:
33
+ - inactive
30
34
  tool_version: "svcomp23"
31
35
  jury_member:
32
36
  name: Hors Concours
33
37
  institution: --
34
38
  country: --
35
- url: null
39
+ url:
36
40
  - competition: "SV-COMP 2024"
37
41
  track: "Verification"
38
- hors_concours: true
42
+ label:
43
+ - inactive
39
44
  tool_version: "svcomp23"
40
45
  jury_member:
41
46
  name: Hors Concours
@@ -44,7 +49,8 @@ competition_participations:
44
49
  url: https://ryanglscott.github.io/
45
50
  - competition: "SV-COMP 2023"
46
51
  track: "Verification"
47
- hors_concours: true
52
+ label:
53
+ - inactive
48
54
  tool_version: "svcomp23"
49
55
  jury_member:
50
56
  name: Hors Concours
@@ -57,3 +63,9 @@ techniques:
57
63
 
58
64
  frameworks_solvers:
59
65
  - Z3
66
+
67
+ literature:
68
+ - doi: 10.48550/arXiv.2410.18280
69
+ title: "Crux, a Precise Verifier for Rust and Other Languages"
70
+ year: 2024
71
+
@@ -21,20 +21,24 @@ versions:
21
21
  doi: 10.5281/zenodo.10396733
22
22
  benchexec_toolinfo_options: ['--witness', 'error-witness.graphml']
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2022
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: "svcomp22"
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: "svcomp22"
39
43
  jury_member:
40
44
  name: Hors Concours
@@ -43,7 +47,8 @@ competition_participations:
43
47
  url: https://github.com/Emersonwds
44
48
  - competition: "SV-COMP 2023"
45
49
  track: "Verification"
46
- hors_concours: true
50
+ label:
51
+ - inactive
47
52
  tool_version: "svcomp22"
48
53
  jury_member:
49
54
  name: Hors Concours
@@ -24,6 +24,12 @@ versions:
24
24
  required_ubuntu_packages:
25
25
  - clang-14
26
26
  - llvm-14
27
+ - version: "svcomp25-validation"
28
+ doi: 10.5281/zenodo.14079770
29
+ benchexec_toolinfo_options: ["-witness", "${witness}"]
30
+ required_ubuntu_packages:
31
+ - clang-14
32
+ - llvm-14
27
33
  - version: "svcomp24"
28
34
  doi: 10.5281/zenodo.10161362
29
35
  benchexec_toolinfo_options: []
@@ -42,14 +48,16 @@ competition_participations:
42
48
  track: "Verification"
43
49
  tool_version: "svcomp25"
44
50
  jury_member:
51
+ orcid: 0000-0002-4225-8830
45
52
  name: Hernán Ponce de León
46
53
  institution: Huawei Dresden Research Center
47
54
  country: Germany
48
55
  url: https://hernanponcedeleon.github.io
49
56
  - competition: "SV-COMP 2025"
50
57
  track: "Validation of Violation Witnesses 1.0"
51
- tool_version: "svcomp25"
58
+ tool_version: "svcomp25-validation"
52
59
  jury_member:
60
+ orcid: 0000-0002-4225-8830
53
61
  name: Hernán Ponce de León
54
62
  institution: Huawei Dresden Research Center
55
63
  country: Germany
@@ -58,6 +66,7 @@ competition_participations:
58
66
  track: "Verification"
59
67
  tool_version: "svcomp24"
60
68
  jury_member:
69
+ orcid: 0000-0002-4225-8830
61
70
  name: Hernán Ponce de León
62
71
  institution: Huawei Dresden Research Center
63
72
  country: Germany
@@ -66,6 +75,7 @@ competition_participations:
66
75
  track: "Validation of Violation Witnesses 1.0"
67
76
  tool_version: "svcomp24"
68
77
  jury_member:
78
+ orcid: 0000-0002-4225-8830
69
79
  name: Hernán Ponce de León
70
80
  institution: Huawei Dresden Research Center
71
81
  country: Germany
@@ -74,6 +84,7 @@ competition_participations:
74
84
  track: "Verification"
75
85
  tool_version: "svcomp23"
76
86
  jury_member:
87
+ orcid: 0000-0002-4225-8830
77
88
  name: Hernán Ponce de León
78
89
  institution: Huawei Dresden Research Center
79
90
  country: Germany
@@ -1,5 +1,10 @@
1
1
  id: deagle
2
2
  name: Deagle
3
+ description: |
4
+ Deagle is an partial-order-based bounded model checker for concurrent program verification.
5
+ It is built on top of CBMC-5 (front-end) and MiniSAT-2.2.1 (back-end),
6
+ majorly enhancing them with an ordering consistency theory
7
+ which handles ordering relations over shared memory accesses in concurrent programs.
3
8
  input_languages:
4
9
  - C
5
10
  project_url: https://github.com/thufv/Deagle
@@ -3,7 +3,7 @@ name: DIVINE
3
3
  input_languages:
4
4
  - C
5
5
  project_url: https://divine.fi.muni.cz/
6
- repository_url: http://divine.fi.muni.cz/current
6
+ repository_url: ""
7
7
  spdx_license_identifier: ISC
8
8
  benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/divine4.py"
9
9
  fmtools_format_version: "2.0"
@@ -11,45 +11,51 @@ fmtools_entry_maintainers:
11
11
  - xlauko
12
12
 
13
13
  maintainers:
14
- - name: Hors Concours
15
- institution: --
16
- country: --
17
- url: null
14
+ - orcid: 0000-0002-5422-5884
15
+ name: Henrich Lauko
16
+ institution: Masaryk University, Brno
17
+ country: Czechia
18
+ url:
18
19
 
19
20
  versions:
20
21
  - version: "svcomp22"
21
22
  doi: 10.5281/zenodo.10396745
22
23
  benchexec_toolinfo_options: []
23
24
  required_ubuntu_packages: []
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2022
24
27
 
25
28
  competition_participations:
26
29
  - competition: "SV-COMP 2025"
27
30
  track: "Verification"
28
- hors_concours: true
31
+ label:
32
+ - inactive
29
33
  tool_version: "svcomp22"
30
34
  jury_member:
31
35
  name: Hors Concours
32
36
  institution: --
33
37
  country: --
34
- url: null
38
+ url:
35
39
  - competition: "SV-COMP 2024"
36
40
  track: "Verification"
37
- hors_concours: true
41
+ label:
42
+ - inactive
38
43
  tool_version: "svcomp22"
39
44
  jury_member:
40
45
  name: Hors Concours
41
46
  institution: --
42
47
  country: --
43
- url: null
48
+ url:
44
49
  - competition: "SV-COMP 2023"
45
50
  track: "Verification"
46
- hors_concours: true
51
+ label:
52
+ - inactive
47
53
  tool_version: "svcomp22"
48
54
  jury_member:
49
55
  name: Hors Concours
50
56
  institution: --
51
57
  country: --
52
- url: null
58
+ url:
53
59
 
54
60
  techniques:
55
61
  - Symbolic Execution
@@ -60,3 +66,6 @@ techniques:
60
66
  - Portfolio
61
67
 
62
68
  frameworks_solvers: []
69
+
70
+ literature: []
71
+