Trace number 196420

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.01 1807.68

General information on the benchmark

Namefapp/fapp06-10/fapp09/
fapp09-0800-7.xml
MD5SUMb866e3bcf8413b96fd501a75c264e533
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9604
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/196420-1168123255/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/node45/watcher-196420-1168123255 -o ROOT/results/node45/solver-196420-1168123255 -C 1800 -M 900 /tmp/evaluation/196420-1168123255/Complete/Ordinary/solver /tmp/evaluation/196420-1168123255/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.02 1.44 1.76 3/81 2891
/proc/meminfo: memFree=1777976/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=53472 CPUtime=0
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 474 0 0 0 0 0 0 0 18 0 1 0 160724958 54755328 193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/2890/statm: 13368 193 123 90 0 12906 0

[startup+0.102539 s]
/proc/loadavg: 1.02 1.44 1.76 3/81 2891
/proc/meminfo: memFree=1777976/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=53824 CPUtime=0.09
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 2206 0 0 0 8 1 0 0 18 0 1 0 160724958 55115776 1922 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552133 0 0 4096 2 0 0 0 17 1 0 0
/proc/2890/statm: 13456 1923 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510608 s]
/proc/loadavg: 1.02 1.44 1.76 3/81 2891
/proc/meminfo: memFree=1777976/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=66452 CPUtime=0.5
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 4690 0 0 0 48 2 0 0 22 0 1 0 160724958 68046848 4403 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662712 0 0 4096 2 0 0 0 17 1 0 0
/proc/2890/statm: 16613 4403 160 90 0 16151 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66452

[startup+1.33177 s]
/proc/loadavg: 1.10 1.45 1.76 3/81 2891
/proc/meminfo: memFree=1755640/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=66452 CPUtime=1.32
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 4715 0 0 0 130 2 0 0 25 0 1 0 160724958 68046848 4428 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 0 0 0 17 1 0 0
/proc/2890/statm: 16613 4428 177 90 0 16151 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 66452

[startup+2.97106 s]
/proc/loadavg: 1.10 1.45 1.76 3/81 2891
/proc/meminfo: memFree=1752120/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=66452 CPUtime=2.96
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 6735 0 0 0 292 4 0 0 25 0 1 0 160724958 68046848 6448 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/2890/statm: 16613 6449 177 90 0 16151 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 66452

[startup+6.25466 s]
/proc/loadavg: 1.10 1.45 1.76 3/82 2892
/proc/meminfo: memFree=1731888/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=6.24
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9271 0 0 0 619 5 0 0 25 0 2 0 160724958 78987264 8420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8420 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 77136

[startup+12.7378 s]
/proc/loadavg: 1.32 1.48 1.76 3/82 2892
/proc/meminfo: memFree=1715312/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=12.72
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9271 0 0 0 1267 5 0 0 25 0 2 0 160724958 78987264 8420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8420 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8420 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 77136

[startup+25.5862 s]
/proc/loadavg: 1.42 1.50 1.77 3/82 2892
/proc/meminfo: memFree=1698672/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=25.57
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9272 0 0 0 2552 5 0 0 25 0 2 0 160724958 78987264 8421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8421 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 77136

[startup+51.1958 s]
/proc/loadavg: 1.79 1.58 1.78 3/82 2892
/proc/meminfo: memFree=1671920/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=51.16
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9272 0 0 0 5111 5 0 0 25 0 2 0 160724958 78987264 8421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8421 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 77136

[startup+102.487 s]
/proc/loadavg: 1.90 1.64 1.79 3/82 2892
/proc/meminfo: memFree=1618736/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=102.44
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9272 0 0 0 10239 5 0 0 25 0 2 0 160724958 78987264 8421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8421 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8421 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 77136

[startup+162.58 s]
/proc/loadavg: 2.09 1.73 1.81 3/82 2892
/proc/meminfo: memFree=1600432/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=162.51
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9275 0 0 0 16246 5 0 0 25 0 2 0 160724958 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8424 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (KiB) 77136

[startup+222.644 s]
/proc/loadavg: 2.03 1.78 1.82 3/82 2892
/proc/meminfo: memFree=1569008/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=222.4
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9275 0 0 0 22235 5 0 0 25 0 2 0 160724958 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8424 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 77136

[startup+282.655 s]
/proc/loadavg: 2.01 1.82 1.83 4/82 2892
/proc/meminfo: memFree=1538096/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=282.14
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9275 0 0 0 28209 5 0 0 25 0 2 0 160724958 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8424 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 77136

[startup+342.656 s]
/proc/loadavg: 2.00 1.85 1.83 3/82 2892
/proc/meminfo: memFree=1517808/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=341.88
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9275 0 0 0 34183 5 0 0 25 0 2 0 160724958 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8424 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.88
Current children cumulated vsize (KiB) 77136

