Trace number 2690340

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? (MO) 1671.21 1671.13

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_60_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM2683f5c0f2bcb2ef48b38611ac907218
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.25996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6000
Total number of constraints220
Number of soft constraints76
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Top cost 4191
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4190
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
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-2690340-1277973101.wbo.
0.00/0.00	c Instance file HOME/instance-2690340-1277973101.wbo
0.00/0.00	c File size is 108068 bytes.
0.00/0.01	c Highest Coefficient sum: 61
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      6000                                                |
0.00/0.01	c |  Number Clauses:        120                                                 |
0.00/0.01	c |  Number Cardinality:    100                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |    6000      220    12000 |     5000        0    nan |  0.000 % |
0.00/0.02	c |       101 |    6000      220    12000 |     5500      101    218 |  0.000 % |
0.00/0.03	c |       252 |    6000      220    12000 |     6050      252    258 |  0.000 % |
0.00/0.05	c |       477 |    6000      220    12000 |     6655      477    308 |  0.000 % |
0.00/0.08	c |       815 |    6000      220    12000 |     7320      815    295 |  0.000 % |
0.09/0.11	c |      1321 |    6000      220    12000 |     8052     1321    280 |  0.000 % |
0.19/0.20	c |      2081 |    6000      220    12000 |     8857     2081    296 |  0.000 % |
0.29/0.33	c |      3222 |    6000      220    12000 |     9743     3222    303 |  0.000 % |
0.59/0.66	c |      4931 |    6000      220    12000 |    10717     4931    330 |  0.000 % |
1.10/1.18	c |      7494 |    6000      220    12000 |    11789     7494    334 |  0.000 % |
2.20/2.28	c |     11339 |    6000      220    12000 |    12968    11339    337 |  0.000 % |
4.29/4.31	c |     17108 |    6000      220    12000 |    14265     9159    342 |  0.000 % |
7.09/7.17	c |     25757 |    6000      220    12000 |    15692     9229    318 |  0.000 % |
13.59/13.66	c |     38731 |    6000      220    12000 |    17261    12911    382 |  0.000 % |
21.29/21.33	c |     58192 |    6000      220    12000 |    18987    12080    415 |  0.000 % |
40.79/40.80	c |     87388 |    6000      220    12000 |    20886    17997    547 |  0.000 % |
75.80/75.90	c |    131179 |    6000      220    12000 |    22974    21967    541 |  0.000 % |
180.60/180.64	c There are 0 assigned variables. 0 in cost function.
180.70/180.72	c ============================[ Search Statistics ]==============================
180.70/180.72	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
180.70/180.72	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
180.70/180.72	c ===============================================================================
180.70/180.72	c |         0 |    6000      220    12000 |     5000        0    nan |  0.000 % |
180.70/180.76	c |       102 |    6000      220    12000 |     5500      102    226 |  0.000 % |
180.70/180.78	c |       255 |    6000      220    12000 |     6050      255    244 |  0.000 % |
180.79/180.84	c |       481 |    6000      220    12000 |     6655      481    307 |  0.000 % |
180.90/180.93	c |       818 |    6000      220    12000 |     7320      818    311 |  0.000 % |
180.90/180.99	c |      1324 |    6000      220    12000 |     8052     1324    290 |  0.000 % |
181.20/181.26	c |      2083 |    6000      220    12000 |     8857     2083    328 |  0.000 % |
181.70/181.71	c |      3223 |    6000      220    12000 |     9743     3223    349 |  0.000 % |
182.39/182.46	c |      4932 |    6000      220    12000 |    10717     4932    380 |  0.000 % |
183.50/183.53	c |      7495 |    6000      220    12000 |    11789     7495    370 |  0.000 % |
185.30/185.37	c |     11342 |    6000      220    12000 |    12968    11342    367 |  0.000 % |
188.80/188.85	c |     17109 |    6000      220    12000 |    14265     9160    376 |  0.000 % |
193.70/193.74	c |     25761 |    6000      220    12000 |    15692     9224    338 |  0.000 % |
208.30/208.30	c |     38737 |    6000      220    12000 |    17261    12875    530 |  0.000 % |
226.70/226.76	c |     58198 |    6000      220    12000 |    18987    14341    415 |  0.000 % |
267.00/267.04	c |     87391 |    6000      220    12000 |    20886    20412    724 |  0.000 % |
299.80/299.88	c |    131180 |    6000      220    12000 |    22974    20549    518 |  0.000 % |
420.71/420.74	c |    196866 |    6000      220    12000 |    25272    23623   1498 |  0.000 % |
561.81/561.86	c |    295392 |    6000      220    12000 |    27799    18031    688 |  0.000 % |
745.83/745.89	c |    443185 |    6000      220    12000 |    30579    26623    430 |  0.000 % |
968.14/968.14	c |    664869 |    6000      220    12000 |    33637    23004    462 |  0.000 % |
1323.46/1323.47	c |    997396 |    6000      220    12000 |    37001    23715    463 |  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-2690340-1277973101/watcher-2690340-1277973101 -o /tmp/evaluation-result-2690340-1277973101/solver-2690340-1277973101 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690340-1277973101.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.01 1.97 1.68 2/197 19610
/proc/meminfo: memFree=31211252/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=3532 CPUtime=0
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 504 0 0 0 0 0 0 0 25 0 1 0 138604972 3616768 423 4089446400 134512640 135752675 4287947008 18446744073709551615 134564806 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 883 423 146 303 0 551 0

