Trace number 2690267

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.1 1806.98

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_25_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMa9a2270f2536f669bb9dfa31ae05dbb5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.06299
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1000
Total number of constraints90
Number of soft constraints61
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Top cost 3008
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3007
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
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-2690267-1277886222.wbo.
0.00/0.00	c Instance file HOME/instance-2690267-1277886222.wbo
0.00/0.00	c File size is 17019 bytes.
0.00/0.00	c Highest Coefficient sum: 26
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      1000                                                |
0.00/0.00	c |  Number Clauses:        50                                                  |
0.00/0.00	c |  Number Cardinality:    40                                                  |
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.00	c |         0 |    1000       90     2000 |     5000        0    nan |  0.000 % |
0.00/0.00	c |       101 |    1000       90     2000 |     5500      101     81 |  0.000 % |
0.00/0.01	c |       251 |    1000       90     2000 |     6050      251     91 |  0.000 % |
0.00/0.01	c |       477 |    1000       90     2000 |     6655      477     93 |  0.000 % |
0.00/0.03	c |       815 |    1000       90     2000 |     7320      815    104 |  0.000 % |
0.00/0.05	c |      1321 |    1000       90     2000 |     8052     1321    120 |  0.000 % |
0.09/0.10	c |      2081 |    1000       90     2000 |     8857     2081    118 |  0.000 % |
0.19/0.23	c |      3220 |    1000       90     2000 |     9743     3220    129 |  0.000 % |
0.28/0.37	c |      4930 |    1000       90     2000 |    10717     4930    122 |  0.000 % |
0.69/0.73	c |      7495 |    1000       90     2000 |    11789     7495    125 |  0.000 % |
1.58/1.60	c |     11339 |    1000       90     2000 |    12968    11339    140 |  0.000 % |
3.19/3.29	c |     17106 |    1000       90     2000 |    14265    10390    162 |  0.000 % |
5.59/5.64	c |     25755 |    1000       90     2000 |    15692    11686    175 |  0.000 % |
8.88/8.99	c |     38731 |    1000       90     2000 |    17261     8534    169 |  0.000 % |
15.29/15.38	c |     58193 |    1000       90     2000 |    18987    10355    187 |  0.000 % |
23.59/23.65	c |     87385 |    1000       90     2000 |    20886    10557    227 |  0.000 % |
47.29/47.36	c |    131176 |    1000       90     2000 |    22974    12184    266 |  0.000 % |
138.69/138.77	c |    196861 |    1000       90     2000 |    25272    19593    294 |  0.000 % |
180.49/180.55	c There are 0 assigned variables. 0 in cost function.
180.59/180.65	c ============================[ Search Statistics ]==============================
180.59/180.65	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
180.59/180.65	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
180.59/180.65	c ===============================================================================
180.59/180.65	c |         0 |    1000       90     2000 |     5000        0    nan |  0.000 % |
180.59/180.67	c |       102 |    1000       90     2000 |     5500      102     82 |  0.000 % |
180.59/180.68	c |       252 |    1000       90     2000 |     6050      252     91 |  0.000 % |
180.59/180.69	c |       478 |    1000       90     2000 |     6655      478     89 |  0.000 % |
180.69/180.71	c |       819 |    1000       90     2000 |     7320      819     93 |  0.000 % |
180.69/180.75	c |      1326 |    1000       90     2000 |     8052     1326     99 |  0.000 % |
180.78/180.83	c |      2086 |    1000       90     2000 |     8857     2086    104 |  0.000 % |
180.89/180.93	c |      3225 |    1000       90     2000 |     9743     3225    106 |  0.000 % |
181.19/181.21	c |      4934 |    1000       90     2000 |    10717     4934    117 |  0.000 % |
181.79/181.82	c |      7497 |    1000       90     2000 |    11789     7497    144 |  0.000 % |
182.69/182.73	c |     11341 |    1000       90     2000 |    12968    11341    141 |  0.000 % |
183.59/183.64	c |     17107 |    1000       90     2000 |    14265    10451    159 |  0.000 % |
186.39/186.44	c |     25756 |    1000       90     2000 |    15692    11807    205 |  0.000 % |
192.69/192.75	c |     38731 |    1000       90     2000 |    17261     8745    184 |  0.000 % |
200.29/200.38	c |     58192 |    1000       90     2000 |    18987    10706    197 |  0.000 % |
225.19/225.20	c |     87384 |    1000       90     2000 |    20886    11188    189 |  0.000 % |
288.20/288.21	c |    131174 |    1000       90     2000 |    22974    12986    186 |  0.000 % |
320.69/320.73	c |    196858 |    1000       90     2000 |    25272    20321    174 |  0.000 % |
360.80/360.89	c |    295385 |    1000       90     2000 |    27799    14749    148 |  0.000 % |
461.90/461.97	c |    443176 |    1000       90     2000 |    30579    27543    263 |  0.000 % |
596.50/596.56	c |    664860 |    1000       90     2000 |    33637    29219    265 |  0.000 % |
786.01/786.06	c |    997389 |    1000       90     2000 |    37001    14996    154 |  0.000 % |
1082.22/1082.26	c |   1496180 |    1000       90     2000 |    40701    26553    172 |  0.000 % |
1498.73/1498.73	c |   2244362 |    1000       90     2000 |    44771    30688    137 |  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-2690267-1277886222/watcher-2690267-1277886222 -o /tmp/evaluation-result-2690267-1277886222/solver-2690267-1277886222 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690267-1277886222.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: 1.06 0.30 0.09 3/200 10182
/proc/meminfo: memFree=31407364/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=2716 CPUtime=0
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 349 0 0 0 0 0 0 0 18 0 1 0 129917801 2781184 260 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10182/statm: 679 260 144 303 0 374 0

