Skip to content

Instantly share code, notes, and snippets.

@dndx
Created January 23, 2016 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dndx/de8f85588eccfef0795f to your computer and use it in GitHub Desktop.
Save dndx/de8f85588eccfef0795f to your computer and use it in GitHub Desktop.
ps aux on LeetCode OJ
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.1 4472 752 ? Ss 17:24 0:00 sh -c $OBSCURE_DIR/runc.sh
root 9 0.0 0.5 18060 2868 ? S 17:24 0:00 /bin/bash /usr/lib/gcc/x86_64-linux-gnu/4.9.1/.cache/runc.sh
root 28 0.0 0.3 13688 1536 ? S 17:24 0:00 /usr/lib/gcc/x86_64-linux-gnu/4.9.1/.cache/trace_safe --mode=interpret --binary=/usr/lib/gcc/x86_64-linux-gnu/4.9.1/.cache/prog --lang=c --data_input=/usr/lib/gcc/x86_64-linux-gnu/4.9.1/.cache/data/data.in --time_limit=1900 --memory_limit=20971520 --stack_limit=4394304 --recursion_limit=None
judge 29 0.0 0.1 5236 784 ? S 17:24 0:00 sandbox run
judge 30 0.0 0.1 4472 840 ? S 17:24 0:00 sh -c ps aux
judge 31 0.0 0.4 15600 2200 ? R 17:24 0:00 ps aux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment