Trace number 2690574

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.12 1800.07

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_16_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMbec517e59b6734cb4022e119f1959006
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.051991
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables480
Total number of constraints62
Number of soft constraints62
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint16
Top cost 2961
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 2960
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
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-2690574-1277919868.wbo.
0.00/0.00	c Instance file HOME/instance-2690574-1277919868.wbo
0.00/0.00	c File size is 8492 bytes.
0.00/0.00	c Highest Coefficient sum: 17
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:      480                                                 |
0.00/0.00	c |  Number Clauses:        32                                                  |
0.00/0.00	c |  Number Cardinality:    30                                                  |
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 |     480       62      960 |     5000        0    nan |  0.000 % |
0.00/0.00	c |       101 |     480       62      960 |     5500      101     50 |  0.000 % |
0.00/0.00	c |       253 |     480       62      960 |     6050      253     51 |  0.000 % |
0.00/0.01	c |       479 |     480       62      960 |     6655      479     57 |  0.000 % |
0.01/0.02	c |       817 |     480       62      960 |     7320      817     57 |  0.000 % |
0.01/0.04	c |      1323 |     480       62      960 |     8052     1323     63 |  0.000 % |
0.01/0.07	c |      2086 |     480       62      960 |     8857     2086     68 |  0.000 % |
0.09/0.14	c |      3225 |     480       62      960 |     9743     3225     84 |  0.000 % |
0.29/0.32	c |      4933 |     480       62      960 |    10717     4933    100 |  0.000 % |
0.68/0.77	c |      7496 |     480       62      960 |    11789     7496    105 |  0.000 % |
1.58/1.62	c |     11347 |     480       62      960 |    12968    11347    115 |  0.000 % |
3.20/3.24	c |     17113 |     480       62      960 |    14265    10543    130 |  0.000 % |
5.59/5.64	c |     25764 |     480       62      960 |    15692    11987    139 |  0.000 % |
10.90/10.99	c |     38738 |     480       62      960 |    17261     9152    143 |  0.000 % |
24.29/24.30	c |     58203 |     480       62      960 |    18987    11264    135 |  0.000 % |
35.69/35.70	c |     87398 |     480       62      960 |    20886    11769    129 |  0.000 % |
58.30/58.39	c |    131188 |     480       62      960 |    22974    13573    152 |  0.000 % |
91.19/91.23	c |    196872 |     480       62      960 |    25272    21325    130 |  0.000 % |
139.60/139.67	c |    295399 |     480       62      960 |    27799    13659    120 |  0.000 % |
180.80/180.84	c There are 0 assigned variables. 0 in cost function.
181.00/181.00	c ============================[ Search Statistics ]==============================
181.00/181.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
181.00/181.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
181.00/181.00	c ===============================================================================
181.00/181.00	c |         0 |     480       62      960 |     5000        0    nan |  0.000 % |
181.00/181.03	c |       101 |     480       62      960 |     5500      101     51 |  0.000 % |
181.00/181.04	c |       251 |     480       62      960 |     6050      251     54 |  0.000 % |
181.00/181.05	c |       477 |     480       62      960 |     6655      477     63 |  0.000 % |
181.00/181.06	c |       814 |     480       62      960 |     7320      814     60 |  0.000 % |
181.00/181.08	c |      1321 |     480       62      960 |     8052     1321     62 |  0.000 % |
181.09/181.13	c |      2083 |     480       62      960 |     8857     2083     66 |  0.000 % |
181.20/181.25	c |      3222 |     480       62      960 |     9743     3222     81 |  0.000 % |
181.50/181.59	c |      4931 |     480       62      960 |    10717     4931     89 |  0.000 % |
182.39/182.50	c |      7493 |     480       62      960 |    11789     7493     93 |  0.000 % |
183.70/183.74	c |     11338 |     480       62      960 |    12968    11338     95 |  0.000 % |
186.90/186.93	c |     17104 |     480       62      960 |    14265    10588    100 |  0.000 % |
190.90/190.92	c |     25753 |     480       62      960 |    15692    12074     97 |  0.000 % |
195.49/195.50	c |     38728 |     480       62      960 |    17261     9293     96 |  0.000 % |
203.60/203.62	c |     58189 |     480       62      960 |    18987    11443     97 |  0.000 % |
216.10/216.19	c |     87381 |     480       62      960 |    20886    12068     96 |  0.000 % |
231.20/231.23	c |    131173 |     480       62      960 |    22974    13919     92 |  0.000 % |
254.39/254.48	c |    196857 |     480       62      960 |    25272    21670    108 |  0.000 % |
310.30/310.37	c |    295384 |     480       62      960 |    27799    17414     98 |  0.000 % |
357.80/357.88	c |    443174 |     480       62      960 |    30579    17379    105 |  0.000 % |
440.70/440.76	c |    664858 |     480       62      960 |    33637    27408     97 |  0.000 % |
559.00/559.00	c |    997384 |     480       62      960 |    37001    16477    105 |  0.000 % |
790.92/790.98	c |   1496174 |     480       62      960 |    40701    28016    102 |  0.000 % |
1075.52/1075.59	c |   2244357 |     480       62      960 |    44771    24728     87 |  0.000 % |
1549.84/1549.81	c |   3366633 |     480       62      960 |    49248    41168     79 |  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-2690574-1277919868/watcher-2690574-1277919868 -o /tmp/evaluation-result-2690574-1277919868/solver-2690574-1277919868 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690574-1277919868.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.98 2.03 2.03 4/178 17851
/proc/meminfo: memFree=30137912/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=2712 CPUtime=0
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 315 0 0 0 0 0 0 0 21 0 1 0 133282255 2777088 230 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/17851/statm: 678 230 144 303 0 373 0

