How much memory do you have? How big is your Linux swap partition? That might be a message from the OOM killer...
(The OOM killer is the piece of the kernel that starts killing processes when you run out of virtual memory. Virtual memory is real memory + swap space)
|