-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSTRICH 1.4 #61
OSTRICH 1.4 #61
Conversation
Summary of modified submissions
|
submissions/ostrich.json
Outdated
}, | ||
"website": "https://github.com/uuverifiers/ostrich", | ||
"system_description": "https://philipp.ruemmer.org/ostrich-2024.pdf", | ||
"command": ["./ostrich -portfolio=strings +quiet"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pruemmer Thanks for submitting OSTRICH to SMT-COMP! The command list is expected to contain one string for the executable and then one string per command line argument (similarly to how Python's subprocess.run
is called). Could you change it in the pull request? In your case, it would be something like "command": ["./ostrich", "-portfolio=strings", "+quiet"]
.
I fixed that locally and tried running the current submission on our competition infrastructure with some trivial benchmarks. Everything else seems to be working so far!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, thanks for the fix! I wasn't sure about the expected format here.
Fixed command line
#84: Create cvc5-cloud #74: Draft STP submission #70: draft yicesQS submission #68: Create STP-CNFLS #66: Yices2 SMTCOMP 2024 Submission #65: Z3-alpha draft PR #64: Solver submission: cvc5 #63: submission iProver #61: OSTRICH 1.4 #60: SMT-RAT submission #57: Amaya's submission for SMT-COMP 2024 #55: plat-smt submission #54: Add 2024 Bitwuzla submission. #53: 2024 solver participant submission: OpenSMT #52: Z3-Noodler submission #51: Submission Colibri #45: Submission for smtinterpol #42: Adding Algaroba to SMTCOMP 2024
@pruemmer We have executed the latest version of OSTRICH on a randomly chosen subset of 20 single-query benchmarks from each logic where it participates. The benchmarks are also scrambled by the competition scrambler (with seed 1). You can find the results here: https://www.fi.muni.cz/~xjonas/smtcomp/ostrich.table.html#/table Quick explanation:
Please check whether there are some discrepancies, such as missing/extra logics, unexpected aborts or |
Thanks; we have now made a new version of Ostrich 1.4 (pre) available: |
Done! You can find the new results on the same URL as before: https://www.fi.muni.cz/~xjonas/smtcomp/ostrich.table.html#/table |
Great, thanks! We have now made the final version of Ostrich available,
under the same link:
https://philipp.ruemmer.org/ostrich-2024.tar.gz
|
No description provided.