Trace number 224513

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 1801.96

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-63_ext.xml
MD5SUM25cc1a62716c958aff4bfac490f443d6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.6176
SatisfiableNO
(Un)Satisfiability was provedNO
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/224513-1168269038/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/node30/watcher-224513-1168269038 -o ROOT/results/node30/solver-224513-1168269038 -C 1800 -M 900 /tmp/evaluation/224513-1168269038/Complete/Ordinary/solver /tmp/evaluation/224513-1168269038/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: 1.91 1.95 1.97 5/87 2964
/proc/meminfo: memFree=693264/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=1320 CPUtime=0
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 302 0 0 0 0 0 0 0 21 0 1 0 175297924 1351680 36 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 7017252 0 0 4096 0 0 0 0 17 1 0 0
/proc/2963/statm: 330 36 29 90 0 167 0

[startup+0.106496 s]
/proc/loadavg: 1.91 1.95 1.97 5/87 2964
/proc/meminfo: memFree=693264/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=61640 CPUtime=0.09
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 1857 0 0 0 8 1 0 0 21 0 1 0 175297924 63119360 1573 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589233 0 0 4096 2 0 0 0 17 1 0 0
/proc/2963/statm: 15410 1573 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.514516 s]
/proc/loadavg: 1.91 1.95 1.97 5/87 2964
/proc/meminfo: memFree=693264/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=61640 CPUtime=0.5
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 3429 0 0 0 48 2 0 0 25 0 1 0 175297924 63119360 3145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568371 0 0 4096 2 0 0 0 17 1 0 0
/proc/2963/statm: 15410 3145 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33557 s]
/proc/loadavg: 1.91 1.95 1.97 3/87 2964
/proc/meminfo: memFree=651792/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=76020 CPUtime=1.32
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 12246 0 0 0 126 6 0 0 25 0 1 0 175297924 77844480 10740 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 0 0 0 17 1 0 0
/proc/2963/statm: 19005 10740 158 90 0 18543 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 76020

[startup+2.97268 s]
/proc/loadavg: 1.92 1.95 1.97 3/87 2964
/proc/meminfo: memFree=643216/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=2.95
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17601 0 0 0 286 9 0 0 25 0 2 0 175297924 88911872 13195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2963/statm: 21707 13195 170 90 0 21245 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 86828

[startup+6.26589 s]
/proc/loadavg: 1.92 1.95 1.97 3/88 2965
/proc/meminfo: memFree=639944/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=6.22
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17601 0 0 0 613 9 0 0 25 0 2 0 175297924 88911872 13195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2963/statm: 21707 13195 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13195 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) 86828

[startup+12.7263 s]
/proc/loadavg: 1.93 1.96 1.97 3/88 2965
/proc/meminfo: memFree=638664/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=12.65
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 1256 9 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 86828

[startup+25.5711 s]
/proc/loadavg: 1.95 1.96 1.97 3/95 3046
/proc/meminfo: memFree=664720/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=25.48
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 2539 9 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86828

[startup+51.2418 s]
/proc/loadavg: 1.97 1.96 1.97 3/88 3047
/proc/meminfo: memFree=724232/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=51.13
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 5104 9 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603990 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 86828

[startup+102.472 s]
/proc/loadavg: 1.98 1.96 1.97 3/88 3047
/proc/meminfo: memFree=702984/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=102.31
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 10222 9 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 86828

