Trace number 3451090

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4OPT1 354.282 354.363

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark38.3052
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3451090-1307096498.opb>
0.00/0.01	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c presolving (2 rounds):
0.00/0.01	c  0 deleted vars, 4 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	o 1075
0.00/0.01	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.01	c T 0.0s|     1 |     0 |     0 |     - | 383k|   0 |   - |  94 |   4 |  94 |   4 |   0 |   0 |   0 |      --      | 1.075000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    19 |     - | 367k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.075000e+03 |    Inf 
0.00/0.02	o 994
0.00/0.02	c y 0.0s|     1 |     0 |    19 |     - | 392k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    25 |     - | 410k|   0 |   8 |  94 |  13 |  94 |   8 |   4 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    33 |     - | 456k|   0 |  11 |  94 |  13 |  94 |  14 |  10 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    59 |     - | 484k|   0 |  10 |  94 |  13 |  94 |  19 |  15 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    71 |     - | 509k|   0 |  12 |  94 |  13 |  94 |  22 |  18 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |    83 |     - | 536k|   0 |  10 |  94 |  13 |  94 |  26 |  22 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.05	c   0.0s|     1 |     0 |    90 |     - | 575k|   0 |  10 |  94 |  13 |  94 |  30 |  26 |   0 |   0 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.07	c   0.1s|     1 |     2 |   141 |     - | 576k|   0 |  10 |  94 |  13 |  94 |  30 |  26 |   0 |   9 | 0.000000e+00 | 9.940000e+02 |    Inf 
0.03/0.08	o 145
0.03/0.08	c c 0.1s|    16 |    16 |   238 |   9.9 | 597k|  15 |   - |  94 |  13 |  94 |  11 |  26 |   0 |  69 | 0.000000e+00 | 1.450000e+02 |    Inf 
0.03/0.09	o 143
0.03/0.09	c * 0.1s|    37 |    35 |   346 |   7.1 | 596k|  19 |   - |  94 |  13 |  94 |  11 |  26 |   0 | 123 | 0.000000e+00 | 1.430000e+02 |    Inf 
0.03/0.09	o 141
0.03/0.09	c * 0.1s|    38 |    34 |   346 |   6.9 | 597k|  19 |   - |  94 |  13 |  94 |  11 |  26 |   0 | 123 | 0.000000e+00 | 1.410000e+02 |    Inf 
0.08/0.10	o 140
0.08/0.10	c v 0.1s|    65 |    61 |   450 |   5.6 | 633k|  19 |   - |  94 |  13 |  94 |  11 |  26 |   3 | 181 | 0.000000e+00 | 1.400000e+02 |    Inf 
0.08/0.11	o 139
0.08/0.11	c * 0.1s|   102 |    96 |   663 |   5.7 | 647k|  24 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 238 | 0.000000e+00 | 1.390000e+02 |    Inf 
0.08/0.11	o 137
0.08/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.11	c l 0.1s|   105 |    99 |   667 |   5.5 | 650k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 245 | 0.000000e+00 | 1.370000e+02 |    Inf 
0.08/0.12	o 136
0.08/0.12	c * 0.1s|   116 |   108 |   701 |   5.3 | 658k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 254 | 0.000000e+00 | 1.360000e+02 |    Inf 
0.08/0.12	o 132
0.08/0.12	c * 0.1s|   119 |   108 |   702 |   5.2 | 659k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 258 | 0.000000e+00 | 1.320000e+02 |    Inf 
0.08/0.13	o 130
0.08/0.13	c * 0.1s|   161 |   136 |   824 |   4.6 | 676k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 312 | 0.000000e+00 | 1.300000e+02 |    Inf 
0.08/0.13	o 128
0.08/0.13	c c 0.1s|   163 |   134 |   824 |   4.5 | 677k|  26 |   - |  94 |  14 |  94 |  11 |  26 |   4 | 314 | 0.000000e+00 | 1.280000e+02 |    Inf 
0.08/0.13	o 126
0.08/0.13	c p 0.1s|   163 |   131 |   824 |   4.5 | 686k|  26 |   - |  94 |  15 |  94 |  11 |  26 |   5 | 314 | 0.000000e+00 | 1.260000e+02 |    Inf 
0.08/0.14	o 125
0.08/0.14	c * 0.1s|   196 |   162 |   940 |   4.4 | 701k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 334 | 0.000000e+00 | 1.250000e+02 |    Inf 
0.08/0.14	o 123
0.08/0.14	c * 0.1s|   199 |   161 |   941 |   4.3 | 700k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 338 | 0.000000e+00 | 1.230000e+02 |    Inf 
0.08/0.14	o 121
0.08/0.14	c * 0.1s|   201 |   161 |   941 |   4.3 | 701k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 338 | 0.000000e+00 | 1.210000e+02 |    Inf 
0.08/0.14	o 119
0.08/0.14	c * 0.1s|   202 |   159 |   941 |   4.2 | 702k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 338 | 0.000000e+00 | 1.190000e+02 |    Inf 
0.08/0.15	o 118
0.08/0.15	c g 0.2s|   230 |   186 |  1035 |   4.1 | 717k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 368 | 0.000000e+00 | 1.180000e+02 |    Inf 
0.08/0.15	o 116
0.08/0.15	c c 0.2s|   230 |   183 |  1035 |   4.1 | 716k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 368 | 0.000000e+00 | 1.160000e+02 |    Inf 
0.08/0.16	o 115
0.08/0.16	c * 0.2s|   236 |   185 |  1057 |   4.1 | 720k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 374 | 0.000000e+00 | 1.150000e+02 |    Inf 
0.08/0.16	o 113
0.08/0.16	c * 0.2s|   239 |   185 |  1060 |   4.1 | 722k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 379 | 0.000000e+00 | 1.130000e+02 |    Inf 
0.08/0.16	o 111
0.08/0.16	c * 0.2s|   240 |   182 |  1060 |   4.1 | 722k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   5 | 379 | 0.000000e+00 | 1.110000e+02 |    Inf 
0.08/0.17	o 110
0.08/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.17	c * 0.2s|   269 |   206 |  1162 |   4.0 | 737k|  26 |   - |  94 |   6 |  94 |  11 |  26 |   6 | 395 | 0.000000e+00 | 1.100000e+02 |    Inf 
0.08/0.17	o 108
0.08/0.17	c v 0.2s|   298 |   228 |  1242 |   3.9 | 763k|  26 |   - |  94 |   8 |  94 |  11 |  26 |  11 | 405 | 0.000000e+00 | 1.080000e+02 |    Inf 
0.08/0.18	o 107
0.08/0.18	c * 0.2s|   323 |   249 |  1308 |   3.8 | 774k|  26 |   - |  94 |   9 |  94 |  11 |  26 |  12 | 413 | 0.000000e+00 | 1.070000e+02 |    Inf 
0.08/0.18	o 105
0.08/0.18	c l 0.2s|   325 |   246 |  1313 |   3.8 | 777k|  26 |   - |  94 |  12 |  94 |  11 |  26 |  15 | 420 | 0.000000e+00 | 1.050000e+02 |    Inf 
0.08/0.18	o 103
0.08/0.18	c * 0.2s|   338 |   253 |  1345 |   3.7 | 786k|  26 |   - |  94 |  13 |  94 |  11 |  26 |  16 | 435 | 0.000000e+00 | 1.030000e+02 |    Inf 
0.08/0.18	o 95
0.08/0.18	c g 0.2s|   340 |   241 |  1352 |   3.7 | 782k|  26 |   - |  94 |  13 |  94 |  11 |  26 |  16 | 439 | 0.000000e+00 | 9.500000e+01 |    Inf 
0.08/0.19	o 93
0.08/0.19	c * 0.2s|   365 |   252 |  1406 |   3.6 | 787k|  26 |   - |  94 |  13 |  94 |  11 |  26 |  17 | 449 | 0.000000e+00 | 9.300000e+01 |    Inf 
0.19/0.22	o 42
0.19/0.22	c g 0.2s|   468 |   289 |  1769 |   3.6 | 803k|  27 |   - |  94 |  18 |  94 |  11 |  26 |  26 | 477 | 0.000000e+00 | 4.200000e+01 |    Inf 
0.19/0.22	o 41
0.19/0.22	c * 0.2s|   472 |   288 |  1783 |   3.6 | 799k|  27 |   - |  94 |  18 |  94 |  11 |  26 |  26 | 477 | 0.000000e+00 | 4.100000e+01 |    Inf 
0.19/0.24	o 20
0.19/0.24	c g 0.2s|   572 |   323 |  2173 |   3.6 | 822k|  27 |   - |  94 |  26 |  94 |  11 |  26 |  38 | 489 | 0.000000e+00 | 2.000000e+01 |    Inf 
0.29/0.33	o 15
0.29/0.33	c g 0.3s|   886 |   564 |  3738 |   4.1 | 962k|  27 |   - |  94 | 117 |  94 |  11 |  26 | 131 | 502 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.39/0.49	o 13
0.39/0.49	c s 0.5s|  1497 |  1000 |  6521 |   4.3 |1248k|  27 |   3 |  94 | 338 |  94 |  11 |  26 | 356 | 514 | 0.000000e+00 | 1.300000e+01 |    Inf 
0.39/0.49	o 11
0.39/0.49	c * 0.5s|  1497 |   992 |  6521 |   4.3 |1243k|  27 |   - |  94 | 338 |  94 |  11 |  26 | 356 | 514 | 0.000000e+00 | 1.100000e+01 |    Inf 
1.19/1.25	o 10
1.19/1.25	c * 1.2s|  4995 |  2479 | 18885 |   3.8 |2375k|  27 |   - |  94 |1228 |  94 |  11 |  26 |1249 | 544 | 0.000000e+00 | 1.000000e+01 |    Inf 
1.19/1.25	o 6
1.19/1.25	c s 1.2s|  4997 |  2429 | 18885 |   3.8 |2330k|  27 |   - |  94 |1228 |  94 |  11 |  26 |1249 | 546 | 0.000000e+00 | 6.000000e+00 |    Inf 
2.10/2.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.10/2.19	c   2.2s| 10000 |  3314 | 30628 |   3.1 |3302k|  27 |   4 |  94 |2168 |  94 |  11 |  26 |2275 | 613 | 0.000000e+00 | 6.000000e+00 |    Inf 
2.49/2.57	o 5
2.49/2.57	c * 2.6s| 11988 |  3575 | 35307 |   2.9 |3625k|  27 |   - |  94 |2513 |  94 |  11 |  26 |2685 | 641 | 0.000000e+00 | 5.000000e+00 |    Inf 
4.09/4.18	c   4.2s| 20000 |  3756 | 52498 |   2.6 |4568k|  27 |   4 |  94 |3925 |  94 |  11 |  26 |4429 | 785 | 0.000000e+00 | 5.000000e+00 |    Inf 
6.50/6.51	c   6.5s| 30000 |  3622 | 74773 |   2.5 |5351k|  27 |   4 |  94 |5278 |  94 |  11 |  26 |6723 |1074 | 0.000000e+00 | 5.000000e+00 |    Inf 
6.50/6.61	o 4
6.50/6.61	c * 6.6s| 30478 |  3618 | 75870 |   2.5 |5363k|  27 |   - |  94 |5339 |  94 |  11 |  26 |6824 |1077 | 0.000000e+00 | 4.000000e+00 |    Inf 
8.59/8.64	c   8.6s| 40000 |  3680 | 96241 |   2.4 |5342k|  27 |   - |  94 |4830 |  94 |  11 |  26 |9086 |1135 | 0.000000e+00 | 4.000000e+00 |    Inf 
10.36/10.49	c  10.5s| 50000 |  3477 |115578 |   2.3 |4794k|  27 |   4 |  94 |3535 |  94 |  11 |  26 |  11k|1143 | 0.000000e+00 | 4.000000e+00 |    Inf 
10.55/10.69	o 3
10.55/10.69	c *10.7s| 51248 |  3470 |118209 |   2.3 |4727k|  27 |   - |  94 |3387 |  94 |  11 |  26 |  11k|1143 | 0.000000e+00 | 3.000000e+00 |    Inf 
11.94/12.05	c  12.1s| 60000 |  3248 |135873 |   2.3 |4095k|  27 |   - |  94 |1942 |  94 |  11 |  26 |  13k|1166 | 0.000000e+00 | 3.000000e+00 |    Inf 
13.40/13.58	c  13.6s| 70000 |  3458 |156638 |   2.2 |4261k|  27 |   - |  94 |2078 |  94 |  11 |  26 |  15k|1224 | 0.000000e+00 | 3.000000e+00 |    Inf 
13.91/14.03	o 2
13.91/14.03	c *14.0s| 72712 |  3508 |162090 |   2.2 |4369k|  27 |   - |  94 |2170 |  94 |  11 |  26 |  16k|1232 | 0.000000e+00 | 2.000000e+00 |    Inf 
15.00/15.18	c  15.2s| 80000 |  3333 |176885 |   2.2 |4047k|  27 |   - |  94 |1687 |  94 |  11 |  26 |  17k|1251 | 0.000000e+00 | 2.000000e+00 |    Inf 
16.50/16.67	c  16.7s| 90000 |  4514 |197963 |   2.2 |4932k|  27 |   - |  94 |2168 |  94 |  11 |  26 |  19k|1251 | 0.000000e+00 | 2.000000e+00 |    Inf 
18.00/18.11	c  18.1s|100000 |  4844 |216966 |   2.2 |5413k|  27 |   - |  94 |2586 |  94 |  11 |  26 |  21k|1256 | 0.000000e+00 | 2.000000e+00 |    Inf 
19.51/19.62	c  19.6s|110000 |  4435 |235346 |   2.1 |5085k|  27 |   4 |  94 |2102 |  94 |  11 |  26 |  23k|1268 | 0.000000e+00 | 2.000000e+00 |    Inf 
21.00/21.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.00/21.13	c  21.1s|120000 |  4149 |253510 |   2.1 |5013k|  27 |   4 |  94 |2296 |  94 |  11 |  26 |  25k|1285 | 0.000000e+00 | 2.000000e+00 |    Inf 
22.50/22.62	c  22.6s|130000 |  3724 |271994 |   2.1 |4665k|  27 |   - |  94 |2070 |  94 |  11 |  26 |  27k|1298 | 0.000000e+00 | 2.000000e+00 |    Inf 
23.90/24.08	c  24.1s|140000 |  4137 |291816 |   2.1 |5189k|  27 |   4 |  94 |2641 |  94 |  11 |  26 |  28k|1305 | 0.000000e+00 | 2.000000e+00 |    Inf 
25.50/25.60	c  25.6s|150000 |  3872 |310750 |   2.1 |5105k|  27 |   4 |  94 |2794 |  94 |  11 |  26 |  30k|1306 | 0.000000e+00 | 2.000000e+00 |    Inf 
27.01/27.17	c  27.2s|160000 |  3969 |330150 |   2.1 |5299k|  27 |   4 |  94 |3271 |  94 |  11 |  26 |  32k|1310 | 0.000000e+00 | 2.000000e+00 |    Inf 
28.60/28.79	c  28.8s|170000 |  4654 |350365 |   2.1 |5941k|  27 |   4 |  94 |3681 |  94 |  11 |  26 |  33k|1313 | 0.000000e+00 | 2.000000e+00 |    Inf 
30.20/30.38	c  30.4s|180000 |  4355 |368911 |   2.0 |5938k|  27 |   4 |  94 |3831 |  94 |  11 |  26 |  35k|1318 | 0.000000e+00 | 2.000000e+00 |    Inf 
31.90/32.07	c  32.1s|190000 |  3944 |387720 |   2.0 |5499k|  27 |   4 |  94 |3466 |  94 |  11 |  26 |  37k|1318 | 0.000000e+00 | 2.000000e+00 |    Inf 
33.50/33.67	c  33.7s|200000 |  3504 |406111 |   2.0 |4980k|  27 |   4 |  94 |3311 |  94 |  11 |  26 |  39k|1401 | 0.000000e+00 | 2.000000e+00 |    Inf 
35.12/35.29	c  35.3s|210000 |  3293 |423764 |   2.0 |4966k|  27 |   4 |  94 |3719 |  94 |  11 |  26 |  41k|1403 | 0.000000e+00 | 2.000000e+00 |    Inf 
36.80/36.96	c  37.0s|220000 |  3552 |442163 |   2.0 |5144k|  27 |   - |  94 |3971 |  94 |  11 |  26 |  43k|1439 | 0.000000e+00 | 2.000000e+00 |    Inf 
38.51/38.66	c  38.7s|230000 |  3364 |459984 |   2.0 |5112k|  27 |   4 |  94 |4121 |  94 |  11 |  26 |  45k|1441 | 0.000000e+00 | 2.000000e+00 |    Inf 
40.20/40.36	c  40.4s|240000 |  3245 |478363 |   2.0 |5271k|  27 |   4 |  94 |4636 |  94 |  11 |  26 |  47k|1452 | 0.000000e+00 | 2.000000e+00 |    Inf 
42.00/42.11	c  42.1s|250000 |  3317 |496193 |   2.0 |5493k|  27 |   4 |  94 |5081 |  94 |  11 |  26 |  49k|1463 | 0.000000e+00 | 2.000000e+00 |    Inf 
43.81/43.94	c  43.9s|260000 |  3266 |514165 |   2.0 |5534k|  27 |   - |  94 |5318 |  94 |  11 |  26 |  51k|1470 | 0.000000e+00 | 2.000000e+00 |    Inf 
45.60/45.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.60/45.75	c  45.7s|270000 |  3510 |532893 |   2.0 |5868k|  27 |   4 |  94 |5745 |  94 |  11 |  26 |  52k|1470 | 0.000000e+00 | 2.000000e+00 |    Inf 
47.50/47.61	c  47.6s|280000 |  3676 |551144 |   2.0 |6075k|  27 |   - |  94 |5761 |   0 |   0 |  26 |  54k|1478 | 0.000000e+00 | 2.000000e+00 |    Inf 
49.10/49.24	c  49.2s|290000 |  3615 |569426 |   2.0 |6135k|  27 |   4 |  94 |5909 |  94 |  11 |  26 |  56k|1481 | 0.000000e+00 | 2.000000e+00 |    Inf 
50.70/50.84	c  50.8s|300000 |  3565 |587332 |   2.0 |6117k|  27 |   - |  94 |5947 |  94 |  11 |  26 |  57k|1485 | 0.000000e+00 | 2.000000e+00 |    Inf 
52.30/52.47	c  52.5s|310000 |  3280 |605116 |   2.0 |5838k|  27 |   - |  94 |5824 |  94 |  11 |  26 |  59k|1489 | 0.000000e+00 | 2.000000e+00 |    Inf 
53.90/54.08	c  54.1s|320000 |  3340 |622739 |   1.9 |6040k|  27 |   4 |  94 |6403 |  94 |  11 |  26 |  61k|1489 | 0.000000e+00 | 2.000000e+00 |    Inf 
55.60/55.74	c  55.7s|330000 |  3368 |640255 |   1.9 |6136k|  27 |   4 |  94 |6354 |  94 |  11 |  26 |  62k|1496 | 0.000000e+00 | 2.000000e+00 |    Inf 
57.20/57.36	c  57.4s|340000 |  3296 |657963 |   1.9 |5866k|  27 |   - |  94 |5888 |  94 |  11 |  26 |  64k|1508 | 0.000000e+00 | 2.000000e+00 |    Inf 
58.90/59.02	c  59.0s|350000 |  3139 |674952 |   1.9 |5989k|  27 |   - |  94 |6498 |  94 |  11 |  26 |  66k|1508 | 0.000000e+00 | 2.000000e+00 |    Inf 
60.60/60.72	c  60.7s|360000 |  3225 |691805 |   1.9 |6269k|  27 |   - |  94 |6817 |   0 |   0 |  26 |  68k|1516 | 0.000000e+00 | 2.000000e+00 |    Inf 
62.30/62.44	c  62.4s|370000 |  3280 |709503 |   1.9 |6290k|  27 |   - |  94 |6895 |   0 |   0 |  26 |  69k|1518 | 0.000000e+00 | 2.000000e+00 |    Inf 
64.00/64.14	c  64.1s|380000 |  3022 |727091 |   1.9 |5117k|  27 |   4 |  94 |3862 |  94 |  11 |  26 |  71k|1647 | 0.000000e+00 | 2.000000e+00 |    Inf 
65.51/65.60	c  65.6s|390000 |  2895 |744938 |   1.9 |5046k|  27 |   - |  94 |3777 |   0 |   0 |  26 |  73k|1878 | 0.000000e+00 | 2.000000e+00 |    Inf 
66.91/67.06	c  67.1s|400000 |  2879 |762833 |   1.9 |4938k|  27 |   - |  94 |3414 |   0 |   0 |  26 |  75k|1885 | 0.000000e+00 | 2.000000e+00 |    Inf 
68.20/68.36	c  68.4s|410000 |  2762 |781552 |   1.9 |4753k|  27 |   - |  94 |3024 |  94 |  11 |  26 |  77k|1889 | 0.000000e+00 | 2.000000e+00 |    Inf 
69.50/69.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.50/69.65	c  69.7s|420000 |  2753 |801417 |   1.9 |4659k|  27 |   4 |  94 |2761 |  94 |  11 |  26 |  78k|1896 | 0.000000e+00 | 2.000000e+00 |    Inf 
70.80/70.94	c  70.9s|430000 |  2777 |822202 |   1.9 |4973k|  27 |   - |  94 |3472 |  94 |  11 |  26 |  80k|1898 | 0.000000e+00 | 2.000000e+00 |    Inf 
72.20/72.31	c  72.3s|440000 |  2736 |842209 |   1.9 |5074k|  27 |   - |  94 |3818 |  94 |  11 |  26 |  81k|1902 | 0.000000e+00 | 2.000000e+00 |    Inf 
73.51/73.70	c  73.7s|450000 |  2764 |862412 |   1.9 |5057k|  27 |   - |  94 |3733 |  94 |  11 |  26 |  83k|1911 | 0.000000e+00 | 2.000000e+00 |    Inf 
74.90/75.08	c  75.1s|460000 |  2649 |879623 |   1.9 |4778k|  27 |   - |  94 |3157 |  94 |  11 |  26 |  85k|1915 | 0.000000e+00 | 2.000000e+00 |    Inf 
76.20/76.38	c  76.4s|470000 |  2622 |898455 |   1.9 |4962k|  27 |   4 |  94 |3709 |  94 |  11 |  26 |  86k|1925 | 0.000000e+00 | 2.000000e+00 |    Inf 
77.60/77.72	c  77.7s|480000 |  2534 |917262 |   1.9 |4624k|  27 |   4 |  94 |2866 |  94 |  11 |  26 |  88k|1942 | 0.000000e+00 | 2.000000e+00 |    Inf 
78.80/78.94	c  78.9s|490000 |  2519 |936089 |   1.9 |4613k|  27 |   4 |  94 |2747 |  94 |  11 |  26 |  90k|1948 | 0.000000e+00 | 2.000000e+00 |    Inf 
80.11/80.21	c  80.2s|500000 |  2416 |955162 |   1.9 |4689k|  27 |   4 |  94 |3149 |  94 |  11 |  26 |  91k|1959 | 0.000000e+00 | 2.000000e+00 |    Inf 
81.32/81.48	c  81.5s|510000 |  2357 |974205 |   1.9 |4716k|  27 |   - |  94 |3286 |   0 |   0 |  26 |  93k|1962 | 0.000000e+00 | 2.000000e+00 |    Inf 
82.70/82.83	c  82.8s|520000 |  2454 |992212 |   1.9 |4742k|  27 |   4 |  94 |3143 |  94 |  11 |  26 |  95k|1962 | 0.000000e+00 | 2.000000e+00 |    Inf 
84.10/84.21	c  84.2s|530000 |  2358 |  1011k|   1.9 |4887k|  27 |   4 |  94 |3673 |  94 |  11 |  26 |  96k|1971 | 0.000000e+00 | 2.000000e+00 |    Inf 
85.40/85.59	c  85.6s|540000 |  2296 |  1029k|   1.9 |4536k|  27 |   - |  94 |2770 |  94 |  11 |  26 |  98k|1971 | 0.000000e+00 | 2.000000e+00 |    Inf 
86.82/86.96	c  87.0s|550000 |  2206 |  1046k|   1.9 |4719k|  27 |   - |  94 |3445 |  94 |  11 |  26 | 101k|1975 | 0.000000e+00 | 2.000000e+00 |    Inf 
88.20/88.36	c  88.4s|560000 |  2175 |  1062k|   1.9 |4440k|  27 |   4 |  94 |2697 |  94 |  11 |  26 | 103k|1975 | 0.000000e+00 | 2.000000e+00 |    Inf 
89.50/89.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.50/89.65	c  89.6s|570000 |  2134 |  1080k|   1.9 |4519k|  27 |   4 |  94 |2972 |  94 |  11 |  26 | 105k|1979 | 0.000000e+00 | 2.000000e+00 |    Inf 
90.80/90.91	c  90.9s|580000 |  2205 |  1098k|   1.9 |4665k|  27 |   - |  94 |3115 |   0 |   0 |  26 | 106k|1980 | 0.000000e+00 | 2.000000e+00 |    Inf 
92.00/92.17	c  92.2s|590000 |  2084 |  1117k|   1.9 |4536k|  27 |   - |  94 |3020 |  94 |  11 |  26 | 108k|1988 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.20/93.37	c  93.4s|600000 |  2594 |  1135k|   1.9 |4676k|  27 |   4 |  94 |2519 |  94 |  11 |  26 | 109k|1992 | 0.000000e+00 | 2.000000e+00 |    Inf 
94.52/94.62	c  94.6s|610000 |  2749 |  1152k|   1.9 |4888k|  27 |   4 |  94 |2481 |  94 |  11 |  26 | 111k|1995 | 0.000000e+00 | 2.000000e+00 |    Inf 
95.70/95.87	c  95.9s|620000 |  2960 |  1169k|   1.9 |5178k|  27 |   - |  94 |2811 |   0 |   0 |  26 | 113k|1995 | 0.000000e+00 | 2.000000e+00 |    Inf 
97.01/97.18	c  97.2s|630000 |  2736 |  1186k|   1.9 |5079k|  27 |   - |  94 |2624 |  94 |  11 |  26 | 115k|1997 | 0.000000e+00 | 2.000000e+00 |    Inf 
98.30/98.47	c  98.5s|640000 |  2417 |  1203k|   1.9 |4877k|  27 |   4 |  94 |2685 |  94 |  11 |  26 | 116k|2003 | 0.000000e+00 | 2.000000e+00 |    Inf 
99.60/99.75	c  99.7s|650000 |  2400 |  1221k|   1.9 |4958k|  27 |   4 |  94 |3018 |  94 |  11 |  26 | 118k|2004 | 0.000000e+00 | 2.000000e+00 |    Inf 
100.90/101.06	c   101s|660000 |  2207 |  1238k|   1.9 |4898k|  27 |   - |  94 |3200 |  94 |  11 |  26 | 120k|2009 | 0.000000e+00 | 2.000000e+00 |    Inf 
102.22/102.34	c   102s|670000 |  2188 |  1256k|   1.9 |4450k|  27 |   - |  94 |2376 |  94 |  11 |  26 | 121k|2012 | 0.000000e+00 | 2.000000e+00 |    Inf 
103.40/103.58	c   104s|680000 |  2053 |  1273k|   1.9 |4086k|  27 |   4 |  94 |1789 |  94 |  11 |  26 | 123k|2013 | 0.000000e+00 | 2.000000e+00 |    Inf 
104.60/104.79	c   105s|690000 |  2517 |  1291k|   1.9 |4622k|  27 |   4 |  94 |2240 |  94 |  11 |  26 | 124k|2016 | 0.000000e+00 | 2.000000e+00 |    Inf 
105.90/106.04	c   106s|700000 |  2868 |  1308k|   1.9 |5161k|  27 |   4 |  94 |2863 |  94 |  11 |  26 | 126k|2020 | 0.000000e+00 | 2.000000e+00 |    Inf 
107.20/107.36	c   107s|710000 |  2602 |  1324k|   1.9 |4970k|  27 |   - |  94 |2570 |   0 |   0 |  26 | 128k|2021 | 0.000000e+00 | 2.000000e+00 |    Inf 
108.50/108.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.50/108.64	c   109s|720000 |  2443 |  1342k|   1.9 |4824k|  27 |   - |  94 |2573 |  94 |  11 |  26 | 129k|2025 | 0.000000e+00 | 2.000000e+00 |    Inf 
109.81/109.91	c   110s|730000 |  2426 |  1359k|   1.9 |5021k|  27 |   4 |  94 |2900 |  94 |  11 |  26 | 130k|2025 | 0.000000e+00 | 2.000000e+00 |    Inf 
111.10/111.21	c   111s|740000 |  2149 |  1377k|   1.9 |4628k|  27 |   4 |  94 |2696 |  94 |  11 |  26 | 132k|2028 | 0.000000e+00 | 2.000000e+00 |    Inf 
112.30/112.47	c   112s|750000 |  1903 |  1395k|   1.9 |4405k|  27 |   - |  94 |2710 |  94 |  11 |  26 | 133k|2032 | 0.000000e+00 | 2.000000e+00 |    Inf 
113.60/113.76	c   114s|760000 |  1835 |  1412k|   1.9 |4255k|  27 |   4 |  94 |2513 |  94 |  11 |  26 | 135k|2035 | 0.000000e+00 | 2.000000e+00 |    Inf 
114.90/115.05	c   115s|770000 |  2017 |  1430k|   1.9 |4563k|  27 |   4 |  94 |2867 |  94 |  11 |  26 | 137k|2035 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.21/116.36	c   116s|780000 |  1741 |  1448k|   1.9 |4234k|  27 |   - |  94 |2586 |   0 |   0 |  26 | 138k|2041 | 0.000000e+00 | 2.000000e+00 |    Inf 
117.40/117.56	c   118s|790000 |  1564 |  1466k|   1.9 |3948k|  27 |   - |  94 |1968 |   0 |   0 |  26 | 140k|2045 | 0.000000e+00 | 2.000000e+00 |    Inf 
118.61/118.73	c   119s|800000 |  1574 |  1485k|   1.9 |4226k|  27 |   - |  94 |2724 |  94 |  11 |  26 | 141k|2045 | 0.000000e+00 | 2.000000e+00 |    Inf 
119.91/120.02	c   120s|810000 |  1629 |  1503k|   1.9 |4072k|  27 |   - |  94 |2227 |   0 |   0 |  26 | 143k|2060 | 0.000000e+00 | 2.000000e+00 |    Inf 
121.21/121.30	c   121s|820000 |  1600 |  1522k|   1.9 |4397k|  27 |   4 |  94 |2992 |  94 |  11 |  26 | 145k|2060 | 0.000000e+00 | 2.000000e+00 |    Inf 
122.40/122.59	c   123s|830000 |  1508 |  1539k|   1.9 |4329k|  27 |   - |  94 |3046 |   0 |   0 |  26 | 146k|2063 | 0.000000e+00 | 2.000000e+00 |    Inf 
123.80/123.94	c   124s|840000 |  1423 |  1556k|   1.9 |4377k|  27 |   4 |  94 |3334 |  94 |  11 |  26 | 148k|2066 | 0.000000e+00 | 2.000000e+00 |    Inf 
125.11/125.26	c   125s|850000 |  1388 |  1574k|   1.9 |4220k|  27 |   - |  94 |2885 |   0 |   0 |  26 | 150k|2072 | 0.000000e+00 | 2.000000e+00 |    Inf 
126.42/126.57	c   127s|860000 |  1768 |  1591k|   1.9 |4500k|  27 |   - |  94 |2986 |  94 |  11 |  26 | 152k|2077 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.70/127.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.70/127.88	c   128s|870000 |  2140 |  1609k|   1.8 |5011k|  27 |   4 |  94 |3517 |  94 |  11 |  26 | 153k|2080 | 0.000000e+00 | 2.000000e+00 |    Inf 
129.10/129.22	c   129s|880000 |  2417 |  1627k|   1.8 |5275k|  27 |   4 |  94 |3542 |  94 |  11 |  26 | 155k|2083 | 0.000000e+00 | 2.000000e+00 |    Inf 
130.50/130.60	c   131s|890000 |  2456 |  1644k|   1.8 |5316k|  27 |   - |  94 |3392 |  94 |  11 |  26 | 156k|2084 | 0.000000e+00 | 2.000000e+00 |    Inf 
131.81/131.94	c   132s|900000 |  2598 |  1662k|   1.8 |5482k|  27 |   - |  94 |3322 |  94 |  11 |  26 | 158k|2087 | 0.000000e+00 | 2.000000e+00 |    Inf 
133.11/133.28	c   133s|910000 |  2365 |  1680k|   1.8 |5373k|  27 |   4 |  94 |3316 |  94 |  11 |  26 | 159k|2087 | 0.000000e+00 | 2.000000e+00 |    Inf 
134.50/134.65	c   135s|920000 |  2169 |  1697k|   1.8 |5298k|  27 |   4 |  94 |3361 |  94 |  11 |  26 | 161k|2089 | 0.000000e+00 | 2.000000e+00 |    Inf 
135.90/136.00	c   136s|930000 |  2258 |  1714k|   1.8 |5418k|  27 |   4 |  94 |3551 |  94 |  11 |  26 | 162k|2089 | 0.000000e+00 | 2.000000e+00 |    Inf 
137.31/137.41	c   137s|940000 |  1973 |  1731k|   1.8 |5170k|  27 |   - |  94 |3479 |   0 |   0 |  26 | 164k|2090 | 0.000000e+00 | 2.000000e+00 |    Inf 
138.60/138.78	c   139s|950000 |  1796 |  1748k|   1.8 |4684k|  27 |   - |  94 |3177 |   0 |   0 |  26 | 166k|2094 | 0.000000e+00 | 2.000000e+00 |    Inf 
139.90/140.07	c   140s|960000 |  1972 |  1766k|   1.8 |4936k|  27 |   4 |  94 |3243 |  94 |  11 |  26 | 167k|2094 | 0.000000e+00 | 2.000000e+00 |    Inf 
141.21/141.39	c   141s|970000 |  1995 |  1783k|   1.8 |5163k|  27 |   4 |  94 |3627 |  94 |  11 |  26 | 169k|2094 | 0.000000e+00 | 2.000000e+00 |    Inf 
142.50/142.69	c   143s|980000 |  2605 |  1801k|   1.8 |5598k|  27 |   4 |  94 |3788 |  94 |  11 |  26 | 170k|2096 | 0.000000e+00 | 2.000000e+00 |    Inf 
143.91/144.09	c   144s|990000 |  2366 |  1818k|   1.8 |5678k|  27 |   4 |  94 |4070 |  94 |  11 |  26 | 172k|2098 | 0.000000e+00 | 2.000000e+00 |    Inf 
145.30/145.48	c   145s|  1000k|  2286 |  1836k|   1.8 |5747k|  27 |   - |  94 |4164 |   0 |   0 |  26 | 173k|2099 | 0.000000e+00 | 2.000000e+00 |    Inf 
146.81/146.94	c   147s|  1010k|  1489 |  1853k|   1.8 |4523k|  27 |   - |  94 |3399 |  94 |  11 |  26 | 175k|2099 | 0.000000e+00 | 2.000000e+00 |    Inf 
148.10/148.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.10/148.22	c   148s|  1020k|  1821 |  1871k|   1.8 |5029k|  27 |   - |  94 |3999 |   0 |   0 |  26 | 176k|2100 | 0.000000e+00 | 2.000000e+00 |    Inf 
149.42/149.59	c   150s|  1030k|  1967 |  1888k|   1.8 |5432k|  27 |   - |  94 |4633 |   0 |   0 |  26 | 178k|2100 | 0.000000e+00 | 2.000000e+00 |    Inf 
150.90/151.01	c   151s|  1040k|  2084 |  1905k|   1.8 |5445k|  27 |   - |  94 |4349 |  94 |  11 |  26 | 179k|2102 | 0.000000e+00 | 2.000000e+00 |    Inf 
152.30/152.46	c   152s|  1050k|  1977 |  1921k|   1.8 |5816k|  27 |   4 |  94 |5357 |  94 |  11 |  26 | 182k|2103 | 0.000000e+00 | 2.000000e+00 |    Inf 
153.82/153.94	c   154s|  1060k|  2182 |  1939k|   1.8 |5925k|  27 |   4 |  94 |5142 |  94 |  11 |  26 | 183k|2106 | 0.000000e+00 | 2.000000e+00 |    Inf 
155.31/155.42	c   155s|  1070k|  1794 |  1956k|   1.8 |5401k|  27 |   4 |  94 |4511 |  94 |  11 |  26 | 185k|2113 | 0.000000e+00 | 2.000000e+00 |    Inf 
156.80/156.95	c   157s|  1080k|  1352 |  1973k|   1.8 |4837k|  27 |   4 |  94 |4556 |  94 |  11 |  26 | 187k|2117 | 0.000000e+00 | 2.000000e+00 |    Inf 
158.11/158.29	c   158s|  1090k|  2192 |  1990k|   1.8 |5408k|  27 |   4 |  94 |4715 |  94 |  11 |  26 | 189k|2118 | 0.000000e+00 | 2.000000e+00 |    Inf 
159.60/159.72	c   160s|  1100k|  2191 |  2007k|   1.8 |5580k|  27 |   4 |  94 |4877 |  94 |  11 |  26 | 190k|2125 | 0.000000e+00 | 2.000000e+00 |    Inf 
161.01/161.14	c   161s|  1110k|  2438 |  2024k|   1.8 |6153k|  27 |   - |  94 |5789 |  94 |  11 |  26 | 192k|2130 | 0.000000e+00 | 2.000000e+00 |    Inf 
162.50/162.63	c   163s|  1120k|  2444 |  2040k|   1.8 |6221k|  27 |   - |  94 |5737 |   0 |   0 |  26 | 194k|2134 | 0.000000e+00 | 2.000000e+00 |    Inf 
164.00/164.13	c   164s|  1130k|  2601 |  2057k|   1.8 |6419k|  27 |   4 |  94 |5792 |  94 |  11 |  26 | 196k|2135 | 0.000000e+00 | 2.000000e+00 |    Inf 
165.50/165.70	c   166s|  1140k|  2490 |  2074k|   1.8 |6283k|  27 |   - |  94 |5430 |  94 |  11 |  26 | 198k|2140 | 0.000000e+00 | 2.000000e+00 |    Inf 
167.02/167.16	c   167s|  1150k|  2366 |  2091k|   1.8 |6389k|  27 |   - |  94 |5792 |  94 |  11 |  26 | 200k|2145 | 0.000000e+00 | 2.000000e+00 |    Inf 
168.61/168.73	c   169s|  1160k|  2337 |  2108k|   1.8 |6549k|  27 |   4 |  94 |6167 |  94 |  11 |  26 | 202k|2145 | 0.000000e+00 | 2.000000e+00 |    Inf 
170.20/170.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.20/170.30	c   170s|  1170k|  2083 |  2125k|   1.8 |6216k|  27 |   - |  94 |5767 |  94 |  11 |  26 | 203k|2147 | 0.000000e+00 | 2.000000e+00 |    Inf 
171.70/171.82	c   172s|  1180k|  2468 |  2142k|   1.8 |6513k|  27 |   - |  94 |5749 |  94 |  11 |  26 | 205k|2148 | 0.000000e+00 | 2.000000e+00 |    Inf 
173.21/173.32	c   173s|  1190k|  2737 |  2159k|   1.8 |6951k|  27 |   - |  94 |6285 |  94 |  11 |  26 | 207k|2156 | 0.000000e+00 | 2.000000e+00 |    Inf 
174.71/174.86	c   175s|  1200k|  2487 |  2177k|   1.8 |6811k|  27 |   4 |  94 |6180 |  94 |  11 |  26 | 208k|2161 | 0.000000e+00 | 2.000000e+00 |    Inf 
176.20/176.32	c   176s|  1210k|  2432 |  2195k|   1.8 |6841k|  27 |   4 |  94 |6248 |  94 |  11 |  26 | 210k|2164 | 0.000000e+00 | 2.000000e+00 |    Inf 
177.71/177.85	c   178s|  1220k|  2379 |  2213k|   1.8 |6862k|  27 |   4 |  94 |6356 |  94 |  11 |  26 | 211k|2167 | 0.000000e+00 | 2.000000e+00 |    Inf 
179.22/179.35	c   179s|  1230k|  2633 |  2231k|   1.8 |7298k|  27 |   - |  94 |6969 |  94 |  11 |  26 | 213k|2170 | 0.000000e+00 | 2.000000e+00 |    Inf 
180.80/180.98	c   181s|  1240k|  2758 |  2249k|   1.8 |7842k|  27 |   4 |  94 |8003 |  94 |  11 |  26 | 214k|2172 | 0.000000e+00 | 2.000000e+00 |    Inf 
182.60/182.71	c   183s|  1250k|  2907 |  2266k|   1.8 |8164k|  27 |   - |  94 |8391 |  94 |  11 |  26 | 216k|2176 | 0.000000e+00 | 2.000000e+00 |    Inf 
184.31/184.46	c   184s|  1260k|  3020 |  2284k|   1.8 |8322k|  27 |   4 |  94 |8420 |  94 |  11 |  26 | 218k|2178 | 0.000000e+00 | 2.000000e+00 |    Inf 
186.11/186.29	c   186s|  1270k|  2975 |  2301k|   1.8 |8165k|  27 |   - |  94 |7966 |  94 |  11 |  26 | 219k|2178 | 0.000000e+00 | 2.000000e+00 |    Inf 
187.81/187.96	c   188s|  1280k|  3187 |  2319k|   1.8 |8015k|  27 |   - |  94 |7231 |   0 |   0 |  26 | 221k|2178 | 0.000000e+00 | 2.000000e+00 |    Inf 
189.50/189.61	c   190s|  1290k|  3380 |  2335k|   1.8 |8388k|  27 |   4 |  94 |7646 |  94 |  11 |  26 | 223k|2182 | 0.000000e+00 | 2.000000e+00 |    Inf 
191.10/191.29	c   191s|  1300k|  3155 |  2352k|   1.8 |8272k|  27 |   4 |  94 |7605 |  94 |  11 |  26 | 225k|2184 | 0.000000e+00 | 2.000000e+00 |    Inf 
192.71/192.88	c   193s|  1310k|  3686 |  2369k|   1.8 |8259k|  27 |   4 |  94 |6824 |  94 |  11 |  26 | 227k|2185 | 0.000000e+00 | 2.000000e+00 |    Inf 
194.31/194.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
194.31/194.46	c   194s|  1320k|  3778 |  2387k|   1.8 |8327k|  27 |   - |  94 |6495 |   0 |   0 |  26 | 228k|2186 | 0.000000e+00 | 2.000000e+00 |    Inf 
195.90/196.03	c   196s|  1330k|  3604 |  2405k|   1.8 |8394k|  27 |   4 |  94 |6789 |  94 |  11 |  26 | 230k|2189 | 0.000000e+00 | 2.000000e+00 |    Inf 
197.51/197.61	c   198s|  1340k|  3220 |  2423k|   1.8 |8177k|  27 |   4 |  94 |6774 |  94 |  11 |  26 | 232k|2192 | 0.000000e+00 | 2.000000e+00 |    Inf 
199.21/199.36	c   199s|  1350k|  2757 |  2440k|   1.8 |6925k|  27 |   4 |  94 |4964 |  94 |  11 |  26 | 234k|2196 | 0.000000e+00 | 2.000000e+00 |    Inf 
200.51/200.69	c   201s|  1360k|  2827 |  2458k|   1.8 |7221k|  27 |   4 |  94 |5454 |  94 |  11 |  26 | 235k|2204 | 0.000000e+00 | 2.000000e+00 |    Inf 
202.00/202.13	c   202s|  1370k|  2697 |  2475k|   1.8 |7164k|  27 |   4 |  94 |5533 |  94 |  11 |  26 | 237k|2207 | 0.000000e+00 | 2.000000e+00 |    Inf 
203.43/203.58	c   204s|  1380k|  2596 |  2493k|   1.8 |7120k|  27 |   4 |  94 |5583 |  94 |  11 |  26 | 239k|2212 | 0.000000e+00 | 2.000000e+00 |    Inf 
205.11/205.29	c   205s|  1390k|  1919 |  2510k|   1.8 |5869k|  27 |   4 |  94 |4482 |  94 |  11 |  26 | 241k|2218 | 0.000000e+00 | 2.000000e+00 |    Inf 
206.62/206.71	c   207s|  1400k|  1827 |  2527k|   1.8 |5661k|  27 |   4 |  94 |4502 |  94 |  11 |  26 | 243k|2221 | 0.000000e+00 | 2.000000e+00 |    Inf 
208.01/208.14	c   208s|  1410k|  1887 |  2543k|   1.8 |6033k|  27 |   4 |  94 |5241 |  94 |  11 |  26 | 245k|2228 | 0.000000e+00 | 2.000000e+00 |    Inf 
209.41/209.55	c   210s|  1420k|  1804 |  2560k|   1.8 |6119k|  27 |   - |  94 |5657 |  94 |  11 |  26 | 247k|2234 | 0.000000e+00 | 2.000000e+00 |    Inf 
210.90/211.01	c   211s|  1430k|  1758 |  2577k|   1.8 |6278k|  27 |   - |  94 |6247 |  94 |  11 |  26 | 249k|2238 | 0.000000e+00 | 2.000000e+00 |    Inf 
212.60/212.70	c   213s|  1440k|  1291 |  2594k|   1.8 |4642k|  27 |   4 |  94 |3819 |  94 |  11 |  26 | 251k|2238 | 0.000000e+00 | 2.000000e+00 |    Inf 
213.91/214.08	c   214s|  1450k|  1284 |  2613k|   1.8 |4514k|  27 |   - |  94 |3440 |  94 |  11 |  26 | 253k|2238 | 0.000000e+00 | 2.000000e+00 |    Inf 
215.20/215.36	c   215s|  1460k|  1314 |  2631k|   1.8 |4656k|  27 |   - |  94 |3631 |   0 |   0 |  26 | 255k|2246 | 0.000000e+00 | 2.000000e+00 |    Inf 
216.51/216.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.51/216.71	c   217s|  1470k|  1145 |  2649k|   1.8 |4530k|  27 |   4 |  94 |3665 |  94 |  11 |  26 | 256k|2249 | 0.000000e+00 | 2.000000e+00 |    Inf 
217.91/218.06	c   218s|  1480k|  1380 |  2666k|   1.8 |4723k|  27 |   - |  94 |3689 |   0 |   0 |  26 | 258k|2253 | 0.000000e+00 | 2.000000e+00 |    Inf 
219.31/219.42	c   219s|  1490k|  1492 |  2683k|   1.8 |4936k|  27 |   4 |  94 |3854 |  94 |  11 |  26 | 260k|2254 | 0.000000e+00 | 2.000000e+00 |    Inf 
220.71/220.82	c   221s|  1500k|  1593 |  2700k|   1.8 |5261k|  27 |   - |  94 |4413 |  94 |  11 |  26 | 261k|2256 | 0.000000e+00 | 2.000000e+00 |    Inf 
222.20/222.31	c   222s|  1510k|  1629 |  2717k|   1.8 |5445k|  27 |   - |  94 |4776 |  94 |  11 |  26 | 263k|2263 | 0.000000e+00 | 2.000000e+00 |    Inf 
223.60/223.79	c   224s|  1520k|  1580 |  2733k|   1.8 |5238k|  27 |   4 |  94 |4188 |  94 |  11 |  26 | 265k|2265 | 0.000000e+00 | 2.000000e+00 |    Inf 
225.11/225.22	c   225s|  1530k|  1162 |  2751k|   1.8 |4597k|  27 |   4 |  94 |3793 |  94 |  11 |  26 | 266k|2271 | 0.000000e+00 | 2.000000e+00 |    Inf 
226.41/226.59	c   227s|  1540k|  1072 |  2768k|   1.8 |4479k|  27 |   - |  94 |3580 |  94 |  11 |  26 | 268k|2278 | 0.000000e+00 | 2.000000e+00 |    Inf 
227.71/227.89	c   228s|  1550k|   980 |  2786k|   1.8 |3957k|  27 |   4 |  94 |2285 |  94 |  11 |  26 | 270k|2282 | 0.000000e+00 | 2.000000e+00 |    Inf 
229.01/229.13	c   229s|  1560k|   941 |  2803k|   1.8 |4254k|  27 |   4 |  94 |3206 |  94 |  11 |  26 | 272k|2290 | 0.000000e+00 | 2.000000e+00 |    Inf 
229.82/229.98	o 1
229.82/229.98	c * 230s|  1566k|   964 |  2815k|   1.8 |4081k|  27 |   - |  94 |2705 |  94 |  11 |  26 | 273k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
230.50/230.60	c   231s|  1570k|  1029 |  2822k|   1.8 |4340k|  27 |   - |  94 |3575 |  94 |  11 |  26 | 276k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
232.61/232.75	c   233s|  1580k|  1173 |  2837k|   1.8 |5508k|  27 |   - |  94 |6459 |   0 |   0 |  26 | 282k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
235.33/235.44	c   235s|  1590k|   933 |  2852k|   1.8 |5294k|  27 |   4 |  94 |6616 |  94 |  11 |  26 | 289k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.01/238.15	c   238s|  1600k|   917 |  2869k|   1.8 |6175k|  27 |   4 |  94 |9054 |  94 |  11 |  26 | 297k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
240.71/240.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.71/240.82	c   241s|  1610k|   789 |  2886k|   1.8 |5653k|  27 |   4 |  94 |7454 |  94 |  11 |  26 | 305k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
243.30/243.43	c   243s|  1620k|   943 |  2903k|   1.8 |6189k|  27 |   - |  94 |8607 |  94 |  11 |  26 | 313k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
246.33/246.49	c   246s|  1630k|   695 |  2920k|   1.8 |5749k|  27 |   - |  94 |7779 |  94 |  11 |  26 | 320k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
249.21/249.33	c   249s|  1640k|   639 |  2936k|   1.8 |6608k|  27 |   - |  94 |  10k|  94 |  11 |  26 | 328k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
252.31/252.42	c   252s|  1650k|   667 |  2953k|   1.8 |7258k|  27 |   4 |  94 |  11k|  94 |  11 |  26 | 335k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
255.71/255.89	c   256s|  1660k|   728 |  2969k|   1.8 |8012k|  27 |   - |  94 |  13k|   0 |   0 |  26 | 342k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
259.41/259.51	c   260s|  1670k|   695 |  2985k|   1.8 |7599k|  27 |   4 |  94 |  12k|  94 |  11 |  26 | 349k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
262.90/263.05	c   263s|  1680k|   696 |  3001k|   1.8 |8030k|  27 |   4 |  94 |  13k|  94 |  11 |  26 | 357k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
266.81/266.93	c   267s|  1690k|   528 |  3017k|   1.8 |7363k|  27 |   - |  94 |  11k|  94 |  11 |  26 | 364k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
270.11/270.23	c   270s|  1700k|   498 |  3034k|   1.8 |7918k|  27 |   4 |  94 |  13k|  94 |  11 |  26 | 372k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
273.51/273.62	c   274s|  1710k|   739 |  3051k|   1.8 |8647k|  27 |   - |  94 |  14k|  94 |  11 |  26 | 380k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
277.41/277.52	c   278s|  1720k|   525 |  3068k|   1.8 |7851k|  27 |   4 |  94 |  12k|  94 |  11 |  26 | 388k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
280.81/280.92	c   281s|  1730k|   463 |  3084k|   1.8 |7466k|  27 |   - |  94 |  11k|  94 |  11 |  26 | 395k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.91/284.09	c   284s|  1740k|   378 |  3100k|   1.8 |7440k|  27 |   4 |  94 |  11k|  94 |  11 |  26 | 403k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
287.41/287.56	c   288s|  1750k|   376 |  3116k|   1.8 |8511k|  27 |   4 |  94 |  14k|  94 |  11 |  26 | 410k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.11/291.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.11/291.28	c   291s|  1760k|   292 |  3133k|   1.8 |8504k|  27 |   - |  94 |  14k|  94 |  11 |  26 | 418k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
295.01/295.15	c   295s|  1770k|   337 |  3151k|   1.8 |7979k|  27 |   4 |  94 |  12k|  94 |  11 |  26 | 426k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
298.61/298.79	c   299s|  1780k|   467 |  3168k|   1.8 |8963k|  27 |   4 |  94 |  15k|  94 |  11 |  26 | 433k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
302.61/302.75	c   303s|  1790k|   392 |  3184k|   1.8 |9424k|  27 |   - |  94 |  16k|  94 |  11 |  26 | 440k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
306.31/306.48	c   306s|  1800k|   197 |  3201k|   1.8 |7415k|  27 |   - |  94 |  10k|  94 |  11 |  26 | 448k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
309.51/309.65	c   310s|  1810k|   158 |  3218k|   1.8 |8026k|  27 |   4 |  94 |  12k|  94 |  11 |  26 | 456k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.32/313.42	c   313s|  1820k|   174 |  3235k|   1.8 |7539k|  27 |   4 |  94 |  11k|  94 |  11 |  26 | 464k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
316.62/316.80	c   317s|  1830k|   728 |  3252k|   1.8 |8970k|  27 |   - |  94 |  14k|  94 |  11 |  26 | 471k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
320.51/320.62	c   321s|  1840k|   447 |  3268k|   1.8 |9030k|  27 |   - |  94 |  14k|  94 |  11 |  26 | 479k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.21/324.35	c   324s|  1850k|  1049 |  3285k|   1.8 |  10M|  27 |   - |  94 |  16k|  94 |  11 |  26 | 486k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
328.61/328.79	c   329s|  1860k|   718 |  3301k|   1.8 |  10M|  27 |   - |  94 |  17k|   0 |   0 |  26 | 494k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.41/333.50	c   334s|  1870k|   129 |  3317k|   1.8 |8314k|  27 |   4 |  94 |  13k|  94 |  11 |  26 | 502k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
337.11/337.20	c   337s|  1880k|   205 |  3333k|   1.8 |8791k|  27 |   4 |  94 |  14k|  94 |  11 |  26 | 510k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
340.93/341.07	c   341s|  1890k|    78 |  3350k|   1.8 |8646k|  27 |   - |  94 |  14k|   0 |   0 |  26 | 518k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.51/344.62	c   345s|  1900k|   652 |  3368k|   1.8 |9247k|  27 |   4 |  94 |  14k|  94 |  11 |  26 | 526k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
348.52/348.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
348.52/348.70	c   349s|  1910k|   602 |  3386k|   1.8 |9587k|  27 |   4 |  94 |  15k|  94 |  11 |  26 | 534k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.81/352.95	c   353s|  1920k|    39 |  3403k|   1.8 |7758k|  27 |   4 |  94 |  11k|  94 |  11 |  26 | 542k|2293 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.21/354.34	c 
354.21/354.34	c SCIP Status        : problem is solved [optimal solution found]
354.21/354.34	c Solving Time (sec) : 354.34
354.21/354.34	c Solving Nodes      : 1924067
354.21/354.34	c Primal Bound       : +1.00000000000001e+00 (46 solutions)
354.21/354.34	c Dual Bound         : +1.00000000000001e+00
354.21/354.34	c Gap                : 0.00 %
354.21/354.34	s OPTIMUM FOUND
354.21/354.34	v x94 -x75 x93 x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 x83 -x82 x81 x80 x79 x78 x77 -x76 x74 x73 -x72 x71 -x70 -x69 -x68 x67 x66 
354.21/354.34	v -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
354.21/354.34	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 
354.21/354.34	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
354.21/354.34	c SCIP Status        : problem is solved [optimal solution found]
354.21/354.34	c Total Time         :     354.34
354.21/354.34	c   solving          :     354.34
354.21/354.34	c   presolving       :       0.00 (included in solving)
354.21/354.34	c   reading          :       0.00 (included in solving)
354.21/354.34	c Original Problem   :
354.21/354.34	c   Problem name     : HOME/instance-3451090-1307096498.opb
354.21/354.34	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
354.21/354.34	c   Constraints      : 8 initial, 8 maximal
354.21/354.34	c Presolved Problem  :
354.21/354.34	c   Problem name     : t_HOME/instance-3451090-1307096498.opb
354.21/354.34	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
354.21/354.34	c   Constraints      : 4 initial, 17914 maximal
354.21/354.34	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
354.21/354.34	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
354.21/354.34	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
354.21/354.34	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
354.21/354.34	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
354.21/354.34	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
354.21/354.34	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
354.21/354.34	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
354.21/354.34	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
354.21/354.34	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
354.21/354.34	c   root node        :          -         66          -          -         66          -          -          -          -          -
354.21/354.34	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
354.21/354.34	c   integral         :          0          0          0    1020064          0         27          0        238        940          0          0    2037752
354.21/354.34	c   linear           :          4+         7    3121202          1          0         24    2786234     507039    2954642          0          0          0
354.21/354.34	c   logicor          :          0+         0    1726315          0          0          0     605861       8234     397308          0          0          0
354.21/354.34	c   countsols        :          0          0          0         25          0         23          0          0          0          0          0          0
354.21/354.34	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
354.21/354.34	c   integral         :       5.44       0.00       0.00       5.44       0.00       0.00       0.00
354.21/354.34	c   linear           :      38.09       0.00      32.79       0.00       0.00       0.00       5.30
354.21/354.34	c   logicor          :      70.70       0.00      70.09       0.00       0.00       0.00       0.61
354.21/354.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
354.21/354.34	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
354.21/354.34	c   vbounds          :          0          0          0          0
354.21/354.34	c   rootredcost      :         41          0          0         56
354.21/354.34	c   pseudoobj        :    3121871       1283        829      75215
354.21/354.34	c Propagator Timings :  TotalTime  Propagate    Resprop
354.21/354.34	c   vbounds          :       0.55       0.55       0.00
354.21/354.34	c   rootredcost      :       0.67       0.67       0.00
354.21/354.34	c   pseudoobj        :       5.42       5.41       0.00
354.21/354.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
354.21/354.34	c   propagation      :       8.91     516102     333418     573969       21.4         63       20.8          -
354.21/354.34	c   infeasible LP    :       1.99      96698      96696     163883       14.1       1002       18.4          0
354.21/354.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
354.21/354.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
354.21/354.34	c   pseudo solution  :       0.00          1          1          1        3.0          0        0.0          -
354.21/354.34	c   applied globally :          -          -          -     546186       19.1          -          -          -
354.21/354.34	c   applied locally  :          -          -          -         21       33.6          -          -          -
354.21/354.34	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
354.21/354.34	c   cut pool         :       0.00          5          -          -         17          -    (maximal pool size: 100)
354.21/354.34	c   redcost          :       3.03    1051617          0     365491          0          0
354.21/354.34	c   impliedbounds    :       0.00          6          0          0          0          0
354.21/354.34	c   intobj           :       0.00          0          0          0          0          0
354.21/354.34	c   gomory           :       0.00          6          0          0          0          0
354.21/354.34	c   cgmip            :       0.00          0          0          0          0          0
354.21/354.34	c   closecuts        :       0.00          0          0          0          0          0
354.21/354.34	c   strongcg         :       0.00          6          0          0         25          0
354.21/354.34	c   cmir             :       0.01          6          0          0         39          0
354.21/354.34	c   flowcover        :       0.01          6          0          0         54          0
354.21/354.34	c   clique           :       0.00          1          0          0          0          0
354.21/354.34	c   zerohalf         :       0.00          0          0          0          0          0
354.21/354.34	c   mcf              :       0.00          1          0          0          0          0
354.21/354.34	c   oddcycle         :       0.00          0          0          0          0          0
354.21/354.34	c   rapidlearning    :       0.02          1          0          0          0          9
354.21/354.34	c Pricers            :       Time      Calls       Vars
354.21/354.34	c   problem variables:       0.00          0          0
354.21/354.34	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
354.21/354.34	c   relpscost        :       4.91    1020039        238        940          0          0    2037752
354.21/354.34	c   pscost           :       0.00          0          0          0          0          0          0
354.21/354.34	c   inference        :       0.00          0          0          0          0          0          0
354.21/354.34	c   mostinf          :       0.00          0          0          0          0          0          0
354.21/354.34	c   leastinf         :       0.00          0          0          0          0          0          0
354.21/354.34	c   fullstrong       :       0.00          0          0          0          0          0          0
354.21/354.34	c   allfullstrong    :       0.00          0          0          0          0          0          0
354.21/354.34	c   random           :       0.00          0          0          0          0          0          0
354.21/354.34	c Primal Heuristics  :       Time      Calls      Found
354.21/354.34	c   LP solutions     :       0.00          -         25
354.21/354.34	c   pseudo solutions :       0.00          -          0
354.21/354.34	c   feaspump         :       0.07          1          0
354.21/354.34	c   oneopt           :       0.39         40          0
354.21/354.34	c   rootsoldiving    :       0.83       1182          0
354.21/354.34	c   coefdiving       :       1.19       2364          3
354.21/354.34	c   fracdiving       :       1.17       2364          0
354.21/354.34	c   pscostdiving     :       1.16       2364          1
354.21/354.34	c   guideddiving     :       1.17       2364          5
354.21/354.34	c   veclendiving     :       1.31       2364          2
354.21/354.34	c   linesearchdiving :       1.18       2364          2
354.21/354.34	c   objpscostdiving  :       0.43       1183          1
354.21/354.34	c   trivial          :       0.00          2          0
354.21/354.34	c   shiftandpropagate:       0.00          1          1
354.21/354.34	c   simplerounding   :       0.19          0          0
354.21/354.34	c   zirounding       :       2.21          0          0
354.21/354.34	c   rounding         :       0.47      14588          0
354.21/354.34	c   shifting         :       6.40      28464          5
354.21/354.34	c   intshifting      :       0.04          0          0
354.21/354.34	c   twoopt           :       0.00          0          0
354.21/354.34	c   fixandinfer      :       0.00          0          0
354.21/354.34	c   clique           :       0.00          0          0
354.21/354.34	c   intdiving        :       0.00          0          0
354.21/354.34	c   actconsdiving    :       0.00          0          0
354.21/354.34	c   octane           :       0.00          0          0
354.21/354.34	c   rens             :       0.01          1          0
354.21/354.34	c   rins             :       0.00          0          0
354.21/354.34	c   localbranching   :       0.00          0          0
354.21/354.34	c   mutation         :       0.00          0          0
354.21/354.34	c   crossover        :       0.01          0          0
354.21/354.34	c   dins             :       0.00          0          0
354.21/354.34	c   vbounds          :       0.00          0          0
354.21/354.34	c   undercover       :       0.00          0          0
354.21/354.34	c   subnlp           :       0.26          0          0
354.21/354.34	c   trysol           :       0.34          0          0
354.21/354.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
354.21/354.34	c   primal LP        :       0.00          0          0       0.00          -
354.21/354.34	c   dual LP          :      63.88    1555608    3314329       2.13   51881.26
354.21/354.34	c   lex dual LP      :       0.00          0          0       0.00          -
354.21/354.34	c   barrier LP       :       0.00          0          0       0.00          -
354.21/354.34	c   diving/probing LP:       2.29      49093      96057       1.96   41953.60
354.21/354.34	c   strong branching :       0.20       2293       8187       3.57   40668.01
354.21/354.34	c     (at root node) :          -          9        214      23.78          -
354.21/354.34	c   conflict analysis:       0.00          0          0       0.00          -
354.21/354.34	c B&B Tree           :
354.21/354.34	c   number of runs   :          1
354.21/354.34	c   nodes            :    1924067
354.21/354.34	c   nodes (total)    :    1924067
354.21/354.34	c   nodes left       :          0
354.21/354.34	c   max depth        :         27
354.21/354.34	c   max depth (total):         27
354.21/354.34	c   backtracks       :     574511 (29.9%)
354.21/354.34	c   delayed cutoffs  :     113312
354.21/354.34	c   repropagations   :     471943 (836487 domain reductions, 103357 cutoffs)
354.21/354.34	c   avg switch length:       4.47
354.21/354.34	c   switching time   :      84.13
354.21/354.34	c Solution           :
354.21/354.34	c   Solutions found  :         46 (42 improvements)
354.21/354.34	c   First Solution   : +1.07500000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 36, found by <shiftandpropagate>)
354.21/354.34	c   Primal Bound     : +1.00000000000001e+00   (in run 1, after 1566575 nodes, 229.98 seconds, depth 22, found by <relaxation>)
354.21/354.34	c   Dual Bound       : +1.00000000000001e+00
354.21/354.34	c   Gap              :       0.00 %
354.21/354.34	c   Root Dual Bound  : +0.00000000000000e+00
354.21/354.34	c   Root Iterations  :         90
354.21/354.36	c Time complete: 354.27.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3451090-1307096498/watcher-3451090-1307096498 -o /tmp/evaluation-result-3451090-1307096498/solver-3451090-1307096498 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451090-1307096498.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.10 2.04 2.01 3/498 20818
/proc/meminfo: memFree=26635996/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=17548 CPUtime=0 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 3088 0 0 0 0 0 0 0 25 0 1 0 899880451 17969152 3041 33554432000 4194304 9163163 140736963811424 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20818/statm: 4387 3053 491 1214 0 3169 0

