Trace number 212075

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.08 1810.11

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-gr4x6.xml
MD5SUM5c0eae07e2b5df27927910cb70045752
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.62945
SatisfiableNO
(Un)Satisfiability was proved
Number of variables744
Number of constraints44
Maximum constraint arity180
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/212075-1168216244/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node33/watcher-212075-1168216244 -o ROOT/results/node33/solver-212075-1168216244 -C 1800 -M 900 /tmp/evaluation/212075-1168216244/Complete/Ordinary/solver /tmp/evaluation/212075-1168216244/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 4.68 4.86 4.42 4/82 10962
/proc/meminfo: memFree=18728/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=53472 CPUtime=0
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 484 0 0 0 0 0 0 0 18 0 1 0 170019997 54755328 203 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550268 0 0 4096 2 0 0 0 17 1 0 0
/proc/10961/statm: 13368 204 123 90 0 12906 0

[startup+0.108135 s]
/proc/loadavg: 4.68 4.86 4.42 4/82 10962
/proc/meminfo: memFree=18728/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=0.09
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1349 0 0 0 9 0 0 0 18 0 2 0 170019997 65601536 1064 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800171 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1064 180 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64064

[startup+0.516189 s]
/proc/loadavg: 4.68 4.86 4.42 4/82 10962
/proc/meminfo: memFree=18728/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=0.17
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1351 0 0 0 17 0 0 0 19 0 2 0 170019997 65601536 1066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552634 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1066 182 90 0 15554 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 64064

[startup+1.33635 s]
/proc/loadavg: 4.68 4.86 4.42 2/83 10963
/proc/meminfo: memFree=15840/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=0.93
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1351 0 0 0 93 0 0 0 25 0 2 0 170019997 65601536 1066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758200 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1066 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 64064

[startup+2.97269 s]
/proc/loadavg: 4.68 4.86 4.42 2/83 10963
/proc/meminfo: memFree=15968/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=2.57
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1351 0 0 0 257 0 0 0 25 0 2 0 170019997 65601536 1066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1066 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 64064

[startup+101.99 s]
/proc/loadavg: 4.68 4.86 4.42 2/83 10963
/proc/meminfo: memFree=15968/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=101.55
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1351 0 0 0 10141 14 0 0 25 0 2 0 170019997 65601536 1066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1066 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1066 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 64064

[startup+108.454 s]
/proc/loadavg: 6.23 5.37 4.65 2/84 10964
/proc/meminfo: memFree=59672/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=108.01
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 10787 14 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134798196 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 108.01
Current children cumulated vsize (KiB) 64064

[startup+121.288 s]
/proc/loadavg: 5.68 5.29 4.63 3/83 10965
/proc/meminfo: memFree=15464/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=120.84
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 12069 15 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 120.84
Current children cumulated vsize (KiB) 64064

[startup+146.983 s]
/proc/loadavg: 5.33 5.23 4.63 3/84 10966
/proc/meminfo: memFree=15648/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=146.52
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 14635 17 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134775743 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 146.52
Current children cumulated vsize (KiB) 64064

[startup+198.23 s]
/proc/loadavg: 5.15 5.18 4.64 2/83 10966
/proc/meminfo: memFree=16104/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=197.48
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 19723 25 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552804 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.48
Current children cumulated vsize (KiB) 64064

[startup+258.246 s]
/proc/loadavg: 4.58 5.02 4.62 2/83 10968
/proc/meminfo: memFree=24808/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=257.47
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 25713 34 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794330 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 257.47
Current children cumulated vsize (KiB) 64064

[startup+318.336 s]
/proc/loadavg: 4.34 4.88 4.60 2/83 10968
/proc/meminfo: memFree=39464/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=317.53
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 31710 43 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552673 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 317.53
Current children cumulated vsize (KiB) 64064

[startup+378.41 s]
/proc/loadavg: 5.95 5.15 4.70 3/91 10980
/proc/meminfo: memFree=15400/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=377.46
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 37695 51 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 377.46
Current children cumulated vsize (KiB) 64064

[startup+438.477 s]
/proc/loadavg: 6.26 5.49 4.85 2/90 10986
/proc/meminfo: memFree=20784/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=437.47
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 43690 57 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 437.47
Current children cumulated vsize (KiB) 64064

[startup+498.572 s]
/proc/loadavg: 5.03 5.27 4.81 2/90 10986
/proc/meminfo: memFree=34800/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=497.54
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 49687 67 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 497.54
Current children cumulated vsize (KiB) 64064

