interactive tasks: solve deadlocks?
interactive tasks: logging of messages
terminology: problem -> task ?
-submit, check: unify command-line arguments
writing of verdicts to stdout (include timing and check on interactive tasks, including judge errors)
box: memory usage statistics (need to search for VMPeak in /proc/$PID/status, but it disappears too early)
check: rename `log' ?
#!/bin/bash
# The Evaluator -- Public Submit Script
-# (c) 2001--2004 Martin Mares <mj@ucw.cz>
+# (c) 2001--2007 Martin Mares <mj@ucw.cz>
set -e
[ -n "$MO_ROOT" -a -d "$MO_ROOT" ] || { echo >&2 "MO_ROOT not set, giving up." ; exit 1 ; }