Trace number 1821735

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
APTUSAT 2009-03-22? (TO) 1200.03 1200.23

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_13_UNKNOWN.cnf
MD5SUM57b85ec7870f670f13b00667a6315c05
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2058
Number of clauses144294
Sum of the clauses size429916
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23219
Number of clauses of size 3141052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.04/0.10	c ==============================================================================
0.04/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.10	c ==============================================================================
0.04/0.10	c |         0 |  144294   429916 |   43288       0        0     nan |  0.000 % |
1.42/1.45	c |         0 |  143366   620643 |      --       0       --      -- |     --   | -928/190727
1.42/1.45	c ==============================================================================
1.42/1.45	c Result  :   #vars: 1298   #clauses: 143366   #literals: 620643
1.42/1.45	c CPU time:   1.42 s
1.42/1.45	c ==============================================================================
1.62/1.64	This is MiniSat 2.0 beta
1.62/1.64	WARNING: for repeatability, setting FPU to use double precision
1.62/1.64	============================[ Problem Statistics ]=============================
1.62/1.64	|                                                                             |
1.62/1.64	|  Number of variables:  1298                                                 |
1.62/1.64	|  Number of clauses:    143366                                               |
1.64/1.73	|  Parsing time:         0.08         s                                       |
1.64/1.73	============================[ Search Statistics ]==============================
1.64/1.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.64/1.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.64/1.73	===============================================================================
1.64/1.73	|         0 |    1298   143366   620643 |    47788        0    nan |  0.000 % |
1.64/1.80	|       101 |    1298   143366   620643 |    52567      101     53 |  0.000 % |
1.64/1.88	|       251 |    1298   143366   620643 |    57824      251     50 |  0.001 % |
1.64/1.94	|       476 |    1298   143366   620643 |    63606      476     51 |  0.002 % |
1.64/2.04	|       813 |    1298   143366   620643 |    69967      813     51 |  0.002 % |
2.22/2.25	|      1320 |    1298   143366   620643 |    76964     1320     52 |  0.001 % |
2.32/2.41	|      2079 |    1298   143366   620643 |    84660     2079     57 |  0.000 % |
2.80/2.89	|      3218 |    1298   143366   620643 |    93126     3218     61 |  0.001 % |
3.30/3.38	|      4926 |    1298   143366   620643 |   102439     4926     64 |  0.002 % |
4.40/4.47	|      7488 |    1298   143366   620643 |   112683     7488     60 |  0.002 % |
5.38/5.46	|     11332 |    1298   143366   620643 |   123951    11332     61 |  0.000 % |
8.28/8.35	|     17098 |    1298   143366   620643 |   136346    17098     61 |  0.002 % |
12.06/12.16	|     25748 |    1298   143366   620643 |   149981    25748     56 |  0.001 % |
19.32/19.49	|     38722 |    1298   143366   620643 |   164979    38722     60 |  0.002 % |
30.56/30.78	|     58183 |    1298   143366   620643 |   181477    58183     65 |  0.001 % |
58.66/58.99	|     87375 |    1298   143366   620643 |   199625    87375     65 |  0.001 % |
99.66/99.99	|    131164 |    1298   143366   620643 |   219587   131164     68 |  0.002 % |
187.57/187.86	|    196848 |    1298   143366   620643 |   241546   196848     69 |  0.001 % |
295.67/295.95	|    295374 |    1298   143366   620643 |   265701    67226    104 |  0.001 % |
496.09/496.32	|    443163 |    1298   143366   620643 |   292271   215015     81 |  0.002 % |
807.10/807.32	|    664846 |    1298   143366   620643 |   321498   164320     59 |  0.002 % |
1200.02/1200.22	HOME/SatELiteGTI: line 36:  6135 Terminated              $MS $2 $TMP.cnf $TMP.result

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-1821735-1242559011/watcher-1821735-1242559011 -o /tmp/evaluation-result-1821735-1242559011/solver-1821735-1242559011 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821735-1242559011.cnf -restarts=1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 6128
/proc/meminfo: memFree=1464260/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2416 CPUtime=0
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 368 643 0 0 0 0 0 0 20 0 1 0 1020402127 2473984 277 4294967295 134512640 135169312 3215381936 3215380472 3085065966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6128/statm: 604 277 235 161 0 43 0
[pid=6132] ppid=6128 vsize=1088 CPUtime=0
/proc/6132/stat : 6132 (SatELite_releas) R 6128 6128 16367 0 -1 4202496 153 0 0 0 0 0 0 0 18 0 1 0 1020402128 1114112 89 4294967295 134512640 135223648 3219556768 3219555488 134734703 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6132/statm: 272 91 46 174 0 97 0

