Trace number 1849527

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
minisat2 070721/core? (TO) 1200.01 1199.93

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray32_32.cnf
MD5SUMb7a07371a2da4a8c8bef63c213dd1e15
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 variables72202
Number of clauses213533
Sum of the clauses size498241
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2142354
Number of clauses of size 371177
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.12/0.19	c ==============================================================================
0.12/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.19	c ==============================================================================
0.12/0.19	c |         0 |  213531   498239 |   64059       0        0     nan |  0.000 % |
1.52/1.54	c |         0 |  163018   485616 |      --       0       --      -- |     --   | -50511/-12618
1.52/1.54	c ==============================================================================
1.52/1.54	c Result  :   #vars: 36494   #clauses: 163018   #literals: 485616
1.52/1.54	c CPU time:   1.49 s
1.52/1.54	c ==============================================================================
1.71/1.71	This is MiniSat 2.0 beta
1.71/1.71	WARNING: for repeatability, setting FPU to use double precision
1.71/1.71	============================[ Problem Statistics ]=============================
1.71/1.71	|                                                                             |
1.71/1.71	|  Number of variables:  36494                                                |
1.71/1.71	|  Number of clauses:    163018                                               |
1.71/1.83	|  Parsing time:         0.10         s                                       |
1.71/1.83	============================[ Search Statistics ]==============================
1.71/1.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.71/1.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.71/1.83	===============================================================================
1.71/1.83	|         0 |   36494   163018   485616 |    54339        0    nan |  0.000 % |
1.71/1.84	|       100 |   36494   163018   485616 |    59773      100      7 |  0.000 % |
1.71/1.90	|       253 |   36494   163018   485616 |    65750      253     12 |  0.000 % |
1.71/1.96	|       479 |   36492   163018   485616 |    72325      478     30 |  0.077 % |
1.71/2.03	|       816 |   36478   163018   485616 |    79558      809     22 |  0.260 % |
2.23/2.24	|      1322 |   36360   162235   483431 |    87514     1301     17 |  0.510 % |
2.42/2.43	|      2081 |   36198   161271   480694 |    96265     2042     14 |  0.811 % |
2.62/2.67	|      3221 |   36078   160693   479014 |   105891     3152     12 |  1.140 % |
2.92/2.93	|      4931 |   36027   160406   478188 |   116481     4842     11 |  1.280 % |
3.33/3.36	|      7493 |   36004   160337   478000 |   128129     7362     10 |  1.480 % |
4.12/4.20	|     11337 |   35412   157190   468881 |   140942    11131     10 |  3.121 % |
5.22/5.31	|     17103 |   35071   155403   463710 |   155036    16841     10 |  4.025 % |
7.12/7.21	|     25752 |   34482   152458   455072 |   170540    25295     11 |  5.771 % |
9.82/9.91	|     38726 |   33027   145281   433903 |   187594    38058     12 |  9.999 % |
14.33/14.37	|     58188 |   28991   126519   378063 |   206353    57144     12 | 20.946 % |
21.52/21.54	|     87380 |   25851   111908   334811 |   226988    85732     13 | 30.073 % |
32.22/32.21	|    131170 |   23813   102549   307158 |   249687   128767     15 | 35.696 % |
51.02/51.07	|    196855 |   22732    98606   295456 |   274656   193936     21 | 38.412 % |
86.93/86.92	|    295382 |   21328    91269   273609 |   302122    35274     20 | 41.722 % |
153.33/153.39	|    443171 |   19714    83814   251695 |   332334   182323     35 | 46.166 % |
263.23/263.23	|    664857 |   16575    72764   219272 |   365567    73167     19 | 54.806 % |
451.56/451.57	|    997382 |   15970    68221   205714 |   402124    45136     32 | 56.401 % |
758.27/758.25	|   1496170 |   15604    66694   201254 |   442337   139228     38 | 57.251 % |
1184.40/1184.37	|   2244356 |   15406    65646   198270 |   486570   454201     47 | 57.785 % |
1200.00/1199.92	HOME/SatELiteGTI: line 36:  4136 Terminated              $MS $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-1849527-1244833373/watcher-1849527-1244833373 -o /tmp/evaluation-result-1849527-1244833373/solver-1849527-1244833373 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849527-1244833373.cnf 

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: 0.92 0.98 0.99 3/91 4130
/proc/meminfo: memFree=1822896/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2412 CPUtime=0
/proc/4130/stat : 4130 (SatELiteGTI) R 4128 4130 18459 0 -1 4194304 354 646 0 0 0 0 0 0 25 0 1 0 80762573 2469888 276 4294967295 134512640 135169312 3219823088 3219821564 3085875060 0 65538 4 65536 0 0 0 17 1 0 0 0
/proc/4130/statm: 603 276 235 161 0 42 0
[pid=4134] ppid=4130 vsize=2412 CPUtime=0
/proc/4134/stat : 4134 (SatELiteGTI) R 4130 4130 18459 0 -1 4194368 64 0 0 0 0 0 0 0 25 0 1 0 80762574 2469888 94 4294967295 134512640 135169312 3219823088 3219821348 3086949732 0 0 0 0 0 0 0 17 1 0 0 0
/proc/4134/statm: 603 94 52 161 0 42 0

