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.
- fm_weck/__init__.py +1 -1
- fm_weck/__main__.py +1 -0
- fm_weck/cache_mgr.py +47 -0
- fm_weck/cli.py +136 -27
- fm_weck/config.py +31 -17
- fm_weck/engine.py +110 -32
- fm_weck/exceptions.py +1 -0
- fm_weck/image_mgr.py +5 -4
- fm_weck/resources/{BenchExec-3.25-py3-none-any.whl → BenchExec-3.27-py3-none-any.whl} +0 -0
- fm_weck/resources/__init__.py +14 -12
- fm_weck/resources/fm_tools/2ls.yml +32 -7
- fm_weck/resources/fm_tools/aise.yml +6 -1
- fm_weck/resources/fm_tools/aprove.yml +73 -72
- fm_weck/resources/fm_tools/blast.yml +58 -0
- fm_weck/resources/fm_tools/brick.yml +4 -4
- fm_weck/resources/fm_tools/bubaak-split.yml +3 -3
- fm_weck/resources/fm_tools/bubaak.yml +4 -4
- fm_weck/resources/fm_tools/cadp.yml +95 -0
- fm_weck/resources/fm_tools/cbmc.yml +8 -4
- fm_weck/resources/fm_tools/cetfuzz.yml +4 -3
- fm_weck/resources/fm_tools/coastal.yml +13 -8
- fm_weck/resources/fm_tools/concurrentwitness2test.yml +4 -1
- fm_weck/resources/fm_tools/cooperace.yml +7 -6
- fm_weck/resources/fm_tools/coveriteam-verifier-algo-selection.yml +9 -20
- fm_weck/resources/fm_tools/coveriteam-verifier-parallel-portfolio.yml +9 -20
- fm_weck/resources/fm_tools/coveritest.yml +27 -6
- fm_weck/resources/fm_tools/cpa-bam-bnb.yml +13 -9
- fm_weck/resources/fm_tools/cpa-bam-smg.yml +12 -7
- fm_weck/resources/fm_tools/cpa-lockator.yml +13 -9
- fm_weck/resources/fm_tools/cpa-witness2test.yml +13 -3
- fm_weck/resources/fm_tools/cpachecker.yml +3 -3
- fm_weck/resources/fm_tools/cpv.yml +2 -0
- fm_weck/resources/fm_tools/crux.yml +20 -8
- fm_weck/resources/fm_tools/cseq.yml +9 -4
- fm_weck/resources/fm_tools/dartagnan.yml +12 -1
- fm_weck/resources/fm_tools/deagle.yml +5 -0
- fm_weck/resources/fm_tools/divine.yml +20 -11
- fm_weck/resources/fm_tools/ebf.yml +8 -5
- fm_weck/resources/fm_tools/emergentheta.yml +9 -2
- fm_weck/resources/fm_tools/esbmc-incr.yml +13 -10
- fm_weck/resources/fm_tools/esbmc-kind.yml +12 -11
- fm_weck/resources/fm_tools/fdse.yml +1 -1
- fm_weck/resources/fm_tools/fizzer.yml +15 -24
- fm_weck/resources/fm_tools/frama-c-sv.yml +3 -2
- fm_weck/resources/fm_tools/fshell-witness2test.yml +9 -6
- fm_weck/resources/fm_tools/fusebmc-ia.yml +6 -3
- fm_weck/resources/fm_tools/fusebmc.yml +26 -6
- fm_weck/resources/fm_tools/gazer-theta.yml +10 -7
- fm_weck/resources/fm_tools/gdart-llvm.yml +8 -4
- fm_weck/resources/fm_tools/gdart.yml +3 -0
- fm_weck/resources/fm_tools/goblint.yml +7 -2
- fm_weck/resources/fm_tools/graves-par.yml +9 -14
- fm_weck/resources/fm_tools/graves.yml +10 -4
- fm_weck/resources/fm_tools/gwit.yml +10 -4
- fm_weck/resources/fm_tools/hornix.yml +12 -7
- fm_weck/resources/fm_tools/hybridtiger.yml +13 -8
- fm_weck/resources/fm_tools/infer.yml +12 -7
- fm_weck/resources/fm_tools/java-ranger.yml +6 -3
- fm_weck/resources/fm_tools/jayhorn.yml +6 -4
- fm_weck/resources/fm_tools/jbmc.yml +11 -2
- fm_weck/resources/fm_tools/jcwit.yml +9 -5
- fm_weck/resources/fm_tools/jdart.yml +12 -7
- fm_weck/resources/fm_tools/klee.yml +13 -8
- fm_weck/resources/fm_tools/kleef.yml +3 -3
- fm_weck/resources/fm_tools/korn.yml +11 -1
- fm_weck/resources/fm_tools/lazycseq.yml +10 -7
- fm_weck/resources/fm_tools/legion-symcc.yml +6 -12
- fm_weck/resources/fm_tools/legion.yml +9 -14
- fm_weck/resources/fm_tools/lf-checker.yml +10 -6
- fm_weck/resources/fm_tools/liv.yml +19 -4
- fm_weck/resources/fm_tools/locksmith.yml +10 -6
- fm_weck/resources/fm_tools/ltsmin.yml +40 -0
- fm_weck/resources/fm_tools/metaval++.yml +19 -3
- fm_weck/resources/fm_tools/metaval.yml +21 -3
- fm_weck/resources/fm_tools/mlb.yml +5 -5
- fm_weck/resources/fm_tools/mopsa.yml +9 -7
- fm_weck/resources/fm_tools/nacpa.yml +7 -1
- fm_weck/resources/fm_tools/nitwit.yml +5 -3
- fm_weck/resources/fm_tools/owic.yml +4 -3
- fm_weck/resources/fm_tools/pesco.yml +10 -4
- fm_weck/resources/fm_tools/pichecker.yml +10 -6
- fm_weck/resources/fm_tools/pinaka.yml +13 -8
- fm_weck/resources/fm_tools/predatorhp.yml +6 -4
- fm_weck/resources/fm_tools/prism.yml +67 -0
- fm_weck/resources/fm_tools/proton.yml +6 -6
- fm_weck/resources/fm_tools/prtest.yml +22 -6
- fm_weck/resources/fm_tools/racerf.yml +14 -5
- fm_weck/resources/fm_tools/relay-sv.yml +8 -13
- fm_weck/resources/fm_tools/rizzer.yml +8 -12
- fm_weck/resources/fm_tools/schema.yml +56 -3
- fm_weck/resources/fm_tools/sikraken.yml +3 -3
- fm_weck/resources/fm_tools/spf.yml +13 -8
- fm_weck/resources/fm_tools/sv-sanitizers.yml +3 -1
- fm_weck/resources/fm_tools/svf-svc.yml +15 -6
- fm_weck/resources/fm_tools/symbiotic-witch.yml +9 -5
- fm_weck/resources/fm_tools/symbiotic.yml +6 -2
- fm_weck/resources/fm_tools/testcov.yml +8 -8
- fm_weck/resources/fm_tools/theta.yml +8 -4
- fm_weck/resources/fm_tools/thorn.yml +3 -1
- fm_weck/resources/fm_tools/tracerx-wp.yml +11 -2
- fm_weck/resources/fm_tools/tracerx.yml +5 -1
- fm_weck/resources/fm_tools/uautomizer.yml +7 -12
- fm_weck/resources/fm_tools/ugemcutter.yml +8 -2
- fm_weck/resources/fm_tools/ukojak.yml +5 -2
- fm_weck/resources/fm_tools/ureferee.yml +3 -4
- fm_weck/resources/fm_tools/utaipan.yml +8 -2
- fm_weck/resources/fm_tools/utestgen.yml +11 -3
- fm_weck/resources/fm_tools/vercors.yml +94 -0
- fm_weck/resources/fm_tools/veriabs.yml +11 -9
- fm_weck/resources/fm_tools/veriabsl.yml +10 -8
- fm_weck/resources/fm_tools/verifuzz.yml +16 -266
- fm_weck/resources/fm_tools/verioover.yml +10 -6
- fm_weck/resources/fm_tools/wasp-c.yml +6 -4
- fm_weck/resources/fm_tools/wit4java.yml +20 -13
- fm_weck/resources/fm_tools/witch.yml +8 -4
- fm_weck/resources/fm_tools/witnesslint.yml +37 -9
- fm_weck/resources/fm_tools/witnessmap.yml +16 -1
- fm_weck/run_result.py +38 -0
- fm_weck/runexec_mode.py +15 -4
- fm_weck/serve.py +119 -22
- fm_weck/version_listing.py +25 -0
- {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/METADATA +5 -3
- fm_weck-1.4.7.dist-info/RECORD +154 -0
- {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/WHEEL +1 -1
- fm_weck-1.4.5.dist-info/RECORD +0 -146
- /fm_weck/resources/{BenchExec-3.25-py3-none-any.whl.license → BenchExec-3.27-py3-none-any.whl.license} +0 -0
- {fm_weck-1.4.5.dist-info → fm_weck-1.4.7.dist-info}/entry_points.txt +0 -0
|
@@ -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:
|
|
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:
|
|
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.
|
|
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:
|
|
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
|
-
-
|
|
14
|
+
- orcid: 0000-0003-4336-7980
|
|
15
|
+
name: Vesal Vojdani
|
|
15
16
|
institution: University of Tartu
|
|
16
17
|
country: Estonia
|
|
17
|
-
url:
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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
|
-
|
|
536
|
-
|
|
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.
|
|
22
|
+
- version: "1.0.8"
|
|
23
23
|
benchexec_toolinfo_options: ["release", "budget[900]"]
|
|
24
24
|
required_ubuntu_packages: []
|
|
25
|
-
doi: "10.5281/zenodo.
|
|
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.
|
|
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:
|
|
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
|
-
|
|
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:
|
|
37
|
+
url:
|
|
35
38
|
- competition: "SV-COMP 2024"
|
|
36
39
|
track: "Verification"
|
|
37
|
-
|
|
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:
|
|
47
|
+
url:
|
|
44
48
|
- competition: "SV-COMP 2023"
|
|
45
49
|
track: "Verification"
|
|
46
|
-
|
|
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:
|
|
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,7 @@
|
|
|
1
1
|
id: sv-sanitizers
|
|
2
|
-
name:
|
|
2
|
+
name: SV-sanitizers
|
|
3
|
+
description: |
|
|
4
|
+
SV-COMP wrapper for sanitizers (ThreadSanitizer, AddressSanitizer, LeakSanitizer, UndefinedBehaviorSanitizer).
|
|
3
5
|
input_languages:
|
|
4
6
|
- C
|
|
5
7
|
project_url: https://github.com/sim642/sv-sanitizers
|
|
@@ -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:
|
|
19
|
-
- orcid:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
118
|
+
url:
|
|
115
119
|
|
|
116
120
|
techniques:
|
|
117
121
|
- Symbolic Execution
|
|
@@ -25,8 +25,8 @@ maintainers:
|
|
|
25
25
|
url: https://www.sosy-lab.org/people/lemberger/
|
|
26
26
|
versions:
|
|
27
27
|
- version: "testcomp25-clang-formatted"
|
|
28
|
-
doi: 10.5281/zenodo.
|
|
29
|
-
benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--format', '--verbose', '--no-plots', '--prep-cgroup', '--compiler', 'clang', '--cov-tool', 'llvm-cov', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
|
|
28
|
+
doi: 10.5281/zenodo.14544775
|
|
29
|
+
benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--format', '--verbose', '--no-plots', '--prep-cgroup', '--disable-info-files', '--compiler', 'clang', '--cov-tool', 'llvm-cov', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
|
|
30
30
|
required_ubuntu_packages:
|
|
31
31
|
- clang
|
|
32
32
|
- clang-format
|
|
@@ -35,8 +35,8 @@ versions:
|
|
|
35
35
|
- lcov
|
|
36
36
|
- gcc
|
|
37
37
|
- version: "testcomp25-clang-unformatted"
|
|
38
|
-
doi: 10.5281/zenodo.
|
|
39
|
-
benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--verbose', '--no-plots', '--prep-cgroup', '--compiler', 'clang', '--cov-tool', 'llvm-cov', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
|
|
38
|
+
doi: 10.5281/zenodo.14544775
|
|
39
|
+
benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--verbose', '--no-plots', '--prep-cgroup', '--disable-info-files', '--compiler', 'clang', '--cov-tool', 'llvm-cov', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
|
|
40
40
|
required_ubuntu_packages:
|
|
41
41
|
- clang
|
|
42
42
|
- clang-format
|
|
@@ -45,8 +45,8 @@ versions:
|
|
|
45
45
|
- lcov
|
|
46
46
|
- gcc
|
|
47
47
|
- version: "testcomp25-gcc-formatted"
|
|
48
|
-
doi: 10.5281/zenodo.
|
|
49
|
-
benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--format', '--verbose', '--no-plots', '--prep-cgroup', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
|
|
48
|
+
doi: 10.5281/zenodo.14544775
|
|
49
|
+
benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--format', '--verbose', '--no-plots', '--prep-cgroup', '--disable-info-files', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
|
|
50
50
|
required_ubuntu_packages:
|
|
51
51
|
- clang
|
|
52
52
|
- clang-format
|
|
@@ -55,8 +55,8 @@ versions:
|
|
|
55
55
|
- lcov
|
|
56
56
|
- gcc
|
|
57
57
|
- version: "testcomp25-gcc-unformatted"
|
|
58
|
-
doi: 10.5281/zenodo.
|
|
59
|
-
benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--verbose', '--no-plots', '--prep-cgroup', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
|
|
58
|
+
doi: 10.5281/zenodo.14544775
|
|
59
|
+
benchexec_toolinfo_options: ['--memlimit', '6GB', '--timelimit-per-run', '50', '--verbose', '--no-plots', '--prep-cgroup', '--disable-info-files', '--reduction', 'BY_ORDER', '--reduction-output', 'test-suite']
|
|
60
60
|
required_ubuntu_packages:
|
|
61
61
|
- clang
|
|
62
62
|
- clang-format
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
id: theta
|
|
2
2
|
name: Theta
|
|
3
|
+
description: |
|
|
4
|
+
Theta is a model checking framework, with a strong emphasis on effectively handling concurrency in software using abstraction refinement algorithms.
|
|
5
|
+
We utilize our portfolio with dynamic algorithm selection to guide configuration synthesis and ordering, thus providing an automatic, adaptive verification solution.
|
|
3
6
|
input_languages:
|
|
4
7
|
- C
|
|
5
8
|
project_url: https://github.com/ftsrg/theta
|
|
@@ -20,16 +23,14 @@ maintainers:
|
|
|
20
23
|
versions:
|
|
21
24
|
- version: "svcomp25"
|
|
22
25
|
doi: 10.5281/zenodo.14194483
|
|
23
|
-
benchexec_toolinfo_options:
|
|
24
|
-
["--svcomp", "--portfolio", "STABLE", "--loglevel", "RESULT"]
|
|
26
|
+
benchexec_toolinfo_options: ["--svcomp", "--portfolio", "STABLE", "--loglevel", "RESULT"]
|
|
25
27
|
required_ubuntu_packages:
|
|
26
28
|
- openjdk-17-jre-headless
|
|
27
29
|
- libgomp1
|
|
28
30
|
- libmpfr6
|
|
29
31
|
- version: "svcomp24"
|
|
30
32
|
doi: 10.5281/zenodo.10202679
|
|
31
|
-
benchexec_toolinfo_options:
|
|
32
|
-
["--witness-only", "--portfolio", "COMPLEX", "--loglevel", "RESULT"]
|
|
33
|
+
benchexec_toolinfo_options: ["--witness-only", "--portfolio", "COMPLEX", "--loglevel", "RESULT"]
|
|
33
34
|
required_ubuntu_packages:
|
|
34
35
|
- openjdk-17-jre-headless
|
|
35
36
|
- libgomp1
|
|
@@ -72,6 +73,7 @@ competition_participations:
|
|
|
72
73
|
techniques:
|
|
73
74
|
- CEGAR
|
|
74
75
|
- Predicate Abstraction
|
|
76
|
+
- Bounded Model Checking
|
|
75
77
|
- Explicit-Value Analysis
|
|
76
78
|
- Bit-Precise Analysis
|
|
77
79
|
- ARG-Based Analysis
|
|
@@ -79,6 +81,8 @@ techniques:
|
|
|
79
81
|
- Concurrency Support
|
|
80
82
|
- Algorithm Selection
|
|
81
83
|
- Portfolio
|
|
84
|
+
- Task Translation
|
|
85
|
+
- Floating-Point Arithmetics
|
|
82
86
|
|
|
83
87
|
frameworks_solvers: []
|
|
84
88
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
id: thorn
|
|
2
2
|
name: Thorn
|
|
3
|
+
description: |
|
|
4
|
+
Thorn is a variant of Theta, utilizing CHC solvers as backends instead of the conventional model checking algorithms of Theta.
|
|
3
5
|
input_languages:
|
|
4
6
|
- C
|
|
5
7
|
project_url: https://github.com/ftsrg/theta
|
|
@@ -44,4 +46,4 @@ techniques:
|
|
|
44
46
|
|
|
45
47
|
frameworks_solvers: []
|
|
46
48
|
|
|
47
|
-
literature: []
|
|
49
|
+
literature: []
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
id: tracerx-wp
|
|
2
2
|
name: TracerX-WP
|
|
3
|
+
description: |
|
|
4
|
+
TracerX-WP is a dynamic symbolic execution engine
|
|
5
|
+
that employs abstraction learning to prune subtrees
|
|
6
|
+
which are not necessary for traversal, based on their
|
|
7
|
+
similarity to previously explored paths. It leverages
|
|
8
|
+
Weakest Precondition interpolation to represent the
|
|
9
|
+
learned abstractions effectively.
|
|
10
|
+
|
|
3
11
|
input_languages:
|
|
4
12
|
- C
|
|
5
13
|
project_url: https://tracer-x.github.io/
|
|
@@ -21,7 +29,7 @@ maintainers:
|
|
|
21
29
|
|
|
22
30
|
versions:
|
|
23
31
|
- version: "testcomp25"
|
|
24
|
-
doi: "10.5281/zenodo.
|
|
32
|
+
doi: "10.5281/zenodo.14349699"
|
|
25
33
|
benchexec_toolinfo_options: []
|
|
26
34
|
required_ubuntu_packages: []
|
|
27
35
|
- version: "testcomp24"
|
|
@@ -50,7 +58,8 @@ competition_participations:
|
|
|
50
58
|
techniques:
|
|
51
59
|
- Interpolation
|
|
52
60
|
|
|
53
|
-
frameworks_solvers:
|
|
61
|
+
frameworks_solvers:
|
|
62
|
+
- Z3
|
|
54
63
|
|
|
55
64
|
literature:
|
|
56
65
|
- doi: 10.1007/978-3-031-57259-3_19
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
id: tracerx
|
|
2
2
|
name: TracerX
|
|
3
|
+
description: |
|
|
4
|
+
TracerX is a dynamic symbolic executor that uses interpolation to prune
|
|
5
|
+
subtrees whose traversal is no longer necessary due to their similarity with previously visited paths.
|
|
6
|
+
|
|
3
7
|
input_languages:
|
|
4
8
|
- C
|
|
5
9
|
project_url: https://tracer-x.github.io/
|
|
@@ -21,7 +25,7 @@ maintainers:
|
|
|
21
25
|
|
|
22
26
|
versions:
|
|
23
27
|
- version: "testcomp25"
|
|
24
|
-
doi: 10.5281/zenodo.
|
|
28
|
+
doi: 10.5281/zenodo.14349664
|
|
25
29
|
benchexec_toolinfo_options: []
|
|
26
30
|
required_ubuntu_packages: []
|
|
27
31
|
- version: "testcomp24"
|