Trace number 211197

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.1 1814.72

General information on the benchmark

NamepseudoSeries/uclid/
22s-smv.xml
MD5SUMf98401952ea279e232fe10babf15a9f4
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 benchmark19.89
SatisfiableNO
(Un)Satisfiability was proved
Number of variables5985
Number of constraints15364
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15364
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/211197-1168206061/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/node48/watcher-211197-1168206061 -o ROOT/results/node48/solver-211197-1168206061 -C 1800 -M 900 /tmp/evaluation/211197-1168206061/Complete/Ordinary/solver /tmp/evaluation/211197-1168206061/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.95 1.71 1.36 5/81 14213
/proc/meminfo: memFree=1588568/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=5352 CPUtime=0
/proc/14212/stat : 14212 (sh) R 14210 14212 13853 0 -1 4194304 267 0 0 0 0 0 0 0 21 0 1 0 169006206 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 255539476244 0 0 4100 65536 0 0 0 17 1 0 0
/proc/14212/statm: 1338 234 196 169 0 49 0

[startup+0.103306 s]
/proc/loadavg: 1.95 1.71 1.36 5/81 14213
/proc/meminfo: memFree=1588568/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=61640 CPUtime=0.08
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 2083 0 0 0 8 0 0 0 21 0 1 0 169006206 63119360 1799 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568362 0 0 4096 2 0 0 0 17 1 0 0
/proc/14212/statm: 15410 1799 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.512339 s]
/proc/loadavg: 1.95 1.71 1.36 5/81 14213
/proc/meminfo: memFree=1588568/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=61640 CPUtime=0.49
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 6500 0 0 0 46 3 0 0 25 0 1 0 169006206 63119360 6216 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 0 0 0 17 1 0 0
/proc/14212/statm: 15410 6216 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33642 s]
/proc/loadavg: 1.96 1.71 1.36 3/81 14213
/proc/meminfo: memFree=1554776/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=1.31
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 126 5 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 74632

[startup+2.98056 s]
/proc/loadavg: 1.96 1.71 1.36 3/82 14214
/proc/meminfo: memFree=1549136/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=2.94
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 289 5 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552694 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 74632

[startup+6.25986 s]
/proc/loadavg: 1.96 1.72 1.36 3/82 14214
/proc/meminfo: memFree=1549136/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=6.19
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 614 5 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815748 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 74632

[startup+12.7255 s]
/proc/loadavg: 1.96 1.72 1.37 3/82 14214
/proc/meminfo: memFree=1549200/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=12.6
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 1255 5 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134814192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 74632

[startup+25.5761 s]
/proc/loadavg: 1.97 1.73 1.37 3/82 14214
/proc/meminfo: memFree=1549200/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=25.34
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 2528 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 74632

[startup+51.2032 s]
/proc/loadavg: 2.04 1.77 1.39 3/82 14214
/proc/meminfo: memFree=1549264/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=50.74
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 5068 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 74632

[startup+102.448 s]
/proc/loadavg: 2.02 1.80 1.42 3/82 14214
/proc/meminfo: memFree=1549200/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=101.52
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 10146 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 74632

[startup+162.472 s]
/proc/loadavg: 2.08 1.85 1.46 3/82 14214
/proc/meminfo: memFree=1549072/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=161.05
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 16099 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134820738 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 74632

[startup+222.488 s]
/proc/loadavg: 2.07 1.89 1.50 3/82 14214
/proc/meminfo: memFree=1548944/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=220.57
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 22051 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 74632

[startup+282.512 s]
/proc/loadavg: 2.02 1.91 1.53 3/82 14214
/proc/meminfo: memFree=1548304/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=280.09
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 28003 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815748 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.09
Current children cumulated vsize (KiB) 74632

[startup+342.535 s]
/proc/loadavg: 2.08 1.94 1.56 3/82 14214
/proc/meminfo: memFree=1547792/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=339.61
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 33955 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.61
Current children cumulated vsize (KiB) 74632

[startup+402.572 s]
/proc/loadavg: 2.10 1.96 1.59 3/82 14214
/proc/meminfo: memFree=1547600/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=399.15
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 39909 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815766 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.15
Current children cumulated vsize (KiB) 74632

[startup+462.643 s]
/proc/loadavg: 2.04 1.97 1.61 3/82 14214
/proc/meminfo: memFree=1547536/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=458.68
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 45862 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.68
Current children cumulated vsize (KiB) 74632

