Trace number 1780798

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 (4 threads)? (MO) 1049.73 541.037

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_22_SAT.cnf
MD5SUM0370c302d744cf5297e07b7d8a6a8190
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.68
Satisfiable
(Un)Satisfiability was proved
Number of variables4692
Number of clauses582514
Sum of the clauses size1741093
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27069
Number of clauses of size 3575414
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.90/0.93	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780798-1243683572.cnf 
0.90/0.93	c Using SATTIMEOUT of 10000
0.90/0.93	c Using SATRAM of 2047
0.90/0.93	c Size of subset node = 16
0.90/0.93	c Variables = 4692
0.90/0.93	c Clauses = 582514
0.90/0.93	c Literals = 1741093
0.90/0.93	c Reduced size:
0.90/0.93	c Variables = 4692
0.90/0.93	c Clauses = 582514
0.90/0.93	c Literals = 1741093
0.90/0.93	c a2
2.49/2.52	c a1
6.08/6.15	c Independent sub-problems = 1
6.08/6.15	c Sub-problem with 4692 variables and 582514 clauses
6.08/6.15	c using permutation method 4
6.08/6.15	c count = 1
6.08/6.15	c Ordering finished 5.860 seconds
6.08/6.15	c mapped 6.130 seconds
6.08/6.15	c permuted 6.130 seconds
6.08/6.15	c about to sort
6.28/6.36	c sorted
11.98/12.01	c clauses now 582514
11.98/12.01	c init finished 6.420 seconds
11.98/12.01	c tree built 11.990 seconds
11.98/12.01	c 
11.98/12.01	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
11.98/12.01	c ---------------------------------|----------------------------------|------------------------------------------------------
11.98/12.01	c ................................ | ..........                       |                       12.0           0.0             
11.98/12.01	c ................................ | ..........                     1 |                       12.0           0.1             
11.98/12.01	c ................................ | ..........                     2 |                       12.0           0.2             
11.98/12.01	c ................................ | ..........                     3 |                       12.0           0.3             
11.98/12.01	c ................................ | ..........                     4 |                       12.0           0.3             
11.98/12.01	c ................................ | ..........                     5 |                       12.0           0.4             
11.98/12.02	c ................................ | ..........                  1000 |                       12.0          83.4             
200.14/111.63	c ................................ | ..........               1239000 | 326258               200.2        6189.4     30928672
400.06/213.28	c ................................ | ..........               1966000 | 520470               400.2        4912.5     56030152
600.28/314.87	c ................................ | ..........               2665000 | 697975               600.4        4438.9     80436578
800.19/415.40	c ................................ | ..........               3335000 | 873052               800.3        4167.0     99385353
999.87/515.98	c ................................ | *.........               3865000 | 1007409             1000.1        3864.8    114926290

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1780798-1243683572/watcher-1780798-1243683572 -o /tmp/evaluation-result-1780798-1243683572/solver-1780798-1243683572 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780798-1243683572.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: 4.47 4.56 4.78 5/111 25398
/proc/meminfo: memFree=2946352/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=1144 CPUtime=0.01
/proc/25398/stat : 25398 (ttsth-5-0) R 25396 25398 20065 0 -1 4202496 183 0 0 0 1 0 0 0 25 0 1 0 1133021303 1171456 139 4294967295 134512640 135237372 3213147024 3213145504 134685386 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25398/statm: 286 139 75 177 0 108 0

[startup+0.10438 s]
/proc/loadavg: 4.47 4.56 4.78 5/111 25398
/proc/meminfo: memFree=2946352/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=5336 CPUtime=0.11
/proc/25398/stat : 25398 (ttsth-5-0) R 25396 25398 20065 0 -1 4202496 1226 0 0 0 11 0 0 0 25 0 1 0 1133021303 5464064 1182 4294967295 134512640 135237372 3213147024 3213146528 134734844 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25398/statm: 1334 1182 75 177 0 1156 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5336

