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
@@ -34,13 +34,14 @@ versions:
34
34
  competition_participations:
35
35
  - competition: "SV-COMP 2025"
36
36
  track: "Verification"
37
- hors_concours: true
37
+ label:
38
+ - inactive
38
39
  tool_version: "svcomp24"
39
40
  jury_member:
40
41
  name: Hors Concours
41
42
  institution: --
42
43
  country: --
43
- url: null
44
+ url:
44
45
  - competition: "SV-COMP 2024"
45
46
  track: "Verification"
46
47
  tool_version: "svcomp24"
@@ -52,13 +53,14 @@ competition_participations:
52
53
  url: https://www.fit.vut.cz/person/isokova/.en
53
54
  - competition: "SV-COMP 2023"
54
55
  track: "Verification"
55
- hors_concours: true
56
+ label:
57
+ - inactive
56
58
  tool_version: "svcomp23"
57
59
  jury_member:
58
60
  name: Hors Concours
59
61
  institution: --
60
62
  country: --
61
- url: null
63
+ url:
62
64
 
63
65
  techniques:
64
66
  - Shape Analysis
@@ -0,0 +1,67 @@
1
+ id: prism
2
+ name: PRISM
3
+ description: |
4
+ PRISM is a probabilistic model checker.
5
+ It has been developed and maintained at Oxford University over the past 25 years.
6
+ At its core, the tool supports formal modeling and analysis of systems with random or probabilistic behavior,
7
+ and it can analyze a wide spectrum of models based on Markov chains and probabilistic automata.
8
+ input_languages: []
9
+ project_url: http://www.prismmodelchecker.org/
10
+ repository_url: https://github.com/prismmodelchecker/prism
11
+ spdx_license_identifier: GPL-2.0-only
12
+ benchexec_toolinfo_module: ""
13
+ fmtools_format_version: "2.0"
14
+ fmtools_entry_maintainers:
15
+ - dbeyer
16
+
17
+ maintainers:
18
+ - orcid: 0000-0001-9022-7599
19
+ name: Marta Kwiatkowska
20
+ institution: University of Oxford
21
+ country: UK
22
+ url: https://www.cs.ox.ac.uk/people/marta.kwiatkowska/
23
+ - orcid: 0000-0001-9326-4344
24
+ name: Gethin Norman
25
+ institution: University of Glasgow
26
+ country: UK
27
+ url: https://www.gla.ac.uk/schools/computing/staff/gethinnorman/
28
+ - orcid: 0000-0003-4137-8862
29
+ name: David Parker
30
+ institution: University of Birmingham
31
+ country: UK
32
+ url: https://www.cs.bham.ac.uk/~parkerdx/
33
+
34
+ versions: []
35
+
36
+ competition_participations: []
37
+
38
+ techniques: []
39
+
40
+ frameworks_solvers: []
41
+
42
+ literature:
43
+ - doi: 10.1007/11691372_29
44
+ title: "PRISM: A Tool for Automatic Verification of Probabilistic Systems"
45
+ year: 2006
46
+ - doi: 10.1007/3-540-46419-0_27
47
+ title: "Symbolic Model Checking of Probabilistic Processes Using MTBDDs and the Kronecker Representation"
48
+ year: 2007
49
+ - doi: 10.1007/3-540-46002-0_5
50
+ title: "Probabilistic Symbolic Model Checking with PRISM: A Hybrid Approach"
51
+ year: 2007
52
+ - doi: 10.1007/978-3-642-22110-1_47
53
+ title: "PRISM 4.0: Verification of Probabilistic Real-Time Systems"
54
+ year: 2011
55
+ - doi: 10.1007/978-3-540-24730-2_4
56
+ title: "Numerical vs. Statistical Probabilistic Model Checking: An Empirical Study"
57
+ year: 2010
58
+ - doi: 10.1007/978-3-642-19835-9_11
59
+ title: "Quantitative Multi-objective Verification for Probabilistic Systems"
60
+ year: 2011
61
+ - doi: 10.1007/978-3-642-28756-5_22
62
+ title: "Automatic Verification of Competitive Stochastic Systems"
63
+ year: 2012
64
+ - doi: 10.1007/978-3-642-36742-7_13
65
+ title: "PRISM-games: A Model Checker for Stochastic Multi-Player Games"
66
+ year: 2013
67
+
@@ -13,9 +13,9 @@ fmtools_entry_maintainers:
13
13
  maintainers:
