Skip to content
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

Bump smtml to 0.3.1 #444

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Bump smtml to 0.3.1 #444

merged 1 commit into from
Nov 7, 2024

Conversation

filipeom
Copy link
Collaborator

@filipeom filipeom commented Nov 7, 2024

Bumps smtml version to 0.3.1 (latest) which now supports Alt-Ergo and includes the fix for Bitwuzla.

I ran Owi on testcomp with Z3, 4 workers, and 5s timeout and compared the latest (0.3.1) version of smtml to the previous (0.2.5). Results appear the same, only a slight variation in two benchmarks which is expected with a low timeout. Results are summarized below:

w4_O3_sZ3 smtml.0.3.1 (latest)

Results:

Nothing Reached Timeout Other Killed Total
0 578 637 0 0 1215

Time stats (in seconds):

Total Mean Median Min Max
3504.09 2.88 5.00 0.09 5.00

w4_O3_sZ3 smtml.0.2.5 (previous)

Results:

Nothing Reached Timeout Other Killed Total
0 580 635 0 0 1215

Time stats (in seconds):

Total Mean Median Min Max
3496.49 2.88 5.00 0.09 5.00

I also ran bitwuzla with the latest version. Results are better and there are no segfaults. There are 6 benchmarks which crash due to a missing operator in Bitwuzla, but this is expected. There are also 15 which are killed but I'm not quite sure why. I'll try to investigate when I get some time.

w4_O3_sBitwuzla smtml.0.3.1 (latest)

Results:

Nothing Reached Timeout Other Killed Total
0 522 672 6 15 1215

Time stats (in seconds):

Total Mean Median Min Max
3658.69 3.01 5.00 0.08 5.00

@zapashcanon
Copy link
Member

zapashcanon commented Nov 7, 2024

Thanks!

Out of curiosity, did you try to run Test-Comp with alt-ergo?

@zapashcanon zapashcanon merged commit 192de5f into OCamlPro:main Nov 7, 2024
0 of 4 checks passed
@filipeom filipeom deleted the bump-smtml branch November 7, 2024 18:22
@filipeom
Copy link
Collaborator Author

filipeom commented Nov 7, 2024

Yes I did! But the results are still not very good.
But these are probably issues on our side

Using:

  • Tool: owi_w4_O3_sAlt-Ergo
  • Timeout: 5.
  • Output dir: results-testcomp-owi_w4_O3_sAlt-Ergo-2024-11-07_16h50m23s/

Results:

Nothing Reached Timeout Other Killed Total
2 198 547 468 0 1215

Time stats (in seconds):

Total Mean Median Min Max
3117.67 2.57 2.23 0.09 5.00

@zapashcanon
Copy link
Member

OK interesting, it's already a good first step. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants