Trace number 2690307

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) 1701.47 1701.43

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_60_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMe79d43742b4ee40954b18e2a5bb4c066
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.560914
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 constraints152
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 7443
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 7442
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-2690307-1277890018.wbo.
0.00/0.00	c Instance file HOME/instance-2690307-1277890018.wbo
0.00/0.00	c File size is 108441 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.04/0.05	c |       477 |    6000      220    12000 |     6655      477    308 |  0.000 % |
0.04/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.29	c |     11339 |    6000      220    12000 |    12968    11339    337 |  0.000 % |
4.30/4.31	c |     17108 |    6000      220    12000 |    14265     9159    342 |  0.000 % |
7.09/7.18	c |     25757 |    6000      220    12000 |    15692     9229    318 |  0.000 % |
13.69/13.72	c |     38731 |    6000      220    12000 |    17261    12911    385 |  0.000 % |
25.99/26.05	c |     58194 |    6000      220    12000 |    18987    11507    370 |  0.000 % |
41.90/41.98	c |     87386 |    6000      220    12000 |    20886    18812    788 |  0.000 % |
89.70/89.76	c |    131176 |    6000      220    12000 |    22974    18164    490 |  0.000 % |
149.19/149.24	c |    196863 |    6000      220    12000 |    25272    23189    535 |  0.000 % |
180.69/180.72	c There are 0 assigned variables. 0 in cost function.
180.79/180.81	c ============================[ Search Statistics ]==============================
180.79/180.81	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
180.79/180.81	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
180.79/180.81	c ===============================================================================
180.79/180.81	c |         0 |    6000      220    12000 |     5000        0    nan |  0.000 % |
180.79/180.85	c |       102 |    6000      220    12000 |     5500      102    226 |  0.000 % |
180.79/180.87	c |       255 |    6000      220    12000 |     6050      255    244 |  0.000 % |
180.89/180.93	c |       481 |    6000      220    12000 |     6655      481    307 |  0.000 % |
180.99/181.02	c |       818 |    6000      220    12000 |     7320      818    311 |  0.000 % |
180.99/181.08	c |      1324 |    6000      220    12000 |     8052     1324    290 |  0.000 % |
181.30/181.36	c |      2083 |    6000      220    12000 |     8857     2083    328 |  0.000 % |
181.79/181.80	c |      3223 |    6000      220    12000 |     9743     3223    349 |  0.000 % |
182.50/182.55	c |      4932 |    6000      220    12000 |    10717     4932    380 |  0.000 % |
183.60/183.62	c |      7495 |    6000      220    12000 |    11789     7495    370 |  0.000 % |
185.40/185.47	c |     11342 |    6000      220    12000 |    12968    11342    367 |  0.000 % |
188.90/188.95	c |     17109 |    6000      220    12000 |    14265     9160    376 |  0.000 % |
193.80/193.85	c |     25761 |    6000      220    12000 |    15692     9224    338 |  0.000 % |
208.40/208.44	c |     38737 |    6000      220    12000 |    17261    12875    530 |  0.000 % |
226.89/226.91	c |     58198 |    6000      220    12000 |    18987    14341    415 |  0.000 % |
267.10/267.17	c |     87391 |    6000      220    12000 |    20886    20412    724 |  0.000 % |
300.00/300.01	c |    131180 |    6000      220    12000 |    22974    20549    518 |  0.000 % |
420.80/420.90	c |    196866 |    6000      220    12000 |    25272    23623   1498 |  0.000 % |
561.80/561.84	c |    295392 |    6000      220    12000 |    27799    18031    688 |  0.000 % |
745.81/745.85	c |    443185 |    6000      220    12000 |    30579    26623    430 |  0.000 % |
968.22/968.21	c |    664869 |    6000      220    12000 |    33637    23004    462 |  0.000 % |
1323.33/1323.38	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-2690307-1277890018/watcher-2690307-1277890018 -o /tmp/evaluation-result-2690307-1277890018/solver-2690307-1277890018 -C 1800 -W 2000 -M 3800 wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690307-1277890018.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: 5.83 5.49 4.87 3/178 23213
/proc/meminfo: memFree=30666672/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=3532 CPUtime=0
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 505 0 0 0 0 0 0 0 18 0 1 0 164605358 3616768 423 4089446400 134512640 135752675 4291027824 18446744073709551615 134598576 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 883 423 145 303 0 551 0

[startup+0.045437 s]
/proc/loadavg: 5.83 5.49 4.87 3/178 23213
/proc/meminfo: memFree=30666672/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=4264 CPUtime=0.04
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 906 0 0 0 3 1 0 0 18 0 1 0 164605358 4366336 626 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 1066 627 144 303 0 761 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4264

[startup+0.10042 s]
/proc/loadavg: 5.83 5.49 4.87 3/178 23213
/proc/meminfo: memFree=30666672/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=5188 CPUtime=0.09
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 1140 0 0 0 8 1 0 0 18 0 1 0 164605358 5312512 860 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 1297 860 144 303 0 992 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5188

[startup+0.300394 s]
/proc/loadavg: 5.83 5.49 4.87 3/178 23213
/proc/meminfo: memFree=30666672/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=7828 CPUtime=0.29
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 1815 0 0 0 27 2 0 0 18 0 1 0 164605358 8015872 1535 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 1957 1535 144 303 0 1652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7828

[startup+0.700318 s]
/proc/loadavg: 5.83 5.49 4.87 3/178 23213
/proc/meminfo: memFree=30666672/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=11524 CPUtime=0.69
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 2718 0 0 0 66 3 0 0 18 0 1 0 164605358 11800576 2438 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 2881 2438 144 303 0 2576 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11524

[startup+1.50017 s]
/proc/loadavg: 5.83 5.49 4.87 3/179 23214
/proc/meminfo: memFree=30655256/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=17596 CPUtime=1.49
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 4227 0 0 0 145 4 0 0 20 0 1 0 164605358 18018304 3947 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 4399 3947 144 303 0 4094 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17596

[startup+3.10089 s]
/proc/loadavg: 5.83 5.49 4.87 3/179 23214
/proc/meminfo: memFree=30648932/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=25528 CPUtime=3.09
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 6237 0 0 0 303 6 0 0 25 0 1 0 164605358 26140672 5957 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 6382 5957 144 303 0 6077 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25528

[startup+6.30032 s]
/proc/loadavg: 5.52 5.44 4.85 3/179 23214
/proc/meminfo: memFree=30633732/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=39276 CPUtime=6.29
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 9674 0 0 0 621 8 0 0 25 0 1 0 164605358 40218624 9394 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 9819 9394 144 303 0 9514 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39276

[startup+12.7012 s]
/proc/loadavg: 5.24 5.38 4.84 3/179 23214
/proc/meminfo: memFree=30610276/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=62488 CPUtime=12.69
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 15450 0 0 0 1257 12 0 0 25 0 1 0 164605358 63987712 15170 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 15622 15170 144 303 0 15317 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62488

[startup+25.5009 s]
/proc/loadavg: 4.52 5.21 4.79 3/179 23214
/proc/meminfo: memFree=30576092/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=96508 CPUtime=25.49
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 23959 0 0 0 2530 19 0 0 25 0 1 0 164605358 98824192 23679 4089446400 134512640 135752675 4291027824 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 24127 23679 144 303 0 23822 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96508

[startup+51.1003 s]
/proc/loadavg: 3.66 4.95 4.72 3/179 23215
/proc/meminfo: memFree=30462724/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=210044 CPUtime=51.09
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 52339 0 0 0 5074 35 0 0 25 0 1 0 164605358 215085056 52059 4089446400 134512640 135752675 4291027824 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 52544 52060 144 303 0 52239 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 210044

[startup+102.306 s]
/proc/loadavg: 2.72 4.50 4.57 3/179 23216
/proc/meminfo: memFree=30342428/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=329032 CPUtime=102.3
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 82025 0 0 0 10180 50 0 0 25 0 1 0 164605358 336928768 81745 4089446400 134512640 135752675 4291027824 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 82258 81745 144 303 0 81953 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 329032

[startup+162.3 s]
/proc/loadavg: 2.26 4.04 4.41 3/179 23218
/proc/meminfo: memFree=30161980/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=512592 CPUtime=162.29
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 127896 0 0 0 16161 68 0 0 25 0 1 0 164605358 524894208 127616 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 128148 127616 144 303 0 127843 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 512592

[startup+222.301 s]
/proc/loadavg: 2.09 3.67 4.25 3/179 23219
/proc/meminfo: memFree=30107388/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=563016 CPUtime=222.3
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 140683 0 0 0 22145 85 0 0 25 0 1 0 164605358 576528384 140300 4089446400 134512640 135752675 4291027824 18446744073709551615 134611769 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 140754 140300 146 303 0 140449 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 563016

[startup+282.301 s]
/proc/loadavg: 2.03 3.36 4.11 3/179 23221
/proc/meminfo: memFree=30041508/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=630756 CPUtime=282.3
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 157630 0 0 0 28126 104 0 0 25 0 1 0 164605358 645894144 157247 4089446400 134512640 135752675 4291027824 18446744073709551615 134611804 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 157689 157247 146 303 0 157384 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 630756

[startup+342.301 s]
/proc/loadavg: 2.01 3.11 3.98 3/179 23222
/proc/meminfo: memFree=29843680/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=826872 CPUtime=342.3
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 206641 0 0 0 34105 125 0 0 25 0 1 0 164605358 846716928 206258 4089446400 134512640 135752675 4291027824 18446744073709551615 134517414 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 206718 206258 146 303 0 206413 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 826872

[startup+402.3 s]
/proc/loadavg: 2.00 2.91 3.85 3/179 23224
/proc/meminfo: memFree=29651576/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=1021036 CPUtime=402.3
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 255172 0 0 0 40091 139 0 0 25 0 1 0 164605358 1045540864 254789 4089446400 134512640 135752675 4291027824 18446744073709551615 134611769 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 255259 254789 146 303 0 254954 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1021036

[startup+462.301 s]
/proc/loadavg: 2.00 2.74 3.73 3/179 23226
/proc/meminfo: memFree=29505608/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=1164636 CPUtime=462.3
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 291007 0 0 0 46077 153 0 0 25 0 1 0 164605358 1192587264 290624 4089446400 134512640 135752675 4291027824 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 291159 290624 146 303 0 290854 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1164636

[startup+522.301 s]
/proc/loadavg: 2.00 2.60 3.62 3/179 23227
/proc/meminfo: memFree=29411844/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=1259760 CPUtime=522.31
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 314766 0 0 0 52066 165 0 0 25 0 1 0 164605358 1289994240 314383 4089446400 134512640 135752675 4291027824 18446744073709551615 134611807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 314940 314383 146 303 0 314635 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1259760

[startup+582.3 s]
/proc/loadavg: 2.00 2.49 3.52 3/179 23229
/proc/meminfo: memFree=29285812/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=1384260 CPUtime=582.31
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 345872 0 0 0 58047 184 0 0 25 0 1 0 164605358 1417482240 345489 4089446400 134512640 135752675 4291027824 18446744073709551615 134611753 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 346065 345489 146 303 0 345760 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1384260

[startup+642.3 s]
/proc/loadavg: 2.00 2.40 3.42 3/179 23230
/proc/meminfo: memFree=29197128/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=1472116 CPUtime=642.32
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 367796 0 0 0 64034 198 0 0 25 0 1 0 164605358 1507446784 367413 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 368029 367413 146 303 0 367724 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1472116

[startup+702.301 s]

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

