Trace number 211249

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamepseudoSeries/ttp/
circ-8-3.xml
MD5SUM4a6ed926c351140e8834a0ef1f973750
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.78
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1344
Number of constraints16376
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16376
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/211249-1168206273/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/node15/watcher-211249-1168206273 -o ROOT/results/node15/solver-211249-1168206273 -C 1800 -M 900 /tmp/evaluation/211249-1168206273/Complete/Ordinary/solver /tmp/evaluation/211249-1168206273/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.78 1.95 1.97 5/89 25089
/proc/meminfo: memFree=1408128/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=18540 CPUtime=0
/proc/25088/stat : 25088 (runsolver) R 25086 25088 24045 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 169023979 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25088/statm: 4635 279 244 17 0 2626 0

[startup+0.108739 s]
/proc/loadavg: 1.78 1.95 1.97 5/89 25089
/proc/meminfo: memFree=1408128/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=53824 CPUtime=0.09
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 2314 0 0 0 8 1 0 0 21 0 1 0 169023979 55115776 2030 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555775 0 0 4096 2 0 0 0 17 1 0 0
/proc/25088/statm: 13456 2030 158 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516808 s]
/proc/loadavg: 1.78 1.95 1.97 5/89 25089
/proc/meminfo: memFree=1408128/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=72196 CPUtime=0.5
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 9944 0 0 0 45 5 0 0 24 0 1 0 169023979 73928704 9658 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/25088/statm: 18049 9658 158 90 0 17587 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72196

[startup+1.33994 s]
/proc/loadavg: 1.78 1.95 1.97 3/89 25089
/proc/meminfo: memFree=1357056/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=72196 CPUtime=1.31
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 13179 0 0 0 124 7 0 0 25 0 1 0 169023979 73928704 12893 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564929 0 0 4096 2 0 0 0 17 1 0 0
/proc/25088/statm: 18049 12893 158 90 0 17587 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72196

[startup+2.98123 s]
/proc/loadavg: 1.80 1.95 1.97 3/89 25089
/proc/meminfo: memFree=1354048/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=2.95
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24824 0 0 0 283 12 0 0 25 0 2 0 169023979 122793984 14526 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14526 182 90 0 29517 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 119916

[startup+6.26479 s]
/proc/loadavg: 1.80 1.95 1.97 3/90 25090
/proc/meminfo: memFree=1350456/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=6.2
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24824 0 0 0 608 12 0 0 25 0 2 0 169023979 122793984 14526 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14526 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14526 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 119916

[startup+12.7379 s]
/proc/loadavg: 1.83 1.95 1.97 3/90 25090
/proc/meminfo: memFree=1350520/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=12.61
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24826 0 0 0 1249 12 0 0 25 0 2 0 169023979 122793984 14528 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14528 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14528 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) 119916

[startup+25.5661 s]
/proc/loadavg: 1.85 1.95 1.97 3/90 25090
/proc/meminfo: memFree=1350584/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=25.32
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24826 0 0 0 2520 12 0 0 25 0 2 0 169023979 122793984 14528 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14528 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14528 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) 119916

[startup+51.2435 s]
/proc/loadavg: 1.90 1.95 1.97 3/90 25090
/proc/meminfo: memFree=1350648/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=50.76
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24828 0 0 0 5064 12 0 0 25 0 2 0 169023979 122793984 14530 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800191 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14530 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14530 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 119916

[startup+102.479 s]
/proc/loadavg: 2.00 1.97 1.97 3/90 25090
/proc/meminfo: memFree=1350648/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=101.53
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24829 0 0 0 10141 12 0 0 25 0 2 0 169023979 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14531 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 119916

[startup+162.541 s]
/proc/loadavg: 2.00 1.97 1.97 3/90 25090
/proc/meminfo: memFree=1350648/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=161.04
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24829 0 0 0 16091 13 0 0 25 0 2 0 169023979 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14531 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 119916

[startup+222.607 s]
/proc/loadavg: 2.00 1.97 1.97 3/90 25090
/proc/meminfo: memFree=1350648/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=220.55
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24829 0 0 0 22041 14 0 0 25 0 2 0 169023979 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800179 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14531 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14531 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 119916

[startup+282.698 s]
/proc/loadavg: 2.05 1.99 1.98 3/90 25090
/proc/meminfo: memFree=1350584/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=280.09
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24831 0 0 0 27995 14 0 0 25 0 2 0 169023979 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557363 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14533 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 119916

[startup+342.738 s]
/proc/loadavg: 2.02 1.99 1.98 3/90 25090
/proc/meminfo: memFree=1350648/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=339.58
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24831 0 0 0 33943 15 0 0 25 0 2 0 169023979 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14533 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.58
Current children cumulated vsize (KiB) 119916

