Trace number 224447

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.09 1803.82

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-69_ext.xml
MD5SUMdd6d0b23f4c9981a38d8602ea8bb85f3
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 benchmark3.2945
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/224447-1168268821/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-224447-1168268821 -o ROOT/results/node33/solver-224447-1168268821 -C 1800 -M 900 /tmp/evaluation/224447-1168268821/Complete/Ordinary/solver /tmp/evaluation/224447-1168268821/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
/proc/loadavg: 1.92 1.94 1.98 5/75 17608
/proc/meminfo: memFree=711304/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=18540 CPUtime=0
/proc/17607/stat : 17607 (runsolver) R 17605 17301 17301 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 175276249 18984960 277 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 210823967474 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17607/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.10722 s]
/proc/loadavg: 1.92 1.94 1.98 5/75 17608
/proc/meminfo: memFree=711304/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=61640 CPUtime=0.09
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 1898 0 0 0 9 0 0 0 20 0 1 0 175276249 63119360 1614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 0 0 0 17 1 0 0
/proc/17607/statm: 15410 1614 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515299 s]
/proc/loadavg: 1.92 1.94 1.98 5/75 17608
/proc/meminfo: memFree=711304/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=61640 CPUtime=0.5
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 3451 0 0 0 49 1 0 0 24 0 1 0 175276249 63119360 3167 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134573996 0 0 4096 2 0 0 0 17 1 0 0
/proc/17607/statm: 15410 3167 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33647 s]
/proc/loadavg: 1.92 1.94 1.98 3/75 17608
/proc/meminfo: memFree=669192/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=76020 CPUtime=1.31
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 12385 0 0 0 126 5 0 0 25 0 1 0 175276249 77844480 10887 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134561138 0 0 4096 2 0 0 0 17 1 0 0
/proc/17607/statm: 19005 10887 158 90 0 18543 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 76020

[startup+2.98181 s]
/proc/loadavg: 1.93 1.94 1.98 3/75 17608
/proc/meminfo: memFree=661832/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=2.94
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17582 0 0 0 286 8 0 0 25 0 2 0 175276249 88907776 13185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17607/statm: 21706 13185 170 90 0 21244 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 86824

[startup+6.26149 s]
/proc/loadavg: 1.93 1.94 1.98 3/76 17609
/proc/meminfo: memFree=659072/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=6.19
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17582 0 0 0 611 8 0 0 25 0 2 0 175276249 88907776 13185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17607/statm: 21706 13185 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 86824

[startup+12.7368 s]
/proc/loadavg: 1.94 1.94 1.98 3/76 17609
/proc/meminfo: memFree=659200/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=12.61
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17582 0 0 0 1253 8 0 0 25 0 2 0 175276249 88907776 13185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670646 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17607/statm: 21706 13185 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13185 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 86824

[startup+25.5625 s]
/proc/loadavg: 1.95 1.94 1.98 3/76 17609
/proc/meminfo: memFree=659264/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=25.32
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17583 0 0 0 2524 8 0 0 25 0 2 0 175276249 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17607/statm: 21706 13186 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 86824

[startup+51.2278 s]
/proc/loadavg: 2.10 1.98 1.99 3/76 17609
/proc/meminfo: memFree=659392/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=50.74
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17583 0 0 0 5066 8 0 0 25 0 2 0 175276249 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17607/statm: 21706 13186 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 86824

[startup+102.445 s]
/proc/loadavg: 2.04 1.98 1.99 3/76 17609
/proc/meminfo: memFree=659456/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=101.49
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17583 0 0 0 10141 8 0 0 25 0 2 0 175276249 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639037 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17607/statm: 21706 13186 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 86824

[startup+162.473 s]
/proc/loadavg: 2.01 1.98 1.99 3/76 17609
/proc/meminfo: memFree=659456/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=160.97
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17583 0 0 0 16088 9 0 0 25 0 2 0 175276249 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17607/statm: 21706 13186 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 86824

[startup+222.508 s]
/proc/loadavg: 2.00 1.98 1.99 3/76 17609
/proc/meminfo: memFree=659456/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=220.44
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17583 0 0 0 22035 9 0 0 25 0 2 0 175276249 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/17607/statm: 21706 13186 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.44
Current children cumulated vsize (KiB) 86824

[startup+282.593 s]
/proc/loadavg: 2.00 1.98 1.99 2/69 17609
/proc/meminfo: memFree=662776/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=279.98
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17583 0 0 0 27989 9 0 0 25 0 2 0 175276249 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 21706 13186 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13186 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.98
Current children cumulated vsize (KiB) 86824