[startup+0.204375 s]
/proc/loadavg: 4.47 4.56 4.78 5/111 25398
/proc/meminfo: memFree=2946352/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=9876 CPUtime=0.21
/proc/25398/stat : 25398 (ttsth-5-0) R 25396 25398 20065 0 -1 4202496 2311 0 0 0 21 0 0 0 25 0 1 0 1133021303 10113024 2267 4294967295 134512640 135237372 3213147024 3213145620 134886192 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25398/statm: 2469 2267 75 177 0 2291 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9876

[startup+0.304366 s]
/proc/loadavg: 4.47 4.56 4.78 5/111 25398
/proc/meminfo: memFree=2946352/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=14372 CPUtime=0.31
/proc/25398/stat : 25398 (ttsth-5-0) R 25396 25398 20065 0 -1 4202496 3386 0 0 0 29 2 0 0 25 0 1 0 1133021303 14716928 3342 4294967295 134512640 135237372 3213147024 3213146672 134524740 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25398/statm: 3593 3342 75 177 0 3415 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 14372

[startup+0.704332 s]
/proc/loadavg: 4.47 4.56 4.78 5/111 25398
/proc/meminfo: memFree=2946352/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=31072 CPUtime=0.7
/proc/25398/stat : 25398 (ttsth-5-0) R 25396 25398 20065 0 -1 4202496 7472 0 0 0 65 5 0 0 25 0 1 0 1133021303 31817728 7428 4294967295 134512640 135237372 3213147024 3213146672 134524802 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25398/statm: 7768 7428 75 177 0 7590 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 31072

[startup+1.50426 s]
/proc/loadavg: 4.47 4.56 4.78 5/112 25399
/proc/meminfo: memFree=2878476/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=78620 CPUtime=1.49
/proc/25398/stat : 25398 (ttsth-5-0) R 25396 25398 20065 0 -1 4202496 18324 0 0 0 142 7 0 0 25 0 1 0 1133021303 80506880 18279 4294967295 134512640 135237372 3213147024 3213146320 134680729 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25398/statm: 19655 18279 76 177 0 19477 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78620

[startup+3.10413 s]
/proc/loadavg: 4.47 4.56 4.78 5/112 25399
/proc/meminfo: memFree=2873296/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=78160 CPUtime=3.09
/proc/25398/stat : 25398 (ttsth-5-0) R 25396 25398 20065 0 -1 4202496 19598 0 0 0 302 7 0 0 25 0 1 0 1133021303 80035840 18415 4294967295 134512640 135237372 3213147024 3213146352 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25398/statm: 19540 18415 77 177 0 19362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78160

[startup+6.30387 s]
/proc/loadavg: 4.51 4.56 4.78 5/112 25399
/proc/meminfo: memFree=2864052/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=83184 CPUtime=6.28
/proc/25398/stat : 25398 (ttsth-5-0) R 25396 25398 20065 0 -1 4202496 22403 0 0 0 620 8 0 0 25 0 1 0 1133021303 85180416 20651 4294967295 134512640 135237372 3213147024 3213146432 134681151 0 0 0 0 0 0 0 17 0 0 0 0
/proc/25398/statm: 20796 20651 83 177 0 20618 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83184

[startup+12.7033 s]
/proc/loadavg: 4.47 4.55 4.78 8/116 25404
/proc/meminfo: memFree=2831316/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=154440 CPUtime=12.92
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 32551 0 0 0 1278 14 0 0 25 0 5 0 1133021303 158146560 30225 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 38610 30225 95 177 0 38432 0
[pid=25398/tid=25401] ppid=25396 vsize=154440 CPUtime=0.41
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 1015 0 0 0 41 0 0 0 25 0 5 0 1133022504 158146560 30225 4294967295 134512640 135237372 3213147024 3075763520 134588934 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=154440 CPUtime=0.28
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 340 0 0 0 28 0 0 0 25 0 5 0 1133022504 158146560 30225 4294967295 134512640 135237372 3213147024 3067440480 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=154440 CPUtime=0.17
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 213 0 0 0 17 0 0 0 25 0 5 0 1133022506 158146560 30225 4294967295 134512640 135237372 3213147024 3059043184 134588138 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=154440 CPUtime=0.07
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 184 0 0 0 7 0 0 0 25 0 5 0 1133022506 158146560 30225 4294967295 134512640 135237372 3213147024 3050671388 134636382 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 154440

