Trace number 216277

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.02 1808.09

General information on the benchmark

NamepseudoSeries/
ppp/ppp-1-12-16.xml
MD5SUM7a32993941fd5e1b7d826e9cbce5f774
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 benchmark10.5914
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables4662
Number of constraints31899
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension31899
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/216277-1168239748/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/node47/watcher-216277-1168239748 -o ROOT/results/node47/solver-216277-1168239748 -C 1800 -M 900 /tmp/evaluation/216277-1168239748/Complete/Ordinary/solver /tmp/evaluation/216277-1168239748/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.99 1.97 1.91 5/81 22914
/proc/meminfo: memFree=1824024/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=1320 CPUtime=0
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 299 0 0 0 0 0 0 0 20 0 1 0 172376285 1351680 33 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10523655 0 0 4096 0 0 0 0 17 1 0 0
/proc/22913/statm: 330 33 26 90 0 167 0

[startup+0.102984 s]
/proc/loadavg: 1.99 1.97 1.91 5/81 22914
/proc/meminfo: memFree=1824024/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=61640 CPUtime=0.08
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 2154 0 0 0 8 0 0 0 20 0 1 0 172376285 63119360 1870 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591756 0 0 4096 2 0 0 0 17 1 0 0
/proc/22913/statm: 15410 1870 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.511019 s]
/proc/loadavg: 1.99 1.97 1.91 5/81 22914
/proc/meminfo: memFree=1824024/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=61640 CPUtime=0.49
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 8929 0 0 0 46 3 0 0 24 0 1 0 172376285 63119360 8645 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550539 0 0 4096 2 0 0 0 17 1 0 0
/proc/22913/statm: 15410 8645 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33211 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 22914
/proc/meminfo: memFree=1783256/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=108476 CPUtime=1.31
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 22435 0 0 0 122 9 0 0 25 0 1 0 172376285 111079424 13059 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/22913/statm: 27119 13059 158 90 0 26657 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 108476

[startup+2.96928 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 22914
/proc/meminfo: memFree=1760088/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121304 CPUtime=2.94
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 30697 0 0 0 282 12 0 0 25 0 2 0 172376285 124215296 19816 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607452 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30326 19816 176 90 0 29864 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 121304

[startup+6.26264 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 22915
/proc/meminfo: memFree=1744592/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=6.22
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 608 14 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 121412

[startup+12.7193 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 22915
/proc/meminfo: memFree=1744592/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=12.65
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 1251 14 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 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) 121412

[startup+25.5567 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 22915
/proc/meminfo: memFree=1744656/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=25.43
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 2529 14 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 121412

[startup+51.2194 s]
/proc/loadavg: 1.99 1.97 1.91 3/82 22915
/proc/meminfo: memFree=1744720/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=50.97
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 5083 14 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 121412

[startup+102.437 s]
/proc/loadavg: 2.05 1.99 1.91 3/82 22915
/proc/meminfo: memFree=1744784/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=101.94
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 10180 14 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794298 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 121412

[startup+162.481 s]
/proc/loadavg: 2.05 2.00 1.92 3/82 22915
/proc/meminfo: memFree=1744784/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=161.7
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 16156 14 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 121412

[startup+222.532 s]
/proc/loadavg: 2.02 2.00 1.92 3/82 22915
/proc/meminfo: memFree=1744784/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=221.47
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 22133 14 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.47
Current children cumulated vsize (KiB) 121412

[startup+282.576 s]
/proc/loadavg: 2.00 2.00 1.92 3/82 22915
/proc/meminfo: memFree=1744784/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=281.23
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 28109 14 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758390 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.23
Current children cumulated vsize (KiB) 121412

[startup+342.619 s]
/proc/loadavg: 2.00 2.00 1.92 3/82 22915
/proc/meminfo: memFree=1744720/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=341
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 34085 15 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341
Current children cumulated vsize (KiB) 121412

[startup+402.664 s]
/proc/loadavg: 2.00 2.00 1.92 3/82 22915
/proc/meminfo: memFree=1744720/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=400.76
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 40061 15 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552625 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.76
Current children cumulated vsize (KiB) 121412

[startup+462.708 s]
/proc/loadavg: 2.00 2.00 1.92 3/82 22915
/proc/meminfo: memFree=1744720/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=460.52
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 46037 15 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.52
Current children cumulated vsize (KiB) 121412

[startup+522.749 s]
/proc/loadavg: 1.95 1.98 1.91 3/75 22980
/proc/meminfo: memFree=1759496/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=520.39
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 52021 18 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.39
Current children cumulated vsize (KiB) 121412

[startup+582.806 s]
/proc/loadavg: 1.98 1.98 1.91 3/75 22980
/proc/meminfo: memFree=1752968/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=580.25
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 58007 18 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 30353 19975 182 90 0 29891 0
[pid=22913/tid=22915] ppid=22911 vsize=121412 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 172376578 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.25
Current children cumulated vsize (KiB) 121412

[startup+642.86 s]
/proc/loadavg: 1.99 1.98 1.91 3/75 22980
/proc/meminfo: memFree=1740360/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=121412 CPUtime=640.04
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 33031 0 0 0 63986 18 0 0 25 0 2 0 172376285 124325888 19975 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815807 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35318 0 0 0 117803 22 0 0 25 0 3 0 172376285 134852608 20052 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 32923 20052 182 90 0 32461 0
[pid=22913/tid=22915] ppid=22911 vsize=131692 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172376578 134852608 20052 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=131692 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172466596 134852608 20052 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1178.25
Current children cumulated vsize (KiB) 131692

[startup+1243.59 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 22983
/proc/meminfo: memFree=1715008/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=131692 CPUtime=1238.05
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35318 0 0 0 123783 22 0 0 25 0 3 0 172376285 134852608 20052 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 32923 20052 182 90 0 32461 0
[pid=22913/tid=22915] ppid=22911 vsize=131692 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172376578 134852608 20052 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=131692 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172466596 134852608 20052 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1238.05
Current children cumulated vsize (KiB) 131692

[startup+1303.67 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 22983
/proc/meminfo: memFree=1714688/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=131692 CPUtime=1297.86
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35318 0 0 0 129764 22 0 0 25 0 3 0 172376285 134852608 20052 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 32923 20052 182 90 0 32461 0
[pid=22913/tid=22915] ppid=22911 vsize=131692 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 172376578 134852608 20052 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=131692 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 172466596 134852608 20052 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1297.86
Current children cumulated vsize (KiB) 131692

[startup+1363.77 s]
/proc/loadavg: 2.04 2.00 1.92 3/77 22984
/proc/meminfo: memFree=1714680/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=141936 CPUtime=1357.69
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35319 0 0 0 135747 22 0 0 25 0 4 0 172376285 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618049 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 35484 20053 182 90 0 35022 0
[pid=22913/tid=22915] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172376578 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172466596 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22913/tid=22984] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22984/stat : 22984 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172511608 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1357.69
Current children cumulated vsize (KiB) 141936

[startup+1423.77 s]
/proc/loadavg: 2.01 2.00 1.92 3/77 22984
/proc/meminfo: memFree=1713464/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=141936 CPUtime=1417.41
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35319 0 0 0 141719 22 0 0 25 0 4 0 172376285 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 35484 20053 182 90 0 35022 0
[pid=22913/tid=22915] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172376578 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172466596 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22913/tid=22984] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22984/stat : 22984 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172511608 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1417.41
Current children cumulated vsize (KiB) 141936

[startup+1483.78 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 22984
/proc/meminfo: memFree=1713208/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=141936 CPUtime=1477.16
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35319 0 0 0 147694 22 0 0 25 0 4 0 172376285 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 35484 20053 182 90 0 35022 0
[pid=22913/tid=22915] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172376578 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172466596 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22913/tid=22984] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22984/stat : 22984 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172511608 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.16
Current children cumulated vsize (KiB) 141936

[startup+1543.79 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 22984
/proc/meminfo: memFree=1712248/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=141936 CPUtime=1536.9
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35319 0 0 0 153668 22 0 0 25 0 4 0 172376285 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 35484 20053 182 90 0 35022 0
[pid=22913/tid=22915] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172376578 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172466596 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22913/tid=22984] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22984/stat : 22984 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172511608 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.9
Current children cumulated vsize (KiB) 141936

[startup+1603.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 22984
/proc/meminfo: memFree=1711800/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=141936 CPUtime=1596.62
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35319 0 0 0 159640 22 0 0 25 0 4 0 172376285 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 35484 20053 182 90 0 35022 0
[pid=22913/tid=22915] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172376578 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172466596 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22913/tid=22984] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22984/stat : 22984 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172511608 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.62
Current children cumulated vsize (KiB) 141936

[startup+1663.81 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 22984
/proc/meminfo: memFree=1711096/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=141936 CPUtime=1656.38
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35319 0 0 0 165615 23 0 0 25 0 4 0 172376285 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809159 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 35484 20053 182 90 0 35022 0
[pid=22913/tid=22915] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172376578 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172466596 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22913/tid=22984] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22984/stat : 22984 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172511608 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.38
Current children cumulated vsize (KiB) 141936

[startup+1723.82 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 22984
/proc/meminfo: memFree=1710648/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=141936 CPUtime=1716.12
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35319 0 0 0 171589 23 0 0 25 0 4 0 172376285 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134560744 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 35484 20053 182 90 0 35022 0
[pid=22913/tid=22915] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172376578 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172466596 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22913/tid=22984] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22984/stat : 22984 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172511608 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.12
Current children cumulated vsize (KiB) 141936

[startup+1783.83 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 22984
/proc/meminfo: memFree=1710328/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=141936 CPUtime=1775.85
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35319 0 0 0 177562 23 0 0 25 0 4 0 172376285 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22913/statm: 35484 20053 182 90 0 35022 0
[pid=22913/tid=22915] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22915/stat : 22915 (bprolog) S 22911 22913 21183 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 172376578 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22913/tid=22981] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22981/stat : 22981 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172466596 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22913/tid=22984] ppid=22911 vsize=141936 CPUtime=0
/proc/22913/task/22984/stat : 22984 (bprolog) S 22911 22913 21183 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 172511608 145342464 20053 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.85
Current children cumulated vsize (KiB) 141936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.07 s]
/proc/loadavg: 2.00 2.00 1.92 3/74 22984
/proc/meminfo: memFree=1710264/2055920 swapFree=4183952/4192956
[pid=22913] ppid=22911 vsize=141936 CPUtime=1800
/proc/22913/stat : 22913 (bprolog) R 22911 22913 21183 0 -1 4194304 35320 0 0 0 179977 23 0 0 25 0 1 0 172376285 145342464 20054 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134625847 0 0 4096 2 0 0 0 17 0 0 0
/proc/22913/statm: 35484 20054 183 90 0 35022 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 141936

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.09
CPU time (s): 1800.02
CPU user time (s): 1799.78
CPU system time (s): 0.245962
CPU usage (%): 99.5538
Max. virtual memory (cumulated for all children) (KiB): 141936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35320
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= 15
involuntary context switches= 32576

runsolver used 2.49462 s user time and 5.51216 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Jan  8 07:02:29 UTC 2007


IDJOB= 216277
IDBENCH= 5066
FILE ID= node47/216277-1168239748

PBS_JOBID= 3481473

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/ppp/ppp-1-12-16.xml
COMMAND LINE= /tmp/evaluation/216277-1168239748/Complete/Ordinary/solver /tmp/evaluation/216277-1168239748/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node47/convwatcher-216277-1168239748 -o ROOT/results/node47/conversion-216277-1168239748 -C 600 -M 900 /tmp/evaluation/216277-1168239748/Complete/Ordinary/conversion /tmp/evaluation/216277-1168239748/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-216277-1168239748 -o ROOT/results/node47/solver-216277-1168239748 -C 1800 -M 900  /tmp/evaluation/216277-1168239748/Complete/Ordinary/solver /tmp/evaluation/216277-1168239748/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  7a32993941fd5e1b7d826e9cbce5f774

RANDOM SEED= 651934184

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.240
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.240
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:       1824504 kB
Buffers:         34004 kB
Cached:          85108 kB
SwapCached:       1928 kB
Active:         104296 kB
Inactive:        71508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824504 kB
SwapTotal:     4192956 kB
SwapFree:      4183952 kB
Dirty:            8956 kB
Writeback:           0 kB
Mapped:          72540 kB
Slab:            40680 kB
Committed_AS:  4372864 kB
PageTables:       2036 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= 66549 MiB



End job on node47 on Mon Jan  8 07:32:59 UTC 2007