Skip to content

Commit 4d10aa2

Browse files
committed
debug
1 parent 7006622 commit 4d10aa2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

judge/testcase_run.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@ runcheck "$RUN_SCRIPT" $RUNARGS \
212212
--stderr=program.err --outmeta=program.meta -- \
213213
"$PREFIX/$PROGRAM" 2>runguard.err
214214

215+
logmsg $LOG_INFO "PSTREE"
216+
logmsg $LOG_INFO $(pstree -p)
217+
logmsg $LOG_INFO "DF"
218+
logmsg $LOG_INFO $(df -h)
219+
logmsg $LOG_INFO "free"
220+
logmsg $LOG_INFO $(free -m)
221+
215222
if [ "$CREATE_WRITABLE_TEMP_DIR" ]; then
216223
# Revoke access to the TMPDIR as security measure
217224
chown -R "$(id -un):" "$TMPDIR"

0 commit comments

Comments
 (0)