Trace number 1779270

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) 1118.45 97.4018

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-05.cnf
MD5SUM2802e980ef7a0af021d80df126a2e28c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.68
Satisfiable
(Un)Satisfiability was proved
Number of variables68827
Number of clauses224473
Sum of the clauses size581793
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291368
Number of clauses of size 3132976
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-1779270-1244951875.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 = 68827
0.30/0.32	c Clauses = 224473
0.30/0.32	c Literals = 581793
0.30/0.32	c Reduced size:
0.30/0.32	c Variables = 68827
0.30/0.32	c Clauses = 223830
0.30/0.32	c Literals = 580123
0.30/0.32	c a2
0.60/0.61	c a1
25.50/25.55	c Independent sub-problems = 1
25.50/25.55	c Sub-problem with 68570 variables and 223830 clauses
25.50/25.55	c using permutation method 4
25.50/25.55	c count = 1
25.50/25.55	c Ordering finished 25.470 seconds
25.50/25.55	c mapped 25.540 seconds
25.50/25.55	c permuted 25.540 seconds
25.50/25.55	c about to sort
25.50/25.59	c sorted
27.68/27.71	c clauses now 223830
27.68/27.71	c init finished 26.900 seconds
27.68/27.71	c tree built 27.690 seconds
27.68/27.71	c 
27.68/27.71	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
27.68/27.71	c ---------------------------------|----------------------------------|------------------------------------------------------
27.68/27.71	c ................................ | ..........                       |                       27.8           0.0             
27.68/27.71	c ................................ | ..........                     1 |                       27.8           0.0             
27.68/27.71	c ................................ | ..........                     2 |                       27.8           0.1             
27.68/27.71	c ................................ | ..........                     3 |                       27.8           0.1             
27.68/27.71	c ................................ | ..........                     4 |                       27.8           0.1             
27.68/27.71	c ................................ | ..........                     5 |                       27.8           0.2             
27.68/27.72	c ................................ | ..........                  1000 |                       27.8          35.9            4
308.77/45.62	c ................................ | ..........                962000 | 70580                200.1        4807.1     13031278
624.22/65.73	c ................................ | ..........               1968000 | 152360               400.1        4919.0     29686628
928.40/85.19	c ................................ | ..........               2926000 | 229453               600.3        4874.1     48717631

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-1779270-1244951875/watcher-1779270-1244951875 -o /tmp/evaluation-result-1779270-1244951875/solver-1779270-1244951875 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779270-1244951875.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.68 11.42 8.41 2/184 23271
/proc/meminfo: memFree=19042152/36427776 swapFree=4120/8108
[pid=23271] ppid=23269 vsize=1540 CPUtime=0
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 263 0 0 0 0 0 0 0 20 0 1 0 654493894 1576960 219 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 385 220 75 177 0 207 0

[startup+0.039713 s]
/proc/loadavg: 13.68 11.42 8.41 2/184 23271
/proc/meminfo: memFree=19042152/36427776 swapFree=4120/8108
[pid=23271] ppid=23269 vsize=3632 CPUtime=0.02
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 770 0 0 0 2 0 0 0 20 0 1 0 654493894 3719168 726 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 908 727 75 177 0 730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3632

[startup+0.103732 s]
/proc/loadavg: 13.68 11.42 8.41 2/184 23271
/proc/meminfo: memFree=19042152/36427776 swapFree=4120/8108
[pid=23271] ppid=23269 vsize=7628 CPUtime=0.1
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 1774 0 0 0 10 0 0 0 20 0 1 0 654493894 7811072 1730 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134732614 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 1907 1730 75 177 0 1729 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7628

[startup+0.303765 s]
/proc/loadavg: 13.68 11.42 8.41 2/184 23271
/proc/meminfo: memFree=19042152/36427776 swapFree=4120/8108
[pid=23271] ppid=23269 vsize=17224 CPUtime=0.3
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 3966 0 0 0 28 2 0 0 20 0 1 0 654493894 17637376 3922 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134534272 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 4306 3922 75 177 0 4128 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17224

[startup+0.703818 s]
/proc/loadavg: 13.68 11.42 8.41 2/184 23271
/proc/meminfo: memFree=19042152/36427776 swapFree=4120/8108
[pid=23271] ppid=23269 vsize=35468 CPUtime=0.7
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 8887 0 0 0 64 6 0 0 20 0 1 0 654493894 36319232 8352 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134758929 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 8867 8352 76 177 0 8689 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 35468