[startup+0.0685701 s]
/proc/loadavg: 1.06 0.30 0.09 3/200 10182
/proc/meminfo: memFree=31407364/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=3644 CPUtime=0.06
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 561 0 0 0 6 0 0 0 18 0 1 0 129917801 3731456 472 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10182/statm: 911 472 144 303 0 606 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3644

[startup+0.100564 s]
/proc/loadavg: 1.06 0.30 0.09 3/200 10182
/proc/meminfo: memFree=31407364/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=3908 CPUtime=0.09
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 643 0 0 0 9 0 0 0 18 0 1 0 129917801 4001792 554 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10182/statm: 977 554 144 303 0 672 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3908

[startup+0.300516 s]
/proc/loadavg: 1.06 0.30 0.09 3/200 10182
/proc/meminfo: memFree=31407364/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=5228 CPUtime=0.28
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 977 0 0 0 28 0 0 0 18 0 1 0 129917801 5353472 888 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10182/statm: 1307 888 144 303 0 1002 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5228

[startup+0.700489 s]
/proc/loadavg: 1.06 0.30 0.09 3/200 10182
/proc/meminfo: memFree=31407364/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=7492 CPUtime=0.69
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 1539 0 0 0 68 1 0 0 18 0 1 0 129917801 7671808 1450 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/10182/statm: 1873 1450 144 303 0 1568 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7492

[startup+1.50034 s]
/proc/loadavg: 1.13 0.33 0.10 3/201 10183
/proc/meminfo: memFree=31400660/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=10536 CPUtime=1.48
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 2303 0 0 0 147 1 0 0 20 0 1 0 129917801 10788864 2214 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10182/statm: 2634 2214 144 303 0 2329 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10536

[startup+3.10101 s]
/proc/loadavg: 1.13 0.33 0.10 3/201 10183
/proc/meminfo: memFree=31396692/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=15320 CPUtime=3.09
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 3480 0 0 0 306 3 0 0 25 0 1 0 129917801 15687680 3391 4089446400 134512640 135752675 4291442112 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 3830 3391 144 303 0 3525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15320

[startup+6.30044 s]
/proc/loadavg: 1.20 0.35 0.11 3/201 10183
/proc/meminfo: memFree=31386844/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=25768 CPUtime=6.28
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 6093 0 0 0 623 5 0 0 25 0 1 0 129917801 26386432 6004 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 6442 6004 144 303 0 6137 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25768

[startup+12.7003 s]
/proc/loadavg: 1.27 0.38 0.12 3/201 10183
/proc/meminfo: memFree=31366920/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=44804 CPUtime=12.69
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 10846 0 0 0 1259 10 0 0 25 0 1 0 129917801 45879296 10757 4089446400 134512640 135752675 4291442112 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 11201 10757 144 303 0 10896 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44804

[startup+25.5009 s]
/proc/loadavg: 1.52 0.47 0.15 3/201 10183
/proc/meminfo: memFree=31327016/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=84612 CPUtime=25.49
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 20782 0 0 0 2529 20 0 0 25 0 1 0 129917801 86642688 20693 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 21153 20693 144 303 0 20848 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84612

[startup+51.1003 s]
/proc/loadavg: 1.71 0.61 0.21 3/201 10184
/proc/meminfo: memFree=31271532/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=138508 CPUtime=51.09
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 34236 0 0 0 5076 33 0 0 25 0 1 0 129917801 141832192 34147 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 34627 34147 144 303 0 34322 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138508

[startup+102.307 s]
/proc/loadavg: 2.01 0.86 0.31 3/201 10185
/proc/meminfo: memFree=31228204/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=180712 CPUtime=102.3
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 44751 0 0 0 10189 41 0 0 25 0 1 0 129917801 185049088 44662 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 45178 44662 144 303 0 44873 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180712

[startup+162.301 s]
/proc/loadavg: 2.05 1.08 0.42 3/201 10187
/proc/meminfo: memFree=31171364/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=236072 CPUtime=162.29
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 58599 0 0 0 16177 52 0 0 25 0 1 0 129917801 241737728 58510 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 59018 58510 144 303 0 58713 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 236072

[startup+222.301 s]
/proc/loadavg: 2.02 1.24 0.52 3/201 10189
/proc/meminfo: memFree=31118240/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=288492 CPUtime=222.29
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 71745 0 0 0 22157 72 0 0 25 0 1 0 129917801 295415808 71656 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 72123 71656 146 303 0 71818 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 288492

[startup+282.301 s]
/proc/loadavg: 2.09 1.41 0.62 3/201 10190
/proc/meminfo: memFree=31076788/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=322796 CPUtime=282.3
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 80305 0 0 0 28149 81 0 0 25 0 1 0 129917801 330543104 80216 4089446400 134512640 135752675 4291442112 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 80699 80216 146 303 0 80394 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 322796

[startup+342.3 s]
/proc/loadavg: 2.03 1.51 0.70 3/201 10192
/proc/meminfo: memFree=30996400/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=403008 CPUtime=342.29
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 100348 0 0 0 34120 109 0 0 25 0 1 0 129917801 412680192 100259 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 100752 100259 146 303 0 100447 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 403008

[startup+402.3 s]
/proc/loadavg: 2.01 1.60 0.78 3/201 10193
/proc/meminfo: memFree=30891720/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=505768 CPUtime=402.3
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 125913 0 0 0 40090 140 0 0 25 0 1 0 129917801 517906432 125824 4089446400 134512640 135752675 4291442112 18446744073709551615 134611807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 126442 125824 146 303 0 126137 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 505768

[startup+462.3 s]
/proc/loadavg: 2.00 1.67 0.85 3/201 10195
/proc/meminfo: memFree=30788016/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=608788 CPUtime=462.3
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 151638 0 0 0 46067 163 0 0 25 0 1 0 129917801 623398912 151549 4089446400 134512640 135752675 4291442112 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 152197 151549 146 303 0 151892 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 608788

[startup+522.3 s]
/proc/loadavg: 2.00 1.73 0.92 3/201 10200
/proc/meminfo: memFree=30709296/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=686252 CPUtime=522.3
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 170992 0 0 0 52049 181 0 0 25 0 1 0 129917801 702722048 170903 4089446400 134512640 135752675 4291442112 18446744073709551615 134516982 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 171563 170903 146 303 0 171258 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 686252

[startup+582.3 s]
/proc/loadavg: 2.00 1.77 0.99 3/201 10201
/proc/meminfo: memFree=30594300/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=800412 CPUtime=582.3
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 199501 0 0 0 58021 209 0 0 25 0 1 0 129917801 819621888 199412 4089446400 134512640 135752675 4291442112 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 200103 199412 146 303 0 199798 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 800412

[startup+642.301 s]
/proc/loadavg: 2.00 1.81 1.05 3/201 10203
/proc/meminfo: memFree=30478568/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=908664 CPUtime=642.31
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 226531 0 0 0 63998 233 0 0 25 0 1 0 129917801 930471936 226442 4089446400 134512640 135752675 4291442112 18446744073709551615 134611796 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 227166 226442 146 303 0 226861 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 908664

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 1.89 1.21 3/201 10208
/proc/meminfo: memFree=30202420/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1182652 CPUtime=822.31
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 294924 0 0 0 81926 305 0 0 25 0 1 0 129917801 1211035648 294835 4089446400 134512640 135752675 4291442112 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 295663 294835 146 303 0 295358 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1182652

[startup+882.301 s]
/proc/loadavg: 2.00 1.91 1.25 3/201 10209
/proc/meminfo: memFree=30125508/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1259168 CPUtime=882.31
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 313986 0 0 0 87901 330 0 0 25 0 1 0 129917801 1289388032 313897 4089446400 134512640 135752675 4291442112 18446744073709551615 134611582 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 314792 313897 146 303 0 314487 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1259168

[startup+942.301 s]
/proc/loadavg: 2.04 1.94 1.30 3/201 10211
/proc/meminfo: memFree=30052936/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1332312 CPUtime=942.32
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 332243 0 0 0 93879 353 0 0 25 0 1 0 129917801 1364287488 332154 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 333078 332154 146 303 0 332773 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1332312

[startup+1002.3 s]
/proc/loadavg: 2.07 1.96 1.35 3/201 10212
/proc/meminfo: memFree=29980736/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1400844 CPUtime=1002.31
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 349346 0 0 0 99861 370 0 0 25 0 1 0 129917801 1434464256 349257 4089446400 134512640 135752675 4291442112 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 350211 349257 146 303 0 349906 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1400844

[startup+1062.3 s]
/proc/loadavg: 2.10 1.98 1.39 3/201 10214
/proc/meminfo: memFree=29918560/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1462696 CPUtime=1062.31
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 364767 0 0 0 105841 390 0 0 25 0 1 0 129917801 1497800704 364678 4089446400 134512640 135752675 4291442112 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 365674 364678 146 303 0 365369 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1462696

[startup+1122.3 s]
/proc/loadavg: 2.03 1.98 1.43 3/201 10216
/proc/meminfo: memFree=29837800/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1542476 CPUtime=1122.32
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 384706 0 0 0 111815 417 0 0 25 0 1 0 129917801 1579495424 384617 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 385619 384617 146 303 0 385314 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1542476

[startup+1182.3 s]
/proc/loadavg: 2.05 2.00 1.46 3/201 10217
/proc/meminfo: memFree=29760268/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1620364 CPUtime=1182.32
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 404163 0 0 0 117790 442 0 0 25 0 1 0 129917801 1659252736 404074 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 405091 404074 146 303 0 404786 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1620364

[startup+1242.3 s]
/proc/loadavg: 2.02 2.00 1.49 3/201 10219
/proc/meminfo: memFree=29685556/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1691568 CPUtime=1242.32
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 421920 0 0 0 123769 463 0 0 25 0 1 0 129917801 1732165632 421831 4089446400 134512640 135752675 4291442112 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 422892 421831 146 303 0 422587 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1691568

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.52 3/201 10220
/proc/meminfo: memFree=29610244/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1766136 CPUtime=1302.33
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 440554 0 0 0 129747 486 0 0 25 0 1 0 129917801 1808523264 440465 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 441534 440465 146 303 0 441229 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1766136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.55 3/201 10222
/proc/meminfo: memFree=29553052/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1823924 CPUtime=1362.32
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 454968 0 0 0 135730 502 0 0 25 0 1 0 129917801 1867698176 454879 4089446400 134512640 135752675 4291442112 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 455981 454879 146 303 0 455676 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 1823924

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.58 3/201 10224
/proc/meminfo: memFree=29478368/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1898176 CPUtime=1422.33
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 473493 0 0 0 141711 522 0 0 25 0 1 0 129917801 1943732224 473404 4089446400 134512640 135752675 4291442112 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 474544 473404 146 303 0 474239 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1898176

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.60 3/201 10225
/proc/meminfo: memFree=29402576/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=1971580 CPUtime=1482.33
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 491833 0 0 0 147686 547 0 0 25 0 1 0 129917801 2018897920 491744 4089446400 134512640 135752675 4291442112 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 492895 491744 146 303 0 492590 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1971580

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.63 3/201 10227
/proc/meminfo: memFree=29332720/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=2040488 CPUtime=1542.33
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 508999 0 0 0 153663 570 0 0 25 0 1 0 129917801 2089459712 508910 4089446400 134512640 135752675 4291442112 18446744073709551615 134611796 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 510122 508910 146 303 0 509817 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2040488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/201 10228
/proc/meminfo: memFree=29280736/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=2093004 CPUtime=1602.33
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 522054 0 0 0 159645 588 0 0 25 0 1 0 129917801 2143236096 521965 4089446400 134512640 135752675 4291442112 18446744073709551615 134611804 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 523251 521965 146 303 0 522946 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2093004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/201 10230
/proc/meminfo: memFree=29201976/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=2171388 CPUtime=1662.34
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 541662 0 0 0 165621 613 0 0 25 0 1 0 129917801 2223501312 541573 4089446400 134512640 135752675 4291442112 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 542847 541573 146 303 0 542542 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2171388

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/201 10232
/proc/meminfo: memFree=29120568/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=2250912 CPUtime=1722.34
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 561488 0 0 0 171600 634 0 0 25 0 1 0 129917801 2304933888 561399 4089446400 134512640 135752675 4291442112 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/10182/statm: 562728 561399 146 303 0 562423 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2250912

[startup+1782.3 s]
/proc/loadavg: 2.79 2.17 1.75 10/191 10285
/proc/meminfo: memFree=29205500/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=2327544 CPUtime=1781.96
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 580622 0 0 0 177545 651 0 0 25 0 1 0 129917801 2383405056 580533 4089446400 134512640 135752675 4291442112 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/10182/statm: 581886 580533 146 303 0 581581 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 2327544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 4.15 2.54 1.89 11/191 10286
/proc/meminfo: memFree=29170644/32951124 swapFree=67111528/67111528
[pid=10182] ppid=10180 vsize=2352232 CPUtime=1800.01
/proc/10182/stat : 10182 (wbo1.4b) R 10180 10182 9712 0 -1 4202496 586792 0 0 0 179345 656 0 0 25 0 1 0 129917801 2408685568 586703 4089446400 134512640 135752675 4291442112 18446744073709551615 134611796 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10182/statm: 588058 586703 146 303 0 587753 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2352232

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.98
CPU time (s): 1800.1
CPU user time (s): 1793.45
CPU system time (s): 6.64099
CPU usage (%): 99.6189
Max. virtual memory (cumulated for all children) (KiB): 2352232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.45
system time used= 6.64099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 586792
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= 3
involuntary context switches= 2118

runsolver used 3.36149 second user time and 6.29104 second system time

The end

Launcher Data

Begin job on node133 at 2010-06-30 10:23:42
IDJOB=2690267
IDBENCH=78663
IDSOLVER=1201
FILE ID=node133/2690267-1277886222
PBS_JOBID= 11197088
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= a9a2270f2536f669bb9dfa31ae05dbb5
RANDOM SEED=1894060314

node133.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.821
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.64
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.821
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.75
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.821
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.82
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.821
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	: 7296.74
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.821
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.74
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.821
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.74
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.821
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.74
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.821
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31407892 kB
Buffers:        170404 kB
Cached:         941788 kB
SwapCached:          0 kB
Active:         776744 kB
Inactive:       625552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31407892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2676 kB
Writeback:           0 kB
AnonPages:      290332 kB
Mapped:          20300 kB
Slab:            77920 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1653892 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74192 MiB
End job on node133 at 2010-06-30 10:53:51