[startup+25.5023 s]
/proc/loadavg: 5.11 4.69 4.82 8/116 25587
/proc/meminfo: memFree=2729068/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=251632 CPUtime=34.53
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 56852 0 0 0 3431 22 0 0 25 0 5 0 1133021303 257671168 54526 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 62908 54526 95 177 0 62730 0
[pid=25398/tid=25401] ppid=25396 vsize=251632 CPUtime=6.04
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 8791 0 0 0 599 5 0 0 25 0 5 0 1133022504 257671168 54526 4294967295 134512640 135237372 3213147024 3075747616 134680273 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=251632 CPUtime=5.31
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 7157 0 0 0 530 1 0 0 25 0 5 0 1133022504 257671168 54526 4294967295 134512640 135237372 3213147024 3067439712 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=251632 CPUtime=5.66
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 4608 0 0 0 564 2 0 0 25 0 5 0 1133022506 257671168 54526 4294967295 134512640 135237372 3213147024 3058964236 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=251632 CPUtime=5.53
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 5497 0 0 0 553 0 0 0 25 0 5 0 1133022506 257671168 54526 4294967295 134512640 135237372 3213147024 3050608960 134565881 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.53
Current children cumulated vsize (KiB) 251632

[startup+51.1102 s]
/proc/loadavg: 5.75 4.87 4.87 8/116 25591
/proc/meminfo: memFree=2588892/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=394116 CPUtime=82.22
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 92254 0 0 0 8190 32 0 0 25 0 5 0 1133021303 403574784 89928 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 98529 89928 95 177 0 98351 0
[pid=25398/tid=25401] ppid=25396 vsize=394116 CPUtime=18.15
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 17339 0 0 0 1807 8 0 0 25 0 5 0 1133022504 403574784 89928 4294967295 134512640 135237372 3213147024 3075745808 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=394116 CPUtime=16.91
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 16215 0 0 0 1688 3 0 0 25 0 5 0 1133022504 403574784 89928 4294967295 134512640 135237372 3213147024 3067413216 134749351 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=394116 CPUtime=17.49
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 13190 0 0 0 1742 7 0 0 25 0 5 0 1133022506 403574784 89928 4294967295 134512640 135237372 3213147024 3059065120 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=394116 CPUtime=17.68
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 14711 0 0 0 1768 0 0 0 25 0 5 0 1133022506 403574784 89928 4294967295 134512640 135237372 3213147024 3050642640 134680226 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.22
Current children cumulated vsize (KiB) 394116

[startup+102.316 s]
/proc/loadavg: 6.58 5.23 4.99 9/116 25776
/proc/meminfo: memFree=2363552/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=616988 CPUtime=181.77
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 147912 0 0 0 18126 51 0 0 25 0 5 0 1133021303 631795712 145586 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 154247 145586 95 177 0 154069 0
[pid=25398/tid=25401] ppid=25396 vsize=616988 CPUtime=43.31
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 29561 0 0 0 4317 14 0 0 25 0 5 0 1133022504 631795712 145586 4294967295 134512640 135237372 3213147024 3075761328 134561036 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=616988 CPUtime=42.01
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 32117 0 0 0 4193 8 0 0 25 0 5 0 1133022504 631795712 145586 4294967295 134512640 135237372 3213147024 3067388560 134561428 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=616988 CPUtime=42.2
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 25790 0 0 0 4210 10 0 0 25 0 5 0 1133022506 631795712 145586 4294967295 134512640 135237372 3213147024 3058968304 134588792 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=616988 CPUtime=42.26
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 29645 0 0 0 4221 5 0 0 25 0 5 0 1133022506 631795712 145586 4294967295 134512640 135237372 3213147024 3050631152 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 181.77
Current children cumulated vsize (KiB) 616988

