Trace number 2690285

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
wbo 1.4b? (TO) 1800.16 1800.2

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_50_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM0158a6ff32db5686aa85d7a9b49d6df3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.152976
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4000
Total number of constraints180
Number of soft constraints67
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint50
Top cost 3472
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3471
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100610
0.00/0.00	c Parsing wbo file format. File HOME/instance-2690285-1277887213.wbo.
0.00/0.00	c Instance file HOME/instance-2690285-1277887213.wbo
0.00/0.00	c File size is 71718 bytes.
0.00/0.00	c Highest Coefficient sum: 51
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      4000                                                |
0.00/0.00	c |  Number Clauses:        100                                                 |
0.00/0.00	c |  Number Cardinality:    80                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.01	c |         0 |    4000      180     8000 |     5000        0    nan |  0.000 % |
0.00/0.02	c |       101 |    4000      180     8000 |     5500      101    176 |  0.000 % |
0.00/0.02	c |       252 |    4000      180     8000 |     6050      252    193 |  0.000 % |
0.00/0.04	c |       478 |    4000      180     8000 |     6655      478    195 |  0.000 % |
0.03/0.06	c |       816 |    4000      180     8000 |     7320      816    193 |  0.000 % |
0.03/0.09	c |      1323 |    4000      180     8000 |     8052     1323    205 |  0.000 % |
0.09/0.15	c |      2082 |    4000      180     8000 |     8857     2082    209 |  0.000 % |
0.19/0.28	c |      3221 |    4000      180     8000 |     9743     3221    226 |  0.000 % |
0.48/0.55	c |      4932 |    4000      180     8000 |    10717     4932    251 |  0.000 % |
1.19/1.29	c |      7494 |    4000      180     8000 |    11789     7494    315 |  0.000 % |
2.19/2.29	c |     11339 |    4000      180     8000 |    12968    11339    315 |  0.000 % |
4.18/4.23	c |     17106 |    4000      180     8000 |    14265     9663    307 |  0.000 % |
7.19/7.29	c |     25762 |    4000      180     8000 |    15692    10297    423 |  0.000 % |
13.09/13.16	c |     38739 |    4000      180     8000 |    17261    14312    376 |  0.000 % |
22.09/22.14	c |     58202 |    4000      180     8000 |    18987    14617    360 |  0.000 % |
35.48/35.54	c |     87395 |    4000      180     8000 |    20886    12309    286 |  0.000 % |
67.89/67.91	c |    131185 |    4000      180     8000 |    22974    21164    378 |  0.000 % |
103.49/103.56	c |    196870 |    4000      180     8000 |    25272    23489    342 |  0.000 % |
180.59/180.63	c There are 0 assigned variables. 0 in cost function.
180.69/180.76	c ============================[ Search Statistics ]==============================
180.69/180.76	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
180.69/180.76	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
180.69/180.76	c ===============================================================================
180.69/180.76	c |         0 |    4000      180     8000 |     5000        0    nan |  0.000 % |
180.69/180.79	c |       101 |    4000      180     8000 |     5500      101    176 |  0.000 % |
180.79/180.81	c |       251 |    4000      180     8000 |     6050      251    195 |  0.000 % |
180.79/180.84	c |       478 |    4000      180     8000 |     6655      478    196 |  0.000 % |
180.79/180.88	c |       815 |    4000      180     8000 |     7320      815    188 |  0.000 % |
180.89/180.97	c |      1323 |    4000      180     8000 |     8052     1323    200 |  0.000 % |
181.09/181.14	c |      2082 |    4000      180     8000 |     8857     2082    217 |  0.000 % |
181.39/181.49	c |      3221 |    4000      180     8000 |     9743     3221    254 |  0.000 % |
181.69/181.79	c |      4930 |    4000      180     8000 |    10717     4930    255 |  0.000 % |
182.49/182.59	c |      7494 |    4000      180     8000 |    11789     7494    274 |  0.000 % |
183.49/183.52	c |     11339 |    4000      180     8000 |    12968    11339    268 |  0.000 % |
185.59/185.68	c |     17105 |    4000      180     8000 |    14265     9662    253 |  0.000 % |
189.49/189.52	c |     25755 |    4000      180     8000 |    15692    10221    246 |  0.000 % |
196.80/196.86	c |     38730 |    4000      180     8000 |    17261    14416    283 |  0.000 % |
206.69/206.72	c |     58194 |    4000      180     8000 |    18987    14729    333 |  0.000 % |
230.59/230.65	c |     87390 |    4000      180     8000 |    20886    12567    447 |  0.000 % |
259.89/259.98	c |    131179 |    4000      180     8000 |    22974    20001    456 |  0.000 % |
301.99/302.05	c |    196864 |    4000      180     8000 |    25272    21306    437 |  0.000 % |
408.99/409.00	c |    295391 |    4000      180     8000 |    27799    24375   1119 |  0.000 % |
584.60/584.60	c |    443181 |    4000      180     8000 |    30579    17525    880 |  0.000 % |
1547.11/1547.18	c |    664864 |    4000      180     8000 |    33637    23374    878 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2690285-1277887213/watcher-2690285-1277887213 -o /tmp/evaluation-result-2690285-1277887213/solver-2690285-1277887213 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690285-1277887213.wbo 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.05 1.40 3/198 9108
/proc/meminfo: memFree=31127940/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=3196 CPUtime=0
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 427 0 0 0 0 0 0 0 25 0 1 0 130017678 3272704 346 4089446400 134512640 135752675 4291538672 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/9108/statm: 799 347 145 303 0 476 0