[startup+402.66 s]
/proc/loadavg: 2.07 1.89 1.85 3/82 2892
/proc/meminfo: memFree=1502192/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=401.62
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9275 0 0 0 40157 5 0 0 25 0 2 0 160724958 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8424 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.62
Current children cumulated vsize (KiB) 77136

[startup+462.664 s]
/proc/loadavg: 2.02 1.91 1.85 3/82 2892
/proc/meminfo: memFree=1485616/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=461.36
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9275 0 0 0 46131 5 0 0 25 0 2 0 160724958 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8424 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.36
Current children cumulated vsize (KiB) 77136

[startup+522.673 s]
/proc/loadavg: 2.06 1.94 1.86 3/82 2892
/proc/meminfo: memFree=1464496/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=521.1
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9275 0 0 0 52105 5 0 0 25 0 2 0 160724958 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8424 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8424 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.1
Current children cumulated vsize (KiB) 77136

[startup+582.686 s]
/proc/loadavg: 2.02 1.94 1.87 3/82 2892
/proc/meminfo: memFree=1443888/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=580.85
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9276 0 0 0 58080 5 0 0 25 0 2 0 160724958 78987264 8425 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 19284 8425 180 90 0 18822 0
[pid=2890/tid=2892] ppid=2888 vsize=77136 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160725299 78987264 8425 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.85
Current children cumulated vsize (KiB) 77136

[startup+642.696 s]
/proc/loadavg: 2.01 1.95 1.87 3/82 2892
/proc/meminfo: memFree=1432752/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=77136 CPUtime=640.6
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 9276 0 0 0 64055 5 0 0 25 0 2 0 160724958 78987264 8425 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0

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

/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13943 0 0 0 117833 9 0 0 25 0 3 0 160724958 97476608 11138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 23798 11138 180 90 0 23336 0
[pid=2890/tid=2892] ppid=2888 vsize=95192 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160725299 97476608 11138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=95192 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160815311 97476608 11138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.42
Current children cumulated vsize (KiB) 95192

[startup+1243.01 s]
/proc/loadavg: 2.00 2.00 1.92 3/89 3031
/proc/meminfo: memFree=1305904/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=95192 CPUtime=1238.06
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13943 0 0 0 123796 10 0 0 25 0 3 0 160724958 97476608 11138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552804 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 23798 11138 180 90 0 23336 0
[pid=2890/tid=2892] ppid=2888 vsize=95192 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160725299 97476608 11138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=95192 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160815311 97476608 11138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.06
Current children cumulated vsize (KiB) 95192

[startup+1303.07 s]
/proc/loadavg: 2.07 2.02 1.92 3/83 3091
/proc/meminfo: memFree=1298152/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=95192 CPUtime=1297.72
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13943 0 0 0 129762 10 0 0 25 0 3 0 160724958 97476608 11138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 23798 11138 180 90 0 23336 0
[pid=2890/tid=2892] ppid=2888 vsize=95192 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160725299 97476608 11138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=95192 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160815311 97476608 11138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.72
Current children cumulated vsize (KiB) 95192

[startup+1363.11 s]
/proc/loadavg: 2.06 2.03 1.93 3/84 3092
/proc/meminfo: memFree=1287648/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=105436 CPUtime=1357.47
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13944 0 0 0 135737 10 0 0 25 0 4 0 160724958 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 26359 11139 180 90 0 25897 0
[pid=2890/tid=2892] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160725299 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160815311 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=3092] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/3092/stat : 3092 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160860322 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1357.47
Current children cumulated vsize (KiB) 105436

[startup+1423.17 s]
/proc/loadavg: 2.02 2.02 1.93 3/84 3092
/proc/meminfo: memFree=1273184/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=105436 CPUtime=1417.26
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13944 0 0 0 141716 10 0 0 25 0 4 0 160724958 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 26359 11139 180 90 0 25897 0
[pid=2890/tid=2892] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160725299 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160815311 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=3092] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/3092/stat : 3092 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160860322 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1417.26
Current children cumulated vsize (KiB) 105436

[startup+1483.23 s]
/proc/loadavg: 2.01 2.01 1.93 3/84 3092
/proc/meminfo: memFree=1265696/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=105436 CPUtime=1477.05
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13944 0 0 0 147695 10 0 0 25 0 4 0 160724958 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 26359 11139 180 90 0 25897 0
[pid=2890/tid=2892] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160725299 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160815311 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=3092] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/3092/stat : 3092 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160860322 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.05
Current children cumulated vsize (KiB) 105436

