Trace number 1779255

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
ttsth-5-0 2009-03-19 (16 threads)? (MO) 1133.43 98.398

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-06.cnf
MD5SUM54bbde63bf0c9b14dd4e32426eab0a42
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark55.42
Satisfiable
(Un)Satisfiability was proved
Number of variables68953
Number of clauses224868
Sum of the clauses size582796
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291550
Number of clauses of size 3133189
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.28/0.32	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779255-1244951775.cnf 
0.28/0.32	c Using SATTIMEOUT of 10000
0.28/0.32	c Using SATRAM of 2047
0.28/0.32	c Size of subset node = 16
0.28/0.32	c Variables = 68953
0.28/0.32	c Clauses = 224868
0.28/0.32	c Literals = 582796
0.28/0.32	c Reduced size:
0.28/0.32	c Variables = 68953
0.28/0.32	c Clauses = 224225
0.28/0.32	c Literals = 581126
0.28/0.32	c a2
0.58/0.61	c a1
25.70/25.75	c Independent sub-problems = 1
25.70/25.75	c Sub-problem with 68696 variables and 224225 clauses
25.70/25.75	c using permutation method 4
25.70/25.75	c count = 1
25.70/25.75	c Ordering finished 25.670 seconds
25.70/25.75	c mapped 25.740 seconds
25.70/25.75	c permuted 25.740 seconds
25.70/25.75	c about to sort
25.70/25.79	c sorted
27.88/27.92	c clauses now 224225
27.88/27.92	c init finished 27.100 seconds
27.88/27.92	c tree built 27.890 seconds
27.88/27.92	c 
27.88/27.92	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
27.88/27.92	c ---------------------------------|----------------------------------|------------------------------------------------------
27.88/27.92	c ................................ | ..........                       |                       28.0           0.0             
27.88/27.92	c ................................ | ..........                     1 |                       28.0           0.0             
27.88/27.92	c ................................ | ..........                     2 |                       28.0           0.1             
27.88/27.92	c ................................ | ..........                     3 |                       28.0           0.1             
27.88/27.92	c ................................ | ..........                     4 |                       28.0           0.1             
27.88/27.92	c ................................ | ..........                     5 |                       28.0           0.2             
27.88/27.92	c ................................ | ..........                  1000 |                       28.1          35.7            8
311.19/45.99	c ................................ | ..........                953000 | 69169                200.3        4758.6     11987809
628.74/66.12	c ................................ | ..........               2154000 | 163308               400.0        5384.5     28230220
933.57/85.56	c ................................ | ..........               2973000 | 239196               600.3        4952.8     51807026

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1779255-1244951775/watcher-1779255-1244951775 -o /tmp/evaluation-result-1779255-1244951775/solver-1779255-1244951775 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779255-1244951775.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 14.25 11.26 8.06 2/184 23216
/proc/meminfo: memFree=19043184/36427776 swapFree=4976/8592
[pid=23216] ppid=23214 vsize=1540 CPUtime=0
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 264 0 0 0 0 0 0 0 20 0 1 0 654483843 1576960 221 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 385 221 75 177 0 207 0

[startup+0.030996 s]
/proc/loadavg: 14.25 11.26 8.06 2/184 23216
/proc/meminfo: memFree=19043184/36427776 swapFree=4976/8592
[pid=23216] ppid=23214 vsize=3024 CPUtime=0.02
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 628 0 0 0 2 0 0 0 20 0 1 0 654483843 3096576 585 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 756 587 75 177 0 578 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3024

[startup+0.102978 s]
/proc/loadavg: 14.25 11.26 8.06 2/184 23216
/proc/meminfo: memFree=19043184/36427776 swapFree=4976/8592
[pid=23216] ppid=23214 vsize=7628 CPUtime=0.1
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 1765 0 0 0 8 2 0 0 20 0 1 0 654483843 7811072 1722 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 1907 1722 75 177 0 1729 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7628

[startup+0.303033 s]
/proc/loadavg: 14.25 11.26 8.06 2/184 23216
/proc/meminfo: memFree=19043184/36427776 swapFree=4976/8592
[pid=23216] ppid=23214 vsize=17224 CPUtime=0.28
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 3971 0 0 0 26 2 0 0 20 0 1 0 654483843 17637376 3928 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134534282 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 4306 3928 75 177 0 4128 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17224

