Trace number 1779315

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) 1173.29 100.598

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-07.cnf
MD5SUMd5384c4b81fff59c87944d03e9ed7d02
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark138.97
Satisfiable
(Un)Satisfiability was proved
Number of variables69097
Number of clauses225325
Sum of the clauses size583973
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291744
Number of clauses of size 3133452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.32	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779315-1244952238.cnf 
0.30/0.32	c Using SATTIMEOUT of 10000
0.30/0.32	c Using SATRAM of 2047
0.30/0.32	c Size of subset node = 16
0.30/0.32	c Variables = 69097
0.30/0.32	c Clauses = 225325
0.30/0.32	c Literals = 583973
0.30/0.32	c Reduced size:
0.30/0.32	c Variables = 69097
0.30/0.32	c Clauses = 224682
0.30/0.32	c Literals = 582303
0.30/0.32	c a2
0.60/0.62	c a1
24.60/24.65	c Independent sub-problems = 1
24.60/24.65	c Sub-problem with 68840 variables and 224682 clauses
24.60/24.65	c using permutation method 4
24.60/24.65	c count = 1
24.60/24.65	c Ordering finished 24.570 seconds
24.60/24.65	c mapped 24.640 seconds
24.60/24.65	c permuted 24.640 seconds
24.60/24.65	c about to sort
24.60/24.69	c sorted
26.78/26.83	c clauses now 224682
26.78/26.83	c init finished 26.010 seconds
26.78/26.83	c tree built 26.800 seconds
26.78/26.83	c 
26.78/26.83	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
26.78/26.83	c ---------------------------------|----------------------------------|------------------------------------------------------
26.78/26.83	c ................................ | ..........                       |                       26.9           0.0             
26.78/26.83	c ................................ | ..........                     1 |                       26.9           0.0             
26.78/26.83	c ................................ | ..........                     2 |                       26.9           0.1             
26.78/26.83	c ................................ | ..........                     3 |                       26.9           0.1             
26.78/26.83	c ................................ | ..........                     4 |                       26.9           0.1             
26.78/26.83	c ................................ | ..........                     5 |                       26.9           0.2             
26.78/26.84	c ................................ | ..........                  1000 |                       26.9          37.1            4
309.73/44.82	c ................................ | ..........                963000 | 71257                200.1        4813.1     13224826
620.72/64.80	c ................................ | ..........               2071000 | 168780               400.4        5173.0     30149366
913.84/83.95	c ................................ | ..........               2665000 | 223845               600.2        4440.4     47765155

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-1779315-1244952238/watcher-1779315-1244952238 -o /tmp/evaluation-result-1779315-1244952238/solver-1779315-1244952238 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779315-1244952238.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: 13.49 12.05 9.55 2/184 23441
/proc/meminfo: memFree=19042404/36427776 swapFree=3656/7032
[pid=23441] ppid=23439 vsize=1540 CPUtime=0
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 262 0 0 0 0 0 0 0 20 0 1 0 654530188 1576960 219 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134732614 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 385 219 75 177 0 207 0

[startup+0.078951 s]
/proc/loadavg: 13.49 12.05 9.55 2/184 23441
/proc/meminfo: memFree=19042404/36427776 swapFree=3656/7032
[pid=23441] ppid=23439 vsize=6128 CPUtime=0.06
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 1422 0 0 0 6 0 0 0 20 0 1 0 654530188 6275072 1379 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134536395 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 1532 1380 75 177 0 1354 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6128

[startup+0.102876 s]
/proc/loadavg: 13.49 12.05 9.55 2/184 23441
/proc/meminfo: memFree=19042404/36427776 swapFree=3656/7032
[pid=23441] ppid=23439 vsize=7628 CPUtime=0.1
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 1757 0 0 0 10 0 0 0 20 0 1 0 654530188 7811072 1714 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134732535 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 1907 1715 75 177 0 1729 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7628

[startup+0.302949 s]
/proc/loadavg: 13.49 12.05 9.55 2/184 23441
/proc/meminfo: memFree=19042404/36427776 swapFree=3656/7032
[pid=23441] ppid=23439 vsize=17224 CPUtime=0.3
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 3978 0 0 0 28 2 0 0 20 0 1 0 654530188 17637376 3935 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134534272 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 4306 3935 75 177 0 4128 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17224