[startup+402.769 s]
/proc/loadavg: 2.00 1.99 1.98 3/90 25090
/proc/meminfo: memFree=1350648/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=399.06
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24831 0 0 0 39891 15 0 0 25 0 2 0 169023979 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809161 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/25088/statm: 29979 14533 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.06
Current children cumulated vsize (KiB) 119916

[startup+462.869 s]
/proc/loadavg: 1.78 1.94 1.96 2/79 25162
/proc/meminfo: memFree=1506968/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=458.72
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24831 0 0 0 45855 17 0 0 25 0 2 0 169023979 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 29979 14533 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14533 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.72
Current children cumulated vsize (KiB) 119916

[startup+522.948 s]
/proc/loadavg: 1.29 1.77 1.90 2/79 25162
/proc/meminfo: memFree=1507232/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=518.75
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24860 0 0 0 51858 17 0 0 25 0 2 0 169023979 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 29979 14562 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.75
Current children cumulated vsize (KiB) 119916

[startup+583.03 s]
/proc/loadavg: 1.17 1.64 1.85 2/79 25162
/proc/meminfo: memFree=1507232/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=578.79
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24860 0 0 0 57862 17 0 0 25 0 2 0 169023979 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 29979 14562 182 90 0 29517 0
[pid=25088/tid=25090] ppid=25086 vsize=119916 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169024232 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.79
Current children cumulated vsize (KiB) 119916

[startup+643.102 s]
/proc/loadavg: 1.06 1.52 1.79 2/79 25162
/proc/meminfo: memFree=1507232/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=119916 CPUtime=638.83
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24860 0 0 0 63865 18 0 0 25 0 2 0 169023979 122793984 14562 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24941 0 0 0 117871 35 0 0 25 0 3 0 169023979 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800328 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 32540 14643 182 90 0 32078 0
[pid=25088/tid=25090] ppid=25086 vsize=130160 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169024232 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=130160 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169114245 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1179.06
Current children cumulated vsize (KiB) 130160

[startup+1243.77 s]
/proc/loadavg: 1.00 1.06 1.40 2/80 25361
/proc/meminfo: memFree=1506776/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=130160 CPUtime=1239.11
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24941 0 0 0 123876 35 0 0 25 0 3 0 169023979 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809041 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 32540 14643 182 90 0 32078 0
[pid=25088/tid=25090] ppid=25086 vsize=130160 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169024232 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=130160 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169114245 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1239.11
Current children cumulated vsize (KiB) 130160

[startup+1303.87 s]
/proc/loadavg: 1.00 1.05 1.37 2/80 25361
/proc/meminfo: memFree=1506840/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=130160 CPUtime=1299.17
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24941 0 0 0 129882 35 0 0 25 0 3 0 169023979 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 32540 14643 182 90 0 32078 0
[pid=25088/tid=25090] ppid=25086 vsize=130160 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169024232 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=130160 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169114245 133283840 14643 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1299.17
Current children cumulated vsize (KiB) 130160

[startup+1363.88 s]
/proc/loadavg: 1.07 1.05 1.35 2/81 25362
/proc/meminfo: memFree=1506832/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=140404 CPUtime=1359.12
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24967 0 0 0 135877 35 0 0 25 0 4 0 169023979 143773696 14669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 35101 14669 182 90 0 34639 0
[pid=25088/tid=25090] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169024232 143773696 14669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169114245 143773696 14669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25362] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25362/stat : 25362 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169159251 143773696 14669 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.12
Current children cumulated vsize (KiB) 140404

[startup+1423.9 s]
/proc/loadavg: 1.02 1.04 1.33 3/81 25362
/proc/meminfo: memFree=1506768/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=140404 CPUtime=1419.08
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24972 0 0 0 141873 35 0 0 25 0 4 0 169023979 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552682 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 35101 14674 182 90 0 34639 0
[pid=25088/tid=25090] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169024232 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169114245 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25362] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25362/stat : 25362 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169159251 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.08
Current children cumulated vsize (KiB) 140404

[startup+1483.91 s]
/proc/loadavg: 1.01 1.03 1.30 2/81 25362
/proc/meminfo: memFree=1506768/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=140404 CPUtime=1479.06
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24972 0 0 0 147871 35 0 0 25 0 4 0 169023979 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 35101 14674 182 90 0 34639 0
[pid=25088/tid=25090] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169024232 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169114245 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25362] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25362/stat : 25362 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169159251 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.06
Current children cumulated vsize (KiB) 140404

[startup+1543.92 s]
/proc/loadavg: 1.00 1.02 1.28 2/81 25362
/proc/meminfo: memFree=1506704/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=140404 CPUtime=1539.05
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24972 0 0 0 153869 36 0 0 25 0 4 0 169023979 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817449 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 35101 14674 182 90 0 34639 0
[pid=25088/tid=25090] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169024232 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169114245 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25362] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25362/stat : 25362 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169159251 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.05
Current children cumulated vsize (KiB) 140404

