-
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
Z3-Noodler submission #52
Conversation
Summary of modified submissions
|
@bobot We are not pretty sure how to exactly prepare the dockerfile. Is it supposed to be run as |
We are really sorry, but we made an error in the last iteration of the rules. The requirement that the submission is a Dockerfile was an idea that we forgot to remove. The submitted file must be an archive that contains the executable precompiled (statically linked is preferable). It will be executed on a computer that has the same installation as the docker image: registry.gitlab.com/sosy-lab/benchmarking/competition-scripts/user:latest PS: Not sure if you are on one of the following mailing lists. If not, we recommend you to join at least the smt-announce group. We sometimes post updates on the competition there including the above information. |
submissions/z3-noodler.json
Outdated
], | ||
"contacts": ["Lukáš Holík <[email protected]>"], | ||
"archive": { | ||
"url": "https://drive.google.com/file/d/1XSj2PiVJLDx-JQyJRt76OEloC0dWFJqH/view?usp=sharing" |
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.
@jurajsic Thanks for submitting Z3-Noodler to SMT-COMP! The link to the archive should point directly to the archive, not to the google drive page from which it can be downloaded (we are downloading the archive automatically by a script). Could you change it in the pull request? In your case, it would be something like "url": "https://drive.google.com/uc?export=download&id=1XSj2PiVJLDx-JQyJRt76OEloC0dWFJqH"
.
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.
It should be fixed now.
#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
@jurajsic We have executed the latest version of Z3-Noodler 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/z3noodler.table.html#/table Quick explanation:
Please check whether there are some discrepancies, such as missing/extra logics, unexpected aborts or |
No description provided.