Trace number 3693335

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
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedOPT17 2.97155 2.97807

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_6.opb
MD5SUMa6fbaa86ad104839735089987b256e67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.019996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved YES
Number of variables141
Total number of constraints215
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints215
Minimum length of a constraint12
Maximum length of a constraint25
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 64
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 323
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3693335-1338032612.opb>
0.00/0.00	c original problem has 141 variables (141 bin, 0 int, 0 impl, 0 cont) and 215 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 30 chg sides, 30 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 90 del conss, 0 add conss, 0 chg bounds, 30 chg sides, 30 chg coeffs, 20 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 3) 0 del vars, 90 del conss, 0 add conss, 0 chg bounds, 30 chg sides, 30 chg coeffs, 35 upgd conss, 100 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 51/141 (36.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.02	c presolving (4 rounds):
0.00/0.02	c  0 deleted vars, 90 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 30 changed sides, 30 changed coefficients
0.00/0.02	c  100 implications, 0 cliques
0.00/0.02	c presolved problem has 141 variables (141 bin, 0 int, 0 impl, 0 cont) and 125 constraints
0.00/0.02	c      35 constraints of type <knapsack>
0.00/0.02	c      90 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.1.1.4
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1797
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    19 |     - |1056k|   0 |  43 | 141 | 135 | 141 | 125 |   0 |  10 |   0 | 5.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    96 |     - |1194k|   0 |  53 | 141 | 135 | 141 | 143 |  18 |  10 |   0 | 5.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   117 |     - |1339k|   0 |  56 | 141 | 135 | 141 | 165 |  40 |  10 |   0 | 5.000000e+00 |      --      |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   161 |     - |1536k|   0 |  46 | 141 | 135 | 141 | 186 |  61 |  10 |   0 | 5.000000e+00 |      --      |    Inf 
0.06/0.08	c   0.1s|     1 |     0 |   225 |     - |1646k|   0 |  80 | 141 | 135 | 141 | 204 |  79 |  10 |   0 | 5.007937e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   292 |     - |1798k|   0 |  82 | 141 | 135 | 141 | 228 | 103 |  10 |   0 | 5.071429e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   337 |     - |1881k|   0 |  78 | 141 | 135 | 141 | 242 | 117 |  10 |   0 | 5.166667e+00 |      --      |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   421 |     - |1970k|   0 |  73 | 141 | 135 | 141 | 257 | 132 |  10 |   0 | 5.166667e+00 |      --      |    Inf 
0.09/0.17	c   0.2s|     1 |     0 |   482 |     - |2080k|   0 |  75 | 141 | 135 | 141 | 272 | 147 |  10 |   0 | 5.166667e+00 |      --      |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |   514 |     - |2144k|   0 |  66 | 141 | 135 | 141 | 284 | 159 |  10 |   0 | 5.500000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   549 |     - |2286k|   0 |  60 | 141 | 135 | 141 | 302 | 177 |  10 |   0 | 6.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   730 |     - |2302k|   0 |  44 | 141 | 135 | 141 | 313 | 188 |  10 |   0 | 6.015504e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   797 |     - |2354k|   0 |  78 | 141 | 135 | 141 | 323 | 198 |  10 |   0 | 6.046753e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   912 |     - |2437k|   0 |  62 | 141 | 135 | 141 | 334 | 209 |  10 |   0 | 6.166667e+00 |      --      |    Inf 
0.19/0.25	c   0.3s|     1 |     0 |   969 |     - |2488k|   0 |  67 | 141 | 135 | 141 | 340 | 215 |  10 |   0 | 6.170455e+00 |      --      |    Inf 
0.19/0.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.26	c   0.3s|     1 |     0 |  1042 |     - |2581k|   0 |  65 | 141 | 135 | 141 | 265 | 224 |  10 |   0 | 6.440000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |  1103 |     - |2633k|   0 |  71 | 141 | 135 | 141 | 273 | 232 |  10 |   0 | 6.500000e+00 |      --      |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |  1138 |     - |2641k|   0 |  76 | 141 | 135 | 141 | 280 | 239 |  10 |   0 | 6.500000e+00 |      --      |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |  1250 |     - |2648k|   0 |  66 | 141 | 135 | 141 | 284 | 243 |  10 |   0 | 6.500000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |  1311 |     - |2656k|   0 |  56 | 141 | 135 | 141 | 290 | 249 |  10 |   0 | 6.501502e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |  1347 |     - |2670k|   0 |  64 | 141 | 135 | 141 | 294 | 253 |  10 |   0 | 6.501543e+00 |      --      |    Inf 
0.28/0.30	c   0.3s|     1 |     0 |  1401 |     - |2675k|   0 |  56 | 141 | 135 | 141 | 232 | 259 |  10 |   0 | 6.555556e+00 |      --      |    Inf 
0.28/0.30	c   0.3s|     1 |     0 |  1413 |     - |2677k|   0 |  55 | 141 | 135 | 141 | 236 | 263 |  10 |   0 | 6.555556e+00 |      --      |    Inf 
0.28/0.31	c   0.3s|     1 |     0 |  1526 |     - |2680k|   0 |  65 | 141 | 135 | 141 | 240 | 267 |  10 |   0 | 6.555556e+00 |      --      |    Inf 
0.28/0.31	c   0.3s|     1 |     0 |  1580 |     - |2682k|   0 |  73 | 141 | 135 | 141 | 243 | 270 |  10 |   0 | 7.000000e+00 |      --      |    Inf 
0.28/0.31	c   0.3s|     1 |     0 |  1629 |     - |2684k|   0 |  66 | 141 | 135 | 141 | 247 | 274 |  10 |   0 | 7.000000e+00 |      --      |    Inf 
0.28/0.32	c   0.3s|     1 |     0 |  1639 |     - |2685k|   0 |  66 | 141 | 135 | 141 | 252 | 279 |  10 |   0 | 7.000000e+00 |      --      |    Inf 
0.28/0.32	c   0.3s|     1 |     0 |  1645 |     - |2686k|   0 |  67 | 141 | 135 | 141 | 224 | 282 |  10 |   0 | 7.000000e+00 |      --      |    Inf 
0.28/0.32	c   0.3s|     1 |     0 |  1691 |     - |2686k|   0 |  73 | 141 | 135 | 141 | 227 | 285 |  10 |   0 | 7.000000e+00 |      --      |    Inf 
0.28/0.32	c   0.3s|     1 |     0 |  1728 |     - |2688k|   0 |  72 | 141 | 135 | 141 | 231 | 289 |  10 |   0 | 7.000000e+00 |      --      |    Inf 
0.39/0.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.42	c   0.4s|     1 |     2 |  1728 |     - |2689k|   0 |  72 | 141 | 135 | 141 | 231 | 289 |  10 |  17 | 7.000000e+00 |      --      |    Inf 
0.69/0.72	o 57
0.69/0.72	c c 0.7s|    16 |     8 |  2171 |  29.5 |2729k|  14 |   - | 141 | 142 | 141 | 201 | 289 |  17 | 310 | 7.000000e+00 | 5.700000e+01 | 714.29%
1.19/1.23	o 48
1.19/1.23	c f 1.2s|    57 |    18 |  3413 |  30.1 |2760k|  19 |   - | 141 | 168 | 141 | 201 | 289 |  43 | 854 | 7.000000e+00 | 4.800000e+01 | 585.71%
1.38/1.47	c   1.5s|   100 |    53 |  4467 |  27.7 |2784k|  21 |  33 | 141 | 181 | 141 | 201 | 289 |  56 |1017 | 7.028065e+00 | 4.800000e+01 | 582.98%
1.49/1.53	o 23
1.49/1.53	c l 1.5s|   140 |    46 |  5291 |  25.6 |2795k|  26 |   - | 141 | 210 | 141 | 201 | 289 |  85 |1039 | 7.028065e+00 | 2.300000e+01 | 227.26%
1.59/1.63	c   1.6s|   200 |    87 |  6198 |  22.5 |2813k|  26 |  34 | 141 | 214 | 141 | 201 | 289 |  98 |1097 | 7.327206e+00 | 2.300000e+01 | 213.90%
1.69/1.71	c   1.7s|   300 |   108 |  7564 |  19.5 |2874k|  26 |  28 | 141 | 289 | 141 | 201 | 289 | 173 |1122 | 9.000000e+00 | 2.300000e+01 | 155.56%
1.69/1.79	c   1.8s|   400 |   142 |  8722 |  17.5 |2934k|  30 |  32 | 141 | 355 | 141 | 201 | 289 | 239 |1142 | 9.000000e+00 | 2.300000e+01 | 155.56%
1.79/1.84	c   1.8s|   500 |   158 |  9461 |  15.5 |3004k|  30 |  31 | 141 | 462 | 141 | 201 | 289 | 346 |1145 | 9.000000e+00 | 2.300000e+01 | 155.56%
1.89/1.90	c   1.9s|   600 |   168 | 10351 |  14.4 |3082k|  30 |  13 | 141 | 561 | 141 | 201 | 289 | 445 |1147 | 9.000000e+00 | 2.300000e+01 | 155.56%
1.89/1.95	c   2.0s|   700 |   180 | 10869 |  13.1 |3131k|  30 |  31 | 141 | 640 | 141 | 201 | 289 | 524 |1157 | 9.000000e+00 | 2.300000e+01 | 155.56%
1.98/2.01	c   2.0s|   800 |   209 | 11702 |  12.5 |3190k|  30 |  10 | 141 | 711 | 141 | 201 | 289 | 595 |1162 | 9.000000e+00 | 2.300000e+01 | 155.56%
1.98/2.06	c   2.1s|   900 |   227 | 12664 |  12.2 |3261k|  30 |  29 | 141 | 812 | 141 | 201 | 289 | 696 |1162 | 1.000000e+01 | 2.300000e+01 | 130.00%
2.09/2.12	c   2.1s|  1000 |   230 | 13419 |  11.7 |3320k|  30 |  47 | 141 | 919 | 141 | 201 | 289 | 803 |1162 | 1.000000e+01 | 2.300000e+01 | 130.00%
2.09/2.17	c   2.2s|  1100 |   241 | 14167 |  11.3 |3394k|  30 |  33 | 141 |1018 | 141 | 201 | 289 | 902 |1162 | 1.054054e+01 | 2.300000e+01 | 118.21%
2.19/2.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.19/2.22	c   2.2s|  1200 |   241 | 14647 |  10.8 |3449k|  30 |   - | 141 |1131 | 141 | 201 | 289 |1015 |1162 | 1.100000e+01 | 2.300000e+01 | 109.09%
2.19/2.28	c   2.3s|  1300 |   227 | 15441 |  10.6 |3508k|  30 |  34 | 141 |1269 | 141 | 201 | 289 |1153 |1166 | 1.100000e+01 | 2.300000e+01 | 109.09%
2.29/2.36	c   2.4s|  1400 |   235 | 16569 |  10.6 |3574k|  30 |   8 | 141 |1383 | 141 | 201 | 289 |1268 |1189 | 1.100000e+01 | 2.300000e+01 | 109.09%
2.38/2.41	c   2.4s|  1500 |   220 | 17203 |  10.3 |3598k|  30 |  25 | 141 |1512 | 141 | 201 | 289 |1397 |1190 | 1.100000e+01 | 2.300000e+01 | 109.09%
2.38/2.48	c   2.5s|  1600 |   205 | 18040 |  10.2 |3642k|  30 |  16 | 141 |1647 | 141 | 201 | 289 |1536 |1191 | 1.200000e+01 | 2.300000e+01 |  91.67%
2.48/2.53	c   2.5s|  1700 |   199 | 18526 |   9.9 |3694k|  30 |   - | 141 |1744 | 141 | 201 | 289 |1647 |1191 | 1.300000e+01 | 2.300000e+01 |  76.92%
2.58/2.60	c   2.6s|  1800 |   147 | 19191 |   9.7 |3560k|  30 |   - | 141 |1801 |   0 |   0 | 289 |1794 |1191 | 1.500000e+01 | 2.300000e+01 |  53.33%
2.58/2.61	o 22
2.58/2.61	c * 2.6s|  1805 |   134 | 19214 |   9.7 |3552k|  30 |   - | 141 |1807 | 141 | 201 | 289 |1800 |1191 | 1.500000e+01 | 2.200000e+01 |  46.67%
2.58/2.66	c   2.7s|  1900 |   154 | 20064 |   9.7 |3553k|  30 |  23 | 141 |1670 | 141 | 201 | 289 |1885 |1191 | 1.600000e+01 | 2.200000e+01 |  37.50%
2.58/2.66	o 19
2.58/2.66	c * 2.7s|  1906 |   119 | 20100 |   9.6 |3523k|  30 |   - | 141 |1670 | 141 | 201 | 289 |1885 |1191 | 1.600000e+01 | 1.900000e+01 |  18.75%
2.68/2.71	c   2.7s|  2000 |   113 | 20891 |   9.6 |3460k|  30 |   - | 141 |1416 |   0 |   0 | 289 |2014 |1191 | 1.600000e+01 | 1.900000e+01 |  18.75%
2.68/2.74	o 17
2.68/2.74	c * 2.7s|  2043 |    31 | 21414 |   9.6 |3392k|  30 |   - | 141 |1451 | 141 | 201 | 289 |2061 |1191 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.68/2.78	c   2.8s|  2100 |    31 | 22202 |   9.8 |3368k|  30 |   - | 141 |1416 |   0 |   0 | 289 |2120 |1191 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.78/2.83	c   2.8s|  2200 |    27 | 23187 |   9.8 |3392k|  30 |  20 | 141 |1524 | 141 | 201 | 289 |2242 |1191 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.89/2.90	c   2.9s|  2300 |    20 | 24517 |   9.9 |3409k|  30 |  19 | 141 |1602 | 141 | 201 | 289 |2350 |1191 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.89/2.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.89/2.96	c   3.0s|  2400 |     4 | 25712 |  10.0 |3408k|  30 |  53 | 141 |1710 | 141 | 201 | 289 |2486 |1193 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.89/2.97	c 
2.89/2.97	c SCIP Status        : problem is solved [optimal solution found]
2.89/2.97	c Solving Time (sec) : 2.97
2.89/2.97	c Solving Nodes      : 2406
2.89/2.97	c Primal Bound       : +1.70000000000000e+01 (6 solutions)
2.89/2.97	c Dual Bound         : +1.70000000000000e+01
2.89/2.97	c Gap                : 0.00 %
2.89/2.97	s OPTIMUM FOUND
2.89/2.97	v x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 -x56 x57 x58 x59 x60 x61 x62 -x63 -x64 -x65 x66 x67 
2.89/2.97	v x68 x69 x70 x71 -x72 x73 x74 -x75 -x76 -x77 x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 x94 
2.89/2.97	v x95 x96 x97 x98 -x99 -x100 -x101 x102 x103 x104 -x105 x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 
2.89/2.97	v -x119 -x120 -x121 -x18 -x17 -x16 -x15 -x14 -x13 x122 x123 x124 x125 x126 -x127 x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 
2.89/2.97	v -x12 -x11 -x10 x9 -x8 x7 -x136 -x137 -x138 -x139 -x140 -x24 -x23 -x22 x21 x20 x19 -x141 -x36 x35 -x34 -x33 -x32 -x31 -x30 
2.89/2.97	v -x29 x28 x27 -x26 x25 -x6 x5 -x4 -x3 -x2 x1 
2.89/2.97	c SCIP Status        : problem is solved [optimal solution found]
2.89/2.97	c Total Time         :       2.97
2.89/2.97	c   solving          :       2.97
2.89/2.97	c   presolving       :       0.01 (included in solving)
2.89/2.97	c   reading          :       0.00 (included in solving)
2.89/2.97	c   copying          :       0.01 (2 #copies) (minimal 0.00, maximal 0.01, average 0.01)
2.89/2.97	c Original Problem   :
2.89/2.97	c   Problem name     : HOME/instance-3693335-1338032612.opb
2.89/2.97	c   Variables        : 141 (141 binary, 0 integer, 0 implicit integer, 0 continuous)
2.89/2.97	c   Constraints      : 215 initial, 215 maximal
2.89/2.97	c   Objective sense  : minimize
2.89/2.97	c Presolved Problem  :
2.89/2.97	c   Problem name     : t_HOME/instance-3693335-1338032612.opb
2.89/2.97	c   Variables        : 141 (141 binary, 0 integer, 0 implicit integer, 0 continuous)
2.89/2.97	c   Constraints      : 125 initial, 1818 maximal
2.89/2.97	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
2.89/2.97	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   linear           :       0.00       0.00          0          0          0          0          0         90          0         30         30
2.89/2.97	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.89/2.97	c   root node        :          -          -         16          -          -         16          -          -          -          -          -
2.89/2.97	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
2.89/2.97	c   integral         :          0          0          0          0       1612          0          9          0          2        113          0          0       3112
2.89/2.97	c   knapsack         :         35         35         29       9391          1          0          6       9754        187       6067        404          0          0
2.89/2.97	c   linear           :         90         90         29       9209          0          0          3       4346        680      29088          2          0          0
2.89/2.97	c   logicor          :          0+      1693         29       4663          0          0          0       4964         75       3658          4          0          0
2.89/2.97	c   countsols        :          0          0          0          0          3          0          5          0          0          0          0          0          0
2.89/2.97	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
2.89/2.97	c   integral         :       1.18       0.00       0.00       0.00       1.18       0.00       0.00       0.00
2.89/2.97	c   knapsack         :       0.08       0.00       0.01       0.05       0.00       0.00       0.00       0.01
2.89/2.97	c   linear           :       0.20       0.00       0.00       0.19       0.00       0.00       0.00       0.01
2.89/2.97	c   logicor          :       0.08       0.00       0.00       0.08       0.00       0.00       0.00       0.01
2.89/2.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.89/2.97	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
2.89/2.97	c   rootredcost      :          6          0          0          0
2.89/2.97	c   pseudoobj        :      10920         95          6         48
2.89/2.97	c   vbounds          :          0          0          0          0
2.89/2.97	c   redcost          :       1671          0          0         38
2.89/2.97	c   probing          :          0          0          0          0
2.89/2.97	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
2.89/2.97	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
2.89/2.97	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
2.89/2.97	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
2.89/2.97	c   redcost          :       0.01       0.00       0.00       0.01       0.00
2.89/2.97	c   probing          :       0.00       0.00       0.00       0.00       0.00
2.89/2.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
2.89/2.97	c   propagation      :       0.05        948        941       4438       14.2         19       12.8          -
2.89/2.97	c   infeasible LP    :       0.02        287        287        820        9.8         18       12.6          0
2.89/2.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
2.89/2.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
2.89/2.97	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
2.89/2.97	c   applied globally :          -          -          -       2495       11.8          -          -          -
2.89/2.97	c   applied locally  :          -          -          -          0        0.0          -          -          -
2.89/2.97	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
2.89/2.97	c   cut pool         :       0.00                    28          -          -       1168          -    (maximal pool size: 1824)
2.89/2.97	c   closecuts        :       0.00       0.00          0          0          0          0          0
2.89/2.97	c   impliedbounds    :       0.00       0.00         29          0          0          4          0
2.89/2.97	c   intobj           :       0.00       0.00          0          0          0          0          0
2.89/2.97	c   gomory           :       0.01       0.00         10          0          0        241          0
2.89/2.97	c   cgmip            :       0.00       0.00          0          0          0          0          0
2.89/2.97	c   strongcg         :       0.04       0.00         20          0          0       1053          0
2.89/2.97	c   cmir             :       0.05       0.00         10          0          0        674          0
2.89/2.97	c   flowcover        :       0.08       0.00         10          0          0        930          0
2.89/2.97	c   clique           :       0.00       0.00          1          0          0          0          0
2.89/2.97	c   zerohalf         :       0.00       0.00          0          0          0          0          0
2.89/2.97	c   mcf              :       0.00       0.00          1          0          0          0          0
2.89/2.97	c   oddcycle         :       0.00       0.00          0          0          0          0          0
2.89/2.97	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
2.89/2.97	c Pricers            :   ExecTime  SetupTime      Calls       Vars
2.89/2.97	c   problem variables:       0.00          -          0          0
2.89/2.97	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
2.89/2.97	c   relpscost        :       1.18       0.00       1609          2        113          0          0       3112
2.89/2.97	c   pscost           :       0.00       0.00          0          0          0          0          0          0
2.89/2.97	c   inference        :       0.00       0.00          0          0          0          0          0          0
2.89/2.97	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
2.89/2.97	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
2.89/2.97	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
2.89/2.97	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
2.89/2.97	c   random           :       0.00       0.00          0          0          0          0          0          0
2.89/2.97	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
2.89/2.97	c   LP solutions     :       0.00          -          -          3
2.89/2.97	c   pseudo solutions :       0.00          -          -          0
2.89/2.97	c   intshifting      :       0.00       0.00          0          0
2.89/2.97	c   oneopt           :       0.00       0.00          6          0
2.89/2.97	c   objpscostdiving  :       0.01       0.00          1          0
2.89/2.97	c   rootsoldiving    :       0.00       0.00          1          0
2.89/2.97	c   coefdiving       :       0.00       0.00          2          1
2.89/2.97	c   pscostdiving     :       0.00       0.00          2          0
2.89/2.97	c   fracdiving       :       0.00       0.00          2          1
2.89/2.97	c   veclendiving     :       0.00       0.00          2          0
2.89/2.97	c   linesearchdiving :       0.01       0.00          2          1
2.89/2.97	c   guideddiving     :       0.00       0.00          2          0
2.89/2.97	c   feaspump         :       0.00       0.00          1          0
2.89/2.97	c   smallcard        :       0.00       0.00          0          0
2.89/2.97	c   trivial          :       0.00       0.00          2          0
2.89/2.97	c   shiftandpropagate:       0.00       0.00          1          0
2.89/2.97	c   simplerounding   :       0.00       0.00          0          0
2.89/2.97	c   zirounding       :       0.02       0.00       1000          0
2.89/2.97	c   rounding         :       0.02       0.00        510          0
2.89/2.97	c   shifting         :       0.12       0.00        143          0
2.89/2.97	c   twoopt           :       0.00       0.00          0          0
2.89/2.97	c   indoneopt        :       0.00       0.00          0          0
2.89/2.97	c   indtwoopt        :       0.00       0.00          0          0
2.89/2.97	c   fixandinfer      :       0.00       0.00          0          0
2.89/2.97	c   clique           :       0.00       0.00          0          0
2.89/2.97	c   indcoefdiving    :       0.00       0.00          0          0
2.89/2.97	c   indrounding      :       0.00       0.00          0          0
2.89/2.97	c   nlpdiving        :       0.00       0.00          0          0
2.89/2.97	c   intdiving        :       0.00       0.00          0          0
2.89/2.97	c   actconsdiving    :       0.00       0.00          0          0
2.89/2.97	c   octane           :       0.00       0.00          0          0
2.89/2.97	c   rens             :       0.01       0.00          0          0
2.89/2.97	c   rins             :       0.00       0.00          0          0
2.89/2.97	c   localbranching   :       0.00       0.00          0          0
2.89/2.97	c   mutation         :       0.00       0.00          0          0
2.89/2.97	c   crossover        :       0.01       0.00          0          0
2.89/2.97	c   dins             :       0.00       0.00          0          0
2.89/2.97	c   vbounds          :       0.00       0.00          0          0
2.89/2.97	c   undercover       :       0.00       0.00          0          0
2.89/2.97	c   subnlp           :       0.00       0.00          0          0
2.89/2.97	c   trysol           :       0.00       0.00          0          0
2.89/2.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
2.89/2.97	c   primal LP        :       0.00          4          0       0.00          -       0.00          4
2.89/2.97	c   dual LP          :       0.59       1964      25120      13.28   42846.79       0.01         73
2.89/2.97	c   lex dual LP      :       0.00          0          0       0.00          -
2.89/2.97	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
2.89/2.97	c   diving/probing LP:       0.02        116        601       5.18   34536.26
2.89/2.97	c   strong branching :       1.16       1193      45547      38.18   39425.59
2.89/2.97	c     (at root node) :          -         17       2807     165.12          -
2.89/2.97	c   conflict analysis:       0.00          0          0       0.00          -
2.89/2.97	c B&B Tree           :
2.89/2.97	c   number of runs   :          1
2.89/2.97	c   nodes            :       2406
2.89/2.97	c   nodes (total)    :       2406
2.89/2.97	c   nodes left       :          0
2.89/2.97	c   max depth        :         30
2.89/2.97	c   max depth (total):         30
2.89/2.97	c   backtracks       :        590 (24.5%)
2.89/2.97	c   delayed cutoffs  :        509
2.89/2.97	c   repropagations   :       2837 (16300 domain reductions, 372 cutoffs)
2.89/2.97	c   avg switch length:       5.08
2.89/2.97	c   switching time   :       0.14
2.89/2.97	c Solution           :
2.89/2.97	c   Solutions found  :          6 (6 improvements)
2.89/2.97	c   First Solution   : +5.70000000000000e+01   (in run 1, after 16 nodes, 0.72 seconds, depth 24, found by <coefdiving>)
2.89/2.97	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 2043 nodes, 2.74 seconds, depth 20, found by <relaxation>)
2.89/2.97	c   Dual Bound       : +1.70000000000000e+01
2.89/2.97	c   Gap              :       0.00 %
2.89/2.97	c   Root Dual Bound  : +7.00000000000000e+00
2.89/2.97	c   Root Iterations  :       1728
2.89/2.97	c Time complete: 2.96.

Verifier Data

OK	17

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3693335-1338032612/watcher-3693335-1338032612 -o /tmp/evaluation-result-3693335-1338032612/solver-3693335-1338032612 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693335-1338032612.opb -t 1800 -m 15500 

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.04 2.01 2.00 2/178 6879
/proc/meminfo: memFree=28943072/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=9964 CPUtime=0 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 1238 0 0 0 0 0 0 0 20 0 1 0 269386045 10203136 1192 33554432000 4194304 10169799 140736376281552 140733891627352 8828717 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 2491 1192 412 1459 0 1023 0

[startup+0.071033 s]
/proc/loadavg: 2.04 2.01 2.00 2/178 6879
/proc/meminfo: memFree=28943072/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=19112 CPUtime=0.06 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 3807 0 0 0 5 1 0 0 20 0 1 0 269386045 19570688 3499 33554432000 4194304 10169799 140736376281552 140733891627352 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 4778 3499 800 1459 0 3310 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19112

[startup+0.10023 s]
/proc/loadavg: 2.04 2.01 2.00 2/178 6879
/proc/meminfo: memFree=28943072/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=19312 CPUtime=0.09 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 3929 0 0 0 8 1 0 0 20 0 1 0 269386045 19775488 3615 33554432000 4194304 10169799 140736376281552 140733891627352 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 4828 3615 800 1459 0 3360 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19312

[startup+0.300192 s]
/proc/loadavg: 2.04 2.01 2.00 2/178 6879
/proc/meminfo: memFree=28943072/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=21216 CPUtime=0.28 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 4397 0 0 0 26 2 0 0 20 0 1 0 269386045 21725184 4068 33554432000 4194304 10169799 140736376281552 140736376277592 6812529 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 5304 4068 800 1459 0 3836 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21216

[startup+0.700196 s]
/proc/loadavg: 2.04 2.01 2.00 2/178 6879
/proc/meminfo: memFree=28943072/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=21308 CPUtime=0.69 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 5169 0 0 0 65 4 0 0 20 0 1 0 269386045 21819392 4184 33554432000 4194304 10169799 140736376281552 140736376277592 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 5327 4184 836 1459 0 3859 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21308

[startup+1.50019 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6880
/proc/meminfo: memFree=28928416/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=21308 CPUtime=1.49 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 5170 0 0 0 142 7 0 0 20 0 1 0 269386045 21819392 4185 33554432000 4194304 10169799 140736376281552 140736376276152 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 5327 4185 837 1459 0 3859 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21308

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

[startup+1.60022 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6880
/proc/meminfo: memFree=28928416/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=21308 CPUtime=1.59 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 5170 0 0 0 151 8 0 0 20 0 1 0 269386045 21819392 4185 33554432000 4194304 10169799 140736376281552 140736376276152 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 5327 4185 837 1459 0 3859 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 21308

[startup+2.40022 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6880
/proc/meminfo: memFree=28928020/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=22888 CPUtime=2.38 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 6234 0 0 0 219 19 0 0 20 0 1 0 269386045 23437312 4545 33554432000 4194304 10169799 140736376281552 140736376276344 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 5722 4545 838 1459 0 4254 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 22888

[startup+2.8002 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6880
/proc/meminfo: memFree=28928020/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=23328 CPUtime=2.78 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 6327 0 0 0 254 24 0 0 20 0 1 0 269386045 23887872 4636 33554432000 4194304 10169799 140736376281552 140736376276344 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 5832 4636 838 1459 0 4364 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 23328

[startup+2.90021 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 6880
/proc/meminfo: memFree=28928020/32873844 swapFree=7364/7364
[pid=6879] ppid=6877 vsize=23328 CPUtime=2.89 cores=0,2,4,6
/proc/6879/stat : 6879 (scip-2.1.1.4sfi) R 6877 6879 4481 0 -1 4202496 6327 0 0 0 263 26 0 0 20 0 1 0 269386045 23887872 4636 33554432000 4194304 10169799 140736376281552 140736376276344 8979322 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/6879/statm: 5832 4636 838 1459 0 4364 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 23328

Child status: 0
Real time (s): 2.97807
CPU time (s): 2.97155
CPU user time (s): 2.69759
CPU system time (s): 0.273958
CPU usage (%): 99.7811
Max. virtual memory (cumulated for all children) (KiB): 23328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.69759
system time used= 0.273958
maximum resident set size= 19828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6338
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= 18

runsolver used 0.013997 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-26 13:43:32
IDJOB=3693335
IDBENCH=2628
IDSOLVER=2272
FILE ID=node133/3693335-1338032612
RUNJOBID= node133-1338017258-5021
PBS_JOBID= 14624264
Free space on /tmp= 71604 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_6.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693335-1338032612/watcher-3693335-1338032612 -o /tmp/evaluation-result-3693335-1338032612/solver-3693335-1338032612 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693335-1338032612.opb -t 1800 -m 15500

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

MD5SUM BENCH= a6fbaa86ad104839735089987b256e67
RANDOM SEED=748541734

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28943072 kB
Buffers:          254272 kB
Cached:          2737972 kB
SwapCached:            0 kB
Active:           647296 kB
Inactive:        2511264 kB
Active(anon):     167596 kB
Inactive(anon):     1076 kB
Active(file):     479700 kB
Inactive(file):  2510188 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13600 kB
Writeback:             0 kB
AnonPages:        110044 kB
Mapped:            17676 kB
Shmem:               212 kB
Slab:             634208 kB
SReclaimable:      76640 kB
SUnreclaim:       557568 kB
KernelStack:        1488 kB
PageTables:         3896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     282920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71592 MiB
End job on node133 at 2012-05-26 13:43:36