[startup+0.076687 s]
/proc/loadavg: 0.92 0.98 0.99 3/91 4130
/proc/meminfo: memFree=1822896/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2412 CPUtime=0
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 80762573 2469888 276 4294967295 134512640 135169312 3219823088 3219821624 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4130/statm: 603 276 235 161 0 42 0
[pid=4134] ppid=4130 vsize=11880 CPUtime=0.08
/proc/4134/stat : 4134 (SatELite_releas) R 4130 4130 18459 0 -1 4202496 2756 0 0 0 7 1 0 0 18 0 1 0 80762574 12165120 2692 4294967295 134512640 135223648 3217975344 3217974064 134734703 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4134/statm: 2970 2696 46 174 0 2795 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14292

[startup+0.116676 s]
/proc/loadavg: 0.92 0.98 0.99 3/91 4130
/proc/meminfo: memFree=1822896/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2412 CPUtime=0
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 80762573 2469888 276 4294967295 134512640 135169312 3219823088 3219821624 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4130/statm: 603 276 235 161 0 42 0
[pid=4134] ppid=4130 vsize=18680 CPUtime=0.12
/proc/4134/stat : 4134 (SatELite_releas) R 4130 4130 18459 0 -1 4202496 4164 0 0 0 10 2 0 0 18 0 1 0 80762574 19128320 4100 4294967295 134512640 135223648 3217975344 3217973928 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4134/statm: 4670 4101 46 174 0 4495 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 21092

[startup+0.316661 s]
/proc/loadavg: 0.92 0.98 0.99 3/91 4130
/proc/meminfo: memFree=1822896/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2412 CPUtime=0
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 80762573 2469888 276 4294967295 134512640 135169312 3219823088 3219821624 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4130/statm: 603 276 235 161 0 42 0
[pid=4134] ppid=4130 vsize=39456 CPUtime=0.32
/proc/4134/stat : 4134 (SatELite_releas) R 4130 4130 18459 0 -1 4202496 8772 0 0 0 28 4 0 0 18 0 1 0 80762574 40402944 8080 4294967295 134512640 135223648 3217975344 3217973012 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4134/statm: 9864 8080 73 174 0 9689 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 41868

[startup+0.716633 s]
/proc/loadavg: 0.92 0.98 0.99 3/91 4130
/proc/meminfo: memFree=1822896/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2412 CPUtime=0
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 80762573 2469888 276 4294967295 134512640 135169312 3219823088 3219821624 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4130/statm: 603 276 235 161 0 42 0
[pid=4134] ppid=4130 vsize=44852 CPUtime=0.72
/proc/4134/stat : 4134 (SatELite_releas) R 4130 4130 18459 0 -1 4202496 10108 0 0 0 68 4 0 0 18 0 1 0 80762574 45928448 9416 4294967295 134512640 135223648 3217975344 3217973440 134598378 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4134/statm: 11213 9416 73 174 0 11038 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 47264

[startup+1.51658 s]
/proc/loadavg: 0.92 0.98 0.99 3/93 4135
/proc/meminfo: memFree=1782448/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2412 CPUtime=0
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 80762573 2469888 276 4294967295 134512640 135169312 3219823088 3219821624 3085872878 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4130/statm: 603 276 235 161 0 42 0
[pid=4134] ppid=4130 vsize=44276 CPUtime=1.52
/proc/4134/stat : 4134 (SatELite_releas) R 4130 4130 18459 0 -1 4202496 10356 0 0 0 147 5 0 0 20 0 1 0 80762574 45338624 9313 4294967295 134512640 135223648 3217975344 3217973360 134586961 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4134/statm: 11069 9313 73 174 0 10894 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 46688

