On linux apache server ( ubuntu 14.04 lts, apache 2.4.7 with mpm_prefork and mod_php) I have PHP scripts that takes a long time. These are killed by apache.
We have tune php setting (max_execution_time, set_time_limit...)
We haven't any trace in log (syslog, apache access/error log)
We have traced apache process with strace :
2172 is the script process
1939 is the apache main process
....
2172 14:53:01 +++ killed by SIGKILL +++
1939 14:53:01 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=2172, si_status=SIGKILL, si_utime=3067, si_stime=38} ---