[startup+762.307 s]
/proc/loadavg: 2.00 2.26 3.24 3/179 23234
/proc/meminfo: memFree=28992644/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=1676724 CPUtime=762.32
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 418885 0 0 0 76003 229 0 0 25 0 1 0 164605358 1716965376 418502 4089446400 134512640 135752675 4291027824 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 419181 418502 146 303 0 418876 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1676724

[startup+822.3 s]
/proc/loadavg: 2.00 2.21 3.16 3/179 23235
/proc/meminfo: memFree=28854604/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=1815520 CPUtime=822.32
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 453533 0 0 0 81980 252 0 0 25 0 1 0 164605358 1859092480 453150 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 453880 453150 146 303 0 453575 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1815520

[startup+882.3 s]
/proc/loadavg: 2.00 2.17 3.08 3/179 23237
/proc/meminfo: memFree=28762432/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=1907060 CPUtime=882.31
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 476372 0 0 0 87967 264 0 0 25 0 1 0 164605358 1952829440 475989 4089446400 134512640 135752675 4291027824 18446744073709551615 134517428 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 476765 475989 146 303 0 476460 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1907060

[startup+942.301 s]
/proc/loadavg: 2.00 2.14 3.01 3/179 23238
/proc/meminfo: memFree=28662704/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=2008260 CPUtime=942.32
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 501660 0 0 0 93952 280 0 0 25 0 1 0 164605358 2056458240 501277 4089446400 134512640 135752675 4291027824 18446744073709551615 134611769 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 502065 501277 146 303 0 501760 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2008260

[startup+1002.3 s]
/proc/loadavg: 2.00 2.11 2.95 3/179 23240
/proc/meminfo: memFree=28532604/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=2136984 CPUtime=1002.32
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 533797 0 0 0 99933 299 0 0 25 0 1 0 164605358 2188271616 533414 4089446400 134512640 135752675 4291027824 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 534246 533414 146 303 0 533941 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2136984

[startup+1062.3 s]
/proc/loadavg: 2.00 2.09 2.89 3/179 23242
/proc/meminfo: memFree=28408460/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=2262112 CPUtime=1062.32
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 565025 0 0 0 105914 318 0 0 25 0 1 0 164605358 2316402688 564642 4089446400 134512640 135752675 4291027824 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 565528 564642 146 303 0 565223 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2262112

[startup+1122.3 s]
/proc/loadavg: 2.00 2.07 2.83 3/179 23243
/proc/meminfo: memFree=28280460/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=2389400 CPUtime=1122.32
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 596829 0 0 0 111895 337 0 0 25 0 1 0 164605358 2446745600 596446 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 597350 596446 146 303 0 597045 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2389400

[startup+1182.3 s]
/proc/loadavg: 2.00 2.05 2.77 3/179 23245
/proc/meminfo: memFree=28150476/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=2520992 CPUtime=1182.33
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 629715 0 0 0 117878 355 0 0 25 0 1 0 164605358 2581495808 629332 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 630248 629332 146 303 0 629943 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2520992

[startup+1242.3 s]
/proc/loadavg: 2.00 2.04 2.72 3/179 23246
/proc/meminfo: memFree=28050620/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=2617948 CPUtime=1242.32
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 653928 0 0 0 123862 370 0 0 25 0 1 0 164605358 2680778752 653545 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 654487 653545 146 303 0 654182 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2617948