[startup+162.311 s]
/proc/loadavg: 7.10 5.62 5.14 8/116 25969
/proc/meminfo: memFree=2138592/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=843868 CPUtime=301.03
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 204694 0 0 0 30036 67 0 0 25 0 5 0 1133021303 864120832 202368 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 210967 202368 95 177 0 210789 0
[pid=25398/tid=25401] ppid=25396 vsize=843868 CPUtime=73.14
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 40085 0 0 0 7299 15 0 0 25 0 5 0 1133022504 864120832 202368 4294967295 134512640 135237372 3213147024 3075744896 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=843868 CPUtime=72.02
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 49540 0 0 0 7189 13 0 0 25 0 5 0 1133022504 864120832 202368 4294967295 134512640 135237372 3213147024 3067460016 134591079 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=843868 CPUtime=71.95
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 39454 0 0 0 7182 13 0 0 25 0 5 0 1133022506 864120832 202368 4294967295 134512640 135237372 3213147024 3059027504 134749351 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=843868 CPUtime=71.93
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 44816 0 0 0 7181 12 0 0 25 0 5 0 1133022506 864120832 202368 4294967295 134512640 135237372 3213147024 3050622280 134519962 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 301.03
Current children cumulated vsize (KiB) 843868

[startup+222.316 s]
/proc/loadavg: 7.22 5.92 5.27 9/116 26157
/proc/meminfo: memFree=1887588/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=1092932 CPUtime=417.85
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 266926 0 0 0 41696 89 0 0 25 0 5 0 1133021303 1119162368 264600 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 273233 264600 95 177 0 273055 0
[pid=25398/tid=25401] ppid=25396 vsize=1092932 CPUtime=102.31
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 49731 0 0 0 10215 16 0 0 25 0 5 0 1133022504 1119162368 264600 4294967295 134512640 135237372 3213147024 3075733616 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=1092932 CPUtime=101.21
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 66274 0 0 0 10102 19 0 0 25 0 5 0 1133022504 1119162368 264600 4294967295 134512640 135237372 3213147024 3067485664 134562459 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=1092932 CPUtime=100.95
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 50528 0 0 0 10073 22 0 0 25 0 5 0 1133022506 1119162368 264600 4294967295 134512640 135237372 3213147024 3059046576 134680223 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=1092932 CPUtime=101.39
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 69594 0 0 0 10121 18 0 0 25 0 5 0 1133022506 1119162368 264600 4294967295 134512640 135237372 3213147024 3050624256 134749353 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 417.85
Current children cumulated vsize (KiB) 1092932

[startup+282.311 s]
/proc/loadavg: 7.33 6.18 5.40 8/116 26346
/proc/meminfo: memFree=1651444/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=1330956 CPUtime=535.99
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 326421 0 0 0 53481 118 0 0 25 0 5 0 1133021303 1362898944 324095 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 332739 324095 95 177 0 332561 0
[pid=25398/tid=25401] ppid=25396 vsize=1330956 CPUtime=131.86
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 56030 0 0 0 13163 23 0 0 25 0 5 0 1133022504 1362898944 324095 4294967295 134512640 135237372 3213147024 3075745804 134562272 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=1330956 CPUtime=130.81
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 79805 0 0 0 13059 22 0 0 25 0 5 0 1133022504 1362898944 324095 4294967295 134512640 135237372 3213147024 3067513152 134592429 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=1330956 CPUtime=130.45
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 65115 0 0 0 13014 31 0 0 25 0 5 0 1133022506 1362898944 324095 4294967295 134512640 135237372 3213147024 3059019104 134680474 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=1330956 CPUtime=130.88
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 94672 0 0 0 13060 28 0 0 25 0 5 0 1133022506 1362898944 324095 4294967295 134512640 135237372 3213147024 3050625632 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 535.99
Current children cumulated vsize (KiB) 1330956

[startup+342.306 s]
/proc/loadavg: 7.38 6.40 5.52 8/116 26534
/proc/meminfo: memFree=1444908/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=1535116 CPUtime=655.11
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 377475 0 0 0 65365 146 0 0 25 0 5 0 1133021303 1571958784 375149 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 383779 375149 95 177 0 383601 0
[pid=25398/tid=25401] ppid=25396 vsize=1535116 CPUtime=161.86
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 63277 0 0 0 16155 31 0 0 25 0 5 0 1133022504 1571958784 375149 4294967295 134512640 135237372 3213147024 3075746032 134562459 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=1535116 CPUtime=160.61
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 90252 0 0 0 16035 26 0 0 25 0 5 0 1133022504 1571958784 375149 4294967295 134512640 135237372 3213147024 3067470384 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=1535116 CPUtime=160.22
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 76443 0 0 0 15990 32 0 0 25 0 5 0 1133022506 1571958784 375149 4294967295 134512640 135237372 3213147024 3059017840 134562401 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=1535116 CPUtime=160.43
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 116704 0 0 0 16000 43 0 0 25 0 5 0 1133022506 1571958784 375149 4294967295 134512640 135237372 3213147024 3050647324 134680208 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 655.11
Current children cumulated vsize (KiB) 1535116