[startup+1.50384 s]
/proc/loadavg: 13.68 11.42 8.41 2/185 23272
/proc/meminfo: memFree=19003316/36427776 swapFree=4252/48152
[pid=23271] ppid=23269 vsize=41772 CPUtime=1.5
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 10933 0 0 0 144 6 0 0 20 0 1 0 654493894 42774528 10111 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134600972 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 10443 10111 77 177 0 10265 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 41772

[startup+3.10398 s]
/proc/loadavg: 12.67 11.25 8.37 2/185 23272
/proc/meminfo: memFree=19002228/36427776 swapFree=4760/49016
[pid=23271] ppid=23269 vsize=42268 CPUtime=3.1
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 11048 0 0 0 304 6 0 0 20 0 1 0 654493894 43282432 10226 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134555253 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 10567 10226 77 177 0 10389 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 42268

[startup+6.30423 s]
/proc/loadavg: 12.67 11.25 8.37 2/185 23272
/proc/meminfo: memFree=19000568/36427776 swapFree=4620/50296
[pid=23271] ppid=23269 vsize=43120 CPUtime=6.3
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 11259 0 0 0 624 6 0 0 20 0 1 0 654493894 44154880 10437 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134555272 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 10780 10437 77 177 0 10602 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43120

[startup+12.7008 s]
/proc/loadavg: 10.87 10.91 8.29 2/185 23272
/proc/meminfo: memFree=18998856/36427776 swapFree=4620/51880
[pid=23271] ppid=23269 vsize=44364 CPUtime=12.7
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 11529 0 0 0 1264 6 0 0 20 0 1 0 654493894 45428736 10707 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134600718 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 11091 10707 77 177 0 10913 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 44364

[startup+25.5018 s]
/proc/loadavg: 9.35 10.59 8.21 2/185 23272
/proc/meminfo: memFree=18998376/36427776 swapFree=4620/52504
[pid=23271] ppid=23269 vsize=44892 CPUtime=25.5
/proc/23271/stat : 23271 (ttsth-5-0) R 23269 23271 15497 0 -1 4202496 11747 0 0 0 2544 6 0 0 20 0 1 0 654493894 45969408 10925 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134727512 0 0 1 0 0 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 11223 10925 86 177 0 11045 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 44892

