fm-weck 1.4.0__py3-none-any.whl → 1.4.2__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 (112) hide show
  1. fm_weck/__init__.py +1 -1
  2. fm_weck/cli.py +11 -1
  3. fm_weck/engine.py +15 -9
  4. fm_weck/resources/fm_tools/2ls.yml +14 -0
  5. fm_weck/resources/fm_tools/aise.yml +16 -3
  6. fm_weck/resources/fm_tools/aprove.yml +72 -48
  7. fm_weck/resources/fm_tools/brick.yml +13 -0
  8. fm_weck/resources/fm_tools/bubaak-split.yml +15 -0
  9. fm_weck/resources/fm_tools/bubaak.yml +15 -0
  10. fm_weck/resources/fm_tools/cbmc.yml +10 -0
  11. fm_weck/resources/fm_tools/cetfuzz.yml +12 -1
  12. fm_weck/resources/fm_tools/coastal.yml +11 -0
  13. fm_weck/resources/fm_tools/concurrentwitness2test.yml +21 -2
  14. fm_weck/resources/fm_tools/cooperace.yml +51 -0
  15. fm_weck/resources/fm_tools/coveriteam-verifier-algo-selection.yml +13 -0
  16. fm_weck/resources/fm_tools/coveriteam-verifier-parallel-portfolio.yml +13 -0
  17. fm_weck/resources/fm_tools/coveritest.yml +14 -0
  18. fm_weck/resources/fm_tools/cpa-bam-bnb.yml +11 -0
  19. fm_weck/resources/fm_tools/cpa-bam-smg.yml +11 -0
  20. fm_weck/resources/fm_tools/cpa-lockator.yml +11 -0
  21. fm_weck/resources/fm_tools/cpa-witness2test.yml +9 -0
  22. fm_weck/resources/fm_tools/cpachecker.yml +68 -1
  23. fm_weck/resources/fm_tools/cpv.yml +17 -2
  24. fm_weck/resources/fm_tools/crux.yml +11 -0
  25. fm_weck/resources/fm_tools/cseq.yml +11 -4
  26. fm_weck/resources/fm_tools/dartagnan.yml +22 -0
  27. fm_weck/resources/fm_tools/deagle.yml +32 -1
  28. fm_weck/resources/fm_tools/divine.yml +11 -0
  29. fm_weck/resources/fm_tools/ebf.yml +9 -0
  30. fm_weck/resources/fm_tools/emergentheta.yml +23 -0
  31. fm_weck/resources/fm_tools/esbmc-incr.yml +32 -5
  32. fm_weck/resources/fm_tools/esbmc-kind.yml +33 -1
  33. fm_weck/resources/fm_tools/fdse.yml +23 -3
  34. fm_weck/resources/fm_tools/fizzer.yml +24 -0
  35. fm_weck/resources/fm_tools/frama-c-sv.yml +11 -0
  36. fm_weck/resources/fm_tools/fshell-witness2test.yml +10 -0
  37. fm_weck/resources/fm_tools/fusebmc-ia.yml +9 -0
  38. fm_weck/resources/fm_tools/fusebmc.yml +19 -1
  39. fm_weck/resources/fm_tools/gazer-theta.yml +13 -0
  40. fm_weck/resources/fm_tools/gdart-llvm.yml +10 -0
  41. fm_weck/resources/fm_tools/gdart.yml +31 -0
  42. fm_weck/resources/fm_tools/goblint.yml +50 -2
  43. fm_weck/resources/fm_tools/graves-par.yml +13 -0
  44. fm_weck/resources/fm_tools/graves.yml +12 -0
  45. fm_weck/resources/fm_tools/gwit.yml +9 -0
  46. fm_weck/resources/fm_tools/hornix.yml +55 -0
  47. fm_weck/resources/fm_tools/hybridtiger.yml +11 -0
  48. fm_weck/resources/fm_tools/infer.yml +11 -0
  49. fm_weck/resources/fm_tools/java-ranger.yml +25 -3
  50. fm_weck/resources/fm_tools/jayhorn.yml +12 -0
  51. fm_weck/resources/fm_tools/jbmc.yml +19 -3
  52. fm_weck/resources/fm_tools/jcwit.yml +11 -0
  53. fm_weck/resources/fm_tools/jdart.yml +11 -0
  54. fm_weck/resources/fm_tools/klee.yml +11 -0
  55. fm_weck/resources/fm_tools/kleef.yml +24 -5
  56. fm_weck/resources/fm_tools/korn.yml +16 -0
  57. fm_weck/resources/fm_tools/lazycseq.yml +13 -0
  58. fm_weck/resources/fm_tools/legion-symcc.yml +10 -0
  59. fm_weck/resources/fm_tools/legion.yml +11 -0
  60. fm_weck/resources/fm_tools/lf-checker.yml +10 -0
  61. fm_weck/resources/fm_tools/liv.yml +28 -4
  62. fm_weck/resources/fm_tools/locksmith.yml +10 -0
  63. fm_weck/resources/fm_tools/metaval++.yml +49 -0
  64. fm_weck/resources/fm_tools/metaval.yml +51 -5
  65. fm_weck/resources/fm_tools/mlb.yml +21 -1
  66. fm_weck/resources/fm_tools/mopsa.yml +45 -0
  67. fm_weck/resources/fm_tools/nacpa.yml +51 -0
  68. fm_weck/resources/fm_tools/nitwit.yml +11 -0
  69. fm_weck/resources/fm_tools/owic.yml +11 -0
  70. fm_weck/resources/fm_tools/pesco.yml +12 -0
  71. fm_weck/resources/fm_tools/pichecker.yml +10 -0
  72. fm_weck/resources/fm_tools/pinaka.yml +11 -0
  73. fm_weck/resources/fm_tools/predatorhp.yml +12 -0
  74. fm_weck/resources/fm_tools/proton.yml +20 -0
  75. fm_weck/resources/fm_tools/prtest.yml +9 -0
  76. fm_weck/resources/fm_tools/racerf.yml +48 -0
  77. fm_weck/resources/fm_tools/relay-sv.yml +11 -0
  78. fm_weck/resources/fm_tools/rizzer.yml +9 -0
  79. fm_weck/resources/fm_tools/sikraken.yml +42 -0
  80. fm_weck/resources/fm_tools/spf.yml +11 -0
  81. fm_weck/resources/fm_tools/sv-sanitizers.yml +18 -1
  82. fm_weck/resources/fm_tools/svf-svc.yml +45 -0
  83. fm_weck/resources/fm_tools/swat.yml +9 -0
  84. fm_weck/resources/fm_tools/symbiotic-witch.yml +17 -1
  85. fm_weck/resources/fm_tools/symbiotic.yml +33 -1
  86. fm_weck/resources/fm_tools/testcov.yml +18 -1
  87. fm_weck/resources/fm_tools/theta.yml +24 -0
  88. fm_weck/resources/fm_tools/thorn.yml +46 -0
  89. fm_weck/resources/fm_tools/tracerx-wp.yml +19 -0
  90. fm_weck/resources/fm_tools/tracerx.yml +19 -0
  91. fm_weck/resources/fm_tools/uautomizer.yml +72 -4
  92. fm_weck/resources/fm_tools/ugemcutter.yml +24 -6
  93. fm_weck/resources/fm_tools/ukojak.yml +35 -6
  94. fm_weck/resources/fm_tools/ureferee.yml +82 -0
  95. fm_weck/resources/fm_tools/utaipan.yml +33 -4
  96. fm_weck/resources/fm_tools/utestgen.yml +28 -0
  97. fm_weck/resources/fm_tools/veriabs.yml +28 -1
  98. fm_weck/resources/fm_tools/veriabsl.yml +43 -3
  99. fm_weck/resources/fm_tools/verifuzz.yml +2 -0
  100. fm_weck/resources/fm_tools/verioover.yml +10 -0
  101. fm_weck/resources/fm_tools/wasp-c.yml +12 -0
  102. fm_weck/resources/fm_tools/wit4java.yml +12 -0
  103. fm_weck/resources/fm_tools/witch.yml +16 -1
  104. fm_weck/resources/fm_tools/witnesslint.yml +79 -1
  105. fm_weck/resources/fm_tools/witnessmap.yml +45 -0
  106. fm_weck/runexec_mode.py +3 -2
  107. fm_weck/runexec_util.py +8 -3
  108. {fm_weck-1.4.0.dist-info → fm_weck-1.4.2.dist-info}/METADATA +1 -1
  109. fm_weck-1.4.2.dist-info/RECORD +146 -0
  110. fm_weck-1.4.0.dist-info/RECORD +0 -136
  111. {fm_weck-1.4.0.dist-info → fm_weck-1.4.2.dist-info}/WHEEL +0 -0
  112. {fm_weck-1.4.0.dist-info → fm_weck-1.4.2.dist-info}/entry_points.txt +0 -0