[startup+1603.95 s]
/proc/loadavg: 1.00 1.02 1.26 2/81 25362
/proc/meminfo: memFree=1506704/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=140404 CPUtime=1599.02
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24972 0 0 0 159866 36 0 0 25 0 4 0 169023979 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134800193 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 35101 14674 182 90 0 34639 0
[pid=25088/tid=25090] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169024232 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169114245 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25362] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25362/stat : 25362 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169159251 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.02
Current children cumulated vsize (KiB) 140404

[startup+1663.97 s]
/proc/loadavg: 1.00 1.01 1.24 2/81 25362
/proc/meminfo: memFree=1506640/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=140404 CPUtime=1658.99
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24972 0 0 0 165863 36 0 0 25 0 4 0 169023979 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 35101 14674 182 90 0 34639 0
[pid=25088/tid=25090] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169024232 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169114245 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25362] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25362/stat : 25362 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169159251 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.99
Current children cumulated vsize (KiB) 140404

[startup+1723.99 s]
/proc/loadavg: 1.00 1.01 1.22 2/81 25362
/proc/meminfo: memFree=1506640/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=140404 CPUtime=1718.97
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24972 0 0 0 171861 36 0 0 25 0 4 0 169023979 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 35101 14674 182 90 0 34639 0
[pid=25088/tid=25090] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169024232 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169114245 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25362] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25362/stat : 25362 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169159251 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.97
Current children cumulated vsize (KiB) 140404

[startup+1784 s]
/proc/loadavg: 1.00 1.00 1.21 2/81 25362
/proc/meminfo: memFree=1506576/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=140404 CPUtime=1778.93
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24972 0 0 0 177857 36 0 0 25 0 4 0 169023979 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/25088/statm: 35101 14674 182 90 0 34639 0
[pid=25088/tid=25090] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25090/stat : 25090 (bprolog) S 25086 25088 24045 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169024232 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25163] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25163/stat : 25163 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169114245 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=25088/tid=25362] ppid=25086 vsize=140404 CPUtime=0
/proc/25088/task/25362/stat : 25362 (bprolog) S 25086 25088 24045 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169159251 143773696 14674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.93
Current children cumulated vsize (KiB) 140404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.13 s]
/proc/loadavg: 1.00 1.00 1.20 2/78 25362
/proc/meminfo: memFree=1506640/2055920 swapFree=4174172/4192956
[pid=25088] ppid=25086 vsize=140404 CPUtime=1800.06
/proc/25088/stat : 25088 (bprolog) R 25086 25088 24045 0 -1 4194304 24973 0 0 0 179970 36 0 0 25 0 1 0 169023979 143773696 14675 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 0 0 0 17 0 0 0
/proc/25088/statm: 35101 14675 183 90 0 34639 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 140404

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.15
CPU time (s): 1800.08
CPU user time (s): 1799.7
CPU system time (s): 0.377942
CPU usage (%): 99.7194
Max. virtual memory (cumulated for all children) (KiB): 144832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.377942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24973
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= 13
involuntary context switches= 37996

runsolver used 1.9667 s user time and 4.87326 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Jan  7 21:44:34 UTC 2007


IDJOB= 211249
IDBENCH= 4680
FILE ID= node15/211249-1168206273

PBS_JOBID= 3480547

Free space on /tmp= 66312 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ttp/circ-8-3.xml
COMMAND LINE= /tmp/evaluation/211249-1168206273/Complete/Ordinary/solver /tmp/evaluation/211249-1168206273/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node15/convwatcher-211249-1168206273 -o ROOT/results/node15/conversion-211249-1168206273 -C 600 -M 900 /tmp/evaluation/211249-1168206273/Complete/Ordinary/conversion /tmp/evaluation/211249-1168206273/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-211249-1168206273 -o ROOT/results/node15/solver-211249-1168206273 -C 1800 -M 900  /tmp/evaluation/211249-1168206273/Complete/Ordinary/solver /tmp/evaluation/211249-1168206273/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4a6ed926c351140e8834a0ef1f973750

RANDOM SEED= 883031168

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.276
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.276
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:       1408608 kB
Buffers:         74116 kB
Cached:         342716 kB
SwapCached:       6400 kB
Active:         345744 kB
Inactive:       243908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1408608 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            6480 kB
Writeback:           0 kB
Mapped:         183420 kB
Slab:            41840 kB
Committed_AS:  4967452 kB
PageTables:       2828 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= 66324 MiB



End job on node15 on Sun Jan  7 22:14:57 UTC 2007