[startup+0.084866 s]
/proc/loadavg: 2.01 1.97 1.68 2/197 19610
/proc/meminfo: memFree=31211252/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=4924 CPUtime=0.08
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 1063 0 0 0 7 1 0 0 18 0 1 0 138604972 5042176 784 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 1231 785 144 303 0 926 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4924

[startup+0.100875 s]
/proc/loadavg: 2.01 1.97 1.68 2/197 19610
/proc/meminfo: memFree=31211252/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=5188 CPUtime=0.09
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 1134 0 0 0 8 1 0 0 18 0 1 0 138604972 5312512 855 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 1297 855 144 303 0 992 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5188

[startup+0.300832 s]
/proc/loadavg: 2.01 1.97 1.68 2/197 19610
/proc/meminfo: memFree=31211252/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=7828 CPUtime=0.29
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 1806 0 0 0 27 2 0 0 18 0 1 0 138604972 8015872 1527 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 1957 1527 144 303 0 1652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7828

[startup+0.700756 s]
/proc/loadavg: 2.01 1.97 1.68 2/197 19610
/proc/meminfo: memFree=31211252/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=11392 CPUtime=0.69
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 2692 0 0 0 66 3 0 0 18 0 1 0 138604972 11665408 2413 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 2848 2413 144 303 0 2543 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11392

[startup+1.50059 s]
/proc/loadavg: 2.01 1.97 1.68 2/198 19613
/proc/meminfo: memFree=31192892/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=17332 CPUtime=1.49
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 4186 0 0 0 145 4 0 0 20 0 1 0 138604972 17747968 3907 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 4333 3907 144 303 0 4028 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17332

[startup+3.10028 s]
/proc/loadavg: 2.01 1.97 1.68 2/198 19615
/proc/meminfo: memFree=31185824/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=25304 CPUtime=3.09
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 6176 0 0 0 303 6 0 0 25 0 1 0 138604972 25911296 5897 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 6326 5897 144 303 0 6021 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25304

[startup+6.30058 s]
/proc/loadavg: 1.93 1.95 1.67 3/197 19666
/proc/meminfo: memFree=31171752/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=38912 CPUtime=6.29
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 9574 0 0 0 620 9 0 0 25 0 1 0 138604972 39845888 9295 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 9728 9295 144 303 0 9423 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38912

