Tente isto:
pstree -pls your_pid
pstree - display a tree of processes.
-p Show PIDs. PIDs are shown as decimal numbers in parentheses after each process name.
-s Show parent processes of the specified process.
-l Display long lines. By default, lines are truncated to either the COLUMNS environment variable or the display width.