XXX:/opt/skyline/bin [root] > date ; strace -p 15272 ; date
Wed Sep 17 15:04:54 EDT 2014
Process 15272 attached - interrupt to quit
select(0, NULL, NULL, NULL, {81, 109625}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {100, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {100, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {100, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {100, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {100, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {100, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {100, 0}^C <unfinished ...>
Process 15272 detached
Wed Sep 17 15:17:28 EDT 2014
XXX:/opt/skyline/bin [root] >
After that I stopped it and started it again, and actually noticed that there are 5 analyzer-agent.py processes (with ANALYZER_PROCESSES = 3), but when it gets stuck only 1 process is left (this was the one I traced).
I'll try to trace now all the 5 processes until they're dying again and send them to you afterwards.