Dear PRISM Development Team,
I am currently working on a project that utilizes PRISM for probabilistic model checking of a multi-robot fleet rescue mission.
As my model has grown in complexity, I've been facing the state explosion problem. While trying various ways to optimize and work around this issue, I encountered an unexpected error that I believe might be a bug.
Here's a summary of the situation:
I am running PRISM version 4.7 on a Windows 11 22H2 system. The JRE version is 20.0.1 build 9. The hardware detail of my device is intel 12700h with 64GB of RAM.
The model building can run successfully when the cuddmaxmem is set as 1g (which is the default value) or 512m. There are only about 20000 states in my model so memory should not be a problem.
When attempting to increase the CUDD max memory setting in PRISM to 2g or 3g (using the -cuddmaxmem flag), PRISM crashes with an EXCEPTION_ACCESS_VIOLATION error. I have also changed the "xmx" parameter of JVM but it does not help.
When attempting to incerase the CUDD max memory setting to 4g or above, another error occurs, this time it saids CUDD is out of memory.
The crashes seems to originate outside the Java Virtual Machine in native code, with a problematic frame identified in msvcrt.dll. However, I'm not an expert in computer system, and I am don't have enough time to dig deeper into this problem since this is just a part of my master's dissertation.
I've attached the relevant logs and screenshots of error messages for your reference.
I understand that everyone is busy, but I would greatly appreciate any prompt feedback or suggestions you can offer. If further details or clarifications are needed, please do not hesitate to ask.
Thank you in advance for your time and assistance. I deeply value the work you've done with PRISM, and I hope we can find a solution to this problem.
1gmaxmem:
2gmaxmem:
4gmaxmem:
Best regards,
Chuyan
University of Glasgow, School of Computing Science