[startup+0.019635 s]
/proc/loadavg: 1.98 2.03 2.03 4/178 17851
/proc/meminfo: memFree=30137912/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=2844 CPUtime=0.01
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 371 0 0 0 1 0 0 0 21 0 1 0 133282255 2912256 286 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/17851/statm: 711 287 144 303 0 406 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2844

[startup+0.100637 s]
/proc/loadavg: 1.98 2.03 2.03 4/178 17851
/proc/meminfo: memFree=30137912/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=3768 CPUtime=0.09
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 599 0 0 0 9 0 0 0 21 0 1 0 133282255 3858432 514 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/17851/statm: 942 514 144 303 0 637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3768

[startup+0.300598 s]
/proc/loadavg: 1.98 2.03 2.03 4/178 17851
/proc/meminfo: memFree=30137912/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=5356 CPUtime=0.29
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 976 0 0 0 28 1 0 0 21 0 1 0 133282255 5484544 891 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 7 0 0 0
/proc/17851/statm: 1339 891 144 303 0 1034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5356

[startup+0.700505 s]
/proc/loadavg: 1.98 2.03 2.03 4/178 17851
/proc/meminfo: memFree=30137912/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=6940 CPUtime=0.68
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 1382 0 0 0 67 1 0 0 22 0 1 0 133282255 7106560 1297 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 1735 1297 144 303 0 1430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6940

[startup+1.50037 s]
/proc/loadavg: 1.98 2.03 2.03 3/179 17852
/proc/meminfo: memFree=30129612/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=9716 CPUtime=1.49
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 2075 0 0 0 147 2 0 0 25 0 1 0 133282255 9949184 1990 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 2429 1990 144 303 0 2124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9716

[startup+3.10109 s]
/proc/loadavg: 1.98 2.03 2.03 3/179 17852
/proc/meminfo: memFree=30122048/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=13940 CPUtime=3.09
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 3135 0 0 0 305 4 0 0 25 0 1 0 133282255 14274560 3050 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 3485 3050 144 303 0 3180 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13940

[startup+6.30052 s]
/proc/loadavg: 1.98 2.03 2.03 3/179 17852
/proc/meminfo: memFree=30101696/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=22016 CPUtime=6.29
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 5168 0 0 0 623 6 0 0 25 0 1 0 133282255 22544384 5083 4089446400 134512640 135752675 4291358544 18446744073709551615 134611796 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 5504 5083 144 303 0 5199 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22016

[startup+12.7003 s]
/proc/loadavg: 1.98 2.03 2.03 3/179 17852
/proc/meminfo: memFree=30070464/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=32340 CPUtime=12.69
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 7724 0 0 0 1260 9 0 0 25 0 1 0 133282255 33116160 7639 4089446400 134512640 135752675 4291358544 18446744073709551615 134516982 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 8085 7639 144 303 0 7780 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32340

[startup+25.501 s]
/proc/loadavg: 1.98 2.03 2.03 3/179 17853
/proc/meminfo: memFree=30019128/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=46584 CPUtime=25.49
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 11271 0 0 0 2536 13 0 0 25 0 1 0 133282255 47702016 11186 4089446400 134512640 135752675 4291358544 18446744073709551615 134517424 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 11646 11187 144 303 0 11341 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46584

[startup+51.1003 s]
/proc/loadavg: 1.99 2.03 2.03 3/179 17853
/proc/meminfo: memFree=29891944/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=90216 CPUtime=51.09
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 22146 0 0 0 5081 28 0 0 25 0 1 0 133282255 92381184 22061 4089446400 134512640 135752675 4291358544 18446744073709551615 134612083 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 22554 22061 144 303 0 22249 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90216

[startup+102.307 s]
/proc/loadavg: 1.99 2.02 2.02 3/179 17855
/proc/meminfo: memFree=29661392/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=156068 CPUtime=102.3
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 38586 0 0 0 10182 48 0 0 25 0 1 0 133282255 159813632 38501 4089446400 134512640 135752675 4291358544 18446744073709551615 134611753 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 39017 38501 144 303 0 38712 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 156068

