Trace number 3460709

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.6? (TO) 1800.17 1800.18

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUMa7af672db5daf9bd21f1768f531add6b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1800.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
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 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
Number of bits of the biggest sum of numbers11
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.6 beta - 20110321
0.00/0.00	c Parsing opb file format. File HOME/instance-3460709-1307108814.opb.
0.00/0.00	c Instance file HOME/instance-3460709-1307108814.opb
0.00/0.00	c File size is 2416408 bytes.
0.09/0.16	c Highest Coefficient sum: 1442
0.09/0.16	c ============================[ Problem Statistics ]=============================
0.09/0.16	c |                                                                             |
0.09/0.16	c |  Parsing time:          0.15         s                                      |
0.09/0.16	c |  Number Variables:      21320                                               |
0.09/0.16	c |  Number Clauses:        79745                                               |
0.09/0.16	c |  Number Cardinality:    1                                                   |
0.09/0.16	c |  Number PB Constraints: 0                                                   |
0.09/0.19	c ============================[ Search Statistics ]==============================
0.09/0.19	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.19	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.09/0.19	c ===============================================================================
0.09/0.19	c |         0 |   21315    79746   201478 |    26582        0   -nan |  0.000 % |
0.29/0.39	c core #1
0.29/0.39	c 
0.29/0.39	c 
0.29/0.39	c Core size: 161	Core Weight: 1	Total Weight: 6
0.29/0.39	c Current CPU time: 0.211967 s
0.29/0.39	c
0.29/0.39	c core #2
0.29/0.39	c 
0.29/0.39	c 
0.29/0.39	c Core size: 169	Core Weight: 1	Total Weight: 7
0.29/0.39	c Current CPU time: 0.238963 s
0.29/0.39	c
0.29/0.39	c core #3
0.29/0.39	c 
0.29/0.39	c 
0.29/0.39	c Core size: 727	Core Weight: 1	Total Weight: 8
0.29/0.39	c Current CPU time: 0.270958 s
0.29/0.39	c
0.29/0.39	c core #4
0.29/0.39	c 
0.29/0.39	c 
0.29/0.39	c Core size: 359	Core Weight: 1	Total Weight: 9
0.29/0.39	c Current CPU time: 0.302953 s
0.29/0.39	c
0.29/0.39	c core #5
0.29/0.39	c 
0.29/0.39	c 
0.29/0.39	c Core size: 748	Core Weight: 1	Total Weight: 10
0.29/0.39	c Current CPU time: 0.337948 s
0.29/0.39	c
0.29/0.39	c ============================[ Search Statistics ]==============================
0.29/0.39	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.39	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.29/0.39	c ===============================================================================
0.29/0.39	c |         0 |   16449    81123   199229 |    27041        0   -nan |  0.000 % |
0.39/0.45	c |       102 |   16368    81123   199229 |    29745      102    354 | 28.056 % |
0.49/0.54	c |       252 |   14101    81123   199229 |    32719      252    339 | 36.133 % |
0.69/0.70	c ===============================================================================
0.69/0.74	c core #6
0.69/0.74	c 
0.69/0.74	c 
0.69/0.74	c Core size: 3710	Core Weight: 1	Total Weight: 11
0.69/0.74	c Current CPU time: 0.683896 s
0.69/0.74	c
0.69/0.74	c ============================[ Search Statistics ]==============================
0.69/0.74	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.74	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.69/0.74	c ===============================================================================
0.69/0.74	c |         0 |   23058    81124   206361 |    27041        0   -nan |  0.000 % |
0.69/0.77	c |       100 |   23056    81124   206361 |    29745      100    243 |  0.078 % |
0.79/0.80	c |       250 |   22986    81124   206361 |    32720      250    160 |  0.425 % |
0.79/0.85	c |       481 |   22860    81124   206361 |    35992      481    127 |  0.989 % |
0.89/0.92	c ===============================================================================
0.89/0.96	c core #7
0.89/0.96	c 
0.89/0.96	c 
0.89/0.96	c Core size: 295	Core Weight: 1	Total Weight: 12
0.89/0.96	c Current CPU time: 0.903862 s
0.89/0.96	c
0.89/0.96	c ============================[ Search Statistics ]==============================
0.89/0.96	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.96	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.89/0.96	c ===============================================================================
0.89/0.96	c |         0 |   23175    81125   206595 |    27041        0   -nan |  0.000 % |
0.99/1.02	c |       102 |   23172    81125   206595 |    29745      102    262 |  0.035 % |
0.99/1.12	c |       252 |   23006    81125   206595 |    32720      252    177 |  0.755 % |
1.19/1.26	c |       478 |   22916    81125   206595 |    35992      478    259 |  1.139 % |
1.39/1.49	c |       815 |   22816    81125   206595 |    39591      815    285 |  2.006 % |
1.79/1.84	c |      1322 |   22638    81125   206595 |    43550     1322    333 |  2.338 % |
2.29/2.31	c |      2082 |   22566    81125   206595 |    47905     2082    324 |  2.649 % |
3.49/3.59	c |      3221 |   22522    81125   206595 |    52696     3221    637 |  2.843 % |
4.41/4.46	c ===============================================================================
4.49/4.52	c core #8
4.49/4.52	c 
4.49/4.52	c 
4.49/4.52	c Core size: 1688	Core Weight: 1	Total Weight: 13
4.49/4.52	c Current CPU time: 4.39133 s
4.49/4.52	c
4.49/4.52	c ============================[ Search Statistics ]==============================
4.49/4.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.49/4.52	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
4.49/4.52	c ===============================================================================
4.49/4.52	c |         0 |   24460    81127   209167 |    27042        0   -nan |  0.000 % |
4.49/4.58	c |       102 |   24460    81127   209167 |    29746      102    421 |  0.020 % |
4.69/4.72	c |       252 |   24460    81127   209167 |    32721      252    568 |  0.020 % |
4.89/4.90	c |       477 |   24460    81127   209167 |    35993      477    631 |  0.020 % |
5.09/5.14	c |       814 |   24460    81127   209167 |    39592      814    393 |  0.020 % |
5.29/5.35	c |      1321 |   24460    81127   209167 |    43551     1321    619 |  0.020 % |
5.79/5.86	c |      2082 |   24460    81127   209167 |    47907     2082    511 |  0.020 % |
6.39/6.48	c |      3221 |   24460    81127   209167 |    52697     3221    445 |  0.020 % |
7.60/7.65	c |      4930 |   24460    81127   209167 |    57967     4930    471 |  0.020 % |
8.99/9.00	c |      7495 |   24460    81127   209167 |    63764     7495    451 |  0.020 % |
11.79/11.86	c |     11341 |   24460    81127   209167 |    70140    11341    593 |  0.020 % |
16.69/16.76	c |     17107 |   24460    81127   209167 |    77154    17107    710 |  0.020 % |
31.91/31.96	c |     25759 |   24460    81127   209167 |    84870    25759   1402 |  0.020 % |
59.09/59.13	c |     38736 |   24459    81127   209167 |    93357    38736   1747 |  0.025 % |
117.50/117.51	c |     58197 |   24459    81127   209167 |   102693    58197   2006 |  0.025 % |
188.30/188.37	c |     87404 |   24459    81127   209167 |   112962    87404   2119 |  0.025 % |
294.50/294.50	c |    131194 |   24456    81127   209167 |   124258    42748    895 |  0.037 % |
445.00/445.04	c |    196878 |   24455    81127   209167 |   136684   108432   1405 |  0.041 % |
538.71/538.76	c ===============================================================================
545.40/545.50	c core #9
545.40/545.50	c 
545.40/545.50	c 
545.40/545.50	c Core size: 1394	Core Weight: 1	Total Weight: 14
545.40/545.50	c Current CPU time: 543.799 s
545.40/545.50	c
545.40/545.50	c ============================[ Search Statistics ]==============================
545.40/545.50	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
545.40/545.50	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
545.40/545.50	c ===============================================================================
545.40/545.50	c |         0 |   25843    81162   212001 |    27054        0   -nan |  0.000 % |
545.51/545.57	c |       100 |   25843    81162   212001 |    29759      100    287 |  0.019 % |
545.51/545.61	c |       251 |   25843    81162   212001 |    32735      251    307 |  0.019 % |
545.70/545.71	c |       476 |   25843    81162   212001 |    36008      476    472 |  0.019 % |
545.90/545.91	c |       813 |   25843    81162   212001 |    39609      813    438 |  0.019 % |
546.31/546.32	c |      1319 |   25843    81162   212001 |    43570     1319    618 |  0.019 % |
546.50/546.60	c |      2078 |   25843    81162   212001 |    47927     2078    484 |  0.019 % |
547.41/547.45	c |      3219 |   25843    81162   212001 |    52720     3219    452 |  0.019 % |
548.30/548.32	c |      4929 |   25843    81162   212001 |    57992     4929    566 |  0.019 % |
550.02/550.08	c |      7494 |   25843    81162   212001 |    63791     7494    829 |  0.019 % |
552.90/552.97	c |     11341 |   25843    81162   212001 |    70171    11341    850 |  0.019 % |
559.92/559.97	c |     17107 |   25843    81162   212001 |    77188    17107   1244 |  0.019 % |
569.71/569.72	c |     25756 |   25843    81162   212001 |    84907    25756   1305 |  0.019 % |
589.11/589.19	c |     38730 |   25843    81162   212001 |    93397    38730   1487 |  0.019 % |
659.81/659.89	c |     58191 |   25843    81162   212001 |   102737    58191   2383 |  0.019 % |
715.81/715.80	c |     87384 |   25843    81162   212001 |   113011    87384   2214 |  0.019 % |
785.11/785.10	c |    131175 |   25843    81162   212001 |   124312    31375   1112 |  0.019 % |
866.31/866.38	c |    196860 |   25843    81162   212001 |   136743    97060   1018 |  0.019 % |
1142.22/1142.22	c |    295399 |   25843    81162   212001 |   150418    73180   2004 |  0.019 % |
1608.38/1608.44	c |    443191 |   25843    81162   212001 |   165459    87249   1461 |  0.019 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3460709-1307108814/watcher-3460709-1307108814 -o /tmp/evaluation-result-3460709-1307108814/solver-3460709-1307108814 -C 1800 -W 1900 -M 15500 wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3460709-1307108814.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.04 2.01 2/535 10444
/proc/meminfo: memFree=25002920/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=5468 CPUtime=0 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 570 0 0 0 0 0 0 0 25 0 1 0 803297722 5599232 524 33554432000 4194304 5714214 140735535832928 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 1367 524 188 372 0 402 0

