Trace number 224899

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.05 1800.49

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-57_ext.xml
MD5SUMcbbdb4109208a17c1be939b946616d7e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.45932
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/224899-1168270156/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/node26/watcher-224899-1168270156 -o ROOT/results/node26/solver-224899-1168270156 -C 1800 -M 900 /tmp/evaluation/224899-1168270156/Complete/Ordinary/solver /tmp/evaluation/224899-1168270156/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: 0.86 0.99 1.08 4/78 18464
/proc/meminfo: memFree=446904/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=53472 CPUtime=0
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 477 0 0 0 0 0 0 0 18 0 1 0 175410081 54755328 196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/18463/statm: 13368 197 123 90 0 12906 0

[startup+0.10265 s]
/proc/loadavg: 0.86 0.99 1.08 4/78 18464
/proc/meminfo: memFree=446904/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=61640 CPUtime=0.09
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 1915 0 0 0 9 0 0 0 18 0 1 0 175410081 63119360 1631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/18463/statm: 15410 1632 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510685 s]
/proc/loadavg: 0.86 0.99 1.08 4/78 18464
/proc/meminfo: memFree=446904/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=61640 CPUtime=0.5
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 3464 0 0 0 49 1 0 0 22 0 1 0 175410081 63119360 3180 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601199 0 0 4096 2 0 0 0 17 1 0 0
/proc/18463/statm: 15410 3180 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33676 s]
/proc/loadavg: 0.86 0.99 1.08 2/78 18464
/proc/meminfo: memFree=404856/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=76188 CPUtime=1.33
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 13101 0 0 0 127 6 0 0 25 0 1 0 175410081 78016512 10933 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857159 0 0 4096 2 0 0 0 17 1 0 0
/proc/18463/statm: 19047 10933 158 90 0 18585 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 76188

[startup+2.97292 s]
/proc/loadavg: 0.86 0.99 1.08 2/78 18464
/proc/meminfo: memFree=397432/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=2.96
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17589 0 0 0 288 8 0 0 25 0 2 0 175410081 88911872 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13187 170 90 0 21245 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 86828

[startup+6.24922 s]
/proc/loadavg: 0.87 0.99 1.08 2/79 18465
/proc/meminfo: memFree=394736/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=6.24
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17590 0 0 0 616 8 0 0 25 0 2 0 175410081 88911872 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13188 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 86828

[startup+12.7108 s]
/proc/loadavg: 0.88 0.99 1.08 2/79 18465
/proc/meminfo: memFree=394752/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=12.7
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17590 0 0 0 1262 8 0 0 25 0 2 0 175410081 88911872 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13188 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 86828

[startup+25.514 s]
/proc/loadavg: 0.91 0.99 1.07 2/79 18465
/proc/meminfo: memFree=394752/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=25.49
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17590 0 0 0 2541 8 0 0 25 0 2 0 175410081 88911872 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13188 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86828

[startup+51.1374 s]
/proc/loadavg: 0.94 0.99 1.07 2/79 18465
/proc/meminfo: memFree=394752/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=51.11
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17590 0 0 0 5103 8 0 0 25 0 2 0 175410081 88911872 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13188 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 86828

[startup+102.372 s]
/proc/loadavg: 0.97 0.99 1.07 2/79 18465
/proc/meminfo: memFree=394752/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=102.34
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17591 0 0 0 10225 9 0 0 25 0 2 0 175410081 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13189 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 86828

[startup+162.428 s]
/proc/loadavg: 0.99 0.99 1.06 2/79 18465
/proc/meminfo: memFree=394752/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=162.38
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17591 0 0 0 16229 9 0 0 25 0 2 0 175410081 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13189 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 86828

[startup+222.478 s]
/proc/loadavg: 0.99 0.99 1.06 2/79 18465
/proc/meminfo: memFree=394688/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=222.42
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17591 0 0 0 22232 10 0 0 25 0 2 0 175410081 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13189 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 86828

[startup+282.528 s]
/proc/loadavg: 0.99 0.99 1.05 2/79 18465
/proc/meminfo: memFree=394624/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=282.45
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17591 0 0 0 28235 10 0 0 25 0 2 0 175410081 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13189 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 86828