[startup+12.7003 s]
/proc/loadavg: 1.93 1.95 1.67 3/197 19666
/proc/meminfo: memFree=31126996/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=61704 CPUtime=12.69
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 15271 0 0 0 1257 12 0 0 25 0 1 0 138604972 63184896 14992 4089446400 134512640 135752675 4287947008 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 15426 14992 144 303 0 15121 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61704

[startup+25.5007 s]
/proc/loadavg: 1.95 1.96 1.68 3/197 19666
/proc/meminfo: memFree=31057496/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=122204 CPUtime=25.49
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 30390 0 0 0 2529 20 0 0 25 0 1 0 138604972 125136896 30111 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 30551 30111 144 303 0 30246 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122204

[startup+51.1006 s]
/proc/loadavg: 1.96 1.96 1.69 3/197 19666
/proc/meminfo: memFree=30967064/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=205164 CPUtime=51.09
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 51121 0 0 0 5079 30 0 0 25 0 1 0 138604972 210087936 50842 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 51291 50842 144 303 0 50986 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 205164

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.70 3/197 19668
/proc/meminfo: memFree=30764628/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=365800 CPUtime=102.3
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 91240 0 0 0 10185 45 0 0 25 0 1 0 138604972 374579200 90961 4089446400 134512640 135752675 4287947008 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 91450 90961 144 303 0 91145 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 365800

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.72 3/197 19670
/proc/meminfo: memFree=30571372/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=560000 CPUtime=162.3
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 139764 0 0 0 16170 60 0 0 25 0 1 0 138604972 573440000 139485 4089446400 134512640 135752675 4287947008 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 140000 139485 144 303 0 139695 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 560000

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/197 19672
/proc/meminfo: memFree=30502000/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=620220 CPUtime=222.3
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 154982 0 0 0 22153 77 0 0 25 0 1 0 138604972 635105280 154603 4089446400 134512640 135752675 4287947008 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 155055 154603 146 303 0 154750 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 620220

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/197 19673
/proc/meminfo: memFree=30389356/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=719528 CPUtime=282.3
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 179819 0 0 0 28136 94 0 0 25 0 1 0 138604972 736796672 179440 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 179882 179440 146 303 0 179577 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 719528

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/197 19674
/proc/meminfo: memFree=30190768/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=915312 CPUtime=342.31
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 228740 0 0 0 34118 113 0 0 25 0 1 0 138604972 937279488 228361 4089446400 134512640 135752675 4287947008 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 228828 228361 146 303 0 228523 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 915312

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.77 3/197 19676
/proc/meminfo: memFree=29996284/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=1109816 CPUtime=402.31
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 277346 0 0 0 40107 124 0 0 25 0 1 0 138604972 1136451584 276967 4089446400 134512640 135752675 4287947008 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 277454 276967 146 303 0 277149 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1109816

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.78 3/197 19678
/proc/meminfo: memFree=29850532/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=1252872 CPUtime=462.31
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 313075 0 0 0 46093 138 0 0 25 0 1 0 138604972 1282940928 312696 4089446400 134512640 135752675 4287947008 18446744073709551615 134516982 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 313218 312696 146 303 0 312913 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1252872

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.79 3/197 19679
/proc/meminfo: memFree=29753388/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=1347996 CPUtime=522.32
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 336825 0 0 0 52081 151 0 0 25 0 1 0 138604972 1380347904 336446 4089446400 134512640 135752675 4287947008 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 336999 336446 146 303 0 336694 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 1347996

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.80 3/197 19681
/proc/meminfo: memFree=29626964/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=1472576 CPUtime=582.32
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 367943 0 0 0 58061 171 0 0 25 0 1 0 138604972 1507917824 367564 4089446400 134512640 135752675 4287947008 18446744073709551615 134611753 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 368144 367564 146 303 0 367839 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1472576

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.82 3/197 19682
/proc/meminfo: memFree=29537012/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=1561488 CPUtime=642.33
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 390106 0 0 0 64049 184 0 0 25 0 1 0 138604972 1598963712 389727 4089446400 134512640 135752675 4287947008 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 390372 389727 146 303 0 390067 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1561488