[startup+0.0414331 s]
/proc/loadavg: 2.05 2.05 1.40 3/198 9108
/proc/meminfo: memFree=31127940/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=3728 CPUtime=0.03
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 716 0 0 0 3 0 0 0 25 0 1 0 130017678 3817472 514 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/9108/statm: 932 514 144 303 0 627 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3728

[startup+0.100479 s]
/proc/loadavg: 2.05 2.05 1.40 3/198 9108
/proc/meminfo: memFree=31127940/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=4652 CPUtime=0.09
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 925 0 0 0 8 1 0 0 25 0 1 0 130017678 4763648 723 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/9108/statm: 1163 723 144 303 0 858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4652

[startup+0.300389 s]
/proc/loadavg: 2.05 2.05 1.40 3/198 9108
/proc/meminfo: memFree=31127940/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=6896 CPUtime=0.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 1505 0 0 0 28 1 0 0 25 0 1 0 130017678 7061504 1303 4089446400 134512640 135752675 4291538672 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/9108/statm: 1724 1303 144 303 0 1419 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6896

[startup+0.700379 s]
/proc/loadavg: 2.05 2.05 1.40 3/198 9108
/proc/meminfo: memFree=31127940/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=10340 CPUtime=0.69
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 2341 0 0 0 67 2 0 0 25 0 1 0 130017678 10588160 2139 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 2585 2139 144 303 0 2280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10340

[startup+1.50124 s]
/proc/loadavg: 2.05 2.05 1.40 3/199 9109
/proc/meminfo: memFree=31118384/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=15372 CPUtime=1.49
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 3597 0 0 0 146 3 0 0 25 0 1 0 130017678 15740928 3395 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 3843 3395 144 303 0 3538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15372

[startup+3.10084 s]
/proc/loadavg: 2.05 2.05 1.40 3/199 9109
/proc/meminfo: memFree=31111440/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=23696 CPUtime=3.09
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 5682 0 0 0 305 4 0 0 25 0 1 0 130017678 24264704 5480 4089446400 134512640 135752675 4291538672 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 5924 5480 144 303 0 5619 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23696

[startup+6.30037 s]
/proc/loadavg: 2.04 2.04 1.41 3/199 9109
/proc/meminfo: memFree=31095352/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=37700 CPUtime=6.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 9204 0 0 0 623 6 0 0 25 0 1 0 130017678 38604800 9002 4089446400 134512640 135752675 4291538672 18446744073709551615 134611807 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 9425 9002 144 303 0 9120 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37700

[startup+12.7003 s]
/proc/loadavg: 2.52 2.14 1.44 3/199 9111
/proc/meminfo: memFree=31068596/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=64112 CPUtime=12.68
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 15789 0 0 0 1259 9 0 0 25 0 1 0 130017678 65650688 15587 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 16028 15587 144 303 0 15723 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 64112