[startup+0.702972 s]
/proc/loadavg: 13.49 12.05 9.55 2/184 23441
/proc/meminfo: memFree=19042404/36427776 swapFree=3656/7032
[pid=23441] ppid=23439 vsize=36712 CPUtime=0.7
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 8715 0 0 0 64 6 0 0 20 0 1 0 654530188 37593088 8671 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134540242 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 9178 8673 76 177 0 9000 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 36712

[startup+1.50301 s]
/proc/loadavg: 13.49 12.05 9.55 2/185 23442
/proc/meminfo: memFree=19002724/36427776 swapFree=4392/47840
[pid=23441] ppid=23439 vsize=41996 CPUtime=1.5
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 10970 0 0 0 142 8 0 0 20 0 1 0 654530188 43003904 10145 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134732614 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 10499 10145 77 177 0 10321 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 41996

[startup+3.10309 s]
/proc/loadavg: 13.49 12.05 9.55 2/185 23442
/proc/meminfo: memFree=19000692/36427776 swapFree=4620/49640
[pid=23441] ppid=23439 vsize=42432 CPUtime=3.1
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 11092 0 0 0 302 8 0 0 20 0 1 0 654530188 43450368 10267 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134555272 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 10608 10267 77 177 0 10430 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42432

[startup+6.3034 s]
/proc/loadavg: 12.49 11.87 9.51 2/185 23442
/proc/meminfo: memFree=18999700/36427776 swapFree=4620/50428
[pid=23441] ppid=23439 vsize=43284 CPUtime=6.32
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 11283 0 0 0 624 8 0 0 20 0 1 0 654530188 44322816 10458 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134600799 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 10821 10458 77 177 0 10643 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 43284

[startup+12.7039 s]
/proc/loadavg: 11.57 11.69 9.46 2/185 23442
/proc/meminfo: memFree=18997748/36427776 swapFree=4620/52384
[pid=23441] ppid=23439 vsize=44792 CPUtime=12.7
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 11662 0 0 0 1262 8 0 0 20 0 1 0 654530188 45867008 10837 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134600707 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 11198 10837 77 177 0 11020 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44792

[startup+25.501 s]
/proc/loadavg: 9.23 11.16 9.32 2/185 23442
/proc/meminfo: memFree=18755032/36427776 swapFree=4664/294380
[pid=23441] ppid=23439 vsize=449708 CPUtime=25.48
/proc/23441/stat : 23441 (ttsth-5-0) R 23439 23441 15497 0 -1 4202496 112761 0 0 0 2504 44 0 0 20 0 1 0 654530188 460500992 111717 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134732614 0 0 1 0 0 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 112427 111725 88 177 0 112249 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 449708

