Trace number 233818

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.07 1807.86

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-4.xml
MD5SUM749743b0ffe967487adf96742b5fd099
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.346947
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size392
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/233818-1168328432/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/node51/watcher-233818-1168328432 -o ROOT/results/node51/solver-233818-1168328432 -C 1800 -M 900 /tmp/evaluation/233818-1168328432/Complete/Ordinary/solver /tmp/evaluation/233818-1168328432/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: 2.09 1.82 1.48 5/85 6083
/proc/meminfo: memFree=1161960/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=1320 CPUtime=0
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 302 0 0 0 0 0 0 0 20 0 1 0 181241773 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 2618148 0 0 4096 0 0 0 0 17 1 0 0
/proc/6082/statm: 330 36 29 90 0 167 0

[startup+0.103036 s]
/proc/loadavg: 2.09 1.82 1.48 5/85 6083
/proc/meminfo: memFree=1161960/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=0.09
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 973 0 0 0 9 0 0 0 20 0 2 0 181241773 65601536 688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 688 171 90 0 15554 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64064

[startup+0.511099 s]
/proc/loadavg: 2.09 1.82 1.48 5/85 6083
/proc/meminfo: memFree=1161960/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=0.49
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 973 0 0 0 49 0 0 0 24 0 2 0 181241773 65601536 688 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552968 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 688 171 90 0 15554 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 64064

[startup+1.33224 s]
/proc/loadavg: 2.09 1.82 1.48 3/86 6084
/proc/meminfo: memFree=1159776/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=1.31
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 991 0 0 0 131 0 0 0 25 0 2 0 181241773 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552738 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 706 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 64064

[startup+2.97552 s]
/proc/loadavg: 2.09 1.82 1.48 3/86 6084
/proc/meminfo: memFree=1159776/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=2.95
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 991 0 0 0 295 0 0 0 25 0 2 0 181241773 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626298 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 706 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 64064

[startup+6.25507 s]
/proc/loadavg: 2.08 1.82 1.48 3/86 6084
/proc/meminfo: memFree=1159648/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=6.22
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 991 0 0 0 622 0 0 0 25 0 2 0 181241773 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 706 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 64064

[startup+12.7222 s]
/proc/loadavg: 2.08 1.83 1.48 3/86 6084
/proc/meminfo: memFree=1134112/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=12.66
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 991 0 0 0 1266 0 0 0 25 0 2 0 181241773 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 706 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 64064

[startup+25.5373 s]
/proc/loadavg: 2.06 1.83 1.49 3/86 6084
/proc/meminfo: memFree=1134112/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=25.42
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 991 0 0 0 2542 0 0 0 25 0 2 0 181241773 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 706 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 64064

[startup+51.1787 s]
/proc/loadavg: 2.20 1.88 1.51 3/86 6084
/proc/meminfo: memFree=1107680/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=50.87
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 991 0 0 0 5087 0 0 0 25 0 2 0 181241773 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 706 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 64064

[startup+102.448 s]
/proc/loadavg: 2.08 1.89 1.54 3/86 6084
/proc/meminfo: memFree=1090912/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=101.95
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 991 0 0 0 10195 0 0 0 25 0 2 0 181241773 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 706 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 64064

[startup+162.483 s]
/proc/loadavg: 2.03 1.91 1.56 3/86 6084
/proc/meminfo: memFree=1090976/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=161.61
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 991 0 0 0 16160 1 0 0 25 0 2 0 181241773 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 16016 706 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 64064

[startup+222.529 s]
/proc/loadavg: 2.01 1.92 1.59 3/86 6084
/proc/meminfo: memFree=1090720/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=221.33
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 991 0 0 0 22132 1 0 0 25 0 2 0 181241773 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 16016 706 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 706 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 64064

[startup+282.625 s]
/proc/loadavg: 2.00 1.94 1.61 3/86 6084
/proc/meminfo: memFree=1078112/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=281.17
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 992 0 0 0 28116 1 0 0 25 0 2 0 181241773 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589512 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 707 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.17
Current children cumulated vsize (KiB) 64064

[startup+342.718 s]
/proc/loadavg: 2.00 1.94 1.63 3/86 6084
/proc/meminfo: memFree=1078176/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=341
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 992 0 0 0 34099 1 0 0 25 0 2 0 181241773 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614604 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 707 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341
Current children cumulated vsize (KiB) 64064

[startup+402.804 s]
/proc/loadavg: 2.00 1.95 1.65 3/86 6084
/proc/meminfo: memFree=1078176/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=400.79
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 992 0 0 0 40078 1 0 0 25 0 2 0 181241773 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 16016 707 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.79
Current children cumulated vsize (KiB) 64064