[startup+25.5011 s]
/proc/loadavg: 2.40 2.14 1.45 3/199 9111
/proc/meminfo: memFree=31021280/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=110344 CPUtime=25.49
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 27340 0 0 0 2533 16 0 0 25 0 1 0 130017678 112992256 27138 4089446400 134512640 135752675 4291538672 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 27586 27138 144 303 0 27281 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110344

[startup+51.1009 s]
/proc/loadavg: 2.26 2.12 1.46 3/199 9111
/proc/meminfo: memFree=30957768/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=174044 CPUtime=51.09
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 43230 0 0 0 5085 24 0 0 25 0 1 0 130017678 178221056 43028 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 43511 43028 144 303 0 43206 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174044

[startup+102.306 s]
/proc/loadavg: 2.11 2.10 1.49 3/199 9113
/proc/meminfo: memFree=30822328/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=308080 CPUtime=102.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 76680 0 0 0 10187 42 0 0 25 0 1 0 130017678 315473920 76478 4089446400 134512640 135752675 4291538672 18446744073709551615 134611796 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 77020 76478 144 303 0 76715 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 308080

[startup+162.301 s]
/proc/loadavg: 2.04 2.08 1.52 3/199 9115
/proc/meminfo: memFree=30690104/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=440880 CPUtime=162.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 109830 0 0 0 16170 59 0 0 25 0 1 0 130017678 451461120 109628 4089446400 134512640 135752675 4291538672 18446744073709551615 134516982 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 110220 109628 144 303 0 109915 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 440880

[startup+222.301 s]
/proc/loadavg: 2.05 2.08 1.55 3/199 9115
/proc/meminfo: memFree=30628256/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=501020 CPUtime=222.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 125051 0 0 0 22151 78 0 0 25 0 1 0 130017678 513044480 124821 4089446400 134512640 135752675 4291538672 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 125255 124821 146 303 0 124950 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 501020

[startup+282.301 s]
/proc/loadavg: 2.24 2.16 1.61 3/199 9117
/proc/meminfo: memFree=30488220/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=642248 CPUtime=282.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 160315 0 0 0 28124 105 0 0 25 0 1 0 130017678 657661952 160085 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 160562 160085 146 303 0 160257 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 642248

[startup+342.301 s]
/proc/loadavg: 2.09 2.13 1.64 3/199 9119
/proc/meminfo: memFree=30297324/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=831632 CPUtime=342.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 207610 0 0 0 34102 127 0 0 25 0 1 0 130017678 851591168 207380 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 207908 207380 146 303 0 207603 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 831632

[startup+402.3 s]
/proc/loadavg: 2.03 2.10 1.65 3/199 9121
/proc/meminfo: memFree=30081520/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=1048108 CPUtime=402.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 261711 0 0 0 40082 147 0 0 25 0 1 0 130017678 1073262592 261481 4089446400 134512640 135752675 4291538672 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 262027 261481 146 303 0 261722 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1048108

[startup+462.3 s]
/proc/loadavg: 2.01 2.08 1.67 3/199 9123
/proc/meminfo: memFree=29887264/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=1241840 CPUtime=462.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 310150 0 0 0 46052 177 0 0 25 0 1 0 130017678 1271644160 309920 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 310460 309920 146 303 0 310155 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1241840

[startup+522.3 s]
/proc/loadavg: 2.00 2.06 1.69 3/199 9123
/proc/meminfo: memFree=29756160/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=1373264 CPUtime=522.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 342976 0 0 0 52037 192 0 0 25 0 1 0 130017678 1406222336 342746 4089446400 134512640 135752675 4291538672 18446744073709551615 134606962 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 343316 342746 146 303 0 343011 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1373264

[startup+582.301 s]
/proc/loadavg: 2.00 2.05 1.71 3/199 9125
/proc/meminfo: memFree=29476612/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=1651020 CPUtime=582.29
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 412396 0 0 0 58011 218 0 0 25 0 1 0 130017678 1690644480 412166 4089446400 134512640 135752675 4291538672 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 412755 412166 146 303 0 412450 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1651020

[startup+642.301 s]
/proc/loadavg: 2.00 2.04 1.72 3/199 9127
/proc/meminfo: memFree=29349452/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=1776988 CPUtime=642.3
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 443851 0 0 0 63998 232 0 0 25 0 1 0 130017678 1819635712 443621 4089446400 134512640 135752675 4291538672 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 444247 443621 146 303 0 443942 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1776988

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.03 2.02 1.78 3/180 9164
/proc/meminfo: memFree=29531796/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2068892 CPUtime=882.3
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 516786 0 0 0 87966 264 0 0 25 0 1 0 130017678 2118545408 516556 4089446400 134512640 135752675 4291538672 18446744073709551615 134612042 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 517223 516556 146 303 0 516918 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 2068892

[startup+942.3 s]
/proc/loadavg: 2.01 2.02 1.79 3/180 9166
/proc/meminfo: memFree=29494080/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2106932 CPUtime=942.3
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 526272 0 0 0 93961 269 0 0 25 0 1 0 130017678 2157498368 526042 4089446400 134512640 135752675 4291538672 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 526733 526042 146 303 0 526428 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 2106932

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/180 9168
/proc/meminfo: memFree=29457476/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2143264 CPUtime=1002.3
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 535370 0 0 0 99956 274 0 0 25 0 1 0 130017678 2194702336 535140 4089446400 134512640 135752675 4291538672 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 535816 535140 146 303 0 535511 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2143264

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/180 9170
/proc/meminfo: memFree=29429164/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2171680 CPUtime=1062.3
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 542446 0 0 0 105951 279 0 0 25 0 1 0 130017678 2223800320 542216 4089446400 134512640 135752675 4291538672 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 542920 542216 146 303 0 542615 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2171680

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/187 9177
/proc/meminfo: memFree=29320440/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2196456 CPUtime=1122.3
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 548632 0 0 0 111948 282 0 0 25 0 1 0 130017678 2249170944 548402 4089446400 134512640 135752675 4291538672 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 549114 548402 146 303 0 548809 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 2196456

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/187 9179
/proc/meminfo: memFree=29269452/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2246408 CPUtime=1182.3
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 561142 0 0 0 117942 288 0 0 25 0 1 0 130017678 2300321792 560912 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 561602 560912 146 303 0 561297 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 2246408

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/187 9181
/proc/meminfo: memFree=29243876/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2271292 CPUtime=1242.31
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 567326 0 0 0 123939 292 0 0 25 0 1 0 130017678 2325803008 567096 4089446400 134512640 135752675 4291538672 18446744073709551615 134611807 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 567823 567096 146 303 0 567518 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 2271292

[startup+1302.3 s]
/proc/loadavg: 3.70 2.38 1.96 10/187 9192
/proc/meminfo: memFree=29103268/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2307620 CPUtime=1302.31
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 576430 0 0 0 129928 303 0 0 25 0 1 0 130017678 2363002880 576200 4089446400 134512640 135752675 4291538672 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 576905 576200 146 303 0 576600 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 2307620

[startup+1362.3 s]
/proc/loadavg: 7.13 3.59 2.41 10/187 9194
/proc/meminfo: memFree=29062764/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2339260 CPUtime=1362.31
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 584313 0 0 0 135913 318 0 0 25 0 1 0 130017678 2395402240 584083 4089446400 134512640 135752675 4291538672 18446744073709551615 134611804 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 584815 584083 146 303 0 584510 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 2339260

[startup+1422.31 s]
/proc/loadavg: 8.38 4.59 2.82 10/187 9194
/proc/meminfo: memFree=29044984/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2355032 CPUtime=1422.31
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 588266 0 0 0 141906 325 0 0 25 0 1 0 130017678 2411552768 588036 4089446400 134512640 135752675 4291538672 18446744073709551615 134611753 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 588758 588036 146 303 0 588453 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 2355032

[startup+1482.3 s]
/proc/loadavg: 6.66 4.89 3.04 3/187 9309
/proc/meminfo: memFree=29247928/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2389200 CPUtime=1482.3
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 596785 0 0 0 147893 337 0 0 25 0 1 0 130017678 2446540800 596555 4089446400 134512640 135752675 4291538672 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 597300 596555 146 303 0 596995 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 2389200

