Trace number 3693319

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 fixedOPT25 14.1548 14.1578

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_7.opb
MD5SUM4bc9c47dc743f36fab4669cf3c8ccd21
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.173972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of variables238
Total number of constraints399
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints398
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 6
Biggest coefficient in the objective function 21
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 52
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 362
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-3693319-1338033753.opb>
0.00/0.00	c original problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 399 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 165 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 41 chg coeffs, 38 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3) 1 del vars, 165 del conss, 2 add conss, 1 chg bounds, 6 chg sides, 55 chg coeffs, 70 upgd conss, 44 impls, 2 clqs
0.00/0.02	c (round 4) 1 del vars, 165 del conss, 2 add conss, 1 chg bounds, 10 chg sides, 59 chg coeffs, 70 upgd conss, 44 impls, 2 clqs
0.00/0.02	c (round 5) 1 del vars, 165 del conss, 2 add conss, 1 chg bounds, 12 chg sides, 72 chg coeffs, 70 upgd conss, 44 impls, 2 clqs
0.00/0.02	c    (0.0s) probing: 51/237 (21.5%) - 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 (6 rounds):
0.00/0.02	c  1 deleted vars, 165 deleted constraints, 2 added constraints, 1 tightened bounds, 0 added holes, 12 changed sides, 72 changed coefficients
0.00/0.02	c  44 implications, 2 cliques
0.00/0.02	c presolved problem has 237 variables (237 bin, 0 int, 0 impl, 0 cont) and 236 constraints
0.00/0.02	c      70 constraints of type <knapsack>
0.00/0.02	c       2 constraints of type <setppc>
0.00/0.02	c     164 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.03	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.03	c   0.0s|     1 |     0 |    26 |     - |1788k|   0 |  36 | 237 | 249 | 237 | 236 |   0 |  17 |   0 | 2.100000e+01 |      --      |    Inf 
0.06/0.07	c   0.1s|     1 |     0 |  1026 |     - |2029k|   0 | 103 | 237 | 249 | 237 | 268 |  32 |  17 |   0 | 2.100000e+01 |      --      |    Inf 
0.08/0.10	c   0.1s|     1 |     0 |  1161 |     - |2330k|   0 | 117 | 237 | 249 | 237 | 314 |  78 |  17 |   0 | 2.100000e+01 |      --      |    Inf 
0.08/0.14	c   0.1s|     1 |     0 |  1302 |     - |2652k|   0 | 121 | 237 | 249 | 237 | 364 | 128 |  17 |   0 | 2.100000e+01 |      --      |    Inf 
0.08/0.18	c   0.2s|     1 |     0 |  1504 |     - |2892k|   0 | 127 | 237 | 249 | 237 | 413 | 177 |  17 |   0 | 2.100000e+01 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |  1811 |     - |3107k|   0 | 134 | 237 | 249 | 237 | 468 | 232 |  17 |   0 | 2.100000e+01 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |  2136 |     - |3228k|   0 | 136 | 237 | 249 | 237 | 510 | 274 |  17 |   0 | 2.100000e+01 |      --      |    Inf 
0.69/0.77	c   0.8s|     1 |     2 |  2136 |     - |3229k|   0 | 136 | 237 | 249 | 237 | 510 | 274 |  17 |  26 | 2.100000e+01 |      --      |    Inf 
2.79/2.88	o 48
2.79/2.88	c z 2.9s|    79 |    12 |  5556 |  43.8 |3307k|  21 |   - | 237 | 277 | 237 | 315 | 274 |  45 |1216 | 2.100000e+01 | 4.800000e+01 | 128.57%
2.89/2.99	c   3.0s|   100 |    20 |  5993 |  39.0 |3318k|  28 |   - | 237 | 286 |   0 |   0 | 274 |  54 |1295 | 2.100000e+01 | 4.800000e+01 | 128.57%
3.19/3.27	c   3.3s|   200 |    69 |  8265 |  30.8 |3414k|  30 |   - | 237 | 334 |   0 |   0 | 274 | 102 |1398 | 2.100000e+01 | 4.800000e+01 | 128.57%
3.30/3.39	c   3.4s|   300 |   100 | 10087 |  26.6 |3491k|  30 |  12 | 237 | 391 | 237 | 315 | 274 | 159 |1432 | 2.100000e+01 | 4.800000e+01 | 128.57%
3.49/3.50	c   3.5s|   400 |   116 | 11897 |  24.5 |3572k|  31 |  80 | 237 | 457 | 237 | 315 | 274 | 230 |1444 | 2.100000e+01 | 4.800000e+01 | 128.57%
3.59/3.60	c   3.6s|   500 |   159 | 13871 |  23.5 |3665k|  31 |  90 | 237 | 516 | 237 | 315 | 274 | 289 |1452 | 2.100000e+01 | 4.800000e+01 | 128.57%
3.69/3.71	c   3.7s|   600 |   188 | 16408 |  23.8 |3743k|  31 | 129 | 237 | 589 | 237 | 315 | 274 | 362 |1463 | 2.100000e+01 | 4.800000e+01 | 128.57%
3.69/3.72	o 37
3.69/3.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.69/3.72	c * 3.7s|   618 |   144 | 16700 |  23.6 |3697k|  31 |   - | 237 | 599 | 237 | 315 | 274 | 372 |1464 | 2.100000e+01 | 3.700000e+01 |  76.19%
3.79/3.80	c   3.8s|   700 |   159 | 18422 |  23.3 |3736k|  31 |  72 | 237 | 647 | 237 | 315 | 274 | 435 |1479 | 2.100000e+01 | 3.700000e+01 |  76.19%
3.79/3.88	c   3.9s|   800 |   174 | 20137 |  22.5 |3812k|  31 |   - | 237 | 731 |   0 |   0 | 274 | 519 |1480 | 2.100000e+01 | 3.700000e+01 |  76.19%
3.89/3.95	c   4.0s|   900 |   196 | 21978 |  22.1 |3918k|  31 |   - | 237 | 813 |   0 |   0 | 274 | 601 |1482 | 2.100000e+01 | 3.700000e+01 |  76.19%
3.99/4.03	c   4.0s|  1000 |   218 | 23622 |  21.5 |4008k|  31 |  13 | 237 | 901 | 237 | 315 | 274 | 689 |1486 | 2.100000e+01 | 3.700000e+01 |  76.19%
4.09/4.11	c   4.1s|  1100 |   239 | 25611 |  21.4 |4088k|  31 |  15 | 237 | 970 | 237 | 315 | 274 | 758 |1489 | 2.100000e+01 | 3.700000e+01 |  76.19%
4.09/4.19	c   4.2s|  1200 |   252 | 27814 |  21.4 |4182k|  31 |  43 | 237 |1052 | 237 | 315 | 274 | 840 |1489 | 2.100000e+01 | 3.700000e+01 |  76.19%
4.19/4.23	o 36
4.19/4.23	c * 4.2s|  1256 |   259 | 28782 |  21.2 |4231k|  31 |   - | 237 |1100 | 237 | 315 | 274 | 888 |1489 | 2.100000e+01 | 3.600000e+01 |  71.43%
4.19/4.23	o 34
4.19/4.23	c * 4.2s|  1257 |   257 | 28782 |  21.2 |4231k|  31 |   - | 237 |1100 | 237 | 315 | 274 | 888 |1489 | 2.100000e+01 | 3.400000e+01 |  61.90%
4.19/4.26	c   4.3s|  1300 |   265 | 29717 |  21.2 |4266k|  31 |  38 | 237 |1131 | 237 | 315 | 274 | 919 |1491 | 2.100000e+01 | 3.400000e+01 |  61.90%
4.19/4.29	o 33
4.19/4.29	c * 4.3s|  1321 |   264 | 30124 |  21.2 |4283k|  31 |   - | 237 |1149 | 237 | 315 | 274 | 937 |1501 | 2.100000e+01 | 3.300000e+01 |  57.14%
4.19/4.29	o 32
4.19/4.29	c * 4.3s|  1323 |   258 | 30128 |  21.2 |4279k|  31 |   - | 237 |1149 | 237 | 315 | 274 | 937 |1501 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.29/4.36	c   4.4s|  1400 |   256 | 31541 |  21.0 |4323k|  31 |  32 | 237 |1224 | 237 | 315 | 274 |1012 |1514 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.40/4.46	c   4.5s|  1500 |   259 | 33176 |  20.7 |4397k|  31 |  34 | 237 |1306 | 237 | 315 | 274 |1111 |1531 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.49/4.58	c   4.6s|  1600 |   278 | 34952 |  20.5 |4485k|  31 |  60 | 237 |1395 | 237 | 315 | 274 |1200 |1556 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.59/4.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.59/4.65	c   4.7s|  1700 |   295 | 36576 |  20.3 |4602k|  31 |  41 | 237 |1514 | 237 | 315 | 274 |1319 |1566 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.69/4.72	c   4.7s|  1800 |   296 | 37864 |  19.9 |4659k|  31 |   - | 237 |1627 |   0 |   0 | 274 |1432 |1584 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.69/4.79	c   4.8s|  1900 |   298 | 39420 |  19.6 |4725k|  31 |   - | 237 |1741 |   0 |   0 | 274 |1547 |1588 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.79/4.89	c   4.9s|  2000 |   311 | 41028 |  19.5 |4828k|  31 |  80 | 237 |1828 | 237 | 315 | 274 |1640 |1607 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.89/4.97	c   5.0s|  2100 |   318 | 42839 |  19.4 |4920k|  31 |   - | 237 |1937 | 237 | 315 | 274 |1751 |1610 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.98/5.07	o 29
4.98/5.07	c * 5.1s|  2197 |   257 | 44967 |  19.5 |4870k|  31 |   - | 237 |2012 | 237 | 315 | 274 |1839 |1618 | 2.100000e+01 | 2.900000e+01 |  38.10%
4.98/5.07	c   5.1s|  2200 |   257 | 44993 |  19.5 |4847k|  31 |  78 | 237 |1984 | 237 | 315 | 274 |1842 |1618 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.09/5.16	c   5.2s|  2300 |   255 | 46300 |  19.2 |4945k|  31 |   - | 237 |2090 |   0 |   0 | 274 |1964 |1618 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.19/5.25	c   5.3s|  2400 |   279 | 48429 |  19.3 |5022k|  31 |  44 | 237 |2161 | 237 | 315 | 274 |2072 |1618 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.29/5.35	c   5.4s|  2500 |   321 | 51222 |  19.6 |5114k|  31 |   - | 237 |2214 |   0 |   0 | 274 |2138 |1619 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.40/5.43	c   5.4s|  2600 |   344 | 52970 |  19.6 |5224k|  31 |  62 | 237 |2298 | 237 | 315 | 274 |2232 |1623 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.50/5.50	c   5.5s|  2700 |   356 | 54675 |  19.5 |5304k|  31 |   - | 237 |2392 |   0 |   0 | 274 |2333 |1623 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.50/5.57	c   5.6s|  2800 |   369 | 56460 |  19.4 |5390k|  31 |   - | 237 |2476 |   0 |   0 | 274 |2426 |1623 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.59/5.64	c   5.6s|  2900 |   378 | 57790 |  19.2 |5440k|  31 |  56 | 237 |2573 | 237 | 315 | 274 |2538 |1623 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.69/5.73	c   5.7s|  3000 |   427 | 60295 |  19.4 |5553k|  31 | 102 | 237 |2643 | 237 | 315 | 274 |2617 |1623 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.79/5.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.79/5.83	c   5.8s|  3100 |   457 | 63006 |  19.6 |5641k|  31 |   - | 237 |2716 | 237 | 315 | 274 |2701 |1623 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.89/5.92	c   5.9s|  3200 |   473 | 65109 |  19.7 |5732k|  31 |  75 | 237 |2811 | 237 | 315 | 274 |2807 |1623 | 2.100000e+01 | 2.900000e+01 |  38.10%
5.99/6.04	c   6.0s|  3300 |   489 | 67320 |  19.8 |5805k|  31 |   - | 237 |2885 | 237 | 315 | 274 |2906 |1671 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.09/6.14	c   6.1s|  3400 |   519 | 69518 |  19.8 |5882k|  31 |  41 | 237 |2964 | 237 | 315 | 274 |3001 |1683 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.19/6.24	c   6.2s|  3500 |   533 | 71207 |  19.7 |5951k|  31 |  75 | 237 |3038 | 237 | 315 | 274 |3099 |1714 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.29/6.34	c   6.3s|  3600 |   544 | 72877 |  19.7 |6006k|  31 | 109 | 237 |3106 | 237 | 315 | 274 |3203 |1736 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.39/6.47	c   6.5s|  3700 |   575 | 75917 |  19.9 |6100k|  31 |  34 | 237 |3159 | 237 | 315 | 274 |3312 |1756 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.49/6.57	c   6.6s|  3800 |   605 | 78068 |  20.0 |6173k|  31 |  50 | 237 |3184 | 237 | 315 | 274 |3407 |1768 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.59/6.67	c   6.7s|  3900 |   632 | 79911 |  19.9 |6267k|  31 |  36 | 237 |3266 | 237 | 315 | 274 |3521 |1782 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.69/6.75	c   6.8s|  4000 |   630 | 81857 |  19.9 |6330k|  31 |   - | 237 |3317 | 237 | 315 | 274 |3645 |1782 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.79/6.85	c   6.9s|  4100 |   650 | 84205 |  20.0 |6408k|  31 |   - | 237 |3375 | 237 | 315 | 274 |3790 |1786 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.89/6.96	c   7.0s|  4200 |   700 | 86954 |  20.2 |6483k|  31 |  23 | 237 |3328 | 237 | 315 | 274 |3867 |1788 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.98/7.05	c   7.1s|  4300 |   734 | 89475 |  20.3 |6563k|  31 |  76 | 237 |3329 | 237 | 315 | 274 |3959 |1790 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.09/7.15	c   7.1s|  4400 |   759 | 91925 |  20.4 |6614k|  31 |  39 | 237 |3284 | 237 | 315 | 274 |4067 |1790 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.19/7.24	c   7.2s|  4500 |   766 | 93883 |  20.4 |6620k|  31 |  54 | 237 |3227 | 237 | 315 | 274 |4167 |1790 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.29/7.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.29/7.34	c   7.3s|  4600 |   782 | 96353 |  20.5 |6644k|  31 |  43 | 237 |3123 | 237 | 315 | 274 |4272 |1790 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.39/7.44	c   7.4s|  4700 |   806 | 98991 |  20.6 |6690k|  31 |   - | 237 |3044 |   0 |   0 | 274 |4366 |1790 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.49/7.55	c   7.6s|  4800 |   846 |101749 |  20.8 |6775k|  31 |  27 | 237 |3029 | 237 | 315 | 274 |4473 |1790 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.60/7.65	c   7.7s|  4900 |   855 |103886 |  20.8 |6842k|  31 |   - | 237 |3024 |   0 |   0 | 274 |4613 |1794 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.70/7.75	c   7.7s|  5000 |   865 |105678 |  20.7 |6875k|  31 |  47 | 237 |3000 | 237 | 315 | 274 |4732 |1795 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.79/7.84	c   7.8s|  5100 |   888 |107996 |  20.8 |6924k|  31 |  24 | 237 |2994 | 237 | 315 | 274 |4856 |1795 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.89/7.95	c   8.0s|  5200 |   909 |110526 |  20.8 |7028k|  31 |  43 | 237 |3085 | 237 | 315 | 274 |4978 |1818 | 2.100000e+01 | 2.900000e+01 |  38.10%
7.99/8.03	c   8.0s|  5300 |   923 |111742 |  20.7 |7083k|  31 |   - | 237 |3152 | 237 | 315 | 274 |5072 |1839 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.09/8.12	c   8.1s|  5400 |   918 |113030 |  20.5 |7088k|  32 |  90 | 237 |3170 | 237 | 315 | 274 |5177 |1848 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.18/8.22	c   8.2s|  5500 |   943 |115369 |  20.6 |7167k|  32 |  36 | 237 |3251 | 237 | 315 | 274 |5310 |1859 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.28/8.36	c   8.4s|  5600 |   960 |117963 |  20.7 |7236k|  32 |  48 | 237 |3233 | 237 | 315 | 274 |5454 |1884 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.39/8.47	c   8.5s|  5700 |   975 |120118 |  20.7 |7247k|  32 |  96 | 237 |3119 | 237 | 315 | 274 |5545 |1907 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.49/8.58	c   8.6s|  5800 |  1012 |121840 |  20.6 |7370k|  32 |   - | 237 |3105 |   0 |   0 | 274 |5654 |1913 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.58/8.68	c   8.7s|  5900 |  1054 |123620 |  20.6 |7430k|  32 |   5 | 237 |3016 | 237 | 315 | 274 |5756 |1925 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.70/8.77	c   8.8s|  6000 |  1059 |125556 |  20.6 |7452k|  32 |   - | 237 |2955 |   0 |   0 | 274 |5864 |1930 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.79/8.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.79/8.85	c   8.9s|  6100 |  1068 |127234 |  20.5 |7463k|  32 |   - | 237 |2902 |   0 |   0 | 274 |5989 |1930 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.89/8.96	c   9.0s|  6200 |  1087 |129520 |  20.5 |7436k|  32 |  42 | 237 |2659 | 237 | 315 | 274 |6108 |1932 | 2.100000e+01 | 2.900000e+01 |  38.10%
8.99/9.07	c   9.1s|  6300 |  1098 |131544 |  20.5 |7425k|  32 |  31 | 237 |2530 | 237 | 315 | 274 |6245 |1936 | 2.100000e+01 | 2.900000e+01 |  38.10%
9.09/9.17	c   9.2s|  6400 |  1103 |133952 |  20.6 |7441k|  32 |   - | 237 |2434 |   0 |   0 | 274 |6348 |1936 | 2.100000e+01 | 2.900000e+01 |  38.10%
9.18/9.28	c   9.3s|  6500 |  1128 |136315 |  20.6 |7504k|  32 |  25 | 237 |2422 | 237 | 315 | 274 |6469 |1941 | 2.100000e+01 | 2.900000e+01 |  38.10%
9.29/9.36	c   9.4s|  6600 |  1139 |137769 |  20.6 |7557k|  32 |  24 | 237 |2423 | 237 | 315 | 274 |6563 |1942 | 2.100000e+01 | 2.900000e+01 |  38.10%
9.39/9.44	c   9.4s|  6700 |  1159 |139460 |  20.5 |7613k|  32 |   - | 237 |2466 |   0 |   0 | 274 |6683 |1942 | 2.100000e+01 | 2.900000e+01 |  38.10%
9.48/9.53	c   9.5s|  6800 |  1173 |141585 |  20.5 |7644k|  32 |  52 | 237 |2521 | 237 | 315 | 274 |6796 |1942 | 2.100000e+01 | 2.900000e+01 |  38.10%
9.59/9.61	c   9.6s|  6900 |  1192 |143278 |  20.5 |7696k|  32 |   - | 237 |2521 |   0 |   0 | 274 |6903 |1943 | 2.100000e+01 | 2.900000e+01 |  38.10%
9.69/9.74	c   9.7s|  7000 |  1242 |146798 |  20.7 |7797k|  32 |   - | 237 |2593 |   0 |   0 | 274 |7043 |1943 | 2.150000e+01 | 2.900000e+01 |  34.88%
9.79/9.84	c   9.8s|  7100 |  1249 |148479 |  20.6 |7786k|  32 |  20 | 237 |2572 | 237 | 315 | 274 |7185 |1943 | 2.166667e+01 | 2.900000e+01 |  33.85%
9.79/9.85	o 26
9.79/9.85	c S 9.8s|  7102 |  1251 |148540 |  20.6 |7792k|  32 |   0 | 237 |2575 | 237 | 315 | 274 |7188 |1943 | 2.166667e+01 | 2.600000e+01 |  20.00%
9.89/9.93	c   9.9s|  7200 |  1102 |149625 |  20.5 |7477k|  32 |   - | 237 |2488 |   0 |   0 | 274 |7316 |1943 | 2.166667e+01 | 2.600000e+01 |  20.00%
9.99/10.03	c  10.0s|  7300 |  1077 |150834 |  20.4 |7406k|  32 |   - | 237 |2403 |   0 |   0 | 274 |7475 |1943 | 2.166667e+01 | 2.600000e+01 |  20.00%
10.09/10.11	c  10.1s|  7400 |  1072 |152086 |  20.3 |7452k|  32 |  45 | 237 |2384 | 237 | 315 | 274 |7600 |1943 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.19/10.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.19/10.21	c  10.2s|  7500 |  1064 |153728 |  20.2 |7468k|  32 |  66 | 237 |2384 | 237 | 315 | 274 |7764 |1943 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.19/10.28	c  10.3s|  7600 |  1037 |154634 |  20.1 |7461k|  32 |  32 | 237 |2410 | 237 | 315 | 274 |7920 |1943 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.29/10.37	c  10.4s|  7700 |  1012 |155812 |  20.0 |7476k|  32 |   - | 237 |2411 |   0 |   0 | 274 |8058 |1943 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.38/10.44	c  10.4s|  7800 |  1013 |157201 |  19.9 |7545k|  32 |  65 | 237 |2489 | 237 | 315 | 274 |8189 |1943 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.48/10.53	c  10.5s|  7900 |   990 |158164 |  19.8 |7513k|  32 |  50 | 237 |2494 | 237 | 315 | 274 |8332 |1956 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.59/10.60	c  10.6s|  8000 |   995 |159531 |  19.7 |7571k|  32 |  70 | 237 |2576 | 237 | 315 | 274 |8456 |1973 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.69/10.70	c  10.7s|  8100 |   995 |160986 |  19.6 |7617k|  32 |  42 | 237 |2635 | 237 | 315 | 274 |8564 |1987 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.69/10.76	c  10.8s|  8200 |   976 |161953 |  19.5 |7620k|  32 |  11 | 237 |2716 | 237 | 315 | 274 |8692 |1987 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.79/10.86	c  10.9s|  8300 |  1017 |163792 |  19.5 |7738k|  32 |   - | 237 |2794 |   0 |   0 | 274 |8843 |2002 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.90/10.94	c  10.9s|  8400 |  1001 |164847 |  19.4 |7746k|  32 |  49 | 237 |2811 | 237 | 315 | 274 |8955 |2013 | 2.200000e+01 | 2.600000e+01 |  18.18%
10.99/11.02	c  11.0s|  8500 |  1018 |166426 |  19.3 |7769k|  32 |  54 | 237 |2794 | 237 | 315 | 274 |9044 |2032 | 2.200000e+01 | 2.600000e+01 |  18.18%
11.09/11.13	c  11.1s|  8600 |  1024 |168049 |  19.3 |7788k|  32 |   - | 237 |2752 |   0 |   0 | 274 |9181 |2046 | 2.200000e+01 | 2.600000e+01 |  18.18%
11.18/11.20	c  11.2s|  8700 |  1033 |169384 |  19.2 |7824k|  32 |  60 | 237 |2807 | 237 | 315 | 274 |9307 |2052 | 2.200000e+01 | 2.600000e+01 |  18.18%
11.18/11.28	c  11.3s|  8800 |  1039 |170907 |  19.2 |7890k|  32 |  33 | 237 |2879 | 237 | 315 | 274 |9429 |2061 | 2.200000e+01 | 2.600000e+01 |  18.18%
11.29/11.36	c  11.4s|  8900 |  1050 |171949 |  19.1 |7919k|  32 |  63 | 237 |2920 | 237 | 315 | 274 |9549 |2071 | 2.200000e+01 | 2.600000e+01 |  18.18%
11.39/11.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.39/11.44	c  11.4s|  9000 |  1067 |173341 |  19.0 |7961k|  32 |   - | 237 |2928 |   0 |   0 | 274 |9635 |2075 | 2.200000e+01 | 2.600000e+01 |  18.18%
11.49/11.53	c  11.5s|  9100 |  1053 |174843 |  19.0 |7972k|  32 |  49 | 237 |2970 | 237 | 315 | 274 |9763 |2077 | 2.200000e+01 | 2.600000e+01 |  18.18%
11.59/11.66	c  11.7s|  9200 |  1041 |175993 |  18.9 |7999k|  32 |   - | 237 |2931 |   0 |   0 | 274 |9874 |2083 | 2.200000e+01 | 2.600000e+01 |  18.18%
11.69/11.76	c  11.8s|  9300 |  1012 |176903 |  18.8 |7926k|  32 |  44 | 237 |2883 | 237 | 315 | 274 |  10k|2090 | 2.233333e+01 | 2.600000e+01 |  16.42%
11.78/11.83	c  11.8s|  9400 |   998 |177765 |  18.7 |7934k|  32 |  35 | 237 |2875 | 237 | 315 | 274 |  10k|2091 | 2.233333e+01 | 2.600000e+01 |  16.42%
11.89/11.92	c  11.9s|  9500 |   986 |179042 |  18.6 |7945k|  32 |  52 | 237 |2889 | 237 | 315 | 274 |  10k|2091 | 2.233333e+01 | 2.600000e+01 |  16.42%
12.00/12.02	c  12.0s|  9600 |   957 |180634 |  18.6 |7837k|  32 |  36 | 237 |2827 | 237 | 315 | 274 |  10k|2095 | 2.275000e+01 | 2.600000e+01 |  14.29%
12.00/12.10	c  12.1s|  9700 |   943 |181520 |  18.5 |7820k|  32 |  37 | 237 |2774 | 237 | 315 | 274 |  10k|2095 | 2.275000e+01 | 2.600000e+01 |  14.29%
12.09/12.18	c  12.2s|  9800 |   929 |182937 |  18.5 |7778k|  32 |  46 | 237 |2789 | 237 | 315 | 274 |  10k|2095 | 2.300000e+01 | 2.600000e+01 |  13.04%
12.18/12.28	c  12.3s|  9900 |   912 |184684 |  18.4 |7692k|  32 |  19 | 237 |2823 | 237 | 315 | 274 |  10k|2095 | 2.300000e+01 | 2.600000e+01 |  13.04%
12.29/12.36	c  12.4s| 10000 |   891 |186142 |  18.4 |7637k|  32 |   - | 237 |2814 |   0 |   0 | 274 |  11k|2099 | 2.300000e+01 | 2.600000e+01 |  13.04%
12.38/12.43	c  12.4s| 10100 |   895 |187607 |  18.4 |7666k|  32 |  97 | 237 |2859 | 237 | 315 | 274 |  11k|2099 | 2.300000e+01 | 2.600000e+01 |  13.04%
12.49/12.57	c  12.6s| 10200 |   835 |189452 |  18.4 |7509k|  32 |  33 | 237 |2757 | 237 | 315 | 274 |  11k|2101 | 2.300000e+01 | 2.600000e+01 |  13.04%
12.59/12.67	c  12.7s| 10300 |   808 |191349 |  18.4 |7361k|  32 |   5 | 237 |2683 | 237 | 315 | 274 |  11k|2101 | 2.300000e+01 | 2.600000e+01 |  13.04%
12.69/12.76	c  12.8s| 10400 |   783 |192260 |  18.3 |7368k|  32 |   - | 237 |2715 |   0 |   0 | 274 |  11k|2102 | 2.300000e+01 | 2.600000e+01 |  13.04%
12.78/12.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.78/12.86	c  12.9s| 10500 |   724 |193325 |  18.2 |7215k|  32 |   - | 237 |2664 |   0 |   0 | 274 |  11k|2102 | 2.300000e+01 | 2.600000e+01 |  13.04%
12.89/12.96	c  13.0s| 10600 |   682 |194899 |  18.2 |7045k|  32 |  42 | 237 |2629 | 237 | 315 | 274 |  11k|2102 | 2.300000e+01 | 2.600000e+01 |  13.04%
12.99/13.05	c  13.1s| 10700 |   668 |196325 |  18.2 |6950k|  32 |   - | 237 |2661 |   0 |   0 | 274 |  12k|2102 | 2.333333e+01 | 2.600000e+01 |  11.43%
13.09/13.15	c  13.2s| 10800 |   638 |198051 |  18.1 |6864k|  32 |   - | 237 |2633 |   0 |   0 | 274 |  12k|2102 | 2.360000e+01 | 2.600000e+01 |  10.17%
13.19/13.23	c  13.2s| 10900 |   622 |199739 |  18.1 |6855k|  32 |  36 | 237 |2686 | 237 | 315 | 274 |  12k|2102 | 2.366667e+01 | 2.600000e+01 |   9.86%
13.29/13.35	c  13.4s| 11000 |   584 |201847 |  18.2 |6658k|  32 |   - | 237 |2590 | 237 | 315 | 274 |  12k|2102 | 2.400000e+01 | 2.600000e+01 |   8.33%
13.39/13.45	c  13.5s| 11100 |   583 |204397 |  18.2 |6621k|  32 |  16 | 237 |2540 | 237 | 315 | 274 |  12k|2103 | 2.400000e+01 | 2.600000e+01 |   8.33%
13.48/13.52	c  13.5s| 11200 |   574 |205917 |  18.2 |6638k|  32 |   - | 237 |2646 |   0 |   0 | 274 |  12k|2103 | 2.400000e+01 | 2.600000e+01 |   8.33%
13.59/13.60	c  13.6s| 11300 |   546 |207651 |  18.2 |6586k|  32 |   - | 237 |2732 | 237 | 315 | 274 |  12k|2103 | 2.400000e+01 | 2.600000e+01 |   8.33%
13.68/13.70	c  13.7s| 11400 |   509 |208972 |  18.1 |6451k|  32 |   - | 237 |2751 | 237 | 315 | 274 |  13k|2103 | 2.400000e+01 | 2.600000e+01 |   8.33%
13.68/13.79	c  13.8s| 11500 |   454 |209852 |  18.1 |6320k|  32 |  43 | 237 |2629 | 237 | 315 | 274 |  13k|2103 | 2.400000e+01 | 2.600000e+01 |   8.33%
13.79/13.89	c  13.9s| 11600 |   368 |210711 |  18.0 |5989k|  32 |  12 | 237 |2503 | 237 | 315 | 274 |  13k|2103 | 2.400000e+01 | 2.600000e+01 |   8.33%
13.89/13.99	c  14.0s| 11700 |   318 |212278 |  18.0 |5721k|  32 |   - | 237 |2130 |   0 |   0 | 274 |  13k|2103 | 2.500000e+01 | 2.600000e+01 |   4.00%
13.99/14.08	c  14.1s| 11800 |   297 |214079 |  18.0 |5642k|  32 |  39 | 237 |2103 | 237 | 315 | 274 |  13k|2103 | 2.500000e+01 | 2.600000e+01 |   4.00%
14.09/14.14	o 25
14.09/14.14	c *14.1s| 11881 |     0 |215109 |  17.9 |4418k|  32 |   - | 237 |2097 | 237 | 315 | 274 |  13k|2103 | 2.500000e+01 | 2.500000e+01 |   0.00%
14.09/14.14	c 
14.09/14.14	c SCIP Status        : problem is solved [optimal solution found]
14.09/14.14	c Solving Time (sec) : 14.15
14.09/14.14	c Solving Nodes      : 11881
14.09/14.14	c Primal Bound       : +2.50000000000000e+01 (9 solutions)
14.09/14.14	c Dual Bound         : +2.50000000000000e+01
14.09/14.14	c Gap                : 0.00 %
14.09/14.15	s OPTIMUM FOUND
14.09/14.15	v 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 x68 x69 x70 x71 x72 x73 
14.09/14.15	v x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 -x100 x101 x102 x103 
14.09/14.15	v x104 x105 x106 x107 x108 x109 -x110 x111 x112 -x113 -x114 -x115 x116 x117 x118 x119 x120 x121 -x122 -x123 -x124 -x125 -x126 
14.09/14.15	v x127 x128 -x129 -x130 -x131 -x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 
14.09/14.15	v x152 x153 x154 x155 x156 x157 x158 x159 x160 -x161 x162 x163 x164 x165 x166 x167 -x168 x169 x170 -x171 -x172 -x173 x174 x175 
14.09/14.15	v x176 x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x17 -x16 -x15 -x14 -x13 -x12 x188 x189 x190 x191 x192 
14.09/14.15	v x193 x194 x195 x196 -x197 x198 x199 x200 -x201 x202 x203 -x204 -x205 -x206 x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 
14.09/14.15	v -x216 -x217 -x11 -x10 -x9 -x8 -x7 -x6 x218 x219 x220 -x221 x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x23 
14.09/14.15	v -x22 -x21 -x20 -x19 x18 -x232 -x233 -x234 -x235 -x236 -x29 -x28 -x27 x26 -x25 -x24 -x237 -x41 -x40 x39 -x38 -x37 -x36 -x35 
14.09/14.15	v -x34 x33 -x32 -x31 -x30 x238 -x5 -x4 x3 -x2 -x1 
14.09/14.15	c SCIP Status        : problem is solved [optimal solution found]
14.09/14.15	c Total Time         :      14.15
14.09/14.15	c   solving          :      14.15
14.09/14.15	c   presolving       :       0.01 (included in solving)
14.09/14.15	c   reading          :       0.00 (included in solving)
14.09/14.15	c   copying          :       0.08 (7 #copies) (minimal 0.01, maximal 0.01, average 0.01)
14.09/14.15	c Original Problem   :
14.09/14.15	c   Problem name     : HOME/instance-3693319-1338033753.opb
14.09/14.15	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
14.09/14.15	c   Constraints      : 399 initial, 399 maximal
14.09/14.15	c   Objective sense  : minimize
14.09/14.15	c Presolved Problem  :
14.09/14.15	c   Problem name     : t_HOME/instance-3693319-1338033753.opb
14.09/14.15	c   Variables        : 237 (237 binary, 0 integer, 0 implicit integer, 0 continuous)
14.09/14.15	c   Constraints      : 236 initial, 3379 maximal
14.09/14.15	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
14.09/14.15	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          2         12         31
14.09/14.15	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   linear           :       0.01       0.00          1          0          0          1          0        165          0          0         41
14.09/14.15	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
14.09/14.15	c   root node        :          -          -         12          -          -         12          -          -          -          -          -
14.09/14.15	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
14.09/14.15	c   integral         :          0          0          0          0       7894          0          8          0          8        396          0          0      15436
14.09/14.15	c   knapsack         :         70         70          6      48187          4          0          5      50394        831      51901        258          0          0
14.09/14.15	c   setppc           :          2          2          6        546          0          0          2        911          0         20          0          0          0
14.09/14.15	c   linear           :        164        164          6      47362          1          0          2      49805       5196     266866          0          0          0
14.09/14.15	c   logicor          :          0+      3145          6      25342          0          0          0      38500        385      16607          0          0          0
14.09/14.15	c   countsols        :          0          0          0          0          7          0          4          0          0          0          0          0          0
14.09/14.15	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
14.09/14.15	c   integral         :       3.38       0.00       0.00       0.00       3.38       0.00       0.00       0.00
14.09/14.15	c   knapsack         :       0.44       0.00       0.00       0.40       0.00       0.00       0.00       0.03
14.09/14.15	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
14.09/14.15	c   linear           :       1.50       0.00       0.00       1.44       0.00       0.00       0.00       0.06
14.09/14.15	c   logicor          :       0.67       0.00       0.00       0.65       0.00       0.00       0.00       0.02
14.09/14.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
14.09/14.15	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
14.09/14.15	c   rootredcost      :          8          0          0          2
14.09/14.15	c   pseudoobj        :      56005        967         11        762
14.09/14.15	c   vbounds          :          0          0          0          0
14.09/14.15	c   redcost          :       7978          0          0         99
14.09/14.15	c   probing          :          0          0          0          0
14.09/14.15	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
14.09/14.15	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
14.09/14.15	c   pseudoobj        :       0.05       0.00       0.00       0.04       0.00
14.09/14.15	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
14.09/14.15	c   redcost          :       0.04       0.00       0.00       0.04       0.00
14.09/14.15	c   probing          :       0.00       0.00       0.00       0.00       0.00
14.09/14.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
14.09/14.15	c   propagation      :       0.22       6423       6394      37489       18.1        152       16.8          -
14.09/14.15	c   infeasible LP    :       0.04        792        792       2661       12.9         54       14.4          0
14.09/14.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
14.09/14.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
14.09/14.15	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
14.09/14.15	c   applied globally :          -          -          -      13857       15.2          -          -          -
14.09/14.15	c   applied locally  :          -          -          -          4       32.8          -          -          -
14.09/14.15	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
14.09/14.15	c   cut pool         :       0.00                     5          -          -        274          -    (maximal pool size: 1756)
14.09/14.15	c   closecuts        :       0.00       0.00          0          0          0          0          0
14.09/14.15	c   impliedbounds    :       0.00       0.00          6          0          0          3          0
14.09/14.15	c   intobj           :       0.00       0.00          0          0          0          0          0
14.09/14.15	c   gomory           :       0.02       0.00          6          0          0        138          0
14.09/14.15	c   cgmip            :       0.00       0.00          0          0          0          0          0
14.09/14.15	c   strongcg         :       0.02       0.00          6          0          0        274          0
14.09/14.15	c   cmir             :       0.06       0.00          6          0          0        728          0
14.09/14.15	c   flowcover        :       0.08       0.00          6          0          0       1064          0
14.09/14.15	c   clique           :       0.00       0.00          6          0          0          0          0
14.09/14.15	c   zerohalf         :       0.00       0.00          0          0          0          0          0
14.09/14.15	c   mcf              :       0.00       0.00          1          0          0          0          0
14.09/14.15	c   oddcycle         :       0.00       0.00          0          0          0          0          0
14.09/14.15	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
14.09/14.15	c Pricers            :   ExecTime  SetupTime      Calls       Vars
14.09/14.15	c   problem variables:       0.00          -          0          0
14.09/14.15	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
14.09/14.15	c   relpscost        :       3.37       0.00       7887          8        396          0          0      15436
14.09/14.15	c   pscost           :       0.00       0.00          0          0          0          0          0          0
14.09/14.15	c   inference        :       0.00       0.00          0          0          0          0          0          0
14.09/14.15	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
14.09/14.15	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
14.09/14.15	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
14.09/14.15	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
14.09/14.15	c   random           :       0.00       0.00          0          0          0          0          0          0
14.09/14.15	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
14.09/14.15	c   LP solutions     :       0.00          -          -          7
14.09/14.15	c   pseudo solutions :       0.00          -          -          0
14.09/14.15	c   oneopt           :       0.00       0.00          8          0
14.09/14.15	c   crossover        :       0.14       0.00          2          0
14.09/14.15	c   pscostdiving     :       0.10       0.00         52          0
14.09/14.15	c   veclendiving     :       0.09       0.00         52          0
14.09/14.15	c   linesearchdiving :       0.10       0.00         52          0
14.09/14.15	c   objpscostdiving  :       0.08       0.00         26          0
14.09/14.15	c   rootsoldiving    :       0.11       0.00         26          1
14.09/14.15	c   fracdiving       :       0.09       0.00         53          0
14.09/14.15	c   guideddiving     :       0.11       0.00         53          0
14.09/14.15	c   smallcard        :       0.00       0.00          0          0
14.09/14.15	c   trivial          :       0.00       0.00          2          0
14.09/14.15	c   shiftandpropagate:       0.01       0.00          1          0
14.09/14.15	c   simplerounding   :       0.00       0.00          0          0
14.09/14.15	c   zirounding       :       0.02       0.00       1000          1
14.09/14.15	c   rounding         :       0.05       0.00       1201          0
14.09/14.15	c   shifting         :       0.40       0.00        336          0
14.09/14.15	c   intshifting      :       0.00       0.00          0          0
14.09/14.15	c   twoopt           :       0.00       0.00          0          0
14.09/14.15	c   indtwoopt        :       0.00       0.00          0          0
14.09/14.15	c   indoneopt        :       0.01       0.00          0          0
14.09/14.15	c   fixandinfer      :       0.00       0.00          0          0
14.09/14.15	c   feaspump         :       0.02       0.00          1          0
14.09/14.15	c   clique           :       0.00       0.00          0          0
14.09/14.15	c   coefdiving       :       0.09       0.00         53          0
14.09/14.15	c   indrounding      :       0.00       0.00          0          0
14.09/14.15	c   indcoefdiving    :       0.00       0.00          0          0
14.09/14.15	c   nlpdiving        :       0.00       0.00          0          0
14.09/14.15	c   intdiving        :       0.00       0.00          0          0
14.09/14.15	c   actconsdiving    :       0.00       0.00          0          0
14.09/14.15	c   octane           :       0.00       0.00          0          0
14.09/14.15	c   rens             :       0.01       0.00          0          0
14.09/14.15	c   rins             :       0.00       0.00          0          0
14.09/14.15	c   localbranching   :       0.00       0.00          0          0
14.09/14.15	c   mutation         :       0.00       0.00          0          0
14.09/14.15	c   dins             :       0.00       0.00          0          0
14.09/14.15	c   vbounds          :       0.00       0.00          0          0
14.09/14.15	c   undercover       :       0.00       0.00          0          0
14.09/14.15	c   subnlp           :       0.00       0.00          0          0
14.09/14.15	c   trysol           :       0.00       0.00          0          0
14.09/14.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
14.09/14.15	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
14.09/14.15	c   dual LP          :       4.27       8648     198981      23.45   46643.12       0.02        164
14.09/14.15	c   lex dual LP      :       0.00          0          0       0.00          -
14.09/14.15	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
14.09/14.15	c   diving/probing LP:       0.46       1513      16128      10.66   35030.03
14.09/14.15	c   strong branching :       3.24       2103     103017      48.99   31769.37
14.09/14.15	c     (at root node) :          -         26      10568     406.46          -
14.09/14.15	c   conflict analysis:       0.00          0          0       0.00          -
14.09/14.15	c B&B Tree           :
14.09/14.15	c   number of runs   :          1
14.09/14.15	c   nodes            :      11881
14.09/14.15	c   nodes (total)    :      11881
14.09/14.15	c   nodes left       :          0
14.09/14.15	c   max depth        :         32
14.09/14.15	c   max depth (total):         32
14.09/14.15	c   backtracks       :       3661 (30.8%)
14.09/14.15	c   delayed cutoffs  :       2976
14.09/14.15	c   repropagations   :      12693 (126180 domain reductions, 2271 cutoffs)
14.09/14.15	c   avg switch length:       6.75
14.09/14.15	c   switching time   :       1.35
14.09/14.15	c Solution           :
14.09/14.15	c   Solutions found  :          9 (9 improvements)
14.09/14.15	c   First Solution   : +4.80000000000000e+01   (in run 1, after 79 nodes, 2.89 seconds, depth 21, found by <zirounding>)
14.09/14.15	c   Primal Bound     : +2.50000000000000e+01   (in run 1, after 11881 nodes, 14.15 seconds, depth 17, found by <relaxation>)
14.09/14.15	c   Dual Bound       : +2.50000000000000e+01
14.09/14.15	c   Gap              :       0.00 %
14.09/14.15	c   Root Dual Bound  : +2.10000000000000e+01
14.09/14.15	c   Root Iterations  :       2136
14.09/14.15	c Time complete: 14.14.

Verifier Data

OK	25

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-3693319-1338033753/watcher-3693319-1338033753 -o /tmp/evaluation-result-3693319-1338033753/solver-3693319-1338033753 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693319-1338033753.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.02 2.03 2.00 3/176 9991
/proc/meminfo: memFree=28800964/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=10116 CPUtime=0 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 1266 0 0 0 0 0 0 0 20 0 1 0 269499820 10358784 1220 33554432000 4194304 10169799 140736226125200 140733910044248 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 2529 1220 412 1459 0 1061 0

[startup+0.0720879 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 9991
/proc/meminfo: memFree=28800964/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=20784 CPUtime=0.06 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 4266 0 0 0 6 0 0 0 20 0 1 0 269499820 21282816 3963 33554432000 4194304 10169799 140736226125200 140733910044248 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 5196 3963 814 1459 0 3728 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20784

[startup+0.100285 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 9991
/proc/meminfo: memFree=28800964/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=21300 CPUtime=0.08 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 4366 0 0 0 8 0 0 0 20 0 1 0 269499820 21811200 4062 33554432000 4194304 10169799 140736226125200 140733910044248 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 5325 4062 814 1459 0 3857 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21300

[startup+0.300277 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 9991
/proc/meminfo: memFree=28800964/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=24152 CPUtime=0.29 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 5105 0 0 0 28 1 0 0 20 0 1 0 269499820 24731648 4791 33554432000 4194304 10169799 140736226125200 140733910044248 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 6038 4791 814 1459 0 4570 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24152

[startup+0.700267 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 9991
/proc/meminfo: memFree=28800964/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=24308 CPUtime=0.69 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 5907 0 0 0 67 2 0 0 20 0 1 0 269499820 24891392 4928 33554432000 4194304 10169799 140736226125200 140736226119800 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 6077 4928 844 1459 0 4609 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24308

[startup+1.50027 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9992
/proc/meminfo: memFree=28784216/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=24308 CPUtime=1.49 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 5910 0 0 0 145 4 0 0 20 0 1 0 269499820 24891392 4931 33554432000 4194304 10169799 140736226125200 140736226119800 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 6077 4931 845 1459 0 4609 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24308

[startup+3.10027 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9992
/proc/meminfo: memFree=28795504/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=24308 CPUtime=3.09 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 5911 0 0 0 300 9 0 0 20 0 1 0 269499820 24891392 4932 33554432000 4194304 10169799 140736226125200 140736226122280 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 6077 4932 846 1459 0 4609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24308

[startup+6.30022 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9992
/proc/meminfo: memFree=28792528/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=27892 CPUtime=6.29 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 9866 0 0 0 606 23 0 0 20 0 1 0 269499820 28561408 5815 33554432000 4194304 10169799 140736226125200 140736226122824 6365104 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 6973 5815 854 1459 0 5505 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27892

[startup+12.7002 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9992
/proc/meminfo: memFree=28780888/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=32016 CPUtime=12.69 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 18584 0 0 0 1221 48 0 0 20 0 1 0 269499820 32784384 6852 33554432000 4194304 10169799 140736226125200 140736226123720 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 8004 6852 854 1459 0 6536 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32016

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

[startup+13.5002 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9992
/proc/meminfo: memFree=28780516/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=32044 CPUtime=13.48 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 19824 0 0 0 1297 51 0 0 20 0 1 0 269499820 32813056 6880 33554432000 4194304 10169799 140736226125200 140736226122840 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 8011 6880 854 1459 0 6543 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 32044

[startup+13.9002 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9992
/proc/meminfo: memFree=28780516/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=32044 CPUtime=13.89 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 19833 0 0 0 1336 53 0 0 20 0 1 0 269499820 32813056 6889 33554432000 4194304 10169799 140736226125200 140736226122840 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 8011 6889 854 1459 0 6543 0
Current children cumulated CPU time (s) 13.89
Current children cumulated vsize (KiB) 32044

[startup+14.1002 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 9992
/proc/meminfo: memFree=28780516/32873844 swapFree=7900/7900
[pid=9991] ppid=9989 vsize=32044 CPUtime=14.09 cores=0,2,4,6
/proc/9991/stat : 9991 (scip-2.1.1.4sfi) R 9989 9991 6871 0 -1 4202496 19834 0 0 0 1355 54 0 0 20 0 1 0 269499820 32813056 6890 33554432000 4194304 10169799 140736226125200 140736226122840 4417808 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9991/statm: 8011 6890 854 1459 0 6543 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 32044

Child status: 0
Real time (s): 14.1578
CPU time (s): 14.1548
CPU user time (s): 13.6069
CPU system time (s): 0.547916
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 36560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6069
system time used= 0.547916
maximum resident set size= 41924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19839
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= 15

runsolver used 0.032994 second user time and 0.072988 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 14:02:33
IDJOB=3693319
IDBENCH=2936
IDSOLVER=2272
FILE ID=node137/3693319-1338033753
RUNJOBID= node137-1338017245-7420
PBS_JOBID= 14624260
Free space on /tmp= 71268 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/bounded_golomb_rulers/normalized-bogr_7.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-3693319-1338033753/watcher-3693319-1338033753 -o /tmp/evaluation-result-3693319-1338033753/solver-3693319-1338033753 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693319-1338033753.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4bc9c47dc743f36fab4669cf3c8ccd21
RANDOM SEED=1207322201

node137.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.600
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.20
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.600
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.91
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.600
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.600
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.600
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.600
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.600
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.600
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:        28801500 kB
Buffers:          255780 kB
Cached:          2787296 kB
SwapCached:        22060 kB
Active:          1165028 kB
Inactive:        2121448 kB
Active(anon):     222980 kB
Inactive(anon):    22680 kB
Active(file):     942048 kB
Inactive(file):  2098768 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             13648 kB
Writeback:             0 kB
AnonPages:        230472 kB
Mapped:            13144 kB
Shmem:                 0 kB
Slab:             645932 kB
SReclaimable:      87560 kB
SUnreclaim:       558372 kB
KernelStack:        1456 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     346616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71252 MiB
End job on node137 at 2012-05-26 14:02:47