A small followup to this case. Looks like mp2 or apache2 are killing background process, by PID; Probably in a cleanup handler for the request. I had to add additional "return if fork() > 0;" to the exec_helper.pl script to make bg processes survice.
-- Best Regards, Igor Shevchenko