[startup+0.0382461 s]
/proc/loadavg: 2.10 2.04 2.01 2/535 10444
/proc/meminfo: memFree=25002920/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=7720 CPUtime=0.03 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 1176 0 0 0 3 0 0 0 25 0 1 0 803297722 7905280 1130 33554432000 4194304 5714214 140735535832928 18446744073709551615 4970426 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 1930 1132 294 372 0 965 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7720

[startup+0.100251 s]
/proc/loadavg: 2.10 2.04 2.01 2/535 10444
/proc/meminfo: memFree=25002920/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=12268 CPUtime=0.09 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 2493 0 0 0 9 0 0 0 25 0 1 0 803297722 12562432 2414 33554432000 4194304 5714214 140735535832928 18446744073709551615 4228544 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 3067 2415 523 372 0 2102 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12268

[startup+0.301218 s]
/proc/loadavg: 2.10 2.04 2.01 2/535 10444
/proc/meminfo: memFree=25002920/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=36952 CPUtime=0.29 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 10542 0 0 0 28 1 0 0 18 0 1 0 803297722 37838848 8699 33554432000 4194304 5714214 140735535832928 18446744073709551615 4345930 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 9238 8699 176 372 0 8863 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36952

[startup+0.701153 s]
/proc/loadavg: 2.10 2.04 2.01 2/535 10444
/proc/meminfo: memFree=25002920/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=38312 CPUtime=0.69 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 11232 0 0 0 67 2 0 0 18 0 1 0 803297722 39231488 9079 33554432000 4194304 5714214 140735535832928 18446744073709551615 4327563 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 9578 9079 179 372 0 9203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38312

