Use the -p option to also view information about the processes that make up the jobs. The process information is listed below each job. For example,
% mpps -p JID NPROC UID STATE AOUT RANK PID STATE NODE 2320 4 shaw RUN sleep 0 10190 RUN node6 1 4744 RUN node7 2 16564 RUN node4 3 9412 RUN node5
In this example,
RANK is the process's rank within the job.
PID is the process's process ID.
STATE is the process's execution status.
NODE is the node on which the process is running.