[startup+702.301 s]

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

[startup+762.306 s]
/proc/loadavg: 1.99 1.97 1.83 3/197 19686
/proc/meminfo: memFree=29329684/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=1768344 CPUtime=762.33
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 441763 0 0 0 76017 216 0 0 25 0 1 0 138604972 1810784256 441384 4089446400 134512640 135752675 4287947008 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 442086 441384 146 303 0 441781 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1768344

[startup+822.301 s]
/proc/loadavg: 2.07 1.99 1.84 3/197 19688
/proc/meminfo: memFree=29187644/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=1907148 CPUtime=822.33
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 476414 0 0 0 81994 239 0 0 25 0 1 0 138604972 1952919552 476035 4089446400 134512640 135752675 4287947008 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 476787 476035 146 303 0 476482 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 1907148

[startup+882.301 s]
/proc/loadavg: 2.03 1.99 1.85 3/197 19689
/proc/meminfo: memFree=29077224/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=1998688 CPUtime=882.33
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 499270 0 0 0 87978 255 0 0 25 0 1 0 138604972 2046656512 498891 4089446400 134512640 135752675 4287947008 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 499672 498891 146 303 0 499367 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1998688

[startup+942.301 s]
/proc/loadavg: 2.01 1.99 1.85 3/197 19690
/proc/meminfo: memFree=28976964/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=2100016 CPUtime=942.34
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 524597 0 0 0 93963 271 0 0 25 0 1 0 138604972 2150416384 524218 4089446400 134512640 135752675 4287947008 18446744073709551615 134611744 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 525004 524218 146 303 0 524699 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 2100016

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/197 19692
/proc/meminfo: memFree=28846816/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=2228744 CPUtime=1002.34
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 556731 0 0 0 99940 294 0 0 25 0 1 0 138604972 2282233856 556352 4089446400 134512640 135752675 4287947008 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 557186 556352 146 303 0 556881 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 2228744

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/197 19694
/proc/meminfo: memFree=28722256/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=2353868 CPUtime=1062.35
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 587963 0 0 0 105921 314 0 0 25 0 1 0 138604972 2410360832 587584 4089446400 134512640 135752675 4287947008 18446744073709551615 134516982 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 588467 587584 146 303 0 588162 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 2353868

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/197 19696
/proc/meminfo: memFree=28594368/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=2481156 CPUtime=1122.34
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 619758 0 0 0 111899 335 0 0 25 0 1 0 138604972 2540703744 619379 4089446400 134512640 135752675 4287947008 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 620289 619379 146 303 0 619984 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 2481156

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/197 19696
/proc/meminfo: memFree=28464596/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=2612616 CPUtime=1182.35
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 652626 0 0 0 117882 353 0 0 25 0 1 0 138604972 2675318784 652247 4089446400 134512640 135752675 4287947008 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 653154 652247 146 303 0 652849 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 2612616

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/197 19698
/proc/meminfo: memFree=28364348/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=2709572 CPUtime=1242.35
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 676829 0 0 0 123870 365 0 0 25 0 1 0 138604972 2774601728 676450 4089446400 134512640 135752675 4287947008 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 677393 676450 146 303 0 677088 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 2709572

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/197 19700
/proc/meminfo: memFree=28289644/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=2783340 CPUtime=1302.36
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 695210 0 0 0 129860 376 0 0 25 0 1 0 138604972 2850140160 694831 4089446400 134512640 135752675 4287947008 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 695835 694831 146 303 0 695530 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 2783340

