Detecting failures caused by process limits on CentOS 6
On Linux, resources limits are there to ensure that a single user will
not saturate the server resources. These limits can cause silent
failures. The best way to detect these failures is to use the auditd
daemon, which can catch the result of individual system calls.