It's not a bug it's how you multithread the CMD for the different seasons. I code myself, an easy fix would be to run each season sequentially instead of in parallel. Each process is vying for memory. Would also probably help to run 2 season in parallel then run the next 2. That's just my 2 cents. Would probably speed it up too as each process is stepping on each other for memory.