When a command is submitted with bsub, it will start a process with res
command.
res
in turn will start actual command as another process
I want to know pid of this actual command
let's say, I have submitted this command. With bhist -l jobid
, we can know pid of res
, but unable to find a way to get pid of virtuoso
bsub -I -q interactive virtuoso &