[startup+51.1011 s]
/proc/loadavg: 11.48 11.54 9.50 17/201 23458
/proc/meminfo: memFree=17904696/36427776 swapFree=4692/1145008
[pid=23441] ppid=23439 vsize=1273740 CPUtime=408.62
/proc/23441/stat : 23441 (ttsth-5-0) S 23439 23441 15497 0 -1 4202496 287178 0 0 0 13348 27514 0 0 20 0 17 0 654530188 1304309760 285784 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 318435 285784 95 177 0 318257 0
[pid=23441/tid=23443] ppid=23439 vsize=1273740 CPUtime=24.26
/proc/23441/task/23443/stat : 23443 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 58284 0 0 0 2364 62 0 0 20 0 17 0 654532869 1304309760 285784 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23441/tid=23444] ppid=23439 vsize=1273740 CPUtime=23.86
/proc/23441/task/23444/stat : 23444 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1622 0 0 0 570 1816 0 0 20 0 17 0 654532869 1304309760 285784 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134749353 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23441/tid=23445] ppid=23439 vsize=1273740 CPUtime=23.84
/proc/23441/task/23445/stat : 23445 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 2072 0 0 0 576 1808 0 0 20 0 17 0 654532869 1304309760 285784 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23441/tid=23446] ppid=23439 vsize=1273740 CPUtime=23.86
/proc/23441/task/23446/stat : 23446 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1326 0 0 0 518 1868 0 0 20 0 17 0 654532869 1304309760 285784 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23441/tid=23447] ppid=23439 vsize=1273740 CPUtime=23.84
/proc/23441/task/23447/stat : 23447 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1507 0 0 0 556 1828 0 0 20 0 17 0 654532869 1304309760 285784 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23441/tid=23448] ppid=23439 vsize=1273740 CPUtime=23.82
/proc/23441/task/23448/stat : 23448 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1488 0 0 0 574 1808 0 0 20 0 17 0 654532869 1304309760 285784 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134680326 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23441/tid=23449] ppid=23439 vsize=1273740 CPUtime=23.86
/proc/23441/task/23449/stat : 23449 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1421 0 0 0 596 1790 0 0 20 0 17 0 654532869 1304309760 285785 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23441/tid=23450] ppid=23439 vsize=1273740 CPUtime=23.88
/proc/23441/task/23450/stat : 23450 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 4801 0 0 0 540 1848 0 0 20 0 17 0 654532869 1304309760 285785 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23441/tid=23451] ppid=23439 vsize=1273740 CPUtime=23.88
/proc/23441/task/23451/stat : 23451 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1269 0 0 0 532 1856 0 0 20 0 17 0 654532870 1304309760 285785 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23441/tid=23452] ppid=23439 vsize=1273740 CPUtime=23.88
/proc/23441/task/23452/stat : 23452 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1392 0 0 0 560 1828 0 0 20 0 17 0 654532870 1304309760 285785 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23441/tid=23453] ppid=23439 vsize=1273740 CPUtime=23.88
/proc/23441/task/23453/stat : 23453 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1505 0 0 0 544 1844 0 0 20 0 17 0 654532870 1304309760 285785 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23441/tid=23454] ppid=23439 vsize=1273740 CPUtime=23.92
/proc/23441/task/23454/stat : 23454 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1772 0 0 0 598 1794 0 0 20 0 17 0 654532870 1304309760 285785 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23441/tid=23455] ppid=23439 vsize=1273740 CPUtime=23.82
/proc/23441/task/23455/stat : 23455 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1659 0 0 0 564 1818 0 0 20 0 17 0 654532870 1304309760 285786 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23441/tid=23456] ppid=23439 vsize=1273740 CPUtime=23.38
/proc/23441/task/23456/stat : 23456 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1401 0 0 0 576 1762 0 0 20 0 17 0 654532870 1304309760 285786 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23441/tid=23457] ppid=23439 vsize=1273740 CPUtime=23.84
/proc/23441/task/23457/stat : 23457 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1531 0 0 0 544 1840 0 0 20 0 17 0 654532871 1304309760 285786 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23441/tid=23458] ppid=23439 vsize=1273740 CPUtime=23.84
/proc/23441/task/23458/stat : 23458 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 1516 0 0 0 526 1858 0 0 20 0 17 0 654532871 1304309760 285787 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 1273740



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+100.403 s]
/proc/loadavg: 14.04 12.22 9.83 17/201 23463
/proc/meminfo: memFree=17124728/36427776 swapFree=4692/1926608
[pid=23441] ppid=23439 vsize=2096792 CPUtime=1172.96
/proc/23441/stat : 23441 (ttsth-5-0) S 23439 23441 15497 0 -1 4202496 480815 0 0 0 43654 73642 0 0 20 0 17 0 654530188 2147115008 479421 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 524198 479421 95 177 0 524020 0
[pid=23441/tid=23443] ppid=23439 vsize=2096792 CPUtime=73.49
/proc/23441/task/23443/stat : 23443 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 124445 0 0 0 7223 126 0 0 20 0 17 0 654532869 2147115008 479421 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23441/tid=23444] ppid=23439 vsize=2096792 CPUtime=72.08
/proc/23441/task/23444/stat : 23444 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 5104 0 0 0 2098 5110 0 0 20 0 17 0 654532869 2147115008 479422 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23441/tid=23445] ppid=23439 vsize=2096792 CPUtime=71.99
/proc/23441/task/23445/stat : 23445 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 4628 0 0 0 2214 4985 0 0 20 0 17 0 654532869 2147115008 479422 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23441/tid=23446] ppid=23439 vsize=2096792 CPUtime=69.13
/proc/23441/task/23446/stat : 23446 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 19723 0 0 0 2246 4667 0 0 20 0 17 0 654532869 2147115008 479422 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23441/tid=23447] ppid=23439 vsize=2096792 CPUtime=70.67
/proc/23441/task/23447/stat : 23447 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 3306 0 0 0 2188 4879 0 0 20 0 17 0 654532869 2147115008 479422 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=23441/tid=23448] ppid=23439 vsize=2096792 CPUtime=68.76
/proc/23441/task/23448/stat : 23448 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 3223 0 0 0 2120 4756 0 0 20 0 17 0 654532869 2147115008 479422 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23441/tid=23449] ppid=23439 vsize=2096792 CPUtime=72.11
/proc/23441/task/23449/stat : 23449 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 2885 0 0 0 2052 5159 0 0 20 0 17 0 654532869 2147115008 479422 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23441/tid=23450] ppid=23439 vsize=2096792 CPUtime=72.55
/proc/23441/task/23450/stat : 23450 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 33111 0 0 0 2658 4597 0 0 20 0 17 0 654532869 2147115008 479422 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23441/tid=23451] ppid=23439 vsize=2096792 CPUtime=72.12
/proc/23441/task/23451/stat : 23451 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 3265 0 0 0 2076 5136 0 0 20 0 17 0 654532870 2147115008 479422 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23441/tid=23452] ppid=23439 vsize=2096792 CPUtime=72.47
/proc/23441/task/23452/stat : 23452 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 23973 0 0 0 2492 4755 0 0 20 0 17 0 654532870 2147115008 479423 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23441/tid=23453] ppid=23439 vsize=2096792 CPUtime=72.27
/proc/23441/task/23453/stat : 23453 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 4421 0 0 0 2222 5005 0 0 20 0 17 0 654532870 2147115008 479423 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23441/tid=23454] ppid=23439 vsize=2096792 CPUtime=72.41
/proc/23441/task/23454/stat : 23454 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 3648 0 0 0 2310 4931 0 0 20 0 17 0 654532870 2147115008 479423 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23441/tid=23455] ppid=23439 vsize=2096792 CPUtime=72.02
/proc/23441/task/23455/stat : 23455 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 7588 0 0 0 2102 5100 0 0 20 0 17 0 654532870 2147115008 479424 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23441/tid=23456] ppid=23439 vsize=2096792 CPUtime=70.7
/proc/23441/task/23456/stat : 23456 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 9878 0 0 0 2174 4896 0 0 20 0 17 0 654532870 2147115008 479424 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134749296 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23441/tid=23457] ppid=23439 vsize=2096792 CPUtime=72.03
/proc/23441/task/23457/stat : 23457 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 4008 0 0 0 2008 5195 0 0 20 0 17 0 654532871 2147115008 479424 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23441/tid=23458] ppid=23439 vsize=2096792 CPUtime=71.21
/proc/23441/task/23458/stat : 23458 (ttsth-5-0) R 23439 23441 15497 0 -1 4202560 25000 0 0 0 2856 4265 0 0 20 0 17 0 654532871 2147115008 479425 18446744073709551615 134512640 135237372 4293117200 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1172.96
Current children cumulated vsize (KiB) 2096792

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

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