[startup+0.0477111 s]
/proc/loadavg: 2.10 2.04 2.01 3/498 20818
/proc/meminfo: memFree=26635996/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=26656 CPUtime=0.03 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 6262 0 0 0 3 0 0 0 25 0 1 0 899880451 27295744 5252 33554432000 4194304 9163163 140736963811424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20818/statm: 6664 5252 688 1214 0 5446 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26656

[startup+0.10071 s]
/proc/loadavg: 2.10 2.04 2.01 3/498 20818
/proc/meminfo: memFree=26635996/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=26704 CPUtime=0.08 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7135 0 0 0 8 0 0 0 25 0 1 0 899880451 27344896 5638 33554432000 4194304 9163163 140736963811424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20818/statm: 6676 5638 705 1214 0 5458 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26704

[startup+0.300666 s]
/proc/loadavg: 2.10 2.04 2.01 3/498 20818
/proc/meminfo: memFree=26635996/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=26704 CPUtime=0.29 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7138 0 0 0 27 2 0 0 25 0 1 0 899880451 27344896 5641 33554432000 4194304 9163163 140736963811424 18446744073709551615 6923041 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20818/statm: 6676 5641 708 1214 0 5458 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26704

[startup+0.700606 s]
/proc/loadavg: 2.10 2.04 2.01 3/498 20818
/proc/meminfo: memFree=26635996/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=26704 CPUtime=0.69 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7142 0 0 0 65 4 0 0 25 0 1 0 899880451 27344896 5645 33554432000 4194304 9163163 140736963811424 18446744073709551615 5843095 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20818/statm: 6676 5645 708 1214 0 5458 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26704