[startup+1.501 s]
/proc/loadavg: 2.10 2.04 2.01 3/536 10445
/proc/meminfo: memFree=24965092/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=39288 CPUtime=1.49 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 11574 0 0 0 144 5 0 0 19 0 1 0 803297722 40230912 9421 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319243 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 9822 9421 180 372 0 9447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39288

[startup+3.10071 s]
/proc/loadavg: 2.10 2.04 2.00 3/536 10445
/proc/meminfo: memFree=24963976/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=39288 CPUtime=3.09 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 11574 0 0 0 302 7 0 0 24 0 1 0 803297722 40230912 9421 33554432000 4194304 5714214 140735535832928 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 9822 9421 180 372 0 9447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39288

[startup+6.30114 s]
/proc/loadavg: 2.10 2.04 2.00 4/536 10445
/proc/meminfo: memFree=24951124/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=51020 CPUtime=6.29 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 14387 0 0 0 616 13 0 0 25 0 1 0 803297722 52244480 12234 33554432000 4194304 5714214 140735535832928 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 12755 12234 180 372 0 12380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51020

[startup+12.701 s]
/proc/loadavg: 2.08 2.04 2.00 4/536 10445
/proc/meminfo: memFree=24936876/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=61892 CPUtime=12.69 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 17163 0 0 0 1249 20 0 0 25 0 1 0 803297722 63377408 15010 33554432000 4194304 5714214 140735535832928 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 15473 15010 180 372 0 15098 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61892

