You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same with Bitwuzla. Killing the CBMC process with Ctrl-C does not stop the underlying prover which continues to run and consume memory and (lots of) CPU time.
CBMC version: 6.3.1
Operating system: Ubuntu 20.04
Exact command line resulting in the issue:
cbmc hard.c --z3
When I run CBMC and then kill the process using
kill -9
, the z3 process continues to run.Here's an example session:
The text was updated successfully, but these errors were encountered: