Trace number 210989

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.05 1813.07

General information on the benchmark

NamepseudoSeries/uclid/
ooo-rf8.xml
MD5SUMf4056108bd4332be422359611791b5ec
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.55
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables6832
Number of constraints19476
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19476
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/210989-1168204175/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/node2/watcher-210989-1168204175 -o ROOT/results/node2/solver-210989-1168204175 -C 1800 -M 900 /tmp/evaluation/210989-1168204175/Complete/Ordinary/solver /tmp/evaluation/210989-1168204175/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.83 1.90 1.89 5/94 15814
/proc/meminfo: memFree=1160800/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=53472 CPUtime=0
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 485 0 0 0 0 0 0 0 18 0 1 0 168814350 54755328 204 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/15813/statm: 13368 204 123 90 0 12906 0

[startup+0.103053 s]
/proc/loadavg: 1.83 1.90 1.89 5/94 15814
/proc/meminfo: memFree=1160800/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=61640 CPUtime=0.1
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 2202 0 0 0 9 1 0 0 18 0 1 0 168814350 63119360 1918 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609154 0 0 4096 2 0 0 0 17 1 0 0
/proc/15813/statm: 15410 1919 158 90 0 14948 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61640

[startup+0.513128 s]
/proc/loadavg: 1.83 1.90 1.89 5/94 15814
/proc/meminfo: memFree=1160800/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=61640 CPUtime=0.46
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 6249 0 0 0 44 2 0 0 21 0 1 0 168814350 63119360 5965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604316 0 0 4096 2 0 0 0 17 1 0 0
/proc/15813/statm: 15410 5965 158 90 0 14948 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 61640

[startup+1.33928 s]
/proc/loadavg: 1.83 1.90 1.89 3/94 15814
/proc/meminfo: memFree=1107424/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=1.28
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 124 4 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 74424

[startup+2.97658 s]
/proc/loadavg: 1.83 1.90 1.89 3/95 15815
/proc/meminfo: memFree=1082264/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=2.92
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 288 4 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 74424

[startup+6.26919 s]
/proc/loadavg: 1.84 1.91 1.89 3/95 15815
/proc/meminfo: memFree=1022616/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=6.2
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 615 5 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 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) 74424

[startup+12.7344 s]
/proc/loadavg: 1.93 1.92 1.90 3/95 15815
/proc/meminfo: memFree=904536/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=12.65
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 1254 11 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817565 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 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) 74424

[startup+25.5988 s]
/proc/loadavg: 2.03 1.94 1.91 4/95 15815
/proc/meminfo: memFree=686296/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=25.5
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 2539 11 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 74424

[startup+51.2855 s]
/proc/loadavg: 2.30 2.01 1.93 3/95 15815
/proc/meminfo: memFree=231576/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=51.14
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 5091 23 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 74424

[startup+102.558 s]
/proc/loadavg: 2.46 2.10 1.96 3/95 15815
/proc/meminfo: memFree=15576/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=102.3
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 10186 44 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817677 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74424

[startup+162.656 s]
/proc/loadavg: 2.76 2.23 2.01 3/95 15815
/proc/meminfo: memFree=15704/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=162.27
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 16161 66 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 74424

[startup+222.686 s]
/proc/loadavg: 3.03 2.40 2.08 3/95 15815
/proc/meminfo: memFree=15256/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=222.17
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 22127 90 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 74424

[startup+282.785 s]
/proc/loadavg: 2.91 2.50 2.14 3/87 16042
/proc/meminfo: memFree=1822848/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=282.03
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 28091 112 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 74424

[startup+342.827 s]
/proc/loadavg: 2.33 2.41 2.13 3/87 16042
/proc/meminfo: memFree=1823232/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=341.8
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 34068 112 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817757 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.8
Current children cumulated vsize (KiB) 74424

[startup+402.865 s]
/proc/loadavg: 2.12 2.33 2.11 3/87 16042
/proc/meminfo: memFree=1823232/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=401.56
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 40044 112 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809025 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.56
Current children cumulated vsize (KiB) 74424

[startup+462.905 s]
/proc/loadavg: 2.04 2.27 2.10 3/87 16042
/proc/meminfo: memFree=1823232/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=461.19
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 46006 113 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.19
Current children cumulated vsize (KiB) 74424