[startup+25.5007 s]
/proc/loadavg: 2.07 2.04 2.00 4/536 10445
/proc/meminfo: memFree=24847444/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=145420 CPUtime=25.49 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 38042 0 0 0 2523 26 0 0 25 0 1 0 803297722 148910080 35889 33554432000 4194304 5714214 140735535832928 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 36355 35889 180 372 0 35980 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 145420

[startup+51.1011 s]
/proc/loadavg: 2.11 2.05 2.01 3/536 10446
/proc/meminfo: memFree=24711384/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=281600 CPUtime=51.09 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 72095 0 0 0 5068 41 0 0 25 0 1 0 803297722 288358400 69942 33554432000 4194304 5714214 140735535832928 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 70400 69942 180 372 0 70025 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 281600

[startup+102.32 s]
/proc/loadavg: 2.04 2.04 2.00 4/536 10447
/proc/meminfo: memFree=24521944/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=460948 CPUtime=102.31 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 116883 0 0 0 10171 60 0 0 25 0 1 0 803297722 472010752 114730 33554432000 4194304 5714214 140735535832928 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 115237 114730 180 372 0 114862 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 460948

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 10449
/proc/meminfo: memFree=24295720/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=673368 CPUtime=162.29 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 169863 0 0 0 16150 79 0 0 25 0 1 0 803297722 689528832 167710 33554432000 4194304 5714214 140735535832928 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 168342 167710 180 372 0 167967 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 673368

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 10451
/proc/meminfo: memFree=24046316/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=877884 CPUtime=222.3 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 220778 0 0 0 22132 98 0 0 25 0 1 0 803297722 898953216 218625 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 219471 218625 180 372 0 219096 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 877884

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 4/536 10452
/proc/meminfo: memFree=23900448/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1002696 CPUtime=282.3 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 251901 0 0 0 28118 112 0 0 25 0 1 0 803297722 1026760704 249748 33554432000 4194304 5714214 140735535832928 18446744073709551615 4200720 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250674 249748 180 372 0 250299 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1002696

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/536 10454
/proc/meminfo: memFree=23845596/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1002696 CPUtime=342.3 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 251907 0 0 0 34105 125 0 0 25 0 1 0 803297722 1026760704 249754 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250674 249754 180 372 0 250299 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1002696

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/536 10455
/proc/meminfo: memFree=23842212/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1002696 CPUtime=402.3 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 251954 0 0 0 40097 133 0 0 25 0 1 0 803297722 1026760704 249801 33554432000 4194304 5714214 140735535832928 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250674 249801 180 372 0 250299 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1002696