@@ -24,8 +24,18 @@ versions:
24
24
  - openjdk-11-jre-headless
25
25
 
26
26
  competition_participations:
27
+ - competition: "SV-COMP 2025"
28
+ track: "Verification"
29
+ hors-concours: true
30
+ tool_version: "svcomp23"
31
+ jury_member:
32
+ name: Hors Concours
33
+ institution: --
34
+ country: --
35
+ url: null
27
36
  - competition: "SV-COMP 2024"
28
37
  track: "Verification"
38
+ hors-concours: true
29
39
  tool_version: "svcomp23"
30
40
  jury_member:
31
41
  name: Hors Concours
@@ -34,6 +44,7 @@ competition_participations:
34
44
  url: null
35
45
  - competition: "SV-COMP 2023"
36
46
  track: "Verification"
47
+ hors-concours: true
37
48
  tool_version: "svcomp23"
38
49
  jury_member:
39
50
  name: Hors Concours
@@ -22,8 +22,18 @@ versions:
22
22
  required_ubuntu_packages: []
23
23
 
24
24
  competition_participations:
25
+ - competition: "Test-Comp 2025"
26
+ track: "Test Generation"
27
+ hors-concours: true
28
+ tool_version: "testcomp23"
29
+ jury_member:
30
+ name: Hors Concours
31
+ institution: --
32
+ country: --
33
+ url: null
25
34
  - competition: "Test-Comp 2024"