[startup+342.577 s]
/proc/loadavg: 0.99 0.99 1.04 2/79 18465
/proc/meminfo: memFree=394624/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=342.48
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17591 0 0 0 34238 10 0 0 25 0 2 0 175410081 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13189 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13189 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 86828

[startup+402.634 s]
/proc/loadavg: 0.99 0.99 1.04 2/79 18465
/proc/meminfo: memFree=394560/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=402.52
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17592 0 0 0 40241 11 0 0 25 0 2 0 175410081 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711764 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13190 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.52
Current children cumulated vsize (KiB) 86828

[startup+462.683 s]
/proc/loadavg: 0.99 0.99 1.03 2/79 18465
/proc/meminfo: memFree=394560/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=462.55
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17592 0 0 0 46244 11 0 0 25 0 2 0 175410081 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13190 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.55
Current children cumulated vsize (KiB) 86828

[startup+522.734 s]
/proc/loadavg: 0.99 0.99 1.03 2/79 18465
/proc/meminfo: memFree=394432/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=522.6
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17592 0 0 0 52248 12 0 0 25 0 2 0 175410081 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670308 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13190 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.6
Current children cumulated vsize (KiB) 86828

[startup+582.789 s]
/proc/loadavg: 0.99 0.99 1.02 2/79 18465
/proc/meminfo: memFree=394368/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=582.63
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17592 0 0 0 58251 12 0 0 25 0 2 0 175410081 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 21707 13190 170 90 0 21245 0
[pid=18463/tid=18465] ppid=18461 vsize=86828 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175410328 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.63
Current children cumulated vsize (KiB) 86828

[startup+642.845 s]
/proc/loadavg: 0.99 0.99 1.01 2/79 18465
/proc/meminfo: memFree=394304/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=86828 CPUtime=642.68
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17592 0 0 0 64255 13 0 0 25 0 2 0 175410081 88911872 13190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711370 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1183.13
Current children cumulated vsize (KiB) 97072

[startup+1243.51 s]
/proc/loadavg: 0.99 0.99 1.00 2/80 18466
/proc/meminfo: memFree=393656/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=97072 CPUtime=1243.19
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17593 0 0 0 124302 17 0 0 25 0 3 0 175410081 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 24268 13191 170 90 0 23806 0
[pid=18463/tid=18465] ppid=18461 vsize=97072 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175410328 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=97072 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175500340 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1243.19
Current children cumulated vsize (KiB) 97072

[startup+1303.58 s]
/proc/loadavg: 1.03 1.01 1.00 2/80 18466
/proc/meminfo: memFree=393592/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=97072 CPUtime=1303.25
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17593 0 0 0 130307 18 0 0 25 0 3 0 175410081 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 24268 13191 170 90 0 23806 0
[pid=18463/tid=18465] ppid=18461 vsize=97072 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175410328 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=97072 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175500340 99401728 13191 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1303.25
Current children cumulated vsize (KiB) 97072

[startup+1363.66 s]
/proc/loadavg: 1.01 1.00 1.00 2/81 18467
/proc/meminfo: memFree=393456/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=107316 CPUtime=1363.31
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17607 0 0 0 136313 18 0 0 25 0 4 0 175410081 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711678 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 26829 13205 170 90 0 26367 0
[pid=18463/tid=18465] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175410328 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175500340 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18467] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18467/stat : 18467 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175545347 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1363.31
Current children cumulated vsize (KiB) 107316

[startup+1423.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18467
/proc/meminfo: memFree=393328/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=107316 CPUtime=1423.4
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17607 0 0 0 142321 19 0 0 25 0 4 0 175410081 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 26829 13205 170 90 0 26367 0
[pid=18463/tid=18465] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175410328 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175500340 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18467] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18467/stat : 18467 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175545347 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.4
Current children cumulated vsize (KiB) 107316

[startup+1483.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18467
/proc/meminfo: memFree=393328/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=107316 CPUtime=1483.49
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17607 0 0 0 148330 19 0 0 25 0 4 0 175410081 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 26829 13205 170 90 0 26367 0
[pid=18463/tid=18465] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175410328 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175500340 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18467] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18467/stat : 18467 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175545347 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.49
Current children cumulated vsize (KiB) 107316