14
14
  - orcid: 0000-0001-7368-2389
15
15
  name: Ravindra Metta
16
- institution: TCS
16
+ institution: Tata Consulting Services
17
17
  country: India
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "svcomp25"
@@ -43,18 +43,18 @@ competition_participations:
43
43
  jury_member:
44
44
  orcid: 0000-0001-7368-2389
45
45
  name: Ravindra Metta
46
- institution: TCS
46
+ institution: Tata Consulting Services
47
47
  country: India
48
- url: null
48
+ url:
49
49
  - competition: "SV-COMP 2024"
50
50
  track: "Verification"
51
51
  tool_version: "svcomp24"
52
52
  jury_member:
53
53
  orcid: 0000-0001-7368-2389
54
54
  name: Ravindra Metta
55
- institution: TCS
55
+ institution: Tata Consulting Services
56
56
  country: India
57
- url: null
57
+ url:
58
58
 
59
59
 
60
60
 
@@ -1,5 +1,13 @@
1
1
  id: prtest
2
2
  name: PRTest
3
+ description: |
4
+ PRTest is a plain random black-box test-case generator that
5
+ uses random generation of input values and coverage checks
6
+ to find input values that improve the coverage.
7
+ The purpose of PRTest is to provide a base line for performance evaluation
8
+ of test-generation tools, and therefore, it does not employ
9
+ any complementing techniques, such as symbolic reasoning
10
+ or evolutionary algorithms.
3
11
  input_languages:
4
12
  - C
5
13
  project_url: https://gitlab.com/sosy-lab/software/prtest
@@ -11,7 +19,8 @@ fmtools_entry_maintainers:
11
19
  - lemberger
12
20
 
13
21
  maintainers:
14
- - name: Thomas Lemberger
22
+ - orcid: 0000-0003-0291-815X
23
+ name: Thomas Lemberger
15
24
  institution: LMU Munich
16
25
  country: Germany
17
26
  url: https://thomaslemberger.com/
@@ -29,17 +38,18 @@ versions:
29
38
  competition_participations:
30
39
  - competition: "Test-Comp 2025"
31
40
  track: "Test Generation"
32
- hors_concours: true
33
41
  tool_version: "testcomp24"
34
42
  jury_member:
35
- name: Hors Concours
36
- institution: --
37
- country: --
38
- url: null
43
+ orcid: 0000-0003-0291-815X
44
+ name: Thomas Lemberger
45
+ institution: LMU Munich
46
+ country: Germany
47
+ url: https://thomaslemberger.com/
39
48
  - competition: "Test-Comp 2024"
40
49
  track: "Test Generation"
41
50
  tool_version: "testcomp24"
42
51
  jury_member:
52
+ orcid: 0000-0003-0291-815X
43
53
  name: Thomas Lemberger
44
54
  institution: LMU Munich
45
55
  country: Germany
@@ -48,6 +58,7 @@ competition_participations:
48
58
  track: "Test Generation"
49
59
  tool_version: "testcomp23"
50
60
  jury_member:
61
+ orcid: 0000-0003-0291-815X
51
62
  name: Thomas Lemberger
52
63
  institution: QAware GmbH
53
64
  country: Germany
@@ -58,3 +69,8 @@ techniques:
58
69
  - Random Execution
59
70
 
60
71
  frameworks_solvers: []
72
+
73
+ literature:
74
+ - doi: 10.1007/s10009-020-00568-x
75
+ title: "Plain random test generation with PRTest"
76
+ year: 2021
@@ -1,5 +1,10 @@
1
1
  id: racerf
2
2
  name: RacerF
3
+ description: |
4
+ RacerF is a static analyser for detection of data races in multithreaded C
5
+ programs implemented as a plugin of the Frama-C platform. The tool is based
6
+ on a combination of under- and over-approximation techniques to provide fast
7
+ and scalable analysis, without sacrificing too much precision.
3
8
  input_languages:
4
9
  - C
5
10
  project_url: https://github.com/TDacik/Deadlock_Racer
@@ -14,17 +19,17 @@ maintainers:
14
19
  - orcid: 0000-0003-4083-8943
15
20
  name: Tomáš Dacík
16
21
  institution: Brno University of Technology
17
- country: Czech Republic
22
+ country: Czechia
18
23
  url: https://www.fit.vut.cz/person/idacik/.en
19
24
  - orcid: 0000-0002-2746-8792
20
25
  name: Tomáš Vojnar
21
26
  institution: Masaryk University, Brno University of Technology
22
- country: Czech Republic
27
+ country: Czechia
23
28
  url: https://www.muni.cz/en/people/134390-tomas-vojnar
24
29
 
25
30
  versions:
26
31
  - version: "svcomp25"
27
- doi: 10.5281/zenodo.14197636
32
+ doi: 10.5281/zenodo.14507645
28
33
  benchexec_toolinfo_options: []
29
34
  required_ubuntu_packages:
30
35
  - gcc
@@ -38,7 +43,7 @@ competition_participations:
38
43
  orcid: 0000-0003-4083-8943
39
44
  name: Tomáš Dacík
40
45
  institution: Brno University of Technology
41
- country: Czech Republic
46
+ country: Czechia
42
47
  url: https://www.fit.vut.cz/person/idacik/.en
43
48
 
44
49
  techniques:
@@ -46,4 +51,8 @@ techniques:
46
51
 
47
52
  frameworks_solvers: []
48
53
 
49
- literature: []
54
+ literature:
55
+ - doi: 10.48550/arXiv.2502.04905
56
+ title: "RacerF: Lightweight Static Data Race Detection for C Code"
57
+ year: 2025
58
+
@@ -11,39 +11,34 @@ fmtools_entry_maintainers:
11
11
  - vesal.vojdani
12
12
 
13
13
  maintainers:
14
- - name: Vesal Vojdani
14
+ - orcid: 0000-0003-4336-7980
15
+ name: Vesal Vojdani
15
16
  institution: University of Tartu
16
17
  country: Estonia
17
- url: null
18
+ url:
18
19
 
19
20
  versions:
20
21
  - version: "svcomp24"
21
22
  doi: 10.5281/zenodo.10066462
22
23
  benchexec_toolinfo_options: []
23
- required_ubuntu_packages:
24
+ required_ubuntu_packages:
24
25
  - m4
25
26
  - psmisc
26
27
  full_container_images:
27
28
  - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
28
29
 
29
30
  competition_participations:
30
- - competition: "SV-COMP 2025"
31
- track: "Verification"
32
- hors_concours: true
33
- tool_version: "svcomp24"
34
- jury_member:
35
- name: Hors Concours
36
- institution: --
37
- country: --
38
- url: null
39
31
  - competition: "SV-COMP 2024"
40
32
  track: "Verification"
41
33
  tool_version: "svcomp24"
34
+ label:
35
+ - unqualified
42
36
  jury_member:
37
+ orcid: 0000-0003-4336-7980
43
38
  name: Vesal Vojdani
44
39
  institution: University of Tartu
45
40
  country: Estonia
46
- url: null
41
+ url:
47
42
 
48
43
  techniques:
49
44
  - Concurrency Support
@@ -15,33 +15,29 @@ maintainers:
15
15
  name: Adam Štafa
16
16
  institution: Masaryk University, Brno
17
17
  country: Czechia
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "testcomp24"
22
22
  doi: 10.5281/zenodo.10202006
23
- benchexec_toolinfo_options: [
24
- "--max_seconds", "865",
25
- "--optimizer_max_seconds", "30",
26
- "--max_exec_milliseconds", "500",
27
- "--max_stdin_bytes", "65536",
28
- "--stdin_model", "stdin_replay_bytes_then_repeat_zero",
29
- "--test_type", "testcomp"
30
- ]
23
+ benchexec_toolinfo_options: ["--max_seconds", "865", "--optimizer_max_seconds", "30", "--max_exec_milliseconds", "500", "--max_stdin_bytes", "65536", "--stdin_model", "stdin_replay_bytes_then_repeat_zero", "--test_type", "testcomp"]
31
24
  required_ubuntu_packages:
32
25
  - python3
33
26
  - clang
27
+ full_container_images:
28
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
34
29
 
35
30
  competition_participations:
36
31
  - competition: "Test-Comp 2025"
37
32
  track: "Test Generation"
38
- hors_concours: true
33
+ label:
34
+ - inactive
39
35
  tool_version: "testcomp24"
40
36
  jury_member:
41
37
  name: Hors Concours
42
38
  institution: --
43
39
  country: --
44
- url: null
40
+ url:
45
41
  - competition: "Test-Comp 2024"
46
42
  track: "Test Generation"
47
43
  tool_version: "testcomp24"
@@ -50,7 +46,7 @@ competition_participations:
50
46
  name: Adam Štafa
51
47
  institution: Masaryk University, Brno
52
48
  country: Czechia
53
- url: null
49
+ url:
54
50
 
55
51
  techniques:
56
52
  - Symbolic Execution
@@ -84,6 +84,7 @@ properties:
84
84
  type: array
85
85
  items:
86
86
  type: string
87
+ description: Options that should be given to the tool. `${witness}` is a placeholder for the path to the witness.
87
88
  required_ubuntu_packages:
88
89
  type: array
89
90
  items:
@@ -122,6 +123,21 @@ properties:
122
123
  - Validation of Test Suites Clang Unformatted
123
124
  - Validation of Test Suites GCC Formatted
124
125
  - Validation of Test Suites GCC Unformatted
126
+ label:
127
+ type: array
128
+ items:
129
+ type: string
130
+ enum:
131
+ - inactive
132
+ - meta_tool
133
+ - unqualified
134
+ - auxiliary
135
+ description: |
136
+ Characterizes the competition participation.
137
+ `inactive` means that the tool was not submitted by the developers.
138
+ `meta_tool` means that the tool is composed of other tools.
139
+ `unqualified` means that the tool was not able to successfully participate.
140
+ `auxiliary` means that the tool is just an auxiliary tool, not a real contestant.
125
141
  tool_version:
126
142
  type: string
127
143
  jury_member:
@@ -455,6 +471,18 @@ properties:
455
471
  that focuses on generating input values
456
472
  that are likely to trigger specific behaviors or execution paths in the system.
457
473
 
474
+ - title: Template-Based Predicate Inference
475
+ const: Template-Based Predicate Inference
476
+ description: |
477
+ Template-Based Predicate Inference is a technique for software verification
478
+ that synthesizes predicates to be added to the precision of predicate abstraction
479
+ by trying to instantiate predicates (e.g., invariants) from a given set of templates.
480
+
481
+ - title: Deductive Verification
482
+ const: Deductive Verification
483
+ description: |
484
+ Deductive Verification
485
+
458
486
  description: Techniques used by the tool.
459
487
  frameworks_solvers:
460
488
  type: array
@@ -486,6 +514,16 @@ properties:
486
514
  description: |
487
515
  Ultimate
488
516
 
517
+ - title: Eldarica
518
+ const: Eldarica
519
+ description: |
520
+ Eldarica
521
+
522
+ - title: Golem
523
+ const: Golem
524
+ description: |
525
+ Golem
526
+
489
527
  - title: JavaSMT
490
528
  const: JavaSMT
491
529
  description: |
@@ -501,6 +539,11 @@ properties:
501
539
  description: |
502
540
  CVC
503
541
 
542
+ - title: CSIsat
543
+ const: CSIsat
544
+ description: |
545
+ CSIsat
546
+
504
547
  - title: SMTinterpol
505
548
  const: SMTinterpol
506
549
  description: |
@@ -516,11 +559,21 @@ properties:
516
559
  description: |
517
560
  MiniSAT
518
561
 
562
+ - title: Glucose
563
+ const: Glucose
564
+ description: |
565
+ Glucose
566
+
519
567
  - title: Apron