[startup+51.1044 s]
/proc/loadavg: 10.76 10.79 8.34 17/201 23288
/proc/meminfo: memFree=17922492/36427776 swapFree=4692/1128808
[pid=23271] ppid=23269 vsize=1260876 CPUtime=395.14
/proc/23271/stat : 23271 (ttsth-5-0) S 23269 23271 15497 0 -1 4202496 283838 0 0 0 13097 26417 0 0 20 0 17 0 654493894 1291137024 282448 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 315219 282449 95 177 0 315041 0
[pid=23271/tid=23273] ppid=23269 vsize=1260876 CPUtime=23.38
/proc/23271/task/23273/stat : 23273 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 50211 0 0 0 2286 52 0 0 20 0 17 0 654496664 1291137024 282449 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23271/tid=23274] ppid=23269 vsize=1260876 CPUtime=22.96
/proc/23271/task/23274/stat : 23274 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1365 0 0 0 546 1750 0 0 20 0 17 0 654496664 1291137024 282449 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23271/tid=23275] ppid=23269 vsize=1260876 CPUtime=22.96
/proc/23271/task/23275/stat : 23275 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1636 0 0 0 506 1790 0 0 20 0 17 0 654496664 1291137024 282449 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23271/tid=23276] ppid=23269 vsize=1260876 CPUtime=22.96
/proc/23271/task/23276/stat : 23276 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1569 0 0 0 552 1744 0 0 20 0 17 0 654496664 1291137024 282449 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23271/tid=23277] ppid=23269 vsize=1260876 CPUtime=23.02
/proc/23271/task/23277/stat : 23277 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 10008 0 0 0 638 1664 0 0 20 0 17 0 654496664 1291137024 282449 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23271/tid=23278] ppid=23269 vsize=1260876 CPUtime=23
/proc/23271/task/23278/stat : 23278 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1332 0 0 0 588 1712 0 0 20 0 17 0 654496664 1291137024 282450 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23271/tid=23279] ppid=23269 vsize=1260876 CPUtime=22.98
/proc/23271/task/23279/stat : 23279 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1332 0 0 0 538 1760 0 0 20 0 17 0 654496664 1291137024 282450 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23271/tid=23280] ppid=23269 vsize=1260876 CPUtime=23
/proc/23271/task/23280/stat : 23280 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1274 0 0 0 582 1718 0 0 20 0 17 0 654496664 1291137024 282450 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23271/tid=23281] ppid=23269 vsize=1260876 CPUtime=22.94
/proc/23271/task/23281/stat : 23281 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1424 0 0 0 530 1764 0 0 20 0 17 0 654496664 1291137024 282450 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23271/tid=23282] ppid=23269 vsize=1260876 CPUtime=22.9
/proc/23271/task/23282/stat : 23282 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1391 0 0 0 504 1786 0 0 20 0 17 0 654496664 1291137024 282450 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23271/tid=23283] ppid=23269 vsize=1260876 CPUtime=22.92
/proc/23271/task/23283/stat : 23283 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1219 0 0 0 492 1800 0 0 20 0 17 0 654496664 1291137024 282450 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23271/tid=23284] ppid=23269 vsize=1260876 CPUtime=22.92
/proc/23271/task/23284/stat : 23284 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1460 0 0 0 468 1824 0 0 20 0 17 0 654496664 1291137024 282451 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23271/tid=23285] ppid=23269 vsize=1260876 CPUtime=22.48
/proc/23271/task/23285/stat : 23285 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 2525 0 0 0 504 1744 0 0 20 0 17 0 654496665 1291137024 282451 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23271/tid=23286] ppid=23269 vsize=1260876 CPUtime=22.94
/proc/23271/task/23286/stat : 23286 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1434 0 0 0 526 1768 0 0 20 0 17 0 654496665 1291137024 282451 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23271/tid=23287] ppid=23269 vsize=1260876 CPUtime=22.96
/proc/23271/task/23287/stat : 23287 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 2209 0 0 0 600 1696 0 0 20 0 17 0 654496665 1291137024 282451 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23271/tid=23288] ppid=23269 vsize=1260876 CPUtime=22.94
/proc/23271/task/23288/stat : 23288 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 1649 0 0 0 528 1766 0 0 20 0 17 0 654496665 1291137024 282451 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 395.14
Current children cumulated vsize (KiB) 1260876



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+97.2042 s]
/proc/loadavg: 13.72 11.59 8.74 17/201 23288
/proc/meminfo: memFree=17126968/36427776 swapFree=4692/1922052
[pid=23271] ppid=23269 vsize=2096788 CPUtime=1118.07
/proc/23271/stat : 23271 (ttsth-5-0) S 23269 23271 15497 0 -1 4202496 480349 0 0 0 40206 71601 0 0 20 0 17 0 654493894 2147110912 478959 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 524197 478959 95 177 0 524019 0
[pid=23271/tid=23273] ppid=23269 vsize=2096788 CPUtime=69.43
/proc/23271/task/23273/stat : 23273 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 123831 0 0 0 6815 128 0 0 20 0 17 0 654496664 2147110912 478960 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=23271/tid=23274] ppid=23269 vsize=2096788 CPUtime=68.41
/proc/23271/task/23274/stat : 23274 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 13853 0 0 0 2236 4605 0 0 20 0 17 0 654496664 2147110912 478960 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=23271/tid=23275] ppid=23269 vsize=2096788 CPUtime=68.06
/proc/23271/task/23275/stat : 23275 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 9205 0 0 0 1908 4898 0 0 20 0 17 0 654496664 2147110912 478960 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=23271/tid=23276] ppid=23269 vsize=2096788 CPUtime=68.1
/proc/23271/task/23276/stat : 23276 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 7149 0 0 0 1978 4832 0 0 20 0 17 0 654496664 2147110912 478961 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=23271/tid=23277] ppid=23269 vsize=2096788 CPUtime=68.52
/proc/23271/task/23277/stat : 23277 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 35186 0 0 0 2586 4266 0 0 20 0 17 0 654496664 2147110912 478961 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=23271/tid=23278] ppid=23269 vsize=2096788 CPUtime=68.11
/proc/23271/task/23278/stat : 23278 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 3295 0 0 0 1922 4889 0 0 20 0 17 0 654496664 2147110912 478962 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134592308 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=23271/tid=23279] ppid=23269 vsize=2096788 CPUtime=68.37
/proc/23271/task/23279/stat : 23279 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 16996 0 0 0 2160 4677 0 0 20 0 17 0 654496664 2147110912 478964 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=23271/tid=23280] ppid=23269 vsize=2096788 CPUtime=68.22
/proc/23271/task/23280/stat : 23280 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 2558 0 0 0 2028 4794 0 0 20 0 17 0 654496664 2147110912 478965 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=23271/tid=23281] ppid=23269 vsize=2096788 CPUtime=67.96
/proc/23271/task/23281/stat : 23281 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 7729 0 0 0 1848 4948 0 0 20 0 17 0 654496664 2147110912 478965 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=23271/tid=23282] ppid=23269 vsize=2096788 CPUtime=67.86
/proc/23271/task/23282/stat : 23282 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 3388 0 0 0 1862 4924 0 0 20 0 17 0 654496664 2147110912 478965 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134749302 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=23271/tid=23283] ppid=23269 vsize=2096788 CPUtime=67.82
/proc/23271/task/23283/stat : 23283 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 3467 0 0 0 1790 4992 0 0 20 0 17 0 654496664 2147110912 478966 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134561510 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=23271/tid=23284] ppid=23269 vsize=2096788 CPUtime=68.32
/proc/23271/task/23284/stat : 23284 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 13970 0 0 0 2214 4618 0 0 20 0 17 0 654496664 2147110912 478966 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=23271/tid=23285] ppid=23269 vsize=2096788 CPUtime=66.94
/proc/23271/task/23285/stat : 23285 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 14293 0 0 0 2226 4468 0 0 20 0 17 0 654496665 2147110912 478966 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=23271/tid=23286] ppid=23269 vsize=2096788 CPUtime=67.96
/proc/23271/task/23286/stat : 23286 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 3461 0 0 0 1852 4944 0 0 20 0 17 0 654496665 2147110912 478966 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=23271/tid=23287] ppid=23269 vsize=2096788 CPUtime=67.95
/proc/23271/task/23287/stat : 23287 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 3950 0 0 0 1924 4871 0 0 20 0 17 0 654496665 2147110912 478968 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134634688 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=23271/tid=23288] ppid=23269 vsize=2096788 CPUtime=68.25
/proc/23271/task/23288/stat : 23288 (ttsth-5-0) R 23269 23271 15497 0 -1 4202560 16221 0 0 0 2152 4673 0 0 20 0 17 0 654496665 2147110912 478968 18446744073709551615 134512640 135237372 4293274944 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1118.07
Current children cumulated vsize (KiB) 2096788

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

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