[startup+1543.3 s]
/proc/loadavg: 2.00 2.01 1.93 4/84 3092
/proc/meminfo: memFree=1250592/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=105436 CPUtime=1536.83
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13944 0 0 0 153673 10 0 0 25 0 4 0 160724958 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 26359 11139 180 90 0 25897 0
[pid=2890/tid=2892] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160725299 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160815311 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=3092] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/3092/stat : 3092 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160860322 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.83
Current children cumulated vsize (KiB) 105436

[startup+1603.37 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 3092
/proc/meminfo: memFree=1240864/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=105436 CPUtime=1596.62
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13944 0 0 0 159652 10 0 0 25 0 4 0 160724958 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 26359 11139 180 90 0 25897 0
[pid=2890/tid=2892] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160725299 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160815311 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=3092] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/3092/stat : 3092 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160860322 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.62
Current children cumulated vsize (KiB) 105436

[startup+1663.43 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 3092
/proc/meminfo: memFree=1227744/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=105436 CPUtime=1656.41
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13944 0 0 0 165631 10 0 0 25 0 4 0 160724958 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 26359 11139 180 90 0 25897 0
[pid=2890/tid=2892] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160725299 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160815311 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=3092] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/3092/stat : 3092 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160860322 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.41
Current children cumulated vsize (KiB) 105436

[startup+1723.48 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 3092
/proc/meminfo: memFree=1212128/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=105436 CPUtime=1716.19
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13944 0 0 0 171609 10 0 0 25 0 4 0 160724958 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 26359 11139 180 90 0 25897 0
[pid=2890/tid=2892] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160725299 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160815311 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=3092] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/3092/stat : 3092 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160860322 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.19
Current children cumulated vsize (KiB) 105436

[startup+1783.54 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 3092
/proc/meminfo: memFree=1201248/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=105436 CPUtime=1775.99
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13944 0 0 0 177588 11 0 0 25 0 4 0 160724958 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/2890/statm: 26359 11139 180 90 0 25897 0
[pid=2890/tid=2892] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2892/stat : 2892 (bprolog) S 2888 2890 2717 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160725299 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=2893] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/2893/stat : 2893 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160815311 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=2890/tid=3092] ppid=2888 vsize=105436 CPUtime=0
/proc/2890/task/3092/stat : 3092 (bprolog) S 2888 2890 2717 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160860322 107966464 11139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.99
Current children cumulated vsize (KiB) 105436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.67 s]
/proc/loadavg: 2.00 2.00 1.93 3/80 3093
/proc/meminfo: memFree=1191536/2055920 swapFree=4184048/4192956
[pid=2890] ppid=2888 vsize=105436 CPUtime=1800
/proc/2890/stat : 2890 (bprolog) R 2888 2890 2717 0 -1 4194304 13945 0 0 0 179989 11 0 0 25 0 1 0 160724958 107966464 11140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 0 0 0 17 1 0 0
/proc/2890/statm: 26359 11140 181 90 0 25897 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 105436

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.68
CPU time (s): 1800.01
CPU user time (s): 1799.89
CPU system time (s): 0.119981
CPU usage (%): 99.5759
Max. virtual memory (cumulated for all children) (KiB): 105436

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

runsolver used 2.09568 s user time and 5.32119 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan  6 22:40:55 UTC 2007


IDJOB= 196420
IDBENCH= 3350
FILE ID= node45/196420-1168123255

PBS_JOBID= 3477512

Free space on /tmp= 66538 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp09/fapp09-0800-7.xml
COMMAND LINE= /tmp/evaluation/196420-1168123255/Complete/Ordinary/solver /tmp/evaluation/196420-1168123255/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node45/convwatcher-196420-1168123255 -o ROOT/results/node45/conversion-196420-1168123255 -C 600 -M 900 /tmp/evaluation/196420-1168123255/Complete/Ordinary/conversion /tmp/evaluation/196420-1168123255/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-196420-1168123255 -o ROOT/results/node45/solver-196420-1168123255 -C 1800 -M 900  /tmp/evaluation/196420-1168123255/Complete/Ordinary/solver /tmp/evaluation/196420-1168123255/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b866e3bcf8413b96fd501a75c264e533

RANDOM SEED= 933503802

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.259
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.259
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:       1778520 kB
Buffers:         19332 kB
Cached:         137168 kB
SwapCached:       3164 kB
Active:         147036 kB
Inactive:        82156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778520 kB
SwapTotal:     4192956 kB
SwapFree:      4184048 kB
Dirty:            8048 kB
Writeback:           0 kB
Mapped:          87216 kB
Slab:            33324 kB
Committed_AS:  3665380 kB
PageTables:       1972 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= 66537 MiB



End job on node45 on Sat Jan  6 23:11:08 UTC 2007