[startup+162.301 s]
/proc/loadavg: 1.99 2.02 2.02 3/179 17856
/proc/meminfo: memFree=29480068/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=242360 CPUtime=162.29
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 60112 0 0 0 16152 77 0 0 25 0 1 0 133282255 248176640 60027 4089446400 134512640 135752675 4291358544 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 60590 60027 144 303 0 60285 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 242360

[startup+222.301 s]
/proc/loadavg: 1.99 2.01 2.01 3/179 17857
/proc/meminfo: memFree=29339540/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=284792 CPUtime=222.29
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 70864 0 0 0 22123 106 0 0 25 0 1 0 133282255 291627008 70751 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 71198 70751 146 303 0 70893 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 284792

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 17859
/proc/meminfo: memFree=29158960/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=348200 CPUtime=282.3
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 86629 0 0 0 28093 137 0 0 25 0 1 0 133282255 356556800 86516 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 87050 86516 146 303 0 86745 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 348200

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 17861
/proc/meminfo: memFree=28987684/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=413612 CPUtime=342.3
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 102901 0 0 0 34058 172 0 0 25 0 1 0 133282255 423538688 102788 4089446400 134512640 135752675 4291358544 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 103403 102788 146 303 0 103098 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 413612

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 17863
/proc/meminfo: memFree=28795312/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=480912 CPUtime=402.31
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 119655 0 0 0 40027 204 0 0 25 0 1 0 133282255 492453888 119542 4089446400 134512640 135752675 4291358544 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 120228 119542 146 303 0 119923 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 480912

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 17864
/proc/meminfo: memFree=28644628/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=544632 CPUtime=462.3
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 135518 0 0 0 45990 240 0 0 25 0 1 0 133282255 557703168 135405 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 136158 135405 146 303 0 135853 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 544632