26
35
  track: "Test Generation"
36
+ hors-concours: true
27
37
  tool_version: "testcomp23"
28
38
  jury_member:
29
39
  name: Hors Concours
@@ -32,6 +42,7 @@ competition_participations:
32
42
  url: null
33
43
  - competition: "Test-Comp 2023"
34
44
  track: "Test Generation"
45
+ hors-concours: true
35
46
  tool_version: "testcomp23"
36
47
  jury_member:
37
48
  name: Hors Concours
@@ -7,21 +7,35 @@ spdx_license_identifier: NCSA
7
7
  benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/kleef.py"
8
8
  fmtools_format_version: "2.0"
9
9
  fmtools_entry_maintainers:
10
- - Columpio
10
+ - misonijnik
11
11
 
12
12
  maintainers:
13
- - name: Yurii Kostyukov
14
- institution: RnD Toolchain Labs, Huawei
15
- country: China
16
- url: https://toolchain-labs.com
13
+ - name: Aleksandr Misonizhnik
14
+ orcid: 0000-0002-5907-0324
15
+ institution: Independent Researcher
16
+ country: Neutral
17
+ url: null
17
18
 
18
19
  versions:
20
+ - version: "testcomp25"
21
+ doi: "10.5281/zenodo.14188533"
22
+ benchexec_toolinfo_options: []
23
+ required_ubuntu_packages: []
19
24
  - version: "testcomp24"
20
25
  doi: "10.5281/zenodo.10202734"
21
26
  benchexec_toolinfo_options: []
22
27
  required_ubuntu_packages: []
23
28
 
24
29
  competition_participations:
30
+ - competition: "Test-Comp 2025"
31
+ track: "Test Generation"
32
+ tool_version: "testcomp25"
33
+ jury_member:
34
+ name: Aleksandr Misonizhnik
35
+ orcid: 0000-0002-5907-0324
36
+ institution: Independent Researcher
37
+ country: Neutral
38
+ url: null
25
39
  - competition: "Test-Comp 2024"
26
40
  track: "Test Generation"
27
41
  tool_version: "testcomp24"
@@ -40,3 +54,8 @@ techniques:
40
54
  - Guidance by Coverage Measures
41
55
 
42
56
  frameworks_solvers: []
57
+
58
+ literature:
59
+ - doi: 10.1007/978-3-031-57259-3_18
60
+ title: "KLEEF: Symbolic Execution Engine (Competition Contribution)"
61
+ year: 2024
@@ -13,9 +13,14 @@ maintainers:
13
13
  - name: Gidon Ernst
14
14
  institution: LMU Munich
15
15
  country: Germany
16
+ orcid: 0000-0002-3289-5764
16
17
  url: https://www.sosy-lab.org/people/ernst/
17
18
 