[startup+100.527 s]
/proc/loadavg: 14.04 12.22 9.83 17/201 23463
/proc/meminfo: memFree=17124728/36427776 swapFree=4692/1926608
[pid=23441] ppid=23439 vsize=0 CPUtime=1173.23
/proc/23441/stat : 23441 (ttsth-5-0) Z 23439 23441 15497 0 -1 4203532 480859 0 0 0 43662 73661 0 0 20 0 2 0 654530188 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23441/statm: 0 0 0 0 0 0 0
[pid=23441/tid=23458] ppid=23439 vsize=0 CPUtime=71.32
/proc/23441/task/23458/stat : 23458 (ttsth-5-0) R 23439 23441 15497 0 -1 4203588 25006 0 0 0 2856 4276 0 0 20 0 2 0 654532871 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1173.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 100.598
CPU time (s): 1173.29
CPU user time (s): 436.619
CPU system time (s): 736.67
CPU usage (%): 1166.31
Max. virtual memory (cumulated for all children) (KiB): 2096792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 436.619
system time used= 736.67
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480859
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= 102151
involuntary context switches= 2898

runsolver used 0.532033 second user time and 1.26408 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 06:03:58
IDJOB=1779315
IDBENCH=70831
IDSOLVER=634
FILE ID=xenhost3-49/1779315-1244952238
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-07.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779315-1244952238/watcher-1779315-1244952238 -o /tmp/evaluation-result-1779315-1244952238/solver-1779315-1244952238 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779315-1244952238.cnf

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

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED= 1045551554

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:      19042404 kB
Buffers:        482608 kB
Cached:       14120528 kB
SwapCached:          0 kB
Active:        4128708 kB
Inactive:     10482724 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:        6956 kB
Mapped:           3648 kB
Slab:           721516 kB
SReclaimable:   694736 kB
SUnreclaim:      26780 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29736 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 06:05:41