Trace number 2680438

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.4b (fixed)? (TO) 1800.13 1800.58

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_025_area_delay.opb
MD5SUM573ccfe4a636c850c520c5c076507e65
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark40.9708
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of variables16199
Total number of constraints117024
Number of constraints which are clauses117024
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint250
Number of terms in the objective function 7971
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7971
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7971
Number of bits of the biggest sum of numbers13
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 opb file format. File HOME/instance-2680438-1277459873.opb.
0.00/0.00	c Instance file HOME/instance-2680438-1277459873.opb
0.00/0.00	c File size is 3997724 bytes.
0.59/0.64	c Highest Coefficient sum: 251
0.59/0.64	c ============================[ Problem Statistics ]=============================
0.59/0.64	c |                                                                             |
0.59/0.64	c |  Parsing time:          0.63         s                                      |
0.59/0.64	c |  Number Variables:      16199                                               |
0.59/0.64	c |  Number Clauses:        117024                                              |
0.59/0.64	c |  Number Cardinality:    0                                                   |
0.59/0.64	c |  Number PB Constraints: 0                                                   |
1.19/1.23	c ============================[ Search Statistics ]==============================
1.19/1.23	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.23	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1.19/1.23	c ===============================================================================
1.19/1.23	c |         0 |   16040   117178   323170 |    39008        0    nan |  0.000 % |
1.19/1.26	c ===============================================================================
1.19/1.26	c New solution: 32
1.19/1.26	o 32
1.19/1.26	c Elapsed CPU time: 1.21382 s	Remaining CPU time: 178.786 s
1.19/1.26	c ===============================================================================
1.19/1.26	c |         1 |   16040   117179   331141 |    39059        1     60 |  0.000 % |
1.39/1.45	c |       101 |   16040   117179   331141 |    42965      101    116 |  0.982 % |
1.39/1.48	c ===============================================================================
1.39/1.48	c New solution: 31
1.39/1.48	o 31
1.39/1.48	c Elapsed CPU time: 1.41379 s	Remaining CPU time: 178.586 s
1.39/1.48	c ===============================================================================
1.39/1.48	c |       105 |   16040   117180   339112 |    39060      105    118 |  0.982 % |
1.69/1.74	c |       205 |   16040   117180   339112 |    42966      205     87 |  0.982 % |
2.49/2.57	c |       355 |   16040   117180   339112 |    47262      355     89 |  0.982 % |
3.20/3.23	c |       580 |   16040   117180   339112 |    51988      580     84 |  0.982 % |
3.99/4.05	c |       917 |   16040   117180   339112 |    57187      917     83 |  0.982 % |
5.29/5.30	c |      1423 |   16040   117180   339112 |    62906     1423     83 |  0.982 % |
7.49/7.56	c |      2182 |   16040   117180   339112 |    69197     2182    102 |  0.982 % |
10.78/10.89	c |      3321 |   16040   117180   339112 |    76116     3321     92 |  0.982 % |
14.39/14.45	c |      5029 |   16040   117180   339112 |    83728     5029    102 |  0.982 % |
21.18/21.27	c |      7591 |   16040   117180   339112 |    92101     7591    103 |  0.982 % |
30.79/30.84	c |     11436 |   16040   117180   339112 |   101311    11436    126 |  0.982 % |
45.09/45.15	c |     17202 |   16040   117180   339112 |   111442    17202    113 |  0.982 % |
67.57/67.63	c |     25854 |   16040   117180   339112 |   122587    25854    129 |  0.982 % |
91.37/91.44	c |     38828 |   16040   117180   339112 |   134845    38828    130 |  0.982 % |
137.86/137.99	c |     58289 |   16040   117180   339112 |   148330    58289    148 |  0.982 % |
180.94/181.01	c There are 159 assigned variables. 2 in cost function.
182.94/183.05	c core #1
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 236	Core Weight: 1	Total Weight: 3
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #2
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 31	Core Weight: 1	Total Weight: 4
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #3
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 127	Core Weight: 1	Total Weight: 5
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #4
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 7	Core Weight: 1	Total Weight: 6
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #5
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 466	Core Weight: 1	Total Weight: 7
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #6
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 127	Core Weight: 1	Total Weight: 8
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #7
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 63	Core Weight: 1	Total Weight: 9
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #8
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 121	Core Weight: 1	Total Weight: 10
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #9
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 61	Core Weight: 1	Total Weight: 11
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #10
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 126	Core Weight: 1	Total Weight: 12
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #11
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 14	Core Weight: 1	Total Weight: 13
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #12
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 15	Core Weight: 1	Total Weight: 14
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #13
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 62	Core Weight: 1	Total Weight: 15
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #14
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 31	Core Weight: 1	Total Weight: 16
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #15
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 5	Core Weight: 1	Total Weight: 17
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #16
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 29	Core Weight: 1	Total Weight: 18
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #17
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 15	Core Weight: 1	Total Weight: 19
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #18
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 31	Core Weight: 1	Total Weight: 20
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #19
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 1584	Core Weight: 1	Total Weight: 21
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c core #20
182.94/183.05	c 
182.94/183.05	c 
182.94/183.05	c Core size: 3041	Core Weight: 1	Total Weight: 22
182.94/183.05	c
182.94/183.05	c
182.94/183.05	c ============================[ Search Statistics ]==============================
182.94/183.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.94/183.05	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.94/183.05	c ===============================================================================
182.94/183.05	c |         0 |    8126   123172   115176 |    41057        0    nan |  0.000 % |
183.24/183.32	c ===============================================================================
183.34/183.43	c core #21
183.34/183.43	c 
183.34/183.43	c 
183.34/183.43	c Core size: 3679	Core Weight: 1	Total Weight: 23
183.34/183.43	c
183.34/183.43	c
183.34/183.43	c ============================[ Search Statistics ]==============================
183.34/183.43	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
183.34/183.43	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
183.34/183.43	c ===============================================================================
183.34/183.43	c |         0 |   11845   123173   148479 |    41057        0    nan |  0.000 % |
183.45/183.56	c |       102 |   11845   123173   148479 |    45163      102    262 | 43.031 % |
183.95/184.08	c |       252 |   11845   123173   148479 |    49679      252    329 | 43.031 % |
184.75/184.81	c |       478 |   11845   123173   148479 |    54647      478    247 | 43.031 % |
185.94/186.04	c |       815 |   11845   123173   148479 |    60112      815    219 | 43.031 % |
188.13/188.24	c |      1322 |   11845   123173   148479 |    66123     1322    202 | 43.031 % |
190.14/190.27	c |      2082 |   11844   123173   148479 |    72736     2079    217 | 43.036 % |
193.03/193.13	c ===============================================================================
193.13/193.28	c core #22
193.13/193.28	c 
193.13/193.28	c 
193.13/193.28	c Core size: 3034	Core Weight: 1	Total Weight: 24
193.13/193.28	c
193.13/193.28	c
193.13/193.28	c ============================[ Search Statistics ]==============================
193.13/193.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
193.13/193.28	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
193.13/193.28	c ===============================================================================
193.13/193.28	c |         0 |   14891   123174   155144 |    41058        0    nan |  0.000 % |
193.43/193.52	c |       100 |   14891   123174   155144 |    45163      100    211 | 37.441 % |
194.12/194.24	c |       250 |   14891   123174   155144 |    49680      250    220 | 37.441 % |
194.73/194.83	c |       476 |   14891   123174   155144 |    54648      476    195 | 37.441 % |
196.53/196.66	c |       813 |   14891   123174   155144 |    60113      813    305 | 37.441 % |
198.93/199.00	c |      1320 |   14891   123174   155144 |    66124     1320    443 | 37.441 % |
200.62/200.71	c |      2081 |   14891   123174   155144 |    72736     2081    376 | 37.441 % |
204.43/204.56	c |      3220 |   14891   123174   155144 |    80010     3220    384 | 37.441 % |
210.13/210.29	c |      4930 |   14891   123174   155144 |    88011     4930    361 | 37.441 % |
221.03/221.14	c |      7492 |   14891   123174   155144 |    96812     7492    451 | 37.441 % |
235.72/235.82	c |     11338 |   14891   123174   155144 |   106493    11338    460 | 37.441 % |
257.91/258.03	c |     17108 |   14891   123174   155144 |   117143    17108    450 | 37.441 % |
299.70/299.80	c |     25758 |   14891   123174   155144 |   128857    25758    515 | 37.441 % |
362.09/362.25	c |     38735 |   14891   123174   155144 |   141743    38735    594 | 37.441 % |
533.25/533.50	c |     58196 |   14891   123174   155144 |   155917    58196    651 | 37.441 % |
812.27/812.50	c |     87390 |   14891   123174   155144 |   171509    87390    746 | 37.441 % |
1242.07/1242.43	c |    131188 |   14891   123174   155144 |   188660   131188    856 | 37.441 % |

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-2680438-1277459873/watcher-2680438-1277459873 -o /tmp/evaluation-result-2680438-1277459873/solver-2680438-1277459873 -C 1800 -W 2000 -M 1800 wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2680438-1277459873.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.93 3/107 22696
/proc/meminfo: memFree=1791456/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=7352 CPUtime=0
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 459 0 0 0 0 0 0 0 15 0 1 0 119643075 7528448 378 1992294400 134512640 135752675 4292673392 18446744073709551615 135205766 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 1838 380 135 303 0 556 0

[startup+0.0904281 s]
/proc/loadavg: 1.00 1.00 0.93 3/107 22696
/proc/meminfo: memFree=1791456/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=9840 CPUtime=0.08
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 1172 0 0 0 8 0 0 0 17 0 1 0 119643075 10076160 1091 1992294400 134512640 135752675 4292673392 18446744073709551615 135193094 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 2460 1092 261 303 0 1178 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9840

[startup+0.101428 s]
/proc/loadavg: 1.00 1.00 0.93 3/107 22696
/proc/meminfo: memFree=1791456/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=9972 CPUtime=0.09
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 1220 0 0 0 9 0 0 0 17 0 1 0 119643075 10211328 1139 1992294400 134512640 135752675 4292673392 18446744073709551615 135211797 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 2493 1140 277 303 0 1211 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9972

[startup+0.301446 s]
/proc/loadavg: 1.00 1.00 0.93 3/107 22696
/proc/meminfo: memFree=1791456/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=12136 CPUtime=0.3
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 2045 0 0 0 29 1 0 0 17 0 1 0 119643075 12427264 1964 1992294400 134512640 135752675 4292673392 18446744073709551615 135209705 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 3034 1965 578 303 0 1752 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 12136

[startup+0.701482 s]
/proc/loadavg: 1.00 1.00 0.93 3/107 22696
/proc/meminfo: memFree=1791456/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=16672 CPUtime=0.69
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 4774 0 0 0 67 2 0 0 17 0 1 0 119643075 17072128 3618 1992294400 134512640 135752675 4292673392 18446744073709551615 135010164 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 4168 3618 141 303 0 3863 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16672

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22697
/proc/meminfo: memFree=1776444/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=17652 CPUtime=1.49
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 5039 0 0 0 142 7 0 0 18 0 1 0 119643075 18075648 3883 1992294400 134512640 135752675 4292673392 18446744073709551615 134605224 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 4413 3883 145 303 0 4108 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17652

