Z3-Parti-Z3++ Submission for SMT-COMP 2025#170
Conversation
Summary of modified submissionsZ3-Parti-Z3pp-at-SMT-COMP-2025
|
|
@zmylinxi99 Thank you for submitting your derived tool! Please also submit the corresponding base solver. |
| "website": "https://github.com/shaowei-cai-group/Z3-Parti-Z3pp-at-SMT-COMP-2025", | ||
| "system_description": "https://github.com/shaowei-cai-group/Z3-Parti-Z3pp-at-SMT-COMP-2025/blob/master/Z3_Parti_Z3pp_at_SMT_COMP_2025.pdf", | ||
| "command": ["python3 run_AriParti.py", "<instance_path>"], | ||
| "solver_type": "Derived", |
There was a problem hiding this comment.
On reviewing the submission, we find that categorizing it as a "Wrapper" is more appropriate.
@zmylinxi99 Could you please change the solver type from "Derived" to "Wrapper"? Thanks!
There was a problem hiding this comment.
On reviewing the submission, we find that categorizing it as a "Wrapper" is more appropriate. @zmylinxi99 Could you please change the solver type from "Derived" to "Wrapper"? Thanks!
Thank you for the reminder, and apologies for the delayed response. I've updated the solver type to "wrapped" as requested.
#189: UltimateEliminator submission 2025 #188: Z3-Siri Submission 2025 #187: OSTRICH version 2 #186: yicesQS submission to the 2025 SMT comp #185: Bitwuzla 2025 submission. #184: Yices2 Submission SMTCOMP 2025 #183: cvc5 for SMT-COMP 2025 #182: Create iProver #181: Z3-Owl Submission 2025 #179: Z3-alpha SMT-COMP 2025 #178: Z3-Noodler-Mocha Submission for SMT-COMP 2025 #177: `bv_decide` submission 2025 #176: OpenSMT (min-ucore) submission 2025 #175: Z3-Noodler submission 2025 #172: SMTS submission 2025 #171: Bitwuzla-MachBV Submission for SMT-COMP 2025 #170: Z3-Parti-Z3++ Submission for SMT-COMP 2025 #169: STP-Parti-Bitwuzla Submission for SMT-COMP 2025 #168: SMTInterpol submission 2025 #167: OpenSMT submission 2025 #165: Amaya 2025 #164: SMT-RAT submission #163: COLIBRI submission #162: [Submission] colibri2 #156: upload z3-inc-z3++
|
@zmylinxi99 Thanks for submitting Z3-Parti-Z3++ to SMT-COMP 2025! We have tried running test runs and we ran into few technical problems. Some are the same as for STP-Parti-Bitwuzla, but even after fixing those, I could not get any result from the solver. As for STP-Parti-Bitwuzla:
When I changed the command in your submission from But even though I am able to execute the solver after the change, it immediately terminates without any output. This happens even on my machine, unscrambled benchmarks, and when the solver is called using terminate without any output. Can you investigate whether the problem is on my side or yours? We are going to announce a deadline extension until the end of Sunday (GMT) soon. If you update the submission by then, I can rerun the test runs. |
|
@martinjonas Thank you very much again for your detailed feedback and assistance.
Additionally, we would like to kindly ask for one more favor: apt-get install python3-mpi4py You can test the solver on a benchmark using the following command: ./Z3-Parti-Z3pp-at-SMT-COMP-2025-build/solver/run_AriParti.py ./Z3-Parti-Z3pp-at-SMT-COMP-2025-build/test-instances/lia-sat-10.4.smt2 Thanks again for the extended deadline — we have updated and re-uploaded our submission accordingly. |
|
Thanks for all of the fixes, most of the problems are now solved. As for As I said, it is very likely that we will be able to install MPI and |
|
@martinjonas Thank you for the update. Previously, I did try packaging OpenMPI and mpi4py together with the solver and uploading the entire bundle. However, when I tested it in the Docker environment you provided, I encountered various errors due to version mismatches and library incompatibilities. I will continue working on resolving these issues as soon as possible. If it turns out to be infeasible to make MPI work within the given environment in time, I will consider rolling back the codebase from the distributed version to a purely parallel one. However, that would require substantial changes, and I'm not sure whether I can complete it before the final submission deadline. Thanks again for your support and patience. |
|
I’m very sorry for the additional work this has caused for you and the administrators of the cluster. I truly appreciate all the effort you’ve put in and your continued support for the competition — thank you again! |
|
@zmylinxi99 Just to keep you informed: I managed to install OpenMPI and mpi4py on the parallel computer we are using for benchmarking. It was a little bit of struggle (OpenMPI 4.* that you depend on is not compatible with cgroups v2), but I managed to get your solver working in the end. The execution is finished and everything seems to be looking fine. |
Thank you very much! |
No description provided.