[startup+558.594 s]
/proc/loadavg: 4.06 4.97 4.74 4/83 10986
/proc/meminfo: memFree=14760/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=557.54
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 55679 75 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 557.54
Current children cumulated vsize (KiB) 64064

[startup+618.602 s]
/proc/loadavg: 4.60 4.95 4.74 3/83 10988
/proc/meminfo: memFree=15464/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=617.19
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 61637 82 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 617.19
Current children cumulated vsize (KiB) 64064

[startup+678.661 s]
/proc/loadavg: 4.95 4.98 4.76 2/84 10990
/proc/meminfo: memFree=16288/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=64064 CPUtime=677.02
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1352 0 0 0 67614 88 0 0 25 0 2 0 170019997 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134795053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 16016 1067 182 90 0 15554 0
[pid=10961/tid=10963] ppid=10959 vsize=64064 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 2 0 170020005 65601536 1067 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 677.02
Current children cumulated vsize (KiB) 64064

[startup+738.67 s]

################
# More data... #
################

/proc/meminfo: memFree=16088/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=74308 CPUtime=1154.62
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1359 0 0 0 115317 145 0 0 25 0 3 0 170019997 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 18577 1074 182 90 0 18115 0
[pid=10961/tid=10963] ppid=10959 vsize=74308 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170020005 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=74308 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170110023 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1154.62
Current children cumulated vsize (KiB) 74308

[startup+1219.06 s]
/proc/loadavg: 3.24 4.10 4.48 3/84 11008
/proc/meminfo: memFree=15768/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=74308 CPUtime=1214.17
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1359 0 0 0 121268 149 0 0 25 0 3 0 170019997 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 18577 1074 182 90 0 18115 0
[pid=10961/tid=10963] ppid=10959 vsize=74308 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170020005 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=74308 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170110023 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1214.17
Current children cumulated vsize (KiB) 74308

[startup+1279.14 s]
/proc/loadavg: 3.08 3.89 4.38 3/84 11008
/proc/meminfo: memFree=16024/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=74308 CPUtime=1273.7
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1359 0 0 0 127217 153 0 0 25 0 3 0 170019997 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758097 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 18577 1074 182 90 0 18115 0
[pid=10961/tid=10963] ppid=10959 vsize=74308 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170020005 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=74308 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170110023 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1273.7
Current children cumulated vsize (KiB) 74308

[startup+1339.22 s]
/proc/loadavg: 3.08 3.74 4.30 3/84 11008
/proc/meminfo: memFree=14936/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=74308 CPUtime=1333.24
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1359 0 0 0 133166 158 0 0 25 0 3 0 170019997 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552840 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 18577 1074 182 90 0 18115 0
[pid=10961/tid=10963] ppid=10959 vsize=74308 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 170020005 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=74308 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 170110023 76091392 1074 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1333.24
Current children cumulated vsize (KiB) 74308

[startup+1399.31 s]
/proc/loadavg: 2.82 3.56 4.20 3/85 11009
/proc/meminfo: memFree=15248/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=84552 CPUtime=1392.8
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1360 0 0 0 139118 162 0 0 25 0 4 0 170019997 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557335 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 21138 1075 182 90 0 20676 0
[pid=10961/tid=10963] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170020005 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170110023 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10961/tid=11009] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11009/stat : 11009 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 170155031 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1392.8
Current children cumulated vsize (KiB) 84552

[startup+1459.36 s]
/proc/loadavg: 2.32 3.27 4.05 3/85 11009
/proc/meminfo: memFree=16144/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=84552 CPUtime=1452.3
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1360 0 0 0 145064 166 0 0 25 0 4 0 170019997 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794284 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 21138 1075 182 90 0 20676 0
[pid=10961/tid=10963] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170020005 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170110023 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10961/tid=11009] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11009/stat : 11009 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 170155031 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1452.3
Current children cumulated vsize (KiB) 84552

[startup+1519.45 s]
/proc/loadavg: 2.12 3.03 3.92 3/85 11009
/proc/meminfo: memFree=15376/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=84552 CPUtime=1511.86
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1360 0 0 0 151017 169 0 0 25 0 4 0 170019997 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552792 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 21138 1075 182 90 0 20676 0
[pid=10961/tid=10963] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170020005 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170110023 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10961/tid=11009] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11009/stat : 11009 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 170155031 86581248 1075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1511.86
Current children cumulated vsize (KiB) 84552