[startup+0.703061 s]
/proc/loadavg: 14.25 11.26 8.06 2/184 23216
/proc/meminfo: memFree=19043184/36427776 swapFree=4976/8592
[pid=23216] ppid=23214 vsize=35696 CPUtime=0.68
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 8834 0 0 0 64 4 0 0 20 0 1 0 654483843 36552704 8571 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134758929 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 8924 8503 76 177 0 8746 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35696

[startup+1.50311 s]
/proc/loadavg: 14.25 11.26 8.06 2/185 23217
/proc/meminfo: memFree=19002776/36427776 swapFree=4840/48388
[pid=23216] ppid=23214 vsize=41820 CPUtime=1.5
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 10948 0 0 0 144 6 0 0 20 0 1 0 654483843 42823680 10125 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134555272 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 10455 10125 77 177 0 10277 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 41820

[startup+3.10324 s]
/proc/loadavg: 13.19 11.09 8.03 2/185 23217
/proc/meminfo: memFree=19001188/36427776 swapFree=4620/49552
[pid=23216] ppid=23214 vsize=42376 CPUtime=3.08
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 11070 0 0 0 302 6 0 0 20 0 1 0 654483843 43393024 10247 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134555272 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 10594 10247 77 177 0 10416 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42376

[startup+6.30349 s]
/proc/loadavg: 13.19 11.09 8.03 2/185 23217
/proc/meminfo: memFree=19000196/36427776 swapFree=4620/50368
[pid=23216] ppid=23214 vsize=43228 CPUtime=6.3
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 11275 0 0 0 624 6 0 0 20 0 1 0 654483843 44265472 10452 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134600972 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 10807 10452 77 177 0 10629 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43228

[startup+12.704 s]
/proc/loadavg: 11.32 10.76 7.95 2/185 23217
/proc/meminfo: memFree=18998376/36427776 swapFree=4620/52292
[pid=23216] ppid=23214 vsize=44736 CPUtime=12.7
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 11645 0 0 0 1264 6 0 0 20 0 1 0 654483843 45809664 10822 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 11184 10822 77 177 0 11006 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44736

[startup+25.5011 s]
/proc/loadavg: 9.73 10.43 7.88 2/185 23217
/proc/meminfo: memFree=18998144/36427776 swapFree=4620/52608
[pid=23216] ppid=23214 vsize=45000 CPUtime=25.5
/proc/23216/stat : 23216 (ttsth-5-0) R 23214 23216 15497 0 -1 4202496 11700 0 0 0 2542 8 0 0 20 0 1 0 654483843 46080000 10877 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134600713 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 11250 10877 77 177 0 11072 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 45000

[startup+51.1024 s]
/proc/loadavg: 11.01 10.65 8.01 15/201 23233
/proc/meminfo: memFree=17940276/36427776 swapFree=4692/1110800
[pid=23216] ppid=23214 vsize=1238224 CPUtime=392.91
/proc/23216/stat : 23216 (ttsth-5-0) S 23214 23216 15497 0 -1 4202496 278840 0 0 0 12307 26984 0 0 20 0 17 0 654483843 1267941376 277231 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 309556 277231 95 177 0 309378 0
[pid=23216/tid=23218] ppid=23214 vsize=1238224 CPUtime=23.16
/proc/23216/task/23218/stat : 23218 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 51842 0 0 0 2260 56 0 0 20 0 17 0 654486633 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23216/tid=23219] ppid=23214 vsize=1238224 CPUtime=22.8
/proc/23216/task/23219/stat : 23219 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1182 0 0 0 520 1760 0 0 20 0 17 0 654486633 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23216/tid=23220] ppid=23214 vsize=1238224 CPUtime=22.8
/proc/23216/task/23220/stat : 23220 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1547 0 0 0 480 1800 0 0 20 0 17 0 654486633 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23216/tid=23221] ppid=23214 vsize=1238224 CPUtime=22.82
/proc/23216/task/23221/stat : 23221 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1604 0 0 0 504 1778 0 0 20 0 17 0 654486633 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23216/tid=23222] ppid=23214 vsize=1238224 CPUtime=22.82
/proc/23216/task/23222/stat : 23222 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 4263 0 0 0 476 1806 0 0 20 0 17 0 654486633 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23216/tid=23223] ppid=23214 vsize=1238224 CPUtime=22.82
/proc/23216/task/23223/stat : 23223 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1343 0 0 0 458 1824 0 0 20 0 17 0 654486633 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23216/tid=23224] ppid=23214 vsize=1238224 CPUtime=22.86
/proc/23216/task/23224/stat : 23224 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1118 0 0 0 494 1792 0 0 20 0 17 0 654486633 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23216/tid=23225] ppid=23214 vsize=1238224 CPUtime=22.86
/proc/23216/task/23225/stat : 23225 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1364 0 0 0 472 1814 0 0 20 0 17 0 654486634 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134749343 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23216/tid=23226] ppid=23214 vsize=1238224 CPUtime=22.78
/proc/23216/task/23226/stat : 23226 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1618 0 0 0 482 1796 0 0 20 0 17 0 654486634 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23216/tid=23227] ppid=23214 vsize=1238224 CPUtime=22.8
/proc/23216/task/23227/stat : 23227 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1525 0 0 0 504 1776 0 0 20 0 17 0 654486634 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134549899 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23216/tid=23228] ppid=23214 vsize=1238224 CPUtime=22.8
/proc/23216/task/23228/stat : 23228 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1718 0 0 0 478 1802 0 0 20 0 17 0 654486634 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134589671 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23216/tid=23229] ppid=23214 vsize=1238224 CPUtime=22.82
/proc/23216/task/23229/stat : 23229 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1287 0 0 0 510 1772 0 0 20 0 17 0 654486634 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23216/tid=23230] ppid=23214 vsize=1238224 CPUtime=22.8
/proc/23216/task/23230/stat : 23230 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1737 0 0 0 524 1756 0 0 20 0 17 0 654486634 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23216/tid=23231] ppid=23214 vsize=1238224 CPUtime=22.34
/proc/23216/task/23231/stat : 23231 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1473 0 0 0 480 1754 0 0 20 0 17 0 654486634 1267941376 277232 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23216/tid=23232] ppid=23214 vsize=1238224 CPUtime=22.82
/proc/23216/task/23232/stat : 23232 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1358 0 0 0 512 1770 0 0 20 0 17 0 654486635 1267941376 277233 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23216/tid=23233] ppid=23214 vsize=1238224 CPUtime=22.8
/proc/23216/task/23233/stat : 23233 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 1477 0 0 0 432 1848 0 0 20 0 17 0 654486635 1267941376 277233 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 392.91
Current children cumulated vsize (KiB) 1238224



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+98.2023 s]
/proc/loadavg: 13.68 11.42 8.41 17/201 23233
/proc/meminfo: memFree=17123692/36427776 swapFree=4692/1927320
[pid=23216] ppid=23214 vsize=2098148 CPUtime=1133.17
/proc/23216/stat : 23216 (ttsth-5-0) S 23214 23216 15497 0 -1 4202496 481256 0 0 0 39674 73643 0 0 20 0 17 0 654483843 2148503552 479646 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 524537 479646 95 177 0 524359 0
[pid=23216/tid=23218] ppid=23214 vsize=2098148 CPUtime=70.22
/proc/23216/task/23218/stat : 23218 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 136247 0 0 0 6880 142 0 0 20 0 17 0 654486633 2148503552 479646 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23216/tid=23219] ppid=23214 vsize=2098148 CPUtime=68.94
/proc/23216/task/23219/stat : 23219 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 3117 0 0 0 1832 5062 0 0 20 0 17 0 654486633 2148503552 479646 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23216/tid=23220] ppid=23214 vsize=2098148 CPUtime=69.09
/proc/23216/task/23220/stat : 23220 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 10798 0 0 0 2008 4901 0 0 20 0 17 0 654486633 2148503552 479646 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23216/tid=23221] ppid=23214 vsize=2098148 CPUtime=69.01
/proc/23216/task/23221/stat : 23221 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 4068 0 0 0 1886 5015 0 0 20 0 17 0 654486633 2148503552 479647 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23216/tid=23222] ppid=23214 vsize=2098148 CPUtime=69.43
/proc/23216/task/23222/stat : 23222 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 33777 0 0 0 2546 4397 0 0 20 0 17 0 654486633 2148503552 479648 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23216/tid=23223] ppid=23214 vsize=2098148 CPUtime=69.1
/proc/23216/task/23223/stat : 23223 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 3411 0 0 0 1924 4986 0 0 20 0 17 0 654486633 2148503552 479649 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23216/tid=23224] ppid=23214 vsize=2098148 CPUtime=69.1
/proc/23216/task/23224/stat : 23224 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 2624 0 0 0 1836 5074 0 0 20 0 17 0 654486633 2148503552 479649 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134591304 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23216/tid=23225] ppid=23214 vsize=2098148 CPUtime=69.13
/proc/23216/task/23225/stat : 23225 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 3032 0 0 0 1880 5033 0 0 20 0 17 0 654486634 2148503552 479649 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23216/tid=23226] ppid=23214 vsize=2098148 CPUtime=68.9
/proc/23216/task/23226/stat : 23226 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 4735 0 0 0 1874 5016 0 0 20 0 17 0 654486634 2148503552 479649 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134593204 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23216/tid=23227] ppid=23214 vsize=2098148 CPUtime=68.96
/proc/23216/task/23227/stat : 23227 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 3341 0 0 0 1878 5018 0 0 20 0 17 0 654486634 2148503552 479649 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23216/tid=23228] ppid=23214 vsize=2098148 CPUtime=68.99
/proc/23216/task/23228/stat : 23228 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 4415 0 0 0 1958 4941 0 0 20 0 17 0 654486634 2148503552 479649 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23216/tid=23229] ppid=23214 vsize=2098148 CPUtime=68.96
/proc/23216/task/23229/stat : 23229 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 2572 0 0 0 1864 5032 0 0 20 0 17 0 654486634 2148503552 479649 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23216/tid=23230] ppid=23214 vsize=2098148 CPUtime=69.21
/proc/23216/task/23230/stat : 23230 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 22796 0 0 0 2246 4675 0 0 20 0 17 0 654486634 2148503552 479650 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23216/tid=23231] ppid=23214 vsize=2098148 CPUtime=67.56
/proc/23216/task/23231/stat : 23231 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 2625 0 0 0 1816 4940 0 0 20 0 17 0 654486634 2148503552 479650 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23216/tid=23232] ppid=23214 vsize=2098148 CPUtime=69.32
/proc/23216/task/23232/stat : 23232 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 22782 0 0 0 2342 4590 0 0 20 0 17 0 654486635 2148503552 479651 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23216/tid=23233] ppid=23214 vsize=2098148 CPUtime=69.25
/proc/23216/task/23233/stat : 23233 (ttsth-5-0) R 23214 23216 15497 0 -1 4202560 18533 0 0 0 2182 4743 0 0 20 0 17 0 654486635 2148503552 479651 18446744073709551615 134512640 135237372 4294837952 18446744073709551615 134590203 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1133.17
Current children cumulated vsize (KiB) 2098148

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