[startup+1362.3 s]
/proc/loadavg: 2.04 2.00 1.90 3/197 19702
/proc/meminfo: memFree=28101344/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=2972836 CPUtime=1362.36
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 742521 0 0 0 135838 398 0 0 25 0 1 0 138604972 3044184064 742142 4089446400 134512640 135752675 4287947008 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 743209 742142 146 303 0 742904 0
Current children cumulated CPU time (s) 1362.36
Current children cumulated vsize (KiB) 2972836

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.90 3/197 19704
/proc/meminfo: memFree=27935876/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=3128948 CPUtime=1422.37
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 781555 0 0 0 141826 411 0 0 25 0 1 0 138604972 3204042752 781176 4089446400 134512640 135752675 4287947008 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 782237 781176 146 303 0 781932 0
Current children cumulated CPU time (s) 1422.37
Current children cumulated vsize (KiB) 3128948

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19705
/proc/meminfo: memFree=27776988/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=3288864 CPUtime=1482.36
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 821515 0 0 0 147813 423 0 0 25 0 1 0 138604972 3367796736 821136 4089446400 134512640 135752675 4287947008 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 822216 821136 146 303 0 821911 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 3288864

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19706
/proc/meminfo: memFree=27593520/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=3470416 CPUtime=1542.36
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 866887 0 0 0 153801 435 0 0 25 0 1 0 138604972 3553705984 866508 4089446400 134512640 135752675 4287947008 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 867604 866508 146 303 0 867299 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 3470416

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19708
/proc/meminfo: memFree=27375460/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=3692132 CPUtime=1602.37
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 922310 0 0 0 159784 453 0 0 25 0 1 0 138604972 3780743168 921931 4089446400 134512640 135752675 4287947008 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 923033 921931 146 303 0 922728 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 3692132

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19710
/proc/meminfo: memFree=27207388/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=3856244 CPUtime=1662.37
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 963339 0 0 0 165772 465 0 0 25 0 1 0 138604972 3948793856 962960 4089446400 134512640 135752675 4287947008 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 964061 962960 146 303 0 963756 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 3856244



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1671 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19710
/proc/meminfo: memFree=27171044/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=3891296 CPUtime=1671.08
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4202496 972114 0 0 0 166640 468 0 0 25 0 1 0 138604972 3984687104 971735 4089446400 134512640 135752675 4287947008 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/19610/statm: 972824 971735 146 303 0 972519 0
Current children cumulated CPU time (s) 1671.08
Current children cumulated vsize (KiB) 3891296

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

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

[startup+1671.11 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 19710
/proc/meminfo: memFree=27171044/32950928 swapFree=67111528/67111528
[pid=19610] ppid=19608 vsize=0 CPUtime=1671.18
/proc/19610/stat : 19610 (wbo1.4b) R 19608 19610 19299 0 -1 4203524 972114 0 0 0 166640 478 0 0 25 0 1 0 138604972 0 0 4089446400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/19610/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1671.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1671.13
CPU time (s): 1671.21
CPU user time (s): 1666.4
CPU system time (s): 4.80627
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 3891296

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

runsolver used 2.6246 second user time and 5.36518 second system time

The end

Launcher Data

Begin job on node149 at 2010-07-01 10:31:41
IDJOB=2690340
IDBENCH=78697
IDSOLVER=1201
FILE ID=node149/2690340-1277973101
PBS_JOBID= 11197869
Free space on /tmp= 74212 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_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-2690340-1277973101/watcher-2690340-1277973101 -o /tmp/evaluation-result-2690340-1277973101/solver-2690340-1277973101 -C 1800 -W 2000 -M 3800  wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690340-1277973101.wbo

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

MD5SUM BENCH= 2683f5c0f2bcb2ef48b38611ac907218
RANDOM SEED=2133228476

node149.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.831
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.66
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.831
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	: 5226.15
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.831
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.831
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.831
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.82
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.831
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.68
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.831
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.831
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:     32950928 kB
MemFree:      31211780 kB
Buffers:        220912 kB
Cached:        1271336 kB
SwapCached:          0 kB
Active:         545780 kB
Inactive:      1043840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31211780 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3328 kB
Writeback:           0 kB
AnonPages:       96848 kB
Mapped:          19608 kB
Slab:            83712 kB
PageTables:       4588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1643816 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= 74208 MiB
End job on node149 at 2010-07-01 10:59:34