[startup+0.039999 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 6128
/proc/meminfo: memFree=1464260/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2416 CPUtime=0
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 368 643 0 0 0 0 0 0 20 0 1 0 1020402127 2473984 277 4294967295 134512640 135169312 3215381936 3215380472 3085065966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6128/statm: 604 277 235 161 0 43 0
[pid=6132] ppid=6128 vsize=4044 CPUtime=0.04
/proc/6132/stat : 6132 (SatELite_releas) R 6128 6128 16367 0 -1 4202496 915 0 0 0 3 1 0 0 18 0 1 0 1020402128 4141056 850 4294967295 134512640 135223648 3219556768 3219555468 134713250 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6132/statm: 1011 850 46 174 0 836 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6460

[startup+0.119978 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 6128
/proc/meminfo: memFree=1464260/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2416 CPUtime=0
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 368 643 0 0 0 0 0 0 20 0 1 0 1020402127 2473984 277 4294967295 134512640 135169312 3215381936 3215380472 3085065966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6128/statm: 604 277 235 161 0 43 0
[pid=6132] ppid=6128 vsize=11392 CPUtime=0.12
/proc/6132/stat : 6132 (SatELite_releas) R 6128 6128 16367 0 -1 4202496 2630 0 0 0 9 3 0 0 18 0 1 0 1020402128 11665408 2565 4294967295 134512640 135223648 3219556768 3219554544 134585475 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6132/statm: 2848 2565 73 174 0 2673 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13808

[startup+0.319965 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 6128
/proc/meminfo: memFree=1464260/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2416 CPUtime=0
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 368 643 0 0 0 0 0 0 20 0 1 0 1020402127 2473984 277 4294967295 134512640 135169312 3215381936 3215380472 3085065966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6128/statm: 604 277 235 161 0 43 0
[pid=6132] ppid=6128 vsize=13556 CPUtime=0.32
/proc/6132/stat : 6132 (SatELite_releas) R 6128 6128 16367 0 -1 4202496 3149 0 0 0 29 3 0 0 18 0 1 0 1020402128 13881344 3084 4294967295 134512640 135223648 3219556768 3219554544 134585953 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6132/statm: 3389 3085 73 174 0 3214 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 15972

[startup+0.719943 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 6128
/proc/meminfo: memFree=1464260/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2416 CPUtime=0
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 368 643 0 0 0 0 0 0 20 0 1 0 1020402127 2473984 277 4294967295 134512640 135169312 3215381936 3215380472 3085065966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6128/statm: 604 277 235 161 0 43 0
[pid=6132] ppid=6128 vsize=16980 CPUtime=0.72
/proc/6132/stat : 6132 (SatELite_releas) R 6128 6128 16367 0 -1 4202496 3782 0 0 0 69 3 0 0 18 0 1 0 1020402128 17387520 3717 4294967295 134512640 135223648 3219556768 3219554936 134715391 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6132/statm: 4245 3717 73 174 0 4070 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 19396

[startup+1.5199 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 6134
/proc/meminfo: memFree=1449132/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2416 CPUtime=0
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 368 643 0 0 0 0 0 0 20 0 1 0 1020402127 2473984 277 4294967295 134512640 135169312 3215381936 3215380472 3085065966 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6128/statm: 604 277 235 161 0 43 0
[pid=6132] ppid=6128 vsize=14964 CPUtime=1.52
/proc/6132/stat : 6132 (SatELite_releas) R 6128 6128 16367 0 -1 4202496 3783 0 0 0 148 4 0 0 20 0 1 0 1020402128 15323136 3438 4294967295 134512640 135223648 3219556768 3219553524 134688107 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6132/statm: 3741 3438 73 174 0 3566 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 17380

[startup+3.11981 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 6135
/proc/meminfo: memFree=1452480/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=10240 CPUtime=1.46
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 2434 0 0 0 145 1 0 0 23 0 1 0 1020402292 10485760 2369 4294967295 134512640 135213731 3214671200 3214669680 134530096 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6135/statm: 2560 2369 74 172 0 2386 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 12660

[startup+6.31963 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 6137
/proc/meminfo: memFree=1449536/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=12772 CPUtime=4.64
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 3071 0 0 0 462 2 0 0 25 0 1 0 1020402292 13078528 3006 4294967295 134512640 135213731 3214671200 3214669456 134537012 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6135/statm: 3193 3006 74 172 0 3019 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15192

[startup+12.7193 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 6140
/proc/meminfo: memFree=1445352/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=16164 CPUtime=11.01
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 3907 0 0 0 1098 3 0 0 25 0 1 0 1020402292 16551936 3842 4294967295 134512640 135213731 3214671200 3214669680 134530012 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6135/statm: 4041 3842 74 172 0 3867 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 18584

[startup+25.5185 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 6142
/proc/meminfo: memFree=1437852/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=23548 CPUtime=23.76
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 5745 0 0 0 2370 6 0 0 25 0 1 0 1020402292 24113152 5680 4294967295 134512640 135213731 3214671200 3214669680 134530193 0 0 0 3 0 0 0 17 1 0 0 0
/proc/6135/statm: 5887 5680 74 172 0 5713 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 25968

[startup+51.1171 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 6142
/proc/meminfo: memFree=1429064/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=32308 CPUtime=49.22
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 7948 0 0 0 4913 9 0 0 25 0 1 0 1020402292 33083392 7883 4294967295 134512640 135213731 3214671200 3214669680 134530183 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 8077 7883 74 172 0 7903 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 34728

[startup+102.324 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 6331
/proc/meminfo: memFree=1410672/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=50720 CPUtime=100.43
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 12527 0 0 0 10031 12 0 0 25 0 1 0 1020402292 51937280 12462 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 12680 12462 74 172 0 12506 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 53140

[startup+162.321 s]
/proc/loadavg: 1.00 1.00 1.00 4/99 6522
/proc/meminfo: memFree=1395032/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=66452 CPUtime=160.43
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 16414 0 0 0 16025 18 0 0 25 0 1 0 1020402292 68046848 16349 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 16613 16349 74 172 0 16439 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 68872

[startup+222.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 6708
/proc/meminfo: memFree=1381680/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=80084 CPUtime=220.43
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 19718 0 0 0 22022 21 0 0 25 0 1 0 1020402292 82006016 19653 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 20021 19653 74 172 0 19847 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 82504

[startup+282.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 6899
/proc/meminfo: memFree=1373356/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=88372 CPUtime=280.43
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 21783 0 0 0 28020 23 0 0 25 0 1 0 1020402292 90492928 21718 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 22093 21718 74 172 0 21919 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 90792

[startup+342.311 s]
/proc/loadavg: 1.04 1.01 1.00 2/99 7090
/proc/meminfo: memFree=1373356/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=88372 CPUtime=340.43
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 21787 0 0 0 34020 23 0 0 25 0 1 0 1020402292 90492928 21722 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 22093 21722 74 172 0 21919 0
Current children cumulated CPU time (s) 342.07

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

/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=88372 CPUtime=460.44
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 21792 0 0 0 46021 23 0 0 25 0 1 0 1020402292 90492928 21727 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 22093 21727 74 172 0 21919 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 90792

[startup+522.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 7652
/proc/meminfo: memFree=1364156/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=98024 CPUtime=520.45
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 24192 0 0 0 52015 30 0 0 25 0 1 0 1020402292 100376576 24127 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 24506 24127 74 172 0 24332 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 100444

[startup+582.317 s]
/proc/loadavg: 1.03 1.01 1.00 3/99 7844
/proc/meminfo: memFree=1356252/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=105828 CPUtime=580.45
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 26161 0 0 0 58013 32 0 0 25 0 1 0 1020402292 108367872 26096 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 26457 26096 74 172 0 26283 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 108248

[startup+642.314 s]
/proc/loadavg: 1.01 1.01 1.00 3/99 8033
/proc/meminfo: memFree=1351152/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=110792 CPUtime=640.45
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27385 0 0 0 64013 32 0 0 25 0 1 0 1020402292 113451008 27320 4294967295 134512640 135213731 3214671200 3214669680 134530057 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 27698 27320 74 172 0 27524 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 113212

[startup+702.31 s]
/proc/loadavg: 1.12 1.03 1.01 2/99 8222
/proc/meminfo: memFree=1350904/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=110792 CPUtime=700.45
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27392 0 0 0 70013 32 0 0 25 0 1 0 1020402292 113451008 27327 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 27698 27327 74 172 0 27524 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 113212

[startup+762.317 s]
/proc/loadavg: 1.04 1.02 1.00 3/99 8409
/proc/meminfo: memFree=1350912/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=110792 CPUtime=760.46
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27400 0 0 0 76014 32 0 0 25 0 1 0 1020402292 113451008 27335 4294967295 134512640 135213731 3214671200 3214669680 134530106 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 27698 27335 74 172 0 27524 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 113212

[startup+822.314 s]
/proc/loadavg: 1.01 1.02 1.00 2/99 8595
/proc/meminfo: memFree=1350912/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=110792 CPUtime=820.46
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27403 0 0 0 82014 32 0 0 25 0 1 0 1020402292 113451008 27338 4294967295 134512640 135213731 3214671200 3214669680 134530110 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 27698 27338 74 172 0 27524 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 113212

[startup+882.32 s]
/proc/loadavg: 1.00 1.01 1.00 3/99 8783
/proc/meminfo: memFree=1350788/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=110792 CPUtime=880.47
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27404 0 0 0 88015 32 0 0 25 0 1 0 1020402292 113451008 27339 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 27698 27339 74 172 0 27524 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 113212

[startup+942.317 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 8976
/proc/meminfo: memFree=1350780/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=110792 CPUtime=940.47
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27404 0 0 0 94013 34 0 0 25 0 1 0 1020402292 113451008 27339 4294967295 134512640 135213731 3214671200 3214669680 134530122 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 27698 27339 74 172 0 27524 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 113212

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 4/99 9165
/proc/meminfo: memFree=1350928/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=110792 CPUtime=1000.47
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27408 0 0 0 100013 34 0 0 25 0 1 0 1020402292 113451008 27343 4294967295 134512640 135213731 3214671200 3214669680 134530096 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 27698 27343 74 172 0 27524 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 113212

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 9352
/proc/meminfo: memFree=1350556/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=111532 CPUtime=1060.47
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27492 0 0 0 106011 36 0 0 25 0 1 0 1020402292 114208768 27427 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 27883 27427 74 172 0 27709 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 113952

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 4/99 9538
/proc/meminfo: memFree=1348788/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=113524 CPUtime=1120.48
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27940 0 0 0 112011 37 0 0 25 0 1 0 1020402292 116248576 27875 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 28381 27875 74 172 0 28207 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 115944

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 9726
/proc/meminfo: memFree=1348780/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=113524 CPUtime=1180.48
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27944 0 0 0 118011 37 0 0 25 0 1 0 1020402292 116248576 27879 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 28381 27879 74 172 0 28207 0
Current children cumulated CPU time (s) 1182.12
Current children cumulated vsize (KiB) 115944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.21 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 9910
/proc/meminfo: memFree=1348636/2074464 swapFree=1949244/1959888
[pid=6128] ppid=6126 vsize=2420 CPUtime=1.64
/proc/6128/stat : 6128 (SatELiteGTI) S 6126 6128 16367 0 -1 4194304 385 4428 0 0 0 0 158 6 18 0 1 0 1020402127 2478080 278 4294967295 134512640 135169312 3215381936 3215378152 3085065966 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6128/statm: 605 278 235 161 0 44 0
[pid=6135] ppid=6128 vsize=113524 CPUtime=1198.38
/proc/6135/stat : 6135 (minisat_static) R 6128 6128 16367 0 -1 4202496 27944 0 0 0 119801 37 0 0 25 0 1 0 1020402292 116248576 27879 4294967295 134512640 135213731 3214671200 3214669680 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6135/statm: 28381 27879 74 172 0 28207 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 115944

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.23
CPU time (s): 1200.03
CPU user time (s): 1199.59
CPU system time (s): 0.44
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 115944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.59
system time used= 0.44
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33036
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= 20
involuntary context switches= 2171

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 13:16:51
IDJOB=1821735
IDBENCH=71076
IDSOLVER=662
FILE ID=tipi11/1821735-1242559011
PBS_JOBID=
Free space on /tmp= 9546 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_13_UNKNOWN.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821735-1242559011/watcher-1821735-1242559011 -o /tmp/evaluation-result-1821735-1242559011/solver-1821735-1242559011 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821735-1242559011.cnf -restarts=1

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED= 445872078

Linux tipi11 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 1
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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 1
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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1464260 kB
Buffers:         36868 kB
Cached:         484756 kB
SwapCached:       5248 kB
Active:         267912 kB
Inactive:       265424 kB
HighTotal:     1178688 kB
HighFree:       681120 kB
LowTotal:       895776 kB
LowFree:        783140 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            3948 kB
Writeback:           0 kB
AnonPages:       11380 kB
Mapped:           5072 kB
Slab:            68032 kB
PageTables:        660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97124 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9546 MiB
End job on tipi11 at 2009-05-17 13:36:52