What would this command output?
ps -e --format uid,pid,ppid,%cpu,cmd
the user ID, group ID, parent process ID, CPU usage, and command name of a process
the user ID, process ID, parent process ID, CPU usage, and command name of a process
all of these answers
the UUID, process ID, parent process ID, CPU usage, and command name of a process