[startup+342.692 s]
/proc/loadavg: 1.56 1.87 1.95 2/66 17816
/proc/meminfo: memFree=663392/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=340.01
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17584 0 0 0 33983 18 0 0 25 0 2 0 175276249 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 21706 13187 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.01
Current children cumulated vsize (KiB) 86824

[startup+402.758 s]
/proc/loadavg: 1.20 1.71 1.89 2/66 17816
/proc/meminfo: memFree=663456/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=400.02
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17584 0 0 0 39984 18 0 0 25 0 2 0 175276249 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639038 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 21706 13187 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.02
Current children cumulated vsize (KiB) 86824

[startup+462.825 s]
/proc/loadavg: 1.07 1.58 1.83 2/66 17816
/proc/meminfo: memFree=663520/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=460.05
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17584 0 0 0 45987 18 0 0 25 0 2 0 175276249 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 21706 13187 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.05
Current children cumulated vsize (KiB) 86824

[startup+522.891 s]
/proc/loadavg: 1.02 1.47 1.78 2/66 17816
/proc/meminfo: memFree=663520/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=520.07
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17584 0 0 0 51989 18 0 0 25 0 2 0 175276249 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597154 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 21706 13187 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.07
Current children cumulated vsize (KiB) 86824

[startup+582.958 s]
/proc/loadavg: 1.01 1.38 1.72 2/66 17816
/proc/meminfo: memFree=663520/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=580.09
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17584 0 0 0 57990 19 0 0 25 0 2 0 175276249 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 21706 13187 170 90 0 21244 0
[pid=17607/tid=17609] ppid=17605 vsize=86824 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175276503 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.09
Current children cumulated vsize (KiB) 86824

[startup+643.02 s]
/proc/loadavg: 1.05 1.32 1.68 2/66 17816
/proc/meminfo: memFree=663456/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=86824 CPUtime=640.13
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17584 0 0 0 63994 19 0 0 25 0 2 0 175276249 88907776 13187 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17585 0 0 0 118025 19 0 0 25 0 3 0 175276249 99397632 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 24267 13188 170 90 0 23805 0
[pid=17607/tid=17609] ppid=17605 vsize=97068 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175276503 99397632 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=97068 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175366522 99397632 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1180.44
Current children cumulated vsize (KiB) 97068

[startup+1243.82 s]
/proc/loadavg: 1.00 1.04 1.34 2/67 17819
/proc/meminfo: memFree=663256/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=97068 CPUtime=1240.49
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17585 0 0 0 124030 19 0 0 25 0 3 0 175276249 99397632 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 24267 13188 170 90 0 23805 0
[pid=17607/tid=17609] ppid=17605 vsize=97068 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175276503 99397632 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=97068 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175366522 99397632 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1240.49
Current children cumulated vsize (KiB) 97068

[startup+1303.91 s]
/proc/loadavg: 1.00 1.03 1.32 2/67 17819
/proc/meminfo: memFree=663256/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=97068 CPUtime=1300.54
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17585 0 0 0 130035 19 0 0 25 0 3 0 175276249 99397632 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 24267 13188 170 90 0 23805 0
[pid=17607/tid=17609] ppid=17605 vsize=97068 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175276503 99397632 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=97068 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175366522 99397632 13188 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1300.54
Current children cumulated vsize (KiB) 97068

[startup+1364 s]
/proc/loadavg: 1.00 1.02 1.29 2/68 17820
/proc/meminfo: memFree=663248/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=107312 CPUtime=1360.6
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17606 0 0 0 136041 19 0 0 25 0 4 0 175276249 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567864 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 26828 13209 170 90 0 26366 0
[pid=17607/tid=17609] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175276503 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175366522 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17820] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17820/stat : 17820 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175411530 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1360.6
Current children cumulated vsize (KiB) 107312

[startup+1424.01 s]
/proc/loadavg: 1.00 1.02 1.27 2/68 17820
/proc/meminfo: memFree=663184/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=107312 CPUtime=1420.57
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17606 0 0 0 142037 20 0 0 25 0 4 0 175276249 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 26828 13209 170 90 0 26366 0
[pid=17607/tid=17609] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175276503 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175366522 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17820] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17820/stat : 17820 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175411530 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1420.57
Current children cumulated vsize (KiB) 107312

