A program which can run other process under some time and memory constraints. It's been used as a tool for algorithm programming contest training platform in NJUST.
./process_judger [options] command
options:
-h --help print help
-i --input input file path
-o --output output file path
-t --time process time(second) limit
-m --memory process memory(Mb) limit
./process_judger -i input.data -i output.data -t 1 -m 16 ./my_exe