[startup+162.534 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 3047
/proc/meminfo: memFree=686984/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=162.31
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 16221 10 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 86828

[startup+222.601 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 3047
/proc/meminfo: memFree=672584/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=222.32
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 22222 10 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 86828

[startup+282.661 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 3047
/proc/meminfo: memFree=663240/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=282.32
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 28222 10 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556998 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 86828

[startup+342.72 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 3047
/proc/meminfo: memFree=654856/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=342.31
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 34221 10 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 86828

[startup+402.79 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 3047
/proc/meminfo: memFree=646728/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=402.32
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 40222 10 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711934 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 86828

[startup+462.86 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 3049
/proc/meminfo: memFree=637064/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=462.34
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 46224 10 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604258 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 86828

[startup+522.93 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 3049
/proc/meminfo: memFree=630728/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=522.33
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 52223 10 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567806 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 86828

[startup+582.996 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 3049
/proc/meminfo: memFree=622216/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=582.35
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 58224 11 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 21707 13196 170 90 0 21245 0
[pid=2963/tid=2965] ppid=2961 vsize=86828 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175298183 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 86828

[startup+643.056 s]
/proc/loadavg: 1.99 1.97 1.97 3/88 3049
/proc/meminfo: memFree=614152/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=86828 CPUtime=642.33
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17602 0 0 0 64222 11 0 0 25 0 2 0 175297924 88911872 13196 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1243.84 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 3050
/proc/meminfo: memFree=560640/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=97072 CPUtime=1242.52
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17603 0 0 0 124240 12 0 0 25 0 3 0 175297924 99401728 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 24268 13197 170 90 0 23806 0
[pid=2963/tid=2965] ppid=2961 vsize=97072 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175298183 99401728 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=97072 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175388193 99401728 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.52
Current children cumulated vsize (KiB) 97072

[startup+1303.94 s]
/proc/loadavg: 2.00 1.99 1.97 3/89 3050
/proc/meminfo: memFree=557504/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=97072 CPUtime=1302.56
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17603 0 0 0 130244 12 0 0 25 0 3 0 175297924 99401728 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 24268 13197 170 90 0 23806 0
[pid=2963/tid=2965] ppid=2961 vsize=97072 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175298183 99401728 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=97072 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175388193 99401728 13197 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.56
Current children cumulated vsize (KiB) 97072

[startup+1364.03 s]
/proc/loadavg: 2.00 1.99 1.97 3/90 3051
/proc/meminfo: memFree=554104/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=107316 CPUtime=1362.58
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17613 0 0 0 136246 12 0 0 25 0 4 0 175297924 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670372 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 26829 13207 170 90 0 26367 0
[pid=2963/tid=2965] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175298183 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175388193 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2963/tid=3051] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3051/stat : 3051 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175433199 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.58
Current children cumulated vsize (KiB) 107316

[startup+1424.05 s]
/proc/loadavg: 2.00 1.99 1.97 3/90 3051
/proc/meminfo: memFree=550392/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=107316 CPUtime=1422.56
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17613 0 0 0 142243 13 0 0 25 0 4 0 175297924 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 26829 13207 170 90 0 26367 0
[pid=2963/tid=2965] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175298183 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175388193 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2963/tid=3051] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3051/stat : 3051 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175433199 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.56
Current children cumulated vsize (KiB) 107316

[startup+1484.07 s]
/proc/loadavg: 2.00 1.99 1.97 3/90 3051
/proc/meminfo: memFree=544760/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=107316 CPUtime=1482.51
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17613 0 0 0 148238 13 0 0 25 0 4 0 175297924 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 26829 13207 170 90 0 26367 0
[pid=2963/tid=2965] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175298183 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175388193 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2963/tid=3051] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3051/stat : 3051 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175433199 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.51
Current children cumulated vsize (KiB) 107316

[startup+1544.08 s]
/proc/loadavg: 2.00 1.99 1.97 3/90 3051
/proc/meminfo: memFree=539640/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=107316 CPUtime=1542.45
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17613 0 0 0 154232 13 0 0 25 0 4 0 175297924 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 26829 13207 170 90 0 26367 0
[pid=2963/tid=2965] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175298183 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175388193 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2963/tid=3051] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3051/stat : 3051 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175433199 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.45
Current children cumulated vsize (KiB) 107316

[startup+1604.1 s]
/proc/loadavg: 2.08 2.02 1.98 3/90 3051
/proc/meminfo: memFree=534520/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=107316 CPUtime=1602.42
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17613 0 0 0 160228 14 0 0 25 0 4 0 175297924 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 26829 13207 170 90 0 26367 0
[pid=2963/tid=2965] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175298183 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175388193 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2963/tid=3051] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3051/stat : 3051 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175433199 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.42
Current children cumulated vsize (KiB) 107316

[startup+1664.11 s]
/proc/loadavg: 2.03 2.01 1.98 3/90 3051
/proc/meminfo: memFree=529656/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=107316 CPUtime=1662.38
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17613 0 0 0 166224 14 0 0 25 0 4 0 175297924 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670369 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 26829 13207 170 90 0 26367 0
[pid=2963/tid=2965] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175298183 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175388193 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2963/tid=3051] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3051/stat : 3051 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175433199 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.38
Current children cumulated vsize (KiB) 107316

[startup+1724.14 s]
/proc/loadavg: 2.01 2.00 1.98 3/90 3051
/proc/meminfo: memFree=525752/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=107316 CPUtime=1722.32
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17613 0 0 0 172218 14 0 0 25 0 4 0 175297924 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670386 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 26829 13207 170 90 0 26367 0
[pid=2963/tid=2965] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175298183 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175388193 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2963/tid=3051] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3051/stat : 3051 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175433199 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 107316

[startup+1784.16 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 3051
/proc/meminfo: memFree=522936/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=107316 CPUtime=1782.28
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17613 0 0 0 178214 14 0 0 25 0 4 0 175297924 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 26829 13207 170 90 0 26367 0
[pid=2963/tid=2965] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175298183 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175388193 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2963/tid=3051] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3051/stat : 3051 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175433199 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 107316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.94 s]
/proc/loadavg: 2.00 2.00 1.98 3/90 3051
/proc/meminfo: memFree=522040/2055920 swapFree=4191880/4192956
[pid=2963] ppid=2961 vsize=107316 CPUtime=1800.04
/proc/2963/stat : 2963 (bprolog) R 2961 2963 1954 0 -1 4194304 17613 0 0 0 179990 14 0 0 25 0 4 0 175297924 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/2963/statm: 26829 13207 170 90 0 26367 0
[pid=2963/tid=2965] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/2965/stat : 2965 (bprolog) S 2961 2963 1954 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175298183 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2963/tid=3050] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3050/stat : 3050 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175388193 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=2963/tid=3051] ppid=2961 vsize=107316 CPUtime=0
/proc/2963/task/3051/stat : 3051 (bprolog) S 2961 2963 1954 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175433199 109891584 13207 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
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): 1801.96
CPU time (s): 1800.07
CPU user time (s): 1799.92
CPU system time (s): 0.152976
CPU usage (%): 99.8951
Max. virtual memory (cumulated for all children) (KiB): 107316

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

runsolver used 2.19766 s user time and 5.78512 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Jan  8 15:10:38 UTC 2007


IDJOB= 224513
IDBENCH= 5761
FILE ID= node30/224513-1168269038

PBS_JOBID= 3482862

Free space on /tmp= 66487 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-224513-1168269038 -o ROOT/results/node30/solver-224513-1168269038 -C 1800 -M 900  /tmp/evaluation/224513-1168269038/Complete/Ordinary/solver /tmp/evaluation/224513-1168269038/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  25cc1a62716c958aff4bfac490f443d6

RANDOM SEED= 111973231

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.234
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.234
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:        693744 kB
Buffers:          9460 kB
Cached:        1124512 kB
SwapCached:        268 kB
Active:         763696 kB
Inactive:       541884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        693744 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:         190380 kB
Slab:            41248 kB
Committed_AS:  3959424 kB
PageTables:       2452 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= 66486 MiB



End job on node30 on Mon Jan  8 15:40:42 UTC 2007