[startup+1.50045 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 20819
/proc/meminfo: memFree=26615156/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=26704 CPUtime=1.49 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7147 0 0 0 143 6 0 0 25 0 1 0 899880451 27344896 5650 33554432000 4194304 9163163 140736963811424 18446744073709551615 4241344 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20818/statm: 6676 5650 708 1214 0 5458 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26704

[startup+3.10115 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 20819
/proc/meminfo: memFree=26614040/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=26704 CPUtime=3.09 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7151 0 0 0 300 9 0 0 25 0 1 0 899880451 27344896 5654 33554432000 4194304 9163163 140736963811424 18446744073709551615 5844061 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20818/statm: 6676 5654 708 1214 0 5458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26704

[startup+6.30056 s]
/proc/loadavg: 2.09 2.04 2.01 3/499 20819
/proc/meminfo: memFree=26611172/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=26860 CPUtime=6.29 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7152 0 0 0 613 16 0 0 25 0 1 0 899880451 27504640 5655 33554432000 4194304 9163163 140736963811424 18446744073709551615 6557152 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20818/statm: 6715 5655 708 1214 0 5497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26860

[startup+12.7003 s]
/proc/loadavg: 2.08 2.04 2.01 3/499 20820
/proc/meminfo: memFree=26610576/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=27208 CPUtime=12.62 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7180 0 0 0 1231 31 0 0 25 0 1 0 899880451 27860992 5683 33554432000 4194304 9163163 140736963811424 18446744073709551615 6555920 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20818/statm: 6802 5683 708 1214 0 5584 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 27208

[startup+25.501 s]
/proc/loadavg: 2.06 2.04 2.01 3/499 20820
/proc/meminfo: memFree=26611332/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=27208 CPUtime=25.41 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7184 0 0 0 2477 64 0 0 25 0 1 0 899880451 27860992 5687 33554432000 4194304 9163163 140736963811424 18446744073709551615 6687107 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20818/statm: 6802 5687 708 1214 0 5584 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 27208

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.00 3/499 20821
/proc/meminfo: memFree=26610168/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=28664 CPUtime=51 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7561 0 0 0 4980 120 0 0 25 0 1 0 899880451 29351936 6064 33554432000 4194304 9163163 140736963811424 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 7166 6064 708 1214 0 5948 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 28664

[startup+102.319 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 20822
/proc/meminfo: memFree=26610632/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=30096 CPUtime=102.22 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7787 0 0 0 9975 247 0 0 25 0 1 0 899880451 30818304 6290 33554432000 4194304 9163163 140736963811424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 7524 6290 708 1214 0 6306 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 30096

[startup+162.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/499 20824
/proc/meminfo: memFree=26610348/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=30096 CPUtime=162.21 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 7787 0 0 0 15828 393 0 0 25 0 1 0 899880451 30818304 6290 33554432000 4194304 9163163 140736963811424 18446744073709551615 6778097 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 7524 6290 708 1214 0 6306 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 30096

[startup+222.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/499 20825
/proc/meminfo: memFree=26606312/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=32424 CPUtime=222.2 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 8336 0 0 0 21703 517 0 0 25 0 1 0 899880451 33202176 6839 33554432000 4194304 9163163 140736963811424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 8106 6839 708 1214 0 6888 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 32424

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 20827
/proc/meminfo: memFree=26602296/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=37584 CPUtime=282.21 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 9473 0 0 0 27623 598 0 0 25 0 1 0 899880451 38486016 7976 33554432000 4194304 9163163 140736963811424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 9396 7976 708 1214 0 8178 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 37584

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 20828
/proc/meminfo: memFree=26590824/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=40040 CPUtime=342.21 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 9974 0 0 0 33565 656 0 0 25 0 1 0 899880451 41000960 8477 33554432000 4194304 9163163 140736963811424 18446744073709551615 5276072 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 10010 8477 708 1214 0 8792 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 40040

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

[startup+345.501 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 20829
/proc/meminfo: memFree=26590328/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=40040 CPUtime=345.41 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 9974 0 0 0 33882 659 0 0 25 0 1 0 899880451 41000960 8477 33554432000 4194304 9163163 140736963811424 18446744073709551615 4553156 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 10010 8477 708 1214 0 8792 0
Current children cumulated CPU time (s) 345.41
Current children cumulated vsize (KiB) 40040

[startup+348.719 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20829
/proc/meminfo: memFree=26589952/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=40040 CPUtime=348.63 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 9974 0 0 0 34201 662 0 0 25 0 1 0 899880451 41000960 8477 33554432000 4194304 9163163 140736963811424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 10010 8477 708 1214 0 8792 0
Current children cumulated CPU time (s) 348.63
Current children cumulated vsize (KiB) 40040

[startup+351.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20829
/proc/meminfo: memFree=26590068/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=40040 CPUtime=351.82 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 9974 0 0 0 34517 665 0 0 25 0 1 0 899880451 41000960 8477 33554432000 4194304 9163163 140736963811424 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 10010 8477 708 1214 0 8792 0
Current children cumulated CPU time (s) 351.82
Current children cumulated vsize (KiB) 40040

[startup+353.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20829
/proc/meminfo: memFree=26589944/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=40496 CPUtime=353.41 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 10016 0 0 0 34674 667 0 0 25 0 1 0 899880451 41467904 8519 33554432000 4194304 9163163 140736963811424 18446744073709551615 4240214 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 10124 8519 708 1214 0 8906 0
Current children cumulated CPU time (s) 353.41
Current children cumulated vsize (KiB) 40496

[startup+353.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20829
/proc/meminfo: memFree=26589944/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=40496 CPUtime=353.81 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 10016 0 0 0 34714 667 0 0 25 0 1 0 899880451 41467904 8519 33554432000 4194304 9163163 140736963811424 18446744073709551615 4241255 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 10124 8519 708 1214 0 8906 0
Current children cumulated CPU time (s) 353.81
Current children cumulated vsize (KiB) 40496

[startup+354.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20829
/proc/meminfo: memFree=26590068/32950928 swapFree=34421304/67111528
[pid=20818] ppid=20816 vsize=40496 CPUtime=354.21 cores=0,2,4,6
/proc/20818/stat : 20818 (scip-2.0.1.4b.l) R 20816 20818 20254 0 -1 4202496 10016 0 0 0 34753 668 0 0 25 0 1 0 899880451 41467904 8519 33554432000 4194304 9163163 140736963811424 18446744073709551615 6555920 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20818/statm: 10124 8519 708 1214 0 8906 0
Current children cumulated CPU time (s) 354.21
Current children cumulated vsize (KiB) 40496

Child status: 0
Real time (s): 354.363
CPU time (s): 354.282
CPU user time (s): 347.597
CPU system time (s): 6.68498
CPU usage (%): 99.9772
Max. virtual memory (cumulated for all children) (KiB): 40496

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

runsolver used 1.85272 second user time and 3.77043 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-03 12:21:38
IDJOB=3451090
IDBENCH=2928
IDSOLVER=1948
FILE ID=node113/3451090-1307096498
RUNJOBID= node113-1307092553-20272
PBS_JOBID= 13497976
Free space on /tmp= 73764 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451090-1307096498/watcher-3451090-1307096498 -o /tmp/evaluation-result-3451090-1307096498/solver-3451090-1307096498 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451090-1307096498.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1237265418

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26636284 kB
Buffers:        227804 kB
Cached:         705008 kB
SwapCached:      13476 kB
Active:        5400808 kB
Inactive:       593024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26636284 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:           12032 kB
Writeback:           0 kB
AnonPages:     5059196 kB
Mapped:          23836 kB
Slab:           134140 kB
PageTables:     116628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154821876 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73752 MiB
End job on node113 at 2011-06-03 12:27:32