[startup+3.1007 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22697
/proc/meminfo: memFree=1776196/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=17652 CPUtime=3.09
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 5039 0 0 0 301 8 0 0 21 0 1 0 119643075 18075648 3883 1992294400 134512640 135752675 4292673392 18446744073709551615 134519021 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 4413 3883 145 303 0 4108 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17652

[startup+6.30098 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22697
/proc/meminfo: memFree=1775948/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=17652 CPUtime=6.29
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 5039 0 0 0 619 10 0 0 25 0 1 0 119643075 18075648 3883 1992294400 134512640 135752675 4292673392 18446744073709551615 134638061 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 4413 3883 145 303 0 4108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17652

[startup+12.7006 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22697
/proc/meminfo: memFree=1775948/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=17652 CPUtime=12.69
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 5039 0 0 0 1256 13 0 0 25 0 1 0 119643075 18075648 3883 1992294400 134512640 135752675 4292673392 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 4413 3883 145 303 0 4108 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17652

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22697
/proc/meminfo: memFree=1774832/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=19112 CPUtime=25.48
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 5394 0 0 0 2529 19 0 0 25 0 1 0 119643075 19570688 4238 1992294400 134512640 135752675 4292673392 18446744073709551615 134518941 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 4778 4238 145 303 0 4473 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19112

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22697
/proc/meminfo: memFree=1769004/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=24996 CPUtime=51.08
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 6855 0 0 0 5076 32 0 0 25 0 1 0 119643075 25595904 5699 1992294400 134512640 135752675 4292673392 18446744073709551615 134605428 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 6249 5699 145 303 0 5944 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24996

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22699
/proc/meminfo: memFree=1751892/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=41788 CPUtime=102.27
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 11040 0 0 0 10169 58 0 0 25 0 1 0 119643075 42790912 9884 1992294400 134512640 135752675 4292673392 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 10447 9884 145 303 0 10142 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 41788

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22701
/proc/meminfo: memFree=1729200/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=64732 CPUtime=162.25
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 16767 0 0 0 16138 87 0 0 25 0 1 0 119643075 66285568 15611 1992294400 134512640 135752675 4292673392 18446744073709551615 134638063 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 16183 15611 145 303 0 15878 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 64732

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22712
/proc/meminfo: memFree=1716552/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=75368 CPUtime=222.22
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 20450 0 0 0 22112 110 0 0 25 0 1 0 119643075 77176832 18413 1992294400 134512640 135752675 4292673392 18446744073709551615 134611796 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 18842 18413 146 303 0 18537 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 75368

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22714
/proc/meminfo: memFree=1716676/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=75368 CPUtime=282.21
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 20454 0 0 0 28100 121 0 0 25 0 1 0 119643075 77176832 18417 1992294400 134512640 135752675 4292673392 18446744073709551615 134639477 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 18842 18417 146 303 0 18537 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 75368

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22714
/proc/meminfo: memFree=1693736/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=99276 CPUtime=342.19
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 26413 0 0 0 34081 138 0 0 25 0 1 0 119643075 101658624 24376 1992294400 134512640 135752675 4292673392 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 24819 24376 146 303 0 24514 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 99276

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22716
/proc/meminfo: memFree=1659016/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=134720 CPUtime=402.18
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 35228 0 0 0 40062 156 0 0 25 0 1 0 119643075 137953280 33191 1992294400 134512640 135752675 4292673392 18446744073709551615 134518477 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 33680 33191 146 303 0 33375 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 134720

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22718
/proc/meminfo: memFree=1631240/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=161748 CPUtime=462.16
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 41961 0 0 0 46046 170 0 0 25 0 1 0 119643075 165629952 39924 1992294400 134512640 135752675 4292673392 18446744073709551615 134518941 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 40437 39924 146 303 0 40132 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 161748

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22720
/proc/meminfo: memFree=1613632/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=179848 CPUtime=522.15
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 46495 0 0 0 52033 182 0 0 25 0 1 0 119643075 184164352 44458 1992294400 134512640 135752675 4292673392 18446744073709551615 134518934 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 44962 44458 146 303 0 44657 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 179848

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22722
/proc/meminfo: memFree=1594908/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=198436 CPUtime=582.13
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 51073 0 0 0 58019 194 0 0 25 0 1 0 119643075 203198464 49036 1992294400 134512640 135752675 4292673392 18446744073709551615 134611992 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 49609 49036 146 303 0 49304 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 198436

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22722
/proc/meminfo: memFree=1572960/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=220228 CPUtime=642.13
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 56479 0 0 0 64008 205 0 0 25 0 1 0 119643075 225513472 54442 1992294400 134512640 135752675 4292673392 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 55057 54442 146 303 0 54752 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 220228

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22730
/proc/meminfo: memFree=1455780/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=337388 CPUtime=882.06
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 85712 0 0 0 87948 258 0 0 25 0 1 0 119643075 345485312 83675 1992294400 134512640 135752675 4292673392 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 84347 83675 146 303 0 84042 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 337388

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22730
/proc/meminfo: memFree=1418084/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=375452 CPUtime=942.05
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 95237 0 0 0 93934 271 0 0 25 0 1 0 119643075 384462848 93200 1992294400 134512640 135752675 4292673392 18446744073709551615 134518464 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 93863 93200 146 303 0 93558 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 375452

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22732
/proc/meminfo: memFree=1385720/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=407372 CPUtime=1002.04
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 103195 0 0 0 99917 287 0 0 25 0 1 0 119643075 417148928 101158 1992294400 134512640 135752675 4292673392 18446744073709551615 134519008 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 101843 101158 146 303 0 101538 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 407372

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22734
/proc/meminfo: memFree=1366252/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=426688 CPUtime=1062.02
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 108018 0 0 0 105904 298 0 0 25 0 1 0 119643075 436928512 105981 1992294400 134512640 135752675 4292673392 18446744073709551615 134517425 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 106672 105981 146 303 0 106367 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 426688

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22736
/proc/meminfo: memFree=1339096/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=454040 CPUtime=1122
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 114848 0 0 0 111885 315 0 0 25 0 1 0 119643075 464936960 112811 1992294400 134512640 135752675 4292673392 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 113510 112811 146 303 0 113205 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 454040

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22738
/proc/meminfo: memFree=1309088/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=484424 CPUtime=1181.99
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 122461 0 0 0 117871 328 0 0 25 0 1 0 119643075 496050176 120424 1992294400 134512640 135752675 4292673392 18446744073709551615 134611769 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 121106 120424 146 303 0 120801 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 484424

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22738
/proc/meminfo: memFree=1288380/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=504108 CPUtime=1241.97
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 127395 0 0 0 123861 336 0 0 25 0 1 0 119643075 516206592 125358 1992294400 134512640 135752675 4292673392 18446744073709551615 134518464 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 126027 125358 146 303 0 125722 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 504108

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22740
/proc/meminfo: memFree=1272632/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=519628 CPUtime=1301.97
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 131275 0 0 0 129853 344 0 0 25 0 1 0 119643075 532099072 129238 1992294400 134512640 135752675 4292673392 18446744073709551615 134518941 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 129907 129238 146 303 0 129602 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 519628

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22742
/proc/meminfo: memFree=1259612/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=533256 CPUtime=1361.94
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 134580 0 0 0 135844 350 0 0 25 0 1 0 119643075 546054144 132543 1992294400 134512640 135752675 4292673392 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 133314 132543 146 303 0 133009 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 533256

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22744
/proc/meminfo: memFree=1244980/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=547728 CPUtime=1421.94
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 138177 0 0 0 141836 358 0 0 25 0 1 0 119643075 560873472 136140 1992294400 134512640 135752675 4292673392 18446744073709551615 134611597 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 136932 136140 146 303 0 136627 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 547728

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22746
/proc/meminfo: memFree=1231960/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=560876 CPUtime=1481.92
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 141475 0 0 0 147828 364 0 0 25 0 1 0 119643075 574337024 139438 1992294400 134512640 135752675 4292673392 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 140219 139438 146 303 0 139914 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 560876

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22746
/proc/meminfo: memFree=1218816/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=573924 CPUtime=1541.91
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 144721 0 0 0 153821 370 0 0 25 0 1 0 119643075 587698176 142684 1992294400 134512640 135752675 4292673392 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 143481 142684 146 303 0 143176 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 573924

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22748
/proc/meminfo: memFree=1200960/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=592152 CPUtime=1601.88
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 149282 0 0 0 159811 377 0 0 25 0 1 0 119643075 606363648 147245 1992294400 134512640 135752675 4292673392 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 148038 147245 146 303 0 147733 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 592152

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22750
/proc/meminfo: memFree=1174796/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=617868 CPUtime=1661.87
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 155683 0 0 0 165799 388 0 0 25 0 1 0 119643075 632696832 153646 1992294400 134512640 135752675 4292673392 18446744073709551615 134640701 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 154467 153646 146 303 0 154162 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 617868

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22752
/proc/meminfo: memFree=1149500/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=643732 CPUtime=1721.86
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 162130 0 0 0 171787 399 0 0 25 0 1 0 119643075 659181568 160093 1992294400 134512640 135752675 4292673392 18446744073709551615 134639428 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 160933 160094 146 303 0 160628 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 643732

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22754
/proc/meminfo: memFree=1115152/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=677196 CPUtime=1781.84
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 170516 0 0 0 177774 410 0 0 25 0 1 0 119643075 693448704 168479 1992294400 134512640 135752675 4292673392 18446744073709551615 134516977 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 169299 168479 146 303 0 168994 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 677196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22754
/proc/meminfo: memFree=1109448/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=682800 CPUtime=1800.05
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 171901 0 0 0 179592 413 0 0 25 0 1 0 119643075 699187200 169864 1992294400 134512640 135752675 4292673392 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 170700 169864 146 303 0 170395 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 682800

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/108 22754
/proc/meminfo: memFree=1109448/2059040 swapFree=4139780/4192956
[pid=22696] ppid=22694 vsize=682800 CPUtime=1800.05
/proc/22696/stat : 22696 (wbo1.4b) R 22694 22696 22155 0 -1 4202496 171901 0 0 0 179592 413 0 0 25 0 1 0 119643075 699187200 169864 1992294400 134512640 135752675 4292673392 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22696/statm: 170700 169864 146 303 0 170395 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 682800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.58
CPU time (s): 1800.13
CPU user time (s): 1795.92
CPU system time (s): 4.20436
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 682800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.92
system time used= 4.20436
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171901
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= 5
involuntary context switches= 2408

runsolver used 2.88356 second user time and 8.60469 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-25 11:57:53
IDJOB=2680438
IDBENCH=25000
IDSOLVER=1190
FILE ID=node025/2680438-1277459873
PBS_JOBID= 11188139
Free space on /tmp= 62320 MiB

SOLVER NAME= wbo 1.4b (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_025_area_delay.opb
COMMAND LINE= wbo1.4b -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2680438-1277459873/watcher-2680438-1277459873 -o /tmp/evaluation-result-2680438-1277459873/solver-2680438-1277459873 -C 1800 -W 2000 -M 1800  wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2680438-1277459873.opb

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

MD5SUM BENCH= 573ccfe4a636c850c520c5c076507e65
RANDOM SEED=1776308948

node025.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1791984 kB
Buffers:         31828 kB
Cached:         130080 kB
SwapCached:       5912 kB
Active:          69540 kB
Inactive:       106352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1791984 kB
SwapTotal:     4192956 kB
SwapFree:      4139780 kB
Dirty:            6616 kB
Writeback:           0 kB
AnonPages:       12560 kB
Mapped:          11904 kB
Slab:            69024 kB
PageTables:       4256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62320 MiB
End job on node025 at 2010-06-25 12:27:56