Hi, is there any part of the program that is expected accumulate a significant amount of memory during a run? I had my recent jobs on sunbird killed by oom-kill after a few hundred configurations despite starting off fine. What particularly bothered me was the fact that simulations on very different lattices (implying very different memory consumption) started off fine with the same memory requested and all were kill after some time. This suggests that it is indeed an accumulation over time and not just insufficient resources for too big jobs. If there is no such thing expected, I'm afraid there's a memory leak and I will have to debug that at some point.
Hi, is there any part of the program that is expected accumulate a significant amount of memory during a run? I had my recent jobs on sunbird killed by
oom-killafter a few hundred configurations despite starting off fine. What particularly bothered me was the fact that simulations on very different lattices (implying very different memory consumption) started off fine with the same memory requested and all were kill after some time. This suggests that it is indeed an accumulation over time and not just insufficient resources for too big jobs. If there is no such thing expected, I'm afraid there's a memory leak and I will have to debug that at some point.