[startup+462.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/536 10457
/proc/meminfo: memFree=23840284/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1002696 CPUtime=462.3 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 251960 0 0 0 46091 139 0 0 25 0 1 0 803297722 1026760704 249807 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250674 249807 180 372 0 250299 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1002696

[startup+522.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/536 10458
/proc/meminfo: memFree=23840004/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1002696 CPUtime=522.3 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 252018 0 0 0 52081 149 0 0 25 0 1 0 803297722 1026760704 249865 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250674 249865 180 372 0 250299 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1002696

[startup+582.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/536 10460
/proc/meminfo: memFree=23840820/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1001612 CPUtime=582.3 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 252061 0 0 0 58063 167 0 0 25 0 1 0 803297722 1025650688 249639 33554432000 4194304 5714214 140735535832928 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250403 249639 180 372 0 250028 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1001612

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 10477
/proc/meminfo: memFree=23789472/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1001612 CPUtime=882.32 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 252398 0 0 0 88022 210 0 0 25 0 1 0 803297722 1025650688 249976 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250403 249976 180 372 0 250028 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1001612

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 10479
/proc/meminfo: memFree=23754216/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1001612 CPUtime=942.32 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 252398 0 0 0 94015 217 0 0 25 0 1 0 803297722 1025650688 249976 33554432000 4194304 5714214 140735535832928 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250403 249976 180 372 0 250028 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1001612

[startup+1002.3 s]
/proc/loadavg: 2.08 2.02 2.01 4/536 10480
/proc/meminfo: memFree=23734588/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1001612 CPUtime=1002.31 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 252398 0 0 0 100007 224 0 0 25 0 1 0 803297722 1025650688 249976 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250403 249976 180 372 0 250028 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1001612

[startup+1062.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/536 10482
/proc/meminfo: memFree=23713596/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1001612 CPUtime=1062.31 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 252399 0 0 0 106002 229 0 0 25 0 1 0 803297722 1025650688 249977 33554432000 4194304 5714214 140735535832928 18446744073709551615 5070807 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250403 249977 180 372 0 250028 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1001612

[startup+1122.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/536 10484
/proc/meminfo: memFree=23712192/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1001612 CPUtime=1122.32 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 252399 0 0 0 111998 234 0 0 25 0 1 0 803297722 1025650688 249977 33554432000 4194304 5714214 140735535832928 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/10444/statm: 250403 249977 180 372 0 250028 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1001612

[startup+1182.3 s]
/proc/loadavg: 2.08 2.04 2.00 4/536 10485
/proc/meminfo: memFree=23712264/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1001612 CPUtime=1182.28 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 252399 0 0 0 117987 241 0 0 25 0 1 0 803297722 1025650688 249977 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319752 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/10444/statm: 250403 249977 180 372 0 250028 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 1001612

[startup+1242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 10487
/proc/meminfo: memFree=23648232/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1001612 CPUtime=1242.26 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 252399 0 0 0 123979 247 0 0 25 0 1 0 803297722 1025650688 249977 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 250403 249977 180 372 0 250028 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 1001612

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 10488
/proc/meminfo: memFree=23549856/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1100620 CPUtime=1302.27 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 277174 0 0 0 129970 257 0 0 25 0 1 0 803297722 1127034880 274752 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319446 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 275155 274752 180 372 0 274780 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 1100620

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 10490
/proc/meminfo: memFree=23411296/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1214404 CPUtime=1362.27 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 305497 0 0 0 135959 268 0 0 25 0 1 0 803297722 1243549696 303075 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 303601 303075 180 372 0 303226 0
Current children cumulated CPU time (s) 1362.27
Current children cumulated vsize (KiB) 1214404

[startup+1422.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 10492
/proc/meminfo: memFree=23278816/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1304564 CPUtime=1422.29 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 327967 0 0 0 141953 276 0 0 25 0 1 0 803297722 1335873536 325545 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319418 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 326141 325545 180 372 0 325766 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 1304564

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 10493
/proc/meminfo: memFree=23252356/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1304564 CPUtime=1482.27 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 327969 0 0 0 147948 279 0 0 25 0 1 0 803297722 1335873536 325547 33554432000 4194304 5714214 140735535832928 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 326141 325547 180 372 0 325766 0
Current children cumulated CPU time (s) 1482.27
Current children cumulated vsize (KiB) 1304564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/536 10495
/proc/meminfo: memFree=23211264/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1304564 CPUtime=1542.27 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 327979 0 0 0 153942 285 0 0 25 0 1 0 803297722 1335873536 325557 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 326141 325557 180 372 0 325766 0
Current children cumulated CPU time (s) 1542.27
Current children cumulated vsize (KiB) 1304564

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/536 10496
/proc/meminfo: memFree=23154800/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1304564 CPUtime=1602.27 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 327984 0 0 0 159936 291 0 0 25 0 1 0 803297722 1335873536 325562 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319434 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 326141 325562 180 372 0 325766 0
Current children cumulated CPU time (s) 1602.27
Current children cumulated vsize (KiB) 1304564

[startup+1662.3 s]
/proc/loadavg: 1.45 1.85 1.95 2/530 10517
/proc/meminfo: memFree=23952660/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1304564 CPUtime=1662.28 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 327989 0 0 0 165932 296 0 0 25 0 1 0 803297722 1335873536 325567 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319395 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 326141 325567 180 372 0 325766 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 1304564

[startup+1722.3 s]
/proc/loadavg: 1.16 1.69 1.88 2/530 10518
/proc/meminfo: memFree=23952628/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1304564 CPUtime=1722.27 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 327990 0 0 0 171928 299 0 0 25 0 1 0 803297722 1335873536 325568 33554432000 4194304 5714214 140735535832928 18446744073709551615 4319248 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 326141 325568 180 372 0 325766 0
Current children cumulated CPU time (s) 1722.27
Current children cumulated vsize (KiB) 1304564

[startup+1782.3 s]
/proc/loadavg: 1.06 1.57 1.83 2/530 10521
/proc/meminfo: memFree=23951456/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1304564 CPUtime=1782.28 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 327994 0 0 0 177925 303 0 0 25 0 1 0 803297722 1335873536 325572 33554432000 4194304 5714214 140735535832928 18446744073709551615 4198960 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 326141 325572 180 372 0 325766 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 1304564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 1.04 1.54 1.81 2/530 10523
/proc/meminfo: memFree=23952172/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1304564 CPUtime=1800.09 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 327998 0 0 0 179705 304 0 0 25 0 1 0 803297722 1335873536 325576 33554432000 4194304 5714214 140735535832928 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 326141 325576 180 372 0 325766 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1304564

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

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

[startup+1800.1 s]
/proc/loadavg: 1.04 1.54 1.81 2/530 10523
/proc/meminfo: memFree=23952172/32951124 swapFree=46970528/67111528
[pid=10444] ppid=10442 vsize=1304564 CPUtime=1800.09 cores=0,2,4,6
/proc/10444/stat : 10444 (wbo1.6) R 10442 10444 9437 0 -1 4202496 327998 0 0 0 179705 304 0 0 25 0 1 0 803297722 1335873536 325576 33554432000 4194304 5714214 140735535832928 18446744073709551615 4199408 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/10444/statm: 326141 325576 180 372 0 325766 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1304564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.18
CPU time (s): 1800.17
CPU user time (s): 1797.06
CPU system time (s): 3.10253
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 1304564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.06
system time used= 3.10253
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327998
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= 6
involuntary context switches= 3497

runsolver used 9.8725 second user time and 21.3718 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-03 15:46:55
IDJOB=3460709
IDBENCH=25019
IDSOLVER=1953
FILE ID=node146/3460709-1307108814
RUNJOBID= node146-1307094211-9455
PBS_JOBID= 13498003
Free space on /tmp= 73720 MiB

SOLVER NAME= wbo 1.6
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.opb
COMMAND LINE= wbo1.6 -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3460709-1307108814/watcher-3460709-1307108814 -o /tmp/evaluation-result-3460709-1307108814/solver-3460709-1307108814 -C 1800 -W 1900 -M 15500  wbo1.6 -file-format=opb -time-limit=1800 HOME/instance-3460709-1307108814.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a7af672db5daf9bd21f1768f531add6b
RANDOM SEED=558902799

node146.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.830
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.75
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25003076 kB
Buffers:        103812 kB
Cached:         219644 kB
SwapCached:      60100 kB
Active:         449376 kB
Inactive:      7258440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25003076 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:            6628 kB
Writeback:           0 kB
AnonPages:     7335492 kB
Mapped:          17276 kB
Slab:            73028 kB
PageTables:      98212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160946468 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= 73720 MiB
End job on node146 at 2011-06-03 16:16:57