[startup+97.3278 s]
/proc/loadavg: 13.72 11.59 8.74 17/201 23288
/proc/meminfo: memFree=17126968/36427776 swapFree=4692/1922052
[pid=23271] ppid=23269 vsize=0 CPUtime=1118.37
/proc/23271/stat : 23271 (ttsth-5-0) Z 23269 23271 15497 0 -1 4203532 480453 0 0 0 40219 71618 0 0 20 0 2 0 654493894 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23271/statm: 0 0 0 0 0 0 0
[pid=23271/tid=23276] ppid=23269 vsize=0 CPUtime=68.2
/proc/23271/task/23276/stat : 23276 (ttsth-5-0) R 23269 23271 15497 0 -1 4203588 7153 0 0 0 1978 4842 0 0 20 0 2 0 654496664 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1118.37
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 97.4018
CPU time (s): 1118.45
CPU user time (s): 402.201
CPU system time (s): 716.253
CPU usage (%): 1148.29
Max. virtual memory (cumulated for all children) (KiB): 2096788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 402.201
system time used= 716.253
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480453
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= 100795
involuntary context switches= 2426

runsolver used 0.380023 second user time and 1.33608 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 2802e980ef7a0af021d80df126a2e28c
RANDOM SEED= 1549351778

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:      19042416 kB
Buffers:        482608 kB
Cached:       14120436 kB
SwapCached:          0 kB
Active:        4128624 kB
Inactive:     10482472 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            4896 kB
Writeback:           0 kB
AnonPages:        7868 kB
Mapped:           3440 kB
Slab:           721728 kB
SReclaimable:   694880 kB
SUnreclaim:      26848 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:59:35