[startup+462.827 s]
/proc/loadavg: 2.00 1.96 1.67 3/86 6084
/proc/meminfo: memFree=1078176/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=460.48
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 992 0 0 0 46047 1 0 0 25 0 2 0 181241773 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134627721 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 16016 707 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.48
Current children cumulated vsize (KiB) 64064

[startup+522.883 s]
/proc/loadavg: 2.00 1.96 1.69 3/86 6084
/proc/meminfo: memFree=1078112/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=520.21
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 992 0 0 0 52020 1 0 0 25 0 2 0 181241773 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 16016 707 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.21
Current children cumulated vsize (KiB) 64064

[startup+582.93 s]
/proc/loadavg: 2.18 2.01 1.72 3/86 6084
/proc/meminfo: memFree=1077664/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=64064 CPUtime=579.94
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 992 0 0 0 57992 2 0 0 25 0 2 0 181241773 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618406 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 16016 707 172 90 0 15554 0
[pid=6082/tid=6084] ppid=6080 vsize=64064 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 21 0 2 0 181241777 65601536 707 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.94
Current children cumulated vsize (KiB) 64064

[startup+642.972 s]

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

/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 993 0 0 0 117721 3 0 0 25 0 3 0 181241773 76091392 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134626443 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 18577 708 172 90 0 18115 0
[pid=6082/tid=6084] ppid=6080 vsize=74308 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181241777 76091392 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=74308 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181331791 76091392 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1177.24
Current children cumulated vsize (KiB) 74308

[startup+1243.34 s]
/proc/loadavg: 2.00 2.02 1.85 3/93 6159
/proc/meminfo: memFree=1076176/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=74308 CPUtime=1236.92
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 993 0 0 0 123689 3 0 0 25 0 3 0 181241773 76091392 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 18577 708 172 90 0 18115 0
[pid=6082/tid=6084] ppid=6080 vsize=74308 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181241777 76091392 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=74308 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181331791 76091392 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.92
Current children cumulated vsize (KiB) 74308

[startup+1303.39 s]
/proc/loadavg: 2.00 2.02 1.86 3/93 6251
/proc/meminfo: memFree=1076136/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=74308 CPUtime=1296.6
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 993 0 0 0 129657 3 0 0 25 0 3 0 181241773 76091392 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 18577 708 172 90 0 18115 0
[pid=6082/tid=6084] ppid=6080 vsize=74308 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 181241777 76091392 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=74308 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181331791 76091392 708 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.6
Current children cumulated vsize (KiB) 74308

[startup+1363.43 s]
/proc/loadavg: 2.00 2.01 1.87 3/88 6284
/proc/meminfo: memFree=1077136/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=84552 CPUtime=1356.35
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 994 0 0 0 135631 4 0 0 25 0 4 0 181241773 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 21138 709 172 90 0 20676 0
[pid=6082/tid=6084] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181241777 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181331791 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6082/tid=6284] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6284/stat : 6284 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181376799 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.35
Current children cumulated vsize (KiB) 84552

[startup+1423.47 s]
/proc/loadavg: 2.00 2.00 1.87 3/88 6284
/proc/meminfo: memFree=1077008/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=84552 CPUtime=1416.08
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 994 0 0 0 141604 4 0 0 25 0 4 0 181241773 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6082/statm: 21138 709 172 90 0 20676 0
[pid=6082/tid=6084] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181241777 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181331791 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6082/tid=6284] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6284/stat : 6284 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181376799 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.08
Current children cumulated vsize (KiB) 84552

[startup+1483.54 s]
/proc/loadavg: 2.03 2.01 1.88 3/84 6359
/proc/meminfo: memFree=1524016/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=84552 CPUtime=1476.07
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 994 0 0 0 147602 5 0 0 25 0 4 0 181241773 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621953 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 21138 709 172 90 0 20676 0
[pid=6082/tid=6084] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181241777 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181331791 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6082/tid=6284] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6284/stat : 6284 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181376799 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.07
Current children cumulated vsize (KiB) 84552

[startup+1543.57 s]
/proc/loadavg: 2.01 2.01 1.89 3/84 6359
/proc/meminfo: memFree=1403504/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=84552 CPUtime=1536.05
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 994 0 0 0 153599 6 0 0 25 0 4 0 181241773 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552935 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 21138 709 172 90 0 20676 0
[pid=6082/tid=6084] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181241777 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181331791 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6082/tid=6284] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6284/stat : 6284 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 181376799 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.05
Current children cumulated vsize (KiB) 84552