[startup+1543.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18467
/proc/meminfo: memFree=393264/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=107316 CPUtime=1543.57
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17607 0 0 0 154338 19 0 0 25 0 4 0 175410081 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 26829 13205 170 90 0 26367 0
[pid=18463/tid=18465] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175410328 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175500340 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18467] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18467/stat : 18467 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175545347 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.57
Current children cumulated vsize (KiB) 107316

[startup+1604.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18467
/proc/meminfo: memFree=393200/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=107316 CPUtime=1603.66
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17607 0 0 0 160346 20 0 0 25 0 4 0 175410081 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 26829 13205 170 90 0 26367 0
[pid=18463/tid=18465] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175410328 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175500340 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18467] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18467/stat : 18467 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175545347 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.66
Current children cumulated vsize (KiB) 107316

[startup+1664.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18467
/proc/meminfo: memFree=393136/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=107316 CPUtime=1663.74
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17607 0 0 0 166354 20 0 0 25 0 4 0 175410081 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614682 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 26829 13205 170 90 0 26367 0
[pid=18463/tid=18465] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175410328 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175500340 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18467] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18467/stat : 18467 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175545347 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.74
Current children cumulated vsize (KiB) 107316

[startup+1724.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18467
/proc/meminfo: memFree=393072/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=107316 CPUtime=1723.73
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17607 0 0 0 172352 21 0 0 25 0 4 0 175410081 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 26829 13205 170 90 0 26367 0
[pid=18463/tid=18465] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175410328 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175500340 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18467] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18467/stat : 18467 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175545347 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.73
Current children cumulated vsize (KiB) 107316

[startup+1784.26 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18467
/proc/meminfo: memFree=393008/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=107316 CPUtime=1783.81
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17607 0 0 0 178360 21 0 0 25 0 4 0 175410081 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670196 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 26829 13205 170 90 0 26367 0
[pid=18463/tid=18465] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175410328 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175500340 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18467] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18467/stat : 18467 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175545347 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.81
Current children cumulated vsize (KiB) 107316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 18467
/proc/meminfo: memFree=393008/2055920 swapFree=4192812/4192956
[pid=18463] ppid=18461 vsize=107316 CPUtime=1800.02
/proc/18463/stat : 18463 (bprolog) R 18461 18463 17480 0 -1 4194304 17607 0 0 0 179981 21 0 0 25 0 4 0 175410081 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/18463/statm: 26829 13205 170 90 0 26367 0
[pid=18463/tid=18465] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18465/stat : 18465 (bprolog) S 18461 18463 17480 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175410328 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18466] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18466/stat : 18466 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175500340 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18463/tid=18467] ppid=18461 vsize=107316 CPUtime=0
/proc/18463/task/18467/stat : 18467 (bprolog) S 18461 18463 17480 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175545347 109891584 13205 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 107316

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.49
CPU time (s): 1800.05
CPU user time (s): 1799.82
CPU system time (s): 0.226965
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 107316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17607
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= 29513

runsolver used 2.12868 s user time and 4.26635 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan  8 15:29:16 UTC 2007


IDJOB= 224899
IDBENCH= 5801
FILE ID= node26/224899-1168270156

PBS_JOBID= 3482957

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-57_ext.xml
COMMAND LINE= /tmp/evaluation/224899-1168270156/Complete/Ordinary/solver /tmp/evaluation/224899-1168270156/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node26/convwatcher-224899-1168270156 -o ROOT/results/node26/conversion-224899-1168270156 -C 600 -M 900 /tmp/evaluation/224899-1168270156/Complete/Ordinary/conversion /tmp/evaluation/224899-1168270156/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-224899-1168270156 -o ROOT/results/node26/solver-224899-1168270156 -C 1800 -M 900  /tmp/evaluation/224899-1168270156/Complete/Ordinary/solver /tmp/evaluation/224899-1168270156/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  cbbdb4109208a17c1be939b946616d7e

RANDOM SEED= 566609482

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.236
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.236
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:        447384 kB
Buffers:         10224 kB
Cached:        1486728 kB
SwapCached:          0 kB
Active:         899268 kB
Inactive:       657204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        447384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3056 kB
Writeback:           0 kB
Mapped:          78488 kB
Slab:            37448 kB
Committed_AS:  3486064 kB
PageTables:       1912 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= 66540 MiB



End job on node26 on Mon Jan  8 15:59:19 UTC 2007