18
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: "10.5281/zenodo.13987882"
22
+ benchexec_toolinfo_options: ["-witness", "witness.graphml", "-smt2", "clauses.smt2", "-model", "-write", "-confirm", "-debug", "-random", "20", "-timeout", "60", "-golem:spacer", "-timeout", "60", "-z3", "-timeout", "900", "-eld:portfolio"]
23
+ required_ubuntu_packages: []
19
24
  - version: "svcomp24"
20
25
  doi: "10.5281/zenodo.10202058"
21
26
  benchexec_toolinfo_options: ["-witness", "witness.graphml", "-smt2", "clauses.smt2", "-model", "-write", "-random", "10", "-timeout", "20", "-golem", "-timeout", "20", "-z3", "-timeout", "900", "-eld:portfolio"]
@@ -26,6 +31,15 @@ versions:
26
31
  required_ubuntu_packages: []
27
32
 
28
33
  competition_participations:
34
+ - competition: "SV-COMP 2025"
35
+ track: "Verification"
36
+ tool_version: "svcomp25"
37
+ jury_member:
38
+ name: Gidon Ernst
39
+ institution: LMU Munich
40
+ country: Germany
41
+ orcid: 0000-0002-3289-5764
42
+ url: https://www.sosy-lab.org/people/ernst/
29
43
  - competition: "SV-COMP 2024"
30
44
  track: "Verification"
31
45
  tool_version: "svcomp24"
@@ -51,3 +65,5 @@ techniques:
51
65
 
52
66
  frameworks_solvers:
53
67
  - Z3
68
+
69
+ literature: []
@@ -21,10 +21,22 @@ versions:
21
21
  benchexec_toolinfo_options: ['--witness', 'error-witness.graphml']
22
22
  required_ubuntu_packages:
23
23
  - python2
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
28
+ - competition: "SV-COMP 2025"
29
+ track: "Verification"
30
+ hors-concours: true
31
+ tool_version: "svcomp23"
32
+ jury_member:
33
+ name: Hors Concours
34
+ institution: --
35
+ country: --
36
+ url: null
26
37
  - competition: "SV-COMP 2024"
27
38
  track: "Verification"
39
+ hors-concours: true
28
40
  tool_version: "svcomp23"
29
41
  jury_member:
30
42
  name: Hors Concours
@@ -33,6 +45,7 @@ competition_participations:
33
45
  url: null
34
46
  - competition: "SV-COMP 2023"
35
47
  track: "Verification"
48
+ hors-concours: true
36
49
  tool_version: "svcomp23"
37
50
  jury_member:
38
51
  name: Hors Concours
@@ -22,8 +22,18 @@ versions:
22
22
  required_ubuntu_packages: []
23
23
 
24
24
  competition_participations:
25
+ - competition: "Test-Comp 2025"
26
+ track: "Test Generation"
27
+ hors-concours: true
28
+ tool_version: "testcomp23"
29
+ jury_member:
30
+ name: Hors Concours
31
+ institution: --
32
+ country: --
33
+ url: null
25
34
  - competition: "Test-Comp 2024"
26
35
  track: "Test Generation"
36
+ hors-concours: true
27
37
  tool_version: "testcomp23"
28
38
  jury_member:
29
39
  name: Hors Concours
@@ -22,8 +22,18 @@ versions:
22
22
  required_ubuntu_packages: []
23
23
 
24
24
  competition_participations:
25
+ - competition: "Test-Comp 2025"
26
+ track: "Test Generation"
27
+ hors-concours: true
28
+ tool_version: "testcomp23"
29
+ jury_member:
30
+ name: Hors Concours
31
+ institution: --
32
+ country: --
33
+ url: null
25
34
  - competition: "Test-Comp 2024"
26
35
  track: "Test Generation"
36
+ hors-concours: true
27
37
  tool_version: "testcomp23"
28
38
  jury_member:
29
39
  name: Hors Concours
@@ -32,6 +42,7 @@ competition_participations:
32
42
  url: null
33
43
  - competition: "Test-Comp 2023"
34
44
  track: "Test Generation"
45
+ hors-concours: true
35
46
  tool_version: "testcomp23"
36
47
  jury_member:
37
48
  name: Hors Concours
@@ -23,8 +23,18 @@ versions:
23
23
  - clang
24
24
 
25
25
  competition_participations:
26
+ - competition: "SV-COMP 2025"
27
+ track: "Verification"
28
+ hors-concours: true
29
+ tool_version: "svcomp23"
30
+ jury_member:
31
+ name: Hors Concours
32
+ institution: --
33
+ country: --
34
+ url: null
26
35
  - competition: "SV-COMP 2024"
27
36
  track: "Verification"
37
+ hors-concours: true
28
38
  tool_version: "svcomp23"
29
39
  jury_member:
30
40
  name: Hors Concours
@@ -7,22 +7,46 @@ spdx_license_identifier: Apache-2.0
7
7
  benchexec_toolinfo_module: "benchexec.tools.liv"
8
8
  fmtools_format_version: "2.0"
9
9
  fmtools_entry_maintainers:
10
- - masp
10
+ - Marianl
11
+ - dbeyer
12
+ - PhilippWendler
11
13
 
12
14
  maintainers:
13
- - orcid: 0000-0002-9169-9130
14
- name: Martin Spiessl
15
+ - orcid: 0000-0002-8172-3184
16
+ name: Marian Lingsch-Rosenfeld
15
17
  institution: LMU Munich
16
18
  country: Germany
17
- url: https://www.sosy-lab.org/people/spiessl/
19
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
18
20
 
19
21
  versions:
22
+ - version: "svcomp25"
23
+ doi: "10.5281/zenodo.14168986"
24
+ 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"]
25
+ required_ubuntu_packages: []
20
26
  - version: "svcomp24"
21
27
  doi: "10.5281/zenodo.10202756"
22
28
  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"]
23
29
  required_ubuntu_packages: []
24
30
 
25
31
  competition_participations:
32
+ - competition: "SV-COMP 2025"
33
+ track: "Validation of Correctness Witnesses 2.0"
34
+ tool_version: "svcomp25"
35
+ jury_member:
36
+ orcid: 0000-0002-8172-3184
37
+ name: Marian Lingsch-Rosenfeld
38
+ institution: LMU Munich
39
+ country: Germany
40
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
41
+ - competition: "SV-COMP 2025"
42
+ track: "Validation of Correctness Witnesses 1.0"
43
+ tool_version: "svcomp25"
44
+ jury_member:
45
+ orcid: 0000-0002-8172-3184
46
+ name: Marian Lingsch-Rosenfeld
47
+ institution: LMU Munich
48
+ country: Germany
49
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
26
50
  - competition: "SV-COMP 2024"
27
51
  track: "Validation of Correctness Witnesses 1.0"
28
52
  tool_version: "svcomp24"
@@ -22,8 +22,18 @@ versions:
22
22
  required_ubuntu_packages: []
23
23
 
24
24
  competition_participations:
25
+ - competition: "SV-COMP 2025"
26
+ track: "Verification"
27
+ hors-concours: true
28
+ tool_version: "svcomp23"
29
+ jury_member:
30
+ name: Hors Concours
31
+ institution: --
32
+ country: --
33
+ url: null
25
34
  - competition: "SV-COMP 2024"
26
35
  track: "Verification"
36
+ hors-concours: true
27
37
  tool_version: "svcomp23"
28
38
  jury_member:
29
39
  name: Hors Concours
@@ -0,0 +1,49 @@
1
+ name: MetaVal++
2
+ input_languages:
3
+ - C
4
+ project_url: https://gitlab.com/sosy-lab/software/metavalpp
5
+ repository_url: https://gitlab.com/sosy-lab/software/metavalpp
6
+ spdx_license_identifier: Apache-2.0
7
+ benchexec_toolinfo_module: benchexec.tools.metaval++
8
+ fmtools_format_version: "2.0"
9
+ fmtools_entry_maintainers:
10
+ - Marianl
11
+ - dbeyer
12
+ - PhilippWendler
13
+
14
+ maintainers:
15
+ - orcid: 0000-0002-8172-3184
16
+ name: Marian Lingsch-Rosenfeld
17
+ institution: LMU Munich
18
+ country: Germany
19
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
20
+
21
+
22
+ versions:
23
+ - version: "svcomp25-correctness"
24
+ doi: 10.5281/zenodo.14194293
25
+ benchexec_toolinfo_options: ['--backend', 'framac-wp', '--debug']
26
+ required_ubuntu_packages: []
27
+
28
+ competition_participations:
29
+ - competition: "SV-COMP 2025"
30
+ track: "Validation of Correctness Witnesses 2.0"
31
+ tool_version: "svcomp25-correctness"
32
+ jury_member:
33
+ orcid: 0000-0002-8172-3184
34
+ name: Marian Lingsch-Rosenfeld
35
+ institution: LMU Munich
36
+ country: Germany
37
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
38
+
39
+ techniques:
40
+ - Task Translation
41
+
42
+ frameworks_solvers: []
43
+
44
+ used_actors:
45
+ - actor_type: "Annotator"
46
+ description: |
47
+ Annotates invariants or state guards from software witnesses in the program as assertions or assumptions.
48
+
49
+ literature: []
@@ -2,21 +2,31 @@ name: MetaVal
2
2
  input_languages:
