fm-weck 1.4.5__py3-none-any.whl → 1.4.7__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 (127) 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 +136 -27
  5. fm_weck/config.py +31 -17
  6. fm_weck/engine.py +110 -32
  7. fm_weck/exceptions.py +1 -0
  8. fm_weck/image_mgr.py +5 -4
  9. fm_weck/resources/{BenchExec-3.25-py3-none-any.whl → BenchExec-3.27-py3-none-any.whl} +0 -0
  10. fm_weck/resources/__init__.py +14 -12
  11. fm_weck/resources/fm_tools/2ls.yml +32 -7
  12. fm_weck/resources/fm_tools/aise.yml +6 -1
  13. fm_weck/resources/fm_tools/aprove.yml +73 -72
  14. fm_weck/resources/fm_tools/blast.yml +58 -0
  15. fm_weck/resources/fm_tools/brick.yml +4 -4
  16. fm_weck/resources/fm_tools/bubaak-split.yml +3 -3
  17. fm_weck/resources/fm_tools/bubaak.yml +4 -4
  18. fm_weck/resources/fm_tools/cadp.yml +95 -0
  19. fm_weck/resources/fm_tools/cbmc.yml +8 -4
  20. fm_weck/resources/fm_tools/cetfuzz.yml +4 -3
  21. fm_weck/resources/fm_tools/coastal.yml +13 -8
  22. fm_weck/resources/fm_tools/concurrentwitness2test.yml +4 -1
  23. fm_weck/resources/fm_tools/cooperace.yml +7 -6
  24. fm_weck/resources/fm_tools/coveriteam-verifier-algo-selection.yml +9 -20
  25. fm_weck/resources/fm_tools/coveriteam-verifier-parallel-portfolio.yml +9 -20
  26. fm_weck/resources/fm_tools/coveritest.yml +27 -6
  27. fm_weck/resources/fm_tools/cpa-bam-bnb.yml +13 -9
  28. fm_weck/resources/fm_tools/cpa-bam-smg.yml +12 -7
  29. fm_weck/resources/fm_tools/cpa-lockator.yml +13 -9
  30. fm_weck/resources/fm_tools/cpa-witness2test.yml +13 -3
  31. fm_weck/resources/fm_tools/cpachecker.yml +3 -3
  32. fm_weck/resources/fm_tools/cpv.yml +2 -0
  33. fm_weck/resources/fm_tools/crux.yml +20 -8
  34. fm_weck/resources/fm_tools/cseq.yml +9 -4
  35. fm_weck/resources/fm_tools/dartagnan.yml +12 -1
  36. fm_weck/resources/fm_tools/deagle.yml +5 -0
  37. fm_weck/resources/fm_tools/divine.yml +20 -11
  38. fm_weck/resources/fm_tools/ebf.yml +8 -5
  39. fm_weck/resources/fm_tools/emergentheta.yml +9 -2
  40. fm_weck/resources/fm_tools/esbmc-incr.yml +13 -10
  41. fm_weck/resources/fm_tools/esbmc-kind.yml +12 -11
  42. fm_weck/resources/fm_tools/fdse.yml +1 -1
  43. fm_weck/resources/fm_tools/fizzer.yml +15 -24
  44. fm_weck/resources/fm_tools/frama-c-sv.yml +3 -2
  45. fm_weck/resources/fm_tools/fshell-witness2test.yml +9 -6
  46. fm_weck/resources/fm_tools/fusebmc-ia.yml +6 -3
  47. fm_weck/resources/fm_tools/fusebmc.yml +26 -6
  48. fm_weck/resources/fm_tools/gazer-theta.yml +10 -7
  49. fm_weck/resources/fm_tools/gdart-llvm.yml +8 -4
  50. fm_weck/resources/fm_tools/gdart.yml +3 -0
  51. fm_weck/resources/fm_tools/goblint.yml +7 -2
  52. fm_weck/resources/fm_tools/graves-par.yml +9 -14
  53. fm_weck/resources/fm_tools/graves.yml +10 -4
  54. fm_weck/resources/fm_tools/gwit.yml +10 -4
  55. fm_weck/resources/fm_tools/hornix.yml +12 -7
  56. fm_weck/resources/fm_tools/hybridtiger.yml +13 -8
  57. fm_weck/resources/fm_tools/infer.yml +12 -7
  58. fm_weck/resources/fm_tools/java-ranger.yml +6 -3
  59. fm_weck/resources/fm_tools/jayhorn.yml +6 -4
  60. fm_weck/resources/fm_tools/jbmc.yml +11 -2
  61. fm_weck/resources/fm_tools/jcwit.yml +9 -5
  62. fm_weck/resources/fm_tools/jdart.yml +12 -7
  63. fm_weck/resources/fm_tools/klee.yml +13 -8
  64. fm_weck/resources/fm_tools/kleef.yml +3 -3
  65. fm_weck/resources/fm_tools/korn.yml +11 -1
  66. fm_weck/resources/fm_tools/lazycseq.yml +10 -7
  67. fm_weck/resources/fm_tools/legion-symcc.yml +6 -12
  68. fm_weck/resources/fm_tools/legion.yml +9 -14
  69. fm_weck/resources/fm_tools/lf-checker.yml +10 -6
  70. fm_weck/resources/fm_tools/liv.yml +19 -4
  71. fm_weck/resources/fm_tools/locksmith.yml +10 -6
  72. fm_weck/resources/fm_tools/ltsmin.yml +40 -0
  73. fm_weck/resources/fm_tools/metaval++.yml +19 -3
  74. fm_weck/resources/fm_tools/metaval.yml +21 -3
  75. fm_weck/resources/fm_tools/mlb.yml +5 -5
  76. fm_weck/resources/fm_tools/mopsa.yml +9 -7
  77. fm_weck/resources/fm_tools/nacpa.yml +7 -1
  78. fm_weck/resources/fm_tools/nitwit.yml +5 -3
  79. fm_weck/resources/fm_tools/owic.yml +4 -3
  80. fm_weck/resources/fm_tools/pesco.yml +10 -4
  81. fm_weck/resources/fm_tools/pichecker.yml +10 -6
  82. fm_weck/resources/fm_tools/pinaka.yml +13 -8
  83. fm_weck/resources/fm_tools/predatorhp.yml +6 -4
  84. fm_weck/resources/fm_tools/prism.yml +67 -0
  85. fm_weck/resources/fm_tools/proton.yml +6 -6
  86. fm_weck/resources/fm_tools/prtest.yml +22 -6
  87. fm_weck/resources/fm_tools/racerf.yml +14 -5
  88. fm_weck/resources/fm_tools/relay-sv.yml +8 -13
  89. fm_weck/resources/fm_tools/rizzer.yml +8 -12
  90. fm_weck/resources/fm_tools/schema.yml +56 -3
  91. fm_weck/resources/fm_tools/sikraken.yml +3 -3
  92. fm_weck/resources/fm_tools/spf.yml +13 -8
  93. fm_weck/resources/fm_tools/sv-sanitizers.yml +3 -1
  94. fm_weck/resources/fm_tools/svf-svc.yml +15 -6
  95. fm_weck/resources/fm_tools/symbiotic-witch.yml +9 -5
  96. fm_weck/resources/fm_tools/symbiotic.yml +6 -2
  97. fm_weck/resources/fm_tools/testcov.yml +8 -8
  98. fm_weck/resources/fm_tools/theta.yml +8 -4
  99. fm_weck/resources/fm_tools/thorn.yml +3 -1
  100. fm_weck/resources/fm_tools/tracerx-wp.yml +11 -2
  101. fm_weck/resources/fm_tools/tracerx.yml +5 -1
  102. fm_weck/resources/fm_tools/uautomizer.yml +7 -12
  103. fm_weck/resources/fm_tools/ugemcutter.yml +8 -2
  104. fm_weck/resources/fm_tools/ukojak.yml +5 -2
  105. fm_weck/resources/fm_tools/ureferee.yml +3 -4
  106. fm_weck/resources/fm_tools/utaipan.yml +8 -2
  107. fm_weck/resources/fm_tools/utestgen.yml +11 -3
  108. fm_weck/resources/fm_tools/vercors.yml +94 -0
  109. fm_weck/resources/fm_tools/veriabs.yml +11 -9
  110. fm_weck/resources/fm_tools/veriabsl.yml +10 -8
  111. fm_weck/resources/fm_tools/verifuzz.yml +16 -266
  112. fm_weck/resources/fm_tools/verioover.yml +10 -6
  113. fm_weck/resources/fm_tools/wasp-c.yml +6 -4
  114. fm_weck/resources/fm_tools/wit4java.yml +20 -13
  115. fm_weck/resources/fm_tools/witch.yml +8 -4
  116. fm_weck/resources/fm_tools/witnesslint.yml +37 -9
  117. fm_weck/resources/fm_tools/witnessmap.yml +16 -1
  118. fm_weck/run_result.py +38 -0
  119. fm_weck/runexec_mode.py +15 -4
  120. fm_weck/serve.py +119 -22
  121. fm_weck/version_listing.py +25 -0
  122. {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/METADATA +5 -3
  123. fm_weck-1.4.7.dist-info/RECORD +154 -0
  124. {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/WHEEL +1 -1
  125. fm_weck-1.4.5.dist-info/RECORD +0 -146
  126. /fm_weck/resources/{BenchExec-3.25-py3-none-any.whl.license → BenchExec-3.27-py3-none-any.whl.license} +0 -0
  127. {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/entry_points.txt +0 -0
@@ -23,6 +23,8 @@ versions:
23
23
  doi: 10.5281/zenodo.10079740
24
24
  benchexec_toolinfo_options: []
25
25
  required_ubuntu_packages: []
26
+ full_container_images:
27
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
26
28
  - version: "svcomp23"
27
29
  url: "https://gitlab.com/sosy-lab/sv-comp/archives-2023/-/raw/svcomp23/2023/infer.zip"
28
30
  benchexec_toolinfo_options: []
@@ -31,31 +33,34 @@ versions:
31
33
  competition_participations:
32
34
  - competition: "SV-COMP 2025"
33
35
  track: "Verification"
34
- hors_concours: true
36
+ label:
37
+ - inactive
35
38
  tool_version: "svcomp24"
36
39
  jury_member:
37
40
  name: Hors Concours
38
41
  institution: --
39
42
  country: --
40
- url: null
43
+ url:
41
44
  - competition: "SV-COMP 2024"
42
45
  track: "Verification"
43
- hors_concours: true
46
+ label:
47
+ - inactive
44
48
  tool_version: "svcomp24"
45
49
  jury_member:
46
50
  name: Hors Concours
47
51
  institution: --
48
52
  country: --
49
- url: null
53
+ url:
50
54
  - competition: "SV-COMP 2023"
51
55
  track: "Verification"
52
- hors_concours: true
56
+ label:
57
+ - inactive
53
58
  tool_version: "svcomp23"
54
59
  jury_member:
55
60
  name: Hors Concours
56
61
  institution: --
57
62
  country: --
58
- url: null
63
+ url:
59
64
 
60
65
  techniques:
61
66
  - Numeric Interval Analysis
@@ -70,4 +75,4 @@ used_actors:
70
75
  description: |
71
76
  Translates from Java, C, C++ to SIL for verification.
72
77
 
73
- literature: []
78
+ literature: []
@@ -20,7 +20,7 @@ maintainers:
20
20
  versions:
21
21
  - version: "svcomp25"
22
22
  doi: 10.5281/zenodo.14205198
23
- benchexec_toolinfo_options: [ ]
23
+ benchexec_toolinfo_options: []
24
24
  required_ubuntu_packages:
25
25
  - openjdk-8-jre-headless
26
26
  - version: "svcomp23"
@@ -33,23 +33,26 @@ competition_participations:
33
33
  track: "Verification"
34
34
  tool_version: "svcomp25"
35
35
  jury_member:
36
+ orcid: 0000-0002-5071-6811
36
37
  name: Soha Hussein
37
38
  institution: Ain Shams University
38
39
  country: Egypt
39
40
  url: https://sohah.github.io/
40
41
  - competition: "SV-COMP 2024"
41
42
  track: "Verification"
42
- hors_concours: true
43
+ label:
44
+ - inactive
43
45
  tool_version: "svcomp23"
44
46
  jury_member:
45
47
  name: Hors Concours
46
48
  institution: --
47
49
  country: --
48
- url: null
50
+ url:
49
51
  - competition: "SV-COMP 2023"
50
52
  track: "Verification"
51
53
  tool_version: "svcomp23"
52
54
  jury_member:
55
+ orcid: 0000-0002-5071-6811
53
56
  name: Soha Hussein
54
57
  institution: University of Minnesota
55
58
  country: USA
@@ -33,13 +33,14 @@ versions:
33
33
  competition_participations:
34
34
  - competition: "SV-COMP 2025"
35
35
  track: "Verification"
36
- hors_concours: true
36
+ label:
37
+ - inactive
37
38
  tool_version: "svcomp24"
38
39
  jury_member:
39
40
  name: Hors Concours
40
41
  institution: --
41
42
  country: --
42
- url: null
43
+ url:
43
44
  - competition: "SV-COMP 2024"
44
45
  track: "Verification"
45
46
  tool_version: "svcomp24"
@@ -50,13 +51,14 @@ competition_participations:
50
51
  url: https://ir.linkedin.com/in/hassan-mousavi
51
52
  - competition: "SV-COMP 2023"
52
53
  track: "Verification"
53
- hors_concours: true
54
+ label:
55
+ - inactive
54
56
  tool_version: "svcomp23"
55
57
  jury_member:
56
58
  name: Hors Concours
57
59
  institution: --
58
60
  country: --
59
- url: null
61
+ url:
60
62
 
61
63
  techniques:
62
64
  - CEGAR
@@ -1,5 +1,10 @@
1
1
  id: jbmc
2
2
  name: JBMC
3
+ description: |
4
+ JBMC is an open-source SAT- and SMT-based bounded model checking tool for verifying Java bytecode.
5
+ JBMC can be used to verify or falsify functional properties and show the absence or presence of
6
+ runtime errors. JBMC relies on an operational model of the Java libraries optimized for program
7
+ analysis.
3
8
  input_languages:
4
9
  - Java
5
10
  project_url: https://github.com/diffblue/cbmc
@@ -13,7 +18,7 @@ fmtools_entry_maintainers:
13
18
  maintainers:
14
19
  - orcid: 0000-0002-5713-1381
15
20
  name: Peter Schrammel
16
- institution: Diffblue Ltd.
21
+ institution: Diffblue
17
22
  country: UK
18
23
  url: http://www.schrammel.it
19
24
 
@@ -41,7 +46,7 @@ competition_participations:
41
46
  jury_member:
42
47
  orcid: 0000-0002-5713-1381
43
48
  name: Peter Schrammel
44
- institution: Diffblue Ltd.
49
+ institution: Diffblue
45
50
  country: UK
46
51
  url: http://www.schrammel.it
47
52
  - competition: "SV-COMP 2024"
@@ -71,6 +76,7 @@ techniques:
71
76
  frameworks_solvers:
72
77
  - CProver
73
78
  - MiniSAT
79
+ - Glucose
74
80
 
75
81
  literature:
76
82
  - doi: 10.1007/978-3-319-96145-3_10
@@ -79,3 +85,6 @@ literature:
79
85
  - doi: 10.1007/978-3-030-17502-3_17
80
86
  title: "JBMC: Bounded Model Checking for Java Bytecode (Competition Contribution)"
81
87
  year: 2019
88
+ - doi: 10.48550/arXiv.2302.02381
89
+ title: "JBMC: A Bounded Model Checking Tool for Java Bytecode"
90
+ year: 2023
@@ -14,12 +14,13 @@ maintainers:
14
14
  - name: Zaiyu Cheng
15
15
  institution: University of Manchester
16
16
  country: UK
17
- url: null
17
+ orcid: 0000-0000-0000-0000
18
+ url:
18
19
 
19
20
  versions:
20
21
  - version: "svcomp24"
21
22
  doi: 10.5281/zenodo.10207438
22
- benchexec_toolinfo_options: []
23
+ benchexec_toolinfo_options: ["--witness", "${witness}"]
23
24
  required_ubuntu_packages:
24
25
  - python3-networkx
25
26
  full_container_images:
@@ -28,13 +29,14 @@ versions:
28
29
  competition_participations:
29
30
  - competition: "SV-COMP 2025"
30
31
  track: "Validation of Correctness Witnesses 1.0"
31
- hors_concours: true
32
+ label:
33
+ - inactive
32
34
  tool_version: "svcomp24"
33
35
  jury_member:
34
36
  name: Hors Concours
35
37
  institution: --
36
38
  country: --
37
- url: null
39
+ url:
38
40
  - competition: "SV-COMP 2024"
39
41
  track: "Validation of Correctness Witnesses 1.0"
40
42
  tool_version: "svcomp24"
@@ -42,9 +44,11 @@ competition_participations:
42
44
  name: Zaiyu Cheng
43
45
  institution: University of Manchester
44
46
  country: UK
45
- url: null
47
+ url:
46
48
 
47
49
  techniques:
48
50
  - Bounded Model Checking
49
51
 
50
52
  frameworks_solvers: []
53
+
54
+ literature: []
@@ -15,7 +15,7 @@ maintainers:
15
15
  - name: Malte Mues
16
16
  institution: TU Dortmund
17
17
  country: Germany
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "svcomp23"
@@ -23,35 +23,40 @@ versions:
23
23
  benchexec_toolinfo_options: []
24
24
  required_ubuntu_packages:
25
25
  - openjdk-11-jre-headless
26
+ full_container_images:
27
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
26
28
 
27
29
  competition_participations:
28
30
  - competition: "SV-COMP 2025"
29
31
  track: "Verification"
30
- hors_concours: true
32
+ label:
33
+ - inactive
31
34
  tool_version: "svcomp23"
32
35
  jury_member:
33
36
  name: Hors Concours
34
37
  institution: --
35
38
  country: --
36
- url: null
39
+ url:
37
40
  - competition: "SV-COMP 2024"
38
41
  track: "Verification"
39
- hors_concours: true
42
+ label:
43
+ - inactive
40
44
  tool_version: "svcomp23"
41
45
  jury_member:
42
46
  name: Hors Concours
43
47
  institution: --
44
48
  country: --
45
- url: null
49
+ url:
46
50
  - competition: "SV-COMP 2023"
47
51
  track: "Verification"
48
- hors_concours: true
52
+ label:
53
+ - inactive
49
54
  tool_version: "svcomp23"
50
55
  jury_member:
51
56
  name: Hors Concours
52
57
  institution: --
53
58
  country: --
54
- url: null
59
+ url:
55
60
 
56
61
  techniques:
57
62
  - Symbolic Execution
@@ -14,42 +14,47 @@ maintainers:
14
14
  - name: Hors Concours
15
15
  institution: --
16
16
  country: --
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "testcomp23"
21
21
  doi: 10.5281/zenodo.10412702
22
22
  benchexec_toolinfo_options: []
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
26
28
  - competition: "Test-Comp 2025"
27
29
  track: "Test Generation"
28
- hors_concours: true
30
+ label:
31
+ - inactive
29
32
  tool_version: "testcomp23"
30
33
  jury_member:
31
34
  name: Hors Concours
32
35
  institution: --
33
36
  country: --
34
- url: null
37
+ url:
35
38
  - competition: "Test-Comp 2024"
36
39
  track: "Test Generation"
37
- hors_concours: true
40
+ label:
41
+ - inactive
38
42
  tool_version: "testcomp23"
39
43
  jury_member:
40
44
  name: Hors Concours
41
45
  institution: --
42
46
  country: --
43
- url: null
47
+ url:
44
48
  - competition: "Test-Comp 2023"
45
49
  track: "Test Generation"
46
- hors_concours: true
50
+ label:
51
+ - inactive
47
52
  tool_version: "testcomp23"
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
  - Floating-Point Arithmetics
@@ -61,4 +66,4 @@ frameworks_solvers: []
61
66
  literature:
62
67
  - doi: 10.1007/s10009-020-00570-3
63
68
  title: "KLEE Symbolic Execution Engine in 2019"
64
- year: 2020
69
+ year: 2020
@@ -15,11 +15,11 @@ maintainers:
15
15
  orcid: 0000-0002-5907-0324
16
16
  institution: Independent Researcher
17
17
  country: Neutral
18
- url: null
18
+ url:
19
19
 
20
20
  versions:
21
21
  - version: "testcomp25"
22
- doi: "10.5281/zenodo.14188533"
22
+ doi: "10.5281/zenodo.14354572"
23
23
  benchexec_toolinfo_options: []
24
24
  required_ubuntu_packages: []
25
25
  - version: "testcomp24"
@@ -36,7 +36,7 @@ competition_participations:
36
36
  orcid: 0000-0002-5907-0324
37
37
  institution: Independent Researcher
38
38
  country: Neutral
39
- url: null
39
+ url:
40
40
  - competition: "Test-Comp 2024"
41
41
  track: "Test Generation"
42
42
  tool_version: "testcomp24"
@@ -9,6 +9,9 @@ benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw
9
9
  fmtools_format_version: "2.0"
10
10
  fmtools_entry_maintainers:
11
11
  - gernst
12
+ description: |
13
+ Korn is a software verifier for the C programming language. It translates the input program to a representation with constrained Horn clauses (CHCs) and uses off-the-shelf solvers to find loop invariants and function summaries.
14
+
12
15
 
13
16
  maintainers:
14
17
  - name: Gidon Ernst
@@ -62,9 +65,16 @@ techniques:
62
65
  - Predicate Abstraction
63
66
  - Symbolic Execution
64
67
  - Explicit-Value Analysis
68
+ - CEGAR
65
69
  - Portfolio
66
70
 
67
71
  frameworks_solvers:
68
72
  - Z3
73
+ - Eldarica
74
+ - Golem
75
+
76
+ literature:
77
+ - doi: 10.1007/978-3-031-30820-8_36
78
+ title: "Korn—Software Verification with Horn Clauses (Competition Contribution)"
79
+ year: 2023
69
80
 
70
- literature: []
@@ -14,7 +14,7 @@ maintainers:
14
14
  - name: Omar Inverso
15
15
  institution: Gran Sasso Science Institute
16
16
  country: Italy
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
@@ -28,31 +28,34 @@ versions:
28
28
  competition_participations:
29
29
  - competition: "SV-COMP 2025"
30
30
  track: "Verification"
31
- hors_concours: true
31
+ label:
32
+ - inactive
32
33
  tool_version: "svcomp23"
33
34
  jury_member:
34
35
  name: Hors Concours
35
36
  institution: --
36
37
  country: --
37
- url: null
38
+ url:
38
39
  - competition: "SV-COMP 2024"
39
40
  track: "Verification"
40
- hors_concours: true
41
+ label:
42
+ - inactive
41
43
  tool_version: "svcomp23"
42
44
  jury_member:
43
45
  name: Hors Concours
44
46
  institution: --
45
47
  country: --
46
- url: null
48
+ url:
47
49
  - competition: "SV-COMP 2023"
48
50
  track: "Verification"
49
- hors_concours: true
51
+ label:
52
+ - inactive
50
53
  tool_version: "svcomp23"
51
54
  jury_member:
52
55
  name: Hors Concours
53
56
  institution: --
54
57
  country: --
55
- url: null
58
+ url:
56
59
 
57
60
  techniques:
58
61
  - Bounded Model Checking
@@ -5,7 +5,7 @@ input_languages:
5
5
  project_url: https://github.com/gernst/legion-symcc
6
6
  repository_url: https://github.com/gernst/legion-symcc
7
7
  spdx_license_identifier: MIT
8
- benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/legion.py"
8
+ benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/legion-symcc.py"
9
9
  fmtools_format_version: "2.0"
10
10
  fmtools_entry_maintainers:
11
11
  - gernst
@@ -21,26 +21,20 @@ versions:
21
21
  doi: 10.5281/zenodo.10412853
22
22
  benchexec_toolinfo_options: ['-a', 'True', '-q', '-b', './binary']
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
26
- - competition: "Test-Comp 2025"
27
- track: "Test Generation"
28
- hors_concours: true
29
- tool_version: "testcomp23"
30
- jury_member:
31
- name: Hors Concours
32
- institution: --
33
- country: --
34
- url: null
35
28
  - competition: "Test-Comp 2024"
36
29
  track: "Test Generation"
37
- hors_concours: true
30
+ label:
31
+ - inactive
38
32
  tool_version: "testcomp23"
39
33
  jury_member:
40
34
  name: Hors Concours
41
35
  institution: --
42
36
  country: --
43
- url: null
37
+ url:
44
38
  - competition: "Test-Comp 2023"
45
39
  track: "Test Generation"
46
40
  tool_version: "testcomp23"
@@ -14,42 +14,37 @@ maintainers:
14
14
  - name: Hors Concours
15
15
  institution: --
16
16
  country: --
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "testcomp23"
21
21
  doi: 10.5281/zenodo.10412740
22
22
  benchexec_toolinfo_options: ["--score", "uct", "--core", "8", "--tree-depth-limit", "100000", "--conex-timeout", "0", "--symex-timeout", "0", "--min-samples", "1", "--save-tests", "REDUCED", "--persistent", "--time-penalty", "0", "--random-seed", "0", "-o", "./binary.instr", "--compile", "svcomp"]
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
24
26
 
25
27
  competition_participations:
26
- - competition: "Test-Comp 2025"
27
- track: "Test Generation"
28
- hors_concours: true
29
- tool_version: "testcomp23"
30
- jury_member:
31
- name: Hors Concours
32
- institution: --
33
- country: --
34
- url: null
35
28
  - competition: "Test-Comp 2024"
36
29
  track: "Test Generation"
37
- hors_concours: true
30
+ label:
31
+ - inactive
38
32
  tool_version: "testcomp23"
39
33
  jury_member:
40
34
  name: Hors Concours
41
35
  institution: --
42
36
  country: --
43
- url: null
37
+ url:
44
38
  - competition: "Test-Comp 2023"
45
39
  track: "Test Generation"
46
- hors_concours: true
40
+ label:
41
+ - inactive
47
42
  tool_version: "testcomp23"
48
43
  jury_member:
49
44
  name: Hors Concours
50
45
  institution: --
51
46
  country: --
52
- url: null
47
+ url:
53
48
 
54
49
  techniques:
55
50
  - Explicit-Value Analysis
@@ -14,7 +14,7 @@ maintainers:
14
14
  - name: Tong Wu
15
15
  institution: University of Manchester
16
16
  country: UK
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
@@ -22,26 +22,30 @@ versions:
22
22
  benchexec_toolinfo_options: ['--concurrencyFlagPredictor', 'DT2.sav']
23
23
  required_ubuntu_packages:
24
24
  - clang
25
+ full_container_images:
26
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
25
27
 
26
28
  competition_participations:
27
29
  - competition: "SV-COMP 2025"
28
30
  track: "Verification"
29
- hors_concours: true
31
+ label:
32
+ - inactive
30
33
  tool_version: "svcomp23"
31
34
  jury_member:
32
35
  name: Hors Concours
33
36
  institution: --
34
37
  country: --
35
- url: null
38
+ url:
36
39
  - competition: "SV-COMP 2024"
37
40
  track: "Verification"
38
- hors_concours: true
41
+ label:
42
+ - inactive
39
43
  tool_version: "svcomp23"
40
44
  jury_member:
41
45
  name: Hors Concours
42
46
  institution: --
43
47
  country: --
44
- url: null
48
+ url:
45
49
  - competition: "SV-COMP 2023"
46
50
  track: "Verification"
47
51
  tool_version: "svcomp23"
@@ -49,7 +53,7 @@ competition_participations:
49
53
  name: Tong Wu
50
54
  institution: University of Manchester
51
55
  country: UK
52
- url: null
56
+ url:
53
57
 
54
58
  techniques: []
55
59
 
@@ -1,5 +1,12 @@
1
1
  id: liv
2
2
  name: LIV
3
+ description: |
4
+ LIV is a witness validator that
5
+ splits the input program into straight-line programs
6
+ based on the rules of hoare logic.
7
+ It tries to prove or refute the invariants provided
8
+ in the input correctness witnesses
9
+ based on the straight-line programs.
3
10
  input_languages:
4
11
  - C
5
12
  project_url: https://gitlab.com/sosy-lab/software/liv
@@ -10,9 +17,14 @@ fmtools_format_version: "2.0"
10
17
  fmtools_entry_maintainers:
11
18
  - Marianl
12
19
  - dbeyer
13
- - PhilippWendler
20
+ - PhilippWendler
14
21
 
15
22
  maintainers:
23
+ - orcid: 0000-0003-4832-7662
24
+ name: Dirk Beyer
25
+ institution: LMU Munich
26
+ country: Germany
27
+ url: https://www.sosy-lab.org/people/dbeyer/
16
28
  - orcid: 0000-0002-8172-3184
17
29
  name: Marian Lingsch-Rosenfeld
18
30
  institution: LMU Munich
@@ -21,8 +33,8 @@ maintainers:
21
33
 
22
34
  versions:
23
35
  - version: "svcomp25"
24
- doi: "10.5281/zenodo.14210280"
25
- benchexec_toolinfo_options: ['--verifier', 'actors/cbmc.yml', '--verifierversion', 'default', '--cache-dir', 'lib/cvt_cache', '--no-cache-update', '--all-possible-invariant-locations', '--fuzzy-invariant-locations', '1', "--non-strict", '--prep-cgroup', '--debug']
36
+ doi: "10.5281/zenodo.14334835"
37
+ benchexec_toolinfo_options: ['--witness', '${witness}', '--verifier', 'actors/cbmc.yml', '--verifierversion', 'default', '--cache-dir', 'lib/cvt_cache', '--no-cache-update', '--all-possible-invariant-locations', '--fuzzy-invariant-locations', '1', "--non-strict", '--prep-cgroup', '--debug']
26
38
  required_ubuntu_packages:
27
39
  - python3-requests
28
40
  - python3-pycparser
@@ -78,4 +90,7 @@ used_actors:
78
90
  description: |
79
91
  Annotates assumes and assertions into straight-line programs for witness validation.
80
92
 
81
- literature: []
93
+ literature:
94
+ - doi: 10.1109/ASE56229.2023.00214
95
+ title: "LIV: Invariant Validation using Straight-Line Programs"
96
+ year: 2023
@@ -14,33 +14,37 @@ maintainers:
14
14
  - name: Vesal Vojdani
15
15
  institution: University of Tartu
16
16
  country: Estonia
17
- url: null
17
+ url:
18
18
 
19
19
  versions:
20
20
  - version: "svcomp23"
21
21
  doi: 10.5281/zenodo.10407379
22
22
  benchexec_toolinfo_options: []
23
23
  required_ubuntu_packages: []
24
+ full_container_images:
25
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2023
24
26
 
25
27
  competition_participations:
26
28
  - competition: "SV-COMP 2025"
27
29
  track: "Verification"
28
- hors_concours: true
30
+ label:
31
+ - inactive
29
32
  tool_version: "svcomp23"
30
33
  jury_member:
31
34
  name: Hors Concours
32
35
  institution: --
33
36
  country: --
34
- url: null
37
+ url:
35
38
  - competition: "SV-COMP 2024"
36
39
  track: "Verification"
37
- hors_concours: true
40
+ label:
41
+ - inactive
38
42
  tool_version: "svcomp23"
39
43
  jury_member:
40
44
  name: Hors Concours
41
45
  institution: --
42
46
  country: --
43
- url: null
47
+ url:
44
48
  - competition: "SV-COMP 2023"
45
49
  track: "Verification"
46
50
  tool_version: "svcomp23"
@@ -48,7 +52,7 @@ competition_participations:
48
52
  name: Vesal Vojdani
49
53
  institution: University of Tartu
50
54
  country: Estonia
51
- url: null
55
+ url:
52
56
 
53
57
  techniques:
54
58
  - Concurrency Support