Solver just ended. Dumping a history of the last processes samples

[startup+98.3272 s]
/proc/loadavg: 13.68 11.42 8.41 17/201 23233
/proc/meminfo: memFree=17123692/36427776 swapFree=4692/1927320
[pid=23216] ppid=23214 vsize=0 CPUtime=1133.35
/proc/23216/stat : 23216 (ttsth-5-0) Z 23214 23216 15497 0 -1 4203532 481304 0 0 0 39678 73657 0 0 20 0 2 0 654483843 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23216/statm: 0 0 0 0 0 0 0
[pid=23216/tid=23233] ppid=23214 vsize=0 CPUtime=69.35
/proc/23216/task/23233/stat : 23233 (ttsth-5-0) R 23214 23216 15497 0 -1 4203588 18541 0 0 0 2182 4753 0 0 20 0 2 0 654486635 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1133.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 98.398
CPU time (s): 1133.43
CPU user time (s): 396.785
CPU system time (s): 736.65
CPU usage (%): 1151.89
Max. virtual memory (cumulated for all children) (KiB): 2098148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 396.785
system time used= 736.65
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 481304
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= 87907
involuntary context switches= 2392

runsolver used 0.444027 second user time and 1.29208 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 05:56:15
IDJOB=1779255
IDBENCH=70825
IDSOLVER=634
FILE ID=xenhost3-49/1779255-1244951775
PBS_JOBID=
Free space on /tmp= 7020 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (16 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-06.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779255-1244951775/watcher-1779255-1244951775 -o /tmp/evaluation-result-1779255-1244951775/solver-1779255-1244951775 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779255-1244951775.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 16

MD5SUM BENCH= 54bbde63bf0c9b14dd4e32426eab0a42
RANDOM SEED= 822176298

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19043184 kB
Buffers:        482604 kB
Cached:       14120464 kB
SwapCached:          0 kB
Active:        4129012 kB
Inactive:     10482660 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:        8592 kB
Mapped:           4312 kB
Slab:           721484 kB
SReclaimable:   694704 kB
SUnreclaim:      26780 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7020 MiB
End job on xenhost3-49 at 2009-06-14 05:57:55