On a grid computing environment, we are using nodes with 2GB RAM and 2GB swap space. We are working on a model that has 200+ interactions and takes about 4 days to compile. Compiling this model on WinBUGS 1.4.3 consistently causes 3 Blackbox error windows with the compile halting. Upon closing WinBUGS, one last Blackbox error occurs.
This error is due to the lack of available memory, confirmed by the following:
-
In a VM of Windows XP with 512 MB RAM and no swap space, this same model fails in the exact same fashion. The error messages are the same except the particular memory addresses.
-
Same Windows XP VM but with 1GB RAM and no swap space has the same failure messages.
-
A VM running Slax 6.0.1 w/ cxoffice 6.2.0 and 1 GB RAM and no swap space has the same failure messages.
-
Same Slax 6.0.1 VM w/ wine 0.9.55 and 1 GB RAM and no swap space has the same failure messages.
-
A physical machine with Windows XP and 4GB RAM and no swap space does not fail.
Due to the consistency in error messages and events, it appears as though there is a memory issue. I will do additional testing with this massive model on a physical machine with 4GB RAM and see if the problem is still present. I hope to report whatever tweaks if any are needed to make this very large model work...
-dustymugs