[startup+522.745 s]
/proc/loadavg: 2.01 1.97 1.64 3/82 14214
/proc/meminfo: memFree=1547536/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=518.24
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 51818 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557335 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.24
Current children cumulated vsize (KiB) 74632

[startup+582.837 s]
/proc/loadavg: 2.00 1.97 1.65 3/82 14214
/proc/meminfo: memFree=1547472/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=74632 CPUtime=577.8
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 12164 0 0 0 57774 6 0 0 25 0 2 0 169006206 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 18658 9998 179 90 0 18196 0
[pid=14212/tid=14214] ppid=14210 vsize=74632 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 169006326 76423168 9998 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.8
Current children cumulated vsize (KiB) 74632

[startup+642.936 s]
/proc/loadavg: 2.00 1.97 1.67 3/82 14214
/proc/meminfo: memFree=1547408/2055920 swapFree=4192812/4192956

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

/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13590 0 0 0 117322 8 0 0 25 0 3 0 169006206 86953984 10121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552673 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 21229 10121 179 90 0 20767 0
[pid=14212/tid=14214] ppid=14210 vsize=84916 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169006326 86953984 10121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=84916 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169096348 86953984 10121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.3
Current children cumulated vsize (KiB) 84916

[startup+1243.63 s]
/proc/loadavg: 2.00 2.00 1.82 3/89 14363
/proc/meminfo: memFree=1545304/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=84916 CPUtime=1232.7
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13590 0 0 0 123261 9 0 0 25 0 3 0 169006206 86953984 10121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 21229 10121 179 90 0 20767 0
[pid=14212/tid=14214] ppid=14210 vsize=84916 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169006326 86953984 10121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=84916 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169096348 86953984 10121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.7
Current children cumulated vsize (KiB) 84916

[startup+1303.67 s]
/proc/loadavg: 2.18 2.06 1.85 3/83 14413
/proc/meminfo: memFree=1546240/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=84916 CPUtime=1292.14
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13590 0 0 0 129205 9 0 0 25 0 3 0 169006206 86953984 10121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 21229 10121 179 90 0 20767 0
[pid=14212/tid=14214] ppid=14210 vsize=84916 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169006326 86953984 10121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=84916 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169096348 86953984 10121 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.14
Current children cumulated vsize (KiB) 84916

[startup+1363.68 s]
/proc/loadavg: 2.11 2.06 1.86 3/84 14414
/proc/meminfo: memFree=1546232/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=95160 CPUtime=1351.61
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13591 0 0 0 135152 9 0 0 25 0 4 0 169006206 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 23790 10122 179 90 0 23328 0
[pid=14212/tid=14214] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169006326 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169096348 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14414] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14414/stat : 14414 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169141359 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.61
Current children cumulated vsize (KiB) 95160

[startup+1423.77 s]
/proc/loadavg: 2.09 2.06 1.87 3/84 14414
/proc/meminfo: memFree=1546232/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=95160 CPUtime=1411.16
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13591 0 0 0 141107 9 0 0 25 0 4 0 169006206 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 23790 10122 179 90 0 23328 0
[pid=14212/tid=14214] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169006326 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169096348 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14414] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14414/stat : 14414 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169141359 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1411.16
Current children cumulated vsize (KiB) 95160

[startup+1483.87 s]
/proc/loadavg: 2.08 2.06 1.88 3/84 14414
/proc/meminfo: memFree=1546232/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=95160 CPUtime=1470.72
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13591 0 0 0 147063 9 0 0 25 0 4 0 169006206 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 23790 10122 179 90 0 23328 0
[pid=14212/tid=14214] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169006326 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169096348 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14414] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14414/stat : 14414 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169141359 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.72
Current children cumulated vsize (KiB) 95160

[startup+1543.97 s]
/proc/loadavg: 2.08 2.06 1.89 3/84 14414
/proc/meminfo: memFree=1546168/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=95160 CPUtime=1530.28
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13591 0 0 0 153019 9 0 0 25 0 4 0 169006206 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134817664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 23790 10122 179 90 0 23328 0
[pid=14212/tid=14214] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169006326 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169096348 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14414] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14414/stat : 14414 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 169141359 97443840 10122 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.28
Current children cumulated vsize (KiB) 95160

