$command = "ps aux | grep 'zb_insure/get_order_info_from_queue.php' | grep -v 'grep' | grep -v '/bin/sh' | wc -l";exec($command, $out_arr, $return_var);