[startup+1603.63 s]
/proc/loadavg: 2.00 2.00 1.90 4/84 6359
/proc/meminfo: memFree=1311920/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=84552 CPUtime=1596.07
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 994 0 0 0 159601 6 0 0 25 0 4 0 181241773 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 21138 709 172 90 0 20676 0
[pid=6082/tid=6084] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181241777 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181331791 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6082/tid=6284] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6284/stat : 6284 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181376799 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.07
Current children cumulated vsize (KiB) 84552

[startup+1663.65 s]
/proc/loadavg: 2.04 2.01 1.91 3/84 6359
/proc/meminfo: memFree=1239024/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=84552 CPUtime=1656.01
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 994 0 0 0 165595 6 0 0 25 0 4 0 181241773 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 21138 709 172 90 0 20676 0
[pid=6082/tid=6084] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181241777 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181331791 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6082/tid=6284] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6284/stat : 6284 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181376799 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.01
Current children cumulated vsize (KiB) 84552

[startup+1723.7 s]
/proc/loadavg: 2.09 2.02 1.91 4/84 6359
/proc/meminfo: memFree=1173360/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=84552 CPUtime=1715.99
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 994 0 0 0 171592 7 0 0 25 0 4 0 181241773 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 21138 709 172 90 0 20676 0
[pid=6082/tid=6084] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181241777 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181331791 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6082/tid=6284] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6284/stat : 6284 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181376799 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.99
Current children cumulated vsize (KiB) 84552

[startup+1783.8 s]
/proc/loadavg: 2.03 2.02 1.91 3/84 6359
/proc/meminfo: memFree=1136112/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=84552 CPUtime=1776.04
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 994 0 0 0 177596 8 0 0 25 0 4 0 181241773 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6082/statm: 21138 709 172 90 0 20676 0
[pid=6082/tid=6084] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6084/stat : 6084 (bprolog) S 6080 6082 5878 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 181241777 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6082/tid=6085] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6085/stat : 6085 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181331791 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6082/tid=6284] ppid=6080 vsize=84552 CPUtime=0
/proc/6082/task/6284/stat : 6284 (bprolog) S 6080 6082 5878 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 181376799 86581248 709 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.04
Current children cumulated vsize (KiB) 84552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.85 s]
/proc/loadavg: 2.02 2.02 1.91 3/81 6359
/proc/meminfo: memFree=1123760/2055920 swapFree=4192812/4192956
[pid=6082] ppid=6080 vsize=84552 CPUtime=1800.06
/proc/6082/stat : 6082 (bprolog) R 6080 6082 5878 0 -1 4194304 995 0 0 0 179998 8 0 0 25 0 1 0 181241773 86581248 710 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553018 0 0 4096 2 0 0 0 17 0 0 0
/proc/6082/statm: 21138 710 173 90 0 20676 0
Current children cumulated CPU time (s) 1800.06
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): 1807.86
CPU time (s): 1800.07
CPU user time (s): 1799.98
CPU system time (s): 0.086986
CPU usage (%): 99.5691
Max. virtual memory (cumulated for all children) (KiB): 84552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 995
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= 14
involuntary context switches= 31730

runsolver used 1.75173 s user time and 5.2282 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Tue Jan  9 07:40:32 UTC 2007


IDJOB= 233818
IDBENCH= 6640
FILE ID= node51/233818-1168328432

PBS_JOBID= 3503245

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-95-4.xml
COMMAND LINE= /tmp/evaluation/233818-1168328432/Complete/Ordinary/solver /tmp/evaluation/233818-1168328432/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node51/convwatcher-233818-1168328432 -o ROOT/results/node51/conversion-233818-1168328432 -C 600 -M 900 /tmp/evaluation/233818-1168328432/Complete/Ordinary/conversion /tmp/evaluation/233818-1168328432/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-233818-1168328432 -o ROOT/results/node51/solver-233818-1168328432 -C 1800 -M 900  /tmp/evaluation/233818-1168328432/Complete/Ordinary/solver /tmp/evaluation/233818-1168328432/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  749743b0ffe967487adf96742b5fd099

RANDOM SEED= 32562928

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.277
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.277
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:       1162376 kB
Buffers:         24356 kB
Cached:         141224 kB
SwapCached:          0 kB
Active:         708780 kB
Inactive:       126936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1162376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:         690812 kB
Slab:            41820 kB
Committed_AS:  4849096 kB
PageTables:       3096 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= 66481 MiB



End job on node51 on Tue Jan  9 08:10:40 UTC 2007