[startup+402.311 s]
/proc/loadavg: 7.18 6.52 5.62 9/116 26721
/proc/meminfo: memFree=1266432/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=1714704 CPUtime=774.24
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 422393 0 0 0 77261 163 0 0 25 0 5 0 1133021303 1755856896 420067 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 428676 420067 95 177 0 428498 0
[pid=25398/tid=25401] ppid=25396 vsize=1714704 CPUtime=192.11
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 67353 0 0 0 19178 33 0 0 25 0 5 0 1133022504 1755856896 420067 4294967295 134512640 135237372 3213147024 3075746256 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=1714704 CPUtime=190.11
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 102631 0 0 0 18981 30 0 0 25 0 5 0 1133022504 1755856896 420067 4294967295 134512640 135237372 3213147024 3067497552 134549920 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=1714704 CPUtime=190.08
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 85869 0 0 0 18973 35 0 0 25 0 5 0 1133022506 1755856896 420067 4294967295 134512640 135237372 3213147024 3059030464 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=1714704 CPUtime=189.95
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 135741 0 0 0 18944 51 0 0 25 0 5 0 1133022506 1755856896 420067 4294967295 134512640 135237372 3213147024 3050620176 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 774.24
Current children cumulated vsize (KiB) 1714704

[startup+462.306 s]
/proc/loadavg: 7.37 6.68 5.73 8/116 26911
/proc/meminfo: memFree=1133580/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=1846564 CPUtime=893.56
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 455266 0 0 0 89170 186 0 0 25 0 5 0 1133021303 1890881536 452940 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 461641 452940 95 177 0 461463 0
[pid=25398/tid=25401] ppid=25396 vsize=1846564 CPUtime=222.04
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 70183 0 0 0 22166 38 0 0 25 0 5 0 1133022504 1890881536 452940 4294967295 134512640 135237372 3213147024 3075800864 134562290 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=1846564 CPUtime=219.91
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 111739 0 0 0 21953 38 0 0 25 0 5 0 1133022504 1890881536 452940 4294967295 134512640 135237372 3213147024 3067471424 134749351 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=1846564 CPUtime=219.8
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 90648 0 0 0 21943 37 0 0 25 0 5 0 1133022506 1890881536 452940 4294967295 134512640 135237372 3213147024 3058994096 134562373 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=1846564 CPUtime=219.83
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 151897 0 0 0 21924 59 0 0 25 0 5 0 1133022506 1890881536 452940 4294967295 134512640 135237372 3213147024 3050659072 134680326 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 893.56
Current children cumulated vsize (KiB) 1846564

