Open
Description
For large or complex code, hevm produces some SMT formulas that will cause bitwuzla to consume large amounts of memory (and crash or be killed by the OS). To avoid that, bitwuzla has a parameter to control the maximum amount of memory used:
-M <n>, --memory-limit <n> set maximum memory limit in MB per satisfiability check
Please consider controlling this parameter from hevm that sets the max memory to the physical memory available divided by the number of solvers.