3
3
  - C
4
4
  project_url: https://gitlab.com/sosy-lab/software/metaval
5
- repository_url: https://gitlab.com/sosy-lab/software/cpachecker
5
+ repository_url: https://gitlab.com/sosy-lab/software/metaval
6
6
  spdx_license_identifier: Apache-2.0
7
7
  benchexec_toolinfo_module: benchexec.tools.metaval
8
8
  fmtools_format_version: "2.0"
9
9
  fmtools_entry_maintainers:
10
- - masp
10
+ - Marianl
11
+ - dbeyer
12
+ - PhilippWendler
11
13
 
12
14
  maintainers:
13
- - orcid: 0000-0002-9169-9130
14
- name: Martin Spiessl
15
+ - orcid: 0000-0002-8172-3184
16
+ name: Marian Lingsch-Rosenfeld
15
17
  institution: LMU Munich
16
18
  country: Germany
17
- url: https://www.sosy-lab.org/people/spiessl/
19
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
18
20
 
19
21
  versions:
22
+ - version: "svcomp25-correctness"
23
+ doi: 10.5281/zenodo.14170354
24
+ benchexec_toolinfo_options: ['--metavalWitnessType', 'correctness_witness', '--metavalVerifierBackend', 'cpachecker', '--svcomp24', '--heap', '5000M', '--benchmark', '--timelimit', '900s']
25
+ required_ubuntu_packages: []
26
+ - version: "svcomp25-violation"
27
+ doi: 10.5281/zenodo.14170354
28
+ benchexec_toolinfo_options: ['--metavalWitnessType', 'violation_witness', '--metavalVerifierBackend', 'cpachecker', '--predicateAnalysis', '--heap', '5000M', '--benchmark', '--timelimit', '90s']
29
+ required_ubuntu_packages: []
20
30
  - version: "svcomp24-correctness"
21
31
  doi: 10.5281/zenodo.10137150
22
32
  benchexec_toolinfo_options: ['--metavalWitnessType', 'correctness_witness']
@@ -31,6 +41,42 @@ versions:
31
41
  required_ubuntu_packages: []
32
42
 
33
43
  competition_participations:
44
+ - competition: "SV-COMP 2025"
45
+ track: "Validation of Correctness Witnesses 1.0"
46
+ tool_version: "svcomp25-correctness"
47
+ jury_member:
48
+ orcid: 0000-0002-8172-3184
49
+ name: Marian Lingsch-Rosenfeld
50
+ institution: LMU Munich
51
+ country: Germany
52
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
53
+ - competition: "SV-COMP 2025"
54
+ track: "Validation of Correctness Witnesses 2.0"
55
+ tool_version: "svcomp25-correctness"
56
+ jury_member:
57
+ orcid: 0000-0002-8172-3184
58
+ name: Marian Lingsch-Rosenfeld
59
+ institution: LMU Munich
60
+ country: Germany
61
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
62
+ - competition: "SV-COMP 2025"
63
+ track: "Validation of Violation Witnesses 1.0"
64
+ tool_version: "svcomp25-violation"
65
+ jury_member:
66
+ orcid: 0000-0002-8172-3184
67
+ name: Marian Lingsch-Rosenfeld
68
+ institution: LMU Munich
69
+ country: Germany
70
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
71
+ - competition: "SV-COMP 2025"
72
+ track: "Validation of Violation Witnesses 2.0"
73
+ tool_version: "svcomp25-violation"
74
+ jury_member:
75
+ orcid: 0000-0002-8172-3184
76
+ name: Marian Lingsch-Rosenfeld
77
+ institution: LMU Munich
78
+ country: Germany
79
+ url: https://www.sosy-lab.org/people/lingsch-rosenfeld/
34
80
  - competition: "SV-COMP 2024"
35
81
  track: "Validation of Correctness Witnesses 1.0"
36
82
  tool_version: "svcomp24-correctness"
@@ -10,12 +10,18 @@ fmtools_entry_maintainers:
10
10
  - MLB-SE
11
11
 
12
12
  maintainers:
13
- - name: Lei Bu
13
+ - orcid: 0000-0003-0517-7801
14
+ name: Lei Bu
14
15
  institution: Nanjing University
15
16
  country: China
16
17
  url: null
17
18
 
18
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: "10.5281/zenodo.10419554"
22
+ benchexec_toolinfo_options: []
23
+ required_ubuntu_packages:
24
+ - openjdk-8-jre-headless
19
25
  - version: "svcomp24"
20
26
  doi: "10.5281/zenodo.10210608"
21
27
  benchexec_toolinfo_options: []
@@ -28,6 +34,15 @@ versions:
28
34
  - openjdk-8-jre-headless
29
35
 
30
36
  competition_participations:
37
+ - competition: "SV-COMP 2025"
38
+ track: "Verification"
39
+ tool_version: "svcomp25"
40
+ jury_member:
41
+ orcid: 0000-0003-0517-7801
42
+ name: Lei Bu
43
+ institution: Nanjing University
44
+ country: China
45
+ url: null
31
46
  - competition: "SV-COMP 2024"
32
47
  track: "Verification"
33
48
  tool_version: "svcomp24"
@@ -51,3 +66,8 @@ techniques:
51
66
  - Portfolio
52
67
 
53
68
  frameworks_solvers: []
69
+
70
+ literature:
71
+ - doi: 10.1007/s00165-021-00538-3
72
+ title: "Machine learning steered symbolic execution framework for complex software code"
73
+ year: 2021
@@ -19,6 +19,32 @@ maintainers:
19
19
  url: https://www.rmonat.fr
20
20
 
21
21
  versions:
22
+ - version: "svcomp25"
23
+ doi: 10.5281/zenodo.14194736
24
+ benchexec_toolinfo_options: []
25
+ required_ubuntu_packages:
26
+ - clang
27
+ - libc6-dev-i386
28
+ - libclang-cpp-dev
29
+ - libclang-dev
30
+ - libgmp-dev
31
+ - libmpfr-dev
32
+ - llvm
33
+ - llvm-dev
34
+ - libflint-dev
35
+ - version: "svcomp25-validation-correctness"
36
+ doi: 10.5281/zenodo.14194736
37
+ benchexec_toolinfo_options: []
38
+ required_ubuntu_packages:
39
+ - clang
40
+ - libc6-dev-i386
41
+ - libclang-cpp-dev
42
+ - libclang-dev
43
+ - libgmp-dev
44
+ - libmpfr-dev
45
+ - llvm
46
+ - llvm-dev
47
+ - libflint-dev
22
48
  - version: "svcomp24"
23
49
  doi: 10.5281/zenodo.10198570
24
50
  benchexec_toolinfo_options: []
@@ -57,6 +83,22 @@ versions:
57
83
  - llvm-dev
58
84
 
59
85
  competition_participations:
86
+ - competition: "SV-COMP 2025"
87
+ track: "Verification"
88
+ tool_version: "svcomp25"
89
+ jury_member:
90
+ name: Raphaël Monat
91
+ institution: Inria and University of Lille
92
+ country: France
93
+ url: https://www.rmonat.fr
94
+ - competition: "SV-COMP 2025"
95
+ track: 'Validation of Correctness Witnesses 2.0'
96
+ tool_version: "svcomp25-validation-correctness"
97
+ jury_member:
98
+ name: Raphaël Monat
99
+ institution: Inria and University of Lille
100
+ country: France
101
+ url: https://www.rmonat.fr
60
102
  - competition: "SV-COMP 2024"
61
103
  track: "Verification"
62
104
  tool_version: "svcomp24"
@@ -98,3 +140,6 @@ literature:
98
140
  - doi: 10.1007/978-3-031-30820-8_37
99
141
  title: "Mopsa-C: Modular Domains and Relational Abstract Interpretation for C Programs (Competition Contribution)"
100
142
  year: 2023
