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
fm_weck/__init__.py CHANGED
@@ -8,4 +8,4 @@
8
8
  from .config import Config # noqa: F401
9
9
  from .image_mgr import ImageMgr # noqa: F401
10
10
 
11
- __version__ = "1.4.0"
11
+ __version__ = "1.4.2"
fm_weck/cli.py CHANGED
@@ -202,10 +202,17 @@ def parse(raw_args: list[str]) -> Tuple[Callable[[], None], Namespace]:
202
202
  shell.set_defaults(main=main_shell)
203
203
 
204
204
  install = subparsers.add_parser("install", aliases=["i"], help="Download and unpack a TOOL for later use.")
205
+ install.add_argument(
206
+ "-d", "--destination", action="store", help="The destination directory.", default=None, type=Path
207
+ )
205
208
  add_tool_arg(install, nargs="+")
206
209
  install.set_defaults(main=main_install)
207
210
 
208
- runexec = subparsers.add_parser("runexec", help="Run runexec on a command inside a container.")
211
+ runexec = subparsers.add_parser(
212
+ "runexec",
213
+ help="Run runexec on a command inside a container.",
214
+ allow_abbrev=False,
215
+ )
209
216
  runexec.add_argument(
210
217
  "--image",
211
218
  dest="use_image",
@@ -374,6 +381,9 @@ def main_manual(args: argparse.Namespace):
374
381
  def main_install(args: argparse.Namespace):
375
382
  from .serve import setup_fm_tool
376
383
 
384
+ if args.destination:
385
+ Config()._config["defaults"]["cache_location"] = args.destination.resolve()
386
+
377
387
  for tool in args.TOOL:
378
388
  try:
379
389
  fm_data = resolve_tool(tool)
fm_weck/engine.py CHANGED
@@ -44,6 +44,7 @@ RESERVED_LOCATIONS = frozenset([CACHE_MOUNT_LOCATION, CWD_MOUNT_LOCATION, OUTPUT
44
44
  class Engine(ABC):
45
45
  interactive: bool = False
46
46
  add_benchexec_capabilities: bool = False
47
+ add_mounting_capabilities: bool = True
47
48
  image: Optional[str] = None
48
49
  dry_run: bool = False
49
50
 
@@ -112,8 +113,6 @@ class Engine(ABC):
112
113
  return [
113
114
  "--entrypoint",
114
115
  '[""]',
115
- "--cap-add",
116
- "SYS_ADMIN",
117
116
  "-v",
118
117
  f"{Path.cwd().absolute()}:{CWD_MOUNT_LOCATION}",
119
118
  "-v",
@@ -125,6 +124,12 @@ class Engine(ABC):
125
124
  "--rm",
126
125
  ]
127
126
 
127
+ def mounting_capabilities(self):
128
+ return [
129
+ "--cap-add",
130
+ "SYS_ADMIN",
131
+ ]
132
+
128
133
  def _move_output(self):
129
134
  if not self.output_dir.exists():
130
135
  self.output_dir.mkdir()
@@ -139,6 +144,9 @@ class Engine(ABC):
139
144
  if self.add_benchexec_capabilities:
140
145
  base += self.benchexec_capabilities()
141
146
 
147
+ if self.add_mounting_capabilities:
148
+ base += self.mounting_capabilities()
149
+
142
150
  base += self.setup_command()
143
151
  base += self.add_environment()
144
152
 
@@ -342,17 +350,17 @@ class Podman(Engine):
342
350
 
343
351
  def benchexec_capabilities(self):
344
352
  return [
345
- "--annotation",
346
- "run.oci.keep_original_groups=1",
347
- # "--cgroups=split",
353
+ # "--annotation",
354
+ # "run.oci.keep_original_groups=1",
355
+ "--cgroups=split",
348
356
  "--security-opt",
349
357
  "unmask=/sys/fs/cgroup",
350
358
  "--security-opt",
351
359
  "unmask=/proc/*",
352
360
  "--security-opt",
353
361
  "seccomp=unconfined",
354
- "-v",
355
- "/sys/fs/cgroup:/sys/fs/cgroup:rw",
362
+ # "-v",
363
+ # "/sys/fs/cgroup:/sys/fs/cgroup:rw",
356
364
  ]
357
365
 
358
366
 
@@ -396,8 +404,6 @@ class Docker(Engine):
396
404
  return [
397
405
  "--entrypoint",
398
406
  "/bin/sh",
399
- "--cap-add",
400
- "SYS_ADMIN",
401
407
  "-v",
402
408
  f"{Path.cwd().absolute()}:{CWD_MOUNT_LOCATION}",
403
409
  "-v",
@@ -9,6 +9,7 @@ fmtools_format_version: "2.0"
9
9
  fmtools_entry_maintainers:
10
10
  - viktor.malik
11
11
  - FrNecas
12
+ - peterschrammel
12
13
 
13
14
  maintainers:
14
15
  - orcid: 0000-0002-0608-0748
@@ -18,6 +19,10 @@ maintainers:
18
19
  url: https://www.fit.vut.cz/person/imalik/.en
19
20
 
20
21
  versions:
22
+ - version: "svcomp25"
23
+ doi: "10.5281/zenodo.10184626"
24
+ benchexec_toolinfo_options: ['--graphml-witness', 'witness.graphml']
25
+ required_ubuntu_packages: []
21
26
  - version: "svcomp24"
22
27
  doi: "10.5281/zenodo.10184626"
23
28
  benchexec_toolinfo_options: ['--graphml-witness', 'witness.graphml']
@@ -28,6 +33,15 @@ versions:
28
33
  required_ubuntu_packages: []
29
34
 
30
35
  competition_participations:
36
+ - competition: "SV-COMP 2025"
37
+ track: "Verification"
38
+ tool_version: "svcomp25"
39
+ jury_member:
40
+ orcid: 0000-0002-0608-0748
41
+ name: Viktor Malík
42
+ institution: Brno University of Technology
43
+ country: Czechia
44
+ url: https://www.fit.vut.cz/person/imalik/.en
31
45
  - competition: "SV-COMP 2024"
32
46
  track: "Verification"
33
47
  tool_version: "svcomp24"
@@ -1,13 +1,13 @@
1
1
  name: aise
2
2
  input_languages:
3
3
  - C
4
- project_url: https://github.com/ZhenWang233/AISE
5
- repository_url: https://github.com/ZhenWang233/AISE
4
+ project_url: https://github.com/zbchen/aise-verifier
5
+ repository_url: https://github.com/zbchen/aise-verifier
6
6
  spdx_license_identifier: GPL-3.0-or-later
7
7
  benchexec_toolinfo_module: "https://gitlab.com/sosy-lab/software/benchexec/-/raw/main/benchexec/tools/aise.py"
8
8
  fmtools_format_version: "2.0"
9
9
  fmtools_entry_maintainers:
10
- - ZhenWang233
10
+ - liar1007
11
11
 
12
12
  maintainers:
13
13
  - orcid: 0000-0002-4066-7892
@@ -17,12 +17,25 @@ maintainers:
17
17
  url: https://zbchen.github.io/
18
18
 
19
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: "10.5281/zenodo.14183670"
22
+ benchexec_toolinfo_options: []
23
+ required_ubuntu_packages: []
20
24
  - version: "svcomp24"
21
25
  doi: "10.5281/zenodo.10201159"
22
26
  benchexec_toolinfo_options: []
23
27
  required_ubuntu_packages: []
24
28
 
25
29
  competition_participations:
30
+ - competition: "SV-COMP 2025"
31
+ track: "Verification"
32
+ tool_version: "svcomp25"
33
+ jury_member:
34
+ orcid: 0000-0002-4066-7892
35
+ name: Zhenbang Chen
36
+ institution: National University of Defense Technology
37
+ country: China
38
+ url: https://zbchen.github.io/
26
39
  - competition: "SV-COMP 2024"
27
40
  track: "Verification"
28
41
  tool_version: "svcomp24"
@@ -1,48 +1,72 @@
1
- name: AProVE
2
- input_languages:
3
- - C
4
- project_url: https://aprove.informatik.rwth-aachen.de/
5
- spdx_license_identifier: AProVE license
6
- benchexec_toolinfo_module: benchexec.tools.aprove
7
- fmtools_format_version: "2.0"
8
- fmtools_entry_maintainers:
9
- - JCKassing
10
-
11
- maintainers:
12
- - orcid: 0009-0001-9972-2470
13
- name: Jan-Christoph Kassing
14
- institution: RWTH Aachen
15
- country: Germany
16
- url: https://verify.rwth-aachen.de/jckassing/
17
-
18
- versions:
19
- - version: "svcomp22"
20
- url: "https://gitlab.com/sosy-lab/sv-comp/archives-2022/raw/svcomp22/2022/aprove.zip"
21
- benchexec_toolinfo_options: []
22
- required_ubuntu_packages: []
23
- base_container_images:
24
- - docker.io/ubuntu:20.04
25
- full_container_images:
26
- - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2022
27
-
28
- competition_participations:
29
- - competition: "SV-COMP 2022"
30
- track: "Verification"
31
- tool_version: "svcomp22"
32
- jury_member:
33
- orcid: 0000-0003-2852-9830
34
- name: Jera Hensel
35
- institution: RWTH Aachen
36
- country: Germany
37
- url: https://verify.rwth-aachen.de/jhensel/
38
-
39
- techniques:
40
- - Ranking Functions
41
-
42
- frameworks_solvers:
43
- - Z3
44
-
45
- literature:
46
- - doi: 10.1007/978-3-030-99527-0_21
47
- title: "AProVE: Non-Termination Witnesses for C Programs (Competition Contribution)"
48
- year: 2022
1
+ name: AProVE (KoAT + LoAT)
2
+ input_languages:
3
+ - C
4
+ project_url: https://aprove.informatik.rwth-aachen.de/
5
+ spdx_license_identifier: AProVE license
6
+ benchexec_toolinfo_module: benchexec.tools.aprove
7
+ fmtools_format_version: "2.0"
8
+ fmtools_entry_maintainers:
9
+ - nilslommen
10
+ - JCKassing
11
+
12
+ maintainers:
13
+ - orcid: 0000-0003-3187-9217
14
+ name: Nils Lommen
15
+ institution: RWTH Aachen
16
+ country: Germany
17
+ url: https://verify.rwth-aachen.de/nlommen/
18
+ - orcid: 0009-0001-9972-2470
19
+ name: Jan-Christoph Kassing
20
+ institution: RWTH Aachen
21
+ country: Germany
22
+ url: https://verify.rwth-aachen.de/jckassing/
23
+
24
+ versions:
25
+ - version: "svcomp25"
26
+ doi: "10.5281/zenodo.14192730"
27
+ benchexec_toolinfo_options: []
28
+ required_ubuntu_packages:
29
+ - openjdk-17-jre-headless
30
+ base_container_images:
31
+ - docker.io/ubuntu:20.04
32
+ full_container_images:
33
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2022
34
+ - version: "svcomp22"
35
+ url: "https://gitlab.com/sosy-lab/sv-comp/archives-2022/raw/svcomp22/2022/aprove.zip"
36
+ benchexec_toolinfo_options: []
37
+ required_ubuntu_packages: []
38
+ base_container_images:
39
+ - docker.io/ubuntu:20.04
40
+ full_container_images:
41
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2022
42
+
43
+ competition_participations:
44
+ - competition: "SV-COMP 2025"
45
+ track: "Verification"
46
+ tool_version: "svcomp25"
47
+ jury_member:
48
+ orcid: 0000-0003-3187-9217
49
+ name: Nils Lommen
50
+ institution: RWTH Aachen
51
+ country: Germany
52
+ url: https://verify.rwth-aachen.de/nlommen/
53
+ - competition: "SV-COMP 2022"
54
+ track: "Verification"
55
+ tool_version: "svcomp22"
56
+ jury_member:
57
+ orcid: 0000-0003-2852-9830
58
+ name: Jera Hensel
59
+ institution: RWTH Aachen
60
+ country: Germany
61
+ url: https://verify.rwth-aachen.de/jhensel/
62
+
63
+ techniques:
64
+ - Ranking Functions
65
+
66
+ frameworks_solvers:
67
+ - Z3
68
+
69
+ literature:
70
+ - doi: 10.1007/978-3-030-99527-0_21
71
+ title: "AProVE: Non-Termination Witnesses for C Programs (Competition Contribution)"
72
+ year: 2022
@@ -17,6 +17,10 @@ maintainers:
17
17
  url: null
18
18
 
19
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: "10.5281/zenodo.13961249"
22
+ benchexec_toolinfo_options: []
23
+ required_ubuntu_packages: []
20
24
  - version: "svcomp24"
21
25
  doi: "10.5281/zenodo.10202700"
22
26
  benchexec_toolinfo_options: []
@@ -27,6 +31,15 @@ versions:
27
31
  required_ubuntu_packages: []
28
32
 
29
33
  competition_participations:
34
+ - competition: "SV-COMP 2025"
35
+ track: "Verification"
36
+ tool_version: "svcomp25"
37
+ jury_member:
38
+ orcid: 0000-0003-0517-7801
39
+ name: Lei Bu
40
+ institution: Nanjing University
41
+ country: China
42
+ url: null
30
43
  - competition: "SV-COMP 2024"
31
44
  track: "Verification"
32
45
  tool_version: "svcomp24"
@@ -18,6 +18,12 @@ maintainers:
18
18
  url: null
19
19
 
20
20
  versions:
21
+ - version: "svcomp25"
22
+ doi: "10.5281/zenodo.14188308"
23
+ benchexec_toolinfo_options: ["-sv-comp", "-sv-comp-witness", "witness.graphml", "-cfg", "splitting-svcomp25"]
24
+ required_ubuntu_packages:
25
+ - clang-14
26
+ - python3
21
27
  - version: "svcomp24"
22
28
  doi: "10.5281/zenodo.10202207"
23
29
  benchexec_toolinfo_options: ["-sv-comp", "-sv-comp-witness", "witness.graphml", "-cfg", "splitting-svcomp24"]
@@ -27,6 +33,15 @@ versions:
27
33
  - python3-lxml
28
34
 
29
35
  competition_participations:
36
+ - competition: "SV-COMP 2025"
37
+ track: "Verification"
38
+ tool_version: "svcomp25"
39
+ jury_member:
40
+ orcid: 0000-0003-1132-5516
41
+ name: Marek Chalupa
42
+ institution: ISTA
43
+ country: Austria
44
+ url: null
30
45
  - competition: "SV-COMP 2024"
31
46
  track: "Verification"
32
47
  tool_version: "svcomp24"
@@ -17,6 +17,12 @@ maintainers:
17
17
  url: null
18
18
 
19
19
  versions:
20
+ - version: "svcomp25"
21
+ doi: "10.5281/zenodo.14188308"
22
+ benchexec_toolinfo_options: ["-sv-comp", "-sv-comp-witness", "witness.graphml", "-timeout", "900"]
23
+ required_ubuntu_packages:
24
+ - clang-14
25
+ - python3
20
26
  - version: "svcomp24"
21
27
  doi: "10.5281/zenodo.10202207"
22
28
  benchexec_toolinfo_options: ["-sv-comp", "-sv-comp-witness", "witness.graphml", "-timeout", "900"]
@@ -33,6 +39,15 @@ versions:
33
39
  - python3-lxml
34
40
 
35
41
  competition_participations:
42
+ - competition: "SV-COMP 2025"
43
+ track: "Verification"
44
+ tool_version: "svcomp25"
45
+ jury_member:
46
+ orcid: 0000-0003-1132-5516
47
+ name: Marek Chalupa
48
+ institution: ISTA
49
+ country: Austria
50
+ url: null
36
51
  - competition: "SV-COMP 2024"
37
52
  track: "Verification"
38
53
  tool_version: "svcomp24"
@@ -25,8 +25,18 @@ versions:
25
25
  - libc6-dev-i386
26
26
 
27
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
28
37
  - competition: "SV-COMP 2024"
29
38
  track: "Verification"
39
+ hors-concours: true
30
40
  tool_version: "svcomp23"
31
41
  jury_member:
32
42
  orcid: 0000-0002-7947-983X
@@ -39,8 +39,19 @@ versions:
39
39
  - python3-pandas
40
40
  - python3-pycparser
41
41
  - python3-sklearn
42
-
42
+ full_container_images:
43
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
44
+
43
45
  competition_participations:
46
+ - competition: "Test-Comp 2025"
47
+ track: "Test Generation"
48
+ hors-concours: true
49
+ tool_version: "testcomp24"
50
+ jury_member:
51
+ name: Hors Concours
52
+ institution: --
53
+ country: --
54
+ url: null
44
55
  - competition: "Test-Comp 2024"
45
56
  track: "Test Generation"
46
57
  tool_version: "testcomp24"
@@ -23,8 +23,18 @@ versions:
23
23
  required_ubuntu_packages: []
24
24
 
25
25
  competition_participations:
26
+ - competition: "SV-COMP 2025"
27
+ track: "Verification"
28
+ hors-concours: true
29
+ tool_version: "svcomp20"
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: "svcomp20"
29
39
  jury_member:
30
40
  name: Hors Concours
@@ -33,6 +43,7 @@ competition_participations:
33
43
  url: null
34
44
  - competition: "SV-COMP 2023"
35
45
  track: "Verification"
46
+ hors-concours: true
36
47
  tool_version: "svcomp20"
37
48
  jury_member:
38
49
  name: Hors Concours
@@ -10,13 +10,23 @@ fmtools_entry_maintainers:
10
10
  - levente.bajczi
11
11
 
12
12
  maintainers:
13
- - orcid: 0000-0002-6551-5860
14
- name: Levente Bajczi
13
+ - name: Levente Bajczi
14
+ orcid: 0000-0002-6551-5860
15
15
  institution: Budapest University of Technology and Economics
16
16
  country: Hungary
17
17
  url: http://mit.bme.hu/~bajczi
18
+ - name: Zsófia Ádám
19
+ orcid: 0000-0003-2354-1750
20
+ institution: Budapest University of Technology and Economics
21
+ country: Hungary
22
+ url: http://mit.bme.hu/~adamzsofi
18
23
 
19
24
  versions:
25
+ - version: "svcomp25"
26
+ benchexec_toolinfo_options: []
27
+ required_ubuntu_packages:
28
+ - python3
29
+ doi: 10.5281/zenodo.14063728
20
30
  - version: "svcomp24"
21
31
  benchexec_toolinfo_options: []
22
32
  required_ubuntu_packages:
@@ -25,6 +35,15 @@ versions:
25
35
 
26
36
 
27
37
  competition_participations:
38
+ - competition: "SV-COMP 2025"
39
+ track: "Validation of Violation Witnesses 1.0"
40
+ tool_version: "svcomp25"
41
+ jury_member:
42
+ orcid: 0000-0003-2354-1750
43
+ name: Zsófia Ádám
44
+ institution: Budapest University of Technology and Economics
45
+ country: Hungary
46
+ url: http://mit.bme.hu/~adamzsofi
28
47
  - competition: "SV-COMP 2024"
29
48
  track: "Validation of Violation Witnesses 1.0"
30
49
  tool_version: "svcomp24"
@@ -0,0 +1,51 @@
1
+ name: CoOpeRace
2
+ input_languages:
3
+ - C
4
+ project_url: https://github.com/sws-lab/cooperace
5
+ repository_url: https://github.com/sws-lab/cooperace
6
+ spdx_license_identifier: MIT
7
+ benchexec_toolinfo_module: cooperace.py
8
+ fmtools_format_version: "2.0"
9
+ fmtools_entry_maintainers:
10
+ - vesal.vojdani
11
+
12
+ maintainers:
13
+ - orcid: 0009-0009-1203-923X
14
+ name: Chris Matsiselts
15
+ institution: University of Tartu
16
+ country: Estonia
17
+ url: null
18
+ - orcid: 0000-0003-4336-7980
19
+ name: Vesal Vojdani
20
+ institution: University of Tartu
21
+ country: Estonia
22
+ url: null
23
+
24
+ versions:
25
+ - version: "svcomp25"
26
+ doi: 10.5281/zenodo.13958298
27
+ benchexec_toolinfo_options: []
28
+ required_ubuntu_packages:
29
+ - clang-14
30
+ - llvm-14
31
+
32
+ competition_participations:
33
+ - competition: "SV-COMP 2025"
34
+ track: "Verification"
35
+ hors-concours: true
36
+ tool_version: "svcomp25"
37
+ jury_member:
38
+ orcid: 0000-0003-4336-7980
39
+ name: Vesal Vojdani
40
+ institution: University of Tartu
41
+ country: Estonia
42
+ url: null
43
+
44
+ techniques:
45
+ - Concurrency Support
46
+ - Algorithm Selection
47
+ - Portfolio
48
+
49
+ frameworks_solvers: []
50
+
51
+ literature: []
@@ -35,10 +35,22 @@ versions:
35
35
  - python3-lxml
36
36
  - gcc
37
37
  - libc6-dev-i386
38
+ full_container_images:
39
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
38
40
 
39
41
  competition_participations:
42
+ - competition: "SV-COMP 2025"
43
+ track: "Verification"
44
+ hors-concours: true
45
+ tool_version: "svcomp23"
46
+ jury_member:
47
+ name: Hors Concours
48
+ institution: --
49
+ country: --
50
+ url: null
40
51
  - competition: "SV-COMP 2024"
41
52
  track: "Verification"
53
+ hors-concours: true
42
54
  tool_version: "svcomp23"
43
55
  jury_member:
44
56
  name: Hors Concours
@@ -47,6 +59,7 @@ competition_participations:
47
59
  url: null
48
60
  - competition: "SV-COMP 2023"
49
61
  track: "Verification"
62
+ hors-concours: true
50
63
  tool_version: "svcomp23"
51
64
  jury_member:
52
65
  name: Hors Concours
@@ -35,10 +35,22 @@ versions:
35
35
  - python3-lxml
36
36
  - gcc
37
37
  - libc6-dev-i386
38
+ full_container_images:
39
+ - registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:2024
38
40
 
39
41
  competition_participations:
42
+ - competition: "SV-COMP 2025"
43
+ track: "Verification"
44
+ hors-concours: true
45
+ tool_version: "svcomp23"
46
+ jury_member:
47
+ name: Hors Concours
48
+ institution: --
49
+ country: --
50
+ url: null
40
51
  - competition: "SV-COMP 2024"
41
52
  track: "Verification"
53
+ hors-concours: true
42
54
  tool_version: "svcomp23"
43
55
  jury_member:
44
56
  name: Hors Concours
@@ -47,6 +59,7 @@ competition_participations:
47
59
  url: null
48
60
  - competition: "SV-COMP 2023"
49
61
  track: "Verification"
62
+ hors-concours: true
50
63
  tool_version: "svcomp23"
51
64
  jury_member:
52
65
  name: Hors Concours
@@ -17,6 +17,11 @@ maintainers:
17
17
  url: https://www.sosy-lab.org/people/jakobs/
18
18
 
19
19
  versions:
20
+ - version: "testcomp25"
21
+ doi: 10.5281/zenodo.13952266
22
+ benchexec_toolinfo_options: ['--benchmark', '--heap', '10000M', '--testcomp25', "--option", "log.consoleLevel=SEVERE"]
23
+ required_ubuntu_packages:
24
+ - openjdk-17-jre-headless
20
25
  - version: "testcomp24"
21
26
  doi: 10.5281/zenodo.10066216
22
27
  benchexec_toolinfo_options: ['-benchmark', '-heap', '10000M', '-testcomp24', "-setprop", "log.consoleLevel=SEVERE"]
@@ -29,6 +34,15 @@ versions:
29
34
  - openjdk-11-jre-headless
30
35
 
31
36
  competition_participations:
37
+ - competition: "Test-Comp 2025"
38
+ track: "Test Generation"
39
+ tool_version: "testcomp25"
40
+ jury_member:
41
+ orcid: 0000-0002-5890-4673
42
+ name: Marie-Christine Jakobs
43
+ institution: LMU Munich
44
+ country: Germany
45
+ url: null
32
46
  - competition: "Test-Comp 2024"
33
47
  track: "Test Generation"
34
48
  tool_version: "testcomp24"
@@ -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