Skip to content

Commit 8b9fe1c

Browse files
authored
bitwuzla: Change options for parallel track. (#201)
* bitwuzla: Change options for parallel track. Add additional configurations for lower CPU core counts. * Make additional configurations non-competitive.
1 parent 853f521 commit 8b9fe1c

File tree

3 files changed

+55
-1
lines changed

3 files changed

+55
-1
lines changed

submissions/bitwuzla.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
"tracks": ["Parallel"],
4141
"logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$",
42-
"command": ["bin/bitwuzla", "--sat-solver=gimsatul", "-j", "128"]
42+
"command": ["bin/bitwuzla", "--sat-solver=gimsatul", "-j", "64"]
4343
}
4444
]
4545
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "Bitwuzla",
3+
"contributors": ["Aina Niemetz", "Mathias Preiner"],
4+
"contacts": ["Mathias Preiner <[email protected]>"],
5+
"final" : true,
6+
7+
"archive": {
8+
"url": "https://zenodo.org/records/15760031/files/bitwuzla-submission-smtcomp-2025.zip?download=1",
9+
"h": {"sha256": "b97f018f4d92978c6b116c3f0b09f44f06ec15c885f6cc84a9dde3218cc1a583"}
10+
},
11+
12+
"command": ["bin/bitwuzla"],
13+
14+
"website": "https://bitwuzla.github.io",
15+
"system_description": "https://bitwuzla.github.io/data/smtcomp2025/paper.pdf",
16+
"solver_type": "Standalone",
17+
"seed": "42",
18+
"competitive": false,
19+
"participations": [
20+
{
21+
"tracks": ["Parallel"],
22+
"logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$",
23+
"command": ["bin/bitwuzla", "--sat-solver=gimsatul", "-j", "16"]
24+
}
25+
]
26+
}
27+
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "Bitwuzla",
3+
"contributors": ["Aina Niemetz", "Mathias Preiner"],
4+
"contacts": ["Mathias Preiner <[email protected]>"],
5+
"final" : true,
6+
7+
"archive": {
8+
"url": "https://zenodo.org/records/15760031/files/bitwuzla-submission-smtcomp-2025.zip?download=1",
9+
"h": {"sha256": "b97f018f4d92978c6b116c3f0b09f44f06ec15c885f6cc84a9dde3218cc1a583"}
10+
},
11+
12+
"command": ["bin/bitwuzla"],
13+
14+
"website": "https://bitwuzla.github.io",
15+
"system_description": "https://bitwuzla.github.io/data/smtcomp2025/paper.pdf",
16+
"solver_type": "Standalone",
17+
"seed": "42",
18+
"competitive": false,
19+
"participations": [
20+
{
21+
"tracks": ["Parallel"],
22+
"logics": "^((QF_)?(A)?(UF)?(BV|FP|FPLRA)+)$",
23+
"command": ["bin/bitwuzla", "--sat-solver=gimsatul", "-j", "32"]
24+
}
25+
]
26+
}
27+

0 commit comments

Comments
 (0)