[startup+1302.3 s]
/proc/loadavg: 2.00 2.03 2.67 3/179 23248
/proc/meminfo: memFree=27976324/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=2691848 CPUtime=1302.34
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 672330 0 0 0 129852 382 0 0 25 0 1 0 164605358 2756452352 671947 4089446400 134512640 135752675 4291027824 18446744073709551615 134611769 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 672962 671947 146 303 0 672657 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 2691848

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.63 3/179 23250
/proc/meminfo: memFree=27789064/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=2881332 CPUtime=1362.33
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 719650 0 0 0 135837 396 0 0 25 0 1 0 164605358 2950483968 719267 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 720333 719267 146 303 0 720028 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 2881332

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.59 3/179 23251
/proc/meminfo: memFree=27630936/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=3037300 CPUtime=1422.34
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 758621 0 0 0 141824 410 0 0 25 0 1 0 164605358 3110195200 758238 4089446400 134512640 135752675 4291027824 18446744073709551615 134611744 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 759325 758238 146 303 0 759020 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3037300

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.55 3/179 23253
/proc/meminfo: memFree=27472304/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=3197004 CPUtime=1482.33
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 798546 0 0 0 147810 423 0 0 25 0 1 0 164605358 3273732096 798163 4089446400 134512640 135752675 4291027824 18446744073709551615 134611807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 799251 798163 146 303 0 798946 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3197004

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.51 3/179 23254
/proc/meminfo: memFree=27288880/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=3378668 CPUtime=1542.33
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 843945 0 0 0 153795 438 0 0 25 0 1 0 164605358 3459756032 843562 4089446400 134512640 135752675 4291027824 18446744073709551615 134611796 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 844667 843562 146 303 0 844362 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3378668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.48 3/179 23256
/proc/meminfo: memFree=27072596/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=3598888 CPUtime=1602.34
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 899005 0 0 0 159778 456 0 0 25 0 1 0 164605358 3685261312 898622 4089446400 134512640 135752675 4291027824 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 899722 898622 146 303 0 899417 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 3598888

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.44 3/179 23258
/proc/meminfo: memFree=26903812/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=3763672 CPUtime=1662.34
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 940205 0 0 0 165764 470 0 0 25 0 1 0 164605358 3854000128 939822 4089446400 134512640 135752675 4291027824 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 940918 939822 146 303 0 940613 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 3763672



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1701.3 s]
/proc/loadavg: 2.00 2.00 2.42 3/179 23259
/proc/meminfo: memFree=26775212/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=3891272 CPUtime=1701.35
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4202496 972094 0 0 0 169656 479 0 0 25 0 1 0 164605358 3984662528 971711 4089446400 134512640 135752675 4291027824 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/23213/statm: 972818 971711 146 303 0 972513 0
Current children cumulated CPU time (s) 1701.35
Current children cumulated vsize (KiB) 3891272

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

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

[startup+1701.41 s]
/proc/loadavg: 2.00 2.00 2.42 3/179 23259
/proc/meminfo: memFree=26775212/32950928 swapFree=67111528/67111528
[pid=23213] ppid=23211 vsize=0 CPUtime=1701.45
/proc/23213/stat : 23213 (wbo1.4b) R 23211 23213 21667 0 -1 4203524 972094 0 0 0 169656 489 0 0 25 0 1 0 164605358 0 0 4089446400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/23213/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1701.45
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1701.43
CPU time (s): 1701.47
CPU user time (s): 1696.56
CPU system time (s): 4.91225
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3891272

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

runsolver used 3.08253 second user time and 6.08607 second system time

The end

Launcher Data

Begin job on node112 at 2010-06-30 11:26:58
IDJOB=2690307
IDBENCH=78677
IDSOLVER=1201
FILE ID=node112/2690307-1277890018
PBS_JOBID= 11197130
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-chnl50_60_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-2690307-1277890018/watcher-2690307-1277890018 -o /tmp/evaluation-result-2690307-1277890018/solver-2690307-1277890018 -C 1800 -W 2000 -M 3800  wbo1.4b -file-format=wbo -time-limit=1800 HOME/instance-2690307-1277890018.wbo

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

MD5SUM BENCH= e79d43742b4ee40954b18e2a5bb4c066
RANDOM SEED=1343121485

node112.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.827
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.65
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.827
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.827
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.827
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.73
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.827
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.827
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.827
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.827
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30667448 kB
Buffers:        171916 kB
Cached:        1874108 kB
SwapCached:          0 kB
Active:         597824 kB
Inactive:      1540448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30667448 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2748 kB
Writeback:           0 kB
AnonPages:       92636 kB
Mapped:          15452 kB
Slab:            80192 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   234372 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 node112 at 2010-06-30 11:55:22