[startup+1484.03 s]
/proc/loadavg: 1.00 1.01 1.25 2/68 17820
/proc/meminfo: memFree=663120/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=107312 CPUtime=1480.53
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17606 0 0 0 148033 20 0 0 25 0 4 0 175276249 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 26828 13209 170 90 0 26366 0
[pid=17607/tid=17609] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175276503 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175366522 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17820] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17820/stat : 17820 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175411530 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.53
Current children cumulated vsize (KiB) 107312

[startup+1544.05 s]
/proc/loadavg: 1.00 1.00 1.23 2/68 17820
/proc/meminfo: memFree=663120/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=107312 CPUtime=1540.5
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17606 0 0 0 154030 20 0 0 25 0 4 0 175276249 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 26828 13209 170 90 0 26366 0
[pid=17607/tid=17609] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175276503 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175366522 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17820] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17820/stat : 17820 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175411530 109887488 13209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.5
Current children cumulated vsize (KiB) 107312

[startup+1604.06 s]
/proc/loadavg: 1.00 1.00 1.22 2/68 17820
/proc/meminfo: memFree=663056/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=107312 CPUtime=1600.48
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17607 0 0 0 160028 20 0 0 25 0 4 0 175276249 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 26828 13210 170 90 0 26366 0
[pid=17607/tid=17609] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175276503 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175366522 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17820] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17820/stat : 17820 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175411530 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.48
Current children cumulated vsize (KiB) 107312

[startup+1664.08 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 17820
/proc/meminfo: memFree=663056/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=107312 CPUtime=1660.45
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17607 0 0 0 166025 20 0 0 25 0 4 0 175276249 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639208 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 26828 13210 170 90 0 26366 0
[pid=17607/tid=17609] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175276503 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175366522 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17820] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17820/stat : 17820 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175411530 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.45
Current children cumulated vsize (KiB) 107312

[startup+1724.1 s]
/proc/loadavg: 1.00 1.00 1.18 2/68 17820
/proc/meminfo: memFree=662992/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=107312 CPUtime=1720.42
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17607 0 0 0 172022 20 0 0 25 0 4 0 175276249 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 26828 13210 170 90 0 26366 0
[pid=17607/tid=17609] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175276503 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175366522 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17820] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17820/stat : 17820 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175411530 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.42
Current children cumulated vsize (KiB) 107312

[startup+1784.11 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 17820
/proc/meminfo: memFree=662992/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=107312 CPUtime=1780.39
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17607 0 0 0 178019 20 0 0 25 0 4 0 175276249 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/17607/statm: 26828 13210 170 90 0 26366 0
[pid=17607/tid=17609] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17609/stat : 17609 (bprolog) S 17605 17607 17301 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175276503 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17819] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17819/stat : 17819 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175366522 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=17607/tid=17820] ppid=17605 vsize=107312 CPUtime=0
/proc/17607/task/17820/stat : 17820 (bprolog) S 17605 17607 17301 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175411530 109887488 13210 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.39
Current children cumulated vsize (KiB) 107312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.81 s]
/proc/loadavg: 1.00 1.00 1.17 2/65 17820
/proc/meminfo: memFree=662992/2055920 swapFree=4192224/4192956
[pid=17607] ppid=17605 vsize=107312 CPUtime=1800.07
/proc/17607/stat : 17607 (bprolog) R 17605 17607 17301 0 -1 4194304 17608 0 0 0 179987 20 0 0 25 0 1 0 175276249 109887488 13211 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 0 0 0 17 0 0 0
/proc/17607/statm: 26828 13211 171 90 0 26366 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 107312

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.82
CPU time (s): 1800.09
CPU user time (s): 1799.88
CPU system time (s): 0.216967
CPU usage (%): 99.7932
Max. virtual memory (cumulated for all children) (KiB): 107312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17608
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= 11
involuntary context switches= 9708

runsolver used 1.9727 s user time and 4.69029 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Jan  8 15:07:01 UTC 2007


IDJOB= 224447
IDBENCH= 5751
FILE ID= node33/224447-1168268821

PBS_JOBID= 3482948

Free space on /tmp= 66561 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  dd6d0b23f4c9981a38d8602ea8bb85f3

RANDOM SEED= 293187623

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:        711720 kB
Buffers:          3220 kB
Cached:        1267436 kB
SwapCached:        264 kB
Active:         538608 kB
Inactive:       755032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        711720 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            3036 kB
Writeback:           0 kB
Mapped:          34252 kB
Slab:            35736 kB
Committed_AS:  3336244 kB
PageTables:       1800 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= 66562 MiB



End job on node33 on Mon Jan  8 15:37:08 UTC 2007