[startup+522.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 17865
/proc/meminfo: memFree=28469876/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=628540 CPUtime=522.31
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 156435 0 0 0 51947 284 0 0 25 0 1 0 133282255 643624960 156322 4089446400 134512640 135752675 4291358544 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 157135 156322 146 303 0 156830 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 628540

[startup+582.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 17867
/proc/meminfo: memFree=28287316/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=709568 CPUtime=582.3
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 176664 0 0 0 57909 321 0 0 25 0 1 0 133282255 726597632 176551 4089446400 134512640 135752675 4291358544 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 177392 176551 146 303 0 177087 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 709568

[startup+642.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 17869
/proc/meminfo: memFree=28109596/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=776492 CPUtime=642.31
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 193354 0 0 0 63880 351 0 0 25 0 1 0 133282255 795127808 193241 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 194123 193241 146 303 0 193818 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 776492

[startup+702.3 s]

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

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 17873
/proc/meminfo: memFree=27581628/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=972816 CPUtime=822.31
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 242396 0 0 0 81790 441 0 0 25 0 1 0 133282255 996163584 242283 4089446400 134512640 135752675 4291358544 18446744073709551615 134603215 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 243204 242283 146 303 0 242899 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 972816

[startup+882.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 17875
/proc/meminfo: memFree=27382336/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1062788 CPUtime=882.31
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 264835 0 0 0 87746 485 0 0 25 0 1 0 133282255 1088294912 264722 4089446400 134512640 135752675 4291358544 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 265697 264722 146 303 0 265392 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1062788

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17877
/proc/meminfo: memFree=27199656/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1141104 CPUtime=942.32
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 284394 0 0 0 93711 521 0 0 25 0 1 0 133282255 1168490496 284281 4089446400 134512640 135752675 4291358544 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 285276 284281 146 303 0 284971 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1141104

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17888
/proc/meminfo: memFree=26978496/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1213932 CPUtime=1002.32
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 302594 0 0 0 99682 550 0 0 25 0 1 0 133282255 1243066368 302481 4089446400 134512640 135752675 4291358544 18446744073709551615 134602984 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 303483 302481 146 303 0 303178 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1213932

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17889
/proc/meminfo: memFree=26762424/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1300880 CPUtime=1062.33
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 324322 0 0 0 105643 590 0 0 25 0 1 0 133282255 1332101120 324209 4089446400 134512640 135752675 4291358544 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 325220 324209 146 303 0 324915 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1300880

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17890
/proc/meminfo: memFree=26529644/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1360336 CPUtime=1122.32
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 339148 0 0 0 111611 621 0 0 25 0 1 0 133282255 1392984064 339035 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 340084 339035 146 303 0 339779 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1360336

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17892
/proc/meminfo: memFree=26326256/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1413392 CPUtime=1182.33
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 352380 0 0 0 117588 645 0 0 25 0 1 0 133282255 1447313408 352267 4089446400 134512640 135752675 4291358544 18446744073709551615 134516982 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 353348 352267 146 303 0 353043 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1413392

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17894
/proc/meminfo: memFree=26095208/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1463944 CPUtime=1242.32
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 364970 0 0 0 123563 669 0 0 25 0 1 0 133282255 1499078656 364857 4089446400 134512640 135752675 4291358544 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 365986 364857 146 303 0 365681 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1463944

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17896
/proc/meminfo: memFree=25848916/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1515180 CPUtime=1302.33
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 377754 0 0 0 129534 699 0 0 25 0 1 0 133282255 1551544320 377641 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 378795 377641 146 303 0 378490 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1515180

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17897
/proc/meminfo: memFree=25606712/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1592364 CPUtime=1362.33
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 397001 0 0 0 135491 742 0 0 25 0 1 0 133282255 1630580736 396888 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/17851/statm: 398091 396888 146 303 0 397786 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1592364

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 18026
/proc/meminfo: memFree=29340100/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1664024 CPUtime=1422.34
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 414909 0 0 0 141451 783 0 0 25 0 1 0 133282255 1703960576 414796 4089446400 134512640 135752675 4291358544 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/17851/statm: 416006 414796 146 303 0 415701 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1664024

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 18028
/proc/meminfo: memFree=29232056/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1730200 CPUtime=1482.34
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 431434 0 0 0 147417 817 0 0 25 0 1 0 133282255 1771724800 431321 4089446400 134512640 135752675 4291358544 18446744073709551615 134611807 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/17851/statm: 432550 431321 146 303 0 432245 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1730200

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 18030
/proc/meminfo: memFree=29114092/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1799368 CPUtime=1542.33
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 448756 0 0 0 153374 859 0 0 25 0 1 0 133282255 1842552832 448643 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/17851/statm: 449842 448644 146 303 0 449537 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1799368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18032
/proc/meminfo: memFree=29025632/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1841080 CPUtime=1602.34
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 459180 0 0 0 159353 881 0 0 25 0 1 0 133282255 1885265920 459067 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/17851/statm: 460270 459067 146 303 0 459965 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1841080

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18033
/proc/meminfo: memFree=28939904/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1883576 CPUtime=1662.34
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 469780 0 0 0 165334 900 0 0 25 0 1 0 133282255 1928781824 469667 4089446400 134512640 135752675 4291358544 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/17851/statm: 470894 469667 146 303 0 470589 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1883576

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18034
/proc/meminfo: memFree=28851060/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1928404 CPUtime=1722.34
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 480969 0 0 0 171315 919 0 0 25 0 1 0 133282255 1974685696 480856 4089446400 134512640 135752675 4291358544 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/17851/statm: 482101 480856 146 303 0 481796 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1928404

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18036
/proc/meminfo: memFree=28762240/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1977016 CPUtime=1782.34
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 493096 0 0 0 177293 941 0 0 25 0 1 0 133282255 2024464384 492983 4089446400 134512640 135752675 4291358544 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/17851/statm: 494254 492983 146 303 0 493949 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1977016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18037
/proc/meminfo: memFree=28737796/32951124 swapFree=67111528/67111528
[pid=17851] ppid=17849 vsize=1990008 CPUtime=1800.05
/proc/17851/stat : 17851 (wbo1.4b) R 17849 17851 17178 0 -1 4202496 496352 0 0 0 179057 948 0 0 25 0 1 0 133282255 2037768192 496239 4089446400 134512640 135752675 4291358544 18446744073709551615 134611695 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/17851/statm: 497502 496239 146 303 0 497197 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1990008

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): 1800.07
CPU time (s): 1800.12
CPU user time (s): 1790.57
CPU system time (s): 9.54855
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1990008

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

runsolver used 3.21951 second user time and 6.609 second system time

The end

Launcher Data

Begin job on node139 at 2010-06-30 19:44:28
IDJOB=2690574
IDBENCH=79154
IDSOLVER=1201
FILE ID=node139/2690574-1277919868
PBS_JOBID= 11197347
Free space on /tmp= 74124 MiB

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

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

MD5SUM BENCH= bec517e59b6734cb4022e119f1959006
RANDOM SEED=1485120623

node139.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.840
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.68
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.840
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.840
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.840
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.75
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.840
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.78
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.840
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.75
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.840
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.82
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.840
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:      30137820 kB
Buffers:        207032 kB
Cached:        1478508 kB
SwapCached:          0 kB
Active:        1656272 kB
Inactive:      1008516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30137820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2768 kB
Writeback:           0 kB
AnonPages:      979524 kB
Mapped:          15056 kB
Slab:            83372 kB
PageTables:       6812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1123988 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= 74120 MiB
End job on node139 at 2010-06-30 20:14:30