[startup+1603.97 s]
/proc/loadavg: 2.03 2.05 1.90 3/84 14414
/proc/meminfo: memFree=1546112/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=95160 CPUtime=1589.74
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13607 0 0 0 158965 9 0 0 25 0 4 0 169006206 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809124 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/14212/statm: 23790 10138 179 90 0 23328 0
[pid=14212/tid=14214] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169006326 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169096348 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14414] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14414/stat : 14414 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169141359 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.74
Current children cumulated vsize (KiB) 95160

[startup+1663.98 s]
/proc/loadavg: 2.14 2.08 1.92 3/76 14643
/proc/meminfo: memFree=738112/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=95160 CPUtime=1649.47
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13607 0 0 0 164937 10 0 0 25 0 4 0 169006206 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552634 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14212/statm: 23790 10138 179 90 0 23328 0
[pid=14212/tid=14214] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169006326 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169096348 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14414] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14414/stat : 14414 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169141359 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.47
Current children cumulated vsize (KiB) 95160

[startup+1724.02 s]
/proc/loadavg: 2.05 2.06 1.92 3/76 14643
/proc/meminfo: memFree=738304/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=95160 CPUtime=1709.47
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13607 0 0 0 170936 11 0 0 25 0 4 0 169006206 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809186 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14212/statm: 23790 10138 179 90 0 23328 0
[pid=14212/tid=14214] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169006326 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169096348 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14414] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14414/stat : 14414 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169141359 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.47
Current children cumulated vsize (KiB) 95160

[startup+1784.05 s]
/proc/loadavg: 2.02 2.05 1.92 3/76 14643
/proc/meminfo: memFree=738240/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=95160 CPUtime=1769.43
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13607 0 0 0 176932 11 0 0 25 0 4 0 169006206 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/14212/statm: 23790 10138 179 90 0 23328 0
[pid=14212/tid=14214] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14214/stat : 14214 (bprolog) S 14210 14212 13853 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 169006326 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14215] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14215/stat : 14215 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169096348 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=14212/tid=14414] ppid=14210 vsize=95160 CPUtime=0
/proc/14212/task/14414/stat : 14414 (bprolog) S 14210 14212 13853 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 169141359 97443840 10138 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.43
Current children cumulated vsize (KiB) 95160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.71 s]
/proc/loadavg: 2.01 2.04 1.92 3/73 14643
/proc/meminfo: memFree=738176/2055920 swapFree=4192812/4192956
[pid=14212] ppid=14210 vsize=95160 CPUtime=1800.08
/proc/14212/stat : 14212 (bprolog) R 14210 14212 13853 0 -1 4194304 13608 0 0 0 179997 11 0 0 25 0 1 0 169006206 97443840 10139 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555802 0 0 4096 2 0 0 0 17 0 0 0
/proc/14212/statm: 23790 10139 180 90 0 23328 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 95160

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.72
CPU time (s): 1800.1
CPU user time (s): 1799.98
CPU system time (s): 0.121981
CPU usage (%): 99.1941
Max. virtual memory (cumulated for all children) (KiB): 95160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13608
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= 14
involuntary context switches= 29624

runsolver used 1.9487 s user time and 5.31619 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sun Jan  7 21:41:03 UTC 2007


IDJOB= 211197
IDBENCH= 4676
FILE ID= node48/211197-1168206061

PBS_JOBID= 3480783

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/22s-smv.xml
COMMAND LINE= /tmp/evaluation/211197-1168206061/Complete/Ordinary/solver /tmp/evaluation/211197-1168206061/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node48/convwatcher-211197-1168206061 -o ROOT/results/node48/conversion-211197-1168206061 -C 600 -M 900 /tmp/evaluation/211197-1168206061/Complete/Ordinary/conversion /tmp/evaluation/211197-1168206061/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-211197-1168206061 -o ROOT/results/node48/solver-211197-1168206061 -C 1800 -M 900  /tmp/evaluation/211197-1168206061/Complete/Ordinary/solver /tmp/evaluation/211197-1168206061/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f98401952ea279e232fe10babf15a9f4

RANDOM SEED= 480806941

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.218
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.218
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:       1588984 kB
Buffers:         62328 kB
Cached:         285424 kB
SwapCached:          0 kB
Active:         187188 kB
Inactive:       220584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5304 kB
Writeback:           0 kB
Mapped:          78144 kB
Slab:            44244 kB
Committed_AS:  3827392 kB
PageTables:       1888 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= 66556 MiB



End job on node48 on Sun Jan  7 22:11:30 UTC 2007