143
+ - doi: 10.1007/978-3-031-57256-2_26
144
+ title: "Mopsa-C: Improved Verification for C Programs, Simple Validation of Correctness Witnesses (Competition Contribution)"
145
+ year: 2024
@@ -0,0 +1,51 @@
1
+ name: nacpa
2
+ input_languages:
3
+ - C
4
+ project_url: https://gitlab.com/sosy-lab/software/nacpa
5
+ repository_url: https://gitlab.com/sosy-lab/software/nacpa
6
+ spdx_license_identifier: Apache-2.0
7
+ benchexec_toolinfo_module: benchexec.tools.nacpa
8
+ fmtools_format_version: "2.0"
9
+ fmtools_entry_maintainers:
10
+ - ricffb
11
+ - lemberger
12
+
13
+ maintainers:
14
+ - orcid: 0000-0003-0291-815X
15
+ name: Thomas Lemberger
16
+ institution: LMU Munich
17
+ country: Germany
18
+ url: https://thomaslemberger.com/
19
+ - orcid: 0000-0002-4768-4054
20
+ name: Henrik Wachowitz
21
+ institution: LMU Munich
22
+ country: Germany
23
+ url: https://www.sosy-lab.org/people/wachowitz/
24
+
25
+ versions:
26
+ - version: "svcomp25"
27
+ doi: "10.5281/zenodo.14192312"
28
+ benchexec_toolinfo_options: []
29
+ required_ubuntu_packages: []
30
+ full_container_images:
31
+ - docker.io/ubuntu:24.04
32
+
33
+ competition_participations:
34
+ - competition: SV-COMP 2025
35
+ track: "Verification"
36
+ tool_version: "svcomp25"
37
+ jury_member:
38
+ orcid: 0000-0002-4768-4054
39
+ name: Henrik Wachowitz
40
+ institution: LMU Munich
41
+ country: Germany
42
+ url: https://www.sosy-lab.org/people/wachowitz/
43
+
44
+ techniques:
45
+ - Algorithm Selection
46
+ - Portfolio
47
+
48
+ frameworks_solvers:
49
+ - CPAchecker
50
+
51
+ literature: []
@@ -22,6 +22,8 @@ versions:
22
22
  required_ubuntu_packages:
23
23
  - gcc-multilib
24
24
  - g++-multilib
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
25
27
  - version: "svcomp23-validation-violation"
26
28
  doi: 10.5281/zenodo.10079221
27
29
  benchexec_toolinfo_options: []
@@ -30,6 +32,15 @@ versions:
30
32
  - g++-multilib
31
33
 
32
34
  competition_participations:
35
+ - competition: "SV-COMP 2025"
36
+ track: "Validation of Violation Witnesses 1.0"
37
+ hors-concours: true
38
+ tool_version: "svcomp24-validation-violation"
39
+ jury_member:
40
+ name: Hors Concours
41
+ institution: --
42
+ country: --
43
+ url: null
33
44
  - competition: "SV-COMP 2024"
34
45
  track: "Validation of Violation Witnesses 1.0"
35
46
  tool_version: "svcomp24-validation-violation"
@@ -30,8 +30,19 @@ versions:
30
30
  - llvm
31
31
  - lld
32
32
  - wabt
33
+ full_container_images:
34
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
33
35
 
34
36
  competition_participations:
37
+ - competition: "Test-Comp 2025"
38
+ track: "Test Generation"
39
+ hors-concours: true
40
+ tool_version: "testcomp24"
41
+ jury_member:
42
+ name: Hors Concours
43
+ institution: --
44
+ country: --
45
+ url: null
35
46
  - competition: "Test-Comp 2024"
36
47
  track: "Test Generation"
37
48
  tool_version: "testcomp24"
@@ -21,14 +21,26 @@ versions:
21
21
  doi: "10.5281/zenodo.10203346"
22
22
  benchexec_toolinfo_options: ['--memory', '10000M', '--timelimit', '900']
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
  - version: "svcomp23"
25
27
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/pesco.zip"
26
28
  benchexec_toolinfo_options: ['-svcomp20-pesco', '-heap', '10000M', '-stack', '2048k', '-benchmark', '-timelimit', '900 s']
27
29
  required_ubuntu_packages: []
28
30
 
29
31
  competition_participations:
32
+ - competition: "SV-COMP 2025"
33
+ track: "Verification"
34
+ hors-concours: true
35
+ tool_version: "svcomp24"
36
+ jury_member:
37
+ name: Hors Concours
38
+ institution: --
39
+ country: --
40
+ url: null
30
41
  - competition: "SV-COMP 2024"
31
42
  track: "Verification"
43
+ hors-concours: true
32
44
  tool_version: "svcomp24"
33
45
  jury_member:
34
46
  name: Hors Concours