[startup+1579.48 s]
/proc/loadavg: 2.04 2.84 3.80 4/85 11009
/proc/meminfo: memFree=15376/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=84552 CPUtime=1571.39
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1364 0 0 0 156966 173 0 0 25 0 4 0 170019997 86581248 1079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134778846 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 21138 1079 182 90 0 20676 0
[pid=10961/tid=10963] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170020005 86581248 1079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170110023 86581248 1079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10961/tid=11009] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11009/stat : 11009 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170155031 86581248 1079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.39
Current children cumulated vsize (KiB) 84552

[startup+1639.57 s]
/proc/loadavg: 2.09 2.71 3.69 3/85 11009
/proc/meminfo: memFree=15632/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=84552 CPUtime=1630.94
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1366 0 0 0 162916 178 0 0 25 0 4 0 170019997 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774778 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 21138 1081 182 90 0 20676 0
[pid=10961/tid=10963] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170020005 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170110023 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10961/tid=11009] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11009/stat : 11009 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170155031 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1630.94
Current children cumulated vsize (KiB) 84552

[startup+1699.61 s]
/proc/loadavg: 2.13 2.61 3.59 3/85 11009
/proc/meminfo: memFree=15952/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=84552 CPUtime=1690.46
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1366 0 0 0 168865 181 0 0 25 0 4 0 170019997 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10961/statm: 21138 1081 182 90 0 20676 0
[pid=10961/tid=10963] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170020005 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170110023 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10961/tid=11009] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11009/stat : 11009 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170155031 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1690.46
Current children cumulated vsize (KiB) 84552

[startup+1759.65 s]
/proc/loadavg: 2.05 2.51 3.50 2/78 11011
/proc/meminfo: memFree=1932816/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=84552 CPUtime=1749.7
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1366 0 0 0 174783 187 0 0 25 0 4 0 170019997 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614710 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/10961/statm: 21138 1081 182 90 0 20676 0
[pid=10961/tid=10963] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/10963/stat : 10963 (bprolog) S 10959 10961 9347 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 170020005 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=10961/tid=11005] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11005/stat : 11005 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170110023 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10961/tid=11009] ppid=10959 vsize=84552 CPUtime=0
/proc/10961/task/11009/stat : 11009 (bprolog) S 10959 10961 9347 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 170155031 86581248 1081 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1749.7
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.1 s]
/proc/loadavg: 1.45 2.26 3.36 2/71 11097
/proc/meminfo: memFree=1932432/2055920 swapFree=4192224/4192956
[pid=10961] ppid=10959 vsize=84552 CPUtime=1800.07
/proc/10961/stat : 10961 (bprolog) R 10959 10961 9347 0 -1 4194304 1367 0 0 0 179820 187 0 0 25 0 1 0 170019997 86581248 1082 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614743 0 0 4096 2 0 0 0 17 1 0 0
/proc/10961/statm: 21138 1082 183 90 0 20676 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 84552

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.11
CPU time (s): 1800.08
CPU user time (s): 1798.2
CPU system time (s): 1.87571
CPU usage (%): 99.4458
Max. virtual memory (cumulated for all children) (KiB): 84552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.2
system time used= 1.87571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1367
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 52987

runsolver used 1.83972 s user time and 4.79127 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Jan  8 00:30:48 UTC 2007


IDJOB= 212075
IDBENCH= 4743
FILE ID= node33/212075-1168216244

PBS_JOBID= 3480835

Free space on /tmp= 53148 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-gr4x6.xml
COMMAND LINE= /tmp/evaluation/212075-1168216244/Complete/Ordinary/solver /tmp/evaluation/212075-1168216244/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node33/convwatcher-212075-1168216244 -o ROOT/results/node33/conversion-212075-1168216244 -C 600 -M 900 /tmp/evaluation/212075-1168216244/Complete/Ordinary/conversion /tmp/evaluation/212075-1168216244/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-212075-1168216244 -o ROOT/results/node33/solver-212075-1168216244 -C 1800 -M 900  /tmp/evaluation/212075-1168216244/Complete/Ordinary/solver /tmp/evaluation/212075-1168216244/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5c0eae07e2b5df27927910cb70045752

RANDOM SEED= 427554926

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:         19016 kB
Buffers:          3708 kB
Cached:        1868628 kB
SwapCached:        248 kB
Active:          58976 kB
Inactive:      1850360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         19016 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:          832304 kB
Writeback:          12 kB
Mapped:          53228 kB
Slab:           112816 kB
Committed_AS:  3318976 kB
PageTables:       1880 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66558 MiB



End job on node33 on Mon Jan  8 01:01:12 UTC 2007