Does anyone have any more information on this problem?
We're still trying to find the root cause.
I've ran a strace on the process:
Process 166598 attached - interrupt to quit
10:13:26.697084 select(5, [4], NULL, NULL, {0, 415000}) = 0 (Timeout) <0.419247>
10:13:27.116602 getppid() = 166110 <0.000053>
10:13:27.116752 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <1.000359>
10:13:28.117272 getppid() = 166110 <0.000053>
10:13:28.117420 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <1.000788>
10:13:29.118418 getppid() = 166110 <0.000096>
10:13:29.118635 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <1.000378>
10:13:30.119164 getppid() = 166110 <0.000052>
10:13:30.119306 select(5, [4], NULL, NULL, {1, 0}) = 0 (Timeout) <0.999900>
10:13:31.119526 munmap(0x2af8d2cd5000, 1126176) = 0 <0.000085>
10:13:31.119778 munmap(0x2af8d2a46000, 2681400) = 0 <0.000057>
10:13:31.119936 munmap(0x2af8d282f000, 2189400) = 0 <0.000051>
10:13:31.120063 munmap(0x2af8d25e7000, 2391008) = 0 <0.000047>
10:13:31.120236 munmap(0x2af8d0954000, 2133160) = 0 <0.000025>
10:13:31.120353 munmap(0x2af8d0b5d000, 3059536) = 0 <0.000042>
10:13:31.120478 munmap(0x2af8d0e48000, 9292800) = 0 <0.000067>
10:13:31.120629 munmap(0x2af8d1725000, 2152872) = 0 <0.000022>
10:13:31.120735 munmap(0x2af8d1933000, 2619808) = 0 <0.000033>
10:13:31.120850 munmap(0x2af8d1bb3000, 4057800) = 0 <0.000051>
10:13:31.120984 munmap(0x2af8d1f92000, 2273208) = 0 <0.000023>
10:13:31.121089 munmap(0x2af8d21bd000, 2114984) = 0 <0.000021>
10:13:31.121235 munmap(0x2af8d0747000, 2149128) = 0 <0.000023>
10:13:31.121367 munmap(0x2af8d0544000, 2107704) = 0 <0.000021>
10:13:31.121499 munmap(0x2af8d033d000, 2125488) = 0 <0.000021>
10:13:31.121649 munmap(0x2af8d00eb000, 2432000) = 0 <0.000034>
10:13:31.121799 munmap(0x2af8cfed3000, 2194408) = 0 <0.000026>
10:13:31.122464 fcntl(3, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0 <0.000017>
10:13:31.122593 fcntl(3, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 <0.000012>
10:13:31.166471 shmdt(0x2af8d2de8000) = 0 <0.007365>
10:13:31.174114 shmctl(1468301324, IPC_RMID, 0) = -1 EINVAL (Invalid argument) <0.000013>
10:13:31.174288 close(3) = 0 <0.000013>
10:13:31.174386 unlink("/tmp/session_mm_litespeed531.sem") = 0 <0.000049>
10:13:31.174952 brk(0x1642f000) = 0x1642f000 <0.001085>
10:13:31.176142 brk(0x1617d000) = 0x1617d000 <0.000426>
10:13:31.177453 munmap(0x2af8cfcd8000, 2075016) = 0 <0.000062>
10:13:31.177840 brk(0x15280000) = 0x15280000 <0.002537>
10:13:31.180564 munmap(0x2af8cfc89000, 323584) = 0 <0.000022>
10:13:31.181177 exit_group(0) = ?
Process 166598 detached