[startup+1542.3 s]
/proc/loadavg: 5.02 4.71 3.09 4/187 9346
/proc/meminfo: memFree=29186080/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2454700 CPUtime=1542.3
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 613177 0 0 0 153886 344 0 0 25 0 1 0 130017678 2513612800 612947 4089446400 134512640 135752675 4291538672 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 613675 612947 146 303 0 613370 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 2454700

[startup+1602.3 s]
/proc/loadavg: 3.47 4.32 3.05 5/187 9348
/proc/meminfo: memFree=29064156/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2575340 CPUtime=1602.31
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 643261 0 0 0 159872 359 0 0 25 0 1 0 130017678 2637148160 643031 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 643835 643031 146 303 0 643530 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 2575340

[startup+1662.3 s]
/proc/loadavg: 2.57 3.91 2.99 3/187 9350
/proc/meminfo: memFree=28939100/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2695564 CPUtime=1662.31
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 673272 0 0 0 165862 369 0 0 25 0 1 0 130017678 2760257536 673042 4089446400 134512640 135752675 4291538672 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 673891 673042 146 303 0 673586 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 2695564

[startup+1722.3 s]
/proc/loadavg: 3.35 3.84 3.02 6/187 9350
/proc/meminfo: memFree=28811136/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2823440 CPUtime=1722.25
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 705183 0 0 0 171842 383 0 0 25 0 1 0 130017678 2891202560 704953 4089446400 134512640 135752675 4291538672 18446744073709551615 134611753 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 705860 704953 146 303 0 705555 0
Current children cumulated CPU time (s) 1722.25
Current children cumulated vsize (KiB) 2823440

[startup+1782.3 s]
/proc/loadavg: 3.21 3.71 3.03 3/187 9352
/proc/meminfo: memFree=28700340/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2929536 CPUtime=1782.25
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 731705 0 0 0 177829 396 0 0 25 0 1 0 130017678 2999844864 731475 4089446400 134512640 135752675 4291538672 18446744073709551615 134639428 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/9108/statm: 732384 731475 146 303 0 732079 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 2929536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.93 3.62 3.01 4/187 9352
/proc/meminfo: memFree=28663252/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2962984 CPUtime=1800.06
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 740070 0 0 0 179605 401 0 0 25 0 1 0 130017678 3034095616 739840 4089446400 134512640 135752675 4291538672 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/9108/statm: 740746 739840 146 303 0 740441 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2962984

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

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

[startup+1800.1 s]
/proc/loadavg: 2.93 3.62 3.01 4/187 9352
/proc/meminfo: memFree=28663252/32950928 swapFree=67111528/67111528
[pid=9108] ppid=9106 vsize=2962984 CPUtime=1800.06
/proc/9108/stat : 9108 (wbo1.4b) R 9106 9108 8851 0 -1 4202496 740070 0 0 0 179605 401 0 0 25 0 1 0 130017678 3034095616 739840 4089446400 134512640 135752675 4291538672 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/9108/statm: 740746 739840 146 303 0 740441 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2962984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.2
CPU time (s): 1800.16
CPU user time (s): 1796.05
CPU system time (s): 4.10538
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 2962984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.05
system time used= 4.10538
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 740070
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= 2
involuntary context switches= 3119

runsolver used 2.80957 second user time and 5.66814 second system time

The end

Launcher Data

Begin job on node126 at 2010-06-30 10:40:13
IDJOB=2690285
IDBENCH=78669
IDSOLVER=1201
FILE ID=node126/2690285-1277887213
PBS_JOBID= 11197101
Free space on /tmp= 74184 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_50_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= wbo1.4b -file-format=wbo -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2690285-1277887213/watcher-2690285-1277887213 -o /tmp/evaluation-result-2690285-1277887213/solver-2690285-1277887213 -C 1800 -W 2000 -M 3800  wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690285-1277887213.wbo

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

MD5SUM BENCH= 0158a6ff32db5686aa85d7a9b49d6df3
RANDOM SEED=1065168842

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31128468 kB
Buffers:        169184 kB
Cached:         887136 kB
SwapCached:          0 kB
Active:        1050044 kB
Inactive:       632536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31128468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2772 kB
Writeback:           0 kB
AnonPages:      626636 kB
Mapped:          20364 kB
Slab:            76132 kB
PageTables:       5940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1650988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74172 MiB
End job on node126 at 2010-06-30 11:10:15