[startup+522.311 s]
/proc/loadavg: 7.29 6.79 5.82 8/116 27103
/proc/meminfo: memFree=958328/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=2023760 CPUtime=1012.58
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 499669 0 0 0 101054 204 0 0 25 0 5 0 1133021303 2072330240 497343 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 505940 497343 95 177 0 505762 0
[pid=25398/tid=25401] ppid=25396 vsize=2023760 CPUtime=251.9
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 74242 0 0 0 25148 42 0 0 25 0 5 0 1133022504 2072330240 497343 4294967295 134512640 135237372 3213147024 3075744912 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=2023760 CPUtime=249.61
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 131376 0 0 0 24914 47 0 0 25 0 5 0 1133022504 2072330240 497343 4294967295 134512640 135237372 3213147024 3067438784 134562290 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=2023760 CPUtime=249.35
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 98454 0 0 0 24896 39 0 0 25 0 5 0 1133022506 2072330240 497343 4294967295 134512640 135237372 3213147024 3059022128 134562413 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=2023760 CPUtime=249.73
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 164798 0 0 0 24911 62 0 0 25 0 5 0 1133022506 2072330240 497343 4294967295 134512640 135237372 3213147024 3050630320 134562344 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1012.58
Current children cumulated vsize (KiB) 2023760



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+540.91 s]
/proc/loadavg: 7.27 6.81 5.85 8/116 27104
/proc/meminfo: memFree=883372/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=2096400 CPUtime=1049.62
/proc/25398/stat : 25398 (ttsth-5-0) S 25396 25398 20065 0 -1 4202496 517760 0 0 0 104750 212 0 0 25 0 5 0 1133021303 2146713600 515434 4294967295 134512640 135237372 3213147024 3213146620 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 524100 515434 95 177 0 523922 0
[pid=25398/tid=25401] ppid=25396 vsize=2096400 CPUtime=261.25
/proc/25398/task/25401/stat : 25401 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 75944 0 0 0 26082 43 0 0 25 0 5 0 1133022504 2146713600 515434 4294967295 134512640 135237372 3213147024 3075745856 134562430 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25402] ppid=25396 vsize=2096400 CPUtime=258.81
/proc/25398/task/25402/stat : 25402 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 142239 0 0 0 25831 50 0 0 25 0 5 0 1133022504 2146713600 515434 4294967295 134512640 135237372 3213147024 3067468704 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=25398/tid=25403] ppid=25396 vsize=2096400 CPUtime=258.54
/proc/25398/task/25403/stat : 25403 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 101104 0 0 0 25813 41 0 0 25 0 5 0 1133022506 2146713600 515434 4294967295 134512640 135237372 3213147024 3059007824 134562331 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=2096400 CPUtime=259.03
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4202560 167674 0 0 0 25839 64 0 0 25 0 5 0 1133022506 2146713600 515434 4294967295 134512640 135237372 3213147024 3050627264 134562331 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1049.62
Current children cumulated vsize (KiB) 2096400

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

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

[startup+541.02 s]
/proc/loadavg: 7.27 6.81 5.85 8/116 27104
/proc/meminfo: memFree=883372/3368532 swapFree=1953788/1959888
[pid=25398] ppid=25396 vsize=0 CPUtime=1049.72
/proc/25398/stat : 25398 (ttsth-5-0) Z 25396 25398 20065 0 -1 4203524 517763 0 0 0 104751 221 0 0 22 0 2 0 1133021303 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/25398/statm: 0 0 0 0 0 0 0
[pid=25398/tid=25404] ppid=25396 vsize=0 CPUtime=259.12
/proc/25398/task/25404/stat : 25404 (ttsth-5-0) R 25396 25398 20065 0 -1 4203588 167674 0 0 0 25839 73 0 0 25 0 2 0 1133022506 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1049.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 541.037
CPU time (s): 1049.73
CPU user time (s): 1047.51
CPU system time (s): 2.22
CPU usage (%): 194.022
Max. virtual memory (cumulated for all children) (KiB): 2096400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1047.51
system time used= 2.22
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517763
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= 998
involuntary context switches= 43301

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:39:32
IDJOB=1780798
IDBENCH=71067
IDSOLVER=632
FILE ID=/1780798-1243683572
PBS_JOBID=
Free space on /tmp= 6467 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_22_SAT.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780798-1243683572/watcher-1780798-1243683572 -o /tmp/evaluation-result-1780798-1243683572/solver-1780798-1243683572 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780798-1243683572.cnf

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

MD5SUM BENCH= 0370c302d744cf5297e07b7d8a6a8190
RANDOM SEED= 2042114598

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2946352 kB
Buffers:        149124 kB
Cached:         150500 kB
SwapCached:       2256 kB
Active:         197140 kB
Inactive:       119312 kB
HighTotal:     2489216 kB
HighFree:      2320780 kB
LowTotal:       879316 kB
LowFree:        625572 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           23384 kB
Writeback:           0 kB
AnonPages:       16220 kB
Mapped:           5272 kB
Slab:            96480 kB
SReclaimable:    82756 kB
SUnreclaim:      13724 kB
PageTables:        668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112684 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6467 MiB
End job on  at 2009-05-30 13:48:35