[startup+522.935 s]
/proc/loadavg: 2.01 2.22 2.09 3/87 16042
/proc/meminfo: memFree=1823232/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=520.73
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 51960 113 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809124 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.73
Current children cumulated vsize (KiB) 74424

[startup+582.971 s]
/proc/loadavg: 2.00 2.18 2.08 3/87 16044
/proc/meminfo: memFree=1823104/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=74424 CPUtime=580.27
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 11505 0 0 0 57914 113 0 0 25 0 2 0 168814350 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 18606 9516 179 90 0 18144 0
[pid=15813/tid=15815] ppid=15811 vsize=74424 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 168814466 76210176 9516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.27
Current children cumulated vsize (KiB) 74424

[startup+643.011 s]
/proc/loadavg: 2.00 2.14 2.08 3/87 16044
/proc/meminfo: memFree=1823040/2055920 swapFree=4191880/4192956

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

/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12869 0 0 0 117465 115 0 0 25 0 3 0 168814350 86757376 9679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 21181 9679 179 90 0 20719 0
[pid=15813/tid=15815] ppid=15811 vsize=84724 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168814466 86757376 9679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=84724 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168904483 86757376 9679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.8
Current children cumulated vsize (KiB) 84724

[startup+1243.55 s]
/proc/loadavg: 2.00 2.01 2.03 3/88 16045
/proc/meminfo: memFree=1821752/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=84724 CPUtime=1235.37
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12869 0 0 0 123421 116 0 0 25 0 3 0 168814350 86757376 9679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 21181 9679 179 90 0 20719 0
[pid=15813/tid=15815] ppid=15811 vsize=84724 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168814466 86757376 9679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=84724 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168904483 86757376 9679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.37
Current children cumulated vsize (KiB) 84724

[startup+1303.62 s]
/proc/loadavg: 2.00 2.01 2.02 3/88 16045
/proc/meminfo: memFree=1821624/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=84724 CPUtime=1294.94
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12869 0 0 0 129377 117 0 0 25 0 3 0 168814350 86757376 9679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817565 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 21181 9679 179 90 0 20719 0
[pid=15813/tid=15815] ppid=15811 vsize=84724 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 168814466 86757376 9679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=84724 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 168904483 86757376 9679 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1294.94
Current children cumulated vsize (KiB) 84724

[startup+1363.7 s]
/proc/loadavg: 2.00 2.00 2.01 3/89 16046
/proc/meminfo: memFree=1821552/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=94968 CPUtime=1354.5
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12870 0 0 0 135333 117 0 0 25 0 4 0 168814350 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817667 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 23742 9680 179 90 0 23280 0
[pid=15813/tid=15815] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168814466 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168904483 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15813/tid=16046] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16046/stat : 16046 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168949494 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1354.5
Current children cumulated vsize (KiB) 94968

[startup+1423.8 s]
/proc/loadavg: 2.00 2.00 2.01 3/89 16046
/proc/meminfo: memFree=1821424/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=94968 CPUtime=1414.08
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12870 0 0 0 141291 117 0 0 25 0 4 0 168814350 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134814003 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 23742 9680 179 90 0 23280 0
[pid=15813/tid=15815] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168814466 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168904483 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15813/tid=16046] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16046/stat : 16046 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168949494 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1414.08
Current children cumulated vsize (KiB) 94968

[startup+1483.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16046
/proc/meminfo: memFree=1821360/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=94968 CPUtime=1473.65
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12870 0 0 0 147247 118 0 0 25 0 4 0 168814350 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 23742 9680 179 90 0 23280 0
[pid=15813/tid=15815] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168814466 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168904483 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15813/tid=16046] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16046/stat : 16046 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168949494 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.65
Current children cumulated vsize (KiB) 94968

[startup+1543.97 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16046
/proc/meminfo: memFree=1821296/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=94968 CPUtime=1533.19
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12870 0 0 0 153201 118 0 0 25 0 4 0 168814350 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 23742 9680 179 90 0 23280 0
[pid=15813/tid=15815] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168814466 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168904483 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15813/tid=16046] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16046/stat : 16046 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 168949494 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1533.19
Current children cumulated vsize (KiB) 94968

[startup+1604.06 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16046
/proc/meminfo: memFree=1821168/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=94968 CPUtime=1592.78
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12870 0 0 0 159160 118 0 0 25 0 4 0 168814350 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552641 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 23742 9680 179 90 0 23280 0
[pid=15813/tid=15815] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168814466 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168904483 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15813/tid=16046] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16046/stat : 16046 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168949494 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.78
Current children cumulated vsize (KiB) 94968

[startup+1664.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16046
/proc/meminfo: memFree=1821104/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=94968 CPUtime=1652.37
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12870 0 0 0 165118 119 0 0 25 0 4 0 168814350 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 23742 9680 179 90 0 23280 0
[pid=15813/tid=15815] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168814466 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168904483 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15813/tid=16046] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16046/stat : 16046 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168949494 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.37
Current children cumulated vsize (KiB) 94968

[startup+1724.24 s]
/proc/loadavg: 2.04 2.01 2.00 3/89 16046
/proc/meminfo: memFree=1820976/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=94968 CPUtime=1711.94
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12870 0 0 0 171075 119 0 0 25 0 4 0 168814350 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817512 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 23742 9680 179 90 0 23280 0
[pid=15813/tid=15815] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168814466 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168904483 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15813/tid=16046] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16046/stat : 16046 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168949494 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.94
Current children cumulated vsize (KiB) 94968

[startup+1784.32 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 16046
/proc/meminfo: memFree=1820912/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=94968 CPUtime=1771.53
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12870 0 0 0 177034 119 0 0 25 0 4 0 168814350 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552609 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15813/statm: 23742 9680 179 90 0 23280 0
[pid=15813/tid=15815] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/15815/stat : 15815 (bprolog) S 15811 15813 15316 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 168814466 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15813/tid=16045] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16045/stat : 16045 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168904483 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=15813/tid=16046] ppid=15811 vsize=94968 CPUtime=0
/proc/15813/task/16046/stat : 16046 (bprolog) S 15811 15813 15316 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 168949494 97247232 9680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.53
Current children cumulated vsize (KiB) 94968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.06 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 16046
/proc/meminfo: memFree=1820912/2055920 swapFree=4191880/4192956
[pid=15813] ppid=15811 vsize=94968 CPUtime=1800.02
/proc/15813/stat : 15813 (bprolog) R 15811 15813 15316 0 -1 4194304 12871 0 0 0 179883 119 0 0 25 0 1 0 168814350 97247232 9681 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 0 0 0 17 0 0 0
/proc/15813/statm: 23742 9681 180 90 0 23280 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 94968

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.07
CPU time (s): 1800.05
CPU user time (s): 1798.84
CPU system time (s): 1.20582
CPU usage (%): 99.2815
Max. virtual memory (cumulated for all children) (KiB): 94968

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

runsolver used 1.74273 s user time and 4.93225 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Jan  7 21:09:35 UTC 2007


IDJOB= 210989
IDBENCH= 4660
FILE ID= node2/210989-1168204175

PBS_JOBID= 3480552

Free space on /tmp= 66282 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-rf8.xml
COMMAND LINE= /tmp/evaluation/210989-1168204175/Complete/Ordinary/solver /tmp/evaluation/210989-1168204175/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-210989-1168204175 -o ROOT/results/node2/conversion-210989-1168204175 -C 600 -M 900 /tmp/evaluation/210989-1168204175/Complete/Ordinary/conversion /tmp/evaluation/210989-1168204175/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-210989-1168204175 -o ROOT/results/node2/solver-210989-1168204175 -C 1800 -M 900  /tmp/evaluation/210989-1168204175/Complete/Ordinary/solver /tmp/evaluation/210989-1168204175/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f4056108bd4332be422359611791b5ec

RANDOM SEED= 464970858

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	: 5931.00
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:       1161664 kB
Buffers:         46336 kB
Cached:         678344 kB
SwapCached:        268 kB
Active:         220720 kB
Inactive:       602616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1161664 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:          205160 kB
Writeback:           0 kB
Mapped:         123576 kB
Slab:            55404 kB
Committed_AS:  4322004 kB
PageTables:       2536 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= 66326 MiB



End job on node2 on Sun Jan  7 21:40:00 UTC 2007