Trace number 3691901

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 NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.8 1797.09

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

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: 947bdb7-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-3691901-1338037832.opb>
0.04/0.07	c original problem has 16706 variables (1000 bin, 0 int, 15706 impl, 0 cont) and 18208 constraints
0.04/0.07	c problem read in 0.07
0.04/0.07	c No objective function, only one solution is needed.
0.04/0.07	c presolving settings loaded
0.09/0.15	c presolving:
0.29/0.36	c (round 1) 0 del vars, 17706 del conss, 1000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 501 upgd conss, 63824 impls, 999 clqs
0.39/0.43	c (round 2) 15706 del vars, 17706 del conss, 1000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 63824 impls, 0 clqs
0.39/0.47	c presolving (3 rounds):
0.39/0.47	c  15706 deleted vars, 17706 deleted constraints, 1000 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.47	c  63824 implications, 0 cliques
0.39/0.47	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 1502 constraints
0.39/0.47	c    1001 constraints of type <knapsack>
0.39/0.47	c     500 constraints of type <setppc>
0.39/0.47	c       1 constraints of type <linear>
0.39/0.47	c transformed objective value is always integral (scale: 1)
0.39/0.47	c Presolving Time: 0.34
0.39/0.47	c - non default parameters ----------------------------------------------------------------------
0.39/0.47	c # SCIP version 2.1.1.4
0.39/0.47	c 
0.39/0.47	c # maximal time in seconds to run
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/time = 1797
0.39/0.47	c 
0.39/0.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/memory = 13950
0.39/0.47	c 
0.39/0.47	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c limits/solutions = 1
0.39/0.47	c 
0.39/0.47	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.47	c separating/maxrounds = 1
0.39/0.47	c 
0.39/0.47	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c separating/maxroundsroot = 5
0.39/0.47	c 
0.39/0.47	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.47	c # [type: int, range: [1,2], default: 1]
0.39/0.47	c timing/clocktype = 2
0.39/0.47	c 
0.39/0.47	c # belongs reading time to solving time?
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.47	c timing/reading = TRUE
0.39/0.47	c 
0.39/0.47	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.47	c constraints/knapsack/disaggregation = FALSE
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/coefdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.47	c heuristics/crossover/freq = -1
0.39/0.47	c 
0.39/0.47	c # number of nodes added to the contingent of the total nodes
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.47	c heuristics/crossover/nodesofs = 750
0.39/0.47	c 
0.39/0.47	c # number of nodes without incumbent change that heuristic should wait
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.47	c heuristics/crossover/nwaitingnodes = 100
0.39/0.47	c 
0.39/0.47	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.47	c # [type: real, range: [0,1], default: 0.1]
0.39/0.47	c heuristics/crossover/nodesquot = 0.15
0.39/0.47	c 
0.39/0.47	c # minimum percentage of integer variables that have to be fixed 
0.39/0.47	c # [type: real, range: [0,1], default: 0.666]
0.39/0.47	c heuristics/crossover/minfixingrate = 0.5
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/feaspump/freq = -1
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/fracdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/guideddiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/intshifting/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/linesearchdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/objpscostdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.47	c # [type: real, range: [0,1], default: 0.01]
0.39/0.47	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/oneopt/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/pscostdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/rens/freq = -1
0.39/0.47	c 
0.39/0.47	c # minimum percentage of integer variables that have to be fixable 
0.39/0.47	c # [type: real, range: [0,1], default: 0.5]
0.39/0.47	c heuristics/rens/minfixingrate = 0.3
0.39/0.47	c 
0.39/0.47	c # number of nodes added to the contingent of the total nodes
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.47	c heuristics/rens/nodesofs = 2000
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/rootsoldiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.47	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/rounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/shiftandpropagate/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/shifting/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/simplerounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/subnlp/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/trivial/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/trysol/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/undercover/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/veclendiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/zirounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c propagating/probing/maxprerounds = 0
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c separating/cmir/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c separating/flowcover/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c separating/rapidlearning/freq = 0
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/indoneopt/freq = -1
0.39/0.47	c 
0.39/0.47	c -----------------------------------------------------------------------------------------------
0.39/0.47	c start solving
0.39/0.47	c 
0.49/0.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.54	c   0.5s|     1 |     0 |   379 |     - |  44M|   0 | 211 |1000 |1502 |1000 |1502 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.57	c   1.6s|     1 |     0 |  1533 |     - |  44M|   0 | 600 |1000 |1505 |1000 |1588 |  86 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.61	c   2.6s|     1 |     0 |  1880 |     - |  44M|   0 | 699 |1000 |1505 |1000 |1681 | 179 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.78/3.88	c   3.9s|     1 |     0 |  2063 |     - |  44M|   0 | 758 |1000 |1505 |1000 |1767 | 265 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.99/5.03	c   5.0s|     1 |     0 |  2102 |     - |  44M|   0 | 773 |1000 |1505 |1000 |1789 | 287 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.09/6.12	c   6.1s|     1 |     0 |  2107 |     - |  44M|   0 | 775 |1000 |1505 |1000 |1791 | 289 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
20.37/20.43	c  20.4s|     1 |     2 |  2107 |     - |  44M|   0 | 775 |1000 |1505 |1000 |1791 | 289 |   0 |  14 | 0.000000e+00 |      --      |    Inf 
230.24/230.36	c   230s|   100 |    55 | 16490 | 145.3 |  45M|  72 | 104 |1000 |1557 |1000 |1791 | 289 |  52 | 404 | 0.000000e+00 |      --      |    Inf 
247.74/247.89	c   248s|   200 |   107 | 25340 | 116.7 |  45M|  87 | 110 |1000 |1561 |1000 |1791 | 289 |  56 | 424 | 0.000000e+00 |      --      |    Inf 
249.14/249.27	c   249s|   300 |   132 | 32051 | 100.1 |  45M|  87 |   - |1000 |1588 |1000 |1791 | 289 |  83 | 441 | 0.000000e+00 |      --      |    Inf 
254.34/254.46	c   254s|   400 |   182 | 41063 |  97.6 |  45M|  87 |   - |1000 |1603 |1000 |1791 | 289 |  98 | 473 | 0.000000e+00 |      --      |    Inf 
256.64/256.73	c   257s|   500 |   199 | 50049 |  96.1 |  45M|  87 |   - |1000 |1652 |1000 |1791 | 289 | 147 | 499 | 0.000000e+00 |      --      |    Inf 
257.73/257.84	c   258s|   600 |   227 | 55616 |  89.3 |  45M|  87 | 107 |1000 |1673 |1000 |1791 | 289 | 168 | 511 | 0.000000e+00 |      --      |    Inf 
259.44/259.57	c   260s|   700 |   222 | 63340 |  87.6 |  45M|  87 |   - |1000 |1686 |1000 |1791 | 289 | 181 | 532 | 0.000000e+00 |      --      |    Inf 
262.03/262.11	c   262s|   800 |   226 | 74018 |  90.0 |  45M|  87 |   - |1000 |1726 |1000 |1791 | 289 | 221 | 559 | 0.000000e+00 |      --      |    Inf 
263.33/263.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.33/263.47	c   263s|   900 |   223 | 80977 |  87.7 |  45M|  87 |   - |1000 |1729 |1000 |1791 | 289 | 224 | 579 | 0.000000e+00 |      --      |    Inf 
266.14/266.27	c   266s|  1000 |   261 | 92687 |  90.7 |  45M|  87 |  95 |1000 |1760 |1000 |1791 | 289 | 255 | 611 | 0.000000e+00 |      --      |    Inf 
268.34/268.46	c   268s|  1100 |   268 |102876 |  91.7 |  45M|  87 |  95 |1000 |1774 |1000 |1791 | 289 | 269 | 637 | 0.000000e+00 |      --      |    Inf 
270.84/270.98	c   271s|  1200 |   282 |113965 |  93.3 |  45M|  87 | 100 |1000 |1782 |1000 |1791 | 289 | 277 | 674 | 0.000000e+00 |      --      |    Inf 
272.43/272.51	c   273s|  1300 |   302 |121550 |  91.9 |  45M|  87 |  99 |1000 |1790 |1000 |1791 | 289 | 285 | 693 | 0.000000e+00 |      --      |    Inf 
273.53/273.69	c   274s|  1400 |   285 |126157 |  88.7 |  45M|  87 | 116 |1000 |1796 |1000 |1791 | 289 | 291 | 713 | 0.000000e+00 |      --      |    Inf 
275.43/275.57	c   276s|  1500 |   301 |134379 |  88.2 |  45M|  87 |   - |1000 |1809 |1000 |1791 | 289 | 304 | 745 | 0.000000e+00 |      --      |    Inf 
277.64/277.74	c   278s|  1600 |   318 |143999 |  88.7 |  46M|  87 | 109 |1000 |1855 |1000 |1791 | 289 | 350 | 769 | 0.000000e+00 |      --      |    Inf 
279.24/279.38	c   279s|  1700 |   326 |150905 |  87.6 |  46M|  87 |   - |1000 |1880 |1000 |1791 | 289 | 375 | 800 | 0.000000e+00 |      --      |    Inf 
280.53/280.60	c   281s|  1800 |   341 |156228 |  85.7 |  46M|  90 |   - |1000 |1884 |1000 |1791 | 289 | 379 | 823 | 0.000000e+00 |      --      |    Inf 
281.84/281.90	c   282s|  1900 |   339 |162243 |  84.3 |  46M|  90 |   - |1000 |1889 |1000 |1791 | 289 | 384 | 844 | 0.000000e+00 |      --      |    Inf 
283.44/283.56	c   284s|  2000 |   357 |168755 |  83.4 |  46M|  90 | 114 |1000 |1934 |1000 |1791 | 289 | 429 | 872 | 0.000000e+00 |      --      |    Inf 
285.03/285.11	c   285s|  2100 |   367 |176060 |  82.9 |  46M|  90 |   - |1000 |1949 |1000 |1791 | 289 | 444 | 892 | 0.000000e+00 |      --      |    Inf 
286.73/286.82	c   287s|  2200 |   401 |183610 |  82.5 |  46M|  90 |  95 |1000 |1955 |1000 |1791 | 289 | 450 | 926 | 0.000000e+00 |      --      |    Inf 
287.93/288.03	c   288s|  2300 |   413 |188986 |  81.3 |  46M|  90 |  96 |1000 |1957 |1000 |1791 | 289 | 452 | 945 | 0.000000e+00 |      --      |    Inf 
289.33/289.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.33/289.47	c   289s|  2400 |   425 |195272 |  80.5 |  46M|  90 | 108 |1000 |1963 |1000 |1791 | 289 | 458 | 972 | 0.000000e+00 |      --      |    Inf 
290.93/291.06	c   291s|  2500 |   439 |202055 |  80.0 |  46M|  90 |  99 |1000 |1976 |1000 |1791 | 289 | 471 |1000 | 0.000000e+00 |      --      |    Inf 
292.93/293.08	c   293s|  2600 |   455 |210013 |  80.0 |  46M|  90 |   - |1000 |1986 |1000 |1791 | 289 | 481 |1031 | 0.000000e+00 |      --      |    Inf 
294.64/294.74	c   295s|  2700 |   491 |217467 |  79.8 |  46M|  90 |  95 |1000 |1987 |1000 |1791 | 289 | 482 |1049 | 0.000000e+00 |      --      |    Inf 
296.04/296.16	c   296s|  2800 |   503 |224372 |  79.4 |  46M|  90 |   - |1000 |1994 |1000 |1791 | 289 | 489 |1074 | 0.000000e+00 |      --      |    Inf 
297.73/297.89	c   298s|  2900 |   503 |231749 |  79.2 |  46M|  90 |   - |1000 |2007 |1000 |1791 | 289 | 502 |1107 | 0.000000e+00 |      --      |    Inf 
299.43/299.54	c   300s|  3000 |   537 |238710 |  78.9 |  46M|  90 | 111 |1000 |2012 |1000 |1791 | 289 | 507 |1140 | 0.000000e+00 |      --      |    Inf 
301.23/301.34	c   301s|  3100 |   541 |246068 |  78.7 |  46M|  90 | 108 |1000 |2035 |1000 |1791 | 289 | 530 |1169 | 0.000000e+00 |      --      |    Inf 
302.83/302.98	c   303s|  3200 |   550 |253256 |  78.5 |  46M|  90 |  99 |1000 |2044 |1000 |1791 | 289 | 539 |1196 | 0.000000e+00 |      --      |    Inf 
304.23/304.34	c   304s|  3300 |   559 |259353 |  78.0 |  46M|  90 |  95 |1000 |2048 |1000 |1791 | 289 | 543 |1222 | 0.000000e+00 |      --      |    Inf 
305.74/305.82	c   306s|  3400 |   561 |265803 |  77.6 |  46M|  90 |   - |1000 |2056 |1000 |1791 | 289 | 551 |1249 | 0.000000e+00 |      --      |    Inf 
307.33/307.44	c   307s|  3500 |   564 |272598 |  77.3 |  46M|  90 | 108 |1000 |2060 |1000 |1791 | 289 | 556 |1275 | 0.000000e+00 |      --      |    Inf 
308.94/309.08	c   309s|  3600 |   590 |279589 |  77.1 |  46M|  90 | 104 |1000 |2073 |1000 |1791 | 289 | 569 |1296 | 0.000000e+00 |      --      |    Inf 
310.33/310.41	c   310s|  3700 |   600 |285207 |  76.5 |  46M|  90 | 140 |1000 |2077 |1000 |1791 | 289 | 573 |1319 | 0.000000e+00 |      --      |    Inf 
312.53/312.66	c   313s|  3800 |   633 |294553 |  77.0 |  46M|  90 | 116 |1000 |2083 |1000 |1791 | 289 | 579 |1361 | 0.000000e+00 |      --      |    Inf 
313.83/313.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
313.83/313.95	c   314s|  3900 |   661 |300561 |  76.5 |  47M|  90 |  86 |1000 |2090 |1000 |1791 | 289 | 586 |1387 | 0.000000e+00 |      --      |    Inf 
315.13/315.26	c   315s|  4000 |   673 |306249 |  76.1 |  47M|  90 | 108 |1000 |2092 |1000 |1791 | 289 | 588 |1410 | 0.000000e+00 |      --      |    Inf 
316.73/316.89	c   317s|  4100 |   701 |312991 |  75.8 |  47M|  90 |  95 |1000 |2098 |1000 |1791 | 289 | 595 |1438 | 0.000000e+00 |      --      |    Inf 
318.43/318.51	c   319s|  4200 |   713 |320202 |  75.8 |  47M|  90 |   - |1000 |2111 |1000 |1791 | 289 | 608 |1465 | 0.000000e+00 |      --      |    Inf 
319.83/319.98	c   320s|  4300 |   749 |326126 |  75.4 |  47M|  90 |   - |1000 |2120 |1000 |1791 | 289 | 618 |1494 | 0.000000e+00 |      --      |    Inf 
321.93/322.07	c   322s|  4400 |   738 |334668 |  75.6 |  47M|  90 |   - |1000 |2134 |1000 |1791 | 289 | 632 |1535 | 0.000000e+00 |      --      |    Inf 
324.03/324.11	c   324s|  4500 |   747 |343643 |  75.9 |  47M|  90 |  94 |1000 |2161 |1000 |1791 | 289 | 660 |1564 | 0.000000e+00 |      --      |    Inf 
325.72/325.88	c   326s|  4600 |   762 |351657 |  76.0 |  47M|  90 |   - |1000 |2166 |1000 |1791 | 289 | 666 |1594 | 0.000000e+00 |      --      |    Inf 
327.13/327.29	c   327s|  4700 |   772 |357884 |  75.7 |  47M|  90 | 109 |1000 |2166 |1000 |1791 | 289 | 666 |1623 | 0.000000e+00 |      --      |    Inf 
328.92/329.02	c   329s|  4800 |   777 |364824 |  75.6 |  47M|  90 | 103 |1000 |2180 |1000 |1791 | 289 | 682 |1650 | 0.000000e+00 |      --      |    Inf 
330.62/330.75	c   331s|  4900 |   797 |372002 |  75.5 |  47M|  90 |  92 |1000 |2190 |1000 |1791 | 289 | 694 |1691 | 0.000000e+00 |      --      |    Inf 
332.22/332.31	c   332s|  5000 |   811 |378736 |  75.3 |  47M|  90 | 103 |1000 |2197 |1000 |1791 | 289 | 701 |1717 | 0.000000e+00 |      --      |    Inf 
333.82/333.99	c   334s|  5100 |   836 |385750 |  75.2 |  47M|  90 |   - |1000 |2208 |1000 |1791 | 289 | 713 |1742 | 0.000000e+00 |      --      |    Inf 
335.73/335.87	c   336s|  5200 |   861 |393972 |  75.4 |  47M|  90 |   - |1000 |2214 |1000 |1791 | 289 | 720 |1769 | 0.000000e+00 |      --      |    Inf 
337.63/337.78	c   338s|  5300 |   885 |401641 |  75.4 |  47M|  90 | 107 |1000 |2220 |1000 |1791 | 289 | 727 |1801 | 0.000000e+00 |      --      |    Inf 
339.63/339.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.63/339.71	c   340s|  5400 |   894 |409943 |  75.5 |  47M|  90 |   - |1000 |2240 |1000 |1791 | 289 | 748 |1828 | 0.000000e+00 |      --      |    Inf 
341.22/341.39	c   341s|  5500 |   903 |417269 |  75.5 |  47M|  90 |  91 |1000 |2258 |1000 |1791 | 289 | 770 |1848 | 0.000000e+00 |      --      |    Inf 
342.83/342.92	c   343s|  5600 |   907 |424097 |  75.4 |  47M|  90 |   - |1000 |2261 |1000 |1791 | 289 | 774 |1884 | 0.000000e+00 |      --      |    Inf 
344.92/345.00	c   345s|  5700 |   926 |433019 |  75.6 |  47M|  90 |   - |1000 |2273 |1000 |1791 | 289 | 789 |1918 | 0.000000e+00 |      --      |    Inf 
347.02/347.16	c   347s|  5800 |   940 |441593 |  75.8 |  47M|  90 | 123 |1000 |2291 |1000 |1791 | 289 | 809 |1954 | 0.000000e+00 |      --      |    Inf 
348.42/348.50	c   349s|  5900 |   956 |448003 |  75.6 |  47M|  90 |   - |1000 |2296 |1000 |1791 | 289 | 814 |1980 | 0.000000e+00 |      --      |    Inf 
350.22/350.37	c   350s|  6000 |   974 |455814 |  75.6 |  47M|  90 |   - |1000 |2309 |1000 |1791 | 289 | 827 |2019 | 0.000000e+00 |      --      |    Inf 
351.52/351.68	c   352s|  6100 |   972 |461718 |  75.4 |  47M|  91 |  95 |1000 |2314 |1000 |1791 | 289 | 833 |2051 | 0.000000e+00 |      --      |    Inf 
353.12/353.28	c   353s|  6200 |   976 |467919 |  75.1 |  47M|  91 | 105 |1000 |2323 |1000 |1791 | 289 | 844 |2084 | 0.000000e+00 |      --      |    Inf 
354.72/354.80	c   355s|  6300 |   969 |474548 |  75.0 |  47M|  91 |   - |1000 |2335 |1000 |1791 | 289 | 858 |2114 | 0.000000e+00 |      --      |    Inf 
356.92/357.06	c   357s|  6400 |   983 |483960 |  75.3 |  47M|  91 | 108 |1000 |2360 |1000 |1791 | 289 | 884 |2156 | 0.000000e+00 |      --      |    Inf 
358.53/358.64	c   359s|  6500 |  1003 |490040 |  75.1 |  47M|  91 | 107 |1000 |2383 |1000 |1791 | 289 | 909 |2184 | 0.000000e+00 |      --      |    Inf 
360.52/360.65	c   361s|  6600 |  1024 |498808 |  75.3 |  48M|  91 | 114 |1000 |2403 |1000 |1791 | 289 | 932 |2214 | 0.000000e+00 |      --      |    Inf 
362.32/362.42	c   362s|  6700 |  1036 |506717 |  75.3 |  48M|  91 |   - |1000 |2407 |1000 |1791 | 289 | 936 |2256 | 0.000000e+00 |      --      |    Inf 
364.12/364.25	c   364s|  6800 |  1044 |513673 |  75.2 |  48M|  91 | 108 |1000 |2421 |1000 |1791 | 289 | 951 |2294 | 0.000000e+00 |      --      |    Inf 
365.82/365.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
365.82/365.98	c   366s|  6900 |  1051 |521290 |  75.3 |  48M|  91 | 107 |1000 |2424 |1000 |1791 | 289 | 958 |2320 | 0.000000e+00 |      --      |    Inf 
367.62/367.78	c   368s|  7000 |  1065 |528463 |  75.2 |  48M|  91 |   - |1000 |2433 |1000 |1791 | 289 | 968 |2359 | 0.000000e+00 |      --      |    Inf 
369.42/369.55	c   370s|  7100 |  1090 |535641 |  75.2 |  48M|  91 |   - |1000 |2436 |1000 |1791 | 289 | 978 |2397 | 0.000000e+00 |      --      |    Inf 
371.42/371.55	c   372s|  7200 |  1112 |543621 |  75.2 |  48M|  91 | 104 |1000 |2443 |1000 |1791 | 289 | 988 |2443 | 0.000000e+00 |      --      |    Inf 
373.42/373.52	c   374s|  7300 |  1124 |551779 |  75.3 |  48M|  91 | 108 |1000 |2456 |1000 |1791 | 289 |1006 |2490 | 0.000000e+00 |      --      |    Inf 
374.93/375.07	c   375s|  7400 |  1144 |558459 |  75.2 |  48M|  91 |   - |1000 |2461 |1000 |1791 | 289 |1013 |2525 | 0.000000e+00 |      --      |    Inf 
376.92/377.05	c   377s|  7500 |  1145 |566621 |  75.3 |  48M|  91 |   - |1000 |2471 |1000 |1791 | 289 |1029 |2564 | 0.000000e+00 |      --      |    Inf 
378.62/378.72	c   379s|  7600 |  1142 |573472 |  75.2 |  48M|  91 |   - |1000 |2484 |1000 |1791 | 289 |1046 |2598 | 0.000000e+00 |      --      |    Inf 
380.42/380.56	c   381s|  7700 |  1172 |581094 |  75.2 |  48M|  91 |   - |1000 |2487 |1000 |1791 | 289 |1051 |2634 | 0.000000e+00 |      --      |    Inf 
382.22/382.34	c   382s|  7800 |  1179 |588593 |  75.2 |  48M|  91 |   - |1000 |2489 |1000 |1791 | 289 |1066 |2673 | 0.000000e+00 |      --      |    Inf 
383.52/383.60	c   384s|  7900 |  1207 |593476 |  74.9 |  48M|  91 |   - |1000 |2491 |1000 |1791 | 289 |1069 |2698 | 0.000000e+00 |      --      |    Inf 
385.11/385.21	c   385s|  8000 |  1217 |600521 |  74.8 |  48M|  91 |   - |1000 |2500 |1000 |1791 | 289 |1079 |2735 | 0.000000e+00 |      --      |    Inf 
386.62/386.74	c   387s|  8100 |  1243 |606591 |  74.6 |  48M|  91 |  82 |1000 |2506 |1000 |1791 | 289 |1085 |2776 | 0.000000e+00 |      --      |    Inf 
387.92/388.07	c   388s|  8200 |  1245 |612323 |  74.4 |  48M|  91 |  99 |1000 |2516 |1000 |1791 | 289 |1095 |2804 | 0.000000e+00 |      --      |    Inf 
389.62/389.70	c   390s|  8300 |  1239 |619854 |  74.4 |  48M|  91 | 112 |1000 |2532 |1000 |1791 | 289 |1114 |2834 | 0.000000e+00 |      --      |    Inf 
391.22/391.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.22/391.36	c   391s|  8400 |  1237 |627420 |  74.5 |  48M|  91 | 115 |1000 |2537 |1000 |1791 | 289 |1122 |2869 | 0.000000e+00 |      --      |    Inf 
392.72/392.88	c   393s|  8500 |  1241 |633539 |  74.3 |  48M|  91 | 118 |1000 |2542 |1000 |1791 | 289 |1131 |2900 | 0.000000e+00 |      --      |    Inf 
394.62/394.79	c   395s|  8600 |  1258 |642009 |  74.4 |  48M|  91 | 113 |1000 |2551 |1000 |1791 | 289 |1147 |2937 | 0.000000e+00 |      --      |    Inf 
395.72/395.81	c   396s|  8700 |  1263 |646982 |  74.1 |  48M|  91 | 108 |1000 |2568 |1000 |1791 | 289 |1164 |2952 | 0.000000e+00 |      --      |    Inf 
397.22/397.33	c   397s|  8800 |  1269 |653893 |  74.1 |  48M|  91 |   - |1000 |2573 |1000 |1791 | 289 |1170 |2980 | 0.000000e+00 |      --      |    Inf 
399.12/399.24	c   399s|  8900 |  1289 |662026 |  74.2 |  48M|  91 |   - |1000 |2577 |1000 |1791 | 289 |1180 |3016 | 0.000000e+00 |      --      |    Inf 
400.22/400.34	c   400s|  9000 |  1300 |667833 |  74.0 |  48M|  91 | 106 |1000 |2581 |1000 |1791 | 289 |1185 |3032 | 0.000000e+00 |      --      |    Inf 
401.52/401.66	c   402s|  9100 |  1302 |674017 |  73.8 |  48M|  91 | 110 |1000 |2590 |1000 |1791 | 289 |1196 |3053 | 0.000000e+00 |      --      |    Inf 
402.62/402.78	c   403s|  9200 |  1301 |679777 |  73.7 |  48M|  91 |   - |1000 |2592 |1000 |1791 | 289 |1200 |3073 | 0.000000e+00 |      --      |    Inf 
404.31/404.48	c   404s|  9300 |  1322 |687515 |  73.7 |  48M|  91 | 111 |1000 |2608 |1000 |1791 | 289 |1221 |3100 | 0.000000e+00 |      --      |    Inf 
405.72/405.82	c   406s|  9400 |  1344 |694273 |  73.6 |  48M|  91 | 107 |1000 |2616 |1000 |1791 | 289 |1230 |3119 | 0.000000e+00 |      --      |    Inf 
406.93/407.08	c   407s|  9500 |  1349 |700314 |  73.5 |  48M|  91 | 105 |1000 |2618 |1000 |1791 | 289 |1233 |3139 | 0.000000e+00 |      --      |    Inf 
408.21/408.32	c   408s|  9600 |  1367 |707256 |  73.5 |  48M|  91 |  93 |1000 |2617 |1000 |1791 | 289 |1234 |3149 | 0.000000e+00 |      --      |    Inf 
409.41/409.55	c   410s|  9700 |  1364 |714392 |  73.4 |  48M|  91 |   - |1000 |2639 |1000 |1791 | 289 |1260 |3157 | 0.000000e+00 |      --      |    Inf 
411.11/411.23	c   411s|  9800 |  1363 |723111 |  73.6 |  49M|  91 |   - |1000 |2659 |1000 |1791 | 289 |1292 |3171 | 0.000000e+00 |      --      |    Inf 
412.21/412.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
412.21/412.40	c   412s|  9900 |  1372 |729903 |  73.5 |  49M|  91 |  98 |1000 |2659 |1000 |1791 | 289 |1301 |3177 | 0.000000e+00 |      --      |    Inf 
413.02/413.19	c   413s| 10000 |  1394 |734279 |  73.2 |  49M|  91 |   - |1000 |2663 |1000 |1791 | 289 |1305 |3187 | 0.000000e+00 |      --      |    Inf 
414.32/414.49	c   414s| 10100 |  1386 |742442 |  73.3 |  49M|  91 | 117 |1000 |2670 |1000 |1791 | 289 |1318 |3192 | 0.000000e+00 |      --      |    Inf 
415.31/415.48	c   415s| 10200 |  1380 |748410 |  73.2 |  49M|  91 |   - |1000 |2670 |1000 |1791 | 289 |1323 |3196 | 0.000000e+00 |      --      |    Inf 
416.32/416.43	c   416s| 10300 |  1392 |753852 |  73.0 |  49M|  91 |  97 |1000 |2679 |1000 |1791 | 289 |1335 |3202 | 0.000000e+00 |      --      |    Inf 
417.41/417.57	c   418s| 10400 |  1396 |760011 |  72.9 |  49M|  91 |  96 |1000 |2686 |1000 |1791 | 289 |1345 |3213 | 0.000000e+00 |      --      |    Inf 
418.31/418.45	c   418s| 10500 |  1388 |765127 |  72.7 |  49M|  91 |   - |1000 |2690 |1000 |1791 | 289 |1349 |3219 | 0.000000e+00 |      --      |    Inf 
419.71/419.84	c   420s| 10600 |  1386 |773791 |  72.8 |  49M|  91 |   - |1000 |2719 |1000 |1791 | 289 |1384 |3222 | 0.000000e+00 |      --      |    Inf 
420.92/421.06	c   421s| 10700 |  1376 |781188 |  72.8 |  49M|  91 | 103 |1000 |2725 |1000 |1791 | 289 |1394 |3225 | 0.000000e+00 |      --      |    Inf 
422.11/422.29	c   422s| 10800 |  1372 |787933 |  72.8 |  49M|  91 | 101 |1000 |2735 |1000 |1791 | 289 |1409 |3233 | 0.000000e+00 |      --      |    Inf 
423.21/423.31	c   423s| 10900 |  1374 |794297 |  72.7 |  49M|  91 |   - |1000 |2738 |1000 |1791 | 289 |1416 |3235 | 0.000000e+00 |      --      |    Inf 
424.41/424.59	c   425s| 11000 |  1390 |802650 |  72.8 |  49M|  91 |   - |1000 |2732 |1000 |1791 | 289 |1420 |3237 | 0.000000e+00 |      --      |    Inf 
425.42/425.51	c   426s| 11100 |  1395 |808816 |  72.7 |  49M|  91 |   - |1000 |2732 |1000 |1791 | 289 |1420 |3237 | 0.000000e+00 |      --      |    Inf 
426.41/426.50	c   426s| 11200 |  1387 |815318 |  72.6 |  49M|  91 | 102 |1000 |2737 |1000 |1791 | 289 |1425 |3238 | 0.000000e+00 |      --      |    Inf 
428.31/428.41	c   428s| 11300 |  1392 |825454 |  72.9 |  49M|  91 |   - |1000 |2736 |1000 |1791 | 289 |1430 |3262 | 0.000000e+00 |      --      |    Inf 
429.82/429.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.82/429.91	c   430s| 11400 |  1385 |832156 |  72.8 |  49M|  91 | 110 |1000 |2742 |1000 |1791 | 289 |1443 |3281 | 0.000000e+00 |      --      |    Inf 
431.71/431.81	c   432s| 11500 |  1377 |840459 |  72.9 |  49M|  91 |   - |1000 |2774 |1000 |1791 | 289 |1486 |3312 | 0.000000e+00 |      --      |    Inf 
433.11/433.27	c   433s| 11600 |  1402 |847187 |  72.9 |  49M|  91 | 104 |1000 |2777 |1000 |1791 | 289 |1508 |3331 | 0.000000e+00 |      --      |    Inf 
435.01/435.10	c   435s| 11700 |  1400 |854749 |  72.9 |  49M|  91 |   - |1000 |2785 |1000 |1791 | 289 |1520 |3357 | 0.000000e+00 |      --      |    Inf 
436.51/436.60	c   437s| 11800 |  1416 |862032 |  72.9 |  49M|  91 | 106 |1000 |2799 |1000 |1791 | 289 |1540 |3373 | 0.000000e+00 |      --      |    Inf 
438.01/438.12	c   438s| 11900 |  1411 |869271 |  72.9 |  49M|  91 |   - |1000 |2816 |1000 |1791 | 289 |1559 |3395 | 0.000000e+00 |      --      |    Inf 
439.71/439.85	c   440s| 12000 |  1411 |876461 |  72.9 |  49M|  91 |   - |1000 |2822 |1000 |1791 | 289 |1571 |3427 | 0.000000e+00 |      --      |    Inf 
441.41/441.57	c   442s| 12100 |  1404 |884228 |  72.9 |  49M|  91 |  95 |1000 |2821 |1000 |1791 | 289 |1591 |3454 | 0.000000e+00 |      --      |    Inf 
443.12/443.21	c   443s| 12200 |  1389 |891451 |  72.9 |  49M|  91 |   - |1000 |2820 |1000 |1791 | 289 |1599 |3480 | 0.000000e+00 |      --      |    Inf 
445.01/445.11	c   445s| 12300 |  1404 |898945 |  72.9 |  49M|  91 |   - |1000 |2828 |1000 |1791 | 289 |1627 |3522 | 0.000000e+00 |      --      |    Inf 
446.31/446.45	c   446s| 12400 |  1416 |905609 |  72.9 |  49M|  91 |   - |1000 |2830 |1000 |1791 | 289 |1630 |3543 | 0.000000e+00 |      --      |    Inf 
447.91/448.07	c   448s| 12500 |  1393 |912433 |  72.8 |  49M|  91 |   - |1000 |2839 |1000 |1791 | 289 |1647 |3570 | 0.000000e+00 |      --      |    Inf 
449.51/449.69	c   450s| 12600 |  1391 |919634 |  72.8 |  49M|  91 |   - |1000 |2846 |1000 |1791 | 289 |1659 |3598 | 0.000000e+00 |      --      |    Inf 
451.71/451.83	c   452s| 12700 |  1413 |929633 |  73.0 |  49M|  91 |  97 |1000 |2843 |1000 |1791 | 289 |1669 |3633 | 0.000000e+00 |      --      |    Inf 
453.71/453.83	c   454s| 12800 |  1411 |938451 |  73.2 |  49M|  91 | 154 |1000 |2835 |1000 |1791 | 289 |1674 |3671 | 0.000000e+00 |      --      |    Inf 
455.51/455.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
455.51/455.63	c   456s| 12900 |  1417 |945913 |  73.2 |  49M|  91 | 159 |1000 |2822 |1000 |1791 | 289 |1683 |3704 | 0.000000e+00 |      --      |    Inf 
457.10/457.21	c   457s| 13000 |  1417 |953228 |  73.2 |  49M|  91 |   - |1000 |2819 |1000 |1791 | 289 |1688 |3732 | 0.000000e+00 |      --      |    Inf 
458.11/458.29	c   458s| 13100 |  1429 |958444 |  73.0 |  49M|  91 |   - |1000 |2816 |1000 |1791 | 289 |1694 |3754 | 0.000000e+00 |      --      |    Inf 
459.51/459.70	c   460s| 13200 |  1428 |964796 |  72.9 |  49M|  91 | 102 |1000 |2823 |1000 |1791 | 289 |1701 |3784 | 0.000000e+00 |      --      |    Inf 
461.81/461.92	c   462s| 13300 |  1412 |973812 |  73.1 |  49M|  91 | 108 |1000 |2820 |1000 |1791 | 289 |1719 |3828 | 0.000000e+00 |      --      |    Inf 
463.30/463.40	c   463s| 13400 |  1436 |981100 |  73.1 |  49M|  91 |   - |1000 |2822 |1000 |1791 | 289 |1723 |3845 | 0.000000e+00 |      --      |    Inf 
464.91/465.08	c   465s| 13500 |  1431 |989516 |  73.1 |  49M|  91 |   - |1000 |2826 |1000 |1791 | 289 |1727 |3866 | 0.000000e+00 |      --      |    Inf 
466.40/466.54	c   467s| 13600 |  1446 |996225 |  73.1 |  49M|  91 |   - |1000 |2833 |1000 |1791 | 289 |1737 |3893 | 0.000000e+00 |      --      |    Inf 
468.11/468.27	c   468s| 13700 |  1434 |  1002k|  73.1 |  49M|  91 | 156 |1000 |2813 |1000 |1791 | 289 |1762 |3921 | 0.000000e+00 |      --      |    Inf 
469.70/469.84	c   470s| 13800 |  1439 |  1009k|  73.0 |  49M|  91 | 108 |1000 |2806 |1000 |1791 | 289 |1773 |3942 | 0.000000e+00 |      --      |    Inf 
470.61/470.75	c   471s| 13900 |  1437 |  1014k|  72.8 |  49M|  91 |   - |1000 |2807 |1000 |1791 | 289 |1774 |3963 | 0.000000e+00 |      --      |    Inf 
472.51/472.62	c   473s| 14000 |  1434 |  1022k|  72.9 |  49M|  91 |  97 |1000 |2810 |1000 |1791 | 289 |1784 |3994 | 0.000000e+00 |      --      |    Inf 
474.20/474.32	c   474s| 14100 |  1448 |  1030k|  72.9 |  49M|  91 | 104 |1000 |2810 |1000 |1791 | 289 |1792 |4021 | 0.000000e+00 |      --      |    Inf 
475.41/475.57	c   476s| 14200 |  1451 |  1035k|  72.8 |  49M|  91 |   - |1000 |2812 |1000 |1791 | 289 |1800 |4041 | 0.000000e+00 |      --      |    Inf 
477.01/477.11	c   477s| 14300 |  1464 |  1042k|  72.8 |  49M|  91 |   - |1000 |2831 |1000 |1791 | 289 |1826 |4063 | 0.000000e+00 |      --      |    Inf 
479.81/479.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.81/479.90	c   480s| 14400 |  1459 |  1051k|  72.9 |  49M|  91 | 106 |1000 |2812 |1000 |1791 | 289 |1834 |4129 | 0.000000e+00 |      --      |    Inf 
481.00/481.14	c   481s| 14500 |  1489 |  1058k|  72.9 |  49M|  91 | 112 |1000 |2811 |1000 |1791 | 289 |1838 |4140 | 0.000000e+00 |      --      |    Inf 
482.81/482.99	c   483s| 14600 |  1494 |  1066k|  72.9 |  49M|  91 | 110 |1000 |2821 |1000 |1791 | 289 |1857 |4175 | 0.000000e+00 |      --      |    Inf 
484.00/484.14	c   484s| 14700 |  1492 |  1071k|  72.8 |  49M|  91 |   - |1000 |2834 |1000 |1791 | 289 |1871 |4199 | 0.000000e+00 |      --      |    Inf 
485.50/485.66	c   486s| 14800 |  1496 |  1078k|  72.7 |  49M|  91 |   - |1000 |2844 |1000 |1791 | 289 |1881 |4227 | 0.000000e+00 |      --      |    Inf 
486.91/487.03	c   487s| 14900 |  1498 |  1084k|  72.7 |  49M|  91 |  98 |1000 |2857 |1000 |1791 | 289 |1895 |4254 | 0.000000e+00 |      --      |    Inf 
488.40/488.51	c   489s| 15000 |  1502 |  1091k|  72.6 |  49M|  91 |   - |1000 |2864 |1000 |1791 | 289 |1904 |4284 | 0.000000e+00 |      --      |    Inf 
490.10/490.20	c   490s| 15100 |  1524 |  1098k|  72.6 |  49M|  91 |  98 |1000 |2867 |1000 |1791 | 289 |1910 |4312 | 0.000000e+00 |      --      |    Inf 
491.30/491.42	c   491s| 15200 |  1522 |  1104k|  72.5 |  49M|  91 |  92 |1000 |2874 |1000 |1791 | 289 |1922 |4329 | 0.000000e+00 |      --      |    Inf 
492.91/493.01	c   493s| 15300 |  1516 |  1111k|  72.5 |  49M|  91 |   - |1000 |2877 |1000 |1791 | 289 |1930 |4363 | 0.000000e+00 |      --      |    Inf 
494.41/494.52	c   495s| 15400 |  1523 |  1118k|  72.5 |  49M|  91 | 110 |1000 |2877 |1000 |1791 | 289 |1942 |4386 | 0.000000e+00 |      --      |    Inf 
496.60/496.74	c   497s| 15500 |  1553 |  1127k|  72.6 |  49M|  91 | 106 |1000 |2847 |1000 |1791 | 289 |1951 |4425 | 0.000000e+00 |      --      |    Inf 
498.00/498.18	c   498s| 15600 |  1561 |  1134k|  72.6 |  49M|  91 |   - |1000 |2857 |1000 |1791 | 289 |1964 |4447 | 0.000000e+00 |      --      |    Inf 
499.50/499.61	c   500s| 15700 |  1593 |  1140k|  72.5 |  49M|  91 | 101 |1000 |2861 |1000 |1791 | 289 |1971 |4467 | 0.000000e+00 |      --      |    Inf 
501.51/501.62	c   502s| 15800 |  1593 |  1149k|  72.6 |  49M|  91 |  93 |1000 |2861 |1000 |1791 | 289 |1984 |4503 | 0.000000e+00 |      --      |    Inf 
503.20/503.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.20/503.35	c   503s| 15900 |  1589 |  1156k|  72.6 |  49M|  91 | 112 |1000 |2858 |1000 |1791 | 289 |1994 |4535 | 0.000000e+00 |      --      |    Inf 
505.00/505.12	c   505s| 16000 |  1585 |  1165k|  72.7 |  49M|  91 |   - |1000 |2866 |1000 |1791 | 289 |2004 |4559 | 0.000000e+00 |      --      |    Inf 
506.80/507.00	c   507s| 16100 |  1607 |  1173k|  72.8 |  50M|  91 |  92 |1000 |2864 |1000 |1791 | 289 |2009 |4595 | 0.000000e+00 |      --      |    Inf 
508.50/508.69	c   509s| 16200 |  1589 |  1181k|  72.8 |  49M|  91 | 112 |1000 |2866 |1000 |1791 | 289 |2021 |4626 | 0.000000e+00 |      --      |    Inf 
510.21/510.35	c   510s| 16300 |  1593 |  1189k|  72.8 |  50M|  91 |  94 |1000 |2861 |1000 |1791 | 289 |2028 |4653 | 0.000000e+00 |      --      |    Inf 
511.80/511.91	c   512s| 16400 |  1596 |  1196k|  72.8 |  50M|  91 | 104 |1000 |2864 |1000 |1791 | 289 |2035 |4684 | 0.000000e+00 |      --      |    Inf 
513.61/513.72	c   514s| 16500 |  1587 |  1203k|  72.8 |  50M|  91 | 112 |1000 |2872 |1000 |1791 | 289 |2050 |4716 | 0.000000e+00 |      --      |    Inf 
514.50/514.67	c   515s| 16600 |  1590 |  1208k|  72.7 |  50M|  91 |   - |1000 |2869 |1000 |1791 | 289 |2051 |4721 | 0.000000e+00 |      --      |    Inf 
515.60/515.73	c   516s| 16700 |  1594 |  1213k|  72.5 |  50M|  92 |   - |1000 |2870 |1000 |1791 | 289 |2052 |4744 | 0.000000e+00 |      --      |    Inf 
517.39/517.52	c   518s| 16800 |  1585 |  1220k|  72.5 |  50M|  92 |   - |1000 |2867 |1000 |1791 | 289 |2058 |4783 | 0.000000e+00 |      --      |    Inf 
518.40/518.52	c   519s| 16900 |  1585 |  1226k|  72.4 |  50M|  92 |   - |1000 |2867 |1000 |1791 | 289 |2063 |4793 | 0.000000e+00 |      --      |    Inf 
520.29/520.45	c   520s| 17000 |  1603 |  1234k|  72.5 |  50M|  92 |   - |1000 |2869 |1000 |1791 | 289 |2074 |4823 | 0.000000e+00 |      --      |    Inf 
522.20/522.31	c   522s| 17100 |  1614 |  1243k|  72.6 |  50M|  92 |   - |1000 |2870 |1000 |1791 | 289 |2085 |4859 | 0.000000e+00 |      --      |    Inf 
523.60/523.70	c   524s| 17200 |  1614 |  1249k|  72.5 |  50M|  92 |   - |1000 |2867 |1000 |1791 | 289 |2091 |4884 | 0.000000e+00 |      --      |    Inf 
525.00/525.13	c   525s| 17300 |  1616 |  1255k|  72.4 |  50M|  92 | 121 |1000 |2869 |1000 |1791 | 289 |2095 |4920 | 0.000000e+00 |      --      |    Inf 
526.70/526.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
526.70/526.84	c   527s| 17400 |  1633 |  1263k|  72.5 |  50M|  92 | 102 |1000 |2862 |1000 |1791 | 289 |2101 |4953 | 0.000000e+00 |      --      |    Inf 
528.30/528.45	c   528s| 17500 |  1625 |  1270k|  72.5 |  50M|  92 | 101 |1000 |2865 |1000 |1791 | 289 |2115 |4978 | 0.000000e+00 |      --      |    Inf 
529.89/530.08	c   530s| 17600 |  1623 |  1277k|  72.5 |  50M|  92 | 114 |1000 |2866 |1000 |1791 | 289 |2126 |5004 | 0.000000e+00 |      --      |    Inf 
531.59/531.71	c   532s| 17700 |  1643 |  1284k|  72.5 |  50M|  92 |   - |1000 |2868 |1000 |1791 | 289 |2133 |5029 | 0.000000e+00 |      --      |    Inf 
533.59/533.70	c   534s| 17800 |  1644 |  1293k|  72.5 |  50M|  92 | 106 |1000 |2872 |1000 |1791 | 289 |2146 |5067 | 0.000000e+00 |      --      |    Inf 
534.90/535.00	c   535s| 17900 |  1660 |  1299k|  72.5 |  50M|  92 |   - |1000 |2871 |1000 |1791 | 289 |2148 |5092 | 0.000000e+00 |      --      |    Inf 
536.00/536.12	c   536s| 18000 |  1657 |  1305k|  72.4 |  50M|  93 |  95 |1000 |2873 |1000 |1791 | 289 |2150 |5121 | 0.000000e+00 |      --      |    Inf 
537.30/537.48	c   537s| 18100 |  1667 |  1311k|  72.3 |  50M|  93 |  95 |1000 |2873 |1000 |1791 | 289 |2151 |5154 | 0.000000e+00 |      --      |    Inf 
538.69/538.88	c   539s| 18200 |  1672 |  1317k|  72.3 |  50M|  93 |  95 |1000 |2874 |1000 |1791 | 289 |2155 |5190 | 0.000000e+00 |      --      |    Inf 
540.59/540.79	c   541s| 18300 |  1702 |  1325k|  72.3 |  50M|  93 |   - |1000 |2844 |1000 |1791 | 289 |2162 |5226 | 0.000000e+00 |      --      |    Inf 
542.30/542.48	c   542s| 18400 |  1694 |  1333k|  72.3 |  50M|  93 | 109 |1000 |2843 |1000 |1791 | 289 |2173 |5261 | 0.000000e+00 |      --      |    Inf 
543.89/544.04	c   544s| 18500 |  1700 |  1340k|  72.3 |  50M|  93 |   - |1000 |2845 |1000 |1791 | 289 |2178 |5293 | 0.000000e+00 |      --      |    Inf 
545.69/545.80	c   546s| 18600 |  1726 |  1348k|  72.4 |  50M|  93 |   - |1000 |2833 |1000 |1791 | 289 |2183 |5329 | 0.000000e+00 |      --      |    Inf 
547.19/547.35	c   547s| 18700 |  1723 |  1354k|  72.3 |  50M|  93 | 100 |1000 |2835 |1000 |1791 | 289 |2192 |5359 | 0.000000e+00 |      --      |    Inf 
548.80/548.90	c   549s| 18800 |  1724 |  1362k|  72.3 |  50M|  93 | 106 |1000 |2836 |1000 |1791 | 289 |2198 |5391 | 0.000000e+00 |      --      |    Inf 
550.09/550.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
550.09/550.26	c   550s| 18900 |  1738 |  1368k|  72.3 |  50M|  93 |   - |1000 |2839 |1000 |1791 | 289 |2204 |5417 | 0.000000e+00 |      --      |    Inf 
551.79/551.91	c   552s| 19000 |  1764 |  1375k|  72.3 |  50M|  93 |   - |1000 |2834 |1000 |1791 | 289 |2210 |5450 | 0.000000e+00 |      --      |    Inf 
553.50/553.69	c   554s| 19100 |  1763 |  1383k|  72.3 |  50M|  93 | 105 |1000 |2838 |1000 |1791 | 289 |2218 |5485 | 0.000000e+00 |      --      |    Inf 
555.30/555.48	c   555s| 19200 |  1771 |  1391k|  72.4 |  50M|  93 |  95 |1000 |2849 |1000 |1791 | 289 |2238 |5521 | 0.000000e+00 |      --      |    Inf 
556.79/556.98	c   557s| 19300 |  1768 |  1397k|  72.3 |  50M|  93 |   - |1000 |2846 |1000 |1791 | 289 |2251 |5556 | 0.000000e+00 |      --      |    Inf 
558.29/558.40	c   558s| 19400 |  1776 |  1403k|  72.2 |  50M|  93 | 106 |1000 |2855 |1000 |1791 | 289 |2267 |5591 | 0.000000e+00 |      --      |    Inf 
559.99/560.19	c   560s| 19500 |  1778 |  1411k|  72.3 |  50M|  93 | 105 |1000 |2863 |1000 |1791 | 289 |2281 |5621 | 0.000000e+00 |      --      |    Inf 
561.69/561.86	c   562s| 19600 |  1786 |  1418k|  72.3 |  50M|  93 |   - |1000 |2849 |1000 |1791 | 289 |2290 |5652 | 0.000000e+00 |      --      |    Inf 
562.79/562.99	c   563s| 19700 |  1782 |  1424k|  72.2 |  50M|  94 |   - |1000 |2852 |1000 |1791 | 289 |2293 |5677 | 0.000000e+00 |      --      |    Inf 
564.40/564.54	c   565s| 19800 |  1783 |  1431k|  72.2 |  50M|  94 | 103 |1000 |2850 |1000 |1791 | 289 |2299 |5709 | 0.000000e+00 |      --      |    Inf 
565.70/565.86	c   566s| 19900 |  1788 |  1436k|  72.1 |  50M|  94 |  95 |1000 |2846 |1000 |1791 | 289 |2307 |5736 | 0.000000e+00 |      --      |    Inf 
567.10/567.23	c   567s| 20000 |  1806 |  1442k|  72.0 |  50M|  94 |  95 |1000 |2845 |1000 |1791 | 289 |2312 |5765 | 0.000000e+00 |      --      |    Inf 
568.49/568.63	c   569s| 20100 |  1812 |  1448k|  72.0 |  50M|  94 | 110 |1000 |2838 |1000 |1791 | 289 |2318 |5796 | 0.000000e+00 |      --      |    Inf 
569.79/569.97	c   570s| 20200 |  1836 |  1454k|  71.9 |  50M|  94 |   - |1000 |2840 |1000 |1791 | 289 |2325 |5826 | 0.000000e+00 |      --      |    Inf 
571.19/571.34	c   571s| 20300 |  1836 |  1461k|  71.9 |  50M|  94 |   - |1000 |2844 |1000 |1791 | 289 |2333 |5853 | 0.000000e+00 |      --      |    Inf 
573.29/573.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
573.29/573.49	c   573s| 20400 |  1830 |  1469k|  71.9 |  50M|  94 | 119 |1000 |2835 |1000 |1791 | 289 |2344 |5904 | 0.000000e+00 |      --      |    Inf 
573.89/574.04	c   574s| 20500 |  1839 |  1472k|  71.7 |  50M|  98 |  85 |1000 |2833 |1000 |1791 | 289 |2344 |5911 | 0.000000e+00 |      --      |    Inf 
574.69/574.83	c   575s| 20600 |  1837 |  1476k|  71.6 |  50M|  99 |  95 |1000 |2831 |1000 |1791 | 289 |2347 |5924 | 0.000000e+00 |      --      |    Inf 
575.89/576.08	c   576s| 20700 |  1839 |  1481k|  71.5 |  50M|  99 |   - |1000 |2829 |1000 |1791 | 289 |2355 |5953 | 0.000000e+00 |      --      |    Inf 
577.09/577.26	c   577s| 20800 |  1807 |  1487k|  71.4 |  50M|  99 |   - |1000 |2836 |1000 |1791 | 289 |2372 |5966 | 0.000000e+00 |      --      |    Inf 
579.19/579.38	c   579s| 20900 |  1824 |  1494k|  71.4 |  50M|  99 | 102 |1000 |2832 |1000 |1791 | 289 |2397 |6015 | 0.000000e+00 |      --      |    Inf 
580.08/580.29	c   580s| 21000 |  1844 |  1498k|  71.3 |  50M|  99 |   - |1000 |2832 |1000 |1791 | 289 |2404 |6033 | 0.000000e+00 |      --      |    Inf 
580.99/581.19	c   581s| 21100 |  1830 |  1503k|  71.2 |  50M|  99 |  97 |1000 |2831 |1000 |1791 | 289 |2406 |6044 | 0.000000e+00 |      --      |    Inf 
582.39/582.55	c   583s| 21200 |  1856 |  1511k|  71.2 |  50M|  99 | 107 |1000 |2833 |1000 |1791 | 289 |2409 |6060 | 0.000000e+00 |      --      |    Inf 
583.99/584.18	c   584s| 21300 |  1872 |  1517k|  71.1 |  50M|  99 | 107 |1000 |2813 |1000 |1791 | 289 |2413 |6093 | 0.000000e+00 |      --      |    Inf 
585.00/585.19	c   585s| 21400 |  1888 |  1522k|  71.0 |  50M|  99 |  92 |1000 |2816 |1000 |1791 | 289 |2420 |6102 | 0.000000e+00 |      --      |    Inf 
585.89/586.07	c   586s| 21500 |  1881 |  1527k|  71.0 |  50M|  99 |   - |1000 |2833 |1000 |1791 | 289 |2437 |6107 | 0.000000e+00 |      --      |    Inf 
586.89/587.07	c   587s| 21600 |  1867 |  1533k|  70.9 |  50M|  99 | 105 |1000 |2837 |1000 |1791 | 289 |2447 |6110 | 0.000000e+00 |      --      |    Inf 
587.68/587.89	c   588s| 21700 |  1877 |  1538k|  70.8 |  50M|  99 |  99 |1000 |2836 |1000 |1791 | 289 |2448 |6117 | 0.000000e+00 |      --      |    Inf 
589.19/589.32	c   589s| 21800 |  1880 |  1546k|  70.8 |  50M|  99 | 123 |1000 |2840 |1000 |1791 | 289 |2455 |6132 | 0.000000e+00 |      --      |    Inf 
590.89/591.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.89/591.00	c   591s| 21900 |  1878 |  1555k|  70.9 |  50M|  99 | 115 |1000 |2847 |1000 |1791 | 289 |2468 |6150 | 0.000000e+00 |      --      |    Inf 
592.08/592.20	c   592s| 22000 |  1883 |  1562k|  70.9 |  50M|  99 |   - |1000 |2847 |1000 |1791 | 289 |2476 |6159 | 0.000000e+00 |      --      |    Inf 
593.59/593.79	c   594s| 22100 |  1888 |  1568k|  70.9 |  50M|  99 |   - |1000 |2827 |1000 |1791 | 289 |2484 |6187 | 0.000000e+00 |      --      |    Inf 
594.68/594.82	c   595s| 22200 |  1895 |  1574k|  70.8 |  50M|  99 |   - |1000 |2822 |1000 |1791 | 289 |2495 |6195 | 0.000000e+00 |      --      |    Inf 
595.68/595.87	c   596s| 22300 |  1910 |  1580k|  70.8 |  50M|  99 | 107 |1000 |2817 |1000 |1791 | 289 |2504 |6202 | 0.000000e+00 |      --      |    Inf 
597.09/597.30	c   597s| 22400 |  1919 |  1589k|  70.8 |  50M|  99 |   - |1000 |2820 |1000 |1791 | 289 |2515 |6210 | 0.000000e+00 |      --      |    Inf 
598.49/598.60	c   599s| 22500 |  1923 |  1597k|  70.9 |  50M|  99 | 111 |1000 |2817 |1000 |1791 | 289 |2518 |6217 | 0.000000e+00 |      --      |    Inf 
599.29/599.45	c   599s| 22600 |  1935 |  1602k|  70.8 |  50M|  99 | 108 |1000 |2814 |1000 |1791 | 289 |2519 |6220 | 0.000000e+00 |      --      |    Inf 
600.59/600.76	c   601s| 22700 |  1939 |  1610k|  70.9 |  50M|  99 |  96 |1000 |2822 |1000 |1791 | 289 |2527 |6227 | 0.000000e+00 |      --      |    Inf 
601.79/601.91	c   602s| 22800 |  1923 |  1617k|  70.8 |  50M|  99 |  96 |1000 |2812 |1000 |1791 | 289 |2533 |6233 | 0.000000e+00 |      --      |    Inf 
602.78/602.95	c   603s| 22900 |  1951 |  1623k|  70.8 |  50M|  99 | 114 |1000 |2812 |1000 |1791 | 289 |2543 |6239 | 0.000000e+00 |      --      |    Inf 
603.79/603.95	c   604s| 23000 |  1943 |  1629k|  70.8 |  50M|  99 |   - |1000 |2816 |1000 |1791 | 289 |2551 |6242 | 0.000000e+00 |      --      |    Inf 
604.89/605.05	c   605s| 23100 |  1937 |  1636k|  70.7 |  50M|  99 |   - |1000 |2815 |1000 |1791 | 289 |2558 |6244 | 0.000000e+00 |      --      |    Inf 
605.89/606.06	c   606s| 23200 |  1941 |  1642k|  70.7 |  50M|  99 | 100 |1000 |2814 |1000 |1791 | 289 |2567 |6246 | 0.000000e+00 |      --      |    Inf 
606.99/607.19	c   607s| 23300 |  1945 |  1648k|  70.7 |  50M|  99 | 106 |1000 |2813 |1000 |1791 | 289 |2572 |6255 | 0.000000e+00 |      --      |    Inf 
608.28/608.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
608.28/608.47	c   608s| 23400 |  1952 |  1655k|  70.7 |  50M|  99 | 102 |1000 |2813 |1000 |1791 | 289 |2584 |6260 | 0.000000e+00 |      --      |    Inf 
609.38/609.51	c   610s| 23500 |  1957 |  1662k|  70.6 |  50M|  99 |  94 |1000 |2815 |1000 |1791 | 289 |2590 |6265 | 0.000000e+00 |      --      |    Inf 
610.49/610.68	c   611s| 23600 |  1974 |  1670k|  70.7 |  50M|  99 |  83 |1000 |2810 |1000 |1791 | 289 |2599 |6265 | 0.000000e+00 |      --      |    Inf 
611.58/611.73	c   612s| 23700 |  1978 |  1677k|  70.7 |  50M|  99 | 100 |1000 |2810 |1000 |1791 | 289 |2600 |6265 | 0.000000e+00 |      --      |    Inf 
612.49/612.67	c   613s| 23800 |  1974 |  1683k|  70.7 |  50M|  99 | 105 |1000 |2812 |1000 |1791 | 289 |2602 |6267 | 0.000000e+00 |      --      |    Inf 
613.39/613.58	c   614s| 23900 |  1996 |  1688k|  70.6 |  51M|  99 |   - |1000 |2814 |1000 |1791 | 289 |2608 |6270 | 0.000000e+00 |      --      |    Inf 
614.48/614.69	c   615s| 24000 |  1983 |  1695k|  70.6 |  51M|  99 | 101 |1000 |2817 |1000 |1791 | 289 |2620 |6275 | 0.000000e+00 |      --      |    Inf 
615.68/615.85	c   616s| 24100 |  1988 |  1702k|  70.6 |  51M|  99 |   - |1000 |2816 |1000 |1791 | 289 |2642 |6279 | 0.000000e+00 |      --      |    Inf 
616.78/616.97	c   617s| 24200 |  1998 |  1708k|  70.5 |  51M|  99 |   - |1000 |2815 |1000 |1791 | 289 |2655 |6288 | 0.000000e+00 |      --      |    Inf 
618.09/618.20	c   618s| 24300 |  1997 |  1716k|  70.6 |  51M|  99 |   - |1000 |2809 |1000 |1791 | 289 |2658 |6293 | 0.000000e+00 |      --      |    Inf 
619.28/619.40	c   619s| 24400 |  2021 |  1724k|  70.6 |  51M|  99 | 106 |1000 |2810 |1000 |1791 | 289 |2669 |6296 | 0.000000e+00 |      --      |    Inf 
620.38/620.57	c   621s| 24500 |  2011 |  1731k|  70.6 |  51M|  99 | 119 |1000 |2811 |1000 |1791 | 289 |2674 |6298 | 0.000000e+00 |      --      |    Inf 
621.48/621.69	c   622s| 24600 |  2031 |  1738k|  70.6 |  51M|  99 |   - |1000 |2815 |1000 |1791 | 289 |2686 |6300 | 0.000000e+00 |      --      |    Inf 
622.78/622.96	c   623s| 24700 |  2006 |  1745k|  70.6 |  51M|  99 |   - |1000 |2826 |1000 |1791 | 289 |2700 |6303 | 0.000000e+00 |      --      |    Inf 
623.49/623.68	c   624s| 24800 |  2016 |  1750k|  70.5 |  51M|  99 | 110 |1000 |2824 |1000 |1791 | 289 |2701 |6304 | 0.000000e+00 |      --      |    Inf 
624.18/624.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
624.18/624.34	c   624s| 24900 |  2008 |  1754k|  70.4 |  51M|  99 |   - |1000 |2825 |1000 |1791 | 289 |2703 |6304 | 0.000000e+00 |      --      |    Inf 
625.58/625.75	c   626s| 25000 |  2052 |  1762k|  70.4 |  51M|  99 | 117 |1000 |2732 |1000 |1791 | 289 |2712 |6312 | 0.000000e+00 |      --      |    Inf 
626.79/626.92	c   627s| 25100 |  2046 |  1769k|  70.4 |  51M|  99 |   - |1000 |2742 |1000 |1791 | 289 |2724 |6312 | 0.000000e+00 |      --      |    Inf 
628.38/628.50	c   629s| 25200 |  2052 |  1777k|  70.5 |  51M|  99 |   - |1000 |2747 |1000 |1791 | 289 |2733 |6330 | 0.000000e+00 |      --      |    Inf 
629.38/629.54	c   630s| 25300 |  2074 |  1783k|  70.4 |  51M|  99 | 102 |1000 |2749 |1000 |1791 | 289 |2738 |6341 | 0.000000e+00 |      --      |    Inf 
630.68/630.86	c   631s| 25400 |  2068 |  1789k|  70.4 |  51M|  99 | 102 |1000 |2763 |1000 |1791 | 289 |2752 |6361 | 0.000000e+00 |      --      |    Inf 
631.68/631.88	c   632s| 25500 |  2073 |  1794k|  70.3 |  51M|  99 |  97 |1000 |2768 |1000 |1791 | 289 |2757 |6376 | 0.000000e+00 |      --      |    Inf 
633.39/633.53	c   634s| 25600 |  2050 |  1801k|  70.3 |  51M|  99 | 117 |1000 |2771 |1000 |1791 | 289 |2767 |6406 | 0.000000e+00 |      --      |    Inf 
635.08/635.24	c   635s| 25700 |  2049 |  1809k|  70.3 |  51M|  99 | 106 |1000 |2769 |1000 |1791 | 289 |2784 |6431 | 0.000000e+00 |      --      |    Inf 
636.68/636.86	c   637s| 25800 |  2029 |  1816k|  70.3 |  51M|  99 | 112 |1000 |2767 |1000 |1791 | 289 |2797 |6458 | 0.000000e+00 |      --      |    Inf 
638.28/638.45	c   638s| 25900 |  2038 |  1823k|  70.3 |  51M|  99 |   - |1000 |2763 |1000 |1791 | 289 |2805 |6486 | 0.000000e+00 |      --      |    Inf 
639.58/639.78	c   640s| 26000 |  2072 |  1830k|  70.3 |  51M|  99 |  91 |1000 |2757 |1000 |1791 | 289 |2808 |6507 | 0.000000e+00 |      --      |    Inf 
640.98/641.12	c   641s| 26100 |  2082 |  1836k|  70.3 |  51M|  99 |   - |1000 |2757 |1000 |1791 | 289 |2815 |6530 | 0.000000e+00 |      --      |    Inf 
642.78/642.92	c   643s| 26200 |  2096 |  1843k|  70.3 |  51M|  99 |   - |1000 |2746 |1000 |1791 | 289 |2818 |6570 | 0.000000e+00 |      --      |    Inf 
643.88/644.09	c   644s| 26300 |  2101 |  1849k|  70.3 |  51M|  99 |   - |1000 |2736 |1000 |1791 | 289 |2824 |6576 | 0.000000e+00 |      --      |    Inf 
645.49/645.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
645.49/645.66	c   646s| 26400 |  2100 |  1856k|  70.3 |  51M|  99 |   - |1000 |2744 |1000 |1791 | 289 |2839 |6602 | 0.000000e+00 |      --      |    Inf 
646.98/647.11	c   647s| 26500 |  2093 |  1863k|  70.2 |  51M|  99 | 103 |1000 |2742 |1000 |1791 | 289 |2859 |6625 | 0.000000e+00 |      --      |    Inf 
648.18/648.39	c   648s| 26600 |  2102 |  1869k|  70.2 |  51M|  99 |  87 |1000 |2742 |1000 |1791 | 289 |2873 |6645 | 0.000000e+00 |      --      |    Inf 
649.28/649.48	c   649s| 26700 |  2100 |  1874k|  70.1 |  51M|  99 |   - |1000 |2738 |1000 |1791 | 289 |2878 |6665 | 0.000000e+00 |      --      |    Inf 
650.78/650.94	c   651s| 26800 |  2078 |  1880k|  70.1 |  51M|  99 |   - |1000 |2719 |1000 |1791 | 289 |2891 |6689 | 0.000000e+00 |      --      |    Inf 
651.77/651.93	c   652s| 26900 |  2099 |  1885k|  70.0 |  51M|  99 |   - |1000 |2716 |1000 |1791 | 289 |2892 |6700 | 0.000000e+00 |      --      |    Inf 
653.08/653.22	c   653s| 27000 |  2088 |  1890k|  70.0 |  51M|  99 | 107 |1000 |2713 |1000 |1791 | 289 |2895 |6730 | 0.000000e+00 |      --      |    Inf 
654.38/654.50	c   655s| 27100 |  2107 |  1896k|  69.9 |  51M|  99 |   - |1000 |2712 |1000 |1791 | 289 |2900 |6750 | 0.000000e+00 |      --      |    Inf 
655.78/655.99	c   656s| 27200 |  2076 |  1903k|  69.9 |  51M|  99 |   - |1000 |2710 |1000 |1791 | 289 |2909 |6771 | 0.000000e+00 |      --      |    Inf 
657.08/657.23	c   657s| 27300 |  2096 |  1908k|  69.8 |  51M|  99 | 101 |1000 |2714 |1000 |1791 | 289 |2924 |6785 | 0.000000e+00 |      --      |    Inf 
658.17/658.33	c   658s| 27400 |  2079 |  1913k|  69.8 |  51M|  99 |   - |1000 |2712 |1000 |1791 | 289 |2924 |6806 | 0.000000e+00 |      --      |    Inf 
659.58/659.72	c   660s| 27500 |  2096 |  1919k|  69.7 |  51M|  99 |   - |1000 |2706 |1000 |1791 | 289 |2930 |6829 | 0.000000e+00 |      --      |    Inf 
660.89/661.05	c   661s| 27600 |  2117 |  1925k|  69.7 |  51M|  99 | 101 |1000 |2705 |1000 |1791 | 289 |2937 |6852 | 0.000000e+00 |      --      |    Inf 
662.57/662.79	c   663s| 27700 |  2080 |  1933k|  69.7 |  51M|  99 | 108 |1000 |2704 |1000 |1791 | 289 |2960 |6879 | 0.000000e+00 |      --      |    Inf 
664.38/664.50	c   664s| 27800 |  2081 |  1941k|  69.8 |  51M|  99 | 107 |1000 |2708 |1000 |1791 | 289 |2968 |6904 | 0.000000e+00 |      --      |    Inf 
665.57/665.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
665.57/665.75	c   666s| 27900 |  2099 |  1947k|  69.7 |  51M|  99 |   - |1000 |2712 |1000 |1791 | 289 |2972 |6919 | 0.000000e+00 |      --      |    Inf 
667.08/667.26	c   667s| 28000 |  2083 |  1954k|  69.7 |  51M|  99 | 113 |1000 |2716 |1000 |1791 | 289 |2988 |6939 | 0.000000e+00 |      --      |    Inf 
668.98/669.13	c   669s| 28100 |  2093 |  1962k|  69.8 |  51M|  99 | 130 |1000 |2636 |1000 |1791 | 289 |2991 |6968 | 0.000000e+00 |      --      |    Inf 
670.97/671.13	c   671s| 28200 |  2106 |  1971k|  69.8 |  51M|  99 | 129 |1000 |2639 |1000 |1791 | 289 |3015 |6997 | 0.000000e+00 |      --      |    Inf 
672.77/672.95	c   673s| 28300 |  2107 |  1979k|  69.9 |  51M|  99 |   - |1000 |2642 |1000 |1791 | 289 |3029 |7028 | 0.000000e+00 |      --      |    Inf 
674.47/674.60	c   675s| 28400 |  2155 |  1987k|  69.9 |  51M|  99 |   - |1000 |2641 |1000 |1791 | 289 |3040 |7042 | 0.000000e+00 |      --      |    Inf 
676.07/676.24	c   676s| 28500 |  2153 |  1995k|  69.9 |  51M|  99 |   - |1000 |2654 |1000 |1791 | 289 |3060 |7064 | 0.000000e+00 |      --      |    Inf 
677.27/677.48	c   677s| 28600 |  2177 |  2000k|  69.9 |  51M|  99 |   - |1000 |2663 |1000 |1791 | 289 |3072 |7088 | 0.000000e+00 |      --      |    Inf 
678.88/679.08	c   679s| 28700 |  2160 |  2007k|  69.9 |  51M|  99 | 113 |1000 |2646 |1000 |1791 | 289 |3088 |7117 | 0.000000e+00 |      --      |    Inf 
680.38/680.58	c   681s| 28800 |  2165 |  2014k|  69.9 |  51M|  99 |   - |1000 |2641 |1000 |1791 | 289 |3095 |7135 | 0.000000e+00 |      --      |    Inf 
681.58/681.74	c   682s| 28900 |  2177 |  2020k|  69.8 |  51M|  99 |   - |1000 |2639 |1000 |1791 | 289 |3096 |7163 | 0.000000e+00 |      --      |    Inf 
682.97/683.14	c   683s| 29000 |  2169 |  2026k|  69.8 |  51M|  99 |   - |1000 |2641 |1000 |1791 | 289 |3101 |7185 | 0.000000e+00 |      --      |    Inf 
684.78/684.96	c   685s| 29100 |  2165 |  2034k|  69.9 |  51M|  99 |   - |1000 |2642 |1000 |1791 | 289 |3117 |7212 | 0.000000e+00 |      --      |    Inf 
686.28/686.46	c   686s| 29200 |  2169 |  2042k|  69.9 |  51M|  99 | 112 |1000 |2660 |1000 |1791 | 289 |3138 |7230 | 0.000000e+00 |      --      |    Inf 
687.77/687.94	c   688s| 29300 |  2190 |  2048k|  69.9 |  51M|  99 |  92 |1000 |2656 |1000 |1791 | 289 |3144 |7253 | 0.000000e+00 |      --      |    Inf 
689.07/689.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
689.07/689.27	c   689s| 29400 |  2206 |  2054k|  69.8 |  51M|  99 |   - |1000 |2664 |1000 |1791 | 289 |3153 |7274 | 0.000000e+00 |      --      |    Inf 
690.68/690.83	c   691s| 29500 |  2204 |  2062k|  69.8 |  51M|  99 |  90 |1000 |2677 |1000 |1791 | 289 |3167 |7300 | 0.000000e+00 |      --      |    Inf 
692.07/692.26	c   692s| 29600 |  2189 |  2068k|  69.8 |  51M|  99 |   - |1000 |2689 |1000 |1791 | 289 |3179 |7323 | 0.000000e+00 |      --      |    Inf 
693.87/694.06	c   694s| 29700 |  2156 |  2076k|  69.9 |  51M|  99 |   - |1000 |2677 |1000 |1791 | 289 |3195 |7356 | 0.000000e+00 |      --      |    Inf 
695.67/695.86	c   696s| 29800 |  2172 |  2085k|  69.9 |  51M|  99 | 112 |1000 |2655 |1000 |1791 | 289 |3200 |7385 | 0.000000e+00 |      --      |    Inf 
697.57/697.78	c   698s| 29900 |  2186 |  2093k|  70.0 |  51M|  99 | 110 |1000 |2657 |1000 |1791 | 289 |3214 |7411 | 0.000000e+00 |      --      |    Inf 
699.57/699.71	c   700s| 30000 |  2185 |  2102k|  70.0 |  51M|  99 | 101 |1000 |2578 |1000 |1791 | 289 |3239 |7432 | 0.000000e+00 |      --      |    Inf 
701.17/701.34	c   701s| 30100 |  2217 |  2110k|  70.0 |  51M|  99 | 114 |1000 |2573 |1000 |1791 | 289 |3248 |7454 | 0.000000e+00 |      --      |    Inf 
702.87/703.09	c   703s| 30200 |  2220 |  2118k|  70.1 |  51M|  99 | 100 |1000 |2575 |1000 |1791 | 289 |3258 |7481 | 0.000000e+00 |      --      |    Inf 
704.77/704.97	c   705s| 30300 |  2222 |  2127k|  70.1 |  51M|  99 |   - |1000 |2581 |1000 |1791 | 289 |3265 |7515 | 0.000000e+00 |      --      |    Inf 
706.57/706.79	c   707s| 30400 |  2213 |  2135k|  70.2 |  51M|  99 |   - |1000 |2557 |1000 |1791 | 289 |3271 |7543 | 0.000000e+00 |      --      |    Inf 
708.47/708.62	c   709s| 30500 |  2204 |  2144k|  70.2 |  51M|  99 |  93 |1000 |2546 |1000 |1791 | 289 |3286 |7574 | 0.000000e+00 |      --      |    Inf 
710.07/710.27	c   710s| 30600 |  2205 |  2151k|  70.2 |  51M|  99 | 105 |1000 |2543 |1000 |1791 | 289 |3295 |7601 | 0.000000e+00 |      --      |    Inf 
711.76/711.95	c   712s| 30700 |  2203 |  2159k|  70.3 |  51M|  99 | 109 |1000 |2548 |1000 |1791 | 289 |3317 |7629 | 0.000000e+00 |      --      |    Inf 
713.17/713.34	c   713s| 30800 |  2226 |  2166k|  70.3 |  51M|  99 | 110 |1000 |2550 |1000 |1791 | 289 |3322 |7650 | 0.000000e+00 |      --      |    Inf 
714.57/714.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.57/714.71	c   715s| 30900 |  2227 |  2172k|  70.2 |  51M|  99 | 100 |1000 |2553 |1000 |1791 | 289 |3326 |7677 | 0.000000e+00 |      --      |    Inf 
715.98/716.11	c   716s| 31000 |  2222 |  2178k|  70.2 |  51M|  99 | 115 |1000 |2561 |1000 |1791 | 289 |3334 |7707 | 0.000000e+00 |      --      |    Inf 
717.57/717.70	c   718s| 31100 |  2227 |  2185k|  70.2 |  51M|  99 |   - |1000 |2586 |1000 |1791 | 289 |3364 |7734 | 0.000000e+00 |      --      |    Inf 
719.57/719.76	c   720s| 31200 |  2249 |  2194k|  70.3 |  51M|  99 | 128 |1000 |2572 |1000 |1791 | 289 |3374 |7764 | 0.000000e+00 |      --      |    Inf 
721.17/721.31	c   721s| 31300 |  2259 |  2202k|  70.3 |  51M|  99 |   - |1000 |2570 |1000 |1791 | 289 |3385 |7773 | 0.000000e+00 |      --      |    Inf 
722.96/723.10	c   723s| 31400 |  2245 |  2210k|  70.3 |  51M|  99 |   - |1000 |2560 |1000 |1791 | 289 |3405 |7800 | 0.000000e+00 |      --      |    Inf 
724.77/724.94	c   725s| 31500 |  2268 |  2219k|  70.4 |  51M|  99 | 104 |1000 |2553 |1000 |1791 | 289 |3407 |7834 | 0.000000e+00 |      --      |    Inf 
726.56/726.76	c   727s| 31600 |  2255 |  2227k|  70.4 |  51M|  99 | 104 |1000 |2549 |1000 |1791 | 289 |3425 |7863 | 0.000000e+00 |      --      |    Inf 
728.46/728.64	c   729s| 31700 |  2255 |  2235k|  70.4 |  51M|  99 |   - |1000 |2544 |1000 |1791 | 289 |3450 |7891 | 0.000000e+00 |      --      |    Inf 
729.97/730.14	c   730s| 31800 |  2278 |  2242k|  70.5 |  51M|  99 |   - |1000 |2547 |1000 |1791 | 289 |3457 |7910 | 0.000000e+00 |      --      |    Inf 
731.37/731.56	c   732s| 31900 |  2282 |  2249k|  70.5 |  51M|  99 |  98 |1000 |2539 |1000 |1791 | 289 |3459 |7930 | 0.000000e+00 |      --      |    Inf 
732.97/733.14	c   733s| 32000 |  2286 |  2256k|  70.5 |  51M|  99 |   - |1000 |2543 |1000 |1791 | 289 |3466 |7962 | 0.000000e+00 |      --      |    Inf 
734.47/734.69	c   735s| 32100 |  2294 |  2264k|  70.5 |  51M|  99 |   - |1000 |2546 |1000 |1791 | 289 |3469 |7984 | 0.000000e+00 |      --      |    Inf 
735.97/736.17	c   736s| 32200 |  2305 |  2271k|  70.5 |  51M|  99 |   - |1000 |2552 |1000 |1791 | 289 |3477 |8008 | 0.000000e+00 |      --      |    Inf 
737.17/737.32	c   737s| 32300 |  2310 |  2276k|  70.4 |  51M|  99 |   - |1000 |2550 |1000 |1791 | 289 |3479 |8026 | 0.000000e+00 |      --      |    Inf 
738.66/738.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
738.66/738.88	c   739s| 32400 |  2307 |  2283k|  70.4 |  51M|  99 |  94 |1000 |2554 |1000 |1791 | 289 |3503 |8052 | 0.000000e+00 |      --      |    Inf 
740.17/740.33	c   740s| 32500 |  2313 |  2290k|  70.4 |  51M|  99 |   - |1000 |2561 |1000 |1791 | 289 |3512 |8074 | 0.000000e+00 |      --      |    Inf 
741.27/741.45	c   741s| 32600 |  2335 |  2296k|  70.4 |  51M|  99 |   - |1000 |2567 |1000 |1791 | 289 |3518 |8087 | 0.000000e+00 |      --      |    Inf 
742.46/742.66	c   743s| 32700 |  2314 |  2301k|  70.3 |  51M|  99 |  93 |1000 |2572 |1000 |1791 | 289 |3524 |8114 | 0.000000e+00 |      --      |    Inf 
743.47/743.65	c   744s| 32800 |  2332 |  2305k|  70.2 |  52M|  99 |   - |1000 |2581 |1000 |1791 | 289 |3533 |8131 | 0.000000e+00 |      --      |    Inf 
744.66/744.80	c   745s| 32900 |  2342 |  2310k|  70.2 |  52M|  99 |  92 |1000 |2596 |1000 |1791 | 289 |3549 |8154 | 0.000000e+00 |      --      |    Inf 
745.67/745.87	c   746s| 33000 |  2340 |  2315k|  70.1 |  52M|  99 |   - |1000 |2603 |1000 |1791 | 289 |3556 |8177 | 0.000000e+00 |      --      |    Inf 
747.07/747.27	c   747s| 33100 |  2331 |  2321k|  70.1 |  52M|  99 |   - |1000 |2613 |1000 |1791 | 289 |3568 |8209 | 0.000000e+00 |      --      |    Inf 
748.57/748.78	c   749s| 33200 |  2333 |  2328k|  70.1 |  52M|  99 | 104 |1000 |2608 |1000 |1791 | 289 |3574 |8229 | 0.000000e+00 |      --      |    Inf 
750.16/750.32	c   750s| 33300 |  2343 |  2335k|  70.1 |  52M|  99 |   - |1000 |2616 |1000 |1791 | 289 |3587 |8253 | 0.000000e+00 |      --      |    Inf 
751.47/751.66	c   752s| 33400 |  2331 |  2341k|  70.1 |  52M|  99 | 100 |1000 |2628 |1000 |1791 | 289 |3601 |8278 | 0.000000e+00 |      --      |    Inf 
752.66/752.87	c   753s| 33500 |  2349 |  2347k|  70.0 |  52M|  99 |   - |1000 |2628 |1000 |1791 | 289 |3606 |8298 | 0.000000e+00 |      --      |    Inf 
754.47/754.62	c   755s| 33600 |  2351 |  2355k|  70.0 |  52M|  99 | 145 |1000 |2625 |1000 |1791 | 289 |3624 |8327 | 0.000000e+00 |      --      |    Inf 
756.36/756.53	c   757s| 33700 |  2362 |  2363k|  70.1 |  52M|  99 | 102 |1000 |2590 |1000 |1791 | 289 |3648 |8354 | 0.000000e+00 |      --      |    Inf 
757.96/758.11	c   758s| 33800 |  2367 |  2369k|  70.0 |  52M|  99 |   - |1000 |2584 |1000 |1791 | 289 |3654 |8388 | 0.000000e+00 |      --      |    Inf 
759.26/759.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
759.26/759.41	c   759s| 33900 |  2386 |  2375k|  70.0 |  52M|  99 |  93 |1000 |2566 |1000 |1791 | 289 |3658 |8413 | 0.000000e+00 |      --      |    Inf 
760.26/760.48	c   760s| 34000 |  2384 |  2380k|  70.0 |  52M|  99 |   - |1000 |2570 |1000 |1791 | 289 |3662 |8431 | 0.000000e+00 |      --      |    Inf 
761.76/761.97	c   762s| 34100 |  2380 |  2387k|  69.9 |  52M|  99 |   - |1000 |2573 |1000 |1791 | 289 |3676 |8462 | 0.000000e+00 |      --      |    Inf 
763.36/763.53	c   764s| 34200 |  2372 |  2394k|  70.0 |  52M|  99 |   - |1000 |2571 |1000 |1791 | 289 |3693 |8484 | 0.000000e+00 |      --      |    Inf 
764.86/765.06	c   765s| 34300 |  2379 |  2400k|  69.9 |  52M|  99 | 103 |1000 |2569 |1000 |1791 | 289 |3702 |8515 | 0.000000e+00 |      --      |    Inf 
765.96/766.19	c   766s| 34400 |  2373 |  2406k|  69.9 |  52M|  99 |   - |1000 |2573 |1000 |1791 | 289 |3707 |8532 | 0.000000e+00 |      --      |    Inf 
767.57/767.77	c   768s| 34500 |  2387 |  2413k|  69.9 |  52M|  99 | 107 |1000 |2572 |1000 |1791 | 289 |3712 |8566 | 0.000000e+00 |      --      |    Inf 
768.96/769.14	c   769s| 34600 |  2375 |  2419k|  69.9 |  52M|  99 | 102 |1000 |2568 |1000 |1791 | 289 |3721 |8589 | 0.000000e+00 |      --      |    Inf 
770.66/770.89	c   771s| 34700 |  2373 |  2426k|  69.9 |  52M|  99 |   - |1000 |2552 |1000 |1791 | 289 |3734 |8622 | 0.000000e+00 |      --      |    Inf 
771.56/771.77	c   772s| 34800 |  2373 |  2431k|  69.8 |  52M|  99 |   - |1000 |2551 |1000 |1791 | 289 |3735 |8635 | 0.000000e+00 |      --      |    Inf 
772.96/773.16	c   773s| 34900 |  2395 |  2437k|  69.8 |  52M|  99 |  90 |1000 |2559 |1000 |1791 | 289 |3744 |8664 | 0.000000e+00 |      --      |    Inf 
774.06/774.27	c   774s| 35000 |  2387 |  2442k|  69.7 |  52M|  99 |   - |1000 |2569 |1000 |1791 | 289 |3755 |8682 | 0.000000e+00 |      --      |    Inf 
776.26/776.40	c   776s| 35100 |  2384 |  2451k|  69.8 |  52M|  99 | 102 |1000 |2558 |1000 |1791 | 289 |3769 |8730 | 0.000000e+00 |      --      |    Inf 
777.46/777.65	c   778s| 35200 |  2380 |  2458k|  69.8 |  52M|  99 |  94 |1000 |2545 |1000 |1791 | 289 |3780 |8746 | 0.000000e+00 |      --      |    Inf 
779.06/779.28	c   779s| 35300 |  2380 |  2465k|  69.8 |  52M|  99 |   - |1000 |2548 |1000 |1791 | 289 |3787 |8780 | 0.000000e+00 |      --      |    Inf 
780.77/781.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
780.77/781.00	c   781s| 35400 |  2386 |  2472k|  69.8 |  52M|  99 | 116 |1000 |2543 |1000 |1791 | 289 |3794 |8815 | 0.000000e+00 |      --      |    Inf 
782.26/782.44	c   782s| 35500 |  2374 |  2478k|  69.8 |  52M|  99 | 108 |1000 |2549 |1000 |1791 | 289 |3803 |8838 | 0.000000e+00 |      --      |    Inf 
783.56/783.73	c   784s| 35600 |  2378 |  2484k|  69.7 |  52M|  99 |   - |1000 |2566 |1000 |1791 | 289 |3831 |8860 | 0.000000e+00 |      --      |    Inf 
784.86/785.04	c   785s| 35700 |  2372 |  2490k|  69.7 |  52M|  99 |   - |1000 |2571 |1000 |1791 | 289 |3840 |8881 | 0.000000e+00 |      --      |    Inf 
785.96/786.11	c   786s| 35800 |  2375 |  2496k|  69.7 |  52M|  99 | 114 |1000 |2582 |1000 |1791 | 289 |3856 |8894 | 0.000000e+00 |      --      |    Inf 
786.95/787.19	c   787s| 35900 |  2381 |  2501k|  69.6 |  52M|  99 |  93 |1000 |2598 |1000 |1791 | 289 |3876 |8911 | 0.000000e+00 |      --      |    Inf 
787.95/788.17	c   788s| 36000 |  2386 |  2506k|  69.6 |  52M|  99 |   - |1000 |2615 |1000 |1791 | 289 |3894 |8925 | 0.000000e+00 |      --      |    Inf 
789.26/789.42	c   789s| 36100 |  2382 |  2511k|  69.5 |  52M|  99 |   - |1000 |2617 |1000 |1791 | 289 |3909 |8951 | 0.000000e+00 |      --      |    Inf 
791.25/791.47	c   791s| 36200 |  2388 |  2518k|  69.5 |  52M|  99 |   - |1000 |2613 |1000 |1791 | 289 |3922 |8998 | 0.000000e+00 |      --      |    Inf 
792.66/792.81	c   793s| 36300 |  2391 |  2525k|  69.5 |  52M|  99 |   - |1000 |2615 |1000 |1791 | 289 |3930 |9017 | 0.000000e+00 |      --      |    Inf 
794.06/794.27	c   794s| 36400 |  2387 |  2532k|  69.5 |  52M|  99 | 100 |1000 |2610 |1000 |1791 | 289 |3942 |9032 | 0.000000e+00 |      --      |    Inf 
795.26/795.47	c   795s| 36500 |  2395 |  2539k|  69.5 |  52M|  99 |   - |1000 |2612 |1000 |1791 | 289 |3944 |9045 | 0.000000e+00 |      --      |    Inf 
796.55/796.78	c   797s| 36600 |  2419 |  2546k|  69.5 |  52M|  99 |   - |1000 |2617 |1000 |1791 | 289 |3955 |9059 | 0.000000e+00 |      --      |    Inf 
797.96/798.13	c   798s| 36700 |  2425 |  2554k|  69.5 |  52M|  99 | 108 |1000 |2633 |1000 |1791 | 289 |3978 |9068 | 0.000000e+00 |      --      |    Inf 
799.56/799.72	c   800s| 36800 |  2449 |  2561k|  69.6 |  52M|  99 |   - |1000 |2636 |1000 |1791 | 289 |3989 |9091 | 0.000000e+00 |      --      |    Inf 
800.86/801.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
800.86/801.05	c   801s| 36900 |  2451 |  2568k|  69.6 |  52M|  99 | 104 |1000 |2639 |1000 |1791 | 289 |3999 |9108 | 0.000000e+00 |      --      |    Inf 
802.76/802.99	c   803s| 37000 |  2459 |  2576k|  69.6 |  52M|  99 |   - |1000 |2614 |1000 |1791 | 289 |4006 |9140 | 0.000000e+00 |      --      |    Inf 
803.76/803.91	c   804s| 37100 |  2479 |  2581k|  69.5 |  52M|  99 |   - |1000 |2610 |1000 |1791 | 289 |4009 |9151 | 0.000000e+00 |      --      |    Inf 
804.96/805.12	c   805s| 37200 |  2471 |  2587k|  69.5 |  52M|  99 | 107 |1000 |2620 |1000 |1791 | 289 |4021 |9159 | 0.000000e+00 |      --      |    Inf 
806.06/806.25	c   806s| 37300 |  2471 |  2594k|  69.5 |  52M|  99 | 112 |1000 |2624 |1000 |1791 | 289 |4042 |9164 | 0.000000e+00 |      --      |    Inf 
807.26/807.42	c   807s| 37400 |  2456 |  2601k|  69.5 |  52M|  99 |   - |1000 |2628 |1000 |1791 | 289 |4059 |9170 | 0.000000e+00 |      --      |    Inf 
808.56/808.70	c   809s| 37500 |  2470 |  2608k|  69.5 |  52M|  99 |   - |1000 |2627 |1000 |1791 | 289 |4079 |9173 | 0.000000e+00 |      --      |    Inf 
809.55/809.78	c   810s| 37600 |  2514 |  2613k|  69.5 |  52M|  99 |  96 |1000 |2598 |1000 |1791 | 289 |4084 |9187 | 0.000000e+00 |      --      |    Inf 
810.56/810.73	c   811s| 37700 |  2521 |  2619k|  69.4 |  52M|  99 |  99 |1000 |2606 |1000 |1791 | 289 |4093 |9191 | 0.000000e+00 |      --      |    Inf 
811.46/811.64	c   812s| 37800 |  2522 |  2625k|  69.4 |  52M|  99 |  96 |1000 |2612 |1000 |1791 | 289 |4100 |9192 | 0.000000e+00 |      --      |    Inf 
812.45/812.63	c   813s| 37900 |  2526 |  2632k|  69.4 |  52M|  99 | 107 |1000 |2614 |1000 |1791 | 289 |4104 |9195 | 0.000000e+00 |      --      |    Inf 
813.65/813.88	c   814s| 38000 |  2515 |  2639k|  69.4 |  52M|  99 | 118 |1000 |2616 |1000 |1791 | 289 |4116 |9201 | 0.000000e+00 |      --      |    Inf 
814.65/814.83	c   815s| 38100 |  2526 |  2645k|  69.4 |  52M|  99 | 104 |1000 |2616 |1000 |1791 | 289 |4127 |9203 | 0.000000e+00 |      --      |    Inf 
815.86/816.07	c   816s| 38200 |  2526 |  2652k|  69.4 |  52M|  99 |   - |1000 |2613 |1000 |1791 | 289 |4135 |9212 | 0.000000e+00 |      --      |    Inf 
816.95/817.11	c   817s| 38300 |  2523 |  2658k|  69.4 |  52M|  99 |   - |1000 |2616 |1000 |1791 | 289 |4138 |9221 | 0.000000e+00 |      --      |    Inf 
818.06/818.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
818.06/818.24	c   818s| 38400 |  2539 |  2664k|  69.3 |  52M|  99 |  87 |1000 |2621 |1000 |1791 | 289 |4143 |9231 | 0.000000e+00 |      --      |    Inf 
819.15/819.37	c   819s| 38500 |  2531 |  2671k|  69.3 |  52M|  99 |   - |1000 |2631 |1000 |1791 | 289 |4153 |9239 | 0.000000e+00 |      --      |    Inf 
820.15/820.36	c   820s| 38600 |  2535 |  2677k|  69.3 |  52M|  99 | 101 |1000 |2635 |1000 |1791 | 289 |4158 |9244 | 0.000000e+00 |      --      |    Inf 
821.06/821.26	c   821s| 38700 |  2532 |  2683k|  69.3 |  52M|  99 |   - |1000 |2634 |1000 |1791 | 289 |4160 |9246 | 0.000000e+00 |      --      |    Inf 
822.16/822.30	c   822s| 38800 |  2560 |  2689k|  69.3 |  52M|  99 |   - |1000 |2625 |1000 |1791 | 289 |4166 |9251 | 0.000000e+00 |      --      |    Inf 
823.45/823.61	c   824s| 38900 |  2520 |  2697k|  69.3 |  52M|  99 |   - |1000 |2612 |1000 |1791 | 289 |4186 |9252 | 0.000000e+00 |      --      |    Inf 
824.56/824.74	c   825s| 39000 |  2519 |  2704k|  69.3 |  52M|  99 |   - |1000 |2592 |1000 |1791 | 289 |4192 |9253 | 0.000000e+00 |      --      |    Inf 
825.75/825.93	c   826s| 39100 |  2546 |  2712k|  69.3 |  52M|  99 | 112 |1000 |2584 |1000 |1791 | 289 |4198 |9256 | 0.000000e+00 |      --      |    Inf 
826.86/827.09	c   827s| 39200 |  2547 |  2718k|  69.3 |  52M|  99 | 122 |1000 |2567 |1000 |1791 | 289 |4216 |9258 | 0.000000e+00 |      --      |    Inf 
828.16/828.37	c   828s| 39300 |  2565 |  2726k|  69.3 |  52M|  99 | 112 |1000 |2571 |1000 |1791 | 289 |4223 |9266 | 0.000000e+00 |      --      |    Inf 
829.35/829.56	c   830s| 39400 |  2562 |  2733k|  69.3 |  52M|  99 |   - |1000 |2567 |1000 |1791 | 289 |4230 |9271 | 0.000000e+00 |      --      |    Inf 
830.45/830.67	c   831s| 39500 |  2560 |  2740k|  69.3 |  52M|  99 | 104 |1000 |2569 |1000 |1791 | 289 |4238 |9273 | 0.000000e+00 |      --      |    Inf 
831.46/831.69	c   832s| 39600 |  2564 |  2746k|  69.3 |  52M|  99 |  99 |1000 |2574 |1000 |1791 | 289 |4250 |9273 | 0.000000e+00 |      --      |    Inf 
832.46/832.68	c   833s| 39700 |  2558 |  2752k|  69.3 |  52M|  99 |   - |1000 |2587 |1000 |1791 | 289 |4265 |9273 | 0.000000e+00 |      --      |    Inf 
833.35/833.54	c   834s| 39800 |  2558 |  2758k|  69.2 |  52M|  99 |   - |1000 |2586 |1000 |1791 | 289 |4269 |9275 | 0.000000e+00 |      --      |    Inf 
834.95/835.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
834.95/835.13	c   835s| 39900 |  2564 |  2765k|  69.3 |  52M|  99 | 153 |1000 |2541 |1000 |1791 | 289 |4276 |9291 | 0.000000e+00 |      --      |    Inf 
835.95/836.14	c   836s| 40000 |  2572 |  2771k|  69.2 |  52M|  99 |  94 |1000 |2535 |1000 |1791 | 289 |4282 |9292 | 0.000000e+00 |      --      |    Inf 
837.25/837.42	c   837s| 40100 |  2586 |  2778k|  69.2 |  52M|  99 | 105 |1000 |2532 |1000 |1791 | 289 |4292 |9297 | 0.000000e+00 |      --      |    Inf 
838.15/838.36	c   838s| 40200 |  2604 |  2784k|  69.2 |  52M|  99 | 110 |1000 |2536 |1000 |1791 | 289 |4296 |9298 | 0.000000e+00 |      --      |    Inf 
839.35/839.51	c   840s| 40300 |  2606 |  2791k|  69.2 |  52M|  99 | 105 |1000 |2536 |1000 |1791 | 289 |4302 |9300 | 0.000000e+00 |      --      |    Inf 
840.55/840.79	c   841s| 40400 |  2602 |  2799k|  69.2 |  52M|  99 | 104 |1000 |2543 |1000 |1791 | 289 |4314 |9304 | 0.000000e+00 |      --      |    Inf 
841.45/841.67	c   842s| 40500 |  2608 |  2805k|  69.2 |  52M|  99 |   - |1000 |2546 |1000 |1791 | 289 |4319 |9305 | 0.000000e+00 |      --      |    Inf 
842.55/842.76	c   843s| 40600 |  2600 |  2811k|  69.2 |  52M|  99 |   - |1000 |2555 |1000 |1791 | 289 |4330 |9307 | 0.000000e+00 |      --      |    Inf 
843.75/843.92	c   844s| 40700 |  2612 |  2819k|  69.2 |  52M|  99 |   - |1000 |2563 |1000 |1791 | 289 |4344 |9309 | 0.000000e+00 |      --      |    Inf 
845.05/845.20	c   845s| 40800 |  2610 |  2827k|  69.2 |  52M|  99 | 108 |1000 |2571 |1000 |1791 | 289 |4354 |9310 | 0.000000e+00 |      --      |    Inf 
846.25/846.45	c   846s| 40900 |  2617 |  2835k|  69.3 |  52M|  99 | 117 |1000 |2578 |1000 |1791 | 289 |4365 |9311 | 0.000000e+00 |      --      |    Inf 
847.25/847.47	c   847s| 41000 |  2604 |  2842k|  69.3 |  52M|  99 |   - |1000 |2581 |1000 |1791 | 289 |4368 |9313 | 0.000000e+00 |      --      |    Inf 
848.24/848.42	c   848s| 41100 |  2601 |  2848k|  69.3 |  52M|  99 | 104 |1000 |2590 |1000 |1791 | 289 |4380 |9313 | 0.000000e+00 |      --      |    Inf 
849.45/849.61	c   850s| 41200 |  2595 |  2855k|  69.3 |  52M|  99 |  98 |1000 |2588 |1000 |1791 | 289 |4388 |9314 | 0.000000e+00 |      --      |    Inf 
850.75/850.96	c   851s| 41300 |  2594 |  2864k|  69.3 |  52M|  99 | 114 |1000 |2592 |1000 |1791 | 289 |4394 |9316 | 0.000000e+00 |      --      |    Inf 
851.75/851.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
851.75/851.98	c   852s| 41400 |  2605 |  2871k|  69.3 |  52M|  99 |   - |1000 |2592 |1000 |1791 | 289 |4397 |9316 | 0.000000e+00 |      --      |    Inf 
852.74/852.99	c   853s| 41500 |  2595 |  2877k|  69.3 |  52M|  99 |   - |1000 |2594 |1000 |1791 | 289 |4400 |9317 | 0.000000e+00 |      --      |    Inf 
853.75/853.97	c   854s| 41600 |  2603 |  2884k|  69.3 |  52M|  99 | 101 |1000 |2597 |1000 |1791 | 289 |4407 |9317 | 0.000000e+00 |      --      |    Inf 
854.56/854.74	c   855s| 41700 |  2605 |  2888k|  69.2 |  52M|  99 | 107 |1000 |2598 |1000 |1791 | 289 |4411 |9318 | 0.000000e+00 |      --      |    Inf 
855.75/855.93	c   856s| 41800 |  2599 |  2896k|  69.2 |  52M|  99 |  98 |1000 |2589 |1000 |1791 | 289 |4417 |9319 | 0.000000e+00 |      --      |    Inf 
857.05/857.27	c   857s| 41900 |  2604 |  2904k|  69.3 |  52M|  99 |   - |1000 |2587 |1000 |1791 | 289 |4432 |9325 | 0.000000e+00 |      --      |    Inf 
858.44/858.60	c   859s| 42000 |  2605 |  2910k|  69.3 |  52M|  99 |   - |1000 |2597 |1000 |1791 | 289 |4452 |9339 | 0.000000e+00 |      --      |    Inf 
859.75/859.97	c   860s| 42100 |  2609 |  2916k|  69.2 |  52M|  99 |   - |1000 |2603 |1000 |1791 | 289 |4467 |9362 | 0.000000e+00 |      --      |    Inf 
861.15/861.31	c   861s| 42200 |  2593 |  2923k|  69.2 |  52M|  99 | 102 |1000 |2607 |1000 |1791 | 289 |4481 |9375 | 0.000000e+00 |      --      |    Inf 
862.64/862.88	c   863s| 42300 |  2611 |  2930k|  69.2 |  52M|  99 |   - |1000 |2602 |1000 |1791 | 289 |4496 |9397 | 0.000000e+00 |      --      |    Inf 
864.35/864.60	c   865s| 42400 |  2617 |  2938k|  69.3 |  52M|  99 |   - |1000 |2611 |1000 |1791 | 289 |4508 |9423 | 0.000000e+00 |      --      |    Inf 
865.35/865.56	c   866s| 42500 |  2626 |  2943k|  69.2 |  52M|  99 | 109 |1000 |2614 |1000 |1791 | 289 |4511 |9432 | 0.000000e+00 |      --      |    Inf 
866.55/866.78	c   867s| 42600 |  2639 |  2949k|  69.2 |  52M|  99 |   - |1000 |2623 |1000 |1791 | 289 |4520 |9460 | 0.000000e+00 |      --      |    Inf 
868.15/868.32	c   868s| 42700 |  2611 |  2957k|  69.2 |  52M|  99 |   - |1000 |2631 |1000 |1791 | 289 |4533 |9483 | 0.000000e+00 |      --      |    Inf 
869.64/869.80	c   870s| 42800 |  2606 |  2963k|  69.2 |  52M|  99 |   - |1000 |2636 |1000 |1791 | 289 |4555 |9504 | 0.000000e+00 |      --      |    Inf 
870.65/870.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
870.65/870.86	c   871s| 42900 |  2603 |  2969k|  69.2 |  52M|  99 |   - |1000 |2638 |1000 |1791 | 289 |4561 |9519 | 0.000000e+00 |      --      |    Inf 
871.85/872.07	c   872s| 43000 |  2619 |  2974k|  69.1 |  52M|  99 |   - |1000 |2640 |1000 |1791 | 289 |4570 |9538 | 0.000000e+00 |      --      |    Inf 
873.44/873.67	c   874s| 43100 |  2603 |  2981k|  69.1 |  52M|  99 | 123 |1000 |2642 |1000 |1791 | 289 |4582 |9566 | 0.000000e+00 |      --      |    Inf 
874.64/874.85	c   875s| 43200 |  2615 |  2987k|  69.1 |  52M|  99 |   - |1000 |2656 |1000 |1791 | 289 |4599 |9581 | 0.000000e+00 |      --      |    Inf 
876.15/876.30	c   876s| 43300 |  2636 |  2994k|  69.1 |  52M|  99 | 103 |1000 |2658 |1000 |1791 | 289 |4620 |9600 | 0.000000e+00 |      --      |    Inf 
877.34/877.55	c   878s| 43400 |  2646 |  2999k|  69.1 |  52M|  99 | 114 |1000 |2657 |1000 |1791 | 289 |4631 |9619 | 0.000000e+00 |      --      |    Inf 
878.55/878.79	c   879s| 43500 |  2655 |  3005k|  69.1 |  53M|  99 |   - |1000 |2673 |1000 |1791 | 289 |4649 |9632 | 0.000000e+00 |      --      |    Inf 
880.05/880.28	c   880s| 43600 |  2648 |  3012k|  69.1 |  53M|  99 | 113 |1000 |2681 |1000 |1791 | 289 |4662 |9658 | 0.000000e+00 |      --      |    Inf 
881.64/881.86	c   882s| 43700 |  2668 |  3020k|  69.1 |  53M|  99 | 109 |1000 |2679 |1000 |1791 | 289 |4666 |9675 | 0.000000e+00 |      --      |    Inf 
883.15/883.35	c   883s| 43800 |  2642 |  3026k|  69.1 |  53M|  99 |   - |1000 |2685 |1000 |1791 | 289 |4680 |9700 | 0.000000e+00 |      --      |    Inf 
884.34/884.52	c   885s| 43900 |  2665 |  3032k|  69.0 |  53M|  99 | 111 |1000 |2689 |1000 |1791 | 289 |4690 |9713 | 0.000000e+00 |      --      |    Inf 
885.94/886.11	c   886s| 44000 |  2664 |  3040k|  69.0 |  53M|  99 | 104 |1000 |2687 |1000 |1791 | 289 |4710 |9739 | 0.000000e+00 |      --      |    Inf 
887.55/887.76	c   888s| 44100 |  2660 |  3048k|  69.1 |  53M|  99 | 117 |1000 |2687 |1000 |1791 | 289 |4721 |9761 | 0.000000e+00 |      --      |    Inf 
888.74/888.99	c   889s| 44200 |  2656 |  3053k|  69.0 |  53M|  99 |   - |1000 |2689 |1000 |1791 | 289 |4725 |9788 | 0.000000e+00 |      --      |    Inf 
890.14/890.33	c   890s| 44300 |  2664 |  3059k|  69.0 |  53M|  99 |   - |1000 |2696 |1000 |1791 | 289 |4733 |9810 | 0.000000e+00 |      --      |    Inf 
891.44/891.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
891.44/891.62	c   892s| 44400 |  2665 |  3066k|  69.0 |  53M|  99 | 113 |1000 |2706 |1000 |1791 | 289 |4746 |9830 | 0.000000e+00 |      --      |    Inf 
893.05/893.21	c   893s| 44500 |  2668 |  3073k|  69.0 |  53M|  99 | 118 |1000 |2714 |1000 |1791 | 289 |4758 |9853 | 0.000000e+00 |      --      |    Inf 
894.64/894.87	c   895s| 44600 |  2690 |  3081k|  69.0 |  53M|  99 | 110 |1000 |2721 |1000 |1791 | 289 |4771 |9879 | 0.000000e+00 |      --      |    Inf 
896.25/896.47	c   896s| 44700 |  2689 |  3087k|  69.0 |  53M|  99 | 134 |1000 |2718 |1000 |1791 | 289 |4805 |9902 | 0.000000e+00 |      --      |    Inf 
898.04/898.20	c   898s| 44800 |  2729 |  3096k|  69.1 |  53M|  99 | 112 |1000 |2733 |1000 |1791 | 289 |4821 |9922 | 0.000000e+00 |      --      |    Inf 
899.54/899.80	c   900s| 44900 |  2743 |  3104k|  69.1 |  53M|  99 | 105 |1000 |2742 |1000 |1791 | 289 |4830 |9948 | 0.000000e+00 |      --      |    Inf 
901.24/901.47	c   901s| 45000 |  2766 |  3110k|  69.1 |  53M|  99 |  93 |1000 |2737 |1000 |1791 | 289 |4833 |9974 | 0.000000e+00 |      --      |    Inf 
902.64/902.85	c   903s| 45100 |  2758 |  3118k|  69.1 |  53M|  99 |  96 |1000 |2756 |1000 |1791 | 289 |4857 |9981 | 0.000000e+00 |      --      |    Inf 
903.95/904.15	c   904s| 45200 |  2756 |  3125k|  69.1 |  53M|  99 | 108 |1000 |2758 |1000 |1791 | 289 |4869 |9995 | 0.000000e+00 |      --      |    Inf 
905.64/905.89	c   906s| 45300 |  2758 |  3133k|  69.1 |  53M|  99 | 108 |1000 |2765 |1000 |1791 | 289 |4885 |  10k| 0.000000e+00 |      --      |    Inf 
907.35/907.58	c   908s| 45400 |  2762 |  3140k|  69.1 |  53M|  99 | 110 |1000 |2756 |1000 |1791 | 289 |4897 |  10k| 0.000000e+00 |      --      |    Inf 
908.64/908.89	c   909s| 45500 |  2772 |  3147k|  69.1 |  53M|  99 | 110 |1000 |2763 |1000 |1791 | 289 |4905 |  10k| 0.000000e+00 |      --      |    Inf 
910.44/910.67	c   911s| 45600 |  2760 |  3156k|  69.2 |  53M|  99 | 106 |1000 |2756 |1000 |1791 | 289 |4912 |  10k| 0.000000e+00 |      --      |    Inf 
911.84/912.04	c   912s| 45700 |  2756 |  3162k|  69.2 |  53M|  99 |   - |1000 |2755 |1000 |1791 | 289 |4920 |  10k| 0.000000e+00 |      --      |    Inf 
913.04/913.23	c   913s| 45800 |  2756 |  3168k|  69.1 |  53M|  99 |   - |1000 |2763 |1000 |1791 | 289 |4929 |  10k| 0.000000e+00 |      --      |    Inf 
914.54/914.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
914.54/914.71	c   915s| 45900 |  2746 |  3174k|  69.1 |  53M|  99 |   - |1000 |2761 |1000 |1791 | 289 |4942 |  10k| 0.000000e+00 |      --      |    Inf 
915.83/916.08	c   916s| 46000 |  2776 |  3181k|  69.1 |  53M|  99 |  97 |1000 |2767 |1000 |1791 | 289 |4950 |  10k| 0.000000e+00 |      --      |    Inf 
917.64/917.80	c   918s| 46100 |  2770 |  3189k|  69.1 |  53M|  99 |  96 |1000 |2770 |1000 |1791 | 289 |4967 |  10k| 0.000000e+00 |      --      |    Inf 
919.13/919.37	c   919s| 46200 |  2769 |  3196k|  69.1 |  53M|  99 |   - |1000 |2768 |1000 |1791 | 289 |4982 |  10k| 0.000000e+00 |      --      |    Inf 
920.84/921.05	c   921s| 46300 |  2764 |  3204k|  69.2 |  53M|  99 |   - |1000 |2764 |1000 |1791 | 289 |4994 |  10k| 0.000000e+00 |      --      |    Inf 
922.33/922.58	c   923s| 46400 |  2768 |  3211k|  69.2 |  53M|  99 |   - |1000 |2763 |1000 |1791 | 289 |5012 |  10k| 0.000000e+00 |      --      |    Inf 
923.93/924.13	c   924s| 46500 |  2766 |  3218k|  69.2 |  53M|  99 | 111 |1000 |2755 |1000 |1791 | 289 |5029 |  10k| 0.000000e+00 |      --      |    Inf 
925.64/925.82	c   926s| 46600 |  2768 |  3225k|  69.2 |  53M|  99 |   - |1000 |2757 |1000 |1791 | 289 |5043 |  10k| 0.000000e+00 |      --      |    Inf 
926.63/926.84	c   927s| 46700 |  2785 |  3231k|  69.1 |  53M|  99 |  93 |1000 |2754 |1000 |1791 | 289 |5049 |  10k| 0.000000e+00 |      --      |    Inf 
928.14/928.32	c   928s| 46800 |  2784 |  3237k|  69.1 |  53M|  99 | 101 |1000 |2764 |1000 |1791 | 289 |5068 |  10k| 0.000000e+00 |      --      |    Inf 
929.34/929.53	c   930s| 46900 |  2776 |  3243k|  69.1 |  53M|  99 |  91 |1000 |2774 |1000 |1791 | 289 |5083 |  10k| 0.000000e+00 |      --      |    Inf 
930.64/930.88	c   931s| 47000 |  2777 |  3249k|  69.1 |  53M|  99 | 102 |1000 |2773 |1000 |1791 | 289 |5093 |  10k| 0.000000e+00 |      --      |    Inf 
932.43/932.66	c   933s| 47100 |  2742 |  3258k|  69.1 |  53M|  99 | 103 |1000 |2763 |1000 |1791 | 289 |5108 |  10k| 0.000000e+00 |      --      |    Inf 
933.83/934.05	c   934s| 47200 |  2771 |  3264k|  69.1 |  53M|  99 |   - |1000 |2762 |1000 |1791 | 289 |5122 |  10k| 0.000000e+00 |      --      |    Inf 
935.54/935.76	c   936s| 47300 |  2766 |  3272k|  69.1 |  53M|  99 |   - |1000 |2769 |1000 |1791 | 289 |5139 |  10k| 0.000000e+00 |      --      |    Inf 
936.83/937.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
936.83/937.01	c   937s| 47400 |  2776 |  3278k|  69.1 |  53M|  99 |  97 |1000 |2775 |1000 |1791 | 289 |5145 |  10k| 0.000000e+00 |      --      |    Inf 
938.14/938.35	c   938s| 47500 |  2781 |  3284k|  69.1 |  53M|  99 |  95 |1000 |2778 |1000 |1791 | 289 |5157 |  10k| 0.000000e+00 |      --      |    Inf 
939.63/939.85	c   940s| 47600 |  2789 |  3292k|  69.1 |  53M|  99 |   - |1000 |2784 |1000 |1791 | 289 |5167 |  10k| 0.000000e+00 |      --      |    Inf 
941.23/941.46	c   941s| 47700 |  2787 |  3300k|  69.1 |  53M|  99 |   - |1000 |2797 |1000 |1791 | 289 |5181 |  10k| 0.000000e+00 |      --      |    Inf 
942.73/942.95	c   943s| 47800 |  2785 |  3307k|  69.2 |  53M|  99 | 105 |1000 |2805 |1000 |1791 | 289 |5194 |  10k| 0.000000e+00 |      --      |    Inf 
944.14/944.30	c   944s| 47900 |  2779 |  3314k|  69.1 |  53M|  99 |   - |1000 |2809 |1000 |1791 | 289 |5200 |  10k| 0.000000e+00 |      --      |    Inf 
945.63/945.81	c   946s| 48000 |  2768 |  3321k|  69.1 |  53M|  99 |   - |1000 |2807 |1000 |1791 | 289 |5207 |  10k| 0.000000e+00 |      --      |    Inf 
947.53/947.73	c   948s| 48100 |  2785 |  3328k|  69.2 |  53M|  99 | 179 |1000 |2796 |1000 |1791 | 289 |5219 |  10k| 0.000000e+00 |      --      |    Inf 
949.14/949.37	c   949s| 48200 |  2786 |  3336k|  69.2 |  53M|  99 |   - |1000 |2775 |1000 |1791 | 289 |5226 |  10k| 0.000000e+00 |      --      |    Inf 
950.93/951.12	c   951s| 48300 |  2806 |  3344k|  69.2 |  53M|  99 |  86 |1000 |2750 |1000 |1791 | 289 |5236 |  10k| 0.000000e+00 |      --      |    Inf 
952.53/952.79	c   953s| 48400 |  2831 |  3352k|  69.2 |  53M|  99 |   - |1000 |2769 |1000 |1791 | 289 |5258 |  10k| 0.000000e+00 |      --      |    Inf 
954.43/954.60	c   955s| 48500 |  2823 |  3360k|  69.2 |  53M|  99 |   - |1000 |2782 |1000 |1791 | 289 |5280 |  10k| 0.000000e+00 |      --      |    Inf 
956.33/956.56	c   957s| 48600 |  2826 |  3369k|  69.3 |  53M|  99 | 112 |1000 |2799 |1000 |1791 | 289 |5305 |  10k| 0.000000e+00 |      --      |    Inf 
957.53/957.77	c   958s| 48700 |  2822 |  3375k|  69.3 |  53M|  99 |   - |1000 |2802 |1000 |1791 | 289 |5314 |  10k| 0.000000e+00 |      --      |    Inf 
959.43/959.68	c   960s| 48800 |  2827 |  3384k|  69.3 |  53M|  99 |   - |1000 |2800 |1000 |1791 | 289 |5326 |  10k| 0.000000e+00 |      --      |    Inf 
960.73/960.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.73/960.91	c   961s| 48900 |  2819 |  3389k|  69.3 |  53M|  99 |   - |1000 |2794 |1000 |1791 | 289 |5335 |  10k| 0.000000e+00 |      --      |    Inf 
962.03/962.22	c   962s| 49000 |  2835 |  3395k|  69.3 |  53M|  99 |  97 |1000 |2786 |1000 |1791 | 289 |5347 |  10k| 0.000000e+00 |      --      |    Inf 
964.03/964.26	c   964s| 49100 |  2821 |  3403k|  69.3 |  53M|  99 | 188 |1000 |2752 |1000 |1791 | 289 |5369 |  10k| 0.000000e+00 |      --      |    Inf 
965.73/965.98	c   966s| 49200 |  2840 |  3412k|  69.3 |  53M|  99 |  99 |1000 |2761 |1000 |1791 | 289 |5389 |  10k| 0.000000e+00 |      --      |    Inf 
967.53/967.78	c   968s| 49300 |  2826 |  3421k|  69.4 |  53M|  99 | 107 |1000 |2761 |1000 |1791 | 289 |5397 |  10k| 0.000000e+00 |      --      |    Inf 
969.13/969.30	c   969s| 49400 |  2844 |  3428k|  69.4 |  53M|  99 |   - |1000 |2771 |1000 |1791 | 289 |5408 |  10k| 0.000000e+00 |      --      |    Inf 
970.73/970.95	c   971s| 49500 |  2836 |  3436k|  69.4 |  53M|  99 |   - |1000 |2776 |1000 |1791 | 289 |5416 |  10k| 0.000000e+00 |      --      |    Inf 
972.73/972.92	c   973s| 49600 |  2824 |  3445k|  69.4 |  53M|  99 |  97 |1000 |2779 |1000 |1791 | 289 |5436 |  11k| 0.000000e+00 |      --      |    Inf 
973.93/974.19	c   974s| 49700 |  2828 |  3451k|  69.4 |  53M|  99 |   - |1000 |2776 |1000 |1791 | 289 |5440 |  11k| 0.000000e+00 |      --      |    Inf 
976.64/976.82	c   977s| 49800 |  2818 |  3458k|  69.4 |  53M|  99 | 222 |1000 |2728 |1000 |1791 | 289 |5446 |  11k| 0.000000e+00 |      --      |    Inf 
978.53/978.79	c   979s| 49900 |  2846 |  3466k|  69.4 |  53M|  99 |   - |1000 |2692 |1000 |1791 | 289 |5454 |  11k| 0.000000e+00 |      --      |    Inf 
980.52/980.71	c   981s| 50000 |  2844 |  3474k|  69.4 |  53M|  99 | 103 |1000 |2663 |1000 |1791 | 289 |5465 |  11k| 0.000000e+00 |      --      |    Inf 
982.13/982.30	c   982s| 50100 |  2854 |  3481k|  69.4 |  53M|  99 | 181 |1000 |2664 |1000 |1791 | 289 |5468 |  11k| 0.000000e+00 |      --      |    Inf 
983.82/984.04	c   984s| 50200 |  2892 |  3488k|  69.4 |  53M|  99 | 103 |1000 |2670 |1000 |1791 | 289 |5479 |  11k| 0.000000e+00 |      --      |    Inf 
984.92/985.16	c   985s| 50300 |  2899 |  3493k|  69.4 |  53M|  99 |   - |1000 |2670 |1000 |1791 | 289 |5481 |  11k| 0.000000e+00 |      --      |    Inf 
986.43/986.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.43/986.62	c   987s| 50400 |  2904 |  3500k|  69.4 |  53M|  99 | 117 |1000 |2676 |1000 |1791 | 289 |5494 |  11k| 0.000000e+00 |      --      |    Inf 
988.23/988.45	c   988s| 50500 |  2882 |  3508k|  69.4 |  53M|  99 |   - |1000 |2651 |1000 |1791 | 289 |5509 |  11k| 0.000000e+00 |      --      |    Inf 
989.93/990.19	c   990s| 50600 |  2885 |  3516k|  69.5 |  53M|  99 | 113 |1000 |2680 |1000 |1791 | 289 |5555 |  11k| 0.000000e+00 |      --      |    Inf 
991.43/991.64	c   992s| 50700 |  2904 |  3523k|  69.5 |  53M|  99 | 112 |1000 |2681 |1000 |1791 | 289 |5560 |  11k| 0.000000e+00 |      --      |    Inf 
993.04/993.29	c   993s| 50800 |  2908 |  3531k|  69.5 |  53M|  99 |  95 |1000 |2697 |1000 |1791 | 289 |5582 |  11k| 0.000000e+00 |      --      |    Inf 
994.63/994.86	c   995s| 50900 |  2903 |  3539k|  69.5 |  53M|  99 |   - |1000 |2709 |1000 |1791 | 289 |5600 |  11k| 0.000000e+00 |      --      |    Inf 
996.13/996.35	c   996s| 51000 |  2904 |  3545k|  69.5 |  53M|  99 |  95 |1000 |2703 |1000 |1791 | 289 |5610 |  11k| 0.000000e+00 |      --      |    Inf 
997.53/997.77	c   998s| 51100 |  2903 |  3553k|  69.5 |  53M|  99 |   - |1000 |2701 |1000 |1791 | 289 |5617 |  11k| 0.000000e+00 |      --      |    Inf 
998.92/999.12	c   999s| 51200 |  2919 |  3558k|  69.5 |  53M|  99 |  89 |1000 |2703 |1000 |1791 | 289 |5623 |  11k| 0.000000e+00 |      --      |    Inf 
1000.42/1000.65	c  1001s| 51300 |  2927 |  3566k|  69.5 |  53M|  99 |   - |1000 |2698 |1000 |1791 | 289 |5632 |  11k| 0.000000e+00 |      --      |    Inf 
1001.52/1001.72	c  1002s| 51400 |  2933 |  3572k|  69.5 |  53M|  99 | 105 |1000 |2717 |1000 |1791 | 289 |5651 |  11k| 0.000000e+00 |      --      |    Inf 
1003.03/1003.27	c  1003s| 51500 |  2945 |  3580k|  69.5 |  53M|  99 |  99 |1000 |2714 |1000 |1791 | 289 |5659 |  11k| 0.000000e+00 |      --      |    Inf 
1004.23/1004.47	c  1004s| 51600 |  2939 |  3586k|  69.5 |  54M|  99 |   - |1000 |2713 |1000 |1791 | 289 |5666 |  11k| 0.000000e+00 |      --      |    Inf 
1005.62/1005.85	c  1006s| 51700 |  2947 |  3593k|  69.5 |  54M|  99 |   - |1000 |2713 |1000 |1791 | 289 |5669 |  11k| 0.000000e+00 |      --      |    Inf 
1007.02/1007.23	c  1007s| 51800 |  2953 |  3599k|  69.4 |  54M|  99 |   - |1000 |2712 |1000 |1791 | 289 |5679 |  11k| 0.000000e+00 |      --      |    Inf 
1008.43/1008.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1008.43/1008.69	c  1009s| 51900 |  2959 |  3606k|  69.5 |  54M|  99 |  94 |1000 |2719 |1000 |1791 | 289 |5693 |  11k| 0.000000e+00 |      --      |    Inf 
1009.53/1009.78	c  1010s| 52000 |  2967 |  3613k|  69.4 |  54M|  99 | 106 |1000 |2735 |1000 |1791 | 289 |5714 |  11k| 0.000000e+00 |      --      |    Inf 
1010.73/1010.96	c  1011s| 52100 |  2969 |  3619k|  69.4 |  54M|  99 |   - |1000 |2740 |1000 |1791 | 289 |5725 |  11k| 0.000000e+00 |      --      |    Inf 
1011.93/1012.11	c  1012s| 52200 |  2961 |  3626k|  69.4 |  54M|  99 | 107 |1000 |2742 |1000 |1791 | 289 |5743 |  11k| 0.000000e+00 |      --      |    Inf 
1013.03/1013.20	c  1013s| 52300 |  2965 |  3633k|  69.4 |  54M|  99 |  95 |1000 |2758 |1000 |1791 | 289 |5760 |  11k| 0.000000e+00 |      --      |    Inf 
1014.03/1014.25	c  1014s| 52400 |  2971 |  3640k|  69.4 |  54M|  99 |  87 |1000 |2779 |1000 |1791 | 289 |5781 |  11k| 0.000000e+00 |      --      |    Inf 
1015.32/1015.51	c  1016s| 52500 |  2960 |  3648k|  69.4 |  54M|  99 |   - |1000 |2800 |1000 |1791 | 289 |5803 |  11k| 0.000000e+00 |      --      |    Inf 
1016.42/1016.60	c  1017s| 52600 |  2967 |  3654k|  69.4 |  54M|  99 |   - |1000 |2797 |1000 |1791 | 289 |5807 |  11k| 0.000000e+00 |      --      |    Inf 
1017.33/1017.59	c  1018s| 52700 |  2980 |  3660k|  69.4 |  54M|  99 |  97 |1000 |2807 |1000 |1791 | 289 |5820 |  11k| 0.000000e+00 |      --      |    Inf 
1018.52/1018.76	c  1019s| 52800 |  2972 |  3667k|  69.4 |  54M|  99 | 112 |1000 |2818 |1000 |1791 | 289 |5833 |  11k| 0.000000e+00 |      --      |    Inf 
1019.72/1019.97	c  1020s| 52900 |  2961 |  3673k|  69.4 |  54M|  99 |   - |1000 |2811 |1000 |1791 | 289 |5843 |  11k| 0.000000e+00 |      --      |    Inf 
1021.32/1021.53	c  1022s| 53000 |  2959 |  3681k|  69.4 |  54M|  99 |   - |1000 |2819 |1000 |1791 | 289 |5876 |  11k| 0.000000e+00 |      --      |    Inf 
1022.42/1022.61	c  1023s| 53100 |  2965 |  3688k|  69.4 |  54M|  99 | 121 |1000 |2813 |1000 |1791 | 289 |5888 |  11k| 0.000000e+00 |      --      |    Inf 
1023.62/1023.84	c  1024s| 53200 |  2988 |  3694k|  69.4 |  54M|  99 |  92 |1000 |2817 |1000 |1791 | 289 |5893 |  11k| 0.000000e+00 |      --      |    Inf 
1024.82/1025.03	c  1025s| 53300 |  2994 |  3701k|  69.4 |  54M|  99 |  98 |1000 |2819 |1000 |1791 | 289 |5906 |  11k| 0.000000e+00 |      --      |    Inf 
1026.13/1026.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1026.13/1026.32	c  1026s| 53400 |  2996 |  3708k|  69.4 |  54M|  99 | 116 |1000 |2819 |1000 |1791 | 289 |5913 |  11k| 0.000000e+00 |      --      |    Inf 
1027.32/1027.53	c  1028s| 53500 |  3004 |  3716k|  69.4 |  54M|  99 | 113 |1000 |2828 |1000 |1791 | 289 |5928 |  11k| 0.000000e+00 |      --      |    Inf 
1028.42/1028.61	c  1029s| 53600 |  3002 |  3723k|  69.4 |  54M|  99 |   - |1000 |2829 |1000 |1791 | 289 |5939 |  11k| 0.000000e+00 |      --      |    Inf 
1029.33/1029.55	c  1030s| 53700 |  2999 |  3728k|  69.4 |  54M|  99 | 100 |1000 |2811 |1000 |1791 | 289 |5949 |  11k| 0.000000e+00 |      --      |    Inf 
1030.42/1030.67	c  1031s| 53800 |  3018 |  3735k|  69.4 |  54M|  99 |   - |1000 |2819 |1000 |1791 | 289 |5962 |  11k| 0.000000e+00 |      --      |    Inf 
1031.62/1031.89	c  1032s| 53900 |  3026 |  3743k|  69.4 |  54M|  99 | 109 |1000 |2827 |1000 |1791 | 289 |5973 |  11k| 0.000000e+00 |      --      |    Inf 
1032.92/1033.11	c  1033s| 54000 |  3034 |  3751k|  69.4 |  54M|  99 | 113 |1000 |2828 |1000 |1791 | 289 |5985 |  11k| 0.000000e+00 |      --      |    Inf 
1034.02/1034.27	c  1034s| 54100 |  3044 |  3758k|  69.4 |  54M|  99 |   - |1000 |2841 |1000 |1791 | 289 |6001 |  11k| 0.000000e+00 |      --      |    Inf 
1035.22/1035.45	c  1035s| 54200 |  3044 |  3765k|  69.4 |  54M|  99 | 116 |1000 |2844 |1000 |1791 | 289 |6006 |  11k| 0.000000e+00 |      --      |    Inf 
1036.42/1036.64	c  1037s| 54300 |  3043 |  3773k|  69.4 |  54M|  99 |   - |1000 |2840 |1000 |1791 | 289 |6010 |  11k| 0.000000e+00 |      --      |    Inf 
1037.52/1037.78	c  1038s| 54400 |  3029 |  3779k|  69.4 |  54M|  99 |   - |1000 |2828 |1000 |1791 | 289 |6024 |  11k| 0.000000e+00 |      --      |    Inf 
1038.61/1038.82	c  1039s| 54500 |  3029 |  3786k|  69.4 |  54M|  99 | 104 |1000 |2831 |1000 |1791 | 289 |6027 |  11k| 0.000000e+00 |      --      |    Inf 
1040.02/1040.20	c  1040s| 54600 |  3023 |  3794k|  69.5 |  54M|  99 |   - |1000 |2833 |1000 |1791 | 289 |6045 |  11k| 0.000000e+00 |      --      |    Inf 
1040.82/1041.03	c  1041s| 54700 |  3041 |  3800k|  69.4 |  54M|  99 |   - |1000 |2837 |1000 |1791 | 289 |6049 |  11k| 0.000000e+00 |      --      |    Inf 
1041.53/1041.73	c  1042s| 54800 |  3039 |  3804k|  69.4 |  54M|  99 |   - |1000 |2840 |1000 |1791 | 289 |6052 |  11k| 0.000000e+00 |      --      |    Inf 
1042.42/1042.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1042.42/1042.67	c  1043s| 54900 |  3024 |  3810k|  69.4 |  54M|  99 | 112 |1000 |2846 |1000 |1791 | 289 |6063 |  11k| 0.000000e+00 |      --      |    Inf 
1043.41/1043.66	c  1044s| 55000 |  3036 |  3816k|  69.4 |  54M|  99 |  99 |1000 |2844 |1000 |1791 | 289 |6070 |  11k| 0.000000e+00 |      --      |    Inf 
1044.22/1044.48	c  1044s| 55100 |  3027 |  3821k|  69.3 |  54M|  99 |  93 |1000 |2842 |1000 |1791 | 289 |6082 |  11k| 0.000000e+00 |      --      |    Inf 
1045.02/1045.26	c  1045s| 55200 |  3065 |  3826k|  69.3 |  54M|  99 |   - |1000 |2854 |1000 |1791 | 289 |6095 |  11k| 0.000000e+00 |      --      |    Inf 
1046.21/1046.48	c  1046s| 55300 |  3066 |  3833k|  69.3 |  54M|  99 |   - |1000 |2874 |1000 |1791 | 289 |6118 |  11k| 0.000000e+00 |      --      |    Inf 
1047.52/1047.77	c  1048s| 55400 |  3043 |  3841k|  69.3 |  54M|  99 |  96 |1000 |2882 |1000 |1791 | 289 |6143 |  11k| 0.000000e+00 |      --      |    Inf 
1048.42/1048.69	c  1049s| 55500 |  3033 |  3847k|  69.3 |  54M|  99 |   - |1000 |2899 |1000 |1791 | 289 |6165 |  11k| 0.000000e+00 |      --      |    Inf 
1049.72/1049.91	c  1050s| 55600 |  3042 |  3854k|  69.3 |  54M|  99 | 101 |1000 |2893 |1000 |1791 | 289 |6172 |  11k| 0.000000e+00 |      --      |    Inf 
1050.92/1051.16	c  1051s| 55700 |  3026 |  3862k|  69.3 |  54M|  99 |   - |1000 |2892 |1000 |1791 | 289 |6180 |  11k| 0.000000e+00 |      --      |    Inf 
1052.02/1052.26	c  1052s| 55800 |  3018 |  3868k|  69.3 |  54M|  99 | 107 |1000 |2882 |1000 |1791 | 289 |6197 |  11k| 0.000000e+00 |      --      |    Inf 
1053.12/1053.34	c  1053s| 55900 |  3032 |  3875k|  69.3 |  54M|  99 | 108 |1000 |2883 |1000 |1791 | 289 |6204 |  11k| 0.000000e+00 |      --      |    Inf 
1054.11/1054.38	c  1054s| 56000 |  3026 |  3881k|  69.3 |  54M|  99 |   - |1000 |2897 |1000 |1791 | 289 |6219 |  11k| 0.000000e+00 |      --      |    Inf 
1055.01/1055.21	c  1055s| 56100 |  3032 |  3886k|  69.2 |  54M|  99 | 103 |1000 |2892 |1000 |1791 | 289 |6220 |  11k| 0.000000e+00 |      --      |    Inf 
1055.92/1056.18	c  1056s| 56200 |  3044 |  3892k|  69.2 |  54M|  99 | 112 |1000 |2885 |1000 |1791 | 289 |6223 |  11k| 0.000000e+00 |      --      |    Inf 
1057.02/1057.24	c  1057s| 56300 |  3052 |  3899k|  69.2 |  54M|  99 | 100 |1000 |2880 |1000 |1791 | 289 |6235 |  11k| 0.000000e+00 |      --      |    Inf 
1057.92/1058.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1057.92/1058.11	c  1058s| 56400 |  3075 |  3904k|  69.2 |  54M|  99 | 107 |1000 |2883 |1000 |1791 | 289 |6240 |  11k| 0.000000e+00 |      --      |    Inf 
1058.92/1059.16	c  1059s| 56500 |  3068 |  3910k|  69.2 |  54M|  99 | 100 |1000 |2895 |1000 |1791 | 289 |6252 |  11k| 0.000000e+00 |      --      |    Inf 
1060.22/1060.43	c  1060s| 56600 |  3054 |  3917k|  69.2 |  54M|  99 | 104 |1000 |2899 |1000 |1791 | 289 |6267 |  11k| 0.000000e+00 |      --      |    Inf 
1061.22/1061.48	c  1061s| 56700 |  3074 |  3924k|  69.2 |  54M|  99 | 117 |1000 |2902 |1000 |1791 | 289 |6273 |  11k| 0.000000e+00 |      --      |    Inf 
1062.12/1062.36	c  1062s| 56800 |  3096 |  3929k|  69.2 |  54M|  99 |   - |1000 |2912 |1000 |1791 | 289 |6284 |  11k| 0.000000e+00 |      --      |    Inf 
1063.12/1063.36	c  1063s| 56900 |  3111 |  3935k|  69.1 |  54M|  99 |   - |1000 |2923 |1000 |1791 | 289 |6299 |  11k| 0.000000e+00 |      --      |    Inf 
1064.12/1064.38	c  1064s| 57000 |  3109 |  3941k|  69.1 |  54M|  99 |   - |1000 |2913 |1000 |1791 | 289 |6304 |  11k| 0.000000e+00 |      --      |    Inf 
1065.11/1065.30	c  1065s| 57100 |  3119 |  3947k|  69.1 |  54M|  99 |   - |1000 |2914 |1000 |1791 | 289 |6307 |  11k| 0.000000e+00 |      --      |    Inf 
1065.82/1066.04	c  1066s| 57200 |  3113 |  3952k|  69.1 |  54M|  99 |   - |1000 |2926 |1000 |1791 | 289 |6319 |  11k| 0.000000e+00 |      --      |    Inf 
1066.72/1066.95	c  1067s| 57300 |  3121 |  3958k|  69.0 |  54M|  99 |   - |1000 |2926 |1000 |1791 | 289 |6329 |  11k| 0.000000e+00 |      --      |    Inf 
1067.52/1067.74	c  1068s| 57400 |  3133 |  3962k|  69.0 |  54M|  99 |   - |1000 |2927 |1000 |1791 | 289 |6334 |  11k| 0.000000e+00 |      --      |    Inf 
1068.62/1068.87	c  1069s| 57500 |  3135 |  3969k|  69.0 |  54M|  99 |   - |1000 |2924 |1000 |1791 | 289 |6344 |  11k| 0.000000e+00 |      --      |    Inf 
1069.52/1069.77	c  1070s| 57600 |  3151 |  3974k|  69.0 |  54M|  99 | 106 |1000 |2935 |1000 |1791 | 289 |6358 |  11k| 0.000000e+00 |      --      |    Inf 
1070.71/1070.92	c  1071s| 57700 |  3135 |  3981k|  69.0 |  54M|  99 |   - |1000 |2942 |1000 |1791 | 289 |6386 |  11k| 0.000000e+00 |      --      |    Inf 
1071.51/1071.76	c  1072s| 57800 |  3139 |  3986k|  68.9 |  54M|  99 | 104 |1000 |2946 |1000 |1791 | 289 |6395 |  11k| 0.000000e+00 |      --      |    Inf 
1072.42/1072.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1072.42/1072.68	c  1073s| 57900 |  3131 |  3992k|  68.9 |  54M|  99 |   - |1000 |2949 |1000 |1791 | 289 |6402 |  11k| 0.000000e+00 |      --      |    Inf 
1073.62/1073.80	c  1074s| 58000 |  3137 |  3999k|  68.9 |  54M|  99 | 109 |1000 |2948 |1000 |1791 | 289 |6407 |  11k| 0.000000e+00 |      --      |    Inf 
1074.51/1074.73	c  1075s| 58100 |  3147 |  4005k|  68.9 |  54M|  99 | 100 |1000 |2945 |1000 |1791 | 289 |6414 |  11k| 0.000000e+00 |      --      |    Inf 
1075.62/1075.82	c  1076s| 58200 |  3155 |  4012k|  68.9 |  54M|  99 |   - |1000 |2956 |1000 |1791 | 289 |6428 |  11k| 0.000000e+00 |      --      |    Inf 
1076.61/1076.88	c  1077s| 58300 |  3160 |  4019k|  68.9 |  54M|  99 | 101 |1000 |2960 |1000 |1791 | 289 |6435 |  11k| 0.000000e+00 |      --      |    Inf 
1077.82/1078.05	c  1078s| 58400 |  3156 |  4026k|  68.9 |  54M|  99 | 114 |1000 |2961 |1000 |1791 | 289 |6449 |  11k| 0.000000e+00 |      --      |    Inf 
1078.71/1078.91	c  1079s| 58500 |  3192 |  4031k|  68.9 |  55M|  99 |   - |1000 |2964 |1000 |1791 | 289 |6455 |  11k| 0.000000e+00 |      --      |    Inf 
1079.62/1079.87	c  1080s| 58600 |  3198 |  4038k|  68.9 |  55M|  99 |   - |1000 |2971 |1000 |1791 | 289 |6462 |  11k| 0.000000e+00 |      --      |    Inf 
1081.11/1081.37	c  1081s| 58700 |  3194 |  4045k|  68.9 |  55M|  99 | 112 |1000 |2976 |1000 |1791 | 289 |6469 |  11k| 0.000000e+00 |      --      |    Inf 
1082.31/1082.59	c  1083s| 58800 |  3198 |  4051k|  68.9 |  55M|  99 |   - |1000 |2978 |1000 |1791 | 289 |6479 |  11k| 0.000000e+00 |      --      |    Inf 
1083.91/1084.13	c  1084s| 58900 |  3182 |  4058k|  68.9 |  55M|  99 |   - |1000 |2979 |1000 |1791 | 289 |6499 |  11k| 0.000000e+00 |      --      |    Inf 
1084.81/1085.09	c  1085s| 59000 |  3224 |  4063k|  68.8 |  55M|  99 | 108 |1000 |2982 |1000 |1791 | 289 |6505 |  11k| 0.000000e+00 |      --      |    Inf 
1086.21/1086.50	c  1086s| 59100 |  3215 |  4070k|  68.8 |  55M|  99 |   - |1000 |2992 |   0 |   0 | 289 |6521 |  11k| 0.000000e+00 |      --      |    Inf 
1087.91/1088.14	c  1088s| 59200 |  3200 |  4077k|  68.8 |  55M|  99 | 103 |1000 |2990 |1000 |1791 | 289 |6531 |  11k| 0.000000e+00 |      --      |    Inf 
1088.82/1089.04	c  1089s| 59300 |  3204 |  4082k|  68.8 |  55M|  99 |   - |1000 |2992 |1000 |1791 | 289 |6538 |  11k| 0.000000e+00 |      --      |    Inf 
1090.21/1090.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1090.21/1090.47	c  1090s| 59400 |  3198 |  4089k|  68.8 |  55M|  99 |   - |1000 |2983 |1000 |1791 | 289 |6547 |  11k| 0.000000e+00 |      --      |    Inf 
1091.71/1091.90	c  1092s| 59500 |  3178 |  4096k|  68.8 |  55M|  99 |   - |1000 |2971 |1000 |1791 | 289 |6562 |  11k| 0.000000e+00 |      --      |    Inf 
1093.12/1093.36	c  1093s| 59600 |  3185 |  4102k|  68.8 |  55M|  99 |   - |1000 |2972 |1000 |1791 | 289 |6566 |  11k| 0.000000e+00 |      --      |    Inf 
1094.41/1094.61	c  1095s| 59700 |  3202 |  4109k|  68.8 |  55M|  99 |  98 |1000 |2978 |1000 |1791 | 289 |6576 |  11k| 0.000000e+00 |      --      |    Inf 
1095.71/1095.97	c  1096s| 59800 |  3212 |  4115k|  68.8 |  55M|  99 |  92 |1000 |2991 |1000 |1791 | 289 |6589 |  11k| 0.000000e+00 |      --      |    Inf 
1096.91/1097.11	c  1097s| 59900 |  3218 |  4121k|  68.8 |  55M|  99 | 103 |1000 |2996 |1000 |1791 | 289 |6595 |  12k| 0.000000e+00 |      --      |    Inf 
1098.21/1098.48	c  1098s| 60000 |  3193 |  4128k|  68.8 |  55M|  99 |   - |1000 |2999 |1000 |1791 | 289 |6606 |  12k| 0.000000e+00 |      --      |    Inf 
1099.51/1099.79	c  1100s| 60100 |  3191 |  4134k|  68.8 |  55M|  99 | 117 |1000 |3000 |1000 |1791 | 289 |6622 |  12k| 0.000000e+00 |      --      |    Inf 
1101.31/1101.56	c  1102s| 60200 |  3164 |  4141k|  68.8 |  55M|  99 | 109 |1000 |2966 |1000 |1791 | 289 |6642 |  12k| 0.000000e+00 |      --      |    Inf 
1102.61/1102.82	c  1103s| 60300 |  3178 |  4148k|  68.8 |  55M|  99 |   - |1000 |2962 |1000 |1791 | 289 |6651 |  12k| 0.000000e+00 |      --      |    Inf 
1104.01/1104.28	c  1104s| 60400 |  3179 |  4155k|  68.8 |  55M|  99 |  97 |1000 |2978 |1000 |1791 | 289 |6667 |  12k| 0.000000e+00 |      --      |    Inf 
1105.41/1105.66	c  1106s| 60500 |  3173 |  4162k|  68.8 |  55M|  99 | 101 |1000 |2996 |1000 |1791 | 289 |6686 |  12k| 0.000000e+00 |      --      |    Inf 
1106.81/1107.04	c  1107s| 60600 |  3183 |  4169k|  68.8 |  55M|  99 |   - |1000 |3015 |1000 |1791 | 289 |6705 |  12k| 0.000000e+00 |      --      |    Inf 
1108.62/1108.83	c  1109s| 60700 |  3173 |  4178k|  68.8 |  55M|  99 |   - |1000 |3032 |1000 |1791 | 289 |6726 |  12k| 0.000000e+00 |      --      |    Inf 
1109.81/1110.00	c  1110s| 60800 |  3181 |  4183k|  68.8 |  55M|  99 |   - |1000 |3026 |1000 |1791 | 289 |6732 |  12k| 0.000000e+00 |      --      |    Inf 
1111.31/1111.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1111.31/1111.57	c  1112s| 60900 |  3181 |  4191k|  68.8 |  55M|  99 | 116 |1000 |3029 |1000 |1791 | 289 |6740 |  12k| 0.000000e+00 |      --      |    Inf 
1113.11/1113.36	c  1113s| 61000 |  3157 |  4200k|  68.8 |  55M|  99 | 115 |1000 |3002 |1000 |1791 | 289 |6751 |  12k| 0.000000e+00 |      --      |    Inf 
1114.60/1114.83	c  1115s| 61100 |  3156 |  4206k|  68.8 |  55M|  99 |   - |1000 |3001 |1000 |1791 | 289 |6758 |  12k| 0.000000e+00 |      --      |    Inf 
1116.10/1116.36	c  1116s| 61200 |  3155 |  4214k|  68.8 |  55M|  99 |   - |1000 |3004 |1000 |1791 | 289 |6764 |  12k| 0.000000e+00 |      --      |    Inf 
1117.32/1117.58	c  1118s| 61300 |  3166 |  4220k|  68.8 |  55M|  99 |   - |1000 |2987 |1000 |1791 | 289 |6779 |  12k| 0.000000e+00 |      --      |    Inf 
1119.01/1119.28	c  1119s| 61400 |  3160 |  4228k|  68.8 |  55M|  99 |   - |1000 |2969 |1000 |1791 | 289 |6796 |  12k| 0.000000e+00 |      --      |    Inf 
1120.71/1120.93	c  1121s| 61500 |  3168 |  4236k|  68.9 |  55M|  99 |   - |1000 |2962 |1000 |1791 | 289 |6806 |  12k| 0.000000e+00 |      --      |    Inf 
1122.00/1122.20	c  1122s| 61600 |  3181 |  4242k|  68.8 |  55M|  99 |   - |1000 |2964 |1000 |1791 | 289 |6813 |  12k| 0.000000e+00 |      --      |    Inf 
1123.41/1123.63	c  1124s| 61700 |  3178 |  4249k|  68.8 |  55M|  99 | 115 |1000 |2966 |1000 |1791 | 289 |6822 |  12k| 0.000000e+00 |      --      |    Inf 
1124.61/1124.85	c  1125s| 61800 |  3172 |  4255k|  68.8 |  55M|  99 |   - |1000 |2958 |1000 |1791 | 289 |6829 |  12k| 0.000000e+00 |      --      |    Inf 
1126.21/1126.47	c  1126s| 61900 |  3175 |  4262k|  68.8 |  55M|  99 | 109 |1000 |2958 |1000 |1791 | 289 |6852 |  12k| 0.000000e+00 |      --      |    Inf 
1127.51/1127.72	c  1128s| 62000 |  3185 |  4269k|  68.8 |  55M|  99 |   - |1000 |2977 |1000 |1791 | 289 |6873 |  12k| 0.000000e+00 |      --      |    Inf 
1129.01/1129.25	c  1129s| 62100 |  3193 |  4277k|  68.8 |  55M|  99 |   - |1000 |2990 |1000 |1791 | 289 |6887 |  12k| 0.000000e+00 |      --      |    Inf 
1130.61/1130.86	c  1131s| 62200 |  3182 |  4285k|  68.9 |  55M|  99 | 109 |1000 |2995 |1000 |1791 | 289 |6897 |  12k| 0.000000e+00 |      --      |    Inf 
1132.01/1132.21	c  1132s| 62300 |  3169 |  4292k|  68.9 |  55M|  99 |   - |1000 |2993 |1000 |1791 | 289 |6905 |  12k| 0.000000e+00 |      --      |    Inf 
1133.51/1133.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1133.51/1133.72	c  1134s| 62400 |  3174 |  4298k|  68.9 |  55M|  99 | 106 |1000 |2998 |1000 |1791 | 289 |6926 |  12k| 0.000000e+00 |      --      |    Inf 
1134.80/1135.03	c  1135s| 62500 |  3186 |  4305k|  68.9 |  55M|  99 |  99 |1000 |2997 |1000 |1791 | 289 |6930 |  12k| 0.000000e+00 |      --      |    Inf 
1136.30/1136.55	c  1137s| 62600 |  3188 |  4313k|  68.9 |  55M|  99 | 106 |1000 |2998 |1000 |1791 | 289 |6931 |  12k| 0.000000e+00 |      --      |    Inf 
1137.90/1138.14	c  1138s| 62700 |  3175 |  4320k|  68.9 |  55M|  99 |   - |1000 |3001 |1000 |1791 | 289 |6938 |  12k| 0.000000e+00 |      --      |    Inf 
1139.51/1139.75	c  1140s| 62800 |  3211 |  4328k|  68.9 |  55M|  99 | 107 |1000 |3003 |1000 |1791 | 289 |6953 |  12k| 0.000000e+00 |      --      |    Inf 
1141.00/1141.26	c  1141s| 62900 |  3196 |  4336k|  68.9 |  55M|  99 |   - |1000 |3015 |1000 |1791 | 289 |6971 |  12k| 0.000000e+00 |      --      |    Inf 
1142.31/1142.50	c  1142s| 63000 |  3201 |  4342k|  68.9 |  55M|  99 |   - |1000 |3018 |1000 |1791 | 289 |6978 |  12k| 0.000000e+00 |      --      |    Inf 
1144.00/1144.22	c  1144s| 63100 |  3213 |  4348k|  68.9 |  55M|  99 |   - |1000 |3008 |1000 |1791 | 289 |6991 |  12k| 0.000000e+00 |      --      |    Inf 
1145.31/1145.57	c  1146s| 63200 |  3209 |  4356k|  68.9 |  55M|  99 |   - |1000 |3003 |1000 |1791 | 289 |7007 |  12k| 0.000000e+00 |      --      |    Inf 
1147.11/1147.37	c  1147s| 63300 |  3221 |  4363k|  68.9 |  55M|  99 | 103 |1000 |3004 |1000 |1791 | 289 |7016 |  12k| 0.000000e+00 |      --      |    Inf 
1148.21/1148.41	c  1148s| 63400 |  3243 |  4369k|  68.9 |  55M|  99 | 103 |1000 |3015 |1000 |1791 | 289 |7029 |  12k| 0.000000e+00 |      --      |    Inf 
1149.60/1149.80	c  1150s| 63500 |  3225 |  4377k|  68.9 |  55M|  99 |   - |1000 |3020 |1000 |1791 | 289 |7046 |  12k| 0.000000e+00 |      --      |    Inf 
1151.00/1151.29	c  1151s| 63600 |  3232 |  4383k|  68.9 |  55M|  99 | 106 |1000 |2996 |1000 |1791 | 289 |7053 |  12k| 0.000000e+00 |      --      |    Inf 
1152.51/1152.74	c  1153s| 63700 |  3211 |  4390k|  68.9 |  55M|  99 | 108 |1000 |2990 |1000 |1791 | 289 |7077 |  12k| 0.000000e+00 |      --      |    Inf 
1153.90/1154.18	c  1154s| 63800 |  3217 |  4398k|  68.9 |  55M|  99 |   - |1000 |2992 |1000 |1791 | 289 |7083 |  12k| 0.000000e+00 |      --      |    Inf 
1155.60/1155.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1155.60/1155.80	c  1156s| 63900 |  3230 |  4405k|  68.9 |  55M|  99 | 111 |1000 |2983 |1000 |1791 | 289 |7092 |  12k| 0.000000e+00 |      --      |    Inf 
1156.91/1157.17	c  1157s| 64000 |  3235 |  4412k|  68.9 |  55M|  99 | 111 |1000 |2986 |1000 |1791 | 289 |7105 |  12k| 0.000000e+00 |      --      |    Inf 
1157.90/1158.15	c  1158s| 64100 |  3235 |  4417k|  68.9 |  55M|  99 | 104 |1000 |2987 |1000 |1791 | 289 |7108 |  12k| 0.000000e+00 |      --      |    Inf 
1158.90/1159.16	c  1159s| 64200 |  3242 |  4421k|  68.8 |  55M|  99 |   - |1000 |2990 |1000 |1791 | 289 |7112 |  12k| 0.000000e+00 |      --      |    Inf 
1160.30/1160.58	c  1161s| 64300 |  3242 |  4428k|  68.8 |  55M|  99 | 120 |1000 |3020 |1000 |1791 | 289 |7148 |  12k| 0.000000e+00 |      --      |    Inf 
1161.80/1162.06	c  1162s| 64400 |  3258 |  4435k|  68.8 |  55M|  99 | 104 |1000 |2994 |1000 |1791 | 289 |7162 |  12k| 0.000000e+00 |      --      |    Inf 
1163.30/1163.50	c  1164s| 64500 |  3262 |  4442k|  68.9 |  55M|  99 |   - |1000 |3005 |1000 |1791 | 289 |7175 |  12k| 0.000000e+00 |      --      |    Inf 
1164.71/1164.95	c  1165s| 64600 |  3266 |  4449k|  68.8 |  55M|  99 | 119 |1000 |3007 |1000 |1791 | 289 |7178 |  12k| 0.000000e+00 |      --      |    Inf 
1166.10/1166.32	c  1166s| 64700 |  3288 |  4456k|  68.8 |  55M|  99 | 107 |1000 |3006 |1000 |1791 | 289 |7184 |  12k| 0.000000e+00 |      --      |    Inf 
1167.40/1167.67	c  1168s| 64800 |  3298 |  4462k|  68.8 |  55M|  99 |   - |1000 |3007 |1000 |1791 | 289 |7198 |  12k| 0.000000e+00 |      --      |    Inf 
1168.60/1168.82	c  1169s| 64900 |  3324 |  4468k|  68.8 |  55M|  99 | 107 |1000 |3013 |1000 |1791 | 289 |7207 |  12k| 0.000000e+00 |      --      |    Inf 
1170.30/1170.56	c  1171s| 65000 |  3294 |  4476k|  68.8 |  55M|  99 | 103 |1000 |3013 |1000 |1791 | 289 |7220 |  12k| 0.000000e+00 |      --      |    Inf 
1172.20/1172.47	c  1172s| 65100 |  3314 |  4485k|  68.9 |  55M|  99 |   - |1000 |2987 |1000 |1791 | 289 |7229 |  12k| 0.000000e+00 |      --      |    Inf 
1173.69/1173.91	c  1174s| 65200 |  3314 |  4492k|  68.9 |  55M|  99 | 112 |1000 |2975 |1000 |1791 | 289 |7245 |  13k| 0.000000e+00 |      --      |    Inf 
1175.10/1175.33	c  1175s| 65300 |  3323 |  4498k|  68.9 |  55M|  99 |   - |1000 |2976 |1000 |1791 | 289 |7264 |  13k| 0.000000e+00 |      --      |    Inf 
1176.60/1176.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1176.60/1176.89	c  1177s| 65400 |  3328 |  4506k|  68.9 |  55M|  99 | 103 |1000 |2977 |1000 |1791 | 289 |7282 |  13k| 0.000000e+00 |      --      |    Inf 
1178.10/1178.38	c  1178s| 65500 |  3334 |  4513k|  68.9 |  55M|  99 | 110 |1000 |2977 |1000 |1791 | 289 |7288 |  13k| 0.000000e+00 |      --      |    Inf 
1179.40/1179.62	c  1180s| 65600 |  3331 |  4519k|  68.9 |  55M|  99 | 111 |1000 |2984 |1000 |1791 | 289 |7295 |  13k| 0.000000e+00 |      --      |    Inf 
1180.70/1180.91	c  1181s| 65700 |  3338 |  4525k|  68.9 |  55M|  99 |   - |1000 |2978 |1000 |1791 | 289 |7304 |  13k| 0.000000e+00 |      --      |    Inf 
1181.80/1182.07	c  1182s| 65800 |  3338 |  4531k|  68.8 |  55M|  99 | 109 |1000 |2982 |1000 |1791 | 289 |7313 |  13k| 0.000000e+00 |      --      |    Inf 
1183.30/1183.57	c  1184s| 65900 |  3332 |  4537k|  68.8 |  55M|  99 |  95 |1000 |2970 |1000 |1791 | 289 |7319 |  13k| 0.000000e+00 |      --      |    Inf 
1184.69/1184.96	c  1185s| 66000 |  3366 |  4544k|  68.8 |  55M|  99 |   - |1000 |2980 |1000 |1791 | 289 |7332 |  13k| 0.000000e+00 |      --      |    Inf 
1186.20/1186.44	c  1186s| 66100 |  3381 |  4551k|  68.8 |  55M|  99 |   - |1000 |2989 |1000 |1791 | 289 |7342 |  13k| 0.000000e+00 |      --      |    Inf 
1187.29/1187.58	c  1188s| 66200 |  3403 |  4557k|  68.8 |  55M|  99 |  90 |1000 |2994 |1000 |1791 | 289 |7351 |  13k| 0.000000e+00 |      --      |    Inf 
1188.49/1188.77	c  1189s| 66300 |  3396 |  4563k|  68.8 |  55M|  99 |   - |1000 |2999 |1000 |1791 | 289 |7356 |  13k| 0.000000e+00 |      --      |    Inf 
1189.79/1190.08	c  1190s| 66400 |  3379 |  4570k|  68.8 |  55M|  99 |   - |1000 |3008 |1000 |1791 | 289 |7369 |  13k| 0.000000e+00 |      --      |    Inf 
1191.39/1191.63	c  1192s| 66500 |  3357 |  4577k|  68.8 |  55M|  99 |   - |1000 |2995 |1000 |1791 | 289 |7387 |  13k| 0.000000e+00 |      --      |    Inf 
1192.89/1193.13	c  1193s| 66600 |  3367 |  4584k|  68.8 |  55M|  99 | 105 |1000 |2998 |1000 |1791 | 289 |7398 |  13k| 0.000000e+00 |      --      |    Inf 
1194.20/1194.48	c  1194s| 66700 |  3348 |  4591k|  68.8 |  55M|  99 |   - |1000 |3006 |1000 |1791 | 289 |7418 |  13k| 0.000000e+00 |      --      |    Inf 
1196.00/1196.27	c  1196s| 66800 |  3347 |  4598k|  68.8 |  55M|  99 |  97 |1000 |2991 |1000 |1791 | 289 |7436 |  13k| 0.000000e+00 |      --      |    Inf 
1197.29/1197.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1197.29/1197.53	c  1198s| 66900 |  3350 |  4604k|  68.8 |  55M|  99 |   - |1000 |2991 |1000 |1791 | 289 |7445 |  13k| 0.000000e+00 |      --      |    Inf 
1199.00/1199.21	c  1199s| 67000 |  3341 |  4612k|  68.8 |  55M|  99 | 107 |1000 |2981 |1000 |1791 | 289 |7456 |  13k| 0.000000e+00 |      --      |    Inf 
1200.49/1200.79	c  1201s| 67100 |  3339 |  4619k|  68.8 |  55M|  99 | 117 |1000 |2979 |1000 |1791 | 289 |7467 |  13k| 0.000000e+00 |      --      |    Inf 
1201.89/1202.10	c  1202s| 67200 |  3359 |  4626k|  68.8 |  55M|  99 | 114 |1000 |2986 |1000 |1791 | 289 |7475 |  13k| 0.000000e+00 |      --      |    Inf 
1203.70/1203.94	c  1204s| 67300 |  3367 |  4635k|  68.8 |  55M|  99 |   - |1000 |2990 |1000 |1791 | 289 |7483 |  13k| 0.000000e+00 |      --      |    Inf 
1205.09/1205.32	c  1205s| 67400 |  3342 |  4642k|  68.9 |  55M|  99 |   - |1000 |2996 |1000 |1791 | 289 |7492 |  13k| 0.000000e+00 |      --      |    Inf 
1206.59/1206.86	c  1207s| 67500 |  3328 |  4649k|  68.8 |  55M|  99 |   - |1000 |3001 |1000 |1791 | 289 |7514 |  13k| 0.000000e+00 |      --      |    Inf 
1208.09/1208.31	c  1208s| 67600 |  3354 |  4655k|  68.8 |  55M|  99 |  96 |1000 |3007 |1000 |1791 | 289 |7532 |  13k| 0.000000e+00 |      --      |    Inf 
1209.59/1209.83	c  1210s| 67700 |  3344 |  4663k|  68.9 |  55M|  99 | 111 |1000 |3029 |1000 |1791 | 289 |7554 |  13k| 0.000000e+00 |      --      |    Inf 
1211.10/1211.33	c  1211s| 67800 |  3329 |  4670k|  68.9 |  55M|  99 |   - |1000 |3033 |1000 |1791 | 289 |7567 |  13k| 0.000000e+00 |      --      |    Inf 
1212.40/1212.67	c  1213s| 67900 |  3335 |  4676k|  68.8 |  55M|  99 | 107 |1000 |3035 |1000 |1791 | 289 |7577 |  13k| 0.000000e+00 |      --      |    Inf 
1213.79/1214.00	c  1214s| 68000 |  3337 |  4682k|  68.8 |  55M|  99 |  98 |1000 |3033 |1000 |1791 | 289 |7585 |  13k| 0.000000e+00 |      --      |    Inf 
1215.09/1215.38	c  1215s| 68100 |  3367 |  4689k|  68.8 |  55M|  99 |   - |1000 |3029 |1000 |1791 | 289 |7594 |  13k| 0.000000e+00 |      --      |    Inf 
1216.89/1217.11	c  1217s| 68200 |  3352 |  4698k|  68.9 |  55M|  99 |   - |1000 |3029 |1000 |1791 | 289 |7607 |  13k| 0.000000e+00 |      --      |    Inf 
1218.19/1218.45	c  1218s| 68300 |  3351 |  4704k|  68.8 |  55M|  99 |   - |1000 |3017 |1000 |1791 | 289 |7614 |  13k| 0.000000e+00 |      --      |    Inf 
1221.09/1221.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1221.09/1221.39	c  1221s| 68400 |  3332 |  4711k|  68.8 |  55M|  99 | 113 |1000 |2976 |1000 |1791 | 289 |7625 |  13k| 0.000000e+00 |      --      |    Inf 
1222.90/1223.13	c  1223s| 68500 |  3366 |  4717k|  68.8 |  55M|  99 |   - |1000 |2939 |1000 |1791 | 289 |7629 |  13k| 0.000000e+00 |      --      |    Inf 
1224.10/1224.34	c  1224s| 68600 |  3353 |  4724k|  68.8 |  55M|  99 |   - |1000 |2945 |1000 |1791 | 289 |7641 |  13k| 0.000000e+00 |      --      |    Inf 
1225.49/1225.74	c  1226s| 68700 |  3349 |  4731k|  68.8 |  55M|  99 | 104 |1000 |2959 |1000 |1791 | 289 |7661 |  13k| 0.000000e+00 |      --      |    Inf 
1226.79/1227.09	c  1227s| 68800 |  3376 |  4736k|  68.8 |  55M|  99 | 143 |1000 |2947 |1000 |1791 | 289 |7662 |  13k| 0.000000e+00 |      --      |    Inf 
1228.09/1228.38	c  1228s| 68900 |  3428 |  4742k|  68.8 |  55M|  99 | 114 |1000 |2952 |1000 |1791 | 289 |7669 |  13k| 0.000000e+00 |      --      |    Inf 
1229.29/1229.54	c  1230s| 69000 |  3426 |  4748k|  68.8 |  55M|  99 |   - |1000 |2962 |1000 |1791 | 289 |7680 |  13k| 0.000000e+00 |      --      |    Inf 
1230.99/1231.20	c  1231s| 69100 |  3402 |  4756k|  68.8 |  55M|  99 | 118 |1000 |2961 |1000 |1791 | 289 |7694 |  13k| 0.000000e+00 |      --      |    Inf 
1232.80/1233.03	c  1233s| 69200 |  3416 |  4764k|  68.8 |  55M|  99 | 115 |1000 |2960 |1000 |1791 | 289 |7707 |  13k| 0.000000e+00 |      --      |    Inf 
1234.58/1234.83	c  1235s| 69300 |  3431 |  4773k|  68.9 |  55M|  99 |   - |1000 |2960 |1000 |1791 | 289 |7720 |  13k| 0.000000e+00 |      --      |    Inf 
1236.20/1236.44	c  1236s| 69400 |  3422 |  4781k|  68.9 |  55M|  99 | 106 |1000 |2948 |1000 |1791 | 289 |7742 |  13k| 0.000000e+00 |      --      |    Inf 
1237.69/1237.94	c  1238s| 69500 |  3426 |  4787k|  68.9 |  55M|  99 | 107 |1000 |2948 |1000 |1791 | 289 |7748 |  13k| 0.000000e+00 |      --      |    Inf 
1238.98/1239.25	c  1239s| 69600 |  3425 |  4794k|  68.9 |  55M|  99 |   - |1000 |2947 |1000 |1791 | 289 |7753 |  14k| 0.000000e+00 |      --      |    Inf 
1240.39/1240.68	c  1241s| 69700 |  3428 |  4802k|  68.9 |  55M|  99 | 112 |1000 |2943 |1000 |1791 | 289 |7765 |  14k| 0.000000e+00 |      --      |    Inf 
1241.70/1241.91	c  1242s| 69800 |  3432 |  4808k|  68.9 |  55M|  99 | 115 |1000 |2949 |1000 |1791 | 289 |7772 |  14k| 0.000000e+00 |      --      |    Inf 
1242.89/1243.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1242.89/1243.15	c  1243s| 69900 |  3429 |  4814k|  68.8 |  55M|  99 | 103 |1000 |2962 |1000 |1791 | 289 |7790 |  14k| 0.000000e+00 |      --      |    Inf 
1243.99/1244.26	c  1244s| 70000 |  3428 |  4820k|  68.8 |  55M|  99 |   - |1000 |2976 |1000 |1791 | 289 |7812 |  14k| 0.000000e+00 |      --      |    Inf 
1245.59/1245.83	c  1246s| 70100 |  3444 |  4828k|  68.9 |  55M|  99 |   - |1000 |2975 |1000 |1791 | 289 |7830 |  14k| 0.000000e+00 |      --      |    Inf 
1246.88/1247.12	c  1247s| 70200 |  3470 |  4836k|  68.9 |  56M|  99 | 116 |1000 |2987 |1000 |1791 | 289 |7844 |  14k| 0.000000e+00 |      --      |    Inf 
1248.09/1248.35	c  1248s| 70300 |  3486 |  4843k|  68.9 |  56M|  99 |   - |1000 |2992 |1000 |1791 | 289 |7856 |  14k| 0.000000e+00 |      --      |    Inf 
1249.48/1249.76	c  1250s| 70400 |  3467 |  4852k|  68.9 |  56M|  99 |   - |1000 |2995 |1000 |1791 | 289 |7875 |  14k| 0.000000e+00 |      --      |    Inf 
1250.88/1251.18	c  1251s| 70500 |  3475 |  4858k|  68.9 |  56M|  99 |  85 |1000 |3005 |1000 |1791 | 289 |7903 |  14k| 0.000000e+00 |      --      |    Inf 
1252.38/1252.66	c  1253s| 70600 |  3460 |  4867k|  68.9 |  56M|  99 |   - |1000 |3019 |1000 |1791 | 289 |7922 |  14k| 0.000000e+00 |      --      |    Inf 
1253.89/1254.14	c  1254s| 70700 |  3474 |  4875k|  68.9 |  56M|  99 | 101 |1000 |3009 |1000 |1791 | 289 |7934 |  14k| 0.000000e+00 |      --      |    Inf 
1255.28/1255.56	c  1256s| 70800 |  3488 |  4883k|  69.0 |  56M|  99 |   - |1000 |3010 |1000 |1791 | 289 |7950 |  14k| 0.000000e+00 |      --      |    Inf 
1256.29/1256.56	c  1257s| 70900 |  3504 |  4889k|  68.9 |  56M|  99 |  86 |1000 |3007 |1000 |1791 | 289 |7962 |  14k| 0.000000e+00 |      --      |    Inf 
1257.49/1257.78	c  1258s| 71000 |  3491 |  4897k|  69.0 |  56M|  99 |   - |1000 |2980 |1000 |1791 | 289 |7976 |  14k| 0.000000e+00 |      --      |    Inf 
1259.68/1259.95	c  1260s| 71100 |  3489 |  4904k|  68.9 |  56M|  99 | 214 |1000 |2933 |1000 |1791 | 289 |7987 |  14k| 0.000000e+00 |      --      |    Inf 
1261.18/1261.43	c  1261s| 71200 |  3537 |  4910k|  68.9 |  56M|  99 |   - |1000 |2923 |1000 |1791 | 289 |7990 |  14k| 0.000000e+00 |      --      |    Inf 
1261.99/1262.20	c  1262s| 71300 |  3532 |  4915k|  68.9 |  56M|  99 | 100 |1000 |2915 |1000 |1791 | 289 |7994 |  14k| 0.000000e+00 |      --      |    Inf 
1262.69/1262.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1262.69/1262.99	c  1263s| 71400 |  3525 |  4920k|  68.9 |  56M|  99 |   - |1000 |2918 |1000 |1791 | 289 |7997 |  14k| 0.000000e+00 |      --      |    Inf 
1263.69/1263.92	c  1264s| 71500 |  3529 |  4926k|  68.9 |  56M|  99 | 104 |1000 |2928 |1000 |1791 | 289 |8007 |  14k| 0.000000e+00 |      --      |    Inf 
1264.58/1264.80	c  1265s| 71600 |  3519 |  4931k|  68.9 |  56M|  99 |   - |1000 |2933 |1000 |1791 | 289 |8014 |  14k| 0.000000e+00 |      --      |    Inf 
1265.58/1265.80	c  1266s| 71700 |  3525 |  4938k|  68.8 |  56M|  99 | 101 |1000 |2935 |1000 |1791 | 289 |8021 |  14k| 0.000000e+00 |      --      |    Inf 
1266.79/1267.01	c  1267s| 71800 |  3533 |  4945k|  68.8 |  56M|  99 |   - |1000 |2935 |1000 |1791 | 289 |8032 |  14k| 0.000000e+00 |      --      |    Inf 
1267.68/1267.99	c  1268s| 71900 |  3529 |  4951k|  68.8 |  56M|  99 |   - |1000 |2943 |1000 |1791 | 289 |8043 |  14k| 0.000000e+00 |      --      |    Inf 
1268.79/1269.06	c  1269s| 72000 |  3541 |  4957k|  68.8 |  56M|  99 |   - |1000 |2948 |1000 |1791 | 289 |8056 |  14k| 0.000000e+00 |      --      |    Inf 
1269.88/1270.19	c  1270s| 72100 |  3540 |  4964k|  68.8 |  56M|  99 |   - |1000 |2955 |1000 |1791 | 289 |8063 |  14k| 0.000000e+00 |      --      |    Inf 
1271.18/1271.45	c  1271s| 72200 |  3525 |  4972k|  68.8 |  56M|  99 | 110 |1000 |2962 |1000 |1791 | 289 |8086 |  14k| 0.000000e+00 |      --      |    Inf 
1272.49/1272.75	c  1273s| 72300 |  3503 |  4979k|  68.8 |  56M|  99 | 115 |1000 |2971 |1000 |1791 | 289 |8114 |  14k| 0.000000e+00 |      --      |    Inf 
1273.59/1273.81	c  1274s| 72400 |  3507 |  4986k|  68.8 |  56M|  99 |   - |1000 |2981 |1000 |1791 | 289 |8131 |  14k| 0.000000e+00 |      --      |    Inf 
1274.69/1274.94	c  1275s| 72500 |  3523 |  4992k|  68.8 |  56M|  99 | 103 |1000 |2992 |1000 |1791 | 289 |8151 |  14k| 0.000000e+00 |      --      |    Inf 
1275.69/1275.95	c  1276s| 72600 |  3527 |  4999k|  68.8 |  56M|  99 |   - |1000 |2996 |1000 |1791 | 289 |8155 |  14k| 0.000000e+00 |      --      |    Inf 
1276.99/1277.25	c  1277s| 72700 |  3516 |  5007k|  68.8 |  56M|  99 | 101 |1000 |2984 |1000 |1791 | 289 |8172 |  14k| 0.000000e+00 |      --      |    Inf 
1278.18/1278.40	c  1278s| 72800 |  3504 |  5014k|  68.8 |  56M|  99 |   - |1000 |2988 |1000 |1791 | 289 |8190 |  14k| 0.000000e+00 |      --      |    Inf 
1279.08/1279.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1279.08/1279.38	c  1279s| 72900 |  3524 |  5019k|  68.8 |  56M|  99 | 110 |1000 |2966 |1000 |1791 | 289 |8197 |  14k| 0.000000e+00 |      --      |    Inf 
1280.28/1280.51	c  1281s| 73000 |  3526 |  5026k|  68.8 |  56M|  99 |  99 |1000 |2975 |1000 |1791 | 289 |8223 |  14k| 0.000000e+00 |      --      |    Inf 
1281.29/1281.51	c  1282s| 73100 |  3528 |  5032k|  68.8 |  56M|  99 | 100 |1000 |2985 |1000 |1791 | 289 |8245 |  14k| 0.000000e+00 |      --      |    Inf 
1282.29/1282.53	c  1283s| 73200 |  3523 |  5039k|  68.8 |  56M|  99 |  89 |1000 |2982 |1000 |1791 | 289 |8257 |  14k| 0.000000e+00 |      --      |    Inf 
1283.18/1283.44	c  1283s| 73300 |  3527 |  5044k|  68.8 |  56M|  99 | 112 |1000 |2997 |1000 |1791 | 289 |8275 |  14k| 0.000000e+00 |      --      |    Inf 
1284.18/1284.48	c  1284s| 73400 |  3502 |  5051k|  68.8 |  56M|  99 | 110 |1000 |3001 |1000 |1791 | 289 |8286 |  14k| 0.000000e+00 |      --      |    Inf 
1285.09/1285.33	c  1285s| 73500 |  3498 |  5056k|  68.8 |  56M|  99 | 104 |1000 |3009 |1000 |1791 | 289 |8297 |  14k| 0.000000e+00 |      --      |    Inf 
1286.28/1286.56	c  1287s| 73600 |  3513 |  5062k|  68.8 |  56M|  99 |  99 |1000 |2993 |1000 |1791 | 289 |8302 |  14k| 0.000000e+00 |      --      |    Inf 
1287.38/1287.65	c  1288s| 73700 |  3555 |  5068k|  68.7 |  56M|  99 | 133 |1000 |2982 |1000 |1791 | 289 |8312 |  14k| 0.000000e+00 |      --      |    Inf 
1288.38/1288.69	c  1289s| 73800 |  3587 |  5074k|  68.7 |  56M|  99 |  99 |1000 |2986 |1000 |1791 | 289 |8322 |  14k| 0.000000e+00 |      --      |    Inf 
1289.38/1289.65	c  1290s| 73900 |  3588 |  5080k|  68.7 |  56M|  99 |   - |1000 |2995 |1000 |1791 | 289 |8331 |  14k| 0.000000e+00 |      --      |    Inf 
1290.58/1290.88	c  1291s| 74000 |  3586 |  5087k|  68.7 |  56M|  99 | 103 |1000 |2974 |1000 |1791 | 289 |8347 |  14k| 0.000000e+00 |      --      |    Inf 
1291.88/1292.15	c  1292s| 74100 |  3568 |  5095k|  68.7 |  56M|  99 |   - |1000 |2986 |1000 |1791 | 289 |8370 |  14k| 0.000000e+00 |      --      |    Inf 
1293.18/1293.50	c  1293s| 74200 |  3609 |  5103k|  68.8 |  56M|  99 | 110 |1000 |2999 |1000 |1791 | 289 |8394 |  14k| 0.000000e+00 |      --      |    Inf 
1294.28/1294.55	c  1295s| 74300 |  3625 |  5110k|  68.7 |  56M|  99 |  96 |1000 |3001 |1000 |1791 | 289 |8404 |  14k| 0.000000e+00 |      --      |    Inf 
1295.38/1295.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1295.38/1295.63	c  1296s| 74400 |  3632 |  5116k|  68.7 |  56M|  99 |   - |1000 |3002 |1000 |1791 | 289 |8411 |  14k| 0.000000e+00 |      --      |    Inf 
1296.38/1296.66	c  1297s| 74500 |  3638 |  5123k|  68.7 |  56M|  99 |   - |1000 |3016 |1000 |1791 | 289 |8426 |  14k| 0.000000e+00 |      --      |    Inf 
1297.58/1297.81	c  1298s| 74600 |  3664 |  5131k|  68.8 |  56M|  99 |  87 |1000 |3025 |1000 |1791 | 289 |8435 |  14k| 0.000000e+00 |      --      |    Inf 
1298.78/1299.05	c  1299s| 74700 |  3655 |  5139k|  68.8 |  56M|  99 | 106 |1000 |3039 |1000 |1791 | 289 |8452 |  14k| 0.000000e+00 |      --      |    Inf 
1299.89/1300.17	c  1300s| 74800 |  3654 |  5147k|  68.8 |  56M|  99 |   - |1000 |3049 |1000 |1791 | 289 |8463 |  14k| 0.000000e+00 |      --      |    Inf 
1301.28/1301.52	c  1302s| 74900 |  3650 |  5156k|  68.8 |  56M|  99 | 110 |1000 |3051 |1000 |1791 | 289 |8479 |  14k| 0.000000e+00 |      --      |    Inf 
1302.68/1302.99	c  1303s| 75000 |  3623 |  5165k|  68.8 |  56M|  99 |   - |1000 |3046 |1000 |1791 | 289 |8495 |  14k| 0.000000e+00 |      --      |    Inf 
1303.77/1304.08	c  1304s| 75100 |  3631 |  5172k|  68.8 |  56M|  99 |   - |1000 |3060 |1000 |1791 | 289 |8519 |  14k| 0.000000e+00 |      --      |    Inf 
1304.77/1305.08	c  1305s| 75200 |  3641 |  5178k|  68.8 |  56M|  99 |   - |1000 |3065 |1000 |1791 | 289 |8527 |  14k| 0.000000e+00 |      --      |    Inf 
1305.98/1306.22	c  1306s| 75300 |  3645 |  5185k|  68.8 |  56M|  99 |   - |1000 |3077 |1000 |1791 | 289 |8542 |  14k| 0.000000e+00 |      --      |    Inf 
1307.28/1307.59	c  1308s| 75400 |  3629 |  5194k|  68.9 |  56M|  99 |   - |1000 |3077 |1000 |1791 | 289 |8554 |  14k| 0.000000e+00 |      --      |    Inf 
1308.58/1308.81	c  1309s| 75500 |  3600 |  5201k|  68.9 |  56M|  99 | 133 |1000 |3043 |1000 |1791 | 289 |8568 |  14k| 0.000000e+00 |      --      |    Inf 
1309.79/1310.03	c  1310s| 75600 |  3599 |  5208k|  68.9 |  56M|  99 | 104 |1000 |3076 |1000 |1791 | 289 |8612 |  14k| 0.000000e+00 |      --      |    Inf 
1310.78/1311.01	c  1311s| 75700 |  3621 |  5214k|  68.9 |  56M|  99 |   - |1000 |3068 |1000 |1791 | 289 |8624 |  14k| 0.000000e+00 |      --      |    Inf 
1311.68/1311.96	c  1312s| 75800 |  3638 |  5220k|  68.9 |  56M|  99 |   - |1000 |3076 |1000 |1791 | 289 |8636 |  14k| 0.000000e+00 |      --      |    Inf 
1312.78/1313.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1312.78/1313.09	c  1313s| 75900 |  3622 |  5228k|  68.9 |  56M|  99 | 110 |1000 |3079 |1000 |1791 | 289 |8641 |  14k| 0.000000e+00 |      --      |    Inf 
1313.88/1314.16	c  1314s| 76000 |  3618 |  5235k|  68.9 |  56M|  99 | 111 |1000 |3077 |1000 |1791 | 289 |8649 |  14k| 0.000000e+00 |      --      |    Inf 
1314.78/1315.04	c  1315s| 76100 |  3628 |  5240k|  68.8 |  56M|  99 |   - |1000 |3081 |1000 |1791 | 289 |8658 |  14k| 0.000000e+00 |      --      |    Inf 
1315.78/1316.08	c  1316s| 76200 |  3654 |  5247k|  68.8 |  56M|  99 |   - |1000 |3088 |1000 |1791 | 289 |8677 |  14k| 0.000000e+00 |      --      |    Inf 
1316.98/1317.27	c  1317s| 76300 |  3645 |  5255k|  68.8 |  56M|  99 | 101 |1000 |3096 |1000 |1791 | 289 |8689 |  14k| 0.000000e+00 |      --      |    Inf 
1318.28/1318.53	c  1319s| 76400 |  3626 |  5263k|  68.9 |  56M|  99 | 113 |1000 |3107 |1000 |1791 | 289 |8708 |  14k| 0.000000e+00 |      --      |    Inf 
1319.18/1319.48	c  1319s| 76500 |  3666 |  5269k|  68.9 |  56M|  99 |  98 |1000 |3108 |1000 |1791 | 289 |8714 |  14k| 0.000000e+00 |      --      |    Inf 
1319.97/1320.23	c  1320s| 76600 |  3676 |  5274k|  68.8 |  56M|  99 |   - |1000 |3113 |1000 |1791 | 289 |8719 |  14k| 0.000000e+00 |      --      |    Inf 
1320.78/1321.01	c  1321s| 76700 |  3666 |  5279k|  68.8 |  56M|  99 |   - |1000 |3122 |1000 |1791 | 289 |8728 |  14k| 0.000000e+00 |      --      |    Inf 
1321.68/1321.93	c  1322s| 76800 |  3670 |  5285k|  68.8 |  56M|  99 |  97 |1000 |3128 |1000 |1791 | 289 |8735 |  14k| 0.000000e+00 |      --      |    Inf 
1322.68/1322.91	c  1323s| 76900 |  3655 |  5291k|  68.8 |  56M|  99 |   - |1000 |3136 |1000 |1791 | 289 |8747 |  14k| 0.000000e+00 |      --      |    Inf 
1323.78/1324.01	c  1324s| 77000 |  3638 |  5297k|  68.8 |  56M|  99 |   - |1000 |3128 |1000 |1791 | 289 |8772 |  14k| 0.000000e+00 |      --      |    Inf 
1324.98/1325.29	c  1325s| 77100 |  3654 |  5306k|  68.8 |  56M|  99 |  92 |1000 |3132 |1000 |1791 | 289 |8781 |  14k| 0.000000e+00 |      --      |    Inf 
1326.07/1326.31	c  1326s| 77200 |  3652 |  5312k|  68.8 |  56M|  99 |   - |1000 |3142 |1000 |1791 | 289 |8793 |  14k| 0.000000e+00 |      --      |    Inf 
1327.18/1327.43	c  1327s| 77300 |  3667 |  5319k|  68.8 |  56M|  99 |   - |1000 |3137 |1000 |1791 | 289 |8805 |  14k| 0.000000e+00 |      --      |    Inf 
1328.18/1328.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1328.18/1328.43	c  1328s| 77400 |  3667 |  5326k|  68.8 |  56M|  99 | 105 |1000 |3139 |1000 |1791 | 289 |8815 |  14k| 0.000000e+00 |      --      |    Inf 
1328.97/1329.24	c  1329s| 77500 |  3671 |  5331k|  68.8 |  57M|  99 |  86 |1000 |3150 |1000 |1791 | 289 |8826 |  14k| 0.000000e+00 |      --      |    Inf 
1329.97/1330.20	c  1330s| 77600 |  3669 |  5337k|  68.8 |  57M|  99 |   - |1000 |3159 |1000 |1791 | 289 |8837 |  14k| 0.000000e+00 |      --      |    Inf 
1330.88/1331.12	c  1331s| 77700 |  3667 |  5343k|  68.7 |  57M|  99 |   - |1000 |3169 |1000 |1791 | 289 |8854 |  14k| 0.000000e+00 |      --      |    Inf 
1332.07/1332.31	c  1332s| 77800 |  3665 |  5349k|  68.7 |  57M|  99 |   - |1000 |3175 |1000 |1791 | 289 |8863 |  14k| 0.000000e+00 |      --      |    Inf 
1333.57/1333.81	c  1334s| 77900 |  3662 |  5356k|  68.7 |  57M|  99 | 100 |1000 |3162 |1000 |1791 | 289 |8878 |  14k| 0.000000e+00 |      --      |    Inf 
1334.97/1335.27	c  1335s| 78000 |  3650 |  5362k|  68.7 |  57M|  99 | 127 |1000 |3182 |1000 |1791 | 289 |8907 |  14k| 0.000000e+00 |      --      |    Inf 
1336.77/1337.02	c  1337s| 78100 |  3681 |  5371k|  68.7 |  57M|  99 |   - |1000 |3180 |1000 |1791 | 289 |8925 |  14k| 0.000000e+00 |      --      |    Inf 
1338.48/1338.72	c  1339s| 78200 |  3666 |  5380k|  68.8 |  57M|  99 |   - |1000 |3169 |1000 |1791 | 289 |8937 |  14k| 0.000000e+00 |      --      |    Inf 
1340.47/1340.74	c  1341s| 78300 |  3683 |  5389k|  68.8 |  57M|  99 | 116 |1000 |3158 |1000 |1791 | 289 |8963 |  14k| 0.000000e+00 |      --      |    Inf 
1341.68/1341.94	c  1342s| 78400 |  3707 |  5395k|  68.8 |  57M|  99 |   - |1000 |3167 |1000 |1791 | 289 |8977 |  14k| 0.000000e+00 |      --      |    Inf 
1343.17/1343.46	c  1343s| 78500 |  3685 |  5403k|  68.8 |  57M|  99 | 109 |1000 |3172 |1000 |1791 | 289 |8996 |  14k| 0.000000e+00 |      --      |    Inf 
1344.67/1344.95	c  1345s| 78600 |  3704 |  5410k|  68.8 |  57M|  99 |   - |1000 |3163 |1000 |1791 | 289 |9007 |  14k| 0.000000e+00 |      --      |    Inf 
1345.77/1346.04	c  1346s| 78700 |  3705 |  5416k|  68.8 |  57M|  99 |   - |1000 |3171 |1000 |1791 | 289 |9015 |  14k| 0.000000e+00 |      --      |    Inf 
1346.97/1347.25	c  1347s| 78800 |  3701 |  5422k|  68.8 |  57M|  99 | 103 |1000 |3175 |1000 |1791 | 289 |9019 |  14k| 0.000000e+00 |      --      |    Inf 
1348.47/1348.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1348.47/1348.71	c  1349s| 78900 |  3698 |  5428k|  68.8 |  57M|  99 |   - |1000 |3165 |1000 |1791 | 289 |9028 |  14k| 0.000000e+00 |      --      |    Inf 
1349.67/1349.91	c  1350s| 79000 |  3692 |  5434k|  68.8 |  57M|  99 |   - |1000 |3179 |1000 |1791 | 289 |9047 |  14k| 0.000000e+00 |      --      |    Inf 
1350.77/1351.05	c  1351s| 79100 |  3692 |  5440k|  68.8 |  57M|  99 |   - |1000 |3170 |1000 |1791 | 289 |9052 |  14k| 0.000000e+00 |      --      |    Inf 
1352.57/1352.81	c  1353s| 79200 |  3720 |  5449k|  68.8 |  57M|  99 | 108 |1000 |3171 |1000 |1791 | 289 |9061 |  14k| 0.000000e+00 |      --      |    Inf 
1354.17/1354.42	c  1354s| 79300 |  3718 |  5457k|  68.8 |  57M|  99 |  95 |1000 |3171 |1000 |1791 | 289 |9081 |  14k| 0.000000e+00 |      --      |    Inf 
1355.77/1356.04	c  1356s| 79400 |  3714 |  5464k|  68.8 |  57M|  99 | 100 |1000 |3178 |1000 |1791 | 289 |9090 |  14k| 0.000000e+00 |      --      |    Inf 
1357.27/1357.57	c  1358s| 79500 |  3711 |  5472k|  68.8 |  57M|  99 |  97 |1000 |3181 |1000 |1791 | 289 |9113 |  14k| 0.000000e+00 |      --      |    Inf 
1358.67/1358.96	c  1359s| 79600 |  3702 |  5479k|  68.8 |  57M|  99 |   - |1000 |3194 |1000 |1791 | 289 |9128 |  14k| 0.000000e+00 |      --      |    Inf 
1360.07/1360.39	c  1360s| 79700 |  3704 |  5485k|  68.8 |  57M|  99 |   - |1000 |3193 |1000 |1791 | 289 |9147 |  14k| 0.000000e+00 |      --      |    Inf 
1361.17/1361.44	c  1361s| 79800 |  3708 |  5491k|  68.8 |  57M|  99 |   - |1000 |3194 |1000 |1791 | 289 |9155 |  14k| 0.000000e+00 |      --      |    Inf 
1362.17/1362.40	c  1362s| 79900 |  3705 |  5496k|  68.8 |  57M|  99 |   - |1000 |3199 |1000 |1791 | 289 |9162 |  14k| 0.000000e+00 |      --      |    Inf 
1363.47/1363.73	c  1364s| 80000 |  3682 |  5501k|  68.7 |  57M|  99 | 115 |1000 |3214 |1000 |1791 | 289 |9199 |  14k| 0.000000e+00 |      --      |    Inf 
1364.67/1364.93	c  1365s| 80100 |  3695 |  5507k|  68.7 |  57M|  99 | 103 |1000 |3214 |1000 |1791 | 289 |9212 |  14k| 0.000000e+00 |      --      |    Inf 
1365.77/1366.04	c  1366s| 80200 |  3705 |  5513k|  68.7 |  57M|  99 |   - |1000 |3215 |1000 |1791 | 289 |9215 |  14k| 0.000000e+00 |      --      |    Inf 
1367.07/1367.39	c  1367s| 80300 |  3711 |  5519k|  68.7 |  57M|  99 |   - |1000 |3214 |1000 |1791 | 289 |9220 |  14k| 0.000000e+00 |      --      |    Inf 
1368.47/1368.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1368.47/1368.71	c  1369s| 80400 |  3705 |  5526k|  68.7 |  57M|  99 |   - |1000 |3215 |1000 |1791 | 289 |9221 |  14k| 0.000000e+00 |      --      |    Inf 
1369.77/1370.03	c  1370s| 80500 |  3693 |  5532k|  68.7 |  57M|  99 | 100 |1000 |3231 |1000 |1791 | 289 |9249 |  14k| 0.000000e+00 |      --      |    Inf 
1371.17/1371.42	c  1371s| 80600 |  3689 |  5539k|  68.7 |  57M|  99 |   - |1000 |3229 |1000 |1791 | 289 |9257 |  14k| 0.000000e+00 |      --      |    Inf 
1372.37/1372.64	c  1373s| 80700 |  3692 |  5545k|  68.7 |  57M|  99 |   - |1000 |3234 |1000 |1791 | 289 |9267 |  14k| 0.000000e+00 |      --      |    Inf 
1373.37/1373.69	c  1374s| 80800 |  3698 |  5550k|  68.7 |  57M|  99 |   - |1000 |3240 |1000 |1791 | 289 |9274 |  14k| 0.000000e+00 |      --      |    Inf 
1374.87/1375.12	c  1375s| 80900 |  3697 |  5557k|  68.7 |  57M|  99 | 111 |1000 |3238 |1000 |1791 | 289 |9288 |  14k| 0.000000e+00 |      --      |    Inf 
1375.97/1376.24	c  1376s| 81000 |  3710 |  5563k|  68.7 |  57M|  99 |   - |1000 |3237 |1000 |1791 | 289 |9292 |  14k| 0.000000e+00 |      --      |    Inf 
1377.86/1378.10	c  1378s| 81100 |  3702 |  5570k|  68.7 |  57M|  99 |   - |1000 |3232 |1000 |1791 | 289 |9301 |  14k| 0.000000e+00 |      --      |    Inf 
1378.77/1379.03	c  1379s| 81200 |  3709 |  5576k|  68.7 |  57M|  99 |   - |1000 |3240 |1000 |1791 | 289 |9310 |  14k| 0.000000e+00 |      --      |    Inf 
1380.17/1380.49	c  1380s| 81300 |  3712 |  5583k|  68.7 |  57M|  99 | 108 |1000 |3242 |1000 |1791 | 289 |9322 |  14k| 0.000000e+00 |      --      |    Inf 
1381.46/1381.79	c  1382s| 81400 |  3708 |  5590k|  68.7 |  57M|  99 |   - |1000 |3251 |1000 |1791 | 289 |9333 |  14k| 0.000000e+00 |      --      |    Inf 
1382.57/1382.83	c  1383s| 81500 |  3722 |  5595k|  68.6 |  57M|  99 |  96 |1000 |3252 |1000 |1791 | 289 |9336 |  14k| 0.000000e+00 |      --      |    Inf 
1383.67/1383.93	c  1384s| 81600 |  3710 |  5601k|  68.6 |  57M|  99 | 106 |1000 |3251 |1000 |1791 | 289 |9341 |  14k| 0.000000e+00 |      --      |    Inf 
1385.17/1385.40	c  1385s| 81700 |  3720 |  5607k|  68.6 |  57M|  99 | 113 |1000 |3251 |1000 |1791 | 289 |9353 |  14k| 0.000000e+00 |      --      |    Inf 
1386.77/1387.03	c  1387s| 81800 |  3738 |  5615k|  68.6 |  57M|  99 | 108 |1000 |3187 |1000 |1791 | 289 |9366 |  14k| 0.000000e+00 |      --      |    Inf 
1388.27/1388.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1388.27/1388.58	c  1389s| 81900 |  3731 |  5623k|  68.6 |  57M|  99 |   - |1000 |3183 |1000 |1791 | 289 |9384 |  15k| 0.000000e+00 |      --      |    Inf 
1389.46/1389.77	c  1390s| 82000 |  3738 |  5629k|  68.6 |  57M|  99 |  98 |1000 |3186 |1000 |1791 | 289 |9402 |  15k| 0.000000e+00 |      --      |    Inf 
1391.27/1391.51	c  1392s| 82100 |  3727 |  5637k|  68.6 |  57M|  99 |   - |1000 |3190 |1000 |1791 | 289 |9416 |  15k| 0.000000e+00 |      --      |    Inf 
1392.66/1392.93	c  1393s| 82200 |  3743 |  5644k|  68.6 |  57M|  99 |  92 |1000 |3190 |1000 |1791 | 289 |9421 |  15k| 0.000000e+00 |      --      |    Inf 
1394.26/1394.58	c  1395s| 82300 |  3735 |  5652k|  68.7 |  57M|  99 |   - |1000 |3190 |1000 |1791 | 289 |9438 |  15k| 0.000000e+00 |      --      |    Inf 
1396.06/1396.32	c  1396s| 82400 |  3727 |  5660k|  68.7 |  57M|  99 | 110 |1000 |3206 |1000 |1791 | 289 |9461 |  15k| 0.000000e+00 |      --      |    Inf 
1397.16/1397.45	c  1397s| 82500 |  3733 |  5666k|  68.7 |  57M|  99 |   - |1000 |3220 |1000 |1791 | 289 |9476 |  15k| 0.000000e+00 |      --      |    Inf 
1398.36/1398.69	c  1399s| 82600 |  3744 |  5672k|  68.6 |  57M|  99 | 111 |1000 |3232 |1000 |1791 | 289 |9503 |  15k| 0.000000e+00 |      --      |    Inf 
1399.87/1400.18	c  1400s| 82700 |  3757 |  5679k|  68.7 |  57M|  99 |   - |1000 |3232 |1000 |1791 | 289 |9513 |  15k| 0.000000e+00 |      --      |    Inf 
1401.76/1402.06	c  1402s| 82800 |  3763 |  5687k|  68.7 |  57M|  99 |  98 |1000 |3232 |1000 |1791 | 289 |9521 |  15k| 0.000000e+00 |      --      |    Inf 
1402.76/1403.04	c  1403s| 82900 |  3757 |  5693k|  68.7 |  57M|  99 | 113 |1000 |3229 |1000 |1791 | 289 |9534 |  15k| 0.000000e+00 |      --      |    Inf 
1404.66/1404.93	c  1405s| 83000 |  3779 |  5701k|  68.7 |  57M|  99 |  97 |1000 |3224 |1000 |1791 | 289 |9543 |  15k| 0.000000e+00 |      --      |    Inf 
1405.66/1405.95	c  1406s| 83100 |  3782 |  5707k|  68.7 |  57M|  99 | 109 |1000 |3207 |1000 |1791 | 289 |9563 |  15k| 0.000000e+00 |      --      |    Inf 
1407.36/1407.60	c  1408s| 83200 |  3782 |  5716k|  68.7 |  57M|  99 |   - |1000 |3220 |1000 |1791 | 289 |9589 |  15k| 0.000000e+00 |      --      |    Inf 
1408.46/1408.76	c  1409s| 83300 |  3780 |  5722k|  68.7 |  57M|  99 | 109 |1000 |3212 |1000 |1791 | 289 |9597 |  15k| 0.000000e+00 |      --      |    Inf 
1409.67/1409.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1409.67/1409.96	c  1410s| 83400 |  3778 |  5727k|  68.7 |  57M|  99 |   - |1000 |3218 |1000 |1791 | 289 |9607 |  15k| 0.000000e+00 |      --      |    Inf 
1411.07/1411.33	c  1411s| 83500 |  3794 |  5734k|  68.6 |  57M|  99 | 105 |1000 |3221 |1000 |1791 | 289 |9619 |  15k| 0.000000e+00 |      --      |    Inf 
1411.96/1412.29	c  1412s| 83600 |  3808 |  5739k|  68.6 |  57M|  99 |   - |1000 |3221 |1000 |1791 | 289 |9619 |  15k| 0.000000e+00 |      --      |    Inf 
1413.56/1413.81	c  1414s| 83700 |  3814 |  5746k|  68.6 |  57M|  99 | 109 |1000 |3228 |1000 |1791 | 289 |9626 |  15k| 0.000000e+00 |      --      |    Inf 
1415.06/1415.31	c  1415s| 83800 |  3806 |  5754k|  68.6 |  57M|  99 | 113 |1000 |3229 |1000 |1791 | 289 |9632 |  15k| 0.000000e+00 |      --      |    Inf 
1416.26/1416.57	c  1417s| 83900 |  3824 |  5760k|  68.6 |  57M|  99 |   - |1000 |3233 |1000 |1791 | 289 |9638 |  15k| 0.000000e+00 |      --      |    Inf 
1417.46/1417.73	c  1418s| 84000 |  3830 |  5765k|  68.6 |  57M|  99 |   - |1000 |3233 |1000 |1791 | 289 |9649 |  15k| 0.000000e+00 |      --      |    Inf 
1418.77/1419.01	c  1419s| 84100 |  3821 |  5771k|  68.6 |  57M|  99 | 104 |1000 |3222 |1000 |1791 | 289 |9663 |  15k| 0.000000e+00 |      --      |    Inf 
1419.97/1420.28	c  1420s| 84200 |  3837 |  5777k|  68.6 |  57M|  99 | 107 |1000 |3222 |1000 |1791 | 289 |9666 |  15k| 0.000000e+00 |      --      |    Inf 
1421.56/1421.89	c  1422s| 84300 |  3799 |  5785k|  68.6 |  57M|  99 |   - |1000 |3228 |1000 |1791 | 289 |9683 |  15k| 0.000000e+00 |      --      |    Inf 
1422.96/1423.28	c  1423s| 84400 |  3791 |  5792k|  68.6 |  57M|  99 |   - |1000 |3232 |1000 |1791 | 289 |9695 |  15k| 0.000000e+00 |      --      |    Inf 
1424.46/1424.76	c  1425s| 84500 |  3811 |  5798k|  68.6 |  57M|  99 | 103 |1000 |3243 |1000 |1791 | 289 |9713 |  15k| 0.000000e+00 |      --      |    Inf 
1425.76/1426.01	c  1426s| 84600 |  3819 |  5805k|  68.6 |  57M|  99 | 112 |1000 |3256 |1000 |1791 | 289 |9727 |  15k| 0.000000e+00 |      --      |    Inf 
1427.16/1427.47	c  1427s| 84700 |  3816 |  5812k|  68.6 |  57M|  99 | 101 |1000 |3261 |1000 |1791 | 289 |9737 |  15k| 0.000000e+00 |      --      |    Inf 
1428.76/1429.00	c  1429s| 84800 |  3810 |  5819k|  68.6 |  57M|  99 | 100 |1000 |3269 |1000 |1791 | 289 |9756 |  15k| 0.000000e+00 |      --      |    Inf 
1430.36/1430.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1430.36/1430.67	c  1431s| 84900 |  3818 |  5826k|  68.6 |  57M|  99 | 117 |1000 |3266 |1000 |1791 | 289 |9766 |  15k| 0.000000e+00 |      --      |    Inf 
1431.45/1431.74	c  1432s| 85000 |  3805 |  5833k|  68.6 |  57M|  99 | 111 |1000 |3260 |1000 |1791 | 289 |9787 |  15k| 0.000000e+00 |      --      |    Inf 
1432.97/1433.21	c  1433s| 85100 |  3790 |  5840k|  68.6 |  57M|  99 |   - |1000 |3257 |1000 |1791 | 289 |9801 |  15k| 0.000000e+00 |      --      |    Inf 
1434.07/1434.33	c  1434s| 85200 |  3808 |  5845k|  68.6 |  57M|  99 | 110 |1000 |3256 |1000 |1791 | 289 |9805 |  15k| 0.000000e+00 |      --      |    Inf 
1435.17/1435.46	c  1435s| 85300 |  3809 |  5851k|  68.6 |  57M|  99 |   - |1000 |3261 |1000 |1791 | 289 |9813 |  15k| 0.000000e+00 |      --      |    Inf 
1436.66/1436.90	c  1437s| 85400 |  3803 |  5858k|  68.6 |  57M|  99 | 104 |1000 |3270 |1000 |1791 | 289 |9822 |  15k| 0.000000e+00 |      --      |    Inf 
1437.47/1437.75	c  1438s| 85500 |  3817 |  5863k|  68.6 |  57M|  99 |   - |1000 |3278 |1000 |1791 | 289 |9830 |  15k| 0.000000e+00 |      --      |    Inf 
1438.66/1438.96	c  1439s| 85600 |  3817 |  5868k|  68.5 |  57M|  99 | 116 |1000 |3289 |1000 |1791 | 289 |9841 |  15k| 0.000000e+00 |      --      |    Inf 
1439.96/1440.27	c  1440s| 85700 |  3813 |  5875k|  68.5 |  57M|  99 |   - |1000 |3297 |1000 |1791 | 289 |9849 |  15k| 0.000000e+00 |      --      |    Inf 
1441.16/1441.41	c  1441s| 85800 |  3821 |  5881k|  68.5 |  57M|  99 | 106 |1000 |3303 |1000 |1791 | 289 |9855 |  15k| 0.000000e+00 |      --      |    Inf 
1442.46/1442.75	c  1443s| 85900 |  3809 |  5887k|  68.5 |  57M|  99 |   - |1000 |3318 |1000 |1791 | 289 |9870 |  15k| 0.000000e+00 |      --      |    Inf 
1443.36/1443.68	c  1444s| 86000 |  3811 |  5892k|  68.5 |  57M|  99 |   - |1000 |3322 |1000 |1791 | 289 |9874 |  15k| 0.000000e+00 |      --      |    Inf 
1444.26/1444.55	c  1445s| 86100 |  3809 |  5896k|  68.5 |  57M|  99 |   - |1000 |3322 |1000 |1791 | 289 |9874 |  15k| 0.000000e+00 |      --      |    Inf 
1445.46/1445.74	c  1446s| 86200 |  3807 |  5901k|  68.4 |  57M|  99 |   - |1000 |3331 |1000 |1791 | 289 |9884 |  15k| 0.000000e+00 |      --      |    Inf 
1446.55/1446.86	c  1447s| 86300 |  3819 |  5907k|  68.4 |  57M|  99 |   - |1000 |3336 |1000 |1791 | 289 |9889 |  15k| 0.000000e+00 |      --      |    Inf 
1447.65/1447.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1447.65/1447.99	c  1448s| 86400 |  3809 |  5912k|  68.4 |  57M|  99 | 104 |1000 |3335 |1000 |1791 | 289 |9894 |  15k| 0.000000e+00 |      --      |    Inf 
1448.75/1449.02	c  1449s| 86500 |  3813 |  5917k|  68.4 |  57M|  99 | 107 |1000 |3348 |1000 |1791 | 289 |9907 |  15k| 0.000000e+00 |      --      |    Inf 
1449.85/1450.11	c  1450s| 86600 |  3813 |  5922k|  68.4 |  57M|  99 |   - |1000 |3349 |1000 |1791 | 289 |9909 |  15k| 0.000000e+00 |      --      |    Inf 
1450.76/1451.08	c  1451s| 86700 |  3811 |  5927k|  68.3 |  57M|  99 |   - |1000 |3354 |1000 |1791 | 289 |9914 |  15k| 0.000000e+00 |      --      |    Inf 
1451.67/1451.97	c  1452s| 86800 |  3813 |  5931k|  68.3 |  57M|  99 | 102 |1000 |3360 |1000 |1791 | 289 |9920 |  15k| 0.000000e+00 |      --      |    Inf 
1452.86/1453.12	c  1453s| 86900 |  3811 |  5936k|  68.3 |  57M|  99 | 104 |1000 |3367 |1000 |1791 | 289 |9930 |  15k| 0.000000e+00 |      --      |    Inf 
1454.36/1454.60	c  1455s| 87000 |  3811 |  5944k|  68.3 |  57M|  99 |  99 |1000 |3366 |1000 |1791 | 289 |9938 |  15k| 0.000000e+00 |      --      |    Inf 
1455.76/1456.07	c  1456s| 87100 |  3798 |  5951k|  68.3 |  57M|  99 |   - |1000 |3366 |1000 |1791 | 289 |9950 |  15k| 0.000000e+00 |      --      |    Inf 
1457.26/1457.58	c  1458s| 87200 |  3796 |  5957k|  68.3 |  57M|  99 |   - |1000 |3364 |1000 |1791 | 289 |9967 |  15k| 0.000000e+00 |      --      |    Inf 
1458.45/1458.77	c  1459s| 87300 |  3795 |  5963k|  68.3 |  57M|  99 |   - |1000 |3354 |1000 |1791 | 289 |9974 |  15k| 0.000000e+00 |      --      |    Inf 
1459.86/1460.14	c  1460s| 87400 |  3792 |  5970k|  68.3 |  57M|  99 |   - |1000 |3371 |1000 |1791 | 289 |9998 |  15k| 0.000000e+00 |      --      |    Inf 
1461.05/1461.35	c  1461s| 87500 |  3794 |  5976k|  68.3 |  57M|  99 |   - |1000 |3370 |1000 |1791 | 289 |  10k|  15k| 0.000000e+00 |      --      |    Inf 
1462.45/1462.70	c  1463s| 87600 |  3814 |  5982k|  68.3 |  57M|  99 | 115 |1000 |3363 |1000 |1791 | 289 |  10k|  15k| 0.000000e+00 |      --      |    Inf 
1463.96/1464.23	c  1464s| 87700 |  3805 |  5990k|  68.3 |  57M|  99 |  96 |1000 |3367 |1000 |1791 | 289 |  10k|  15k| 0.000000e+00 |      --      |    Inf 
1465.05/1465.38	c  1465s| 87800 |  3821 |  5996k|  68.3 |  57M|  99 | 104 |1000 |3368 |1000 |1791 | 289 |  10k|  15k| 0.000000e+00 |      --      |    Inf 
1466.35/1466.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1466.35/1466.60	c  1467s| 87900 |  3819 |  6002k|  68.3 |  57M|  99 |   - |1000 |3371 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1467.96/1468.28	c  1468s| 88000 |  3824 |  6009k|  68.3 |  57M|  99 |   - |1000 |3394 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1469.26/1469.55	c  1470s| 88100 |  3827 |  6016k|  68.3 |  57M|  99 | 105 |1000 |3396 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1470.75/1471.02	c  1471s| 88200 |  3826 |  6023k|  68.3 |  57M|  99 |   - |1000 |3410 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1472.15/1472.42	c  1472s| 88300 |  3806 |  6030k|  68.3 |  57M|  99 |   - |1000 |3388 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1473.65/1473.91	c  1474s| 88400 |  3805 |  6036k|  68.3 |  57M|  99 | 117 |1000 |3383 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1475.45/1475.72	c  1476s| 88500 |  3825 |  6045k|  68.3 |  57M|  99 |  98 |1000 |3365 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1476.55/1476.88	c  1477s| 88600 |  3800 |  6051k|  68.3 |  57M|  99 |   - |1000 |3364 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1478.06/1478.37	c  1478s| 88700 |  3800 |  6058k|  68.3 |  57M|  99 | 105 |1000 |3373 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1479.55/1479.80	c  1480s| 88800 |  3799 |  6065k|  68.3 |  57M|  99 |   - |1000 |3386 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1480.85/1481.14	c  1481s| 88900 |  3797 |  6071k|  68.3 |  57M|  99 | 115 |1000 |3384 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1481.95/1482.23	c  1482s| 89000 |  3793 |  6077k|  68.3 |  57M|  99 |   - |1000 |3383 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1483.05/1483.35	c  1483s| 89100 |  3780 |  6082k|  68.2 |  57M|  99 | 100 |1000 |3400 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1484.25/1484.58	c  1485s| 89200 |  3784 |  6088k|  68.2 |  57M|  99 |   - |1000 |3413 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1485.76/1486.05	c  1486s| 89300 |  3785 |  6095k|  68.2 |  57M|  99 | 114 |1000 |3415 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1486.96/1487.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1486.96/1487.27	c  1487s| 89400 |  3797 |  6100k|  68.2 |  57M|  99 |  93 |1000 |3419 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1488.25/1488.53	c  1489s| 89500 |  3797 |  6106k|  68.2 |  57M|  99 | 105 |1000 |3422 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1489.55/1489.80	c  1490s| 89600 |  3766 |  6112k|  68.2 |  57M|  99 | 114 |1000 |3402 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1491.05/1491.34	c  1491s| 89700 |  3768 |  6119k|  68.2 |  57M|  99 | 119 |1000 |3412 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1492.35/1492.70	c  1493s| 89800 |  3792 |  6125k|  68.2 |  57M|  99 | 111 |1000 |3397 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1493.85/1494.15	c  1494s| 89900 |  3781 |  6134k|  68.2 |  57M|  99 |   - |1000 |3395 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1495.05/1495.31	c  1495s| 90000 |  3816 |  6140k|  68.2 |  57M|  99 |   - |1000 |3402 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1497.85/1498.16	c  1498s| 90100 |  3801 |  6149k|  68.2 |  57M|  99 | 109 |1000 |3382 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1498.85/1499.14	c  1499s| 90200 |  3834 |  6154k|  68.2 |  57M|  99 | 108 |1000 |3370 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1499.75/1500.02	c  1500s| 90300 |  3846 |  6159k|  68.2 |  57M|  99 | 113 |1000 |3368 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1500.85/1501.10	c  1501s| 90400 |  3842 |  6166k|  68.2 |  57M|  99 | 119 |1000 |3375 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1502.15/1502.41	c  1502s| 90500 |  3845 |  6173k|  68.2 |  57M|  99 |   - |1000 |3379 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1503.35/1503.64	c  1504s| 90600 |  3867 |  6180k|  68.2 |  58M|  99 | 126 |1000 |3393 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1504.85/1505.17	c  1505s| 90700 |  3867 |  6189k|  68.2 |  58M|  99 | 103 |1000 |3393 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1505.85/1506.16	c  1506s| 90800 |  3915 |  6195k|  68.2 |  58M|  99 | 107 |1000 |3389 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1507.15/1507.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1507.15/1507.42	c  1507s| 90900 |  3909 |  6203k|  68.2 |  58M|  99 | 113 |1000 |3391 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1508.54/1508.82	c  1509s| 91000 |  3882 |  6211k|  68.2 |  58M|  99 |   - |1000 |3417 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1509.74/1510.08	c  1510s| 91100 |  3875 |  6219k|  68.2 |  58M|  99 | 110 |1000 |3400 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1510.94/1511.28	c  1511s| 91200 |  3866 |  6225k|  68.2 |  58M|  99 | 109 |1000 |3363 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1512.04/1512.34	c  1512s| 91300 |  3868 |  6230k|  68.2 |  58M|  99 | 106 |1000 |3363 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1513.35/1513.64	c  1514s| 91400 |  3862 |  6238k|  68.2 |  58M|  99 |   - |1000 |3351 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1514.65/1514.91	c  1515s| 91500 |  3867 |  6246k|  68.2 |  58M|  99 | 106 |1000 |3334 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1515.56/1515.88	c  1516s| 91600 |  3866 |  6251k|  68.2 |  58M|  99 | 102 |1000 |3330 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1516.44/1516.76	c  1517s| 91700 |  3880 |  6257k|  68.2 |  58M|  99 |  98 |1000 |3340 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1517.55/1517.80	c  1518s| 91800 |  3868 |  6263k|  68.2 |  58M|  99 |   - |1000 |3354 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1518.64/1518.92	c  1519s| 91900 |  3865 |  6270k|  68.2 |  58M|  99 | 106 |1000 |3352 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1519.75/1520.01	c  1520s| 92000 |  3862 |  6276k|  68.2 |  58M|  99 |   - |1000 |3359 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1520.75/1521.01	c  1521s| 92100 |  3859 |  6282k|  68.2 |  58M|  99 | 115 |1000 |3353 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1521.85/1522.13	c  1522s| 92200 |  3866 |  6289k|  68.2 |  58M|  99 |   - |1000 |3364 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1522.84/1523.15	c  1523s| 92300 |  3862 |  6295k|  68.2 |  58M|  99 |   - |1000 |3353 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1523.85/1524.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1523.85/1524.12	c  1524s| 92400 |  3870 |  6301k|  68.2 |  58M|  99 | 109 |1000 |3359 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1525.15/1525.41	c  1525s| 92500 |  3854 |  6309k|  68.2 |  58M|  99 | 120 |1000 |3334 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1526.15/1526.40	c  1526s| 92600 |  3869 |  6315k|  68.2 |  58M|  99 | 109 |1000 |3336 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1527.34/1527.68	c  1528s| 92700 |  3881 |  6322k|  68.2 |  58M|  99 |   - |1000 |3344 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1528.44/1528.72	c  1529s| 92800 |  3885 |  6328k|  68.2 |  58M|  99 | 109 |1000 |3352 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1529.54/1529.88	c  1530s| 92900 |  3889 |  6335k|  68.2 |  58M|  99 |   - |1000 |3360 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1530.74/1531.03	c  1531s| 93000 |  3889 |  6342k|  68.2 |  58M|  99 | 103 |1000 |3366 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1531.74/1532.08	c  1532s| 93100 |  3893 |  6349k|  68.2 |  58M|  99 |  95 |1000 |3374 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1532.84/1533.18	c  1533s| 93200 |  3887 |  6356k|  68.2 |  58M|  99 |   - |1000 |3383 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1534.04/1534.39	c  1534s| 93300 |  3885 |  6363k|  68.2 |  58M|  99 |  99 |1000 |3411 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1535.25/1535.58	c  1536s| 93400 |  3885 |  6370k|  68.2 |  58M|  99 | 100 |1000 |3421 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1536.54/1536.83	c  1537s| 93500 |  3873 |  6378k|  68.2 |  58M|  99 |   - |1000 |3439 |   0 |   0 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1537.84/1538.16	c  1538s| 93600 |  3887 |  6387k|  68.2 |  58M|  99 | 101 |1000 |3442 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1538.94/1539.24	c  1539s| 93700 |  3891 |  6393k|  68.2 |  58M|  99 |   - |1000 |3428 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1540.04/1540.32	c  1540s| 93800 |  3882 |  6400k|  68.2 |  58M|  99 |   - |1000 |3430 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1541.14/1541.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1541.14/1541.41	c  1541s| 93900 |  3871 |  6406k|  68.2 |  58M|  99 | 103 |1000 |3424 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1542.25/1542.50	c  1542s| 94000 |  3877 |  6413k|  68.2 |  58M|  99 |   - |1000 |3409 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1543.35/1543.68	c  1544s| 94100 |  3868 |  6420k|  68.2 |  58M|  99 |   - |1000 |3402 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1544.24/1544.53	c  1545s| 94200 |  3860 |  6426k|  68.2 |  58M|  99 | 105 |1000 |3398 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1544.95/1545.20	c  1545s| 94300 |  3872 |  6430k|  68.2 |  58M|  99 |   - |1000 |3399 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1546.25/1546.56	c  1547s| 94400 |  3888 |  6438k|  68.2 |  58M|  99 |   - |1000 |3401 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1547.14/1547.49	c  1547s| 94500 |  3901 |  6443k|  68.2 |  58M|  99 |   - |1000 |3401 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1548.34/1548.68	c  1549s| 94600 |  3880 |  6451k|  68.2 |  58M|  99 |   - |1000 |3396 |1000 |1791 | 289 |  10k|  16k| 0.000000e+00 |      --      |    Inf 
1549.44/1549.76	c  1550s| 94700 |  3880 |  6457k|  68.2 |  58M|  99 | 112 |1000 |3389 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1550.65/1550.92	c  1551s| 94800 |  3889 |  6465k|  68.2 |  58M|  99 |  97 |1000 |3376 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1551.64/1551.92	c  1552s| 94900 |  3872 |  6471k|  68.2 |  58M|  99 |   - |1000 |3378 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1552.74/1553.04	c  1553s| 95000 |  3870 |  6478k|  68.2 |  58M|  99 | 111 |1000 |3368 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1553.84/1554.10	c  1554s| 95100 |  3876 |  6485k|  68.2 |  58M|  99 |  97 |1000 |3364 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1554.75/1555.08	c  1555s| 95200 |  3862 |  6491k|  68.2 |  58M|  99 |   - |1000 |3362 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1555.84/1556.13	c  1556s| 95300 |  3870 |  6498k|  68.2 |  58M|  99 | 106 |1000 |3373 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1556.74/1557.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1556.74/1557.06	c  1557s| 95400 |  3865 |  6503k|  68.2 |  58M|  99 |   - |1000 |3384 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1557.64/1557.98	c  1558s| 95500 |  3875 |  6509k|  68.1 |  58M|  99 |   - |1000 |3395 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1558.74/1559.04	c  1559s| 95600 |  3852 |  6515k|  68.1 |  58M|  99 |   - |1000 |3403 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1559.94/1560.20	c  1560s| 95700 |  3864 |  6523k|  68.1 |  58M|  99 | 116 |1000 |3404 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1560.94/1561.21	c  1561s| 95800 |  3875 |  6529k|  68.1 |  58M|  99 |   - |1000 |3407 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1561.94/1562.28	c  1562s| 95900 |  3879 |  6536k|  68.1 |  58M|  99 |   - |1000 |3407 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1562.94/1563.24	c  1563s| 96000 |  3885 |  6542k|  68.1 |  58M|  99 |   - |1000 |3415 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1563.85/1564.14	c  1564s| 96100 |  3885 |  6548k|  68.1 |  58M|  99 | 102 |1000 |3422 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1564.73/1565.03	c  1565s| 96200 |  3883 |  6554k|  68.1 |  58M|  99 |   - |1000 |3422 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1565.54/1565.82	c  1566s| 96300 |  3901 |  6559k|  68.1 |  58M|  99 |  99 |1000 |3422 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1566.14/1566.49	c  1566s| 96400 |  3903 |  6563k|  68.1 |  58M|  99 |  94 |1000 |3422 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1566.94/1567.25	c  1567s| 96500 |  3895 |  6568k|  68.0 |  58M|  99 |   - |1000 |3422 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1567.94/1568.20	c  1568s| 96600 |  3887 |  6575k|  68.0 |  58M|  99 |   - |1000 |3423 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1568.84/1569.15	c  1569s| 96700 |  3888 |  6581k|  68.0 |  58M|  99 |   - |1000 |3424 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1569.74/1570.05	c  1570s| 96800 |  3898 |  6588k|  68.0 |  58M|  99 |   - |1000 |3422 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1570.64/1570.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1570.64/1570.95	c  1571s| 96900 |  3904 |  6594k|  68.0 |  58M|  99 |   - |1000 |3422 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1571.54/1571.85	c  1572s| 97000 |  3896 |  6600k|  68.0 |  58M|  99 | 102 |1000 |3421 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1572.33/1572.61	c  1573s| 97100 |  3900 |  6605k|  68.0 |  58M|  99 |   - |1000 |3421 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1573.24/1573.51	c  1574s| 97200 |  3884 |  6611k|  68.0 |  58M|  99 |   - |1000 |3423 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1574.34/1574.63	c  1575s| 97300 |  3873 |  6618k|  68.0 |  58M|  99 |   - |1000 |3415 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1575.53/1575.83	c  1576s| 97400 |  3884 |  6626k|  68.0 |  58M|  99 | 114 |1000 |3410 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1576.64/1576.94	c  1577s| 97500 |  3888 |  6633k|  68.0 |  58M|  99 | 108 |1000 |3412 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1577.84/1578.12	c  1578s| 97600 |  3877 |  6640k|  68.0 |  58M|  99 | 107 |1000 |3412 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1578.94/1579.29	c  1579s| 97700 |  3885 |  6648k|  68.0 |  58M|  99 |   - |1000 |3408 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1580.34/1580.62	c  1581s| 97800 |  3885 |  6657k|  68.1 |  58M|  99 |   - |1000 |3415 |   0 |   0 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1581.55/1581.83	c  1582s| 97900 |  3885 |  6665k|  68.1 |  58M|  99 | 108 |1000 |3425 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1582.94/1583.28	c  1583s| 98000 |  3875 |  6674k|  68.1 |  58M|  99 |   - |1000 |3434 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1584.14/1584.47	c  1584s| 98100 |  3863 |  6682k|  68.1 |  58M|  99 |   - |1000 |3431 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1585.13/1585.48	c  1585s| 98200 |  3859 |  6688k|  68.1 |  58M|  99 |   - |1000 |3430 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1586.33/1586.61	c  1587s| 98300 |  3837 |  6695k|  68.1 |  58M|  99 |   - |1000 |3436 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1587.33/1587.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1587.33/1587.67	c  1588s| 98400 |  3837 |  6702k|  68.1 |  58M|  99 |   - |1000 |3432 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1588.64/1588.91	c  1589s| 98500 |  3821 |  6710k|  68.1 |  58M|  99 | 110 |1000 |3434 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1589.64/1589.92	c  1590s| 98600 |  3825 |  6716k|  68.1 |  58M|  99 |   - |1000 |3441 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1590.43/1590.79	c  1591s| 98700 |  3833 |  6722k|  68.1 |  58M|  99 |   - |1000 |3443 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1591.44/1591.79	c  1592s| 98800 |  3836 |  6728k|  68.1 |  58M|  99 |  97 |1000 |3445 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1592.44/1592.74	c  1593s| 98900 |  3838 |  6734k|  68.1 |  58M|  99 |   - |1000 |3444 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1593.44/1593.76	c  1594s| 99000 |  3832 |  6741k|  68.1 |  58M|  99 | 107 |1000 |3447 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1595.03/1595.39	c  1595s| 99100 |  3813 |  6748k|  68.1 |  58M|  99 | 108 |1000 |3438 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1595.93/1596.28	c  1596s| 99200 |  3824 |  6754k|  68.1 |  58M|  99 | 103 |1000 |3436 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1597.43/1597.74	c  1598s| 99300 |  3819 |  6761k|  68.1 |  58M|  99 |   - |1000 |3455 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1598.64/1598.92	c  1599s| 99400 |  3836 |  6766k|  68.1 |  58M|  99 |  99 |1000 |3444 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1600.03/1600.37	c  1600s| 99500 |  3825 |  6774k|  68.1 |  58M|  99 |  93 |1000 |3456 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1601.63/1601.90	c  1602s| 99600 |  3827 |  6781k|  68.1 |  58M|  99 |  95 |1000 |3461 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1602.64/1602.95	c  1603s| 99700 |  3811 |  6786k|  68.0 |  58M|  99 | 120 |1000 |3467 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1604.24/1604.56	c  1605s| 99800 |  3821 |  6794k|  68.1 |  58M|  99 |   - |1000 |3463 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1605.74/1606.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1605.74/1606.09	c  1606s| 99900 |  3815 |  6801k|  68.1 |  58M|  99 | 103 |1000 |3472 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1607.33/1607.64	c  1608s|100000 |  3842 |  6809k|  68.1 |  58M|  99 | 109 |1000 |3459 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1608.83/1609.11	c  1609s|100100 |  3837 |  6816k|  68.1 |  58M|  99 | 113 |1000 |3464 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1609.63/1609.98	c  1610s|100200 |  3834 |  6821k|  68.1 |  58M|  99 |   - |1000 |3468 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1611.03/1611.30	c  1611s|100300 |  3845 |  6827k|  68.1 |  58M|  99 | 111 |1000 |3476 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1612.24/1612.53	c  1613s|100400 |  3847 |  6833k|  68.0 |  58M|  99 | 104 |1000 |3473 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1613.44/1613.74	c  1614s|100500 |  3844 |  6840k|  68.0 |  58M|  99 | 112 |1000 |3463 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1614.54/1614.85	c  1615s|100600 |  3840 |  6846k|  68.0 |  58M|  99 |   - |1000 |3464 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1616.33/1616.62	c  1617s|100700 |  3869 |  6854k|  68.1 |  58M|  99 |  98 |1000 |3450 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1617.93/1618.29	c  1618s|100800 |  3851 |  6862k|  68.1 |  58M|  99 |   - |1000 |3441 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1619.33/1619.63	c  1620s|100900 |  3855 |  6870k|  68.1 |  58M|  99 |   - |1000 |3437 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1620.53/1620.85	c  1621s|101000 |  3857 |  6876k|  68.1 |  58M|  99 |   - |1000 |3441 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1621.83/1622.10	c  1622s|101100 |  3844 |  6882k|  68.1 |  58M|  99 |   - |1000 |3432 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1622.93/1623.21	c  1623s|101200 |  3866 |  6888k|  68.0 |  58M|  99 | 112 |1000 |3432 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1624.34/1624.67	c  1625s|101300 |  3853 |  6895k|  68.1 |  58M|  99 |   - |1000 |3440 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1625.83/1626.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1625.83/1626.16	c  1626s|101400 |  3850 |  6902k|  68.1 |  58M|  99 |   - |1000 |3443 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1626.93/1627.22	c  1627s|101500 |  3854 |  6908k|  68.0 |  58M|  99 |   - |1000 |3449 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1627.74/1628.05	c  1628s|101600 |  3856 |  6913k|  68.0 |  58M|  99 |  97 |1000 |3467 |1000 |1791 | 289 |  11k|  16k| 0.000000e+00 |      --      |    Inf 
1628.74/1629.10	c  1629s|101700 |  3850 |  6917k|  68.0 |  58M|  99 |   - |1000 |3466 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1629.53/1629.82	c  1630s|101800 |  3861 |  6921k|  68.0 |  58M|  99 |  98 |1000 |3465 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1630.83/1631.16	c  1631s|101900 |  3857 |  6927k|  68.0 |  58M|  99 |   - |1000 |3456 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1632.04/1632.40	c  1632s|102000 |  3851 |  6934k|  68.0 |  58M|  99 |   - |1000 |3446 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1633.42/1633.73	c  1634s|102100 |  3845 |  6940k|  68.0 |  58M|  99 | 109 |1000 |3432 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1635.73/1636.05	c  1636s|102200 |  3878 |  6946k|  67.9 |  58M|  99 | 156 |1000 |3400 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1636.54/1636.88	c  1637s|102300 |  3902 |  6951k|  67.9 |  58M|  99 | 100 |1000 |3408 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1637.43/1637.73	c  1638s|102400 |  3893 |  6956k|  67.9 |  58M|  99 |   - |1000 |3414 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1638.53/1638.85	c  1639s|102500 |  3891 |  6962k|  67.9 |  58M|  99 |  99 |1000 |3421 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1639.83/1640.18	c  1640s|102600 |  3883 |  6968k|  67.9 |  58M|  99 | 132 |1000 |3416 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1641.23/1641.57	c  1642s|102700 |  3917 |  6975k|  67.9 |  58M|  99 |  98 |1000 |3421 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1642.43/1642.76	c  1643s|102800 |  3924 |  6981k|  67.9 |  58M|  99 | 109 |1000 |3424 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1644.23/1644.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1644.23/1644.52	c  1645s|102900 |  3904 |  6989k|  67.9 |  58M|  99 | 102 |1000 |3430 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1645.34/1645.66	c  1646s|103000 |  3932 |  6996k|  67.9 |  58M|  99 | 112 |1000 |3429 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1646.62/1646.95	c  1647s|103100 |  3936 |  7002k|  67.9 |  58M|  99 | 103 |1000 |3441 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1647.53/1647.85	c  1648s|103200 |  3942 |  7007k|  67.9 |  58M|  99 |   - |1000 |3439 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1649.02/1649.39	c  1649s|103300 |  3929 |  7015k|  67.9 |  58M|  99 |  94 |1000 |3424 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1650.33/1650.68	c  1651s|103400 |  3936 |  7022k|  67.9 |  58M|  99 |   - |1000 |3439 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1651.73/1652.06	c  1652s|103500 |  3937 |  7029k|  67.9 |  58M|  99 |   - |1000 |3442 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1652.94/1653.29	c  1653s|103600 |  3941 |  7035k|  67.9 |  58M|  99 |  98 |1000 |3439 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1654.33/1654.63	c  1655s|103700 |  3947 |  7041k|  67.9 |  58M|  99 |   - |1000 |3445 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1655.62/1655.92	c  1656s|103800 |  3933 |  7048k|  67.9 |  58M|  99 |   - |1000 |3441 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1656.93/1657.28	c  1657s|103900 |  3960 |  7054k|  67.9 |  58M|  99 | 102 |1000 |3433 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1658.33/1658.70	c  1659s|104000 |  3968 |  7061k|  67.9 |  58M|  99 | 116 |1000 |3443 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1659.53/1659.90	c  1660s|104100 |  3985 |  7067k|  67.9 |  58M|  99 |   - |1000 |3453 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1661.12/1661.44	c  1661s|104200 |  3972 |  7074k|  67.9 |  58M|  99 |   - |1000 |3455 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1662.42/1662.79	c  1663s|104300 |  3982 |  7081k|  67.9 |  58M|  99 |   - |1000 |3449 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1663.52/1663.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1663.52/1663.80	c  1664s|104400 |  3996 |  7086k|  67.9 |  58M|  99 |   - |1000 |3446 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1664.62/1664.96	c  1665s|104500 |  4008 |  7091k|  67.8 |  58M|  99 | 122 |1000 |3440 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1666.73/1667.00	c  1667s|104600 |  4018 |  7102k|  67.9 |  58M|  99 |   - |1000 |3444 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1667.92/1668.25	c  1668s|104700 |  4000 |  7108k|  67.9 |  58M|  99 |  90 |1000 |3421 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1668.72/1669.01	c  1669s|104800 |  3998 |  7112k|  67.8 |  58M|  99 |  99 |1000 |3422 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1669.63/1669.90	c  1670s|104900 |  3992 |  7117k|  67.8 |  58M|  99 |   - |1000 |3422 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1670.92/1671.28	c  1671s|105000 |  3979 |  7124k|  67.8 |  58M|  99 |   - |1000 |3420 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1672.42/1672.78	c  1673s|105100 |  4000 |  7131k|  67.8 |  58M|  99 |   - |1000 |3420 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1673.83/1674.15	c  1674s|105200 |  4009 |  7137k|  67.8 |  58M|  99 | 117 |1000 |3432 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1674.93/1675.28	c  1675s|105300 |  4027 |  7143k|  67.8 |  58M|  99 | 102 |1000 |3431 |1000 |1791 | 289 |  11k|  17k| 0.000000e+00 |      --      |    Inf 
1676.22/1676.51	c  1677s|105400 |  4018 |  7148k|  67.8 |  58M|  99 | 108 |1000 |3425 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1677.53/1677.87	c  1678s|105500 |  4018 |  7155k|  67.8 |  58M|  99 | 120 |1000 |3424 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1678.72/1679.06	c  1679s|105600 |  4040 |  7161k|  67.8 |  58M|  99 | 110 |1000 |3420 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1680.02/1680.32	c  1680s|105700 |  4048 |  7167k|  67.8 |  58M|  99 |   - |1000 |3417 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1681.02/1681.35	c  1681s|105800 |  4051 |  7172k|  67.8 |  58M|  99 |  93 |1000 |3422 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1682.52/1682.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1682.52/1682.81	c  1683s|105900 |  4044 |  7179k|  67.8 |  58M|  99 | 102 |1000 |3399 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1683.72/1684.05	c  1684s|106000 |  4046 |  7185k|  67.8 |  58M|  99 | 114 |1000 |3408 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1685.12/1685.48	c  1685s|106100 |  4056 |  7192k|  67.8 |  58M|  99 | 102 |1000 |3390 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1686.32/1686.68	c  1687s|106200 |  4071 |  7199k|  67.8 |  58M|  99 | 110 |1000 |3393 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1687.72/1688.09	c  1688s|106300 |  4066 |  7206k|  67.8 |  58M|  99 |   - |1000 |3400 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1689.43/1689.79	c  1690s|106400 |  4053 |  7214k|  67.8 |  58M|  99 | 103 |1000 |3398 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1691.02/1691.32	c  1691s|106500 |  4032 |  7222k|  67.8 |  58M|  99 |   - |1000 |3401 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1692.12/1692.43	c  1692s|106600 |  4037 |  7228k|  67.8 |  58M|  99 |  90 |1000 |3399 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1693.52/1693.88	c  1694s|106700 |  4003 |  7234k|  67.8 |  58M|  99 |   - |1000 |3394 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1694.62/1694.93	c  1695s|106800 |  4031 |  7240k|  67.8 |  58M|  99 | 112 |1000 |3392 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1695.72/1696.07	c  1696s|106900 |  4041 |  7245k|  67.8 |  58M|  99 |  95 |1000 |3410 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1697.03/1697.38	c  1697s|107000 |  4035 |  7251k|  67.8 |  58M|  99 |  96 |1000 |3414 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1697.92/1698.21	c  1698s|107100 |  4035 |  7256k|  67.7 |  58M|  99 |   - |1000 |3424 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1699.32/1699.69	c  1700s|107200 |  4027 |  7262k|  67.7 |  58M|  99 | 101 |1000 |3426 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1700.52/1700.81	c  1701s|107300 |  4052 |  7269k|  67.7 |  58M|  99 | 114 |1000 |3423 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1702.02/1702.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1702.02/1702.34	c  1702s|107400 |  4053 |  7277k|  67.7 |  58M|  99 | 111 |1000 |3420 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1703.32/1703.68	c  1704s|107500 |  4051 |  7284k|  67.7 |  58M|  99 |   - |1000 |3430 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1704.82/1705.10	c  1705s|107600 |  4071 |  7290k|  67.7 |  58M|  99 | 101 |1000 |3431 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1706.12/1706.44	c  1706s|107700 |  4059 |  7297k|  67.7 |  58M|  99 |   - |1000 |3426 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1707.52/1707.85	c  1708s|107800 |  4041 |  7304k|  67.7 |  58M|  99 |   - |1000 |3428 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1708.72/1709.04	c  1709s|107900 |  4057 |  7310k|  67.7 |  58M|  99 |  95 |1000 |3435 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1709.92/1710.22	c  1710s|108000 |  4048 |  7316k|  67.7 |  58M|  99 |   - |1000 |3444 |1000 |1791 | 289 |  12k|  17k| 0.000000e+00 |      --      |    Inf 
1711.11/1711.50	c  1711s|108100 |  4050 |  7323k|  67.7 |  58M|  99 | 101 |1000 |3447 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1712.01/1712.34	c  1712s|108200 |  4056 |  7327k|  67.7 |  58M|  99 |   - |1000 |3451 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1713.22/1713.56	c  1714s|108300 |  4051 |  7333k|  67.7 |  58M|  99 |   - |1000 |3453 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1714.92/1715.22	c  1715s|108400 |  4073 |  7341k|  67.7 |  58M|  99 | 105 |1000 |3455 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1716.02/1716.39	c  1716s|108500 |  4078 |  7347k|  67.7 |  58M|  99 |   - |1000 |3456 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1717.22/1717.51	c  1718s|108600 |  4064 |  7352k|  67.7 |  58M|  99 | 103 |1000 |3460 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1718.42/1718.79	c  1719s|108700 |  4062 |  7359k|  67.7 |  58M|  99 |   - |1000 |3463 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1720.12/1720.42	c  1720s|108800 |  4061 |  7367k|  67.7 |  58M|  99 | 107 |1000 |3438 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1721.42/1721.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1721.42/1721.73	c  1722s|108900 |  4090 |  7374k|  67.7 |  58M|  99 |   - |1000 |3437 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1722.81/1723.17	c  1723s|109000 |  4115 |  7382k|  67.7 |  58M|  99 | 106 |1000 |3443 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1723.81/1724.18	c  1724s|109100 |  4128 |  7386k|  67.7 |  59M|  99 |   - |1000 |3448 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1725.12/1725.40	c  1725s|109200 |  4109 |  7392k|  67.7 |  59M|  99 |   - |1000 |3469 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1726.82/1727.14	c  1727s|109300 |  4115 |  7400k|  67.7 |  59M|  99 |   - |1000 |3465 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1728.61/1728.90	c  1729s|109400 |  4091 |  7408k|  67.7 |  58M|  99 | 115 |1000 |3448 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1729.82/1730.18	c  1730s|109500 |  4115 |  7415k|  67.7 |  59M|  99 |   - |1000 |3459 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1731.21/1731.51	c  1732s|109600 |  4118 |  7422k|  67.7 |  59M|  99 | 110 |1000 |3472 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1732.71/1733.02	c  1733s|109700 |  4096 |  7430k|  67.7 |  59M|  99 |   - |1000 |3487 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1734.11/1734.48	c  1734s|109800 |  4092 |  7436k|  67.7 |  59M|  99 |   - |1000 |3480 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1735.01/1735.33	c  1735s|109900 |  4100 |  7440k|  67.7 |  59M|  99 |   - |1000 |3479 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1735.91/1736.21	c  1736s|110000 |  4090 |  7444k|  67.7 |  59M|  99 | 104 |1000 |3481 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1736.71/1737.04	c  1737s|110100 |  4092 |  7448k|  67.6 |  59M|  99 | 107 |1000 |3482 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1738.12/1738.43	c  1738s|110200 |  4096 |  7455k|  67.6 |  59M|  99 |   - |1000 |3481 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1739.41/1739.76	c  1740s|110300 |  4108 |  7462k|  67.6 |  59M|  99 | 102 |1000 |3476 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1740.52/1740.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1740.52/1740.83	c  1741s|110400 |  4097 |  7467k|  67.6 |  59M|  99 |  96 |1000 |3483 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1741.61/1741.95	c  1742s|110500 |  4093 |  7473k|  67.6 |  59M|  99 |   - |1000 |3487 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1743.02/1743.33	c  1743s|110600 |  4107 |  7480k|  67.6 |  59M|  99 |  92 |1000 |3484 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1744.91/1745.25	c  1745s|110700 |  4082 |  7489k|  67.6 |  59M|  99 | 116 |1000 |3480 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1746.21/1746.51	c  1747s|110800 |  4099 |  7495k|  67.6 |  59M|  99 | 110 |1000 |3486 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1747.41/1747.71	c  1748s|110900 |  4127 |  7501k|  67.6 |  59M|  99 | 105 |1000 |3487 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1748.41/1748.79	c  1749s|111000 |  4149 |  7508k|  67.6 |  59M|  99 |   - |1000 |3495 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1749.61/1749.90	c  1750s|111100 |  4133 |  7514k|  67.6 |  59M|  99 | 106 |1000 |3507 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1751.21/1751.50	c  1752s|111200 |  4128 |  7521k|  67.6 |  59M|  99 |   - |1000 |3489 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1752.61/1752.94	c  1753s|111300 |  4149 |  7528k|  67.6 |  59M|  99 |  92 |1000 |3485 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1753.71/1754.05	c  1754s|111400 |  4148 |  7534k|  67.6 |  59M|  99 |   - |1000 |3496 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1754.81/1755.13	c  1755s|111500 |  4138 |  7540k|  67.6 |  59M|  99 | 112 |1000 |3502 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1756.01/1756.33	c  1756s|111600 |  4146 |  7547k|  67.6 |  59M|  99 |   - |1000 |3507 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1757.21/1757.59	c  1758s|111700 |  4146 |  7554k|  67.6 |  59M|  99 | 105 |1000 |3519 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1758.31/1758.60	c  1759s|111800 |  4143 |  7560k|  67.6 |  59M|  99 |   - |1000 |3515 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1759.40/1759.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1759.40/1759.75	c  1760s|111900 |  4131 |  7567k|  67.6 |  59M|  99 | 120 |1000 |3514 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1760.41/1760.79	c  1761s|112000 |  4157 |  7573k|  67.6 |  59M|  99 | 111 |1000 |3515 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1761.51/1761.80	c  1762s|112100 |  4167 |  7579k|  67.6 |  59M|  99 | 105 |1000 |3521 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1762.92/1763.24	c  1763s|112200 |  4159 |  7586k|  67.6 |  59M|  99 |   - |1000 |3526 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1764.02/1764.36	c  1764s|112300 |  4161 |  7593k|  67.6 |  59M|  99 |   - |1000 |3534 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1765.31/1765.65	c  1766s|112400 |  4147 |  7600k|  67.6 |  59M|  99 |   - |1000 |3546 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1766.51/1766.83	c  1767s|112500 |  4154 |  7607k|  67.6 |  59M|  99 |   - |1000 |3550 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1767.51/1767.89	c  1768s|112600 |  4145 |  7613k|  67.6 |  59M|  99 |   - |1000 |3561 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1768.71/1769.03	c  1769s|112700 |  4124 |  7619k|  67.6 |  59M|  99 | 124 |1000 |3552 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1769.80/1770.14	c  1770s|112800 |  4150 |  7626k|  67.6 |  59M|  99 |   - |1000 |3530 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1771.01/1771.31	c  1771s|112900 |  4131 |  7633k|  67.6 |  59M|  99 | 120 |1000 |3535 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1772.01/1772.38	c  1772s|113000 |  4134 |  7639k|  67.6 |  59M|  99 |   - |1000 |3522 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1772.82/1773.18	c  1773s|113100 |  4136 |  7644k|  67.6 |  59M|  99 |   - |1000 |3527 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1773.71/1774.04	c  1774s|113200 |  4134 |  7649k|  67.6 |  59M|  99 |   - |1000 |3533 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1774.31/1774.69	c  1775s|113300 |  4127 |  7653k|  67.5 |  59M|  99 |   - |1000 |3532 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1775.60/1775.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.60/1775.98	c  1776s|113400 |  4138 |  7660k|  67.5 |  59M|  99 | 108 |1000 |3542 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1776.70/1777.04	c  1777s|113500 |  4154 |  7666k|  67.5 |  59M|  99 |   - |1000 |3552 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1777.41/1777.80	c  1778s|113600 |  4160 |  7671k|  67.5 |  59M|  99 | 105 |1000 |3558 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1778.41/1778.74	c  1779s|113700 |  4166 |  7676k|  67.5 |  59M|  99 | 105 |1000 |3555 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1779.41/1779.71	c  1780s|113800 |  4159 |  7682k|  67.5 |  59M|  99 |   - |1000 |3558 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1780.30/1780.64	c  1781s|113900 |  4140 |  7687k|  67.5 |  59M|  99 | 105 |1000 |3550 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1781.51/1781.85	c  1782s|114000 |  4127 |  7694k|  67.5 |  59M|  99 |   - |1000 |3548 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1782.72/1783.01	c  1783s|114100 |  4148 |  7700k|  67.5 |  59M|  99 | 115 |1000 |3549 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1783.70/1784.07	c  1784s|114200 |  4125 |  7706k|  67.5 |  59M|  99 |   - |1000 |3555 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1784.91/1785.21	c  1785s|114300 |  4141 |  7712k|  67.5 |  59M|  99 |   - |1000 |3558 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1786.11/1786.45	c  1786s|114400 |  4129 |  7719k|  67.5 |  59M|  99 |   - |1000 |3562 |1000 |1791 | 289 |  12k|  18k| 0.000000e+00 |      --      |    Inf 
1787.31/1787.60	c  1788s|114500 |  4124 |  7726k|  67.5 |  59M|  99 |   - |1000 |3571 |1000 |1791 | 289 |  13k|  18k| 0.000000e+00 |      --      |    Inf 
1788.32/1788.62	c  1789s|114600 |  4120 |  7732k|  67.5 |  59M|  99 |   - |1000 |3573 |1000 |1791 | 289 |  13k|  18k| 0.000000e+00 |      --      |    Inf 
1789.50/1789.87	c  1790s|114700 |  4147 |  7739k|  67.5 |  59M|  99 | 108 |1000 |3580 |1000 |1791 | 289 |  13k|  18k| 0.000000e+00 |      --      |    Inf 
1790.80/1791.15	c  1791s|114800 |  4151 |  7747k|  67.5 |  59M|  99 |   - |1000 |3588 |1000 |1791 | 289 |  13k|  18k| 0.000000e+00 |      --      |    Inf 
1791.61/1791.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1791.61/1791.94	c  1792s|114900 |  4161 |  7752k|  67.5 |  59M|  99 |   - |1000 |3593 |1000 |1791 | 289 |  13k|  18k| 0.000000e+00 |      --      |    Inf 
1792.71/1793.02	c  1793s|115000 |  4140 |  7759k|  67.5 |  59M|  99 | 126 |1000 |3587 |1000 |1791 | 289 |  13k|  18k| 0.000000e+00 |      --      |    Inf 
1793.81/1794.14	c  1794s|115100 |  4138 |  7765k|  67.4 |  59M|  99 | 117 |1000 |3583 |1000 |1791 | 289 |  13k|  18k| 0.000000e+00 |      --      |    Inf 
1794.91/1795.29	c  1795s|115200 |  4156 |  7771k|  67.4 |  59M|  99 |  99 |1000 |3581 |1000 |1791 | 289 |  13k|  18k| 0.000000e+00 |      --      |    Inf 
1796.01/1796.35	c  1796s|115300 |  4152 |  7778k|  67.4 |  59M|  99 |   - |1000 |3593 |1000 |1791 | 289 |  13k|  18k| 0.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 115368
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.34 (included in solving)
1796.70/1797.00	c   reading          :       0.07 (included in solving)
1796.70/1797.00	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3691901-1338037832.opb
1796.70/1797.00	c   Variables        : 16706 (1000 binary, 0 integer, 15706 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 18208 initial, 18208 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3691901-1338037832.opb
1796.70/1797.00	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 1502 initial, 3598 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.03       0.00      15706          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoboolean    :       0.05       0.01          0          0          0          0          0      17706       1000          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0      65989          0          1          0        243      13416          0          0     120984
1796.70/1797.00	c   knapsack         :       1001       1001          5     309291          0          0          0    1405401         24     583944        662          0          0
1796.70/1797.00	c   setppc           :        500        500          5     309267          0          0          0     107996          0      30692          0          0          0
1796.70/1797.00	c   linear           :          1+         4          6     309267          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   logicor          :          0+      2093          0      90706          0          0          0      67593        205      22139          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :     555.40       0.00       0.00       0.00     555.40       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :       8.04       0.00       0.09       6.98       0.00       0.00       0.00       0.97
1796.70/1797.00	c   setppc           :       0.36       0.00       0.00       0.32       0.00       0.00       0.00       0.04
1796.70/1797.00	c   linear           :       0.28       0.00       0.00       0.28       0.00       0.00       0.00       0.00
1796.70/1797.00	c   logicor          :       3.19       0.00       0.00       2.96       0.00       0.00       0.00       0.24
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :      65994          0          0          0
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.09       0.00       0.00       0.09       0.00
1796.70/1797.00	c   pseudoobj        :       0.09       0.00       0.00       0.09       0.00
1796.70/1797.00	c   vbounds          :       0.07       0.00       0.00       0.07       0.00
1796.70/1797.00	c   redcost          :       0.95       0.00       0.00       0.95       0.00
1796.70/1797.00	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       0.01        229        175        543       66.0          1       59.0          -
1796.70/1797.00	c   infeasible LP    :      20.32      54404      10436     387759      123.1         67       55.6          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -      13113       61.2          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       1.42       0.00          5          0          0          0          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       1.43       0.00          5          0          0          0          0
1796.70/1797.00	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   clique           :       0.00       0.00          1          0          0          0          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.23       0.00          1          0          0          0          3
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     555.34       0.00      65989        243      13416          0          0     120984
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.01       0.00          1          0
1796.70/1797.00	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.00	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.00	c   zirounding       :       0.00       0.00          0          0
1796.70/1797.00	c   rounding         :       0.00       0.00          0          0
1796.70/1797.00	c   shifting         :       0.00       0.00          0          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   coefdiving       :       0.00       0.00          0          0
1796.70/1797.00	c   pscostdiving     :       0.00       0.00          0          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   fracdiving       :       0.00       0.00          0          0
1796.70/1797.00	c   veclendiving     :       0.00       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :       0.00       0.00          0          0
1796.70/1797.00	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.00	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       0.00       0.00          0          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.00	c   trysol           :       0.00       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   dual LP          :    1160.60     120398    7781868      64.63    6705.03       0.00          0
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.00	c   strong branching :     552.81      18759    2103176     112.12    3804.51
1796.70/1797.00	c     (at root node) :          -         14       3656     261.14          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :     115368
1796.70/1797.00	c   nodes (total)    :     115368
1796.70/1797.00	c   nodes left       :       4163
1796.70/1797.00	c   max depth        :         99
1796.70/1797.00	c   max depth (total):         99
1796.70/1797.00	c   backtracks       :      39292 (34.1%)
1796.70/1797.00	c   delayed cutoffs  :       1454
1796.70/1797.00	c   repropagations   :      96511 (95074 domain reductions, 2 cutoffs)
1796.70/1797.00	c   avg switch length:      14.33
1796.70/1797.00	c   switching time   :      24.24
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :       2107
1796.70/1797.08	c Time complete: 1796.79.

Verifier Data

ERROR: no interpretation found !

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

running on 4 cores: 1,3,5,7

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.01 2.00 2.00 3/177 3049
/proc/meminfo: memFree=28436916/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=12032 CPUtime=0 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 1780 0 0 0 0 0 0 0 20 0 1 0 269909224 12320768 1735 33554432000 4194304 10219143 140737116665696 140733975020728 8891101 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3049/statm: 3008 1746 398 1471 0 1528 0

[startup+0.0518809 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3049
/proc/meminfo: memFree=28436916/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=29836 CPUtime=0.04 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 6202 0 0 0 4 0 0 0 20 0 1 0 269909224 30552064 6157 33554432000 4194304 10219143 140737116665696 140733975020728 7155587 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3049/statm: 7459 6158 437 1471 0 5979 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29836

[startup+0.10023 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3049
/proc/meminfo: memFree=28436916/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=53688 CPUtime=0.09 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 12134 0 0 0 8 1 0 0 20 0 1 0 269909224 54976512 12090 33554432000 4194304 10219143 140737116665696 140733975020728 7589947 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/3049/statm: 13422 12113 491 1471 0 11942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53688

[startup+0.300236 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3049
/proc/meminfo: memFree=28436916/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=71416 CPUtime=0.29 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 16945 0 0 0 24 5 0 0 20 0 1 0 269909224 73129984 16290 33554432000 4194304 10219143 140737116665696 140733975020728 9008087 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/3049/statm: 17854 16291 579 1471 0 16374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71416

[startup+0.700151 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3049
/proc/meminfo: memFree=28436916/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=109488 CPUtime=0.69 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 26770 0 0 0 63 6 0 0 20 0 1 0 269909224 112115712 25796 33554432000 4194304 10219143 140737116665696 140737116662584 9008087 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/3049/statm: 27372 25796 801 1471 0 25892 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109488

[startup+1.50012 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 3050
/proc/meminfo: memFree=28334484/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1.49 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27407 0 0 0 142 7 0 0 20 0 1 0 269909224 114282496 26406 33554432000 4194304 10219143 140737116665696 140737116658216 9026266 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/3049/statm: 27901 26406 825 1471 0 26421 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111604

[startup+3.1001 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 3050
/proc/meminfo: memFree=28334360/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=3.08 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27533 0 0 0 301 7 0 0 20 0 1 0 269909224 114282496 26481 33554432000 4194304 10219143 140737116665696 140737116658952 9026266 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/3049/statm: 27901 26481 825 1471 0 26421 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 111604

[startup+6.30024 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 3050
/proc/meminfo: memFree=28333400/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=6.29 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27545 0 0 0 621 8 0 0 20 0 1 0 269909224 114282496 26538 33554432000 4194304 10219143 140737116665696 140737116660536 8098912 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/3049/statm: 27901 26538 826 1471 0 26421 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111604

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3050
/proc/meminfo: memFree=28332440/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=12.68 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27799 0 0 0 1260 8 0 0 20 0 1 0 269909224 114282496 26792 33554432000 4194304 10219143 140737116665696 140737116658824 8100277 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/3049/statm: 27901 26792 826 1471 0 26421 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 111604

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3050
/proc/meminfo: memFree=28332572/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=25.48 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27809 0 0 0 2539 9 0 0 20 0 1 0 269909224 114282496 26802 33554432000 4194304 10219143 140737116665696 140737116659144 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26802 827 1471 0 26421 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 111604

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3050
/proc/meminfo: memFree=28332920/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=51.06 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27809 0 0 0 5096 10 0 0 20 0 1 0 269909224 114282496 26808 33554432000 4194304 10219143 140737116665696 140737116658872 8100264 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26808 827 1471 0 26421 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 111604

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3050
/proc/meminfo: memFree=28333112/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=102.27 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27809 0 0 0 10214 13 0 0 20 0 1 0 269909224 114282496 26808 33554432000 4194304 10219143 140737116665696 140737116659144 8098912 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26808 827 1471 0 26421 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 111604

[startup+162.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 3050
/proc/meminfo: memFree=28332988/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=162.25 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27809 0 0 0 16207 18 0 0 20 0 1 0 269909224 114282496 26808 33554432000 4194304 10219143 140737116665696 140737116658952 8099249 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26808 827 1471 0 26421 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 111604

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 3051
/proc/meminfo: memFree=28333116/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=222.25 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27809 0 0 0 22196 29 0 0 20 0 1 0 269909224 114282496 26808 33554432000 4194304 10219143 140737116665696 140737116658408 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26808 827 1471 0 26421 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 111604

[startup+282.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 3051
/proc/meminfo: memFree=28332996/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=282.23 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27814 0 0 0 28155 68 0 0 20 0 1 0 269909224 114282496 26813 33554432000 4194304 10219143 140737116665696 140737116663064 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26813 831 1471 0 26421 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 111604

[startup+342.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 3051
/proc/meminfo: memFree=28332756/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=342.22 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27815 0 0 0 34093 129 0 0 20 0 1 0 269909224 114282496 26814 33554432000 4194304 10219143 140737116665696 140737116658952 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26814 831 1471 0 26421 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 111604

[startup+402.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 3089
/proc/meminfo: memFree=28354348/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=402.22 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27818 0 0 0 40039 183 0 0 20 0 1 0 269909224 114282496 26817 33554432000 4194304 10219143 140737116665696 140737116658952 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26817 831 1471 0 26421 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 111604

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 3089
/proc/meminfo: memFree=28352204/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=462.2 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27818 0 0 0 45989 231 0 0 20 0 1 0 269909224 114282496 26817 33554432000 4194304 10219143 140737116665696 140737116659048 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26817 831 1471 0 26421 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 111604

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 3090
/proc/meminfo: memFree=28352216/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=522.2 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27819 0 0 0 51940 280 0 0 20 0 1 0 269909224 114282496 26818 33554432000 4194304 10219143 140737116665696 140737116659048 8091774 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26818 831 1471 0 26421 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 111604

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 3093
/proc/meminfo: memFree=28352640/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=582.19 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27819 0 0 0 57888 331 0 0 20 0 1 0 269909224 114282496 26818 33554432000 4194304 10219143 140737116665696 140737116658952 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26818 831 1471 0 26421 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 111604

[startup+642.3 s]

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

/proc/meminfo: memFree=28350052/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1122.1 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27826 0 0 0 111429 781 0 0 20 0 1 0 269909224 114282496 26825 33554432000 4194304 10219143 140737116665696 140737116658952 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26825 831 1471 0 26421 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 111604

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3100
/proc/meminfo: memFree=28349644/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1182.1 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27826 0 0 0 117378 832 0 0 20 0 1 0 269909224 114282496 26825 33554432000 4194304 10219143 140737116665696 140737116659240 8091157 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26825 831 1471 0 26421 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 111604

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3100
/proc/meminfo: memFree=28349948/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1242.09 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27826 0 0 0 123330 879 0 0 20 0 1 0 269909224 114282496 26825 33554432000 4194304 10219143 140737116665696 140737116658632 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26825 831 1471 0 26421 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 111604

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3100
/proc/meminfo: memFree=28349968/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1302.09 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27827 0 0 0 129280 929 0 0 20 0 1 0 269909224 114282496 26826 33554432000 4194304 10219143 140737116665696 140737116659336 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26826 831 1471 0 26421 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 111604

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3100
/proc/meminfo: memFree=28350232/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1362.07 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27827 0 0 0 135225 982 0 0 20 0 1 0 269909224 114282496 26826 33554432000 4194304 10219143 140737116665696 140737116658632 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26826 831 1471 0 26421 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 111604

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3101
/proc/meminfo: memFree=28348504/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1422.07 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27827 0 0 0 141175 1032 0 0 20 0 1 0 269909224 114282496 26826 33554432000 4194304 10219143 140737116665696 140737116659000 9008087 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26826 831 1471 0 26421 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 111604

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3101
/proc/meminfo: memFree=28348268/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1482.05 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27827 0 0 0 147124 1081 0 0 20 0 1 0 269909224 114282496 26826 33554432000 4194304 10219143 140737116665696 140737116658952 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26826 831 1471 0 26421 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 111604

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3101
/proc/meminfo: memFree=28347224/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1542.04 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27827 0 0 0 153072 1132 0 0 20 0 1 0 269909224 114282496 26826 33554432000 4194304 10219143 140737116665696 140737116659336 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26826 831 1471 0 26421 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 111604

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3101
/proc/meminfo: memFree=28346748/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1602.03 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27827 0 0 0 159021 1182 0 0 20 0 1 0 269909224 114282496 26826 33554432000 4194304 10219143 140737116665696 140737116658952 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26826 831 1471 0 26421 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 111604

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 3101
/proc/meminfo: memFree=28345896/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1662.03 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27827 0 0 0 164972 1231 0 0 20 0 1 0 269909224 114282496 26826 33554432000 4194304 10219143 140737116665696 140737116659048 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26826 831 1471 0 26421 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 111604

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 3101
/proc/meminfo: memFree=28345304/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1722.02 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27830 0 0 0 170920 1282 0 0 20 0 1 0 269909224 114282496 26829 33554432000 4194304 10219143 140737116665696 140737116659000 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26829 831 1471 0 26421 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 111604

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 3105
/proc/meminfo: memFree=28344036/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1782 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27830 0 0 0 176866 1334 0 0 20 0 1 0 269909224 114282496 26829 33554432000 4194304 10219143 140737116665696 140737116659048 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26829 831 1471 0 26421 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 111604

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3105
/proc/meminfo: memFree=28344176/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1785.21 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27830 0 0 0 177184 1337 0 0 20 0 1 0 269909224 114282496 26829 33554432000 4194304 10219143 140737116665696 140737116658952 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26829 831 1471 0 26421 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 111604

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3105
/proc/meminfo: memFree=28344176/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1791.61 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27830 0 0 0 177821 1340 0 0 20 0 1 0 269909224 114282496 26829 33554432000 4194304 10219143 140737116665696 140737116658952 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26829 831 1471 0 26421 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 111604

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3105
/proc/meminfo: memFree=28343992/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1794.81 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27830 0 0 0 178138 1343 0 0 20 0 1 0 269909224 114282496 26829 33554432000 4194304 10219143 140737116665696 140737116659144 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26829 831 1471 0 26421 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 111604

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3105
/proc/meminfo: memFree=28343992/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1795.6 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27830 0 0 0 178216 1344 0 0 20 0 1 0 269909224 114282496 26829 33554432000 4194304 10219143 140737116665696 140737116662168 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26829 831 1471 0 26421 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 111604

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3105
/proc/meminfo: memFree=28344240/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1796.41 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27830 0 0 0 178296 1345 0 0 20 0 1 0 269909224 114282496 26829 33554432000 4194304 10219143 140737116665696 140737116659336 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26829 831 1471 0 26421 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 111604

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3105
/proc/meminfo: memFree=28344240/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1796.6 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27830 0 0 0 178315 1345 0 0 20 0 1 0 269909224 114282496 26829 33554432000 4194304 10219143 140737116665696 140737116659336 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26829 831 1471 0 26421 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 111604

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3105
/proc/meminfo: memFree=28344240/32873648 swapFree=6852/6852
[pid=3049] ppid=3047 vsize=111604 CPUtime=1796.7 cores=1,3,5,7
/proc/3049/stat : 3049 (scip-2.1.1.4exp) R 3047 3049 1296 0 -1 4202496 27830 0 0 0 178325 1345 0 0 20 0 1 0 269909224 114282496 26829 33554432000 4194304 10219143 140737116665696 140737116659336 9026266 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/3049/statm: 27901 26829 831 1471 0 26421 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 111604

Child status: 0
Real time (s): 1797.09
CPU time (s): 1796.8
CPU user time (s): 1783.34
CPU system time (s): 13.461
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 111604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.34
system time used= 13.461
maximum resident set size= 107328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27835
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= 17
involuntary context switches= 2892

runsolver used 2.67459 second user time and 7.18391 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-26 15:10:32
IDJOB=3691901
IDBENCH=48295
IDSOLVER=2271
FILE ID=node116/3691901-1338037832
RUNJOBID= node116-1338028819-2419
PBS_JOBID= 14624355
Free space on /tmp= 71576 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691901-1338037832/watcher-3691901-1338037832 -o /tmp/evaluation-result-3691901-1338037832/solver-3691901-1338037832 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691901-1338037832.opb -t 1800 -m 15500

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=1322821570

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:       32873648 kB
MemFree:        28437180 kB
Buffers:          250488 kB
Cached:          3332004 kB
SwapCached:            0 kB
Active:           771844 kB
Inactive:        2896740 kB
Active(anon):      88424 kB
Inactive(anon):        0 kB
Active(file):     683420 kB
Inactive(file):  2896740 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13944 kB
Writeback:             0 kB
AnonPages:         92440 kB
Mapped:            16992 kB
Shmem:               200 kB
Slab:             631132 kB
SReclaimable:      75668 kB
SUnreclaim:       555464 kB
KernelStack:        1480 kB
PageTables:         3876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     199304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71564 MiB
End job on node116 at 2012-05-26 15:40:29