Definitions for "Zombie process"
Keywords:  waitpid, exit, kernel, wait, inactive
A process which has died and not been cleaned up by the operating system.
a dead process that is no longer executing but is still recognized in the process table (in other words, it has a PID number)
an inactive process and it shall be deleted at some later time when its parent process executes wait () or waitpid ()