520
568
  const: Apron
521
569
  description: |
522
570
  Apron
523
571
 
572
+ - title: Viper
573
+ const: Viper
574
+ description: |
575
+ Viper
576
+
524
577
  description: Frameworks or solvers used by the tool.
525
578
  used_actors:
526
579
  type: array
@@ -532,8 +585,8 @@ properties:
532
585
  description:
533
586
  type: string
534
587
  required:
535
- - actor_type
536
- - description
588
+ - actor_type
589
+ - description
537
590
  description: Actors/components that are used by the tool.
538
591
  literature:
539
592
  type: array
@@ -557,7 +610,7 @@ properties:
557
610
  items:
558
611
  type: object
559
612
  properties:
560
- name:
613
+ name:
561
614
  type: string
562
615
  body:
563
616
  type: string
@@ -19,15 +19,15 @@ maintainers:
19
19
 
20
20
 
21
21
  versions:
22
- - version: "1.0.5"
22
+ - version: "1.0.8"
23
23
  benchexec_toolinfo_options: ["release", "budget[900]"]
24
24
  required_ubuntu_packages: []
25
- doi: "10.5281/zenodo.14238880"
25
+ doi: "10.5281/zenodo.14343769"
26
26
 
27
27
  competition_participations:
28
28
  - competition: "Test-Comp 2025"
29
29
  track: "Test Generation"
30
- tool_version: "1.0.5"
30
+ tool_version: "1.0.8"
31
31
  jury_member:
32
32
  orcid: 0000-0001-6338-6367
33
33
  name: Christophe Meudec
@@ -14,42 +14,47 @@ maintainers:
14
14
  - name: Yannic Noller
15
15
  institution: National University of Singapore
16
16
  country: Singapore
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
21
21
  doi: 10.5281/zenodo.10407521
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
- hors_concours: true
50
+ label:
51
+ - inactive
47
52
  tool_version: "svcomp23"
48
53
  jury_member:
49
54
  name: Hors Concours
50
55
  institution: --
51
56
  country: --
52
- url: null
57
+ url:
53
58
 
54
59
  techniques:
55
60
  - Symbolic Execution
@@ -62,4 +67,4 @@ frameworks_solvers:
62
67
  literature:
63
68
  - doi: 10.1145/1390630.1390635
64
69
  title: "Combining Unit-Level Symbolic Execution and System-Level Concrete Execution for Testing NASA Software"
65
- year: 2008
70
+ year: 2008
@@ -1,5 +1,10 @@
1
1
  id: svf-svc
2
2
  name: SVF-SVC
3
+ description: |
4
+ SVF-SVC is an SV-COMP compatibility wrapper around the
5
+ Static Value-Flow Analysis Framework (SVF) which leverages
6
+ sparse and on-demand analysis to check for software
7
+ vulnerabilities and verify program invariants.
3
8
  input_languages:
4
9
  - C
5
10
  project_url: https://github.com/Lasagnenator/svf-svc-comp/
@@ -15,12 +20,12 @@ maintainers:
15
20
  name: Matthew Richards
16
21
  institution: University of New South Wales
17
22
  country: Australia
18
- url: null
19
- - orcid: 0000-0000-0000-0000
23
+ url:
24
+ - orcid: 0009-0000-9983-9401
20
25
  name: Cameron McGowan
21
26
  institution: University of New South Wales
22
27
  country: Australia
23
- url: null
28
+ url:
24
29
 
25
30
  versions:
26
31
  - version: "svcomp25"
@@ -37,10 +42,14 @@ competition_participations:
37
42
  name: Matthew Richards
38
43
  institution: University of New South Wales
39
44
  country: Australia
40
- url: null
45
+ url:
41
46
 
42
- techniques: []
47
+ techniques:
48
+ - Symbolic Execution
43
49
 
44
50
  frameworks_solvers: []
45
51
 
46
- literature: []
52
+ literature:
53
+ - doi: 10.1145/3597503.3639220
54
+ title: Precise Sparse Abstract Execution via Cross-Domain Interaction
55
+ year: 2024
@@ -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
@@ -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