[startup+3.11646 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 4136
/proc/meminfo: memFree=1805016/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=12548 CPUtime=1.41
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 2959 0 0 0 139 2 0 0 23 0 1 0 80762745 12849152 2872 4294967295 134512640 135212939 3220988784 3220987248 134526608 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 3137 2872 76 171 0 2965 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 14964

[startup+6.31624 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 4138
/proc/meminfo: memFree=1804148/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=13876 CPUtime=4.61
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 3294 0 0 0 459 2 0 0 25 0 1 0 80762745 14209024 3207 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 3469 3207 76 171 0 3297 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 16292

[startup+12.7158 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 4138
/proc/meminfo: memFree=1801988/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=15704 CPUtime=11.01
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 3754 0 0 0 1099 2 0 0 25 0 1 0 80762745 16080896 3667 4294967295 134512640 135212939 3220988784 3220987048 134530584 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 3926 3667 76 171 0 3754 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 18120

[startup+25.5149 s]
/proc/loadavg: 0.95 0.98 0.99 2/93 4323
/proc/meminfo: memFree=1797252/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=20492 CPUtime=23.81
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 4920 0 0 0 2378 3 0 0 25 0 1 0 80762745 20983808 4833 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 5123 4833 76 171 0 4951 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 22908

[startup+51.1131 s]
/proc/loadavg: 0.96 0.98 0.99 2/93 4325
/proc/meminfo: memFree=1783832/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=34140 CPUtime=49.41
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 8350 0 0 0 4934 7 0 0 25 0 1 0 80762745 34959360 8263 4294967295 134512640 135212939 3220988784 3220987168 134523872 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 8535 8263 76 171 0 8363 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 36556

[startup+102.319 s]
/proc/loadavg: 0.98 0.98 0.99 2/93 4514
/proc/meminfo: memFree=1764496/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=52816 CPUtime=100.62
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 13015 0 0 0 10052 10 0 0 25 0 1 0 80762745 54083584 12928 4294967295 134512640 135212939 3220988784 3220987168 134523832 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 13204 12928 76 171 0 13032 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 55232

[startup+162.315 s]
/proc/loadavg: 0.99 0.98 0.99 3/93 4705
/proc/meminfo: memFree=1764612/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=53040 CPUtime=160.62
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 13033 0 0 0 16051 11 0 0 25 0 1 0 80762745 54312960 12946 4294967295 134512640 135212939 3220988784 3220987248 134526750 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 13260 12946 76 171 0 13088 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 55456

[startup+222.321 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 4893
/proc/meminfo: memFree=1743160/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=75072 CPUtime=220.63
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 18440 0 0 0 22047 16 0 0 25 0 1 0 80762745 76873728 18353 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 18768 18353 76 171 0 18596 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 77488

[startup+282.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 5086
/proc/meminfo: memFree=1725520/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=92384 CPUtime=280.62
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 22777 0 0 0 28046 16 0 0 25 0 1 0 80762745 94601216 22690 4294967295 134512640 135212939 3220988784 3220986960 134529678 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 23096 22690 76 171 0 22924 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 94800

[startup+342.312 s]
/proc/loadavg: 0.99 0.98 0.99 3/93 5280
/proc/meminfo: memFree=1725148/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=92384 CPUtime=340.63
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 22790 0 0 0 34047 16 0 0 25 0 1 0 80762745 94601216 22703 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 23096 22703 76 171 0 22924 0
Current children cumulated CPU time (s) 342.34

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

/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=103912 CPUtime=520.65
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 25710 0 0 0 52049 16 0 0 25 0 1 0 80762745 106405888 25623 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 25978 25623 76 171 0 25806 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 106328

[startup+582.325 s]
/proc/loadavg: 1.05 1.01 1.00 3/93 6039
/proc/meminfo: memFree=1713640/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=103912 CPUtime=580.66
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 25710 0 0 0 58050 16 0 0 25 0 1 0 80762745 106405888 25623 4294967295 134512640 135212939 3220988784 3220987248 134526627 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 25978 25623 76 171 0 25806 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 106328

[startup+642.311 s]
/proc/loadavg: 1.02 1.00 1.00 2/93 6233
/proc/meminfo: memFree=1669728/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=147824 CPUtime=640.65
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 36675 0 0 0 64036 29 0 0 25 0 1 0 80762745 151371776 36588 4294967295 134512640 135212939 3220988784 3220987176 134719078 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 36956 36588 76 171 0 36784 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 150240

[startup+702.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 6422
/proc/meminfo: memFree=1657120/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=160420 CPUtime=700.66
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 39840 0 0 0 70035 31 0 0 25 0 1 0 80762745 164270080 39753 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 40105 39753 76 171 0 39933 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 162836

[startup+762.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 6613
/proc/meminfo: memFree=1649020/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=168208 CPUtime=760.66
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41798 0 0 0 76034 32 0 0 25 0 1 0 80762745 172244992 41711 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42052 41711 76 171 0 41880 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 170624

[startup+822.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 6801
/proc/meminfo: memFree=1648936/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=168208 CPUtime=820.67
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41798 0 0 0 82034 33 0 0 25 0 1 0 80762745 172244992 41711 4294967295 134512640 135212939 3220988784 3220986960 134529681 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42052 41711 76 171 0 41880 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 170624

[startup+882.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 6995
/proc/meminfo: memFree=1648896/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=168208 CPUtime=880.67
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41800 0 0 0 88034 33 0 0 25 0 1 0 80762745 172244992 41713 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42052 41713 76 171 0 41880 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 170624

[startup+942.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 7185
/proc/meminfo: memFree=1649076/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=168208 CPUtime=940.68
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41819 0 0 0 94028 40 0 0 25 0 1 0 80762745 172244992 41732 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42052 41732 76 171 0 41880 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 170624

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 7374
/proc/meminfo: memFree=1648836/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=169120 CPUtime=1000.68
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41834 0 0 0 100028 40 0 0 25 0 1 0 80762745 173178880 41747 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42280 41747 76 171 0 42108 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 171536

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 7569
/proc/meminfo: memFree=1649152/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=169120 CPUtime=1060.68
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41834 0 0 0 106028 40 0 0 25 0 1 0 80762745 173178880 41747 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42280 41747 76 171 0 42108 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 171536

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 7757
/proc/meminfo: memFree=1649068/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=169120 CPUtime=1120.69
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41836 0 0 0 112029 40 0 0 25 0 1 0 80762745 173178880 41749 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42280 41749 76 171 0 42108 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 171536

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 7948
/proc/meminfo: memFree=1649036/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=169120 CPUtime=1180.69
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41840 0 0 0 118029 40 0 0 25 0 1 0 80762745 173178880 41753 4294967295 134512640 135212939 3220988784 3220987248 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42280 41753 76 171 0 42108 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 171536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 7949
/proc/meminfo: memFree=1649208/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=169120 CPUtime=1198.29
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41848 0 0 0 119789 40 0 0 25 0 1 0 80762745 173178880 41761 4294967295 134512640 135212939 3220988784 3220987248 134526736 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42280 41761 76 171 0 42108 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 171536

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 7949
/proc/meminfo: memFree=1649208/2074464 swapFree=1959864/1959888
[pid=4130] ppid=4128 vsize=2416 CPUtime=1.71
/proc/4130/stat : 4130 (SatELiteGTI) S 4128 4130 18459 0 -1 4194304 386 11076 0 0 0 0 166 5 18 0 1 0 80762573 2473984 277 4294967295 134512640 135169312 3219823088 3219819304 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4130/statm: 604 277 235 161 0 43 0
[pid=4136] ppid=4130 vsize=169120 CPUtime=1198.29
/proc/4136/stat : 4136 (minisat_static) R 4130 4130 18459 0 -1 4202496 41848 0 0 0 119789 40 0 0 25 0 1 0 80762745 173178880 41761 4294967295 134512640 135212939 3220988784 3220987248 134526736 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4136/statm: 42280 41761 76 171 0 42108 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 171536

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.01
CPU user time (s): 1199.55
CPU system time (s): 0.46
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 171536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.55
system time used= 0.46
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53586
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= 775

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi06 at 2009-06-12 21:02:53
IDJOB=1849527
IDBENCH=70813
IDSOLVER=690
FILE ID=tipi06/1849527-1244833373
PBS_JOBID=
Free space on /tmp= 15528 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray32_32.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849527-1244833373/watcher-1849527-1244833373 -o /tmp/evaluation-result-1849527-1244833373/solver-1849527-1244833373 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849527-1244833373.cnf

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

MD5SUM BENCH= b7a07371a2da4a8c8bef63c213dd1e15
RANDOM SEED= 943825862

Linux tipi06 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.461
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.461
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.76

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.76


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1822920 kB
Buffers:         15888 kB
Cached:         170684 kB
SwapCached:         24 kB
Active:          36700 kB
Inactive:       161144 kB
HighTotal:     1178688 kB
HighFree:      1048684 kB
LowTotal:       895776 kB
LowFree:        774236 kB
SwapTotal:     1959888 kB
SwapFree:      1959864 kB
Dirty:            5432 kB
Writeback:           0 kB
AnonPages:       11168 kB
Mapped:           5252 kB
Slab:            45364 kB
PageTables:        452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15528 MiB
End job on tipi06 at 2009-06-12 21:22:53