Closed jannickstrobel closed 3 months ago
Hi @jannickstrobel, it implies that there are too many unverified domains in branch-and-bound, and thus the verification will unlikely succeed for this model. The input range might be too large ([-1, 1] for each dimension).
Describe the bug I am trying to verify a specification based on a metric by joining the original network and the metric into a new network.
After a while, BnB breaks with "Killed". According to the logs, the process gets killed by the linux OOM-killer.
Is there a configuration that enables the verification of bigger models? I am aware that my network is hard to verify due to the big input space, but maybe there is an option to use external memory?
To Reproduce
The specification asserts that the input for every input variable is in range (-1, 1) and the output is <= 0
Network:
System configuration:
Error trace
Additional context A error message that indicates the program broke due to the OOM-killer would be helpful.