Trace number 3691899

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.79 1797.07

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
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)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

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-3691899-1338038185.opb>
0.00/0.07	c original problem has 16722 variables (1000 bin, 0 int, 15722 impl, 0 cont) and 18224 constraints
0.00/0.07	c problem read in 0.07
0.00/0.07	c No objective function, only one solution is needed.
0.00/0.07	c presolving settings loaded
0.09/0.15	c presolving:
0.29/0.36	c (round 1) 0 del vars, 17722 del conss, 1000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 501 upgd conss, 63888 impls, 999 clqs
0.39/0.43	c (round 2) 15722 del vars, 17722 del conss, 1000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 63888 impls, 0 clqs
0.39/0.47	c presolving (3 rounds):
0.39/0.47	c  15722 deleted vars, 17722 deleted constraints, 1000 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.47	c  63888 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 |   362 |     - |  44M|   0 | 197 |1000 |1502 |1000 |1502 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.22	c   1.2s|     1 |     0 |   888 |     - |  45M|   0 | 501 |1000 |1526 |1000 |1580 |  78 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.51	c   2.5s|     1 |     0 |  1785 |     - |  45M|   0 | 661 |1000 |1526 |1000 |1679 | 177 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.59/3.61	c   3.6s|     1 |     0 |  1924 |     - |  45M|   0 | 729 |1000 |1526 |1000 |1771 | 269 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
4.89/4.95	c   5.0s|     1 |     0 |  2092 |     - |  45M|   0 | 780 |1000 |1526 |1000 |1826 | 324 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
6.19/6.29	c   6.3s|     1 |     0 |  2101 |     - |  45M|   0 | 784 |1000 |1526 |1000 |1829 | 327 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
24.79/24.82	c  24.8s|     1 |     2 |  2101 |     - |  45M|   0 | 784 |1000 |1526 |1000 |1829 | 327 |   0 |  14 | 0.000000e+00 |      --      |    Inf 
238.85/238.96	c   239s|   100 |    55 | 16242 | 142.8 |  45M|  77 |   - |1000 |1640 |1000 |1829 | 327 | 114 | 408 | 0.000000e+00 |      --      |    Inf 
240.24/240.39	c   240s|   200 |    59 | 22934 | 104.7 |  45M| 101 |   - |1000 |1647 |1000 |1829 | 327 | 121 | 424 | 0.000000e+00 |      --      |    Inf 
262.03/262.18	c   262s|   300 |   107 | 34934 | 109.8 |  45M| 101 | 119 |1000 |1668 |1000 |1829 | 327 | 142 | 460 | 0.000000e+00 |      --      |    Inf 
264.14/264.20	c   264s|   400 |   141 | 43105 | 102.8 |  45M| 101 | 120 |1000 |1705 |1000 |1829 | 327 | 179 | 487 | 0.000000e+00 |      --      |    Inf 
265.74/265.85	c   266s|   500 |   149 | 51343 |  98.7 |  45M| 101 | 104 |1000 |1714 |1000 |1829 | 327 | 188 | 506 | 0.000000e+00 |      --      |    Inf 
268.04/268.11	c   268s|   600 |   167 | 60104 |  96.8 |  45M| 101 | 106 |1000 |1730 |1000 |1829 | 327 | 204 | 541 | 0.000000e+00 |      --      |    Inf 
269.74/269.83	c   270s|   700 |   173 | 68127 |  94.5 |  46M| 101 |   - |1000 |1741 |1000 |1829 | 327 | 215 | 561 | 0.000000e+00 |      --      |    Inf 
271.65/271.77	c   272s|   800 |   213 | 76581 |  93.2 |  46M| 101 |   - |1000 |1756 |1000 |1829 | 327 | 230 | 590 | 0.000000e+00 |      --      |    Inf 
273.43/273.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
273.43/273.53	c   274s|   900 |   222 | 84495 |  91.7 |  46M| 101 | 105 |1000 |1760 |1000 |1829 | 327 | 234 | 620 | 0.000000e+00 |      --      |    Inf 
274.94/275.04	c   275s|  1000 |   237 | 91038 |  89.0 |  46M| 101 |   - |1000 |1763 |1000 |1829 | 327 | 237 | 639 | 0.000000e+00 |      --      |    Inf 
276.84/276.97	c   277s|  1100 |   263 | 99047 |  88.2 |  46M| 101 |   - |1000 |1768 |1000 |1829 | 327 | 242 | 668 | 0.000000e+00 |      --      |    Inf 
278.54/278.65	c   279s|  1200 |   270 |106089 |  86.7 |  46M| 101 |  99 |1000 |1772 |1000 |1829 | 327 | 246 | 696 | 0.000000e+00 |      --      |    Inf 
280.63/280.72	c   281s|  1300 |   302 |114171 |  86.3 |  46M| 101 |   - |1000 |1785 |1000 |1829 | 327 | 259 | 723 | 0.000000e+00 |      --      |    Inf 
282.55/282.63	c   283s|  1400 |   325 |123452 |  86.7 |  46M| 101 |   - |1000 |1805 |1000 |1829 | 327 | 280 | 744 | 0.000000e+00 |      --      |    Inf 
284.74/284.81	c   285s|  1500 |   320 |132949 |  87.3 |  46M| 101 | 115 |1000 |1809 |1000 |1829 | 327 | 284 | 773 | 0.000000e+00 |      --      |    Inf 
286.94/287.10	c   287s|  1600 |   338 |143117 |  88.2 |  46M| 101 |   - |1000 |1809 |1000 |1829 | 327 | 284 | 806 | 0.000000e+00 |      --      |    Inf 
289.24/289.32	c   289s|  1700 |   371 |152509 |  88.5 |  46M| 101 |   - |1000 |1824 |1000 |1829 | 327 | 299 | 828 | 0.000000e+00 |      --      |    Inf 
291.54/291.65	c   292s|  1800 |   385 |162649 |  89.2 |  46M| 101 |   - |1000 |1831 |1000 |1829 | 327 | 306 | 858 | 0.000000e+00 |      --      |    Inf 
293.64/293.74	c   294s|  1900 |   383 |171804 |  89.4 |  46M| 101 |   - |1000 |1842 |1000 |1829 | 327 | 317 | 896 | 0.000000e+00 |      --      |    Inf 
295.33/295.40	c   295s|  2000 |   379 |179129 |  88.6 |  46M| 101 |   - |1000 |1847 |1000 |1829 | 327 | 322 | 922 | 0.000000e+00 |      --      |    Inf 
297.53/297.65	c   298s|  2100 |   389 |188624 |  88.9 |  46M| 101 |   - |1000 |1854 |1000 |1829 | 327 | 329 | 958 | 0.000000e+00 |      --      |    Inf 
299.43/299.55	c   300s|  2200 |   384 |197345 |  88.8 |  46M| 101 |   - |1000 |1856 |1000 |1829 | 327 | 331 | 988 | 0.000000e+00 |      --      |    Inf 
302.04/302.12	c   302s|  2300 |   396 |207428 |  89.3 |  46M| 101 |   - |1000 |1868 |1000 |1829 | 327 | 343 |1020 | 0.000000e+00 |      --      |    Inf 
303.83/303.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.83/303.91	c   304s|  2400 |   388 |215796 |  89.1 |  46M| 101 | 103 |1000 |1872 |1000 |1829 | 327 | 347 |1045 | 0.000000e+00 |      --      |    Inf 
306.03/306.12	c   306s|  2500 |   365 |225186 |  89.3 |  46M| 101 |   - |1000 |1886 |1000 |1829 | 327 | 361 |1082 | 0.000000e+00 |      --      |    Inf 
308.23/308.31	c   308s|  2600 |   373 |234417 |  89.4 |  46M| 101 |   - |1000 |1905 |1000 |1829 | 327 | 381 |1107 | 0.000000e+00 |      --      |    Inf 
309.93/310.05	c   310s|  2700 |   378 |241390 |  88.7 |  46M| 101 | 114 |1000 |1911 |1000 |1829 | 327 | 387 |1138 | 0.000000e+00 |      --      |    Inf 
312.13/312.29	c   312s|  2800 |   380 |251479 |  89.1 |  46M| 101 | 103 |1000 |1929 |1000 |1829 | 327 | 406 |1165 | 0.000000e+00 |      --      |    Inf 
313.94/314.09	c   314s|  2900 |   389 |259500 |  88.8 |  46M| 101 |   - |1000 |1936 |1000 |1829 | 327 | 414 |1192 | 0.000000e+00 |      --      |    Inf 
316.13/316.27	c   316s|  3000 |   376 |268661 |  88.9 |  46M| 101 | 100 |1000 |1943 |1000 |1829 | 327 | 421 |1224 | 0.000000e+00 |      --      |    Inf 
318.23/318.31	c   318s|  3100 |   383 |277447 |  88.8 |  46M| 101 | 126 |1000 |1955 |1000 |1829 | 327 | 433 |1263 | 0.000000e+00 |      --      |    Inf 
320.03/320.12	c   320s|  3200 |   375 |284924 |  88.4 |  46M| 101 | 105 |1000 |1959 |1000 |1829 | 327 | 439 |1291 | 0.000000e+00 |      --      |    Inf 
321.73/321.89	c   322s|  3300 |   369 |293098 |  88.2 |  46M| 101 | 118 |1000 |1976 |1000 |1829 | 327 | 457 |1317 | 0.000000e+00 |      --      |    Inf 
323.72/323.89	c   324s|  3400 |   379 |301920 |  88.2 |  46M| 101 | 109 |1000 |1979 |1000 |1829 | 327 | 464 |1348 | 0.000000e+00 |      --      |    Inf 
325.54/325.64	c   326s|  3500 |   360 |309414 |  87.8 |  46M| 101 |   - |1000 |1982 |1000 |1829 | 327 | 469 |1375 | 0.000000e+00 |      --      |    Inf 
327.23/327.32	c   327s|  3600 |   356 |316272 |  87.3 |  46M| 101 | 107 |1000 |1983 |1000 |1829 | 327 | 475 |1401 | 0.000000e+00 |      --      |    Inf 
328.84/328.96	c   329s|  3700 |   380 |323547 |  86.9 |  46M| 101 |   - |1000 |1994 |1000 |1829 | 327 | 491 |1420 | 0.000000e+00 |      --      |    Inf 
331.13/331.25	c   331s|  3800 |   362 |333138 |  87.1 |  46M| 101 | 101 |1000 |1999 |1000 |1829 | 327 | 498 |1456 | 0.000000e+00 |      --      |    Inf 
333.33/333.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.33/333.41	c   333s|  3900 |   351 |343009 |  87.4 |  46M| 101 | 103 |1000 |2008 |1000 |1829 | 327 | 507 |1484 | 0.000000e+00 |      --      |    Inf 
335.53/335.63	c   336s|  4000 |   362 |351431 |  87.4 |  46M| 101 | 108 |1000 |2016 |1000 |1829 | 327 | 515 |1517 | 0.000000e+00 |      --      |    Inf 
337.43/337.56	c   338s|  4100 |   361 |359972 |  87.3 |  46M| 101 |   - |1000 |2025 |1000 |1829 | 327 | 527 |1540 | 0.000000e+00 |      --      |    Inf 
339.13/339.27	c   339s|  4200 |   397 |367011 |  86.9 |  46M| 101 | 117 |1000 |2039 |1000 |1829 | 327 | 543 |1568 | 0.000000e+00 |      --      |    Inf 
340.93/341.08	c   341s|  4300 |   401 |374265 |  86.6 |  46M| 101 | 115 |1000 |2046 |1000 |1829 | 327 | 552 |1601 | 0.000000e+00 |      --      |    Inf 
342.62/342.70	c   343s|  4400 |   403 |381349 |  86.2 |  46M| 101 |   - |1000 |2047 |1000 |1829 | 327 | 558 |1635 | 0.000000e+00 |      --      |    Inf 
344.02/344.15	c   344s|  4500 |   401 |387012 |  85.6 |  46M| 101 |   - |1000 |2058 |1000 |1829 | 327 | 571 |1664 | 0.000000e+00 |      --      |    Inf 
345.62/345.70	c   346s|  4600 |   419 |393591 |  85.1 |  47M| 101 | 108 |1000 |2057 |1000 |1829 | 327 | 577 |1691 | 0.000000e+00 |      --      |    Inf 
347.12/347.24	c   347s|  4700 |   408 |399544 |  84.6 |  47M| 101 | 123 |1000 |2063 |1000 |1829 | 327 | 586 |1722 | 0.000000e+00 |      --      |    Inf 
348.53/348.66	c   349s|  4800 |   397 |405755 |  84.1 |  46M| 101 |  98 |1000 |2065 |1000 |1829 | 327 | 594 |1753 | 0.000000e+00 |      --      |    Inf 
349.92/350.08	c   350s|  4900 |   401 |411689 |  83.6 |  46M| 101 |   - |1000 |2066 |1000 |1829 | 327 | 597 |1779 | 0.000000e+00 |      --      |    Inf 
351.63/351.79	c   352s|  5000 |   412 |418235 |  83.2 |  47M| 101 |  97 |1000 |2081 |1000 |1829 | 327 | 618 |1807 | 0.000000e+00 |      --      |    Inf 
352.93/353.05	c   353s|  5100 |   426 |423453 |  82.6 |  47M| 101 | 107 |1000 |2082 |1000 |1829 | 327 | 620 |1827 | 0.000000e+00 |      --      |    Inf 
353.93/354.01	c   354s|  5200 |   424 |427312 |  81.8 |  47M| 101 |   - |1000 |2083 |1000 |1829 | 327 | 621 |1852 | 0.000000e+00 |      --      |    Inf 
355.23/355.36	c   355s|  5300 |   424 |433173 |  81.3 |  47M| 101 |   - |1000 |2082 |1000 |1829 | 327 | 624 |1872 | 0.000000e+00 |      --      |    Inf 
357.12/357.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.12/357.25	c   357s|  5400 |   421 |441002 |  81.3 |  47M| 101 |   - |1000 |2091 |1000 |1829 | 327 | 641 |1909 | 0.000000e+00 |      --      |    Inf 
358.73/358.88	c   359s|  5500 |   417 |447815 |  81.1 |  47M| 101 | 103 |1000 |2091 |1000 |1829 | 327 | 644 |1938 | 0.000000e+00 |      --      |    Inf 
360.73/360.89	c   361s|  5600 |   426 |454911 |  80.9 |  47M| 101 | 169 |1000 |2102 |1000 |1829 | 327 | 662 |1979 | 0.000000e+00 |      --      |    Inf 
362.62/362.70	c   363s|  5700 |   440 |462664 |  80.8 |  47M| 101 |  97 |1000 |2120 |1000 |1829 | 327 | 686 |2003 | 0.000000e+00 |      --      |    Inf 
364.12/364.29	c   364s|  5800 |   430 |468578 |  80.4 |  47M| 101 | 185 |1000 |2123 |1000 |1829 | 327 | 702 |2033 | 0.000000e+00 |      --      |    Inf 
365.92/366.02	c   366s|  5900 |   464 |476159 |  80.4 |  47M| 101 | 110 |1000 |2160 |1000 |1829 | 327 | 743 |2051 | 0.000000e+00 |      --      |    Inf 
368.33/368.45	c   368s|  6000 |   470 |486026 |  80.7 |  47M| 101 | 108 |1000 |2166 |1000 |1829 | 327 | 758 |2090 | 0.000000e+00 |      --      |    Inf 
370.42/370.54	c   371s|  6100 |   502 |494052 |  80.7 |  47M| 101 | 112 |1000 |2160 |1000 |1829 | 327 | 763 |2127 | 0.000000e+00 |      --      |    Inf 
371.73/371.87	c   372s|  6200 |   518 |499358 |  80.2 |  47M| 101 |  87 |1000 |2166 |1000 |1829 | 327 | 778 |2151 | 0.000000e+00 |      --      |    Inf 
373.32/373.40	c   373s|  6300 |   518 |505793 |  80.0 |  47M| 101 | 105 |1000 |2164 |1000 |1829 | 327 | 784 |2182 | 0.000000e+00 |      --      |    Inf 
374.62/374.73	c   375s|  6400 |   516 |512233 |  79.7 |  47M| 101 |   - |1000 |2168 |1000 |1829 | 327 | 788 |2200 | 0.000000e+00 |      --      |    Inf 
376.22/376.33	c   376s|  6500 |   535 |518715 |  79.5 |  47M| 101 |   - |1000 |2166 |1000 |1829 | 327 | 792 |2235 | 0.000000e+00 |      --      |    Inf 
377.52/377.64	c   378s|  6600 |   535 |524292 |  79.1 |  47M| 101 |   - |1000 |2165 |1000 |1829 | 327 | 793 |2263 | 0.000000e+00 |      --      |    Inf 
378.93/379.02	c   379s|  6700 |   549 |529678 |  78.8 |  47M| 101 | 112 |1000 |2173 |1000 |1829 | 327 | 801 |2291 | 0.000000e+00 |      --      |    Inf 
380.12/380.27	c   380s|  6800 |   541 |534919 |  78.4 |  47M| 101 | 113 |1000 |2178 |1000 |1829 | 327 | 807 |2318 | 0.000000e+00 |      --      |    Inf 
381.92/382.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
381.92/382.07	c   382s|  6900 |   551 |542220 |  78.3 |  47M| 101 |   - |1000 |2170 |1000 |1829 | 327 | 814 |2351 | 0.000000e+00 |      --      |    Inf 
383.62/383.76	c   384s|  7000 |   563 |549637 |  78.2 |  47M| 101 | 101 |1000 |2165 |1000 |1829 | 327 | 816 |2380 | 0.000000e+00 |      --      |    Inf 
385.52/385.68	c   386s|  7100 |   559 |557063 |  78.2 |  47M| 101 | 120 |1000 |2174 |1000 |1829 | 327 | 827 |2410 | 0.000000e+00 |      --      |    Inf 
387.32/387.43	c   387s|  7200 |   585 |564699 |  78.1 |  47M| 101 | 109 |1000 |2174 |1000 |1829 | 327 | 827 |2438 | 0.000000e+00 |      --      |    Inf 
388.62/388.77	c   389s|  7300 |   591 |570680 |  77.9 |  47M| 101 |   - |1000 |2190 |1000 |1829 | 327 | 843 |2458 | 0.000000e+00 |      --      |    Inf 
390.52/390.62	c   391s|  7400 |   586 |578215 |  77.9 |  47M| 101 |   - |1000 |2207 |1000 |1829 | 327 | 863 |2495 | 0.000000e+00 |      --      |    Inf 
391.82/391.99	c   392s|  7500 |   598 |584110 |  77.6 |  47M| 101 | 120 |1000 |2206 |1000 |1829 | 327 | 868 |2520 | 0.000000e+00 |      --      |    Inf 
393.52/393.61	c   394s|  7600 |   596 |589878 |  77.3 |  47M| 101 | 109 |1000 |2203 |1000 |1829 | 327 | 871 |2551 | 0.000000e+00 |      --      |    Inf 
394.72/394.87	c   395s|  7700 |   608 |595520 |  77.1 |  47M| 101 |   - |1000 |2210 |1000 |1829 | 327 | 879 |2569 | 0.000000e+00 |      --      |    Inf 
396.62/396.79	c   397s|  7800 |   623 |602770 |  77.0 |  47M| 101 |   - |1000 |2213 |1000 |1829 | 327 | 890 |2605 | 0.000000e+00 |      --      |    Inf 
398.32/398.47	c   398s|  7900 |   619 |609790 |  76.9 |  47M| 101 | 109 |1000 |2209 |1000 |1829 | 327 | 891 |2641 | 0.000000e+00 |      --      |    Inf 
399.91/400.02	c   400s|  8000 |   631 |615912 |  76.7 |  47M| 101 | 109 |1000 |2208 |1000 |1829 | 327 | 892 |2679 | 0.000000e+00 |      --      |    Inf 
401.92/402.07	c   402s|  8100 |   623 |624446 |  76.8 |  47M| 101 | 112 |1000 |2213 |1000 |1829 | 327 | 904 |2716 | 0.000000e+00 |      --      |    Inf 
404.02/404.11	c   404s|  8200 |   638 |632762 |  76.9 |  47M| 101 | 116 |1000 |2228 |1000 |1829 | 327 | 923 |2742 | 0.000000e+00 |      --      |    Inf 
405.92/406.08	c   406s|  8300 |   658 |640183 |  76.9 |  47M| 101 | 120 |1000 |2224 |1000 |1829 | 327 | 928 |2779 | 0.000000e+00 |      --      |    Inf 
407.72/407.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
407.72/407.80	c   408s|  8400 |   682 |647955 |  76.9 |  47M| 101 |   - |1000 |2225 |1000 |1829 | 327 | 935 |2809 | 0.000000e+00 |      --      |    Inf 
409.42/409.51	c   410s|  8500 |   702 |654703 |  76.8 |  47M| 101 | 129 |1000 |2232 |1000 |1829 | 327 | 950 |2842 | 0.000000e+00 |      --      |    Inf 
411.22/411.36	c   411s|  8600 |   733 |662621 |  76.8 |  47M| 101 |   - |1000 |2236 |1000 |1829 | 327 | 960 |2874 | 0.000000e+00 |      --      |    Inf 
413.81/413.90	c   414s|  8700 |   765 |672991 |  77.1 |  47M| 101 | 114 |1000 |2235 |1000 |1829 | 327 | 976 |2915 | 0.000000e+00 |      --      |    Inf 
415.22/415.39	c   415s|  8800 |   780 |679425 |  77.0 |  47M| 101 |   - |1000 |2237 |1000 |1829 | 327 | 982 |2942 | 0.000000e+00 |      --      |    Inf 
416.82/416.91	c   417s|  8900 |   776 |685417 |  76.8 |  47M| 101 |   - |1000 |2234 |1000 |1829 | 327 | 984 |2981 | 0.000000e+00 |      --      |    Inf 
418.51/418.68	c   419s|  9000 |   789 |692656 |  76.7 |  47M| 101 | 106 |1000 |2249 |1000 |1829 | 327 |1002 |3019 | 0.000000e+00 |      --      |    Inf 
420.12/420.25	c   420s|  9100 |   815 |699048 |  76.6 |  47M| 101 | 104 |1000 |2264 |1000 |1829 | 327 |1017 |3047 | 0.000000e+00 |      --      |    Inf 
421.52/421.62	c   422s|  9200 |   812 |706230 |  76.5 |  47M| 101 | 130 |1000 |2263 |1000 |1829 | 327 |1021 |3063 | 0.000000e+00 |      --      |    Inf 
423.81/423.99	c   424s|  9300 |   845 |715832 |  76.8 |  47M| 101 | 116 |1000 |2289 |1000 |1829 | 327 |1064 |3100 | 0.000000e+00 |      --      |    Inf 
425.11/425.23	c   425s|  9400 |   841 |721498 |  76.5 |  47M| 101 | 118 |1000 |2293 |1000 |1829 | 327 |1071 |3121 | 0.000000e+00 |      --      |    Inf 
426.11/426.29	c   426s|  9500 |   857 |726602 |  76.3 |  48M| 101 |  99 |1000 |2294 |1000 |1829 | 327 |1073 |3136 | 0.000000e+00 |      --      |    Inf 
427.21/427.31	c   427s|  9600 |   871 |732328 |  76.1 |  48M| 101 |   - |1000 |2301 |1000 |1829 | 327 |1082 |3144 | 0.000000e+00 |      --      |    Inf 
428.22/428.30	c   428s|  9700 |   893 |737957 |  75.9 |  48M| 101 |   - |1000 |2299 |1000 |1829 | 327 |1082 |3151 | 0.000000e+00 |      --      |    Inf 
430.02/430.13	c   430s|  9800 |   915 |746792 |  76.0 |  48M| 101 | 124 |1000 |2314 |1000 |1829 | 327 |1109 |3172 | 0.000000e+00 |      --      |    Inf 
431.31/431.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.31/431.40	c   431s|  9900 |   909 |753455 |  75.9 |  48M| 101 | 115 |1000 |2310 |1000 |1829 | 327 |1123 |3190 | 0.000000e+00 |      --      |    Inf 
432.32/432.46	c   432s| 10000 |   933 |760361 |  75.8 |  48M| 101 | 104 |1000 |2311 |1000 |1829 | 327 |1126 |3192 | 0.000000e+00 |      --      |    Inf 
433.81/433.94	c   434s| 10100 |   929 |768234 |  75.9 |  48M| 101 | 126 |1000 |2307 |1000 |1829 | 327 |1136 |3204 | 0.000000e+00 |      --      |    Inf 
435.11/435.23	c   435s| 10200 |   915 |775522 |  75.8 |  48M| 101 |   - |1000 |2323 |1000 |1829 | 327 |1160 |3209 | 0.000000e+00 |      --      |    Inf 
436.31/436.42	c   436s| 10300 |   925 |781588 |  75.7 |  48M| 101 |   - |1000 |2326 |1000 |1829 | 327 |1165 |3224 | 0.000000e+00 |      --      |    Inf 
437.11/437.21	c   437s| 10400 |   923 |785768 |  75.4 |  48M| 101 |   - |1000 |2329 |1000 |1829 | 327 |1170 |3234 | 0.000000e+00 |      --      |    Inf 
438.11/438.21	c   438s| 10500 |   913 |790913 |  75.1 |  48M| 101 | 132 |1000 |2326 |1000 |1829 | 327 |1178 |3248 | 0.000000e+00 |      --      |    Inf 
439.01/439.17	c   439s| 10600 |   933 |796466 |  74.9 |  48M| 101 | 105 |1000 |2327 |1000 |1829 | 327 |1192 |3252 | 0.000000e+00 |      --      |    Inf 
439.71/439.89	c   440s| 10700 |   941 |800878 |  74.7 |  48M| 101 |  96 |1000 |2328 |1000 |1829 | 327 |1195 |3255 | 0.000000e+00 |      --      |    Inf 
440.31/440.49	c   440s| 10800 |   933 |804683 |  74.3 |  48M| 101 | 101 |1000 |2331 |1000 |1829 | 327 |1198 |3255 | 0.000000e+00 |      --      |    Inf 
440.91/441.09	c   441s| 10900 |   939 |808270 |  74.0 |  48M| 101 |  92 |1000 |2335 |1000 |1829 | 327 |1203 |3256 | 0.000000e+00 |      --      |    Inf 
441.51/441.69	c   442s| 11000 |   927 |812021 |  73.6 |  48M| 101 |   - |1000 |2334 |1000 |1829 | 327 |1204 |3256 | 0.000000e+00 |      --      |    Inf 
442.31/442.41	c   442s| 11100 |   933 |816511 |  73.4 |  48M| 101 |   - |1000 |2329 |1000 |1829 | 327 |1205 |3258 | 0.000000e+00 |      --      |    Inf 
443.12/443.22	c   443s| 11200 |   926 |821330 |  73.2 |  48M| 101 |   - |1000 |2331 |1000 |1829 | 327 |1209 |3263 | 0.000000e+00 |      --      |    Inf 
444.42/444.51	c   445s| 11300 |   935 |829169 |  73.2 |  48M| 101 |   - |1000 |2324 |1000 |1829 | 327 |1223 |3268 | 0.000000e+00 |      --      |    Inf 
445.51/445.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
445.51/445.65	c   446s| 11400 |   937 |836398 |  73.2 |  48M| 101 |   - |1000 |2333 |1000 |1829 | 327 |1234 |3271 | 0.000000e+00 |      --      |    Inf 
446.61/446.74	c   447s| 11500 |   939 |843175 |  73.1 |  48M| 101 |   - |1000 |2327 |1000 |1829 | 327 |1238 |3274 | 0.000000e+00 |      --      |    Inf 
448.01/448.10	c   448s| 11600 |   944 |850586 |  73.2 |  48M| 101 |   - |1000 |2333 |1000 |1829 | 327 |1257 |3283 | 0.000000e+00 |      --      |    Inf 
449.31/449.49	c   449s| 11700 |   974 |859152 |  73.3 |  48M| 101 | 115 |1000 |2346 |1000 |1829 | 327 |1275 |3287 | 0.000000e+00 |      --      |    Inf 
451.81/451.98	c   452s| 11800 |  1000 |867837 |  73.4 |  48M| 101 | 149 |1000 |2333 |1000 |1829 | 327 |1283 |3326 | 0.000000e+00 |      --      |    Inf 
453.31/453.42	c   453s| 11900 |  1008 |876703 |  73.5 |  48M| 101 | 104 |1000 |2343 |1000 |1829 | 327 |1310 |3328 | 0.000000e+00 |      --      |    Inf 
454.41/454.59	c   455s| 12000 |  1030 |884137 |  73.5 |  48M| 101 | 114 |1000 |2357 |1000 |1829 | 327 |1329 |3329 | 0.000000e+00 |      --      |    Inf 
455.61/455.78	c   456s| 12100 |  1023 |890832 |  73.5 |  48M| 101 | 108 |1000 |2362 |1000 |1829 | 327 |1335 |3335 | 0.000000e+00 |      --      |    Inf 
457.01/457.14	c   457s| 12200 |  1025 |897281 |  73.4 |  48M| 101 |   - |1000 |2364 |1000 |1829 | 327 |1342 |3354 | 0.000000e+00 |      --      |    Inf 
458.61/458.79	c   459s| 12300 |  1027 |904412 |  73.4 |  48M| 101 | 118 |1000 |2361 |1000 |1829 | 327 |1347 |3379 | 0.000000e+00 |      --      |    Inf 
460.40/460.58	c   461s| 12400 |  1025 |911938 |  73.4 |  48M| 101 | 124 |1000 |2353 |1000 |1829 | 327 |1367 |3411 | 0.000000e+00 |      --      |    Inf 
462.31/462.45	c   462s| 12500 |  1055 |920210 |  73.5 |  48M| 101 | 119 |1000 |2356 |1000 |1829 | 327 |1379 |3443 | 0.000000e+00 |      --      |    Inf 
463.71/463.83	c   464s| 12600 |  1053 |926743 |  73.4 |  48M| 101 |   - |1000 |2354 |1000 |1829 | 327 |1379 |3470 | 0.000000e+00 |      --      |    Inf 
465.51/465.60	c   466s| 12700 |  1053 |934338 |  73.4 |  48M| 101 |   - |1000 |2350 |1000 |1829 | 327 |1386 |3492 | 0.000000e+00 |      --      |    Inf 
466.91/467.01	c   467s| 12800 |  1063 |940699 |  73.3 |  48M| 101 |   - |1000 |2355 |1000 |1829 | 327 |1396 |3514 | 0.000000e+00 |      --      |    Inf 
468.70/468.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
468.70/468.82	c   469s| 12900 |  1043 |948590 |  73.4 |  48M| 101 | 104 |1000 |2374 |1000 |1829 | 327 |1421 |3550 | 0.000000e+00 |      --      |    Inf 
470.01/470.14	c   470s| 13000 |  1027 |954502 |  73.3 |  48M| 101 |   - |1000 |2374 |1000 |1829 | 327 |1428 |3576 | 0.000000e+00 |      --      |    Inf 
471.31/471.48	c   471s| 13100 |  1033 |960361 |  73.2 |  48M| 101 | 113 |1000 |2377 |1000 |1829 | 327 |1437 |3598 | 0.000000e+00 |      --      |    Inf 
473.11/473.29	c   473s| 13200 |  1029 |967952 |  73.2 |  48M| 101 |   - |1000 |2368 |1000 |1829 | 327 |1443 |3638 | 0.000000e+00 |      --      |    Inf 
475.01/475.15	c   475s| 13300 |  1021 |976194 |  73.2 |  48M| 101 |   - |1000 |2376 |1000 |1829 | 327 |1461 |3667 | 0.000000e+00 |      --      |    Inf 
476.71/476.86	c   477s| 13400 |  1021 |984118 |  73.3 |  48M| 101 | 102 |1000 |2387 |1000 |1829 | 327 |1483 |3692 | 0.000000e+00 |      --      |    Inf 
478.61/478.76	c   479s| 13500 |  1033 |991880 |  73.3 |  48M| 101 |  98 |1000 |2382 |1000 |1829 | 327 |1504 |3722 | 0.000000e+00 |      --      |    Inf 
480.01/480.19	c   480s| 13600 |  1049 |998172 |  73.2 |  48M| 101 | 102 |1000 |2386 |1000 |1829 | 327 |1510 |3745 | 0.000000e+00 |      --      |    Inf 
481.61/481.79	c   482s| 13700 |  1076 |  1004k|  73.2 |  48M| 101 | 107 |1000 |2379 |1000 |1829 | 327 |1513 |3771 | 0.000000e+00 |      --      |    Inf 
482.40/482.54	c   483s| 13800 |  1082 |  1008k|  72.9 |  48M| 101 | 107 |1000 |2378 |1000 |1829 | 327 |1513 |3776 | 0.000000e+00 |      --      |    Inf 
484.30/484.41	c   484s| 13900 |  1080 |  1015k|  72.9 |  48M| 101 | 105 |1000 |2380 |1000 |1829 | 327 |1528 |3810 | 0.000000e+00 |      --      |    Inf 
485.10/485.26	c   485s| 14000 |  1087 |  1020k|  72.7 |  48M| 101 |   - |1000 |2372 |1000 |1829 | 327 |1535 |3815 | 0.000000e+00 |      --      |    Inf 
486.40/486.53	c   487s| 14100 |  1097 |  1025k|  72.6 |  48M| 101 | 101 |1000 |2382 |1000 |1829 | 327 |1548 |3844 | 0.000000e+00 |      --      |    Inf 
487.60/487.78	c   488s| 14200 |  1102 |  1031k|  72.5 |  48M| 101 | 110 |1000 |2390 |1000 |1829 | 327 |1556 |3863 | 0.000000e+00 |      --      |    Inf 
489.31/489.46	c   489s| 14300 |  1100 |  1038k|  72.5 |  48M| 101 |   - |1000 |2391 |1000 |1829 | 327 |1561 |3892 | 0.000000e+00 |      --      |    Inf 
491.10/491.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.10/491.22	c   491s| 14400 |  1098 |  1046k|  72.5 |  48M| 101 | 112 |1000 |2391 |1000 |1829 | 327 |1571 |3920 | 0.000000e+00 |      --      |    Inf 
492.50/492.60	c   493s| 14500 |  1118 |  1052k|  72.5 |  48M| 101 | 115 |1000 |2390 |1000 |1829 | 327 |1574 |3936 | 0.000000e+00 |      --      |    Inf 
493.71/493.86	c   494s| 14600 |  1124 |  1058k|  72.4 |  48M| 101 |   - |1000 |2396 |1000 |1829 | 327 |1581 |3954 | 0.000000e+00 |      --      |    Inf 
495.40/495.55	c   496s| 14700 |  1110 |  1066k|  72.4 |  48M| 101 | 113 |1000 |2399 |1000 |1829 | 327 |1586 |3986 | 0.000000e+00 |      --      |    Inf 
497.20/497.36	c   497s| 14800 |  1123 |  1074k|  72.5 |  48M| 101 |  99 |1000 |2399 |1000 |1829 | 327 |1590 |4010 | 0.000000e+00 |      --      |    Inf 
498.60/498.71	c   499s| 14900 |  1144 |  1080k|  72.4 |  48M| 101 |  89 |1000 |2411 |1000 |1829 | 327 |1612 |4030 | 0.000000e+00 |      --      |    Inf 
499.70/499.81	c   500s| 15000 |  1151 |  1085k|  72.2 |  49M| 101 |   - |1000 |2415 |1000 |1829 | 327 |1616 |4060 | 0.000000e+00 |      --      |    Inf 
500.70/500.83	c   501s| 15100 |  1156 |  1090k|  72.1 |  49M| 101 |   - |1000 |2417 |1000 |1829 | 327 |1618 |4073 | 0.000000e+00 |      --      |    Inf 
502.00/502.13	c   502s| 15200 |  1151 |  1095k|  72.0 |  49M| 101 |   - |1000 |2414 |1000 |1829 | 327 |1622 |4103 | 0.000000e+00 |      --      |    Inf 
503.40/503.59	c   504s| 15300 |  1149 |  1102k|  71.9 |  49M| 101 |   - |1000 |2418 |1000 |1829 | 327 |1627 |4136 | 0.000000e+00 |      --      |    Inf 
505.00/505.15	c   505s| 15400 |  1122 |  1109k|  71.9 |  48M| 101 |   - |1000 |2409 |1000 |1829 | 327 |1630 |4160 | 0.000000e+00 |      --      |    Inf 
506.30/506.47	c   506s| 15500 |  1136 |  1115k|  71.8 |  49M| 101 | 111 |1000 |2410 |1000 |1829 | 327 |1638 |4178 | 0.000000e+00 |      --      |    Inf 
507.60/507.72	c   508s| 15600 |  1146 |  1120k|  71.7 |  49M| 101 |   - |1000 |2416 |1000 |1829 | 327 |1644 |4204 | 0.000000e+00 |      --      |    Inf 
508.80/508.95	c   509s| 15700 |  1135 |  1126k|  71.6 |  49M| 101 | 100 |1000 |2419 |1000 |1829 | 327 |1647 |4235 | 0.000000e+00 |      --      |    Inf 
510.61/510.70	c   511s| 15800 |  1133 |  1134k|  71.6 |  49M| 101 | 104 |1000 |2425 |1000 |1829 | 327 |1655 |4267 | 0.000000e+00 |      --      |    Inf 
512.40/512.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
512.40/512.56	c   513s| 15900 |  1140 |  1142k|  71.7 |  49M| 101 |   - |1000 |2408 |1000 |1829 | 327 |1662 |4301 | 0.000000e+00 |      --      |    Inf 
514.10/514.25	c   514s| 16000 |  1132 |  1149k|  71.7 |  49M| 101 | 110 |1000 |2404 |1000 |1829 | 327 |1672 |4332 | 0.000000e+00 |      --      |    Inf 
515.60/515.72	c   516s| 16100 |  1130 |  1156k|  71.7 |  49M| 101 |   - |1000 |2403 |1000 |1829 | 327 |1675 |4359 | 0.000000e+00 |      --      |    Inf 
517.40/517.53	c   518s| 16200 |  1120 |  1164k|  71.8 |  49M| 101 | 118 |1000 |2387 |1000 |1829 | 327 |1684 |4396 | 0.000000e+00 |      --      |    Inf 
519.00/519.19	c   519s| 16300 |  1118 |  1171k|  71.7 |  49M| 101 | 119 |1000 |2378 |1000 |1829 | 327 |1693 |4430 | 0.000000e+00 |      --      |    Inf 
520.60/520.70	c   521s| 16400 |  1134 |  1178k|  71.7 |  49M| 101 |   - |1000 |2371 |1000 |1829 | 327 |1702 |4451 | 0.000000e+00 |      --      |    Inf 
521.80/521.99	c   522s| 16500 |  1130 |  1184k|  71.6 |  49M| 101 |   - |1000 |2370 |1000 |1829 | 327 |1702 |4482 | 0.000000e+00 |      --      |    Inf 
523.00/523.13	c   523s| 16600 |  1142 |  1189k|  71.5 |  49M| 101 | 113 |1000 |2369 |1000 |1829 | 327 |1703 |4503 | 0.000000e+00 |      --      |    Inf 
524.29/524.48	c   524s| 16700 |  1140 |  1195k|  71.5 |  49M| 101 |  92 |1000 |2370 |1000 |1829 | 327 |1704 |4527 | 0.000000e+00 |      --      |    Inf 
525.80/525.99	c   526s| 16800 |  1127 |  1202k|  71.5 |  49M| 101 |   - |1000 |2364 |1000 |1829 | 327 |1711 |4553 | 0.000000e+00 |      --      |    Inf 
527.69/527.90	c   528s| 16900 |  1116 |  1211k|  71.5 |  49M| 101 |   - |1000 |2353 |1000 |1829 | 327 |1715 |4583 | 0.000000e+00 |      --      |    Inf 
529.60/529.71	c   530s| 17000 |  1126 |  1218k|  71.6 |  49M| 101 | 107 |1000 |2352 |1000 |1829 | 327 |1721 |4617 | 0.000000e+00 |      --      |    Inf 
531.20/531.35	c   531s| 17100 |  1134 |  1226k|  71.6 |  49M| 101 |   - |1000 |2342 |1000 |1829 | 327 |1725 |4645 | 0.000000e+00 |      --      |    Inf 
532.80/532.93	c   533s| 17200 |  1143 |  1233k|  71.6 |  49M| 101 |   - |1000 |2331 |1000 |1829 | 327 |1731 |4671 | 0.000000e+00 |      --      |    Inf 
534.30/534.49	c   534s| 17300 |  1140 |  1240k|  71.6 |  49M| 101 | 108 |1000 |2330 |1000 |1829 | 327 |1735 |4702 | 0.000000e+00 |      --      |    Inf 
535.40/535.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
535.40/535.55	c   536s| 17400 |  1140 |  1244k|  71.4 |  49M| 101 | 121 |1000 |2344 |1000 |1829 | 327 |1752 |4726 | 0.000000e+00 |      --      |    Inf 
537.40/537.51	c   538s| 17500 |  1146 |  1253k|  71.5 |  49M| 101 | 114 |1000 |2333 |1000 |1829 | 327 |1756 |4760 | 0.000000e+00 |      --      |    Inf 
538.70/538.81	c   539s| 17600 |  1144 |  1259k|  71.4 |  49M| 101 |   - |1000 |2334 |1000 |1829 | 327 |1763 |4781 | 0.000000e+00 |      --      |    Inf 
540.40/540.56	c   541s| 17700 |  1149 |  1266k|  71.4 |  49M| 101 |   - |1000 |2329 |1000 |1829 | 327 |1772 |4810 | 0.000000e+00 |      --      |    Inf 
542.49/542.61	c   543s| 17800 |  1139 |  1275k|  71.6 |  49M| 101 |   - |1000 |2315 |1000 |1829 | 327 |1776 |4847 | 0.000000e+00 |      --      |    Inf 
544.20/544.40	c   544s| 17900 |  1154 |  1283k|  71.6 |  49M| 101 | 115 |1000 |2325 |1000 |1829 | 327 |1790 |4871 | 0.000000e+00 |      --      |    Inf 
546.60/546.79	c   547s| 18000 |  1179 |  1290k|  71.6 |  49M| 101 |  88 |1000 |2272 |1000 |1829 | 327 |1792 |4912 | 0.000000e+00 |      --      |    Inf 
547.70/547.80	c   548s| 18100 |  1201 |  1296k|  71.5 |  49M| 101 |  95 |1000 |2275 |1000 |1829 | 327 |1795 |4923 | 0.000000e+00 |      --      |    Inf 
549.30/549.47	c   549s| 18200 |  1178 |  1303k|  71.5 |  49M| 101 | 115 |1000 |2270 |1000 |1829 | 327 |1802 |4952 | 0.000000e+00 |      --      |    Inf 
550.90/551.07	c   551s| 18300 |  1202 |  1309k|  71.5 |  49M| 101 | 103 |1000 |2269 |1000 |1829 | 327 |1807 |4977 | 0.000000e+00 |      --      |    Inf 
551.90/552.09	c   552s| 18400 |  1204 |  1314k|  71.4 |  49M| 101 |   - |1000 |2271 |1000 |1829 | 327 |1810 |4996 | 0.000000e+00 |      --      |    Inf 
553.90/554.04	c   554s| 18500 |  1199 |  1322k|  71.4 |  49M| 101 |   - |1000 |2266 |1000 |1829 | 327 |1824 |5038 | 0.000000e+00 |      --      |    Inf 
555.40/555.54	c   556s| 18600 |  1203 |  1329k|  71.4 |  49M| 101 |   - |1000 |2263 |1000 |1829 | 327 |1828 |5070 | 0.000000e+00 |      --      |    Inf 
557.80/557.98	c   558s| 18700 |  1226 |  1339k|  71.5 |  49M| 101 | 115 |1000 |2276 |1000 |1829 | 327 |1855 |5106 | 0.000000e+00 |      --      |    Inf 
559.10/559.20	c   559s| 18800 |  1246 |  1344k|  71.4 |  49M| 101 |   - |1000 |2268 |1000 |1829 | 327 |1859 |5135 | 0.000000e+00 |      --      |    Inf 
559.89/560.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.89/560.05	c   560s| 18900 |  1241 |  1348k|  71.3 |  49M| 101 |   - |1000 |2271 |1000 |1829 | 327 |1862 |5156 | 0.000000e+00 |      --      |    Inf 
561.09/561.22	c   561s| 19000 |  1242 |  1354k|  71.2 |  49M| 101 |  99 |1000 |2272 |1000 |1829 | 327 |1863 |5183 | 0.000000e+00 |      --      |    Inf 
562.69/562.80	c   563s| 19100 |  1239 |  1360k|  71.1 |  49M| 101 | 110 |1000 |2268 |1000 |1829 | 327 |1872 |5220 | 0.000000e+00 |      --      |    Inf 
564.30/564.41	c   564s| 19200 |  1249 |  1367k|  71.1 |  49M| 101 |  91 |1000 |2265 |1000 |1829 | 327 |1891 |5255 | 0.000000e+00 |      --      |    Inf 
565.59/565.75	c   566s| 19300 |  1255 |  1373k|  71.1 |  49M| 101 |   - |1000 |2269 |1000 |1829 | 327 |1896 |5283 | 0.000000e+00 |      --      |    Inf 
566.99/567.16	c   567s| 19400 |  1254 |  1379k|  71.0 |  49M| 101 | 126 |1000 |2265 |1000 |1829 | 327 |1900 |5316 | 0.000000e+00 |      --      |    Inf 
568.69/568.86	c   569s| 19500 |  1254 |  1387k|  71.1 |  49M| 101 | 108 |1000 |2262 |1000 |1829 | 327 |1913 |5343 | 0.000000e+00 |      --      |    Inf 
570.09/570.27	c   570s| 19600 |  1280 |  1394k|  71.1 |  49M| 101 | 100 |1000 |2262 |1000 |1829 | 327 |1918 |5366 | 0.000000e+00 |      --      |    Inf 
571.80/571.96	c   572s| 19700 |  1290 |  1401k|  71.0 |  49M| 101 |   - |1000 |2260 |1000 |1829 | 327 |1931 |5407 | 0.000000e+00 |      --      |    Inf 
573.29/573.45	c   573s| 19800 |  1302 |  1409k|  71.1 |  49M| 101 | 100 |1000 |2269 |1000 |1829 | 327 |1940 |5423 | 0.000000e+00 |      --      |    Inf 
575.10/575.29	c   575s| 19900 |  1312 |  1418k|  71.2 |  49M| 101 | 120 |1000 |2263 |1000 |1829 | 327 |1944 |5454 | 0.000000e+00 |      --      |    Inf 
576.79/576.92	c   577s| 20000 |  1316 |  1426k|  71.2 |  49M| 101 | 122 |1000 |2271 |1000 |1829 | 327 |1959 |5473 | 0.000000e+00 |      --      |    Inf 
578.30/578.41	c   578s| 20100 |  1338 |  1434k|  71.2 |  49M| 101 | 123 |1000 |2257 |1000 |1829 | 327 |1963 |5492 | 0.000000e+00 |      --      |    Inf 
579.50/579.70	c   580s| 20200 |  1350 |  1441k|  71.3 |  49M| 101 | 101 |1000 |2261 |1000 |1829 | 327 |1969 |5505 | 0.000000e+00 |      --      |    Inf 
580.79/580.97	c   581s| 20300 |  1356 |  1448k|  71.2 |  49M| 101 |   - |1000 |2266 |1000 |1829 | 327 |1978 |5526 | 0.000000e+00 |      --      |    Inf 
582.49/582.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
582.49/582.65	c   583s| 20400 |  1364 |  1456k|  71.3 |  49M| 101 | 119 |1000 |2258 |1000 |1829 | 327 |1993 |5544 | 0.000000e+00 |      --      |    Inf 
583.89/584.03	c   584s| 20500 |  1394 |  1463k|  71.3 |  49M| 101 | 100 |1000 |2256 |1000 |1829 | 327 |2001 |5555 | 0.000000e+00 |      --      |    Inf 
584.79/584.93	c   585s| 20600 |  1396 |  1469k|  71.2 |  49M| 101 |   - |1000 |2256 |1000 |1829 | 327 |2003 |5561 | 0.000000e+00 |      --      |    Inf 
585.59/585.78	c   586s| 20700 |  1401 |  1474k|  71.1 |  49M| 101 | 102 |1000 |2257 |1000 |1829 | 327 |2004 |5565 | 0.000000e+00 |      --      |    Inf 
586.69/586.80	c   587s| 20800 |  1389 |  1481k|  71.1 |  49M| 101 |   - |1000 |2258 |1000 |1829 | 327 |2005 |5569 | 0.000000e+00 |      --      |    Inf 
587.89/588.06	c   588s| 20900 |  1388 |  1488k|  71.1 |  49M| 101 |   - |1000 |2248 |1000 |1829 | 327 |2012 |5577 | 0.000000e+00 |      --      |    Inf 
588.99/589.14	c   589s| 21000 |  1396 |  1494k|  71.1 |  49M| 101 | 110 |1000 |2248 |1000 |1829 | 327 |2013 |5585 | 0.000000e+00 |      --      |    Inf 
590.09/590.23	c   590s| 21100 |  1402 |  1500k|  71.0 |  49M| 101 |  99 |1000 |2260 |1000 |1829 | 327 |2027 |5592 | 0.000000e+00 |      --      |    Inf 
591.79/591.91	c   592s| 21200 |  1403 |  1508k|  71.1 |  49M| 101 |   - |1000 |2266 |1000 |1829 | 327 |2044 |5611 | 0.000000e+00 |      --      |    Inf 
592.80/592.92	c   593s| 21300 |  1411 |  1515k|  71.0 |  49M| 101 |   - |1000 |2266 |1000 |1829 | 327 |2051 |5616 | 0.000000e+00 |      --      |    Inf 
593.99/594.15	c   594s| 21400 |  1427 |  1522k|  71.1 |  49M| 101 |  98 |1000 |2267 |1000 |1829 | 327 |2057 |5622 | 0.000000e+00 |      --      |    Inf 
595.19/595.33	c   595s| 21500 |  1426 |  1530k|  71.1 |  49M| 101 | 106 |1000 |2271 |1000 |1829 | 327 |2062 |5625 | 0.000000e+00 |      --      |    Inf 
596.19/596.32	c   596s| 21600 |  1444 |  1536k|  71.0 |  49M| 101 |  94 |1000 |2287 |1000 |1829 | 327 |2080 |5625 | 0.000000e+00 |      --      |    Inf 
597.20/597.36	c   597s| 21700 |  1440 |  1542k|  71.0 |  49M| 101 | 120 |1000 |2296 |1000 |1829 | 327 |2093 |5628 | 0.000000e+00 |      --      |    Inf 
598.39/598.59	c   599s| 21800 |  1460 |  1550k|  71.0 |  49M| 101 | 110 |1000 |2301 |1000 |1829 | 327 |2106 |5631 | 0.000000e+00 |      --      |    Inf 
599.79/599.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.79/599.93	c   600s| 21900 |  1448 |  1558k|  71.1 |  49M| 101 | 120 |1000 |2298 |1000 |1829 | 327 |2124 |5635 | 0.000000e+00 |      --      |    Inf 
601.09/601.29	c   601s| 22000 |  1447 |  1566k|  71.1 |  49M| 101 |   - |1000 |2301 |1000 |1829 | 327 |2135 |5638 | 0.000000e+00 |      --      |    Inf 
602.39/602.54	c   603s| 22100 |  1454 |  1574k|  71.2 |  49M| 101 |   - |1000 |2302 |1000 |1829 | 327 |2146 |5642 | 0.000000e+00 |      --      |    Inf 
603.39/603.54	c   604s| 22200 |  1476 |  1580k|  71.1 |  49M| 101 |   - |1000 |2304 |1000 |1829 | 327 |2152 |5647 | 0.000000e+00 |      --      |    Inf 
604.39/604.59	c   605s| 22300 |  1465 |  1587k|  71.1 |  49M| 101 |   - |1000 |2304 |1000 |1829 | 327 |2164 |5651 | 0.000000e+00 |      --      |    Inf 
605.49/605.61	c   606s| 22400 |  1469 |  1593k|  71.1 |  49M| 101 |   - |1000 |2294 |1000 |1829 | 327 |2167 |5652 | 0.000000e+00 |      --      |    Inf 
606.29/606.45	c   606s| 22500 |  1471 |  1598k|  71.0 |  49M| 101 | 114 |1000 |2292 |1000 |1829 | 327 |2170 |5653 | 0.000000e+00 |      --      |    Inf 
607.49/607.66	c   608s| 22600 |  1491 |  1605k|  71.0 |  49M| 101 | 112 |1000 |2289 |1000 |1829 | 327 |2180 |5659 | 0.000000e+00 |      --      |    Inf 
608.48/608.60	c   609s| 22700 |  1499 |  1611k|  70.9 |  49M| 101 | 111 |1000 |2287 |1000 |1829 | 327 |2181 |5659 | 0.000000e+00 |      --      |    Inf 
609.48/609.68	c   610s| 22800 |  1485 |  1618k|  70.9 |  49M| 101 |   - |1000 |2295 |1000 |1829 | 327 |2191 |5661 | 0.000000e+00 |      --      |    Inf 
610.69/610.82	c   611s| 22900 |  1509 |  1625k|  70.9 |  49M| 101 | 103 |1000 |2295 |1000 |1829 | 327 |2195 |5669 | 0.000000e+00 |      --      |    Inf 
611.59/611.75	c   612s| 23000 |  1499 |  1630k|  70.8 |  49M| 101 |  98 |1000 |2305 |1000 |1829 | 327 |2206 |5669 | 0.000000e+00 |      --      |    Inf 
612.68/612.87	c   613s| 23100 |  1505 |  1637k|  70.8 |  49M| 101 |   - |1000 |2299 |1000 |1829 | 327 |2218 |5672 | 0.000000e+00 |      --      |    Inf 
613.79/613.93	c   614s| 23200 |  1499 |  1644k|  70.8 |  49M| 101 | 107 |1000 |2292 |1000 |1829 | 327 |2229 |5672 | 0.000000e+00 |      --      |    Inf 
614.89/615.06	c   615s| 23300 |  1503 |  1651k|  70.8 |  49M| 101 |   - |1000 |2286 |1000 |1829 | 327 |2238 |5674 | 0.000000e+00 |      --      |    Inf 
615.79/615.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
615.79/615.99	c   616s| 23400 |  1515 |  1656k|  70.7 |  50M| 101 | 112 |1000 |2297 |1000 |1829 | 327 |2252 |5676 | 0.000000e+00 |      --      |    Inf 
617.09/617.29	c   617s| 23500 |  1531 |  1664k|  70.7 |  50M| 101 | 106 |1000 |2316 |1000 |1829 | 327 |2279 |5684 | 0.000000e+00 |      --      |    Inf 
618.19/618.31	c   618s| 23600 |  1535 |  1668k|  70.6 |  50M| 101 |   - |1000 |2316 |1000 |1829 | 327 |2281 |5704 | 0.000000e+00 |      --      |    Inf 
619.59/619.77	c   620s| 23700 |  1531 |  1675k|  70.6 |  50M| 101 | 102 |1000 |2316 |1000 |1829 | 327 |2285 |5734 | 0.000000e+00 |      --      |    Inf 
621.18/621.36	c   621s| 23800 |  1529 |  1683k|  70.6 |  50M| 101 | 125 |1000 |2326 |1000 |1829 | 327 |2298 |5752 | 0.000000e+00 |      --      |    Inf 
622.88/623.01	c   623s| 23900 |  1549 |  1691k|  70.7 |  50M| 101 | 111 |1000 |2321 |1000 |1829 | 327 |2304 |5769 | 0.000000e+00 |      --      |    Inf 
624.59/624.72	c   625s| 24000 |  1550 |  1698k|  70.7 |  50M| 101 |   - |1000 |2326 |1000 |1829 | 327 |2310 |5798 | 0.000000e+00 |      --      |    Inf 
625.88/626.09	c   626s| 24100 |  1553 |  1705k|  70.7 |  50M| 101 |   - |1000 |2340 |1000 |1829 | 327 |2326 |5812 | 0.000000e+00 |      --      |    Inf 
627.89/628.03	c   628s| 24200 |  1550 |  1713k|  70.7 |  50M| 101 | 122 |1000 |2314 |1000 |1829 | 327 |2339 |5844 | 0.000000e+00 |      --      |    Inf 
629.18/629.32	c   629s| 24300 |  1578 |  1720k|  70.7 |  50M| 101 | 117 |1000 |2317 |1000 |1829 | 327 |2352 |5862 | 0.000000e+00 |      --      |    Inf 
630.28/630.48	c   630s| 24400 |  1586 |  1726k|  70.7 |  50M| 101 |   - |1000 |2308 |1000 |1829 | 327 |2357 |5876 | 0.000000e+00 |      --      |    Inf 
632.09/632.21	c   632s| 24500 |  1581 |  1733k|  70.7 |  50M| 101 | 117 |1000 |2312 |1000 |1829 | 327 |2377 |5904 | 0.000000e+00 |      --      |    Inf 
633.49/633.61	c   634s| 24600 |  1569 |  1740k|  70.7 |  50M| 101 |   - |1000 |2295 |1000 |1829 | 327 |2384 |5916 | 0.000000e+00 |      --      |    Inf 
634.98/635.19	c   635s| 24700 |  1589 |  1747k|  70.7 |  50M| 101 | 104 |1000 |2291 |1000 |1829 | 327 |2392 |5943 | 0.000000e+00 |      --      |    Inf 
636.38/636.51	c   637s| 24800 |  1601 |  1753k|  70.6 |  50M| 101 | 104 |1000 |2294 |1000 |1829 | 327 |2398 |5968 | 0.000000e+00 |      --      |    Inf 
637.38/637.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
637.38/637.58	c   638s| 24900 |  1614 |  1758k|  70.5 |  50M| 101 |   - |1000 |2283 |1000 |1829 | 327 |2398 |5987 | 0.000000e+00 |      --      |    Inf 
638.68/638.87	c   639s| 25000 |  1605 |  1764k|  70.5 |  50M| 101 |  93 |1000 |2285 |1000 |1829 | 327 |2404 |6015 | 0.000000e+00 |      --      |    Inf 
639.88/640.00	c   640s| 25100 |  1617 |  1769k|  70.4 |  50M| 101 |   - |1000 |2288 |1000 |1829 | 327 |2411 |6036 | 0.000000e+00 |      --      |    Inf 
641.09/641.29	c   641s| 25200 |  1609 |  1774k|  70.3 |  50M| 101 |   - |1000 |2292 |1000 |1829 | 327 |2415 |6069 | 0.000000e+00 |      --      |    Inf 
641.98/642.12	c   642s| 25300 |  1609 |  1778k|  70.2 |  50M| 101 |  95 |1000 |2295 |1000 |1829 | 327 |2418 |6080 | 0.000000e+00 |      --      |    Inf 
643.09/643.24	c   643s| 25400 |  1597 |  1784k|  70.2 |  50M| 101 |   - |1000 |2295 |1000 |1829 | 327 |2419 |6106 | 0.000000e+00 |      --      |    Inf 
644.58/644.78	c   645s| 25500 |  1609 |  1790k|  70.1 |  50M| 101 |   - |1000 |2282 |1000 |1829 | 327 |2426 |6131 | 0.000000e+00 |      --      |    Inf 
646.28/646.45	c   646s| 25600 |  1607 |  1798k|  70.2 |  50M| 101 |   - |1000 |2274 |1000 |1829 | 327 |2430 |6155 | 0.000000e+00 |      --      |    Inf 
647.88/648.07	c   648s| 25700 |  1634 |  1805k|  70.2 |  50M| 101 | 120 |1000 |2267 |1000 |1829 | 327 |2442 |6178 | 0.000000e+00 |      --      |    Inf 
649.28/649.49	c   649s| 25800 |  1638 |  1811k|  70.1 |  50M| 101 | 102 |1000 |2272 |1000 |1829 | 327 |2448 |6198 | 0.000000e+00 |      --      |    Inf 
650.88/651.08	c   651s| 25900 |  1640 |  1819k|  70.2 |  50M| 101 | 101 |1000 |2264 |1000 |1829 | 327 |2457 |6218 | 0.000000e+00 |      --      |    Inf 
652.19/652.34	c   652s| 26000 |  1643 |  1825k|  70.1 |  50M| 101 |   - |1000 |2267 |1000 |1829 | 327 |2463 |6238 | 0.000000e+00 |      --      |    Inf 
654.08/654.28	c   654s| 26100 |  1629 |  1834k|  70.2 |  50M| 101 |   - |1000 |2250 |1000 |1829 | 327 |2473 |6269 | 0.000000e+00 |      --      |    Inf 
655.98/656.17	c   656s| 26200 |  1643 |  1842k|  70.2 |  50M| 101 | 113 |1000 |2242 |1000 |1829 | 327 |2484 |6298 | 0.000000e+00 |      --      |    Inf 
657.48/657.61	c   658s| 26300 |  1641 |  1849k|  70.3 |  50M| 101 |   - |1000 |2233 |1000 |1829 | 327 |2487 |6315 | 0.000000e+00 |      --      |    Inf 
658.98/659.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.98/659.17	c   659s| 26400 |  1657 |  1856k|  70.2 |  50M| 101 | 119 |1000 |2233 |1000 |1829 | 327 |2496 |6340 | 0.000000e+00 |      --      |    Inf 
660.28/660.44	c   660s| 26500 |  1648 |  1862k|  70.2 |  50M| 101 |   - |1000 |2207 |1000 |1829 | 327 |2515 |6352 | 0.000000e+00 |      --      |    Inf 
661.68/661.82	c   662s| 26600 |  1660 |  1869k|  70.2 |  50M| 101 | 104 |1000 |2203 |1000 |1829 | 327 |2531 |6370 | 0.000000e+00 |      --      |    Inf 
663.28/663.47	c   663s| 26700 |  1664 |  1877k|  70.2 |  50M| 101 |   - |1000 |2200 |1000 |1829 | 327 |2538 |6393 | 0.000000e+00 |      --      |    Inf 
664.88/665.04	c   665s| 26800 |  1665 |  1883k|  70.2 |  50M| 101 | 108 |1000 |2199 |1000 |1829 | 327 |2550 |6414 | 0.000000e+00 |      --      |    Inf 
666.48/666.65	c   667s| 26900 |  1666 |  1891k|  70.2 |  50M| 101 | 104 |1000 |2201 |1000 |1829 | 327 |2556 |6435 | 0.000000e+00 |      --      |    Inf 
668.28/668.47	c   668s| 27000 |  1656 |  1900k|  70.3 |  50M| 101 |   - |1000 |2207 |1000 |1829 | 327 |2567 |6460 | 0.000000e+00 |      --      |    Inf 
669.98/670.12	c   670s| 27100 |  1661 |  1907k|  70.3 |  50M| 101 | 115 |1000 |2208 |1000 |1829 | 327 |2587 |6480 | 0.000000e+00 |      --      |    Inf 
671.98/672.15	c   672s| 27200 |  1671 |  1916k|  70.4 |  50M| 101 | 105 |1000 |2172 |1000 |1829 | 327 |2609 |6504 | 0.000000e+00 |      --      |    Inf 
674.18/674.31	c   674s| 27300 |  1685 |  1924k|  70.4 |  50M| 101 | 109 |1000 |2162 |1000 |1829 | 327 |2624 |6547 | 0.000000e+00 |      --      |    Inf 
675.28/675.43	c   675s| 27400 |  1689 |  1931k|  70.4 |  50M| 101 | 125 |1000 |2142 |1000 |1829 | 327 |2626 |6547 | 0.000000e+00 |      --      |    Inf 
677.08/677.23	c   677s| 27500 |  1686 |  1939k|  70.4 |  50M| 101 | 103 |1000 |2150 |1000 |1829 | 327 |2669 |6565 | 0.000000e+00 |      --      |    Inf 
678.37/678.54	c   679s| 27600 |  1695 |  1945k|  70.4 |  50M| 101 | 118 |1000 |2147 |1000 |1829 | 327 |2675 |6587 | 0.000000e+00 |      --      |    Inf 
680.27/680.46	c   680s| 27700 |  1688 |  1953k|  70.5 |  50M| 101 |   - |1000 |2133 |1000 |1829 | 327 |2695 |6617 | 0.000000e+00 |      --      |    Inf 
681.79/682.00	c   682s| 27800 |  1694 |  1961k|  70.5 |  50M| 101 | 108 |1000 |2125 |1000 |1829 | 327 |2703 |6643 | 0.000000e+00 |      --      |    Inf 
683.48/683.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
683.48/683.66	c   684s| 27900 |  1706 |  1968k|  70.5 |  50M| 101 |   - |1000 |2119 |1000 |1829 | 327 |2706 |6673 | 0.000000e+00 |      --      |    Inf 
685.27/685.42	c   685s| 28000 |  1696 |  1976k|  70.5 |  50M| 101 |   - |1000 |2106 |1000 |1829 | 327 |2728 |6701 | 0.000000e+00 |      --      |    Inf 
687.17/687.36	c   687s| 28100 |  1706 |  1985k|  70.6 |  50M| 101 |   - |1000 |2105 |1000 |1829 | 327 |2752 |6729 | 0.000000e+00 |      --      |    Inf 
688.48/688.61	c   689s| 28200 |  1721 |  1990k|  70.5 |  50M| 101 |   - |1000 |2118 |1000 |1829 | 327 |2769 |6755 | 0.000000e+00 |      --      |    Inf 
690.58/690.77	c   691s| 28300 |  1725 |  1999k|  70.6 |  50M| 101 | 114 |1000 |2113 |1000 |1829 | 327 |2793 |6794 | 0.000000e+00 |      --      |    Inf 
691.87/692.07	c   692s| 28400 |  1741 |  2005k|  70.6 |  50M| 101 |  93 |1000 |2107 |1000 |1829 | 327 |2797 |6816 | 0.000000e+00 |      --      |    Inf 
693.38/693.59	c   694s| 28500 |  1737 |  2012k|  70.6 |  50M| 101 | 130 |1000 |2108 |1000 |1829 | 327 |2807 |6841 | 0.000000e+00 |      --      |    Inf 
695.08/695.24	c   695s| 28600 |  1739 |  2020k|  70.6 |  50M| 101 |   - |1000 |2113 |1000 |1829 | 327 |2819 |6869 | 0.000000e+00 |      --      |    Inf 
696.08/696.27	c   696s| 28700 |  1739 |  2025k|  70.5 |  50M| 101 |   - |1000 |2120 |1000 |1829 | 327 |2827 |6890 | 0.000000e+00 |      --      |    Inf 
697.67/697.82	c   698s| 28800 |  1755 |  2031k|  70.5 |  50M| 101 | 105 |1000 |2118 |1000 |1829 | 327 |2832 |6915 | 0.000000e+00 |      --      |    Inf 
698.88/699.07	c   699s| 28900 |  1777 |  2037k|  70.4 |  50M| 101 |   - |1000 |2119 |1000 |1829 | 327 |2839 |6938 | 0.000000e+00 |      --      |    Inf 
700.67/700.85	c   701s| 29000 |  1787 |  2045k|  70.5 |  50M| 101 | 114 |1000 |2117 |1000 |1829 | 327 |2851 |6972 | 0.000000e+00 |      --      |    Inf 
702.47/702.60	c   703s| 29100 |  1783 |  2053k|  70.5 |  50M| 101 |   - |1000 |2111 |1000 |1829 | 327 |2860 |6999 | 0.000000e+00 |      --      |    Inf 
703.77/703.97	c   704s| 29200 |  1797 |  2059k|  70.5 |  50M| 101 |   - |1000 |2111 |1000 |1829 | 327 |2866 |7021 | 0.000000e+00 |      --      |    Inf 
705.07/705.23	c   705s| 29300 |  1813 |  2065k|  70.4 |  50M| 101 |   - |1000 |2107 |1000 |1829 | 327 |2868 |7046 | 0.000000e+00 |      --      |    Inf 
706.57/706.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
706.57/706.77	c   707s| 29400 |  1806 |  2072k|  70.4 |  50M| 101 |   - |1000 |2107 |1000 |1829 | 327 |2875 |7078 | 0.000000e+00 |      --      |    Inf 
708.07/708.21	c   708s| 29500 |  1807 |  2078k|  70.4 |  50M| 101 |   - |1000 |2109 |1000 |1829 | 327 |2884 |7107 | 0.000000e+00 |      --      |    Inf 
709.47/709.68	c   710s| 29600 |  1822 |  2085k|  70.4 |  50M| 101 | 112 |1000 |2104 |1000 |1829 | 327 |2888 |7135 | 0.000000e+00 |      --      |    Inf 
710.97/711.11	c   711s| 29700 |  1812 |  2091k|  70.4 |  50M| 101 | 114 |1000 |2096 |1000 |1829 | 327 |2891 |7166 | 0.000000e+00 |      --      |    Inf 
712.27/712.43	c   712s| 29800 |  1812 |  2097k|  70.3 |  50M| 101 |   - |1000 |2099 |1000 |1829 | 327 |2899 |7197 | 0.000000e+00 |      --      |    Inf 
713.68/713.82	c   714s| 29900 |  1820 |  2103k|  70.3 |  50M| 101 | 122 |1000 |2092 |1000 |1829 | 327 |2907 |7216 | 0.000000e+00 |      --      |    Inf 
715.27/715.49	c   715s| 30000 |  1828 |  2111k|  70.3 |  50M| 101 | 113 |1000 |2092 |1000 |1829 | 327 |2916 |7245 | 0.000000e+00 |      --      |    Inf 
716.87/717.01	c   717s| 30100 |  1838 |  2117k|  70.3 |  50M| 101 |   - |1000 |2097 |1000 |1829 | 327 |2925 |7272 | 0.000000e+00 |      --      |    Inf 
718.37/718.58	c   719s| 30200 |  1834 |  2124k|  70.3 |  50M| 101 | 105 |1000 |2098 |1000 |1829 | 327 |2939 |7303 | 0.000000e+00 |      --      |    Inf 
720.07/720.20	c   720s| 30300 |  1829 |  2132k|  70.3 |  50M| 101 | 115 |1000 |2092 |1000 |1829 | 327 |2941 |7329 | 0.000000e+00 |      --      |    Inf 
721.17/721.32	c   721s| 30400 |  1841 |  2138k|  70.3 |  50M| 101 | 106 |1000 |2103 |1000 |1829 | 327 |2954 |7338 | 0.000000e+00 |      --      |    Inf 
722.07/722.22	c   722s| 30500 |  1841 |  2143k|  70.2 |  50M| 101 | 109 |1000 |2103 |1000 |1829 | 327 |2957 |7350 | 0.000000e+00 |      --      |    Inf 
723.47/723.67	c   724s| 30600 |  1838 |  2150k|  70.2 |  50M| 101 | 103 |1000 |2114 |1000 |1829 | 327 |2980 |7368 | 0.000000e+00 |      --      |    Inf 
724.77/724.98	c   725s| 30700 |  1854 |  2157k|  70.2 |  50M| 101 | 108 |1000 |2094 |1000 |1829 | 327 |2983 |7384 | 0.000000e+00 |      --      |    Inf 
725.97/726.16	c   726s| 30800 |  1852 |  2164k|  70.2 |  50M| 101 |   - |1000 |2098 |1000 |1829 | 327 |2989 |7392 | 0.000000e+00 |      --      |    Inf 
727.27/727.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
727.27/727.44	c   727s| 30900 |  1860 |  2171k|  70.2 |  50M| 101 |   - |1000 |2094 |1000 |1829 | 327 |3000 |7402 | 0.000000e+00 |      --      |    Inf 
728.57/728.76	c   729s| 31000 |  1864 |  2177k|  70.2 |  50M| 101 | 100 |1000 |2095 |1000 |1829 | 327 |3004 |7425 | 0.000000e+00 |      --      |    Inf 
729.67/729.83	c   730s| 31100 |  1865 |  2183k|  70.2 |  50M| 101 |  92 |1000 |2094 |1000 |1829 | 327 |3011 |7430 | 0.000000e+00 |      --      |    Inf 
730.27/730.48	c   730s| 31200 |  1876 |  2188k|  70.1 |  50M| 101 |  95 |1000 |2098 |1000 |1829 | 327 |3018 |7431 | 0.000000e+00 |      --      |    Inf 
731.06/731.29	c   731s| 31300 |  1870 |  2192k|  70.0 |  50M| 101 |   - |1000 |2101 |1000 |1829 | 327 |3022 |7435 | 0.000000e+00 |      --      |    Inf 
731.77/731.98	c   732s| 31400 |  1876 |  2196k|  69.9 |  51M| 101 |  97 |1000 |2101 |1000 |1829 | 327 |3024 |7439 | 0.000000e+00 |      --      |    Inf 
732.67/732.86	c   733s| 31500 |  1879 |  2202k|  69.8 |  51M| 101 |  99 |1000 |2103 |1000 |1829 | 327 |3027 |7443 | 0.000000e+00 |      --      |    Inf 
733.67/733.83	c   734s| 31600 |  1874 |  2208k|  69.8 |  51M| 101 |   - |1000 |2105 |1000 |1829 | 327 |3032 |7446 | 0.000000e+00 |      --      |    Inf 
734.68/734.81	c   735s| 31700 |  1862 |  2214k|  69.8 |  50M| 101 |   - |1000 |2103 |1000 |1829 | 327 |3032 |7448 | 0.000000e+00 |      --      |    Inf 
736.17/736.35	c   736s| 31800 |  1864 |  2222k|  69.8 |  50M| 101 | 116 |1000 |2117 |1000 |1829 | 327 |3056 |7463 | 0.000000e+00 |      --      |    Inf 
737.67/737.86	c   738s| 31900 |  1865 |  2230k|  69.9 |  51M| 101 | 107 |1000 |2115 |1000 |1829 | 327 |3073 |7480 | 0.000000e+00 |      --      |    Inf 
738.87/739.01	c   739s| 32000 |  1858 |  2237k|  69.9 |  50M| 101 |   - |1000 |2108 |1000 |1829 | 327 |3076 |7484 | 0.000000e+00 |      --      |    Inf 
740.07/740.25	c   740s| 32100 |  1875 |  2243k|  69.8 |  51M| 101 |   - |1000 |2106 |1000 |1829 | 327 |3078 |7505 | 0.000000e+00 |      --      |    Inf 
741.57/741.72	c   742s| 32200 |  1879 |  2252k|  69.9 |  51M| 101 | 106 |1000 |2096 |1000 |1829 | 327 |3099 |7515 | 0.000000e+00 |      --      |    Inf 
742.67/742.88	c   743s| 32300 |  1888 |  2258k|  69.9 |  51M| 101 | 109 |1000 |2087 |1000 |1829 | 327 |3109 |7520 | 0.000000e+00 |      --      |    Inf 
744.17/744.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
744.17/744.36	c   744s| 32400 |  1901 |  2266k|  69.9 |  51M| 101 |   - |1000 |2084 |1000 |1829 | 327 |3121 |7532 | 0.000000e+00 |      --      |    Inf 
745.47/745.61	c   746s| 32500 |  1899 |  2274k|  69.9 |  51M| 101 |   - |1000 |2085 |1000 |1829 | 327 |3126 |7543 | 0.000000e+00 |      --      |    Inf 
746.56/746.80	c   747s| 32600 |  1905 |  2281k|  69.9 |  51M| 101 |   - |1000 |2085 |1000 |1829 | 327 |3131 |7550 | 0.000000e+00 |      --      |    Inf 
747.77/747.98	c   748s| 32700 |  1915 |  2287k|  69.9 |  51M| 101 |   - |1000 |2079 |1000 |1829 | 327 |3136 |7561 | 0.000000e+00 |      --      |    Inf 
748.76/748.97	c   749s| 32800 |  1931 |  2292k|  69.8 |  51M| 101 |   - |1000 |2070 |1000 |1829 | 327 |3143 |7573 | 0.000000e+00 |      --      |    Inf 
749.76/749.92	c   750s| 32900 |  1933 |  2297k|  69.8 |  51M| 101 | 107 |1000 |2059 |1000 |1829 | 327 |3150 |7575 | 0.000000e+00 |      --      |    Inf 
750.67/750.84	c   751s| 33000 |  1938 |  2303k|  69.7 |  51M| 101 |   - |1000 |2051 |1000 |1829 | 327 |3154 |7576 | 0.000000e+00 |      --      |    Inf 
751.77/751.98	c   752s| 33100 |  1938 |  2310k|  69.7 |  51M| 101 | 102 |1000 |2057 |1000 |1829 | 327 |3169 |7586 | 0.000000e+00 |      --      |    Inf 
758.27/758.43	c   758s| 33200 |  1933 |  2318k|  69.8 |  51M| 101 |   - |1000 |2007 |1000 |1829 | 327 |3184 |7699 | 0.000000e+00 |      --      |    Inf 
759.46/759.69	c   760s| 33300 |  1971 |  2326k|  69.8 |  51M| 101 | 106 |1000 |2005 |1000 |1829 | 327 |3190 |7707 | 0.000000e+00 |      --      |    Inf 
760.76/760.92	c   761s| 33400 |  1985 |  2333k|  69.8 |  51M| 101 |   - |1000 |2008 |1000 |1829 | 327 |3194 |7713 | 0.000000e+00 |      --      |    Inf 
761.86/762.03	c   762s| 33500 |  2005 |  2339k|  69.8 |  51M| 101 | 113 |1000 |2006 |1000 |1829 | 327 |3205 |7718 | 0.000000e+00 |      --      |    Inf 
762.97/763.16	c   763s| 33600 |  2009 |  2347k|  69.8 |  51M| 101 |   - |1000 |2006 |1000 |1829 | 327 |3208 |7721 | 0.000000e+00 |      --      |    Inf 
764.16/764.31	c   764s| 33700 |  2011 |  2353k|  69.8 |  51M| 101 | 123 |1000 |2012 |1000 |1829 | 327 |3217 |7726 | 0.000000e+00 |      --      |    Inf 
765.17/765.31	c   765s| 33800 |  1993 |  2359k|  69.8 |  51M| 101 | 103 |1000 |1978 |1000 |1829 | 327 |3223 |7727 | 0.000000e+00 |      --      |    Inf 
766.06/766.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
766.06/766.27	c   766s| 33900 |  2017 |  2366k|  69.7 |  51M| 101 |  82 |1000 |1988 |1000 |1829 | 327 |3237 |7728 | 0.000000e+00 |      --      |    Inf 
766.97/767.19	c   767s| 34000 |  2007 |  2372k|  69.7 |  51M| 101 |   - |1000 |1996 |1000 |1829 | 327 |3245 |7728 | 0.000000e+00 |      --      |    Inf 
768.16/768.31	c   768s| 34100 |  2015 |  2379k|  69.7 |  51M| 101 |  93 |1000 |2009 |1000 |1829 | 327 |3259 |7728 | 0.000000e+00 |      --      |    Inf 
769.26/769.44	c   769s| 34200 |  2009 |  2387k|  69.7 |  51M| 101 |   - |1000 |2015 |1000 |1829 | 327 |3266 |7729 | 0.000000e+00 |      --      |    Inf 
770.26/770.47	c   770s| 34300 |  1999 |  2394k|  69.7 |  51M| 101 |   - |1000 |2007 |1000 |1829 | 327 |3272 |7729 | 0.000000e+00 |      --      |    Inf 
771.56/771.76	c   772s| 34400 |  1999 |  2402k|  69.8 |  51M| 101 |   - |1000 |1999 |1000 |1829 | 327 |3277 |7734 | 0.000000e+00 |      --      |    Inf 
772.76/772.96	c   773s| 34500 |  2017 |  2409k|  69.8 |  51M| 101 | 116 |1000 |2000 |1000 |1829 | 327 |3286 |7735 | 0.000000e+00 |      --      |    Inf 
774.06/774.25	c   774s| 34600 |  2015 |  2417k|  69.8 |  51M| 101 | 117 |1000 |1998 |1000 |1829 | 327 |3296 |7738 | 0.000000e+00 |      --      |    Inf 
775.27/775.49	c   775s| 34700 |  2013 |  2425k|  69.8 |  51M| 101 |   - |1000 |2001 |1000 |1829 | 327 |3302 |7741 | 0.000000e+00 |      --      |    Inf 
776.56/776.72	c   777s| 34800 |  2008 |  2432k|  69.9 |  51M| 101 |   - |1000 |2012 |1000 |1829 | 327 |3329 |7743 | 0.000000e+00 |      --      |    Inf 
777.76/777.92	c   778s| 34900 |  2030 |  2439k|  69.8 |  51M| 101 | 114 |1000 |1985 |1000 |1829 | 327 |3347 |7746 | 0.000000e+00 |      --      |    Inf 
778.86/779.01	c   779s| 35000 |  2036 |  2446k|  69.9 |  51M| 101 | 114 |1000 |2010 |1000 |1829 | 327 |3372 |7746 | 0.000000e+00 |      --      |    Inf 
779.86/780.08	c   780s| 35100 |  2042 |  2453k|  69.8 |  51M| 101 | 121 |1000 |2022 |1000 |1829 | 327 |3384 |7746 | 0.000000e+00 |      --      |    Inf 
781.06/781.26	c   781s| 35200 |  2034 |  2461k|  69.9 |  51M| 101 | 118 |1000 |2044 |1000 |1829 | 327 |3410 |7746 | 0.000000e+00 |      --      |    Inf 
782.46/782.65	c   783s| 35300 |  2042 |  2469k|  69.9 |  51M| 101 |   - |1000 |2042 |1000 |1829 | 327 |3417 |7752 | 0.000000e+00 |      --      |    Inf 
783.86/784.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.86/784.00	c   784s| 35400 |  2054 |  2477k|  69.9 |  51M| 101 | 107 |1000 |2027 |1000 |1829 | 327 |3424 |7753 | 0.000000e+00 |      --      |    Inf 
784.66/784.87	c   785s| 35500 |  2071 |  2483k|  69.9 |  51M| 101 |   - |1000 |2034 |1000 |1829 | 327 |3437 |7755 | 0.000000e+00 |      --      |    Inf 
785.56/785.76	c   786s| 35600 |  2066 |  2488k|  69.9 |  51M| 101 |   - |1000 |2031 |1000 |1829 | 327 |3442 |7755 | 0.000000e+00 |      --      |    Inf 
786.46/786.64	c   787s| 35700 |  2056 |  2494k|  69.8 |  51M| 101 |   - |1000 |2033 |1000 |1829 | 327 |3444 |7757 | 0.000000e+00 |      --      |    Inf 
787.56/787.76	c   788s| 35800 |  2051 |  2501k|  69.8 |  51M| 101 |   - |1000 |2024 |1000 |1829 | 327 |3446 |7759 | 0.000000e+00 |      --      |    Inf 
788.86/789.01	c   789s| 35900 |  2051 |  2509k|  69.8 |  51M| 101 |   - |1000 |2026 |1000 |1829 | 327 |3456 |7761 | 0.000000e+00 |      --      |    Inf 
790.86/791.00	c   791s| 36000 |  2057 |  2517k|  69.9 |  51M| 101 |   - |1000 |2014 |1000 |1829 | 327 |3471 |7785 | 0.000000e+00 |      --      |    Inf 
792.36/792.54	c   793s| 36100 |  2067 |  2525k|  69.9 |  51M| 101 |   - |1000 |1999 |1000 |1829 | 327 |3477 |7804 | 0.000000e+00 |      --      |    Inf 
793.86/794.02	c   794s| 36200 |  2065 |  2531k|  69.9 |  51M| 101 |   - |1000 |1993 |1000 |1829 | 327 |3483 |7821 | 0.000000e+00 |      --      |    Inf 
795.16/795.30	c   795s| 36300 |  2059 |  2538k|  69.9 |  51M| 101 |   - |1000 |1999 |1000 |1829 | 327 |3495 |7835 | 0.000000e+00 |      --      |    Inf 
796.56/796.74	c   797s| 36400 |  2071 |  2545k|  69.9 |  51M| 101 | 110 |1000 |1990 |1000 |1829 | 327 |3502 |7858 | 0.000000e+00 |      --      |    Inf 
798.25/798.43	c   798s| 36500 |  2089 |  2552k|  69.9 |  51M| 101 | 102 |1000 |1989 |1000 |1829 | 327 |3509 |7880 | 0.000000e+00 |      --      |    Inf 
799.75/799.99	c   800s| 36600 |  2068 |  2560k|  69.9 |  51M| 101 | 119 |1000 |1993 |1000 |1829 | 327 |3515 |7899 | 0.000000e+00 |      --      |    Inf 
801.36/801.56	c   802s| 36700 |  2081 |  2568k|  69.9 |  51M| 101 | 104 |1000 |1993 |1000 |1829 | 327 |3522 |7919 | 0.000000e+00 |      --      |    Inf 
802.96/803.18	c   803s| 36800 |  2085 |  2576k|  69.9 |  51M| 101 |   - |1000 |1996 |1000 |1829 | 327 |3527 |7944 | 0.000000e+00 |      --      |    Inf 
804.36/804.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
804.36/804.54	c   805s| 36900 |  2087 |  2582k|  69.9 |  51M| 101 | 116 |1000 |1984 |1000 |1829 | 327 |3536 |7962 | 0.000000e+00 |      --      |    Inf 
805.96/806.16	c   806s| 37000 |  2085 |  2590k|  70.0 |  51M| 101 | 105 |1000 |1982 |1000 |1829 | 327 |3546 |7984 | 0.000000e+00 |      --      |    Inf 
807.66/807.84	c   808s| 37100 |  2098 |  2598k|  70.0 |  51M| 101 | 111 |1000 |1983 |1000 |1829 | 327 |3561 |8005 | 0.000000e+00 |      --      |    Inf 
808.85/809.05	c   809s| 37200 |  2106 |  2603k|  69.9 |  51M| 101 | 120 |1000 |1996 |1000 |1829 | 327 |3574 |8022 | 0.000000e+00 |      --      |    Inf 
810.36/810.54	c   811s| 37300 |  2095 |  2610k|  69.9 |  51M| 101 |   - |1000 |1996 |1000 |1829 | 327 |3591 |8042 | 0.000000e+00 |      --      |    Inf 
811.95/812.12	c   812s| 37400 |  2089 |  2617k|  69.9 |  51M| 101 |   - |1000 |1993 |1000 |1829 | 327 |3604 |8068 | 0.000000e+00 |      --      |    Inf 
813.35/813.53	c   814s| 37500 |  2089 |  2624k|  69.9 |  51M| 101 | 115 |1000 |1993 |1000 |1829 | 327 |3611 |8089 | 0.000000e+00 |      --      |    Inf 
815.06/815.22	c   815s| 37600 |  2089 |  2632k|  70.0 |  51M| 101 |   - |1000 |1993 |1000 |1829 | 327 |3617 |8110 | 0.000000e+00 |      --      |    Inf 
816.66/816.81	c   817s| 37700 |  2102 |  2639k|  70.0 |  51M| 101 | 110 |1000 |2008 |1000 |1829 | 327 |3643 |8129 | 0.000000e+00 |      --      |    Inf 
818.06/818.24	c   818s| 37800 |  2098 |  2646k|  70.0 |  51M| 101 | 114 |1000 |2006 |1000 |1829 | 327 |3657 |8146 | 0.000000e+00 |      --      |    Inf 
819.56/819.76	c   820s| 37900 |  2114 |  2653k|  70.0 |  51M| 101 | 109 |1000 |2000 |1000 |1829 | 327 |3667 |8167 | 0.000000e+00 |      --      |    Inf 
821.15/821.31	c   821s| 38000 |  2101 |  2660k|  70.0 |  51M| 101 |   - |1000 |2011 |1000 |1829 | 327 |3686 |8195 | 0.000000e+00 |      --      |    Inf 
822.66/822.82	c   823s| 38100 |  2102 |  2668k|  70.0 |  51M| 101 |   - |1000 |2014 |1000 |1829 | 327 |3692 |8216 | 0.000000e+00 |      --      |    Inf 
823.86/824.03	c   824s| 38200 |  2105 |  2673k|  69.9 |  51M| 101 | 119 |1000 |2013 |1000 |1829 | 327 |3700 |8234 | 0.000000e+00 |      --      |    Inf 
825.25/825.43	c   825s| 38300 |  2119 |  2680k|  69.9 |  51M| 101 |   - |1000 |2021 |1000 |1829 | 327 |3708 |8254 | 0.000000e+00 |      --      |    Inf 
826.96/827.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
826.96/827.16	c   827s| 38400 |  2118 |  2687k|  69.9 |  51M| 101 | 109 |1000 |2006 |1000 |1829 | 327 |3718 |8286 | 0.000000e+00 |      --      |    Inf 
828.26/828.45	c   828s| 38500 |  2132 |  2694k|  69.9 |  51M| 101 | 111 |1000 |2013 |1000 |1829 | 327 |3725 |8295 | 0.000000e+00 |      --      |    Inf 
830.15/830.40	c   830s| 38600 |  2132 |  2703k|  70.0 |  51M| 101 |   - |1000 |2016 |1000 |1829 | 327 |3733 |8330 | 0.000000e+00 |      --      |    Inf 
831.36/831.58	c   832s| 38700 |  2135 |  2708k|  69.9 |  51M| 101 |  94 |1000 |2012 |1000 |1829 | 327 |3736 |8345 | 0.000000e+00 |      --      |    Inf 
832.36/832.55	c   833s| 38800 |  2138 |  2713k|  69.9 |  51M| 101 | 119 |1000 |2019 |1000 |1829 | 327 |3748 |8354 | 0.000000e+00 |      --      |    Inf 
833.85/834.03	c   834s| 38900 |  2140 |  2720k|  69.9 |  51M| 101 | 118 |1000 |2019 |1000 |1829 | 327 |3753 |8377 | 0.000000e+00 |      --      |    Inf 
835.45/835.64	c   836s| 39000 |  2134 |  2728k|  69.9 |  51M| 101 |   - |1000 |2024 |1000 |1829 | 327 |3758 |8405 | 0.000000e+00 |      --      |    Inf 
836.65/836.89	c   837s| 39100 |  2134 |  2734k|  69.9 |  51M| 101 |   - |1000 |2024 |1000 |1829 | 327 |3758 |8428 | 0.000000e+00 |      --      |    Inf 
838.85/839.09	c   839s| 39200 |  2121 |  2744k|  70.0 |  51M| 101 | 120 |1000 |2020 |1000 |1829 | 327 |3768 |8460 | 0.000000e+00 |      --      |    Inf 
840.45/840.67	c   841s| 39300 |  2149 |  2751k|  70.0 |  51M| 101 | 114 |1000 |2024 |1000 |1829 | 327 |3774 |8475 | 0.000000e+00 |      --      |    Inf 
841.85/842.03	c   842s| 39400 |  2161 |  2759k|  70.0 |  51M| 101 | 108 |1000 |2026 |1000 |1829 | 327 |3780 |8485 | 0.000000e+00 |      --      |    Inf 
843.85/844.00	c   844s| 39500 |  2160 |  2767k|  70.0 |  51M| 101 |   - |1000 |2028 |1000 |1829 | 327 |3784 |8519 | 0.000000e+00 |      --      |    Inf 
845.35/845.55	c   846s| 39600 |  2170 |  2776k|  70.1 |  51M| 101 | 103 |1000 |2031 |1000 |1829 | 327 |3787 |8532 | 0.000000e+00 |      --      |    Inf 
847.05/847.26	c   847s| 39700 |  2167 |  2784k|  70.1 |  51M| 101 |   - |1000 |2034 |1000 |1829 | 327 |3790 |8561 | 0.000000e+00 |      --      |    Inf 
848.45/848.66	c   849s| 39800 |  2170 |  2791k|  70.1 |  51M| 101 |   - |1000 |2037 |1000 |1829 | 327 |3797 |8576 | 0.000000e+00 |      --      |    Inf 
849.85/850.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
849.85/850.08	c   850s| 39900 |  2178 |  2797k|  70.1 |  51M| 101 | 114 |1000 |2039 |1000 |1829 | 327 |3808 |8601 | 0.000000e+00 |      --      |    Inf 
851.35/851.50	c   851s| 40000 |  2172 |  2804k|  70.1 |  51M| 101 |   - |1000 |2038 |1000 |1829 | 327 |3813 |8621 | 0.000000e+00 |      --      |    Inf 
852.85/853.06	c   853s| 40100 |  2176 |  2812k|  70.1 |  51M| 101 |   - |1000 |2042 |1000 |1829 | 327 |3823 |8642 | 0.000000e+00 |      --      |    Inf 
854.35/854.55	c   855s| 40200 |  2159 |  2819k|  70.1 |  51M| 101 |   - |1000 |2044 |1000 |1829 | 327 |3828 |8665 | 0.000000e+00 |      --      |    Inf 
855.95/856.14	c   856s| 40300 |  2154 |  2827k|  70.1 |  51M| 101 |   - |1000 |2041 |1000 |1829 | 327 |3834 |8685 | 0.000000e+00 |      --      |    Inf 
857.45/857.64	c   858s| 40400 |  2158 |  2834k|  70.1 |  51M| 101 |   - |1000 |2033 |1000 |1829 | 327 |3837 |8702 | 0.000000e+00 |      --      |    Inf 
859.24/859.47	c   859s| 40500 |  2159 |  2842k|  70.1 |  51M| 101 |   - |1000 |2037 |1000 |1829 | 327 |3848 |8731 | 0.000000e+00 |      --      |    Inf 
860.65/860.84	c   861s| 40600 |  2154 |  2849k|  70.1 |  51M| 101 | 111 |1000 |2035 |1000 |1829 | 327 |3850 |8748 | 0.000000e+00 |      --      |    Inf 
861.95/862.11	c   862s| 40700 |  2162 |  2855k|  70.1 |  51M| 101 |   - |1000 |2029 |1000 |1829 | 327 |3860 |8763 | 0.000000e+00 |      --      |    Inf 
863.55/863.78	c   864s| 40800 |  2153 |  2862k|  70.1 |  51M| 101 | 100 |1000 |2025 |1000 |1829 | 327 |3873 |8782 | 0.000000e+00 |      --      |    Inf 
865.05/865.28	c   865s| 40900 |  2153 |  2869k|  70.1 |  51M| 101 | 105 |1000 |2029 |1000 |1829 | 327 |3882 |8809 | 0.000000e+00 |      --      |    Inf 
866.55/866.75	c   867s| 41000 |  2159 |  2876k|  70.1 |  51M| 101 |   - |1000 |2020 |1000 |1829 | 327 |3885 |8841 | 0.000000e+00 |      --      |    Inf 
867.75/867.97	c   868s| 41100 |  2154 |  2882k|  70.1 |  51M| 101 |   - |1000 |2023 |1000 |1829 | 327 |3899 |8853 | 0.000000e+00 |      --      |    Inf 
869.15/869.32	c   869s| 41200 |  2154 |  2888k|  70.1 |  51M| 101 | 111 |1000 |2017 |1000 |1829 | 327 |3900 |8878 | 0.000000e+00 |      --      |    Inf 
870.25/870.47	c   870s| 41300 |  2168 |  2893k|  70.0 |  51M| 101 | 126 |1000 |2023 |1000 |1829 | 327 |3907 |8898 | 0.000000e+00 |      --      |    Inf 
871.75/871.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.75/871.95	c   872s| 41400 |  2170 |  2900k|  70.0 |  51M| 101 |   - |1000 |2026 |1000 |1829 | 327 |3915 |8923 | 0.000000e+00 |      --      |    Inf 
873.15/873.37	c   873s| 41500 |  2182 |  2907k|  70.0 |  51M| 101 | 141 |1000 |2013 |1000 |1829 | 327 |3916 |8937 | 0.000000e+00 |      --      |    Inf 
874.74/874.90	c   875s| 41600 |  2216 |  2914k|  70.0 |  52M| 101 | 117 |1000 |2015 |1000 |1829 | 327 |3929 |8958 | 0.000000e+00 |      --      |    Inf 
876.25/876.42	c   876s| 41700 |  2234 |  2921k|  70.0 |  52M| 101 |   - |1000 |2019 |1000 |1829 | 327 |3938 |8978 | 0.000000e+00 |      --      |    Inf 
877.95/878.18	c   878s| 41800 |  2236 |  2928k|  70.0 |  52M| 101 | 120 |1000 |2021 |1000 |1829 | 327 |3943 |9013 | 0.000000e+00 |      --      |    Inf 
879.14/879.37	c   879s| 41900 |  2249 |  2935k|  70.0 |  52M| 101 |   - |1000 |2021 |1000 |1829 | 327 |3945 |9028 | 0.000000e+00 |      --      |    Inf 
880.44/880.60	c   881s| 42000 |  2246 |  2940k|  70.0 |  52M| 101 | 118 |1000 |2024 |1000 |1829 | 327 |3951 |9051 | 0.000000e+00 |      --      |    Inf 
881.75/881.95	c   882s| 42100 |  2256 |  2947k|  70.0 |  52M| 101 |   - |1000 |2019 |1000 |1829 | 327 |3956 |9070 | 0.000000e+00 |      --      |    Inf 
883.74/883.91	c   884s| 42200 |  2253 |  2956k|  70.0 |  52M| 101 | 122 |1000 |2024 |1000 |1829 | 327 |3964 |9104 | 0.000000e+00 |      --      |    Inf 
885.54/885.73	c   886s| 42300 |  2258 |  2965k|  70.1 |  52M| 101 | 105 |1000 |2028 |1000 |1829 | 327 |3970 |9132 | 0.000000e+00 |      --      |    Inf 
886.55/886.73	c   887s| 42400 |  2258 |  2970k|  70.0 |  52M| 101 |   - |1000 |2027 |1000 |1829 | 327 |3970 |9149 | 0.000000e+00 |      --      |    Inf 
888.14/888.36	c   888s| 42500 |  2266 |  2977k|  70.0 |  52M| 101 | 109 |1000 |2034 |1000 |1829 | 327 |3981 |9178 | 0.000000e+00 |      --      |    Inf 
890.15/890.33	c   890s| 42600 |  2276 |  2986k|  70.1 |  52M| 101 | 106 |1000 |2035 |1000 |1829 | 327 |4000 |9206 | 0.000000e+00 |      --      |    Inf 
891.55/891.78	c   892s| 42700 |  2284 |  2993k|  70.1 |  52M| 101 | 115 |1000 |2025 |1000 |1829 | 327 |4001 |9228 | 0.000000e+00 |      --      |    Inf 
893.24/893.40	c   893s| 42800 |  2294 |  3001k|  70.1 |  52M| 101 |   - |1000 |2034 |1000 |1829 | 327 |4015 |9254 | 0.000000e+00 |      --      |    Inf 
894.44/894.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
894.44/894.64	c   895s| 42900 |  2302 |  3006k|  70.0 |  52M| 101 |   - |1000 |2037 |1000 |1829 | 327 |4022 |9276 | 0.000000e+00 |      --      |    Inf 
895.65/895.80	c   896s| 43000 |  2330 |  3011k|  70.0 |  52M| 101 | 110 |1000 |2042 |1000 |1829 | 327 |4032 |9296 | 0.000000e+00 |      --      |    Inf 
897.24/897.49	c   897s| 43100 |  2315 |  3019k|  70.0 |  52M| 101 | 116 |1000 |2049 |1000 |1829 | 327 |4050 |9322 | 0.000000e+00 |      --      |    Inf 
898.75/898.91	c   899s| 43200 |  2319 |  3026k|  70.0 |  52M| 101 |   - |1000 |2066 |1000 |1829 | 327 |4070 |9340 | 0.000000e+00 |      --      |    Inf 
900.65/900.82	c   901s| 43300 |  2333 |  3035k|  70.1 |  52M| 101 |   - |1000 |2061 |1000 |1829 | 327 |4079 |9372 | 0.000000e+00 |      --      |    Inf 
902.14/902.37	c   902s| 43400 |  2339 |  3041k|  70.0 |  52M| 101 | 102 |1000 |2064 |1000 |1829 | 327 |4085 |9401 | 0.000000e+00 |      --      |    Inf 
903.44/903.65	c   904s| 43500 |  2337 |  3048k|  70.0 |  52M| 101 | 102 |1000 |2071 |1000 |1829 | 327 |4092 |9415 | 0.000000e+00 |      --      |    Inf 
904.85/905.07	c   905s| 43600 |  2345 |  3054k|  70.0 |  52M| 101 | 100 |1000 |2077 |1000 |1829 | 327 |4100 |9439 | 0.000000e+00 |      --      |    Inf 
906.04/906.30	c   906s| 43700 |  2339 |  3060k|  70.0 |  52M| 101 |   - |1000 |2081 |1000 |1829 | 327 |4106 |9463 | 0.000000e+00 |      --      |    Inf 
907.54/907.76	c   908s| 43800 |  2332 |  3067k|  70.0 |  52M| 101 | 103 |1000 |2076 |1000 |1829 | 327 |4113 |9494 | 0.000000e+00 |      --      |    Inf 
908.74/908.98	c   909s| 43900 |  2332 |  3073k|  70.0 |  52M| 101 |   - |1000 |2077 |1000 |1829 | 327 |4114 |9516 | 0.000000e+00 |      --      |    Inf 
910.44/910.62	c   911s| 44000 |  2339 |  3079k|  70.0 |  52M| 101 | 106 |1000 |2063 |1000 |1829 | 327 |4128 |9545 | 0.000000e+00 |      --      |    Inf 
911.75/911.98	c   912s| 44100 |  2343 |  3086k|  69.9 |  52M| 101 | 114 |1000 |2069 |1000 |1829 | 327 |4146 |9567 | 0.000000e+00 |      --      |    Inf 
913.14/913.37	c   913s| 44200 |  2355 |  3092k|  69.9 |  52M| 101 |   - |1000 |2054 |1000 |1829 | 327 |4151 |9587 | 0.000000e+00 |      --      |    Inf 
914.74/914.91	c   915s| 44300 |  2351 |  3100k|  69.9 |  52M| 101 |   - |1000 |2059 |1000 |1829 | 327 |4166 |9609 | 0.000000e+00 |      --      |    Inf 
916.44/916.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
916.44/916.64	c   917s| 44400 |  2371 |  3107k|  70.0 |  52M| 101 | 102 |1000 |2079 |1000 |1829 | 327 |4195 |9641 | 0.000000e+00 |      --      |    Inf 
917.64/917.82	c   918s| 44500 |  2358 |  3114k|  69.9 |  52M| 101 |   - |1000 |2087 |1000 |1829 | 327 |4208 |9656 | 0.000000e+00 |      --      |    Inf 
919.04/919.26	c   919s| 44600 |  2362 |  3120k|  69.9 |  52M| 101 |   - |1000 |2087 |1000 |1829 | 327 |4213 |9693 | 0.000000e+00 |      --      |    Inf 
920.34/920.58	c   921s| 44700 |  2356 |  3126k|  69.9 |  52M| 101 |   - |1000 |2089 |1000 |1829 | 327 |4215 |9725 | 0.000000e+00 |      --      |    Inf 
922.04/922.28	c   922s| 44800 |  2377 |  3134k|  69.9 |  52M| 101 | 113 |1000 |2103 |1000 |1829 | 327 |4234 |9748 | 0.000000e+00 |      --      |    Inf 
923.63/923.80	c   924s| 44900 |  2369 |  3141k|  69.9 |  52M| 101 |   - |1000 |2125 |   0 |   0 | 327 |4257 |9766 | 0.000000e+00 |      --      |    Inf 
925.44/925.61	c   926s| 45000 |  2362 |  3149k|  69.9 |  52M| 101 | 112 |1000 |2134 |1000 |1829 | 327 |4269 |9801 | 0.000000e+00 |      --      |    Inf 
926.93/927.13	c   927s| 45100 |  2377 |  3157k|  70.0 |  52M| 101 | 102 |1000 |2131 |1000 |1829 | 327 |4287 |9819 | 0.000000e+00 |      --      |    Inf 
927.74/927.96	c   928s| 45200 |  2373 |  3162k|  69.9 |  52M| 101 |   - |1000 |2139 |1000 |1829 | 327 |4295 |9821 | 0.000000e+00 |      --      |    Inf 
929.03/929.26	c   929s| 45300 |  2367 |  3169k|  69.9 |  52M| 101 |   - |1000 |2140 |1000 |1829 | 327 |4305 |9838 | 0.000000e+00 |      --      |    Inf 
930.24/930.41	c   930s| 45400 |  2363 |  3175k|  69.9 |  52M| 101 |   - |1000 |2138 |1000 |1829 | 327 |4309 |9849 | 0.000000e+00 |      --      |    Inf 
931.74/931.95	c   932s| 45500 |  2371 |  3183k|  69.9 |  52M| 101 | 111 |1000 |2123 |1000 |1829 | 327 |4316 |9873 | 0.000000e+00 |      --      |    Inf 
933.04/933.24	c   933s| 45600 |  2358 |  3190k|  69.9 |  52M| 101 |   - |1000 |2133 |1000 |1829 | 327 |4346 |9884 | 0.000000e+00 |      --      |    Inf 
934.14/934.31	c   934s| 45700 |  2362 |  3195k|  69.9 |  52M| 101 | 103 |1000 |2128 |1000 |1829 | 327 |4351 |9903 | 0.000000e+00 |      --      |    Inf 
935.24/935.43	c   935s| 45800 |  2365 |  3201k|  69.8 |  52M| 101 | 103 |1000 |2120 |1000 |1829 | 327 |4355 |9917 | 0.000000e+00 |      --      |    Inf 
936.84/937.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
936.84/937.07	c   937s| 45900 |  2395 |  3209k|  69.9 |  52M| 101 | 118 |1000 |2114 |1000 |1829 | 327 |4363 |9935 | 0.000000e+00 |      --      |    Inf 
938.05/938.23	c   938s| 46000 |  2386 |  3217k|  69.9 |  52M| 101 |   - |1000 |2115 |1000 |1829 | 327 |4366 |9936 | 0.000000e+00 |      --      |    Inf 
939.34/939.54	c   940s| 46100 |  2375 |  3225k|  69.9 |  52M| 101 | 114 |1000 |2115 |1000 |1829 | 327 |4373 |9942 | 0.000000e+00 |      --      |    Inf 
940.44/940.69	c   941s| 46200 |  2367 |  3231k|  69.9 |  52M| 101 | 111 |1000 |2115 |1000 |1829 | 327 |4381 |9950 | 0.000000e+00 |      --      |    Inf 
941.44/941.69	c   942s| 46300 |  2363 |  3237k|  69.9 |  52M| 101 |   - |1000 |2114 |1000 |1829 | 327 |4384 |9952 | 0.000000e+00 |      --      |    Inf 
942.74/942.92	c   943s| 46400 |  2367 |  3245k|  69.9 |  52M| 101 | 112 |1000 |2119 |1000 |1829 | 327 |4396 |9958 | 0.000000e+00 |      --      |    Inf 
943.73/943.94	c   944s| 46500 |  2373 |  3250k|  69.9 |  52M| 101 | 103 |1000 |2116 |1000 |1829 | 327 |4397 |9966 | 0.000000e+00 |      --      |    Inf 
944.84/945.09	c   945s| 46600 |  2379 |  3257k|  69.9 |  52M| 101 |   - |1000 |2125 |1000 |1829 | 327 |4414 |9970 | 0.000000e+00 |      --      |    Inf 
946.04/946.29	c   946s| 46700 |  2368 |  3265k|  69.9 |  52M| 101 |   - |1000 |2129 |1000 |1829 | 327 |4431 |9972 | 0.000000e+00 |      --      |    Inf 
947.04/947.29	c   947s| 46800 |  2386 |  3271k|  69.9 |  52M| 101 |   - |1000 |2129 |1000 |1829 | 327 |4434 |9974 | 0.000000e+00 |      --      |    Inf 
947.94/948.11	c   948s| 46900 |  2382 |  3276k|  69.8 |  52M| 101 |   - |1000 |2134 |1000 |1829 | 327 |4439 |9975 | 0.000000e+00 |      --      |    Inf 
948.83/949.01	c   949s| 47000 |  2376 |  3282k|  69.8 |  52M| 101 |   - |1000 |2134 |1000 |1829 | 327 |4440 |9977 | 0.000000e+00 |      --      |    Inf 
949.94/950.15	c   950s| 47100 |  2394 |  3289k|  69.8 |  52M| 101 | 106 |1000 |2144 |1000 |1829 | 327 |4450 |9980 | 0.000000e+00 |      --      |    Inf 
951.14/951.31	c   951s| 47200 |  2376 |  3297k|  69.8 |  52M| 101 | 111 |1000 |2147 |1000 |1829 | 327 |4454 |9981 | 0.000000e+00 |      --      |    Inf 
952.44/952.65	c   953s| 47300 |  2366 |  3304k|  69.8 |  52M| 101 |   - |1000 |2137 |1000 |1829 | 327 |4461 |9991 | 0.000000e+00 |      --      |    Inf 
953.74/953.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
953.74/953.95	c   954s| 47400 |  2378 |  3311k|  69.8 |  52M| 101 | 122 |1000 |2123 |1000 |1829 | 327 |4467 |  10k| 0.000000e+00 |      --      |    Inf 
954.84/955.08	c   955s| 47500 |  2392 |  3318k|  69.8 |  52M| 101 |   - |1000 |2129 |1000 |1829 | 327 |4475 |  10k| 0.000000e+00 |      --      |    Inf 
955.93/956.14	c   956s| 47600 |  2410 |  3324k|  69.8 |  52M| 101 | 111 |1000 |2129 |1000 |1829 | 327 |4478 |  10k| 0.000000e+00 |      --      |    Inf 
956.93/957.13	c   957s| 47700 |  2414 |  3330k|  69.8 |  52M| 101 |   - |1000 |2128 |1000 |1829 | 327 |4487 |  10k| 0.000000e+00 |      --      |    Inf 
958.43/958.61	c   959s| 47800 |  2406 |  3339k|  69.8 |  52M| 101 |   - |1000 |2142 |1000 |1829 | 327 |4504 |  10k| 0.000000e+00 |      --      |    Inf 
959.53/959.70	c   960s| 47900 |  2402 |  3346k|  69.8 |  52M| 101 |   - |1000 |2143 |1000 |1829 | 327 |4506 |  10k| 0.000000e+00 |      --      |    Inf 
960.83/961.04	c   961s| 48000 |  2407 |  3354k|  69.8 |  52M| 101 | 122 |1000 |2135 |1000 |1829 | 327 |4518 |  10k| 0.000000e+00 |      --      |    Inf 
961.83/962.09	c   962s| 48100 |  2412 |  3360k|  69.8 |  52M| 101 |   - |1000 |2140 |1000 |1829 | 327 |4527 |  10k| 0.000000e+00 |      --      |    Inf 
963.03/963.22	c   963s| 48200 |  2402 |  3367k|  69.8 |  52M| 101 | 114 |1000 |2132 |1000 |1829 | 327 |4542 |  10k| 0.000000e+00 |      --      |    Inf 
964.14/964.34	c   964s| 48300 |  2412 |  3373k|  69.8 |  52M| 101 |   - |1000 |2133 |1000 |1829 | 327 |4553 |  10k| 0.000000e+00 |      --      |    Inf 
964.93/965.18	c   965s| 48400 |  2418 |  3379k|  69.8 |  52M| 101 | 117 |1000 |2136 |1000 |1829 | 327 |4556 |  10k| 0.000000e+00 |      --      |    Inf 
966.13/966.37	c   966s| 48500 |  2407 |  3386k|  69.8 |  52M| 101 |   - |1000 |2129 |1000 |1829 | 327 |4563 |  10k| 0.000000e+00 |      --      |    Inf 
967.23/967.49	c   967s| 48600 |  2424 |  3393k|  69.8 |  52M| 101 |   - |1000 |2127 |1000 |1829 | 327 |4581 |  10k| 0.000000e+00 |      --      |    Inf 
968.54/968.77	c   969s| 48700 |  2405 |  3401k|  69.8 |  52M| 101 |   - |1000 |2126 |1000 |1829 | 327 |4594 |  10k| 0.000000e+00 |      --      |    Inf 
969.63/969.89	c   970s| 48800 |  2407 |  3408k|  69.8 |  52M| 101 | 116 |1000 |2125 |1000 |1829 | 327 |4601 |  10k| 0.000000e+00 |      --      |    Inf 
970.63/970.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
970.63/970.89	c   971s| 48900 |  2406 |  3414k|  69.8 |  52M| 101 | 115 |1000 |2124 |1000 |1829 | 327 |4602 |  10k| 0.000000e+00 |      --      |    Inf 
971.73/971.97	c   972s| 49000 |  2405 |  3420k|  69.8 |  52M| 101 | 120 |1000 |2124 |1000 |1829 | 327 |4609 |  10k| 0.000000e+00 |      --      |    Inf 
973.03/973.20	c   973s| 49100 |  2410 |  3428k|  69.8 |  52M| 101 | 118 |1000 |2123 |1000 |1829 | 327 |4615 |  10k| 0.000000e+00 |      --      |    Inf 
974.13/974.35	c   974s| 49200 |  2414 |  3435k|  69.8 |  52M| 101 |   - |1000 |2133 |1000 |1829 | 327 |4628 |  10k| 0.000000e+00 |      --      |    Inf 
975.13/975.37	c   975s| 49300 |  2413 |  3441k|  69.8 |  52M| 101 |   - |1000 |2137 |1000 |1829 | 327 |4634 |  10k| 0.000000e+00 |      --      |    Inf 
976.33/976.51	c   977s| 49400 |  2401 |  3448k|  69.8 |  52M| 101 | 108 |1000 |2142 |1000 |1829 | 327 |4648 |  10k| 0.000000e+00 |      --      |    Inf 
977.33/977.55	c   978s| 49500 |  2422 |  3455k|  69.8 |  52M| 101 | 117 |1000 |2138 |1000 |1829 | 327 |4650 |  10k| 0.000000e+00 |      --      |    Inf 
978.33/978.50	c   978s| 49600 |  2429 |  3460k|  69.7 |  52M| 101 | 114 |1000 |2153 |1000 |1829 | 327 |4668 |  10k| 0.000000e+00 |      --      |    Inf 
979.43/979.67	c   980s| 49700 |  2439 |  3467k|  69.7 |  52M| 101 |   - |1000 |2160 |1000 |1829 | 327 |4681 |  10k| 0.000000e+00 |      --      |    Inf 
980.33/980.57	c   981s| 49800 |  2453 |  3473k|  69.7 |  52M| 101 |   - |1000 |2160 |1000 |1829 | 327 |4683 |  10k| 0.000000e+00 |      --      |    Inf 
981.53/981.72	c   982s| 49900 |  2459 |  3480k|  69.7 |  52M| 101 |   - |1000 |2164 |1000 |1829 | 327 |4688 |  10k| 0.000000e+00 |      --      |    Inf 
982.73/982.97	c   983s| 50000 |  2476 |  3487k|  69.7 |  52M| 101 | 108 |1000 |2167 |1000 |1829 | 327 |4702 |  10k| 0.000000e+00 |      --      |    Inf 
983.83/984.08	c   984s| 50100 |  2470 |  3495k|  69.7 |  52M| 101 | 115 |1000 |2174 |1000 |1829 | 327 |4713 |  10k| 0.000000e+00 |      --      |    Inf 
985.23/985.44	c   985s| 50200 |  2483 |  3503k|  69.8 |  52M| 101 | 118 |1000 |2186 |1000 |1829 | 327 |4731 |  10k| 0.000000e+00 |      --      |    Inf 
986.33/986.55	c   987s| 50300 |  2475 |  3510k|  69.8 |  52M| 101 | 115 |1000 |2179 |1000 |1829 | 327 |4740 |  10k| 0.000000e+00 |      --      |    Inf 
987.33/987.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
987.33/987.56	c   988s| 50400 |  2472 |  3516k|  69.7 |  52M| 101 |   - |1000 |2188 |1000 |1829 | 327 |4757 |  10k| 0.000000e+00 |      --      |    Inf 
988.53/988.71	c   989s| 50500 |  2486 |  3523k|  69.7 |  53M| 101 |   - |1000 |2194 |1000 |1829 | 327 |4771 |  10k| 0.000000e+00 |      --      |    Inf 
989.74/989.99	c   990s| 50600 |  2502 |  3532k|  69.8 |  53M| 101 | 107 |1000 |2197 |1000 |1829 | 327 |4781 |  10k| 0.000000e+00 |      --      |    Inf 
990.84/991.04	c   991s| 50700 |  2501 |  3539k|  69.8 |  53M| 101 | 116 |1000 |2192 |1000 |1829 | 327 |4784 |  10k| 0.000000e+00 |      --      |    Inf 
992.03/992.21	c   992s| 50800 |  2513 |  3546k|  69.8 |  53M| 101 | 123 |1000 |2186 |1000 |1829 | 327 |4789 |  10k| 0.000000e+00 |      --      |    Inf 
993.04/993.28	c   993s| 50900 |  2526 |  3553k|  69.8 |  53M| 101 | 130 |1000 |2185 |1000 |1829 | 327 |4797 |  10k| 0.000000e+00 |      --      |    Inf 
994.13/994.39	c   994s| 51000 |  2538 |  3560k|  69.8 |  53M| 101 |   - |1000 |2178 |1000 |1829 | 327 |4798 |  10k| 0.000000e+00 |      --      |    Inf 
995.34/995.56	c   996s| 51100 |  2535 |  3567k|  69.8 |  53M| 101 |   - |1000 |2178 |1000 |1829 | 327 |4809 |  10k| 0.000000e+00 |      --      |    Inf 
996.73/996.96	c   997s| 51200 |  2534 |  3574k|  69.8 |  53M| 101 | 100 |1000 |2178 |1000 |1829 | 327 |4813 |  10k| 0.000000e+00 |      --      |    Inf 
998.03/998.26	c   998s| 51300 |  2534 |  3580k|  69.7 |  53M| 101 | 114 |1000 |2177 |1000 |1829 | 327 |4815 |  10k| 0.000000e+00 |      --      |    Inf 
999.33/999.59	c  1000s| 51400 |  2536 |  3586k|  69.7 |  53M| 101 |   - |1000 |2181 |1000 |1829 | 327 |4819 |  10k| 0.000000e+00 |      --      |    Inf 
1000.83/1001.06	c  1001s| 51500 |  2535 |  3593k|  69.7 |  53M| 101 |   - |1000 |2209 |1000 |1829 | 327 |4855 |  10k| 0.000000e+00 |      --      |    Inf 
1002.43/1002.63	c  1003s| 51600 |  2535 |  3600k|  69.7 |  53M| 101 |   - |1000 |2207 |1000 |1829 | 327 |4866 |  10k| 0.000000e+00 |      --      |    Inf 
1003.82/1004.05	c  1004s| 51700 |  2527 |  3608k|  69.7 |  53M| 101 |   - |1000 |2207 |1000 |1829 | 327 |4876 |  10k| 0.000000e+00 |      --      |    Inf 
1005.43/1005.68	c  1006s| 51800 |  2543 |  3615k|  69.8 |  53M| 101 | 123 |1000 |2201 |1000 |1829 | 327 |4883 |  10k| 0.000000e+00 |      --      |    Inf 
1006.72/1006.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1006.72/1006.98	c  1007s| 51900 |  2533 |  3622k|  69.8 |  53M| 101 |   - |1000 |2199 |1000 |1829 | 327 |4888 |  10k| 0.000000e+00 |      --      |    Inf 
1008.33/1008.56	c  1009s| 52000 |  2524 |  3629k|  69.8 |  53M| 101 | 110 |1000 |2206 |1000 |1829 | 327 |4900 |  10k| 0.000000e+00 |      --      |    Inf 
1009.82/1010.02	c  1010s| 52100 |  2520 |  3636k|  69.8 |  53M| 101 |   - |1000 |2197 |1000 |1829 | 327 |4910 |  10k| 0.000000e+00 |      --      |    Inf 
1011.63/1011.85	c  1012s| 52200 |  2530 |  3644k|  69.8 |  53M| 101 |   - |1000 |2200 |1000 |1829 | 327 |4922 |  10k| 0.000000e+00 |      --      |    Inf 
1013.23/1013.45	c  1013s| 52300 |  2528 |  3652k|  69.8 |  53M| 101 | 112 |1000 |2202 |1000 |1829 | 327 |4940 |  10k| 0.000000e+00 |      --      |    Inf 
1013.93/1014.13	c  1014s| 52400 |  2540 |  3656k|  69.7 |  53M| 101 |  99 |1000 |2210 |1000 |1829 | 327 |4948 |  10k| 0.000000e+00 |      --      |    Inf 
1015.04/1015.24	c  1015s| 52500 |  2532 |  3661k|  69.7 |  53M| 101 | 121 |1000 |2210 |1000 |1829 | 327 |4948 |  10k| 0.000000e+00 |      --      |    Inf 
1016.72/1016.90	c  1017s| 52600 |  2529 |  3670k|  69.7 |  53M| 101 |   - |1000 |2196 |1000 |1829 | 327 |4960 |  10k| 0.000000e+00 |      --      |    Inf 
1018.23/1018.42	c  1018s| 52700 |  2533 |  3677k|  69.7 |  53M| 101 |   - |1000 |2197 |1000 |1829 | 327 |4971 |  10k| 0.000000e+00 |      --      |    Inf 
1020.02/1020.20	c  1020s| 52800 |  2543 |  3685k|  69.8 |  53M| 101 |   - |1000 |2185 |1000 |1829 | 327 |4983 |  10k| 0.000000e+00 |      --      |    Inf 
1021.73/1021.93	c  1022s| 52900 |  2527 |  3694k|  69.8 |  53M| 101 |   - |1000 |2185 |1000 |1829 | 327 |5005 |  10k| 0.000000e+00 |      --      |    Inf 
1023.63/1023.82	c  1024s| 53000 |  2535 |  3702k|  69.8 |  53M| 101 |   - |1000 |2181 |1000 |1829 | 327 |5012 |  10k| 0.000000e+00 |      --      |    Inf 
1024.72/1024.99	c  1025s| 53100 |  2555 |  3708k|  69.8 |  53M| 101 | 126 |1000 |2174 |1000 |1829 | 327 |5016 |  10k| 0.000000e+00 |      --      |    Inf 
1026.82/1027.03	c  1027s| 53200 |  2559 |  3718k|  69.9 |  53M| 101 |   - |1000 |2162 |1000 |1829 | 327 |5020 |  10k| 0.000000e+00 |      --      |    Inf 
1028.33/1028.55	c  1029s| 53300 |  2562 |  3726k|  69.9 |  53M| 101 |   - |1000 |2156 |1000 |1829 | 327 |5023 |  10k| 0.000000e+00 |      --      |    Inf 
1029.72/1029.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1029.72/1029.94	c  1030s| 53400 |  2564 |  3733k|  69.9 |  53M| 101 | 123 |1000 |2157 |1000 |1829 | 327 |5026 |  10k| 0.000000e+00 |      --      |    Inf 
1031.42/1031.68	c  1032s| 53500 |  2570 |  3741k|  69.9 |  53M| 101 |   - |1000 |2158 |1000 |1829 | 327 |5033 |  10k| 0.000000e+00 |      --      |    Inf 
1033.22/1033.46	c  1033s| 53600 |  2590 |  3750k|  69.9 |  53M| 101 | 110 |1000 |2141 |1000 |1829 | 327 |5042 |  10k| 0.000000e+00 |      --      |    Inf 
1034.93/1035.16	c  1035s| 53700 |  2588 |  3757k|  69.9 |  53M| 101 | 117 |1000 |2136 |1000 |1829 | 327 |5050 |  10k| 0.000000e+00 |      --      |    Inf 
1036.22/1036.41	c  1036s| 53800 |  2601 |  3764k|  69.9 |  53M| 101 | 115 |1000 |2136 |1000 |1829 | 327 |5056 |  10k| 0.000000e+00 |      --      |    Inf 
1037.73/1037.97	c  1038s| 53900 |  2604 |  3772k|  70.0 |  53M| 101 |   - |1000 |2140 |1000 |1829 | 327 |5060 |  10k| 0.000000e+00 |      --      |    Inf 
1039.72/1039.91	c  1040s| 54000 |  2598 |  3781k|  70.0 |  53M| 101 |   - |1000 |2141 |1000 |1829 | 327 |5066 |  10k| 0.000000e+00 |      --      |    Inf 
1041.02/1041.22	c  1041s| 54100 |  2618 |  3788k|  70.0 |  53M| 101 | 111 |1000 |2149 |1000 |1829 | 327 |5080 |  10k| 0.000000e+00 |      --      |    Inf 
1042.92/1043.13	c  1043s| 54200 |  2626 |  3795k|  70.0 |  53M| 101 | 124 |1000 |2154 |1000 |1829 | 327 |5092 |  10k| 0.000000e+00 |      --      |    Inf 
1044.32/1044.52	c  1045s| 54300 |  2620 |  3803k|  70.0 |  53M| 101 |   - |1000 |2153 |1000 |1829 | 327 |5107 |  10k| 0.000000e+00 |      --      |    Inf 
1045.62/1045.88	c  1046s| 54400 |  2628 |  3810k|  70.0 |  53M| 101 | 123 |1000 |2160 |1000 |1829 | 327 |5117 |  10k| 0.000000e+00 |      --      |    Inf 
1047.22/1047.47	c  1047s| 54500 |  2646 |  3818k|  70.0 |  53M| 101 |   - |1000 |2163 |1000 |1829 | 327 |5124 |  10k| 0.000000e+00 |      --      |    Inf 
1048.82/1049.04	c  1049s| 54600 |  2626 |  3825k|  70.0 |  53M| 101 | 112 |1000 |2166 |1000 |1829 | 327 |5131 |  10k| 0.000000e+00 |      --      |    Inf 
1050.32/1050.54	c  1051s| 54700 |  2628 |  3833k|  70.0 |  53M| 101 | 115 |1000 |2193 |1000 |1829 | 327 |5164 |  10k| 0.000000e+00 |      --      |    Inf 
1052.02/1052.21	c  1052s| 54800 |  2616 |  3841k|  70.1 |  53M| 101 | 115 |1000 |2202 |1000 |1829 | 327 |5187 |  10k| 0.000000e+00 |      --      |    Inf 
1053.31/1053.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1053.31/1053.59	c  1054s| 54900 |  2620 |  3847k|  70.0 |  53M| 101 |   - |1000 |2204 |1000 |1829 | 327 |5192 |  10k| 0.000000e+00 |      --      |    Inf 
1054.92/1055.10	c  1055s| 55000 |  2610 |  3854k|  70.0 |  53M| 101 |   - |1000 |2191 |1000 |1829 | 327 |5195 |  10k| 0.000000e+00 |      --      |    Inf 
1056.32/1056.51	c  1057s| 55100 |  2641 |  3860k|  70.0 |  53M| 101 |   - |1000 |2190 |1000 |1829 | 327 |5199 |  10k| 0.000000e+00 |      --      |    Inf 
1058.11/1058.31	c  1058s| 55200 |  2667 |  3869k|  70.1 |  53M| 101 |   - |1000 |2194 |1000 |1829 | 327 |5217 |  10k| 0.000000e+00 |      --      |    Inf 
1060.13/1060.31	c  1060s| 55300 |  2679 |  3878k|  70.1 |  53M| 101 |   - |1000 |2202 |1000 |1829 | 327 |5238 |  10k| 0.000000e+00 |      --      |    Inf 
1061.23/1061.49	c  1061s| 55400 |  2681 |  3885k|  70.1 |  53M| 101 | 112 |1000 |2205 |1000 |1829 | 327 |5256 |  10k| 0.000000e+00 |      --      |    Inf 
1063.52/1063.71	c  1064s| 55500 |  2671 |  3895k|  70.2 |  53M| 101 |   - |1000 |2203 |1000 |1829 | 327 |5277 |  10k| 0.000000e+00 |      --      |    Inf 
1064.81/1065.09	c  1065s| 55600 |  2675 |  3903k|  70.2 |  53M| 101 |   - |1000 |2202 |1000 |1829 | 327 |5282 |  10k| 0.000000e+00 |      --      |    Inf 
1066.82/1067.02	c  1067s| 55700 |  2683 |  3912k|  70.2 |  53M| 101 |   - |1000 |2213 |1000 |1829 | 327 |5294 |  10k| 0.000000e+00 |      --      |    Inf 
1068.32/1068.55	c  1069s| 55800 |  2689 |  3919k|  70.2 |  53M| 101 |   - |1000 |2218 |1000 |1829 | 327 |5302 |  10k| 0.000000e+00 |      --      |    Inf 
1070.12/1070.37	c  1070s| 55900 |  2685 |  3928k|  70.2 |  53M| 101 | 113 |1000 |2187 |1000 |1829 | 327 |5313 |  10k| 0.000000e+00 |      --      |    Inf 
1071.71/1071.92	c  1072s| 56000 |  2684 |  3936k|  70.3 |  53M| 101 | 139 |1000 |2188 |1000 |1829 | 327 |5333 |  10k| 0.000000e+00 |      --      |    Inf 
1073.32/1073.56	c  1074s| 56100 |  2698 |  3943k|  70.3 |  53M| 101 |   - |1000 |2188 |1000 |1829 | 327 |5341 |  10k| 0.000000e+00 |      --      |    Inf 
1075.01/1075.25	c  1075s| 56200 |  2698 |  3951k|  70.3 |  53M| 101 | 111 |1000 |2170 |1000 |1829 | 327 |5351 |  11k| 0.000000e+00 |      --      |    Inf 
1076.81/1077.07	c  1077s| 56300 |  2706 |  3960k|  70.3 |  53M| 101 | 107 |1000 |2160 |1000 |1829 | 327 |5355 |  11k| 0.000000e+00 |      --      |    Inf 
1078.71/1078.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1078.71/1078.91	c  1079s| 56400 |  2689 |  3969k|  70.3 |  53M| 101 | 119 |1000 |2154 |1000 |1829 | 327 |5366 |  11k| 0.000000e+00 |      --      |    Inf 
1080.21/1080.40	c  1080s| 56500 |  2690 |  3976k|  70.3 |  53M| 101 | 113 |1000 |2165 |1000 |1829 | 327 |5386 |  11k| 0.000000e+00 |      --      |    Inf 
1081.62/1081.88	c  1082s| 56600 |  2720 |  3983k|  70.3 |  53M| 101 | 113 |1000 |2177 |1000 |1829 | 327 |5400 |  11k| 0.000000e+00 |      --      |    Inf 
1083.01/1083.26	c  1083s| 56700 |  2736 |  3989k|  70.3 |  53M| 101 | 113 |1000 |2150 |1000 |1829 | 327 |5406 |  11k| 0.000000e+00 |      --      |    Inf 
1084.61/1084.88	c  1085s| 56800 |  2718 |  3997k|  70.3 |  53M| 101 |   - |1000 |2161 |1000 |1829 | 327 |5423 |  11k| 0.000000e+00 |      --      |    Inf 
1086.11/1086.35	c  1086s| 56900 |  2750 |  4004k|  70.3 |  53M| 101 |   - |1000 |2156 |1000 |1829 | 327 |5434 |  11k| 0.000000e+00 |      --      |    Inf 
1093.22/1093.41	c  1093s| 57000 |  2760 |  4012k|  70.4 |  53M| 101 |   - |1000 |2137 |1000 |1829 | 327 |5438 |  11k| 0.000000e+00 |      --      |    Inf 
1094.41/1094.60	c  1095s| 57100 |  2759 |  4020k|  70.4 |  53M| 101 | 113 |1000 |2133 |1000 |1829 | 327 |5452 |  11k| 0.000000e+00 |      --      |    Inf 
1095.71/1095.94	c  1096s| 57200 |  2761 |  4029k|  70.4 |  53M| 101 |   - |1000 |2121 |1000 |1829 | 327 |5461 |  11k| 0.000000e+00 |      --      |    Inf 
1096.91/1097.14	c  1097s| 57300 |  2753 |  4036k|  70.4 |  53M| 101 | 113 |1000 |2118 |1000 |1829 | 327 |5470 |  11k| 0.000000e+00 |      --      |    Inf 
1098.11/1098.35	c  1098s| 57400 |  2753 |  4044k|  70.4 |  53M| 101 |   - |1000 |2106 |1000 |1829 | 327 |5491 |  11k| 0.000000e+00 |      --      |    Inf 
1099.11/1099.40	c  1099s| 57500 |  2759 |  4051k|  70.4 |  53M| 101 | 111 |1000 |2115 |1000 |1829 | 327 |5504 |  11k| 0.000000e+00 |      --      |    Inf 
1100.61/1100.82	c  1101s| 57600 |  2763 |  4058k|  70.4 |  53M| 101 |   - |1000 |2119 |1000 |1829 | 327 |5509 |  11k| 0.000000e+00 |      --      |    Inf 
1102.21/1102.47	c  1102s| 57700 |  2758 |  4066k|  70.4 |  53M| 101 |   - |1000 |2120 |1000 |1829 | 327 |5521 |  11k| 0.000000e+00 |      --      |    Inf 
1103.71/1103.91	c  1104s| 57800 |  2772 |  4073k|  70.4 |  53M| 101 | 116 |1000 |2121 |1000 |1829 | 327 |5531 |  11k| 0.000000e+00 |      --      |    Inf 
1105.11/1105.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1105.11/1105.33	c  1105s| 57900 |  2780 |  4079k|  70.4 |  53M| 101 | 133 |1000 |2118 |1000 |1829 | 327 |5535 |  11k| 0.000000e+00 |      --      |    Inf 
1106.71/1106.99	c  1107s| 58000 |  2778 |  4087k|  70.4 |  53M| 101 | 109 |1000 |2112 |1000 |1829 | 327 |5543 |  11k| 0.000000e+00 |      --      |    Inf 
1108.11/1108.33	c  1108s| 58100 |  2800 |  4094k|  70.4 |  53M| 101 | 113 |1000 |2118 |1000 |1829 | 327 |5551 |  11k| 0.000000e+00 |      --      |    Inf 
1109.21/1109.41	c  1109s| 58200 |  2790 |  4099k|  70.4 |  53M| 101 | 104 |1000 |2113 |1000 |1829 | 327 |5553 |  11k| 0.000000e+00 |      --      |    Inf 
1110.91/1111.10	c  1111s| 58300 |  2789 |  4107k|  70.4 |  53M| 101 | 127 |1000 |2109 |1000 |1829 | 327 |5563 |  11k| 0.000000e+00 |      --      |    Inf 
1112.21/1112.49	c  1112s| 58400 |  2797 |  4114k|  70.4 |  53M| 101 |   - |1000 |2108 |1000 |1829 | 327 |5573 |  11k| 0.000000e+00 |      --      |    Inf 
1113.71/1113.96	c  1114s| 58500 |  2801 |  4121k|  70.4 |  53M| 101 | 114 |1000 |2112 |1000 |1829 | 327 |5582 |  11k| 0.000000e+00 |      --      |    Inf 
1114.91/1115.13	c  1115s| 58600 |  2795 |  4126k|  70.4 |  53M| 101 |   - |1000 |2119 |1000 |1829 | 327 |5593 |  11k| 0.000000e+00 |      --      |    Inf 
1116.11/1116.38	c  1116s| 58700 |  2799 |  4132k|  70.4 |  53M| 101 | 122 |1000 |2114 |1000 |1829 | 327 |5599 |  11k| 0.000000e+00 |      --      |    Inf 
1117.71/1117.96	c  1118s| 58800 |  2837 |  4139k|  70.4 |  53M| 101 | 129 |1000 |2119 |1000 |1829 | 327 |5606 |  11k| 0.000000e+00 |      --      |    Inf 
1119.01/1119.20	c  1119s| 58900 |  2861 |  4145k|  70.3 |  53M| 101 | 103 |1000 |2121 |1000 |1829 | 327 |5613 |  11k| 0.000000e+00 |      --      |    Inf 
1120.11/1120.38	c  1120s| 59000 |  2877 |  4151k|  70.3 |  53M| 101 | 106 |1000 |2124 |1000 |1829 | 327 |5616 |  11k| 0.000000e+00 |      --      |    Inf 
1121.31/1121.57	c  1122s| 59100 |  2881 |  4156k|  70.3 |  53M| 101 |   - |1000 |2126 |1000 |1829 | 327 |5618 |  11k| 0.000000e+00 |      --      |    Inf 
1122.51/1122.76	c  1123s| 59200 |  2885 |  4162k|  70.3 |  54M| 101 |   - |1000 |2128 |1000 |1829 | 327 |5620 |  11k| 0.000000e+00 |      --      |    Inf 
1123.71/1123.94	c  1124s| 59300 |  2874 |  4168k|  70.3 |  53M| 101 |   - |1000 |2130 |1000 |1829 | 327 |5622 |  11k| 0.000000e+00 |      --      |    Inf 
1125.31/1125.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1125.31/1125.58	c  1126s| 59400 |  2841 |  4175k|  70.3 |  53M| 101 | 115 |1000 |2136 |1000 |1829 | 327 |5636 |  11k| 0.000000e+00 |      --      |    Inf 
1126.70/1126.96	c  1127s| 59500 |  2841 |  4182k|  70.3 |  53M| 101 |   - |1000 |2125 |1000 |1829 | 327 |5645 |  11k| 0.000000e+00 |      --      |    Inf 
1128.41/1128.64	c  1129s| 59600 |  2847 |  4190k|  70.3 |  53M| 101 |   - |1000 |2126 |1000 |1829 | 327 |5654 |  11k| 0.000000e+00 |      --      |    Inf 
1130.21/1130.43	c  1130s| 59700 |  2851 |  4198k|  70.3 |  53M| 101 | 124 |1000 |2117 |1000 |1829 | 327 |5667 |  11k| 0.000000e+00 |      --      |    Inf 
1131.71/1131.99	c  1132s| 59800 |  2843 |  4206k|  70.3 |  53M| 101 |   - |1000 |2099 |1000 |1829 | 327 |5674 |  11k| 0.000000e+00 |      --      |    Inf 
1133.61/1133.83	c  1134s| 59900 |  2825 |  4214k|  70.3 |  53M| 101 |   - |1000 |2102 |1000 |1829 | 327 |5690 |  11k| 0.000000e+00 |      --      |    Inf 
1135.10/1135.36	c  1135s| 60000 |  2834 |  4221k|  70.3 |  53M| 101 | 142 |1000 |2091 |1000 |1829 | 327 |5697 |  11k| 0.000000e+00 |      --      |    Inf 
1136.61/1136.85	c  1137s| 60100 |  2847 |  4228k|  70.3 |  53M| 101 |   - |1000 |2097 |1000 |1829 | 327 |5706 |  11k| 0.000000e+00 |      --      |    Inf 
1138.01/1138.27	c  1138s| 60200 |  2887 |  4235k|  70.3 |  53M| 101 | 114 |1000 |2102 |1000 |1829 | 327 |5712 |  11k| 0.000000e+00 |      --      |    Inf 
1139.50/1139.72	c  1140s| 60300 |  2877 |  4242k|  70.3 |  53M| 101 | 107 |1000 |2104 |1000 |1829 | 327 |5714 |  11k| 0.000000e+00 |      --      |    Inf 
1140.71/1140.95	c  1141s| 60400 |  2865 |  4248k|  70.3 |  53M| 101 | 119 |1000 |2104 |1000 |1829 | 327 |5714 |  11k| 0.000000e+00 |      --      |    Inf 
1142.21/1142.49	c  1142s| 60500 |  2871 |  4255k|  70.3 |  53M| 101 | 104 |1000 |2106 |1000 |1829 | 327 |5727 |  11k| 0.000000e+00 |      --      |    Inf 
1143.30/1143.57	c  1144s| 60600 |  2867 |  4260k|  70.3 |  53M| 101 |   - |1000 |2108 |1000 |1829 | 327 |5729 |  11k| 0.000000e+00 |      --      |    Inf 
1144.60/1144.88	c  1145s| 60700 |  2853 |  4266k|  70.3 |  53M| 101 | 104 |1000 |2111 |1000 |1829 | 327 |5738 |  12k| 0.000000e+00 |      --      |    Inf 
1146.31/1146.53	c  1147s| 60800 |  2850 |  4274k|  70.3 |  53M| 101 |   - |1000 |2127 |1000 |1829 | 327 |5761 |  12k| 0.000000e+00 |      --      |    Inf 
1148.30/1148.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1148.30/1148.50	c  1148s| 60900 |  2848 |  4283k|  70.3 |  53M| 101 | 119 |1000 |2125 |1000 |1829 | 327 |5773 |  12k| 0.000000e+00 |      --      |    Inf 
1149.91/1150.18	c  1150s| 61000 |  2842 |  4290k|  70.3 |  53M| 101 | 125 |1000 |2132 |1000 |1829 | 327 |5790 |  12k| 0.000000e+00 |      --      |    Inf 
1151.31/1151.59	c  1152s| 61100 |  2856 |  4297k|  70.3 |  54M| 101 | 113 |1000 |2129 |1000 |1829 | 327 |5795 |  12k| 0.000000e+00 |      --      |    Inf 
1153.00/1153.24	c  1153s| 61200 |  2856 |  4305k|  70.3 |  54M| 101 |   - |1000 |2142 |1000 |1829 | 327 |5814 |  12k| 0.000000e+00 |      --      |    Inf 
1154.90/1155.11	c  1155s| 61300 |  2866 |  4314k|  70.3 |  54M| 101 | 121 |1000 |2150 |1000 |1829 | 327 |5828 |  12k| 0.000000e+00 |      --      |    Inf 
1156.31/1156.59	c  1157s| 61400 |  2858 |  4321k|  70.4 |  54M| 101 |   - |1000 |2148 |1000 |1829 | 327 |5832 |  12k| 0.000000e+00 |      --      |    Inf 
1157.90/1158.18	c  1158s| 61500 |  2855 |  4329k|  70.4 |  54M| 101 | 104 |1000 |2156 |1000 |1829 | 327 |5841 |  12k| 0.000000e+00 |      --      |    Inf 
1159.60/1159.82	c  1160s| 61600 |  2858 |  4337k|  70.4 |  54M| 101 |   - |1000 |2155 |1000 |1829 | 327 |5846 |  12k| 0.000000e+00 |      --      |    Inf 
1161.20/1161.44	c  1161s| 61700 |  2856 |  4345k|  70.4 |  53M| 101 |   - |1000 |2155 |1000 |1829 | 327 |5857 |  12k| 0.000000e+00 |      --      |    Inf 
1162.51/1162.74	c  1163s| 61800 |  2868 |  4351k|  70.4 |  54M| 101 | 105 |1000 |2149 |1000 |1829 | 327 |5865 |  12k| 0.000000e+00 |      --      |    Inf 
1164.01/1164.26	c  1164s| 61900 |  2870 |  4358k|  70.4 |  54M| 101 | 122 |1000 |2131 |1000 |1829 | 327 |5870 |  12k| 0.000000e+00 |      --      |    Inf 
1165.71/1165.90	c  1166s| 62000 |  2866 |  4366k|  70.4 |  54M| 101 |   - |1000 |2137 |1000 |1829 | 327 |5881 |  12k| 0.000000e+00 |      --      |    Inf 
1167.30/1167.58	c  1168s| 62100 |  2876 |  4374k|  70.4 |  54M| 101 | 130 |1000 |2148 |1000 |1829 | 327 |5905 |  12k| 0.000000e+00 |      --      |    Inf 
1168.81/1169.08	c  1169s| 62200 |  2890 |  4382k|  70.4 |  54M| 101 |   - |1000 |2145 |1000 |1829 | 327 |5909 |  12k| 0.000000e+00 |      --      |    Inf 
1170.11/1170.38	c  1170s| 62300 |  2877 |  4389k|  70.4 |  54M| 101 |   - |1000 |2133 |1000 |1829 | 327 |5930 |  12k| 0.000000e+00 |      --      |    Inf 
1171.31/1171.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1171.31/1171.53	c  1172s| 62400 |  2867 |  4395k|  70.4 |  54M| 101 |   - |1000 |2138 |1000 |1829 | 327 |5944 |  12k| 0.000000e+00 |      --      |    Inf 
1172.60/1172.80	c  1173s| 62500 |  2879 |  4401k|  70.4 |  54M| 101 | 114 |1000 |2134 |1000 |1829 | 327 |5947 |  12k| 0.000000e+00 |      --      |    Inf 
1174.40/1174.60	c  1175s| 62600 |  2883 |  4411k|  70.4 |  54M| 101 | 112 |1000 |2117 |1000 |1829 | 327 |5959 |  12k| 0.000000e+00 |      --      |    Inf 
1175.40/1175.65	c  1176s| 62700 |  2890 |  4417k|  70.4 |  54M| 101 | 120 |1000 |2125 |1000 |1829 | 327 |5969 |  12k| 0.000000e+00 |      --      |    Inf 
1176.71/1176.99	c  1177s| 62800 |  2884 |  4424k|  70.4 |  54M| 101 | 111 |1000 |2120 |1000 |1829 | 327 |5978 |  12k| 0.000000e+00 |      --      |    Inf 
1177.91/1178.12	c  1178s| 62900 |  2885 |  4432k|  70.4 |  54M| 101 |   - |1000 |2107 |1000 |1829 | 327 |5984 |  12k| 0.000000e+00 |      --      |    Inf 
1179.30/1179.56	c  1180s| 63000 |  2878 |  4440k|  70.5 |  54M| 101 | 111 |1000 |2102 |1000 |1829 | 327 |5994 |  12k| 0.000000e+00 |      --      |    Inf 
1180.50/1180.73	c  1181s| 63100 |  2872 |  4447k|  70.5 |  54M| 101 |   - |1000 |2108 |1000 |1829 | 327 |6008 |  12k| 0.000000e+00 |      --      |    Inf 
1181.80/1182.08	c  1182s| 63200 |  2863 |  4454k|  70.5 |  54M| 101 |   - |1000 |2098 |1000 |1829 | 327 |6022 |  12k| 0.000000e+00 |      --      |    Inf 
1183.20/1183.44	c  1183s| 63300 |  2897 |  4461k|  70.5 |  54M| 101 |   - |1000 |2100 |1000 |1829 | 327 |6024 |  12k| 0.000000e+00 |      --      |    Inf 
1184.51/1184.72	c  1185s| 63400 |  2887 |  4469k|  70.5 |  54M| 101 | 104 |1000 |2093 |1000 |1829 | 327 |6028 |  12k| 0.000000e+00 |      --      |    Inf 
1185.40/1185.66	c  1186s| 63500 |  2883 |  4475k|  70.4 |  54M| 101 | 106 |1000 |2121 |1000 |1829 | 327 |6058 |  12k| 0.000000e+00 |      --      |    Inf 
1186.60/1186.89	c  1187s| 63600 |  2888 |  4482k|  70.5 |  54M| 101 | 117 |1000 |2117 |1000 |1829 | 327 |6070 |  12k| 0.000000e+00 |      --      |    Inf 
1187.70/1187.98	c  1188s| 63700 |  2920 |  4489k|  70.4 |  54M| 101 |   - |1000 |2130 |1000 |1829 | 327 |6086 |  12k| 0.000000e+00 |      --      |    Inf 
1188.81/1189.03	c  1189s| 63800 |  2910 |  4495k|  70.4 |  54M| 101 |   - |1000 |2131 |1000 |1829 | 327 |6092 |  12k| 0.000000e+00 |      --      |    Inf 
1189.70/1189.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1189.70/1189.90	c  1190s| 63900 |  2926 |  4500k|  70.4 |  54M| 101 |   - |1000 |2132 |1000 |1829 | 327 |6093 |  12k| 0.000000e+00 |      --      |    Inf 
1190.60/1190.85	c  1191s| 64000 |  2912 |  4506k|  70.4 |  54M| 101 |   - |1000 |2137 |1000 |1829 | 327 |6098 |  12k| 0.000000e+00 |      --      |    Inf 
1191.60/1191.88	c  1192s| 64100 |  2915 |  4513k|  70.4 |  54M| 101 |   - |1000 |2137 |1000 |1829 | 327 |6098 |  12k| 0.000000e+00 |      --      |    Inf 
1192.90/1193.18	c  1193s| 64200 |  2916 |  4520k|  70.4 |  54M| 101 | 108 |1000 |2131 |1000 |1829 | 327 |6102 |  12k| 0.000000e+00 |      --      |    Inf 
1194.20/1194.46	c  1194s| 64300 |  2904 |  4528k|  70.4 |  54M| 101 |   - |1000 |2134 |1000 |1829 | 327 |6114 |  12k| 0.000000e+00 |      --      |    Inf 
1195.50/1195.72	c  1196s| 64400 |  2894 |  4536k|  70.4 |  54M| 101 |   - |1000 |2122 |1000 |1829 | 327 |6127 |  12k| 0.000000e+00 |      --      |    Inf 
1197.00/1197.29	c  1197s| 64500 |  2902 |  4544k|  70.4 |  54M| 101 | 135 |1000 |2115 |1000 |1829 | 327 |6137 |  12k| 0.000000e+00 |      --      |    Inf 
1198.40/1198.69	c  1199s| 64600 |  2907 |  4554k|  70.5 |  54M| 101 |   - |1000 |2114 |1000 |1829 | 327 |6149 |  12k| 0.000000e+00 |      --      |    Inf 
1199.70/1199.91	c  1200s| 64700 |  2898 |  4561k|  70.5 |  54M| 101 |   - |1000 |2103 |1000 |1829 | 327 |6157 |  12k| 0.000000e+00 |      --      |    Inf 
1201.20/1201.48	c  1201s| 64800 |  2911 |  4570k|  70.5 |  54M| 101 |   - |1000 |2109 |1000 |1829 | 327 |6171 |  12k| 0.000000e+00 |      --      |    Inf 
1202.50/1202.70	c  1203s| 64900 |  2929 |  4578k|  70.5 |  54M| 101 | 110 |1000 |2097 |1000 |1829 | 327 |6182 |  12k| 0.000000e+00 |      --      |    Inf 
1203.49/1203.70	c  1204s| 65000 |  2943 |  4584k|  70.5 |  54M| 101 | 111 |1000 |2082 |1000 |1829 | 327 |6189 |  12k| 0.000000e+00 |      --      |    Inf 
1204.49/1204.75	c  1205s| 65100 |  2963 |  4591k|  70.5 |  54M| 101 |   - |1000 |2090 |1000 |1829 | 327 |6197 |  12k| 0.000000e+00 |      --      |    Inf 
1205.59/1205.80	c  1206s| 65200 |  2954 |  4597k|  70.5 |  54M| 101 | 114 |1000 |2096 |1000 |1829 | 327 |6203 |  12k| 0.000000e+00 |      --      |    Inf 
1206.69/1206.91	c  1207s| 65300 |  2955 |  4604k|  70.5 |  54M| 101 | 111 |1000 |2104 |1000 |1829 | 327 |6213 |  12k| 0.000000e+00 |      --      |    Inf 
1207.60/1207.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1207.60/1207.89	c  1208s| 65400 |  2955 |  4611k|  70.5 |  54M| 101 |   - |1000 |2102 |1000 |1829 | 327 |6213 |  12k| 0.000000e+00 |      --      |    Inf 
1208.60/1208.87	c  1209s| 65500 |  2953 |  4617k|  70.5 |  54M| 101 |   - |1000 |2104 |1000 |1829 | 327 |6215 |  12k| 0.000000e+00 |      --      |    Inf 
1209.90/1210.13	c  1210s| 65600 |  2955 |  4625k|  70.5 |  54M| 101 |   - |1000 |2088 |1000 |1829 | 327 |6230 |  12k| 0.000000e+00 |      --      |    Inf 
1211.19/1211.41	c  1211s| 65700 |  2950 |  4633k|  70.5 |  54M| 101 |   - |1000 |2078 |1000 |1829 | 327 |6235 |  12k| 0.000000e+00 |      --      |    Inf 
1212.09/1212.39	c  1212s| 65800 |  2946 |  4639k|  70.5 |  54M| 101 |   - |1000 |2073 |1000 |1829 | 327 |6240 |  12k| 0.000000e+00 |      --      |    Inf 
1213.29/1213.51	c  1214s| 65900 |  2953 |  4647k|  70.5 |  54M| 101 | 121 |1000 |2077 |1000 |1829 | 327 |6257 |  12k| 0.000000e+00 |      --      |    Inf 
1214.39/1214.67	c  1215s| 66000 |  2957 |  4654k|  70.5 |  54M| 101 | 113 |1000 |2082 |1000 |1829 | 327 |6275 |  12k| 0.000000e+00 |      --      |    Inf 
1215.59/1215.83	c  1216s| 66100 |  2945 |  4661k|  70.5 |  54M| 101 | 131 |1000 |2068 |1000 |1829 | 327 |6279 |  12k| 0.000000e+00 |      --      |    Inf 
1216.79/1217.03	c  1217s| 66200 |  2946 |  4668k|  70.5 |  54M| 101 | 107 |1000 |2072 |1000 |1829 | 327 |6293 |  12k| 0.000000e+00 |      --      |    Inf 
1218.09/1218.31	c  1218s| 66300 |  2944 |  4677k|  70.5 |  54M| 101 |   - |1000 |2080 |1000 |1829 | 327 |6307 |  12k| 0.000000e+00 |      --      |    Inf 
1219.39/1219.62	c  1220s| 66400 |  2970 |  4685k|  70.5 |  54M| 101 |   - |1000 |2074 |1000 |1829 | 327 |6311 |  12k| 0.000000e+00 |      --      |    Inf 
1220.59/1220.88	c  1221s| 66500 |  2965 |  4693k|  70.5 |  54M| 101 |   - |1000 |2075 |1000 |1829 | 327 |6318 |  12k| 0.000000e+00 |      --      |    Inf 
1221.59/1221.85	c  1222s| 66600 |  2967 |  4699k|  70.5 |  54M| 101 |   - |1000 |2077 |1000 |1829 | 327 |6322 |  12k| 0.000000e+00 |      --      |    Inf 
1222.59/1222.87	c  1223s| 66700 |  2967 |  4706k|  70.5 |  54M| 101 |   - |1000 |2088 |1000 |1829 | 327 |6333 |  12k| 0.000000e+00 |      --      |    Inf 
1223.79/1224.01	c  1224s| 66800 |  2957 |  4714k|  70.5 |  54M| 101 |   - |1000 |2092 |1000 |1829 | 327 |6338 |  12k| 0.000000e+00 |      --      |    Inf 
1224.79/1225.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1224.79/1225.02	c  1225s| 66900 |  2957 |  4720k|  70.5 |  54M| 101 |   - |1000 |2094 |1000 |1829 | 327 |6344 |  12k| 0.000000e+00 |      --      |    Inf 
1225.69/1225.96	c  1226s| 67000 |  2968 |  4726k|  70.5 |  54M| 101 |   - |1000 |2095 |1000 |1829 | 327 |6348 |  12k| 0.000000e+00 |      --      |    Inf 
1226.79/1227.03	c  1227s| 67100 |  2956 |  4733k|  70.5 |  54M| 101 |   - |1000 |2098 |1000 |1829 | 327 |6353 |  12k| 0.000000e+00 |      --      |    Inf 
1227.59/1227.87	c  1228s| 67200 |  2978 |  4739k|  70.5 |  54M| 101 | 100 |1000 |2102 |1000 |1829 | 327 |6357 |  12k| 0.000000e+00 |      --      |    Inf 
1228.39/1228.64	c  1229s| 67300 |  2976 |  4743k|  70.5 |  54M| 101 |   - |1000 |2102 |1000 |1829 | 327 |6357 |  12k| 0.000000e+00 |      --      |    Inf 
1229.19/1229.42	c  1229s| 67400 |  2978 |  4749k|  70.4 |  54M| 101 |   - |1000 |2103 |1000 |1829 | 327 |6358 |  12k| 0.000000e+00 |      --      |    Inf 
1229.99/1230.21	c  1230s| 67500 |  2978 |  4754k|  70.4 |  54M| 101 |   - |1000 |2104 |1000 |1829 | 327 |6359 |  12k| 0.000000e+00 |      --      |    Inf 
1230.80/1231.01	c  1231s| 67600 |  2982 |  4759k|  70.4 |  54M| 101 | 115 |1000 |2107 |1000 |1829 | 327 |6362 |  12k| 0.000000e+00 |      --      |    Inf 
1231.70/1231.93	c  1232s| 67700 |  2972 |  4764k|  70.4 |  54M| 101 |   - |1000 |2103 |1000 |1829 | 327 |6365 |  12k| 0.000000e+00 |      --      |    Inf 
1233.19/1233.45	c  1233s| 67800 |  2969 |  4773k|  70.4 |  54M| 101 | 148 |1000 |2076 |1000 |1829 | 327 |6376 |  12k| 0.000000e+00 |      --      |    Inf 
1234.79/1235.07	c  1235s| 67900 |  3001 |  4783k|  70.4 |  54M| 101 | 123 |1000 |2086 |1000 |1829 | 327 |6388 |  12k| 0.000000e+00 |      --      |    Inf 
1236.20/1236.48	c  1236s| 68000 |  2987 |  4792k|  70.4 |  54M| 101 | 122 |1000 |2079 |1000 |1829 | 327 |6402 |  12k| 0.000000e+00 |      --      |    Inf 
1237.69/1237.97	c  1238s| 68100 |  2999 |  4801k|  70.5 |  54M| 101 |   - |1000 |2083 |1000 |1829 | 327 |6423 |  12k| 0.000000e+00 |      --      |    Inf 
1239.09/1239.35	c  1239s| 68200 |  3005 |  4810k|  70.5 |  54M| 101 |   - |1000 |2075 |1000 |1829 | 327 |6429 |  12k| 0.000000e+00 |      --      |    Inf 
1240.29/1240.50	c  1240s| 68300 |  2985 |  4817k|  70.5 |  54M| 101 | 104 |1000 |2069 |1000 |1829 | 327 |6442 |  12k| 0.000000e+00 |      --      |    Inf 
1241.39/1241.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1241.39/1241.63	c  1242s| 68400 |  2997 |  4824k|  70.5 |  54M| 101 |   - |1000 |2075 |1000 |1829 | 327 |6448 |  12k| 0.000000e+00 |      --      |    Inf 
1242.49/1242.71	c  1243s| 68500 |  2983 |  4831k|  70.5 |  54M| 101 |   - |1000 |2049 |1000 |1829 | 327 |6462 |  12k| 0.000000e+00 |      --      |    Inf 
1243.90/1244.16	c  1244s| 68600 |  2974 |  4839k|  70.5 |  54M| 101 | 122 |1000 |2044 |1000 |1829 | 327 |6486 |  12k| 0.000000e+00 |      --      |    Inf 
1245.09/1245.35	c  1245s| 68700 |  2978 |  4847k|  70.5 |  54M| 101 |   - |1000 |2044 |1000 |1829 | 327 |6491 |  12k| 0.000000e+00 |      --      |    Inf 
1246.29/1246.56	c  1247s| 68800 |  2969 |  4855k|  70.5 |  54M| 101 |   - |1000 |2034 |1000 |1829 | 327 |6498 |  12k| 0.000000e+00 |      --      |    Inf 
1247.69/1247.91	c  1248s| 68900 |  2981 |  4862k|  70.5 |  54M| 101 | 107 |1000 |2042 |1000 |1829 | 327 |6508 |  12k| 0.000000e+00 |      --      |    Inf 
1249.29/1249.54	c  1250s| 69000 |  2986 |  4870k|  70.6 |  54M| 101 | 123 |1000 |2037 |1000 |1829 | 327 |6510 |  12k| 0.000000e+00 |      --      |    Inf 
1250.89/1251.15	c  1251s| 69100 |  2970 |  4878k|  70.6 |  54M| 101 | 121 |1000 |2032 |1000 |1829 | 327 |6527 |  12k| 0.000000e+00 |      --      |    Inf 
1252.29/1252.57	c  1253s| 69200 |  2964 |  4885k|  70.6 |  54M| 101 | 118 |1000 |2031 |1000 |1829 | 327 |6539 |  12k| 0.000000e+00 |      --      |    Inf 
1253.88/1254.16	c  1254s| 69300 |  2990 |  4892k|  70.6 |  54M| 101 | 108 |1000 |2014 |1000 |1829 | 327 |6566 |  12k| 0.000000e+00 |      --      |    Inf 
1255.39/1255.60	c  1256s| 69400 |  2977 |  4899k|  70.6 |  54M| 101 | 116 |1000 |2022 |1000 |1829 | 327 |6576 |  12k| 0.000000e+00 |      --      |    Inf 
1256.69/1256.91	c  1257s| 69500 |  2989 |  4906k|  70.6 |  54M| 101 |   - |1000 |2024 |1000 |1829 | 327 |6583 |  12k| 0.000000e+00 |      --      |    Inf 
1258.49/1258.71	c  1259s| 69600 |  3005 |  4914k|  70.6 |  54M| 101 | 112 |1000 |2028 |1000 |1829 | 327 |6605 |  12k| 0.000000e+00 |      --      |    Inf 
1260.40/1260.64	c  1261s| 69700 |  2986 |  4924k|  70.6 |  54M| 101 | 122 |1000 |2036 |1000 |1829 | 327 |6624 |  12k| 0.000000e+00 |      --      |    Inf 
1261.69/1261.98	c  1262s| 69800 |  2984 |  4931k|  70.6 |  54M| 101 |  99 |1000 |2026 |1000 |1829 | 327 |6639 |  12k| 0.000000e+00 |      --      |    Inf 
1262.59/1262.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1262.59/1262.83	c  1263s| 69900 |  2994 |  4935k|  70.6 |  54M| 101 | 107 |1000 |2026 |1000 |1829 | 327 |6639 |  12k| 0.000000e+00 |      --      |    Inf 
1263.99/1264.25	c  1264s| 70000 |  2978 |  4942k|  70.6 |  54M| 101 |   - |1000 |2029 |1000 |1829 | 327 |6645 |  12k| 0.000000e+00 |      --      |    Inf 
1265.18/1265.49	c  1265s| 70100 |  2979 |  4948k|  70.6 |  54M| 101 |   - |1000 |2022 |1000 |1829 | 327 |6648 |  12k| 0.000000e+00 |      --      |    Inf 
1266.59/1266.81	c  1267s| 70200 |  3001 |  4954k|  70.6 |  54M| 101 | 111 |1000 |2022 |1000 |1829 | 327 |6648 |  12k| 0.000000e+00 |      --      |    Inf 
1267.89/1268.10	c  1268s| 70300 |  2995 |  4961k|  70.6 |  54M| 101 | 103 |1000 |2027 |1000 |1829 | 327 |6653 |  12k| 0.000000e+00 |      --      |    Inf 
1269.10/1269.32	c  1269s| 70400 |  2985 |  4967k|  70.5 |  54M| 101 | 110 |1000 |2029 |1000 |1829 | 327 |6656 |  12k| 0.000000e+00 |      --      |    Inf 
1270.19/1270.49	c  1270s| 70500 |  2983 |  4974k|  70.5 |  54M| 101 | 108 |1000 |2031 |1000 |1829 | 327 |6658 |  12k| 0.000000e+00 |      --      |    Inf 
1271.68/1271.95	c  1272s| 70600 |  2983 |  4980k|  70.5 |  54M| 101 |   - |1000 |2041 |1000 |1829 | 327 |6668 |  12k| 0.000000e+00 |      --      |    Inf 
1272.99/1273.27	c  1273s| 70700 |  2988 |  4987k|  70.5 |  54M| 101 |   - |1000 |2042 |1000 |1829 | 327 |6669 |  12k| 0.000000e+00 |      --      |    Inf 
1273.98/1274.28	c  1274s| 70800 |  2982 |  4992k|  70.5 |  54M| 101 | 109 |1000 |2048 |1000 |1829 | 327 |6675 |  12k| 0.000000e+00 |      --      |    Inf 
1275.08/1275.32	c  1275s| 70900 |  2984 |  4997k|  70.5 |  54M| 101 |   - |1000 |2050 |1000 |1829 | 327 |6677 |  12k| 0.000000e+00 |      --      |    Inf 
1276.29/1276.56	c  1277s| 71000 |  2984 |  5003k|  70.4 |  54M| 101 |   - |1000 |2053 |1000 |1829 | 327 |6683 |  12k| 0.000000e+00 |      --      |    Inf 
1277.59/1277.86	c  1278s| 71100 |  2994 |  5009k|  70.4 |  54M| 101 |   - |1000 |2052 |1000 |1829 | 327 |6695 |  12k| 0.000000e+00 |      --      |    Inf 
1278.69/1278.99	c  1279s| 71200 |  2995 |  5015k|  70.4 |  54M| 101 | 113 |1000 |2061 |1000 |1829 | 327 |6707 |  12k| 0.000000e+00 |      --      |    Inf 
1280.29/1280.57	c  1281s| 71300 |  3004 |  5022k|  70.4 |  54M| 101 | 105 |1000 |2064 |1000 |1829 | 327 |6721 |  12k| 0.000000e+00 |      --      |    Inf 
1281.88/1282.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1281.88/1282.18	c  1282s| 71400 |  3004 |  5030k|  70.4 |  54M| 101 | 103 |1000 |2072 |1000 |1829 | 327 |6730 |  13k| 0.000000e+00 |      --      |    Inf 
1283.18/1283.44	c  1283s| 71500 |  2996 |  5037k|  70.4 |  54M| 101 | 116 |1000 |2070 |1000 |1829 | 327 |6732 |  13k| 0.000000e+00 |      --      |    Inf 
1284.59/1284.87	c  1285s| 71600 |  3003 |  5044k|  70.4 |  54M| 101 |   - |1000 |2078 |1000 |1829 | 327 |6742 |  13k| 0.000000e+00 |      --      |    Inf 
1286.18/1286.42	c  1286s| 71700 |  3025 |  5052k|  70.4 |  54M| 101 | 103 |1000 |2079 |1000 |1829 | 327 |6751 |  13k| 0.000000e+00 |      --      |    Inf 
1287.79/1288.08	c  1288s| 71800 |  3029 |  5060k|  70.5 |  54M| 101 | 106 |1000 |2084 |1000 |1829 | 327 |6756 |  13k| 0.000000e+00 |      --      |    Inf 
1289.28/1289.52	c  1290s| 71900 |  3036 |  5067k|  70.5 |  54M| 101 | 119 |1000 |2075 |1000 |1829 | 327 |6765 |  13k| 0.000000e+00 |      --      |    Inf 
1290.89/1291.17	c  1291s| 72000 |  3032 |  5075k|  70.5 |  54M| 101 | 128 |1000 |2073 |1000 |1829 | 327 |6782 |  13k| 0.000000e+00 |      --      |    Inf 
1292.78/1293.08	c  1293s| 72100 |  3036 |  5085k|  70.5 |  54M| 101 | 109 |1000 |2050 |1000 |1829 | 327 |6790 |  13k| 0.000000e+00 |      --      |    Inf 
1294.19/1294.48	c  1294s| 72200 |  3038 |  5092k|  70.5 |  54M| 101 | 118 |1000 |2055 |1000 |1829 | 327 |6807 |  13k| 0.000000e+00 |      --      |    Inf 
1295.88/1296.11	c  1296s| 72300 |  3052 |  5100k|  70.5 |  54M| 101 | 103 |1000 |2041 |1000 |1829 | 327 |6830 |  13k| 0.000000e+00 |      --      |    Inf 
1297.19/1297.45	c  1297s| 72400 |  3068 |  5107k|  70.5 |  54M| 101 |   - |1000 |2039 |1000 |1829 | 327 |6833 |  13k| 0.000000e+00 |      --      |    Inf 
1298.79/1299.08	c  1299s| 72500 |  3064 |  5114k|  70.5 |  54M| 101 | 117 |1000 |2045 |1000 |1829 | 327 |6840 |  13k| 0.000000e+00 |      --      |    Inf 
1300.38/1300.61	c  1301s| 72600 |  3053 |  5121k|  70.5 |  54M| 101 | 101 |1000 |2057 |1000 |1829 | 327 |6862 |  13k| 0.000000e+00 |      --      |    Inf 
1301.88/1302.17	c  1302s| 72700 |  3064 |  5129k|  70.5 |  54M| 101 |   - |1000 |2044 |1000 |1829 | 327 |6873 |  13k| 0.000000e+00 |      --      |    Inf 
1303.29/1303.58	c  1304s| 72800 |  3068 |  5137k|  70.5 |  54M| 101 | 108 |1000 |2049 |1000 |1829 | 327 |6886 |  13k| 0.000000e+00 |      --      |    Inf 
1304.88/1305.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1304.88/1305.14	c  1305s| 72900 |  3070 |  5144k|  70.5 |  54M| 101 | 109 |1000 |2057 |1000 |1829 | 327 |6897 |  13k| 0.000000e+00 |      --      |    Inf 
1306.49/1306.77	c  1307s| 73000 |  3048 |  5153k|  70.6 |  54M| 101 | 124 |1000 |2064 |1000 |1829 | 327 |6907 |  13k| 0.000000e+00 |      --      |    Inf 
1308.38/1308.62	c  1309s| 73100 |  3054 |  5161k|  70.6 |  54M| 101 | 111 |1000 |2054 |1000 |1829 | 327 |6911 |  13k| 0.000000e+00 |      --      |    Inf 
1309.98/1310.23	c  1310s| 73200 |  3065 |  5170k|  70.6 |  54M| 101 |   - |1000 |2046 |1000 |1829 | 327 |6917 |  13k| 0.000000e+00 |      --      |    Inf 
1311.78/1312.05	c  1312s| 73300 |  3085 |  5178k|  70.6 |  54M| 101 |   - |1000 |2044 |1000 |1829 | 327 |6931 |  13k| 0.000000e+00 |      --      |    Inf 
1313.28/1313.58	c  1314s| 73400 |  3099 |  5185k|  70.6 |  54M| 101 |   - |1000 |2043 |1000 |1829 | 327 |6939 |  13k| 0.000000e+00 |      --      |    Inf 
1315.68/1315.91	c  1316s| 73500 |  3107 |  5196k|  70.7 |  54M| 101 | 113 |1000 |2055 |1000 |1829 | 327 |6964 |  13k| 0.000000e+00 |      --      |    Inf 
1317.08/1317.37	c  1317s| 73600 |  3123 |  5204k|  70.7 |  54M| 101 | 101 |1000 |2062 |1000 |1829 | 327 |6971 |  13k| 0.000000e+00 |      --      |    Inf 
1318.38/1318.61	c  1319s| 73700 |  3120 |  5211k|  70.7 |  54M| 101 |   - |1000 |2064 |1000 |1829 | 327 |6978 |  13k| 0.000000e+00 |      --      |    Inf 
1319.88/1320.16	c  1320s| 73800 |  3114 |  5218k|  70.7 |  54M| 101 |   - |1000 |2068 |1000 |1829 | 327 |6989 |  13k| 0.000000e+00 |      --      |    Inf 
1321.17/1321.49	c  1321s| 73900 |  3119 |  5224k|  70.7 |  54M| 101 |   - |1000 |2073 |1000 |1829 | 327 |6996 |  13k| 0.000000e+00 |      --      |    Inf 
1322.78/1323.00	c  1323s| 74000 |  3111 |  5232k|  70.7 |  54M| 101 |   - |1000 |2077 |1000 |1829 | 327 |7006 |  13k| 0.000000e+00 |      --      |    Inf 
1324.48/1324.71	c  1325s| 74100 |  3111 |  5240k|  70.7 |  54M| 101 |   - |1000 |2072 |1000 |1829 | 327 |7013 |  13k| 0.000000e+00 |      --      |    Inf 
1326.29/1326.51	c  1327s| 74200 |  3106 |  5249k|  70.7 |  54M| 101 | 115 |1000 |2074 |1000 |1829 | 327 |7022 |  13k| 0.000000e+00 |      --      |    Inf 
1327.97/1328.26	c  1328s| 74300 |  3117 |  5258k|  70.7 |  54M| 101 |   - |1000 |2078 |1000 |1829 | 327 |7030 |  13k| 0.000000e+00 |      --      |    Inf 
1329.58/1329.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1329.58/1329.85	c  1330s| 74400 |  3099 |  5264k|  70.7 |  54M| 101 |   - |1000 |2058 |1000 |1829 | 327 |7042 |  13k| 0.000000e+00 |      --      |    Inf 
1330.78/1331.06	c  1331s| 74500 |  3113 |  5271k|  70.7 |  54M| 101 |   - |1000 |2049 |1000 |1829 | 327 |7053 |  13k| 0.000000e+00 |      --      |    Inf 
1332.37/1332.69	c  1333s| 74600 |  3103 |  5278k|  70.7 |  54M| 101 | 112 |1000 |2045 |1000 |1829 | 327 |7059 |  13k| 0.000000e+00 |      --      |    Inf 
1333.98/1334.22	c  1334s| 74700 |  3099 |  5287k|  70.7 |  54M| 101 | 108 |1000 |2048 |1000 |1829 | 327 |7067 |  13k| 0.000000e+00 |      --      |    Inf 
1335.37/1335.65	c  1336s| 74800 |  3109 |  5293k|  70.7 |  54M| 101 | 118 |1000 |2057 |1000 |1829 | 327 |7077 |  13k| 0.000000e+00 |      --      |    Inf 
1336.87/1337.17	c  1337s| 74900 |  3106 |  5301k|  70.8 |  54M| 101 | 111 |1000 |2064 |1000 |1829 | 327 |7085 |  13k| 0.000000e+00 |      --      |    Inf 
1338.48/1338.76	c  1339s| 75000 |  3090 |  5309k|  70.8 |  54M| 101 | 122 |1000 |2060 |1000 |1829 | 327 |7087 |  13k| 0.000000e+00 |      --      |    Inf 
1339.97/1340.25	c  1340s| 75100 |  3119 |  5316k|  70.8 |  54M| 101 |   - |1000 |2062 |1000 |1829 | 327 |7095 |  13k| 0.000000e+00 |      --      |    Inf 
1341.37/1341.68	c  1342s| 75200 |  3117 |  5323k|  70.8 |  54M| 101 |   - |1000 |2061 |1000 |1829 | 327 |7097 |  13k| 0.000000e+00 |      --      |    Inf 
1343.07/1343.37	c  1343s| 75300 |  3107 |  5332k|  70.8 |  54M| 101 |   - |1000 |2068 |1000 |1829 | 327 |7106 |  13k| 0.000000e+00 |      --      |    Inf 
1344.77/1345.01	c  1345s| 75400 |  3121 |  5340k|  70.8 |  54M| 101 | 116 |1000 |2076 |1000 |1829 | 327 |7116 |  13k| 0.000000e+00 |      --      |    Inf 
1346.27/1346.57	c  1347s| 75500 |  3127 |  5348k|  70.8 |  54M| 101 |   - |1000 |2092 |1000 |1829 | 327 |7132 |  13k| 0.000000e+00 |      --      |    Inf 
1348.08/1348.34	c  1348s| 75600 |  3119 |  5356k|  70.8 |  54M| 101 | 106 |1000 |2098 |1000 |1829 | 327 |7142 |  13k| 0.000000e+00 |      --      |    Inf 
1349.68/1349.96	c  1350s| 75700 |  3121 |  5364k|  70.8 |  55M| 101 | 115 |1000 |2099 |1000 |1829 | 327 |7144 |  13k| 0.000000e+00 |      --      |    Inf 
1351.48/1351.71	c  1352s| 75800 |  3104 |  5372k|  70.8 |  54M| 101 |   - |1000 |2112 |1000 |1829 | 327 |7161 |  13k| 0.000000e+00 |      --      |    Inf 
1352.97/1353.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1352.97/1353.29	c  1353s| 75900 |  3114 |  5380k|  70.9 |  54M| 101 | 122 |1000 |2109 |1000 |1829 | 327 |7179 |  13k| 0.000000e+00 |      --      |    Inf 
1354.77/1355.02	c  1355s| 76000 |  3118 |  5388k|  70.9 |  55M| 101 |   - |1000 |2115 |1000 |1829 | 327 |7192 |  13k| 0.000000e+00 |      --      |    Inf 
1356.57/1356.87	c  1357s| 76100 |  3123 |  5397k|  70.9 |  55M| 101 | 104 |1000 |2111 |1000 |1829 | 327 |7200 |  13k| 0.000000e+00 |      --      |    Inf 
1358.07/1358.33	c  1358s| 76200 |  3115 |  5405k|  70.9 |  54M| 101 |   - |1000 |2119 |1000 |1829 | 327 |7209 |  13k| 0.000000e+00 |      --      |    Inf 
1359.67/1359.91	c  1360s| 76300 |  3108 |  5412k|  70.9 |  55M| 101 | 115 |1000 |2127 |1000 |1829 | 327 |7225 |  13k| 0.000000e+00 |      --      |    Inf 
1360.97/1361.27	c  1361s| 76400 |  3116 |  5419k|  70.9 |  55M| 101 | 119 |1000 |2132 |1000 |1829 | 327 |7241 |  13k| 0.000000e+00 |      --      |    Inf 
1362.58/1362.90	c  1363s| 76500 |  3102 |  5427k|  70.9 |  55M| 101 |   - |1000 |2142 |1000 |1829 | 327 |7255 |  13k| 0.000000e+00 |      --      |    Inf 
1364.37/1364.68	c  1365s| 76600 |  3107 |  5436k|  70.9 |  55M| 101 | 117 |1000 |2147 |1000 |1829 | 327 |7263 |  13k| 0.000000e+00 |      --      |    Inf 
1366.07/1366.30	c  1366s| 76700 |  3100 |  5443k|  70.9 |  54M| 101 | 125 |1000 |2137 |1000 |1829 | 327 |7285 |  14k| 0.000000e+00 |      --      |    Inf 
1367.47/1367.78	c  1368s| 76800 |  3103 |  5450k|  70.9 |  54M| 101 |   - |1000 |2141 |1000 |1829 | 327 |7294 |  14k| 0.000000e+00 |      --      |    Inf 
1368.87/1369.17	c  1369s| 76900 |  3113 |  5457k|  70.9 |  55M| 101 | 104 |1000 |2139 |1000 |1829 | 327 |7299 |  14k| 0.000000e+00 |      --      |    Inf 
1369.97/1370.21	c  1370s| 77000 |  3117 |  5462k|  70.9 |  55M| 101 |   - |1000 |2137 |1000 |1829 | 327 |7300 |  14k| 0.000000e+00 |      --      |    Inf 
1371.38/1371.64	c  1372s| 77100 |  3102 |  5469k|  70.9 |  54M| 101 |   - |1000 |2134 |1000 |1829 | 327 |7303 |  14k| 0.000000e+00 |      --      |    Inf 
1372.58/1372.82	c  1373s| 77200 |  3113 |  5474k|  70.9 |  54M| 101 |   - |1000 |2121 |1000 |1829 | 327 |7315 |  14k| 0.000000e+00 |      --      |    Inf 
1373.77/1374.03	c  1374s| 77300 |  3122 |  5480k|  70.9 |  54M| 101 | 117 |1000 |2088 |1000 |1829 | 327 |7322 |  14k| 0.000000e+00 |      --      |    Inf 
1375.07/1375.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1375.07/1375.36	c  1375s| 77400 |  3116 |  5486k|  70.9 |  54M| 101 |   - |1000 |2087 |1000 |1829 | 327 |7323 |  14k| 0.000000e+00 |      --      |    Inf 
1377.27/1377.58	c  1378s| 77500 |  3104 |  5497k|  70.9 |  54M| 101 | 124 |1000 |2088 |1000 |1829 | 327 |7360 |  14k| 0.000000e+00 |      --      |    Inf 
1379.18/1379.44	c  1379s| 77600 |  3108 |  5506k|  70.9 |  55M| 101 |   - |1000 |2093 |1000 |1829 | 327 |7374 |  14k| 0.000000e+00 |      --      |    Inf 
1379.97/1380.21	c  1380s| 77700 |  3107 |  5509k|  70.9 |  54M| 101 |   - |1000 |2092 |1000 |1829 | 327 |7377 |  14k| 0.000000e+00 |      --      |    Inf 
1381.57/1381.82	c  1382s| 77800 |  3109 |  5517k|  70.9 |  54M| 101 | 118 |1000 |2086 |1000 |1829 | 327 |7384 |  14k| 0.000000e+00 |      --      |    Inf 
1382.97/1383.22	c  1383s| 77900 |  3111 |  5524k|  70.9 |  54M| 101 | 119 |1000 |2090 |1000 |1829 | 327 |7391 |  14k| 0.000000e+00 |      --      |    Inf 
1384.76/1385.00	c  1385s| 78000 |  3124 |  5532k|  70.9 |  55M| 101 |   - |1000 |2093 |1000 |1829 | 327 |7411 |  14k| 0.000000e+00 |      --      |    Inf 
1386.27/1386.53	c  1387s| 78100 |  3134 |  5539k|  70.9 |  55M| 101 | 116 |1000 |2089 |1000 |1829 | 327 |7425 |  14k| 0.000000e+00 |      --      |    Inf 
1387.57/1387.85	c  1388s| 78200 |  3142 |  5546k|  70.9 |  55M| 101 | 119 |1000 |2094 |1000 |1829 | 327 |7431 |  14k| 0.000000e+00 |      --      |    Inf 
1388.97/1389.21	c  1389s| 78300 |  3142 |  5552k|  70.9 |  55M| 101 |   - |1000 |2110 |1000 |1829 | 327 |7450 |  14k| 0.000000e+00 |      --      |    Inf 
1390.26/1390.52	c  1391s| 78400 |  3135 |  5559k|  70.9 |  55M| 101 |   - |1000 |2103 |1000 |1829 | 327 |7459 |  14k| 0.000000e+00 |      --      |    Inf 
1391.86/1392.12	c  1392s| 78500 |  3143 |  5566k|  70.9 |  55M| 101 | 107 |1000 |2101 |1000 |1829 | 327 |7466 |  14k| 0.000000e+00 |      --      |    Inf 
1393.47/1393.76	c  1394s| 78600 |  3132 |  5574k|  70.9 |  55M| 101 |   - |1000 |2109 |1000 |1829 | 327 |7478 |  14k| 0.000000e+00 |      --      |    Inf 
1395.06/1395.30	c  1395s| 78700 |  3140 |  5582k|  70.9 |  55M| 101 |   - |1000 |2112 |1000 |1829 | 327 |7483 |  14k| 0.000000e+00 |      --      |    Inf 
1396.67/1396.96	c  1397s| 78800 |  3126 |  5590k|  70.9 |  55M| 101 |   - |1000 |2099 |1000 |1829 | 327 |7493 |  14k| 0.000000e+00 |      --      |    Inf 
1398.17/1398.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1398.17/1398.44	c  1398s| 78900 |  3128 |  5597k|  70.9 |  55M| 101 |   - |1000 |2095 |1000 |1829 | 327 |7495 |  14k| 0.000000e+00 |      --      |    Inf 
1399.36/1399.67	c  1400s| 79000 |  3127 |  5603k|  70.9 |  55M| 101 | 118 |1000 |2104 |1000 |1829 | 327 |7508 |  14k| 0.000000e+00 |      --      |    Inf 
1400.36/1400.69	c  1401s| 79100 |  3125 |  5608k|  70.9 |  55M| 101 |   - |1000 |2104 |1000 |1829 | 327 |7512 |  14k| 0.000000e+00 |      --      |    Inf 
1402.17/1402.44	c  1402s| 79200 |  3118 |  5617k|  70.9 |  55M| 101 |   - |1000 |2100 |1000 |1829 | 327 |7519 |  14k| 0.000000e+00 |      --      |    Inf 
1403.38/1403.66	c  1404s| 79300 |  3138 |  5623k|  70.9 |  55M| 101 |   - |1000 |2100 |1000 |1829 | 327 |7524 |  14k| 0.000000e+00 |      --      |    Inf 
1404.57/1404.85	c  1405s| 79400 |  3138 |  5630k|  70.9 |  55M| 101 | 108 |1000 |2101 |1000 |1829 | 327 |7525 |  14k| 0.000000e+00 |      --      |    Inf 
1405.86/1406.12	c  1406s| 79500 |  3138 |  5637k|  70.9 |  55M| 101 |   - |1000 |2105 |1000 |1829 | 327 |7529 |  14k| 0.000000e+00 |      --      |    Inf 
1407.17/1407.48	c  1407s| 79600 |  3150 |  5645k|  70.9 |  55M| 101 |   - |1000 |2109 |1000 |1829 | 327 |7533 |  14k| 0.000000e+00 |      --      |    Inf 
1408.37/1408.69	c  1409s| 79700 |  3151 |  5652k|  70.9 |  55M| 101 | 103 |1000 |2111 |1000 |1829 | 327 |7536 |  14k| 0.000000e+00 |      --      |    Inf 
1409.67/1409.97	c  1410s| 79800 |  3141 |  5660k|  70.9 |  55M| 101 | 109 |1000 |2115 |1000 |1829 | 327 |7540 |  14k| 0.000000e+00 |      --      |    Inf 
1410.97/1411.24	c  1411s| 79900 |  3129 |  5668k|  70.9 |  55M| 101 |   - |1000 |2117 |1000 |1829 | 327 |7542 |  14k| 0.000000e+00 |      --      |    Inf 
1412.57/1412.84	c  1413s| 80000 |  3133 |  5676k|  70.9 |  55M| 101 | 114 |1000 |2119 |1000 |1829 | 327 |7547 |  14k| 0.000000e+00 |      --      |    Inf 
1413.87/1414.19	c  1414s| 80100 |  3142 |  5684k|  70.9 |  55M| 101 | 125 |1000 |2121 |1000 |1829 | 327 |7558 |  14k| 0.000000e+00 |      --      |    Inf 
1415.17/1415.48	c  1415s| 80200 |  3145 |  5691k|  70.9 |  55M| 101 |   - |1000 |2130 |1000 |1829 | 327 |7567 |  14k| 0.000000e+00 |      --      |    Inf 
1416.76/1417.09	c  1417s| 80300 |  3157 |  5699k|  71.0 |  55M| 101 |   - |1000 |2148 |1000 |1829 | 327 |7589 |  14k| 0.000000e+00 |      --      |    Inf 
1417.97/1418.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1417.97/1418.26	c  1418s| 80400 |  3150 |  5707k|  71.0 |  55M| 101 |   - |1000 |2138 |1000 |1829 | 327 |7594 |  14k| 0.000000e+00 |      --      |    Inf 
1419.06/1419.31	c  1419s| 80500 |  3156 |  5711k|  70.9 |  55M| 101 | 105 |1000 |2147 |1000 |1829 | 327 |7606 |  14k| 0.000000e+00 |      --      |    Inf 
1420.16/1420.46	c  1420s| 80600 |  3148 |  5718k|  70.9 |  55M| 101 | 120 |1000 |2163 |1000 |1829 | 327 |7624 |  14k| 0.000000e+00 |      --      |    Inf 
1421.27/1421.57	c  1422s| 80700 |  3160 |  5724k|  70.9 |  55M| 101 |   - |1000 |2162 |1000 |1829 | 327 |7629 |  14k| 0.000000e+00 |      --      |    Inf 
1422.97/1423.27	c  1423s| 80800 |  3161 |  5733k|  70.9 |  55M| 101 |  96 |1000 |2151 |1000 |1829 | 327 |7645 |  14k| 0.000000e+00 |      --      |    Inf 
1424.46/1424.77	c  1425s| 80900 |  3169 |  5742k|  71.0 |  55M| 101 |   - |1000 |2159 |1000 |1829 | 327 |7656 |  14k| 0.000000e+00 |      --      |    Inf 
1425.86/1426.13	c  1426s| 81000 |  3142 |  5751k|  71.0 |  55M| 101 |   - |1000 |2164 |1000 |1829 | 327 |7683 |  14k| 0.000000e+00 |      --      |    Inf 
1427.17/1427.43	c  1427s| 81100 |  3138 |  5759k|  71.0 |  55M| 101 |   - |1000 |2171 |1000 |1829 | 327 |7698 |  14k| 0.000000e+00 |      --      |    Inf 
1428.46/1428.70	c  1429s| 81200 |  3132 |  5766k|  71.0 |  55M| 101 | 107 |1000 |2161 |1000 |1829 | 327 |7711 |  14k| 0.000000e+00 |      --      |    Inf 
1429.56/1429.89	c  1430s| 81300 |  3132 |  5773k|  71.0 |  55M| 101 | 116 |1000 |2151 |1000 |1829 | 327 |7717 |  14k| 0.000000e+00 |      --      |    Inf 
1430.77/1431.01	c  1431s| 81400 |  3136 |  5780k|  71.0 |  55M| 101 | 111 |1000 |2159 |1000 |1829 | 327 |7733 |  14k| 0.000000e+00 |      --      |    Inf 
1432.06/1432.32	c  1432s| 81500 |  3129 |  5788k|  71.0 |  55M| 101 | 113 |1000 |2135 |1000 |1829 | 327 |7746 |  14k| 0.000000e+00 |      --      |    Inf 
1433.16/1433.45	c  1433s| 81600 |  3135 |  5795k|  71.0 |  55M| 101 |   - |1000 |2140 |1000 |1829 | 327 |7752 |  14k| 0.000000e+00 |      --      |    Inf 
1434.36/1434.62	c  1435s| 81700 |  3131 |  5802k|  71.0 |  55M| 101 | 122 |1000 |2143 |1000 |1829 | 327 |7759 |  14k| 0.000000e+00 |      --      |    Inf 
1435.36/1435.60	c  1436s| 81800 |  3119 |  5808k|  71.0 |  55M| 101 |   - |1000 |2143 |1000 |1829 | 327 |7773 |  14k| 0.000000e+00 |      --      |    Inf 
1436.56/1436.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1436.56/1436.84	c  1437s| 81900 |  3125 |  5814k|  71.0 |  55M| 101 | 103 |1000 |2115 |1000 |1829 | 327 |7779 |  14k| 0.000000e+00 |      --      |    Inf 
1437.96/1438.29	c  1438s| 82000 |  3127 |  5823k|  71.0 |  55M| 101 | 112 |1000 |2119 |1000 |1829 | 327 |7792 |  14k| 0.000000e+00 |      --      |    Inf 
1439.46/1439.71	c  1440s| 82100 |  3141 |  5832k|  71.0 |  55M| 101 | 108 |1000 |2125 |1000 |1829 | 327 |7812 |  14k| 0.000000e+00 |      --      |    Inf 
1440.46/1440.77	c  1441s| 82200 |  3149 |  5839k|  71.0 |  55M| 101 |   - |1000 |2132 |1000 |1829 | 327 |7823 |  14k| 0.000000e+00 |      --      |    Inf 
1441.66/1441.99	c  1442s| 82300 |  3136 |  5847k|  71.0 |  55M| 101 |   - |1000 |2138 |1000 |1829 | 327 |7829 |  14k| 0.000000e+00 |      --      |    Inf 
1442.96/1443.21	c  1443s| 82400 |  3152 |  5854k|  71.0 |  55M| 101 |   - |1000 |2141 |1000 |1829 | 327 |7832 |  14k| 0.000000e+00 |      --      |    Inf 
1444.06/1444.35	c  1444s| 82500 |  3146 |  5862k|  71.0 |  55M| 101 | 118 |1000 |2142 |1000 |1829 | 327 |7833 |  14k| 0.000000e+00 |      --      |    Inf 
1445.56/1445.85	c  1446s| 82600 |  3132 |  5871k|  71.1 |  55M| 101 |   - |1000 |2150 |1000 |1829 | 327 |7841 |  14k| 0.000000e+00 |      --      |    Inf 
1446.56/1446.84	c  1447s| 82700 |  3139 |  5877k|  71.0 |  55M| 101 | 115 |1000 |2149 |1000 |1829 | 327 |7846 |  14k| 0.000000e+00 |      --      |    Inf 
1447.46/1447.78	c  1448s| 82800 |  3137 |  5882k|  71.0 |  55M| 101 |   - |1000 |2155 |1000 |1829 | 327 |7853 |  14k| 0.000000e+00 |      --      |    Inf 
1448.85/1449.12	c  1449s| 82900 |  3141 |  5890k|  71.0 |  55M| 101 |   - |1000 |2159 |1000 |1829 | 327 |7872 |  14k| 0.000000e+00 |      --      |    Inf 
1450.16/1450.40	c  1450s| 83000 |  3153 |  5897k|  71.0 |  55M| 101 |   - |1000 |2145 |1000 |1829 | 327 |7885 |  14k| 0.000000e+00 |      --      |    Inf 
1451.16/1451.43	c  1451s| 83100 |  3147 |  5904k|  71.0 |  55M| 101 | 119 |1000 |2144 |1000 |1829 | 327 |7900 |  14k| 0.000000e+00 |      --      |    Inf 
1452.55/1452.89	c  1453s| 83200 |  3159 |  5913k|  71.1 |  55M| 101 |   - |1000 |2146 |1000 |1829 | 327 |7918 |  14k| 0.000000e+00 |      --      |    Inf 
1453.96/1454.26	c  1454s| 83300 |  3159 |  5922k|  71.1 |  55M| 101 | 102 |1000 |2150 |1000 |1829 | 327 |7931 |  14k| 0.000000e+00 |      --      |    Inf 
1455.26/1455.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1455.26/1455.52	c  1456s| 83400 |  3159 |  5929k|  71.1 |  55M| 101 |   - |1000 |2161 |1000 |1829 | 327 |7961 |  14k| 0.000000e+00 |      --      |    Inf 
1456.26/1456.58	c  1457s| 83500 |  3157 |  5935k|  71.1 |  55M| 101 |   - |1000 |2157 |1000 |1829 | 327 |7966 |  14k| 0.000000e+00 |      --      |    Inf 
1457.76/1458.02	c  1458s| 83600 |  3159 |  5944k|  71.1 |  55M| 101 |   - |1000 |2156 |1000 |1829 | 327 |7988 |  14k| 0.000000e+00 |      --      |    Inf 
1459.16/1459.40	c  1459s| 83700 |  3167 |  5953k|  71.1 |  55M| 101 | 114 |1000 |2162 |1000 |1829 | 327 |8002 |  14k| 0.000000e+00 |      --      |    Inf 
1460.36/1460.66	c  1461s| 83800 |  3150 |  5960k|  71.1 |  55M| 101 | 126 |1000 |2164 |1000 |1829 | 327 |8026 |  14k| 0.000000e+00 |      --      |    Inf 
1461.46/1461.74	c  1462s| 83900 |  3175 |  5967k|  71.1 |  55M| 101 | 118 |1000 |2168 |1000 |1829 | 327 |8031 |  14k| 0.000000e+00 |      --      |    Inf 
1462.45/1462.75	c  1463s| 84000 |  3177 |  5972k|  71.1 |  55M| 101 | 108 |1000 |2171 |1000 |1829 | 327 |8035 |  14k| 0.000000e+00 |      --      |    Inf 
1463.56/1463.81	c  1464s| 84100 |  3169 |  5979k|  71.1 |  55M| 101 |   - |1000 |2172 |1000 |1829 | 327 |8036 |  14k| 0.000000e+00 |      --      |    Inf 
1464.65/1464.94	c  1465s| 84200 |  3154 |  5985k|  71.1 |  55M| 101 | 116 |1000 |2175 |1000 |1829 | 327 |8058 |  14k| 0.000000e+00 |      --      |    Inf 
1465.85/1466.14	c  1466s| 84300 |  3174 |  5993k|  71.1 |  55M| 101 | 108 |1000 |2174 |1000 |1829 | 327 |8068 |  14k| 0.000000e+00 |      --      |    Inf 
1467.16/1467.44	c  1467s| 84400 |  3164 |  6001k|  71.1 |  55M| 101 |   - |1000 |2175 |1000 |1829 | 327 |8091 |  14k| 0.000000e+00 |      --      |    Inf 
1468.36/1468.61	c  1469s| 84500 |  3157 |  6008k|  71.1 |  55M| 101 | 124 |1000 |2177 |1000 |1829 | 327 |8109 |  14k| 0.000000e+00 |      --      |    Inf 
1469.75/1470.00	c  1470s| 84600 |  3159 |  6017k|  71.1 |  55M| 101 |   - |1000 |2185 |1000 |1829 | 327 |8124 |  14k| 0.000000e+00 |      --      |    Inf 
1470.96/1471.24	c  1471s| 84700 |  3155 |  6025k|  71.1 |  55M| 101 |   - |1000 |2190 |1000 |1829 | 327 |8131 |  14k| 0.000000e+00 |      --      |    Inf 
1472.05/1472.33	c  1472s| 84800 |  3151 |  6032k|  71.1 |  55M| 101 |   - |1000 |2190 |1000 |1829 | 327 |8138 |  14k| 0.000000e+00 |      --      |    Inf 
1473.06/1473.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1473.06/1473.32	c  1473s| 84900 |  3157 |  6038k|  71.1 |  55M| 101 |   - |1000 |2175 |1000 |1829 | 327 |8142 |  14k| 0.000000e+00 |      --      |    Inf 
1473.85/1474.14	c  1474s| 85000 |  3155 |  6043k|  71.1 |  55M| 101 | 118 |1000 |2174 |1000 |1829 | 327 |8146 |  14k| 0.000000e+00 |      --      |    Inf 
1474.66/1474.90	c  1475s| 85100 |  3155 |  6048k|  71.1 |  55M| 101 |   - |1000 |2171 |1000 |1829 | 327 |8146 |  14k| 0.000000e+00 |      --      |    Inf 
1475.25/1475.50	c  1476s| 85200 |  3153 |  6051k|  71.0 |  55M| 101 |  99 |1000 |2171 |1000 |1829 | 327 |8146 |  14k| 0.000000e+00 |      --      |    Inf 
1476.05/1476.33	c  1476s| 85300 |  3149 |  6056k|  71.0 |  55M| 101 | 111 |1000 |2165 |1000 |1829 | 327 |8150 |  14k| 0.000000e+00 |      --      |    Inf 
1477.06/1477.36	c  1477s| 85400 |  3140 |  6062k|  71.0 |  55M| 101 | 124 |1000 |2165 |1000 |1829 | 327 |8154 |  14k| 0.000000e+00 |      --      |    Inf 
1478.35/1478.68	c  1479s| 85500 |  3126 |  6070k|  71.0 |  55M| 101 |   - |1000 |2154 |1000 |1829 | 327 |8166 |  14k| 0.000000e+00 |      --      |    Inf 
1479.46/1479.78	c  1480s| 85600 |  3139 |  6076k|  71.0 |  55M| 101 | 121 |1000 |2152 |1000 |1829 | 327 |8174 |  14k| 0.000000e+00 |      --      |    Inf 
1480.75/1481.03	c  1481s| 85700 |  3149 |  6084k|  71.0 |  55M| 101 | 111 |1000 |2138 |1000 |1829 | 327 |8185 |  14k| 0.000000e+00 |      --      |    Inf 
1482.36/1482.63	c  1483s| 85800 |  3150 |  6094k|  71.0 |  55M| 101 | 112 |1000 |2120 |1000 |1829 | 327 |8204 |  14k| 0.000000e+00 |      --      |    Inf 
1483.75/1484.06	c  1484s| 85900 |  3158 |  6103k|  71.0 |  55M| 101 | 125 |1000 |2126 |1000 |1829 | 327 |8216 |  14k| 0.000000e+00 |      --      |    Inf 
1485.05/1485.39	c  1485s| 86000 |  3166 |  6112k|  71.0 |  55M| 101 |   - |1000 |2137 |1000 |1829 | 327 |8236 |  14k| 0.000000e+00 |      --      |    Inf 
1486.65/1486.91	c  1487s| 86100 |  3176 |  6121k|  71.1 |  55M| 101 | 110 |1000 |2150 |1000 |1829 | 327 |8250 |  14k| 0.000000e+00 |      --      |    Inf 
1488.15/1488.40	c  1488s| 86200 |  3182 |  6130k|  71.1 |  55M| 101 |   - |1000 |2157 |1000 |1829 | 327 |8268 |  14k| 0.000000e+00 |      --      |    Inf 
1489.76/1490.06	c  1490s| 86300 |  3145 |  6141k|  71.1 |  55M| 101 |   - |1000 |2159 |1000 |1829 | 327 |8288 |  14k| 0.000000e+00 |      --      |    Inf 
1491.36/1491.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1491.36/1491.66	c  1492s| 86400 |  3153 |  6149k|  71.2 |  55M| 101 |   - |1000 |2145 |1000 |1829 | 327 |8294 |  14k| 0.000000e+00 |      --      |    Inf 
1492.46/1492.72	c  1493s| 86500 |  3194 |  6156k|  71.1 |  55M| 101 |   - |1000 |2132 |1000 |1829 | 327 |8298 |  14k| 0.000000e+00 |      --      |    Inf 
1493.56/1493.89	c  1494s| 86600 |  3184 |  6163k|  71.1 |  55M| 101 |   - |1000 |2147 |1000 |1829 | 327 |8316 |  14k| 0.000000e+00 |      --      |    Inf 
1494.75/1495.05	c  1495s| 86700 |  3197 |  6170k|  71.2 |  55M| 101 | 128 |1000 |2155 |1000 |1829 | 327 |8325 |  14k| 0.000000e+00 |      --      |    Inf 
1495.95/1496.23	c  1496s| 86800 |  3201 |  6178k|  71.2 |  55M| 101 |   - |1000 |2154 |1000 |1829 | 327 |8327 |  14k| 0.000000e+00 |      --      |    Inf 
1497.25/1497.55	c  1498s| 86900 |  3184 |  6187k|  71.2 |  55M| 101 | 110 |1000 |2157 |1000 |1829 | 327 |8344 |  14k| 0.000000e+00 |      --      |    Inf 
1498.16/1498.48	c  1498s| 87000 |  3211 |  6192k|  71.2 |  55M| 101 | 119 |1000 |2157 |1000 |1829 | 327 |8347 |  14k| 0.000000e+00 |      --      |    Inf 
1498.85/1499.17	c  1499s| 87100 |  3215 |  6197k|  71.1 |  55M| 101 |   - |1000 |2160 |1000 |1829 | 327 |8350 |  14k| 0.000000e+00 |      --      |    Inf 
1499.65/1499.93	c  1500s| 87200 |  3203 |  6201k|  71.1 |  55M| 101 | 111 |1000 |2162 |1000 |1829 | 327 |8352 |  14k| 0.000000e+00 |      --      |    Inf 
1500.36/1500.68	c  1501s| 87300 |  3203 |  6206k|  71.1 |  55M| 101 |   - |1000 |2162 |1000 |1829 | 327 |8353 |  14k| 0.000000e+00 |      --      |    Inf 
1501.45/1501.78	c  1502s| 87400 |  3213 |  6213k|  71.1 |  55M| 101 | 112 |1000 |2161 |1000 |1829 | 327 |8358 |  14k| 0.000000e+00 |      --      |    Inf 
1502.55/1502.88	c  1503s| 87500 |  3214 |  6220k|  71.1 |  55M| 101 | 119 |1000 |2165 |1000 |1829 | 327 |8362 |  14k| 0.000000e+00 |      --      |    Inf 
1504.05/1504.34	c  1504s| 87600 |  3216 |  6229k|  71.1 |  55M| 101 |   - |1000 |2166 |1000 |1829 | 327 |8364 |  14k| 0.000000e+00 |      --      |    Inf 
1506.05/1506.33	c  1506s| 87700 |  3208 |  6239k|  71.1 |  55M| 101 |   - |1000 |2172 |1000 |1829 | 327 |8376 |  14k| 0.000000e+00 |      --      |    Inf 
1507.86/1508.12	c  1508s| 87800 |  3185 |  6248k|  71.1 |  55M| 101 |   - |1000 |2175 |1000 |1829 | 327 |8386 |  14k| 0.000000e+00 |      --      |    Inf 
1509.25/1509.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1509.25/1509.51	c  1510s| 87900 |  3194 |  6254k|  71.1 |  55M| 101 |   - |1000 |2172 |1000 |1829 | 327 |8405 |  14k| 0.000000e+00 |      --      |    Inf 
1510.95/1511.23	c  1511s| 88000 |  3208 |  6262k|  71.1 |  55M| 101 |   - |1000 |2179 |1000 |1829 | 327 |8417 |  14k| 0.000000e+00 |      --      |    Inf 
1511.75/1512.05	c  1512s| 88100 |  3208 |  6267k|  71.1 |  55M| 101 |   - |1000 |2169 |1000 |1829 | 327 |8424 |  14k| 0.000000e+00 |      --      |    Inf 
1513.45/1513.70	c  1514s| 88200 |  3216 |  6275k|  71.1 |  55M| 101 | 115 |1000 |2167 |1000 |1829 | 327 |8446 |  14k| 0.000000e+00 |      --      |    Inf 
1514.95/1515.25	c  1515s| 88300 |  3211 |  6283k|  71.1 |  55M| 101 | 116 |1000 |2148 |1000 |1829 | 327 |8455 |  15k| 0.000000e+00 |      --      |    Inf 
1526.45/1526.74	c  1527s| 88400 |  3243 |  6291k|  71.1 |  55M| 101 | 182 |1000 |2103 |1000 |1829 | 327 |8458 |  15k| 0.000000e+00 |      --      |    Inf 
1527.85/1528.18	c  1528s| 88500 |  3238 |  6298k|  71.2 |  55M| 101 |   - |1000 |2097 |1000 |1829 | 327 |8478 |  15k| 0.000000e+00 |      --      |    Inf 
1530.04/1530.32	c  1530s| 88600 |  3263 |  6305k|  71.1 |  55M| 101 |   - |1000 |2063 |1000 |1829 | 327 |8491 |  15k| 0.000000e+00 |      --      |    Inf 
1531.64/1531.96	c  1532s| 88700 |  3279 |  6312k|  71.1 |  55M| 101 | 115 |1000 |2065 |1000 |1829 | 327 |8506 |  15k| 0.000000e+00 |      --      |    Inf 
1532.64/1532.94	c  1533s| 88800 |  3298 |  6317k|  71.1 |  55M| 101 |   - |1000 |2066 |1000 |1829 | 327 |8509 |  15k| 0.000000e+00 |      --      |    Inf 
1533.54/1533.87	c  1534s| 88900 |  3308 |  6323k|  71.1 |  55M| 101 |   - |1000 |2083 |1000 |1829 | 327 |8526 |  15k| 0.000000e+00 |      --      |    Inf 
1534.65/1534.92	c  1535s| 89000 |  3308 |  6330k|  71.1 |  55M| 101 | 108 |1000 |2088 |1000 |1829 | 327 |8531 |  15k| 0.000000e+00 |      --      |    Inf 
1535.65/1535.92	c  1536s| 89100 |  3310 |  6336k|  71.1 |  55M| 101 |   - |1000 |2092 |1000 |1829 | 327 |8535 |  15k| 0.000000e+00 |      --      |    Inf 
1536.55/1536.85	c  1537s| 89200 |  3299 |  6342k|  71.1 |  55M| 101 |   - |1000 |2099 |1000 |1829 | 327 |8542 |  15k| 0.000000e+00 |      --      |    Inf 
1537.65/1537.93	c  1538s| 89300 |  3316 |  6349k|  71.1 |  55M| 101 | 103 |1000 |2109 |1000 |1829 | 327 |8552 |  15k| 0.000000e+00 |      --      |    Inf 
1538.65/1538.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1538.65/1538.95	c  1539s| 89400 |  3316 |  6356k|  71.1 |  55M| 101 | 113 |1000 |2111 |1000 |1829 | 327 |8557 |  15k| 0.000000e+00 |      --      |    Inf 
1539.65/1539.97	c  1540s| 89500 |  3304 |  6363k|  71.1 |  55M| 101 |   - |1000 |2113 |1000 |1829 | 327 |8564 |  15k| 0.000000e+00 |      --      |    Inf 
1540.55/1540.89	c  1541s| 89600 |  3289 |  6368k|  71.1 |  55M| 101 |   - |1000 |2111 |1000 |1829 | 327 |8569 |  15k| 0.000000e+00 |      --      |    Inf 
1541.45/1541.72	c  1542s| 89700 |  3293 |  6373k|  71.0 |  55M| 101 |   - |1000 |2111 |1000 |1829 | 327 |8572 |  15k| 0.000000e+00 |      --      |    Inf 
1542.24/1542.52	c  1543s| 89800 |  3297 |  6378k|  71.0 |  55M| 101 |   - |1000 |2111 |1000 |1829 | 327 |8572 |  15k| 0.000000e+00 |      --      |    Inf 
1543.15/1543.40	c  1543s| 89900 |  3301 |  6383k|  71.0 |  55M| 101 | 100 |1000 |2112 |1000 |1829 | 327 |8573 |  15k| 0.000000e+00 |      --      |    Inf 
1543.94/1544.24	c  1544s| 90000 |  3309 |  6388k|  71.0 |  55M| 101 | 116 |1000 |2116 |1000 |1829 | 327 |8577 |  15k| 0.000000e+00 |      --      |    Inf 
1544.94/1545.30	c  1545s| 90100 |  3306 |  6394k|  71.0 |  55M| 101 |   - |1000 |2116 |1000 |1829 | 327 |8586 |  15k| 0.000000e+00 |      --      |    Inf 
1546.05/1546.35	c  1546s| 90200 |  3313 |  6401k|  71.0 |  55M| 101 | 116 |1000 |2121 |1000 |1829 | 327 |8592 |  15k| 0.000000e+00 |      --      |    Inf 
1547.05/1547.37	c  1547s| 90300 |  3335 |  6408k|  70.9 |  55M| 101 | 106 |1000 |2123 |1000 |1829 | 327 |8594 |  15k| 0.000000e+00 |      --      |    Inf 
1548.15/1548.49	c  1548s| 90400 |  3327 |  6416k|  71.0 |  55M| 101 | 123 |1000 |2130 |1000 |1829 | 327 |8602 |  15k| 0.000000e+00 |      --      |    Inf 
1549.65/1549.99	c  1550s| 90500 |  3340 |  6424k|  71.0 |  55M| 101 | 107 |1000 |2136 |1000 |1829 | 327 |8608 |  15k| 0.000000e+00 |      --      |    Inf 
1551.05/1551.34	c  1551s| 90600 |  3331 |  6431k|  71.0 |  55M| 101 |   - |1000 |2141 |1000 |1829 | 327 |8614 |  15k| 0.000000e+00 |      --      |    Inf 
1552.44/1552.75	c  1553s| 90700 |  3331 |  6438k|  71.0 |  55M| 101 | 117 |1000 |2144 |1000 |1829 | 327 |8617 |  15k| 0.000000e+00 |      --      |    Inf 
1553.84/1554.14	c  1554s| 90800 |  3336 |  6446k|  71.0 |  55M| 101 | 106 |1000 |2145 |1000 |1829 | 327 |8618 |  15k| 0.000000e+00 |      --      |    Inf 
1555.74/1556.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1555.74/1556.02	c  1556s| 90900 |  3334 |  6456k|  71.0 |  55M| 101 | 103 |1000 |2151 |1000 |1829 | 327 |8624 |  15k| 0.000000e+00 |      --      |    Inf 
1557.35/1557.65	c  1558s| 91000 |  3327 |  6465k|  71.0 |  55M| 101 | 107 |1000 |2154 |1000 |1829 | 327 |8628 |  15k| 0.000000e+00 |      --      |    Inf 
1559.14/1559.47	c  1559s| 91100 |  3321 |  6474k|  71.1 |  55M| 101 | 109 |1000 |2153 |1000 |1829 | 327 |8633 |  15k| 0.000000e+00 |      --      |    Inf 
1560.84/1561.14	c  1561s| 91200 |  3297 |  6483k|  71.1 |  55M| 101 |   - |1000 |2147 |1000 |1829 | 327 |8637 |  15k| 0.000000e+00 |      --      |    Inf 
1562.25/1562.57	c  1563s| 91300 |  3298 |  6490k|  71.1 |  55M| 101 | 127 |1000 |2133 |1000 |1829 | 327 |8645 |  15k| 0.000000e+00 |      --      |    Inf 
1563.95/1564.27	c  1564s| 91400 |  3296 |  6499k|  71.1 |  55M| 101 |   - |1000 |2142 |1000 |1829 | 327 |8659 |  15k| 0.000000e+00 |      --      |    Inf 
1565.74/1566.08	c  1566s| 91500 |  3274 |  6507k|  71.1 |  55M| 101 |   - |1000 |2138 |1000 |1829 | 327 |8683 |  15k| 0.000000e+00 |      --      |    Inf 
1567.04/1567.40	c  1567s| 91600 |  3284 |  6514k|  71.1 |  55M| 101 |  98 |1000 |2126 |1000 |1829 | 327 |8688 |  15k| 0.000000e+00 |      --      |    Inf 
1568.64/1568.91	c  1569s| 91700 |  3276 |  6522k|  71.1 |  55M| 101 |   - |1000 |2108 |1000 |1829 | 327 |8691 |  15k| 0.000000e+00 |      --      |    Inf 
1570.04/1570.31	c  1570s| 91800 |  3288 |  6528k|  71.1 |  55M| 101 | 106 |1000 |2100 |1000 |1829 | 327 |8697 |  15k| 0.000000e+00 |      --      |    Inf 
1571.44/1571.70	c  1572s| 91900 |  3274 |  6535k|  71.1 |  55M| 101 |   - |1000 |2097 |1000 |1829 | 327 |8703 |  15k| 0.000000e+00 |      --      |    Inf 
1572.84/1573.14	c  1573s| 92000 |  3286 |  6542k|  71.1 |  55M| 101 | 121 |1000 |2090 |1000 |1829 | 327 |8712 |  15k| 0.000000e+00 |      --      |    Inf 
1574.34/1574.65	c  1575s| 92100 |  3282 |  6549k|  71.1 |  55M| 101 | 104 |1000 |2099 |1000 |1829 | 327 |8723 |  15k| 0.000000e+00 |      --      |    Inf 
1575.74/1576.01	c  1576s| 92200 |  3274 |  6556k|  71.1 |  55M| 101 |   - |1000 |2104 |1000 |1829 | 327 |8731 |  15k| 0.000000e+00 |      --      |    Inf 
1577.04/1577.30	c  1577s| 92300 |  3260 |  6562k|  71.1 |  55M| 101 | 121 |1000 |2096 |1000 |1829 | 327 |8741 |  15k| 0.000000e+00 |      --      |    Inf 
1578.84/1579.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1578.84/1579.19	c  1579s| 92400 |  3269 |  6572k|  71.1 |  55M| 101 | 115 |1000 |2092 |1000 |1829 | 327 |8751 |  15k| 0.000000e+00 |      --      |    Inf 
1580.45/1580.77	c  1581s| 92500 |  3277 |  6579k|  71.1 |  55M| 101 |   - |1000 |2098 |1000 |1829 | 327 |8767 |  15k| 0.000000e+00 |      --      |    Inf 
1582.24/1582.51	c  1583s| 92600 |  3285 |  6588k|  71.1 |  55M| 101 | 130 |1000 |2099 |1000 |1829 | 327 |8779 |  15k| 0.000000e+00 |      --      |    Inf 
1583.74/1584.08	c  1584s| 92700 |  3279 |  6596k|  71.1 |  55M| 101 |   - |1000 |2101 |1000 |1829 | 327 |8785 |  15k| 0.000000e+00 |      --      |    Inf 
1585.24/1585.58	c  1586s| 92800 |  3302 |  6604k|  71.1 |  55M| 101 | 118 |1000 |2102 |1000 |1829 | 327 |8791 |  15k| 0.000000e+00 |      --      |    Inf 
1586.64/1586.99	c  1587s| 92900 |  3293 |  6611k|  71.1 |  55M| 101 |   - |1000 |2103 |1000 |1829 | 327 |8794 |  15k| 0.000000e+00 |      --      |    Inf 
1588.15/1588.48	c  1588s| 93000 |  3285 |  6618k|  71.1 |  55M| 101 |   - |1000 |2107 |1000 |1829 | 327 |8800 |  15k| 0.000000e+00 |      --      |    Inf 
1589.64/1589.91	c  1590s| 93100 |  3284 |  6625k|  71.1 |  55M| 101 | 115 |1000 |2097 |1000 |1829 | 327 |8813 |  15k| 0.000000e+00 |      --      |    Inf 
1590.53/1590.87	c  1591s| 93200 |  3302 |  6630k|  71.1 |  55M| 101 | 113 |1000 |2092 |1000 |1829 | 327 |8815 |  15k| 0.000000e+00 |      --      |    Inf 
1591.93/1592.22	c  1592s| 93300 |  3304 |  6637k|  71.1 |  55M| 101 | 109 |1000 |2092 |1000 |1829 | 327 |8817 |  15k| 0.000000e+00 |      --      |    Inf 
1593.33/1593.66	c  1594s| 93400 |  3300 |  6643k|  71.1 |  55M| 101 | 114 |1000 |2097 |1000 |1829 | 327 |8823 |  15k| 0.000000e+00 |      --      |    Inf 
1594.44/1594.72	c  1595s| 93500 |  3316 |  6649k|  71.1 |  55M| 101 |   - |1000 |2101 |1000 |1829 | 327 |8827 |  15k| 0.000000e+00 |      --      |    Inf 
1596.03/1596.34	c  1596s| 93600 |  3314 |  6658k|  71.1 |  55M| 101 | 127 |1000 |2110 |1000 |1829 | 327 |8843 |  15k| 0.000000e+00 |      --      |    Inf 
1597.94/1598.28	c  1598s| 93700 |  3323 |  6668k|  71.1 |  55M| 101 | 124 |1000 |2124 |1000 |1829 | 327 |8861 |  15k| 0.000000e+00 |      --      |    Inf 
1599.54/1599.85	c  1600s| 93800 |  3311 |  6675k|  71.1 |  55M| 101 | 111 |1000 |2130 |1000 |1829 | 327 |8874 |  15k| 0.000000e+00 |      --      |    Inf 
1601.43/1601.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.43/1601.70	c  1602s| 93900 |  3294 |  6684k|  71.2 |  55M| 101 |   - |1000 |2127 |1000 |1829 | 327 |8878 |  15k| 0.000000e+00 |      --      |    Inf 
1603.03/1603.36	c  1603s| 94000 |  3316 |  6692k|  71.2 |  55M| 101 | 111 |1000 |2120 |1000 |1829 | 327 |8882 |  15k| 0.000000e+00 |      --      |    Inf 
1604.23/1604.54	c  1605s| 94100 |  3328 |  6699k|  71.2 |  55M| 101 |   - |1000 |2132 |1000 |1829 | 327 |8895 |  15k| 0.000000e+00 |      --      |    Inf 
1605.54/1605.83	c  1606s| 94200 |  3315 |  6706k|  71.2 |  55M| 101 | 117 |1000 |2133 |1000 |1829 | 327 |8901 |  15k| 0.000000e+00 |      --      |    Inf 
1606.94/1607.20	c  1607s| 94300 |  3303 |  6712k|  71.2 |  55M| 101 | 123 |1000 |2141 |1000 |1829 | 327 |8918 |  15k| 0.000000e+00 |      --      |    Inf 
1607.94/1608.29	c  1608s| 94400 |  3311 |  6717k|  71.1 |  55M| 101 | 116 |1000 |2143 |1000 |1829 | 327 |8926 |  15k| 0.000000e+00 |      --      |    Inf 
1609.43/1609.70	c  1610s| 94500 |  3323 |  6724k|  71.1 |  55M| 101 | 118 |1000 |2139 |1000 |1829 | 327 |8927 |  15k| 0.000000e+00 |      --      |    Inf 
1611.04/1611.38	c  1611s| 94600 |  3327 |  6732k|  71.1 |  55M| 101 |   - |1000 |2144 |1000 |1829 | 327 |8937 |  15k| 0.000000e+00 |      --      |    Inf 
1612.43/1612.80	c  1613s| 94700 |  3341 |  6740k|  71.2 |  55M| 101 | 115 |1000 |2164 |1000 |1829 | 327 |8964 |  16k| 0.000000e+00 |      --      |    Inf 
1613.93/1614.24	c  1614s| 94800 |  3337 |  6747k|  71.2 |  55M| 101 | 105 |1000 |2166 |1000 |1829 | 327 |8967 |  16k| 0.000000e+00 |      --      |    Inf 
1615.64/1615.98	c  1616s| 94900 |  3337 |  6756k|  71.2 |  55M| 101 | 107 |1000 |2153 |1000 |1829 | 327 |8975 |  16k| 0.000000e+00 |      --      |    Inf 
1616.93/1617.28	c  1617s| 95000 |  3326 |  6762k|  71.2 |  55M| 101 | 120 |1000 |2152 |1000 |1829 | 327 |8980 |  16k| 0.000000e+00 |      --      |    Inf 
1618.43/1618.70	c  1619s| 95100 |  3314 |  6770k|  71.2 |  55M| 101 |   - |1000 |2145 |1000 |1829 | 327 |8992 |  16k| 0.000000e+00 |      --      |    Inf 
1619.73/1620.08	c  1620s| 95200 |  3320 |  6776k|  71.2 |  55M| 101 |   - |1000 |2143 |1000 |1829 | 327 |8994 |  16k| 0.000000e+00 |      --      |    Inf 
1621.43/1621.71	c  1622s| 95300 |  3330 |  6784k|  71.2 |  55M| 101 | 107 |1000 |2137 |1000 |1829 | 327 |8998 |  16k| 0.000000e+00 |      --      |    Inf 
1622.54/1622.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1622.54/1622.88	c  1623s| 95400 |  3326 |  6790k|  71.2 |  55M| 101 |   - |1000 |2137 |1000 |1829 | 327 |9001 |  16k| 0.000000e+00 |      --      |    Inf 
1624.13/1624.40	c  1624s| 95500 |  3326 |  6798k|  71.2 |  55M| 101 |   - |1000 |2133 |1000 |1829 | 327 |9015 |  16k| 0.000000e+00 |      --      |    Inf 
1625.63/1625.96	c  1626s| 95600 |  3312 |  6806k|  71.2 |  55M| 101 | 115 |1000 |2133 |1000 |1829 | 327 |9021 |  16k| 0.000000e+00 |      --      |    Inf 
1627.23/1627.51	c  1628s| 95700 |  3313 |  6812k|  71.2 |  55M| 101 | 117 |1000 |2130 |1000 |1829 | 327 |9026 |  16k| 0.000000e+00 |      --      |    Inf 
1628.13/1628.48	c  1628s| 95800 |  3321 |  6819k|  71.2 |  55M| 101 |   - |1000 |2133 |1000 |1829 | 327 |9030 |  16k| 0.000000e+00 |      --      |    Inf 
1629.63/1629.93	c  1630s| 95900 |  3323 |  6826k|  71.2 |  55M| 101 | 125 |1000 |2136 |1000 |1829 | 327 |9034 |  16k| 0.000000e+00 |      --      |    Inf 
1630.43/1630.73	c  1631s| 96000 |  3328 |  6829k|  71.1 |  55M| 101 | 116 |1000 |2141 |1000 |1829 | 327 |9040 |  16k| 0.000000e+00 |      --      |    Inf 
1631.04/1631.35	c  1631s| 96100 |  3342 |  6832k|  71.1 |  55M| 101 |   - |1000 |2141 |1000 |1829 | 327 |9040 |  16k| 0.000000e+00 |      --      |    Inf 
1631.83/1632.12	c  1632s| 96200 |  3344 |  6836k|  71.0 |  55M| 101 |   - |1000 |2141 |1000 |1829 | 327 |9040 |  16k| 0.000000e+00 |      --      |    Inf 
1632.53/1632.86	c  1633s| 96300 |  3340 |  6839k|  71.0 |  55M| 101 |   - |1000 |2141 |1000 |1829 | 327 |9040 |  16k| 0.000000e+00 |      --      |    Inf 
1633.33/1633.67	c  1634s| 96400 |  3338 |  6843k|  71.0 |  55M| 101 | 119 |1000 |2141 |1000 |1829 | 327 |9040 |  16k| 0.000000e+00 |      --      |    Inf 
1634.73/1635.02	c  1635s| 96500 |  3328 |  6849k|  71.0 |  55M| 101 | 120 |1000 |2133 |1000 |1829 | 327 |9047 |  16k| 0.000000e+00 |      --      |    Inf 
1636.43/1636.77	c  1637s| 96600 |  3319 |  6856k|  71.0 |  55M| 101 |   - |1000 |2135 |1000 |1829 | 327 |9057 |  16k| 0.000000e+00 |      --      |    Inf 
1637.53/1637.81	c  1638s| 96700 |  3325 |  6863k|  71.0 |  55M| 101 | 133 |1000 |2154 |1000 |1829 | 327 |9077 |  16k| 0.000000e+00 |      --      |    Inf 
1639.03/1639.31	c  1639s| 96800 |  3332 |  6870k|  71.0 |  55M| 101 | 111 |1000 |2153 |1000 |1829 | 327 |9085 |  16k| 0.000000e+00 |      --      |    Inf 
1640.43/1640.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1640.43/1640.70	c  1641s| 96900 |  3354 |  6877k|  71.0 |  55M| 101 |   - |1000 |2162 |1000 |1829 | 327 |9096 |  16k| 0.000000e+00 |      --      |    Inf 
1642.23/1642.53	c  1643s| 97000 |  3317 |  6886k|  71.0 |  55M| 101 | 127 |1000 |2177 |1000 |1829 | 327 |9121 |  16k| 0.000000e+00 |      --      |    Inf 
1643.73/1644.07	c  1644s| 97100 |  3312 |  6894k|  71.0 |  55M| 101 | 105 |1000 |2167 |1000 |1829 | 327 |9129 |  16k| 0.000000e+00 |      --      |    Inf 
1645.03/1645.32	c  1645s| 97200 |  3322 |  6900k|  71.0 |  55M| 101 |   - |1000 |2170 |1000 |1829 | 327 |9134 |  16k| 0.000000e+00 |      --      |    Inf 
1646.02/1646.39	c  1646s| 97300 |  3336 |  6905k|  71.0 |  55M| 101 | 111 |1000 |2171 |1000 |1829 | 327 |9135 |  16k| 0.000000e+00 |      --      |    Inf 
1647.33/1647.63	c  1648s| 97400 |  3323 |  6911k|  70.9 |  55M| 101 | 116 |1000 |2168 |1000 |1829 | 327 |9140 |  16k| 0.000000e+00 |      --      |    Inf 
1649.23/1649.56	c  1650s| 97500 |  3318 |  6921k|  71.0 |  55M| 101 | 108 |1000 |2174 |1000 |1829 | 327 |9180 |  16k| 0.000000e+00 |      --      |    Inf 
1655.43/1655.79	c  1656s| 97600 |  3331 |  6930k|  71.0 |  55M| 101 |   - |1000 |2112 |1000 |1829 | 327 |9191 |  16k| 0.000000e+00 |      --      |    Inf 
1656.63/1656.92	c  1657s| 97700 |  3347 |  6936k|  71.0 |  55M| 101 | 121 |1000 |2103 |1000 |1829 | 327 |9193 |  16k| 0.000000e+00 |      --      |    Inf 
1657.63/1657.98	c  1658s| 97800 |  3385 |  6942k|  71.0 |  55M| 101 | 140 |1000 |2091 |1000 |1829 | 327 |9200 |  16k| 0.000000e+00 |      --      |    Inf 
1658.82/1659.11	c  1659s| 97900 |  3391 |  6949k|  71.0 |  55M| 101 |   - |1000 |2095 |1000 |1829 | 327 |9208 |  16k| 0.000000e+00 |      --      |    Inf 
1659.93/1660.25	c  1660s| 98000 |  3401 |  6955k|  71.0 |  56M| 101 |   - |1000 |2102 |1000 |1829 | 327 |9222 |  16k| 0.000000e+00 |      --      |    Inf 
1661.13/1661.44	c  1661s| 98100 |  3389 |  6963k|  71.0 |  55M| 101 |   - |1000 |2094 |1000 |1829 | 327 |9241 |  16k| 0.000000e+00 |      --      |    Inf 
1662.23/1662.50	c  1663s| 98200 |  3384 |  6970k|  71.0 |  55M| 101 | 104 |1000 |2077 |1000 |1829 | 327 |9245 |  16k| 0.000000e+00 |      --      |    Inf 
1664.03/1664.31	c  1664s| 98300 |  3409 |  6978k|  71.0 |  56M| 101 | 106 |1000 |2070 |1000 |1829 | 327 |9266 |  16k| 0.000000e+00 |      --      |    Inf 
1665.42/1665.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1665.42/1665.75	c  1666s| 98400 |  3402 |  6986k|  71.0 |  56M| 101 | 103 |1000 |2074 |1000 |1829 | 327 |9277 |  16k| 0.000000e+00 |      --      |    Inf 
1667.03/1667.36	c  1667s| 98500 |  3402 |  6993k|  71.0 |  56M| 101 | 125 |1000 |2080 |1000 |1829 | 327 |9284 |  16k| 0.000000e+00 |      --      |    Inf 
1668.43/1668.74	c  1669s| 98600 |  3392 |  7000k|  71.0 |  56M| 101 | 126 |1000 |2086 |1000 |1829 | 327 |9291 |  16k| 0.000000e+00 |      --      |    Inf 
1670.12/1670.44	c  1670s| 98700 |  3402 |  7009k|  71.0 |  56M| 101 | 113 |1000 |2083 |1000 |1829 | 327 |9303 |  16k| 0.000000e+00 |      --      |    Inf 
1671.73/1672.04	c  1672s| 98800 |  3409 |  7017k|  71.0 |  56M| 101 | 113 |1000 |2081 |1000 |1829 | 327 |9312 |  16k| 0.000000e+00 |      --      |    Inf 
1673.03/1673.32	c  1673s| 98900 |  3409 |  7023k|  71.0 |  56M| 101 |   - |1000 |2087 |1000 |1829 | 327 |9320 |  16k| 0.000000e+00 |      --      |    Inf 
1674.33/1674.64	c  1675s| 99000 |  3429 |  7030k|  71.0 |  56M| 101 | 112 |1000 |2102 |1000 |1829 | 327 |9337 |  16k| 0.000000e+00 |      --      |    Inf 
1676.13/1676.40	c  1676s| 99100 |  3410 |  7038k|  71.0 |  56M| 101 | 108 |1000 |2113 |1000 |1829 | 327 |9351 |  16k| 0.000000e+00 |      --      |    Inf 
1677.32/1677.67	c  1678s| 99200 |  3407 |  7045k|  71.0 |  56M| 101 |   - |1000 |2155 |1000 |1829 | 327 |9395 |  16k| 0.000000e+00 |      --      |    Inf 
1679.02/1679.34	c  1679s| 99300 |  3392 |  7053k|  71.0 |  56M| 101 |   - |1000 |2148 |1000 |1829 | 327 |9423 |  16k| 0.000000e+00 |      --      |    Inf 
1680.63/1680.95	c  1681s| 99400 |  3380 |  7061k|  71.0 |  56M| 101 |   - |1000 |2139 |1000 |1829 | 327 |9439 |  16k| 0.000000e+00 |      --      |    Inf 
1682.22/1682.55	c  1683s| 99500 |  3398 |  7069k|  71.0 |  56M| 101 | 109 |1000 |2137 |1000 |1829 | 327 |9444 |  16k| 0.000000e+00 |      --      |    Inf 
1683.52/1683.83	c  1684s| 99600 |  3398 |  7075k|  71.0 |  56M| 101 |   - |1000 |2135 |1000 |1829 | 327 |9449 |  16k| 0.000000e+00 |      --      |    Inf 
1685.22/1685.54	c  1686s| 99700 |  3383 |  7083k|  71.0 |  56M| 101 | 112 |1000 |2142 |1000 |1829 | 327 |9470 |  16k| 0.000000e+00 |      --      |    Inf 
1686.83/1687.15	c  1687s| 99800 |  3405 |  7091k|  71.0 |  56M| 101 | 119 |1000 |2138 |1000 |1829 | 327 |9479 |  16k| 0.000000e+00 |      --      |    Inf 
1688.42/1688.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1688.42/1688.76	c  1689s| 99900 |  3400 |  7099k|  71.0 |  56M| 101 |   - |1000 |2133 |1000 |1829 | 327 |9505 |  16k| 0.000000e+00 |      --      |    Inf 
1690.12/1690.47	c  1690s|100000 |  3394 |  7107k|  71.1 |  56M| 101 | 105 |1000 |2125 |1000 |1829 | 327 |9518 |  16k| 0.000000e+00 |      --      |    Inf 
1691.63/1691.94	c  1692s|100100 |  3382 |  7115k|  71.1 |  56M| 101 |   - |1000 |2135 |1000 |1829 | 327 |9531 |  16k| 0.000000e+00 |      --      |    Inf 
1693.02/1693.37	c  1693s|100200 |  3382 |  7122k|  71.1 |  56M| 101 | 119 |1000 |2139 |1000 |1829 | 327 |9544 |  16k| 0.000000e+00 |      --      |    Inf 
1694.42/1694.75	c  1695s|100300 |  3380 |  7128k|  71.1 |  56M| 101 |   - |1000 |2142 |1000 |1829 | 327 |9552 |  16k| 0.000000e+00 |      --      |    Inf 
1695.32/1695.61	c  1696s|100400 |  3384 |  7132k|  71.0 |  56M| 101 |   - |1000 |2141 |1000 |1829 | 327 |9552 |  16k| 0.000000e+00 |      --      |    Inf 
1695.82/1696.19	c  1696s|100500 |  3382 |  7135k|  71.0 |  56M| 101 | 111 |1000 |2141 |1000 |1829 | 327 |9552 |  16k| 0.000000e+00 |      --      |    Inf 
1696.72/1697.07	c  1697s|100600 |  3392 |  7139k|  71.0 |  56M| 101 |  97 |1000 |2143 |1000 |1829 | 327 |9555 |  16k| 0.000000e+00 |      --      |    Inf 
1697.43/1697.79	c  1698s|100700 |  3390 |  7142k|  70.9 |  56M| 101 |   - |1000 |2143 |1000 |1829 | 327 |9555 |  16k| 0.000000e+00 |      --      |    Inf 
1698.03/1698.39	c  1698s|100800 |  3388 |  7145k|  70.9 |  56M| 101 |   - |1000 |2143 |1000 |1829 | 327 |9555 |  17k| 0.000000e+00 |      --      |    Inf 
1699.52/1699.81	c  1700s|100900 |  3380 |  7152k|  70.9 |  56M| 101 |   - |1000 |2155 |1000 |1829 | 327 |9574 |  17k| 0.000000e+00 |      --      |    Inf 
1700.12/1700.42	c  1700s|101000 |  3386 |  7154k|  70.8 |  56M| 101 |   - |1000 |2156 |1000 |1829 | 327 |9575 |  17k| 0.000000e+00 |      --      |    Inf 
1700.72/1701.08	c  1701s|101100 |  3382 |  7157k|  70.8 |  56M| 101 | 107 |1000 |2156 |1000 |1829 | 327 |9575 |  17k| 0.000000e+00 |      --      |    Inf 
1701.72/1702.08	c  1702s|101200 |  3386 |  7162k|  70.8 |  56M| 101 | 106 |1000 |2150 |1000 |1829 | 327 |9576 |  17k| 0.000000e+00 |      --      |    Inf 
1702.72/1703.07	c  1703s|101300 |  3376 |  7166k|  70.7 |  56M| 101 | 114 |1000 |2149 |1000 |1829 | 327 |9576 |  17k| 0.000000e+00 |      --      |    Inf 
1703.92/1704.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1703.92/1704.21	c  1704s|101400 |  3396 |  7171k|  70.7 |  56M| 101 |   - |1000 |2155 |1000 |1829 | 327 |9593 |  17k| 0.000000e+00 |      --      |    Inf 
1705.22/1705.56	c  1706s|101500 |  3417 |  7178k|  70.7 |  56M| 101 |   - |1000 |2157 |1000 |1829 | 327 |9599 |  17k| 0.000000e+00 |      --      |    Inf 
1706.93/1707.26	c  1707s|101600 |  3404 |  7186k|  70.7 |  56M| 101 |   - |1000 |2165 |1000 |1829 | 327 |9608 |  17k| 0.000000e+00 |      --      |    Inf 
1708.42/1708.74	c  1709s|101700 |  3396 |  7193k|  70.7 |  56M| 101 | 108 |1000 |2174 |1000 |1829 | 327 |9617 |  17k| 0.000000e+00 |      --      |    Inf 
1709.62/1709.90	c  1710s|101800 |  3402 |  7199k|  70.7 |  56M| 101 | 104 |1000 |2176 |1000 |1829 | 327 |9622 |  17k| 0.000000e+00 |      --      |    Inf 
1710.92/1711.20	c  1711s|101900 |  3392 |  7206k|  70.7 |  56M| 101 |   - |1000 |2176 |1000 |1829 | 327 |9622 |  17k| 0.000000e+00 |      --      |    Inf 
1711.92/1712.26	c  1712s|102000 |  3424 |  7211k|  70.7 |  56M| 101 | 115 |1000 |2177 |1000 |1829 | 327 |9626 |  17k| 0.000000e+00 |      --      |    Inf 
1713.22/1713.57	c  1714s|102100 |  3418 |  7218k|  70.7 |  56M| 101 | 111 |1000 |2173 |1000 |1829 | 327 |9626 |  17k| 0.000000e+00 |      --      |    Inf 
1714.63/1714.96	c  1715s|102200 |  3399 |  7225k|  70.7 |  56M| 101 |   - |1000 |2173 |1000 |1829 | 327 |9628 |  17k| 0.000000e+00 |      --      |    Inf 
1716.12/1716.43	c  1716s|102300 |  3421 |  7233k|  70.7 |  56M| 101 | 106 |1000 |2174 |1000 |1829 | 327 |9629 |  17k| 0.000000e+00 |      --      |    Inf 
1717.61/1717.96	c  1718s|102400 |  3415 |  7240k|  70.7 |  56M| 101 |   - |1000 |2176 |1000 |1829 | 327 |9631 |  17k| 0.000000e+00 |      --      |    Inf 
1719.03/1719.34	c  1719s|102500 |  3411 |  7248k|  70.7 |  56M| 101 | 109 |1000 |2176 |1000 |1829 | 327 |9631 |  17k| 0.000000e+00 |      --      |    Inf 
1720.42/1720.75	c  1721s|102600 |  3409 |  7255k|  70.7 |  56M| 101 | 125 |1000 |2177 |1000 |1829 | 327 |9632 |  17k| 0.000000e+00 |      --      |    Inf 
1721.72/1722.08	c  1722s|102700 |  3413 |  7261k|  70.7 |  56M| 101 |   - |1000 |2174 |1000 |1829 | 327 |9646 |  17k| 0.000000e+00 |      --      |    Inf 
1722.91/1723.24	c  1723s|102800 |  3415 |  7267k|  70.7 |  56M| 101 |   - |1000 |2178 |1000 |1829 | 327 |9654 |  17k| 0.000000e+00 |      --      |    Inf 
1724.01/1724.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1724.01/1724.33	c  1724s|102900 |  3416 |  7272k|  70.7 |  56M| 101 |   - |1000 |2179 |1000 |1829 | 327 |9659 |  17k| 0.000000e+00 |      --      |    Inf 
1725.32/1725.67	c  1726s|103000 |  3417 |  7279k|  70.7 |  56M| 101 | 107 |1000 |2177 |1000 |1829 | 327 |9677 |  17k| 0.000000e+00 |      --      |    Inf 
1726.63/1727.00	c  1727s|103100 |  3411 |  7285k|  70.6 |  56M| 101 | 108 |1000 |2183 |1000 |1829 | 327 |9687 |  17k| 0.000000e+00 |      --      |    Inf 
1728.12/1728.41	c  1728s|103200 |  3413 |  7292k|  70.6 |  56M| 101 |  99 |1000 |2198 |1000 |1829 | 327 |9706 |  17k| 0.000000e+00 |      --      |    Inf 
1729.42/1729.78	c  1730s|103300 |  3423 |  7299k|  70.6 |  56M| 101 | 107 |1000 |2201 |1000 |1829 | 327 |9717 |  17k| 0.000000e+00 |      --      |    Inf 
1730.72/1731.08	c  1731s|103400 |  3423 |  7307k|  70.7 |  56M| 101 |   - |1000 |2206 |1000 |1829 | 327 |9722 |  17k| 0.000000e+00 |      --      |    Inf 
1732.12/1732.46	c  1732s|103500 |  3409 |  7315k|  70.7 |  56M| 101 |   - |1000 |2219 |1000 |1829 | 327 |9737 |  17k| 0.000000e+00 |      --      |    Inf 
1734.33/1734.62	c  1735s|103600 |  3396 |  7323k|  70.7 |  56M| 101 |   - |1000 |2218 |1000 |1829 | 327 |9755 |  17k| 0.000000e+00 |      --      |    Inf 
1735.92/1736.29	c  1736s|103700 |  3386 |  7331k|  70.7 |  56M| 101 |   - |1000 |2221 |1000 |1829 | 327 |9774 |  17k| 0.000000e+00 |      --      |    Inf 
1736.71/1737.00	c  1737s|103800 |  3406 |  7334k|  70.6 |  56M| 101 |  91 |1000 |2225 |1000 |1829 | 327 |9778 |  17k| 0.000000e+00 |      --      |    Inf 
1737.62/1737.93	c  1738s|103900 |  3406 |  7338k|  70.6 |  56M| 101 | 111 |1000 |2226 |1000 |1829 | 327 |9779 |  17k| 0.000000e+00 |      --      |    Inf 
1738.42/1738.75	c  1739s|104000 |  3406 |  7342k|  70.6 |  56M| 101 |  90 |1000 |2226 |1000 |1829 | 327 |9779 |  17k| 0.000000e+00 |      --      |    Inf 
1739.41/1739.73	c  1740s|104100 |  3400 |  7347k|  70.6 |  56M| 101 |   - |1000 |2226 |1000 |1829 | 327 |9779 |  17k| 0.000000e+00 |      --      |    Inf 
1740.42/1740.70	c  1741s|104200 |  3402 |  7352k|  70.5 |  56M| 101 |   - |1000 |2226 |1000 |1829 | 327 |9779 |  17k| 0.000000e+00 |      --      |    Inf 
1741.22/1741.55	c  1742s|104300 |  3407 |  7356k|  70.5 |  56M| 101 |   - |1000 |2227 |1000 |1829 | 327 |9780 |  17k| 0.000000e+00 |      --      |    Inf 
1742.13/1742.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1742.13/1742.41	c  1742s|104400 |  3407 |  7360k|  70.5 |  56M| 101 |   - |1000 |2227 |1000 |1829 | 327 |9780 |  17k| 0.000000e+00 |      --      |    Inf 
1742.91/1743.22	c  1743s|104500 |  3415 |  7364k|  70.5 |  56M| 101 | 103 |1000 |2227 |1000 |1829 | 327 |9780 |  17k| 0.000000e+00 |      --      |    Inf 
1743.81/1744.14	c  1744s|104600 |  3403 |  7369k|  70.4 |  56M| 101 |   - |1000 |2227 |1000 |1829 | 327 |9780 |  17k| 0.000000e+00 |      --      |    Inf 
1744.81/1745.10	c  1745s|104700 |  3401 |  7373k|  70.4 |  56M| 101 |   - |1000 |2232 |1000 |1829 | 327 |9786 |  17k| 0.000000e+00 |      --      |    Inf 
1746.21/1746.55	c  1747s|104800 |  3401 |  7381k|  70.4 |  56M| 101 |   - |1000 |2238 |1000 |1829 | 327 |9792 |  17k| 0.000000e+00 |      --      |    Inf 
1747.41/1747.71	c  1748s|104900 |  3409 |  7386k|  70.4 |  56M| 101 |   - |1000 |2241 |1000 |1829 | 327 |9797 |  17k| 0.000000e+00 |      --      |    Inf 
1748.12/1748.40	c  1748s|105000 |  3421 |  7389k|  70.4 |  56M| 101 | 101 |1000 |2241 |1000 |1829 | 327 |9797 |  17k| 0.000000e+00 |      --      |    Inf 
1748.91/1749.24	c  1749s|105100 |  3413 |  7393k|  70.3 |  56M| 101 |   - |1000 |2241 |1000 |1829 | 327 |9797 |  17k| 0.000000e+00 |      --      |    Inf 
1749.72/1750.02	c  1750s|105200 |  3405 |  7397k|  70.3 |  56M| 101 |   - |1000 |2241 |1000 |1829 | 327 |9797 |  17k| 0.000000e+00 |      --      |    Inf 
1751.01/1751.38	c  1751s|105300 |  3405 |  7404k|  70.3 |  56M| 101 |   - |1000 |2237 |1000 |1829 | 327 |9799 |  17k| 0.000000e+00 |      --      |    Inf 
1752.51/1752.86	c  1753s|105400 |  3390 |  7411k|  70.3 |  56M| 101 |   - |1000 |2237 |1000 |1829 | 327 |9814 |  17k| 0.000000e+00 |      --      |    Inf 
1753.31/1753.69	c  1754s|105500 |  3395 |  7415k|  70.3 |  56M| 101 | 105 |1000 |2229 |1000 |1829 | 327 |9815 |  17k| 0.000000e+00 |      --      |    Inf 
1754.12/1754.47	c  1754s|105600 |  3391 |  7419k|  70.2 |  56M| 101 | 102 |1000 |2229 |1000 |1829 | 327 |9815 |  17k| 0.000000e+00 |      --      |    Inf 
1754.91/1755.23	c  1755s|105700 |  3405 |  7422k|  70.2 |  56M| 101 | 103 |1000 |2229 |1000 |1829 | 327 |9815 |  17k| 0.000000e+00 |      --      |    Inf 
1755.62/1755.97	c  1756s|105800 |  3403 |  7426k|  70.2 |  56M| 101 | 105 |1000 |2230 |1000 |1829 | 327 |9816 |  17k| 0.000000e+00 |      --      |    Inf 
1756.61/1756.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1756.61/1756.96	c  1757s|105900 |  3389 |  7431k|  70.2 |  56M| 101 | 118 |1000 |2227 |1000 |1829 | 327 |9817 |  17k| 0.000000e+00 |      --      |    Inf 
1758.21/1758.56	c  1759s|106000 |  3391 |  7438k|  70.2 |  56M| 101 |   - |1000 |2229 |1000 |1829 | 327 |9827 |  17k| 0.000000e+00 |      --      |    Inf 
1759.72/1760.01	c  1760s|106100 |  3402 |  7445k|  70.2 |  56M| 101 |   - |1000 |2231 |1000 |1829 | 327 |9849 |  17k| 0.000000e+00 |      --      |    Inf 
1761.21/1761.57	c  1762s|106200 |  3400 |  7453k|  70.2 |  56M| 101 |   - |1000 |2232 |1000 |1829 | 327 |9871 |  18k| 0.000000e+00 |      --      |    Inf 
1762.71/1763.07	c  1763s|106300 |  3398 |  7460k|  70.2 |  56M| 101 |   - |1000 |2240 |1000 |1829 | 327 |9884 |  18k| 0.000000e+00 |      --      |    Inf 
1764.31/1764.69	c  1765s|106400 |  3396 |  7468k|  70.2 |  56M| 101 |   - |1000 |2254 |1000 |1829 | 327 |9904 |  18k| 0.000000e+00 |      --      |    Inf 
1765.92/1766.24	c  1766s|106500 |  3404 |  7476k|  70.2 |  56M| 101 |   - |1000 |2270 |1000 |1829 | 327 |9948 |  18k| 0.000000e+00 |      --      |    Inf 
1767.22/1767.51	c  1768s|106600 |  3411 |  7483k|  70.2 |  56M| 101 | 123 |1000 |2274 |1000 |1829 | 327 |9979 |  18k| 0.000000e+00 |      --      |    Inf 
1768.31/1768.61	c  1769s|106700 |  3388 |  7490k|  70.2 |  56M| 101 |   - |1000 |2269 |1000 |1829 | 327 |9997 |  18k| 0.000000e+00 |      --      |    Inf 
1769.61/1769.96	c  1770s|106800 |  3392 |  7496k|  70.2 |  56M| 101 |   - |1000 |2270 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1770.72/1771.04	c  1771s|106900 |  3404 |  7502k|  70.2 |  56M| 101 |   - |1000 |2238 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1772.11/1772.40	c  1772s|107000 |  3413 |  7510k|  70.2 |  56M| 101 |   - |1000 |2221 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1773.41/1773.77	c  1774s|107100 |  3415 |  7518k|  70.2 |  56M| 101 | 120 |1000 |2227 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1774.91/1775.20	c  1775s|107200 |  3422 |  7527k|  70.2 |  56M| 101 | 101 |1000 |2230 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1776.22/1776.56	c  1777s|107300 |  3420 |  7535k|  70.2 |  56M| 101 | 116 |1000 |2232 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1777.71/1778.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1777.71/1778.07	c  1778s|107400 |  3416 |  7543k|  70.2 |  56M| 101 |   - |1000 |2250 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1779.30/1779.65	c  1780s|107500 |  3410 |  7552k|  70.2 |  56M| 101 |   - |1000 |2251 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1780.62/1780.98	c  1781s|107600 |  3420 |  7560k|  70.2 |  56M| 101 | 124 |1000 |2247 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1781.72/1782.04	c  1782s|107700 |  3428 |  7566k|  70.2 |  56M| 101 | 115 |1000 |2246 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1783.11/1783.41	c  1783s|107800 |  3438 |  7574k|  70.2 |  56M| 101 | 113 |1000 |2245 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1784.30/1784.68	c  1785s|107900 |  3436 |  7581k|  70.2 |  56M| 101 |   - |1000 |2250 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1785.61/1785.97	c  1786s|108000 |  3427 |  7588k|  70.2 |  56M| 101 | 110 |1000 |2256 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1786.81/1787.13	c  1787s|108100 |  3418 |  7595k|  70.2 |  56M| 101 | 123 |1000 |2256 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1788.21/1788.55	c  1789s|108200 |  3418 |  7604k|  70.3 |  56M| 101 | 118 |1000 |2260 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1789.70/1790.03	c  1790s|108300 |  3418 |  7614k|  70.3 |  56M| 101 |   - |1000 |2273 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1791.00/1791.38	c  1791s|108400 |  3435 |  7623k|  70.3 |  56M| 101 |   - |1000 |2293 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1792.40/1792.76	c  1793s|108500 |  3432 |  7632k|  70.3 |  56M| 101 |   - |1000 |2299 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1793.91/1794.26	c  1794s|108600 |  3424 |  7641k|  70.3 |  56M| 101 |   - |1000 |2304 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1795.51/1795.83	c  1796s|108700 |  3422 |  7652k|  70.4 |  56M| 101 |   - |1000 |2301 |1000 |1829 | 327 |  10k|  18k| 0.000000e+00 |      --      |    Inf 
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.01
1796.70/1797.01	c Solving Nodes      : 108796
1796.70/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.01	c Gap                : infinite
1796.70/1797.01	s UNKNOWN
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Total Time         :    1797.01
1796.70/1797.01	c   solving          :    1797.01
1796.70/1797.01	c   presolving       :       0.34 (included in solving)
1796.70/1797.01	c   reading          :       0.07 (included in solving)
1796.70/1797.01	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3691899-1338038185.opb
1796.70/1797.01	c   Variables        : 16722 (1000 binary, 0 integer, 15722 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 18224 initial, 18224 maximal
1796.70/1797.01	c   Objective sense  : minimize
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3691899-1338038185.opb
1796.70/1797.01	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 1502 initial, 2426 maximal
1796.70/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   dualfix          :       0.03       0.00      15722          0          0          0          0          0          0          0          0
1796.70/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   knapsack         :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   linear           :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoboolean    :       0.05       0.01          0          0          0          0          0      17722       1000          0          0
1796.70/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   integral         :          0          0          0          0      61788          0          1          0        340      12913          0          0     112866
1796.70/1797.01	c   knapsack         :       1001       1001          5     254012          0          2          0     926544          8     568471        764          0          0
1796.70/1797.01	c   setppc           :        500        500          5     254004          0          2          0      62261          2      21406          0          0          0
1796.70/1797.01	c   linear           :          1+        25          6     254002          0          2          0          0          0          0          0          0          0
1796.70/1797.01	c   logicor          :          0+       900          0      67281          0          0          0      22698        116      14235          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          0          2          0          0          0          0          0          0          0
1796.70/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.01	c   integral         :     572.26       0.00       0.00       0.00     572.26       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :       7.10       0.00       0.09       6.44       0.00       0.00       0.00       0.57
1796.70/1797.01	c   setppc           :       0.30       0.00       0.00       0.27       0.00       0.00       0.00       0.02
1796.70/1797.01	c   linear           :       0.26       0.00       0.00       0.26       0.00       0.00       0.00       0.00
1796.70/1797.01	c   logicor          :       1.07       0.00       0.00       0.98       0.00       0.00       0.00       0.09
1796.70/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.01	c   rootredcost      :          0          0          0          0
1796.70/1797.01	c   pseudoobj        :          0          0          0          0
1796.70/1797.01	c   vbounds          :          0          0          0          0
1796.70/1797.01	c   redcost          :      61793          0          0          0
1796.70/1797.01	c   probing          :          0          0          0          0
1796.70/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.01	c   rootredcost      :       0.08       0.00       0.00       0.08       0.00
1796.70/1797.01	c   pseudoobj        :       0.08       0.00       0.00       0.08       0.00
1796.70/1797.01	c   vbounds          :       0.06       0.00       0.00       0.06       0.00
1796.70/1797.01	c   redcost          :       0.89       0.00       0.00       0.89       0.00
1796.70/1797.01	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       0.00        126        111        444       63.4          0        0.0          -
1796.70/1797.01	c   infeasible LP    :      16.62      51895       6844     254857      122.3         26       58.7          0
1796.70/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.01	c   applied globally :          -          -          -      10204       63.2          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.00                     0          -          -          0          -    (maximal pool size: 0)
1796.70/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.70/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   gomory           :       1.44       0.00          5          0          0          0          0
1796.70/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   strongcg         :       1.44       0.00          5          0          0          0          0
1796.70/1797.01	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   clique           :       0.00       0.00          1          0          0          0          0
1796.70/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   rapidlearning    :       0.23       0.00          1          0          0          0         24
1796.70/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.01	c   problem variables:       0.00          -          0          0
1796.70/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   relpscost        :     572.20       0.00      61788        340      12913          0          0     112866
1796.70/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00       0.00          2          0          0          0          0          4
1796.70/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.01	c   LP solutions     :       0.00          -          -          0
1796.70/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.01	c   trivial          :       0.01       0.00          1          0
1796.70/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.01	c   zirounding       :       0.00       0.00          0          0
1796.70/1797.01	c   rounding         :       0.00       0.00          0          0
1796.70/1797.01	c   shifting         :       0.00       0.00          0          0
1796.70/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.01	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.01	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.01	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.01	c   clique           :       0.00       0.00          0          0
1796.70/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   coefdiving       :       0.00       0.00          0          0
1796.70/1797.01	c   pscostdiving     :       0.00       0.00          0          0
1796.70/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   fracdiving       :       0.00       0.00          0          0
1796.70/1797.01	c   veclendiving     :       0.00       0.00          0          0
1796.70/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   objpscostdiving  :       0.00       0.00          0          0
1796.70/1797.01	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.01	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.01	c   octane           :       0.00       0.00          0          0
1796.70/1797.01	c   rens             :       0.00       0.00          0          0
1796.70/1797.01	c   rins             :       0.00       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00       0.00          0          0
1796.70/1797.01	c   crossover        :       0.00       0.00          0          0
1796.70/1797.01	c   dins             :       0.00       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.01	c   undercover       :       0.00       0.00          0          0
1796.70/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.01	c   trysol           :       0.00       0.00          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.01	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.01	c   dual LP          :    1160.70     113690    7659450      67.37    6599.02       0.00          1
1796.70/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.01	c   strong branching :     569.77      18204    2081679     114.35    3653.53
1796.70/1797.01	c     (at root node) :          -         14       3479     248.50          -
1796.70/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.01	c B&B Tree           :
1796.70/1797.01	c   number of runs   :          1
1796.70/1797.01	c   nodes            :     108796
1796.70/1797.01	c   nodes (total)    :     108796
1796.70/1797.01	c   nodes left       :       3404
1796.70/1797.01	c   max depth        :        101
1796.70/1797.01	c   max depth (total):        101
1796.70/1797.01	c   backtracks       :      32828 (30.2%)
1796.70/1797.01	c   delayed cutoffs  :        671
1796.70/1797.01	c   repropagations   :      64431 (57138 domain reductions, 1 cutoffs)
1796.70/1797.01	c   avg switch length:       8.82
1796.70/1797.01	c   switching time   :      15.45
1796.70/1797.01	c Solution           :
1796.70/1797.01	c   Solutions found  :          0 (0 improvements)
1796.70/1797.01	c   Primal Bound     :          -
1796.70/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.01	c   Gap              :   infinite
1796.70/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.01	c   Root Iterations  :       2101
1796.70/1797.06	c Time complete: 1796.78.

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 16510
/proc/meminfo: memFree=28076512/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=13332 CPUtime=0 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 2106 0 0 0 0 0 0 0 20 0 1 0 269944393 13651968 2060 33554432000 4194304 10219143 140733629834336 140736320396696 8844210 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 3333 2061 437 1471 0 1853 0

[startup+0.0790031 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 16510
/proc/meminfo: memFree=28076512/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=40064 CPUtime=0.07 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 8656 0 0 0 6 1 0 0 20 0 1 0 269944393 41025536 8611 33554432000 4194304 10219143 140733629834336 140736320396696 7589947 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 10016 8642 482 1471 0 8536 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 40064

[startup+0.100322 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 16510
/proc/meminfo: memFree=28076512/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=53872 CPUtime=0.09 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 12199 0 0 0 8 1 0 0 20 0 1 0 269944393 55164928 12153 33554432000 4194304 10219143 140733629834336 140736320396696 7589947 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 13468 12153 491 1471 0 11988 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53872

[startup+0.300272 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 16510
/proc/meminfo: memFree=28076512/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=71372 CPUtime=0.29 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 16934 0 0 0 24 5 0 0 20 0 1 0 269944393 73084928 16278 33554432000 4194304 10219143 140733629834336 140736320396696 9008087 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 17843 16278 578 1471 0 16363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71372

[startup+0.700243 s]
/proc/loadavg: 2.01 2.02 2.00 3/174 16510
/proc/meminfo: memFree=28076512/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=110896 CPUtime=0.69 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 27130 0 0 0 63 6 0 0 20 0 1 0 269944393 113557504 26155 33554432000 4194304 10219143 140733629834336 140736320396696 9008087 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 27724 26155 801 1471 0 26244 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 110896

[startup+1.50022 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 16511
/proc/meminfo: memFree=27971864/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1.49 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 27864 0 0 0 142 7 0 0 20 0 1 0 269944393 116178944 26862 33554432000 4194304 10219143 140733629834336 140733629827160 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 26862 825 1471 0 26884 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113456

[startup+3.10022 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 16511
/proc/meminfo: memFree=27971104/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=3.09 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 27944 0 0 0 302 7 0 0 20 0 1 0 269944393 116178944 26942 33554432000 4194304 10219143 140733629834336 140733629829208 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 26942 825 1471 0 26884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113456

[startup+6.30027 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 16511
/proc/meminfo: memFree=27970236/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=6.29 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 27947 0 0 0 621 8 0 0 20 0 1 0 269944393 116178944 26945 33554432000 4194304 10219143 140733629834336 140733629829176 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 26945 826 1471 0 26884 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113456

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 16511
/proc/meminfo: memFree=27967540/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=12.69 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28200 0 0 0 1261 8 0 0 20 0 1 0 269944393 116178944 27198 33554432000 4194304 10219143 140733629834336 140733629827464 8083863 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27198 826 1471 0 26884 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113456

[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 16511
/proc/meminfo: memFree=27967052/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=25.49 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28201 0 0 0 2541 8 0 0 20 0 1 0 269944393 116178944 27199 33554432000 4194304 10219143 140733629834336 140733629827512 8098767 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27199 827 1471 0 26884 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 113456

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/175 16511
/proc/meminfo: memFree=27963208/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=51.08 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28201 0 0 0 5099 9 0 0 20 0 1 0 269944393 116178944 27199 33554432000 4194304 10219143 140733629834336 140733629827464 8098512 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27199 827 1471 0 26884 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 113456

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 16549
/proc/meminfo: memFree=27995036/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=102.27 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28213 0 0 0 10216 11 0 0 20 0 1 0 269944393 116178944 27327 33554432000 4194304 10219143 140733629834336 140733629827464 8085489 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27327 827 1471 0 26884 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 113456

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16549
/proc/meminfo: memFree=27993344/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=162.25 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28213 0 0 0 16210 15 0 0 20 0 1 0 269944393 116178944 27327 33554432000 4194304 10219143 140733629834336 140733629827784 8085489 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27327 827 1471 0 26884 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 113456

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16552
/proc/meminfo: memFree=27991920/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=222.24 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28213 0 0 0 22201 23 0 0 20 0 1 0 269944393 116178944 27327 33554432000 4194304 10219143 140733629834336 140733629827512 8097536 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27327 827 1471 0 26884 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 113456

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/174 16552
/proc/meminfo: memFree=27992076/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=282.23 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28217 0 0 0 28176 47 0 0 20 0 1 0 269944393 116178944 27331 33554432000 4194304 10219143 140733629834336 140733629827688 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27331 831 1471 0 26884 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 113456

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 16629
/proc/meminfo: memFree=28057524/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=342.23 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28217 0 0 0 34124 99 0 0 20 0 1 0 269944393 116178944 27331 33554432000 4194304 10219143 140733629834336 140733629827592 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27331 831 1471 0 26884 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 113456

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16629
/proc/meminfo: memFree=28055744/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=402.22 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28218 0 0 0 40080 142 0 0 20 0 1 0 269944393 116178944 27332 33554432000 4194304 10219143 140733629834336 140733629827976 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27332 831 1471 0 26884 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 113456

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16629
/proc/meminfo: memFree=28052828/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=462.21 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28221 0 0 0 46028 193 0 0 20 0 1 0 269944393 116178944 27335 33554432000 4194304 10219143 140733629834336 140733629830920 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27335 831 1471 0 26884 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 113456

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16629
/proc/meminfo: memFree=28055740/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=522.2 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28221 0 0 0 51978 242 0 0 20 0 1 0 269944393 116178944 27335 33554432000 4194304 10219143 140733629834336 140733629827592 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27335 831 1471 0 26884 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 113456

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16629
/proc/meminfo: memFree=28049972/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=582.19 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28221 0 0 0 57929 290 0 0 20 0 1 0 269944393 116178944 27335 33554432000 4194304 10219143 140733629834336 140733629827832 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27335 831 1471 0 26884 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 113456

[startup+642.3 s]

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

/proc/meminfo: memFree=28054244/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1122.11 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28226 0 0 0 111487 724 0 0 20 0 1 0 269944393 116178944 27340 33554432000 4194304 10219143 140733629834336 140733629827880 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27340 831 1471 0 26884 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 113456

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16634
/proc/meminfo: memFree=28054120/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1182.1 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28226 0 0 0 117433 777 0 0 20 0 1 0 269944393 116178944 27340 33554432000 4194304 10219143 140733629834336 140733629827688 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27340 831 1471 0 26884 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 113456

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16635
/proc/meminfo: memFree=28053996/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1242.09 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28226 0 0 0 123382 827 0 0 20 0 1 0 269944393 116178944 27340 33554432000 4194304 10219143 140733629834336 140733629827976 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27340 831 1471 0 26884 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 113456

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16635
/proc/meminfo: memFree=28053872/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1302.09 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28228 0 0 0 129332 877 0 0 20 0 1 0 269944393 116178944 27342 33554432000 4194304 10219143 140733629834336 140733629829704 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27342 831 1471 0 26884 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 113456

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16635
/proc/meminfo: memFree=28053748/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1362.07 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28229 0 0 0 135279 928 0 0 20 0 1 0 269944393 116178944 27343 33554432000 4194304 10219143 140733629834336 140733629827592 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27343 831 1471 0 26884 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 113456

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 16638
/proc/meminfo: memFree=28053468/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1422.07 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28229 0 0 0 141230 977 0 0 20 0 1 0 269944393 116178944 27343 33554432000 4194304 10219143 140733629834336 140733629827688 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27343 831 1471 0 26884 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 113456

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16638
/proc/meminfo: memFree=28053500/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1482.05 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28229 0 0 0 147181 1024 0 0 20 0 1 0 269944393 116178944 27343 33554432000 4194304 10219143 140733629834336 140733629827688 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27343 831 1471 0 26884 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 113456

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 16639
/proc/meminfo: memFree=28053748/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1542.04 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28229 0 0 0 153134 1070 0 0 20 0 1 0 269944393 116178944 27343 33554432000 4194304 10219143 140733629834336 140733629827688 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27343 831 1471 0 26884 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 113456

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/175 16639
/proc/meminfo: memFree=28053500/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1602.04 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28229 0 0 0 159083 1121 0 0 20 0 1 0 269944393 116178944 27343 33554432000 4194304 10219143 140733629834336 140733629827592 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27343 831 1471 0 26884 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 113456

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/175 16639
/proc/meminfo: memFree=28053252/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1662.03 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 165033 1170 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827592 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 113456

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 16639
/proc/meminfo: memFree=28053376/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1722.01 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 170981 1220 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827976 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 113456

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 16639
/proc/meminfo: memFree=28053252/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1782.01 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 176932 1269 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827592 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 113456

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 16639
/proc/meminfo: memFree=28053252/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1785.2 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 177249 1271 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827976 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 113456

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 16639
/proc/meminfo: memFree=28053252/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1791.62 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 177886 1276 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827592 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 113456

[startup+1795.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 16639
/proc/meminfo: memFree=28053252/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1794.82 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 178203 1279 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827976 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 113456

[startup+1795.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 16639
/proc/meminfo: memFree=28053252/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1795.61 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 178282 1279 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827688 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 113456

[startup+1796.7 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 16639
/proc/meminfo: memFree=28053252/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1796.41 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 178361 1280 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827688 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 113456

[startup+1796.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 16639
/proc/meminfo: memFree=28053252/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1796.6 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 178380 1280 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827592 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 113456

[startup+1797 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 16639
/proc/meminfo: memFree=28053252/32873852 swapFree=6848/6848
[pid=16510] ppid=16508 vsize=113456 CPUtime=1796.7 cores=0,2,4,6
/proc/16510/stat : 16510 (scip-2.1.1.4exp) R 16508 16510 14323 0 -1 4202496 28369 0 0 0 178390 1280 0 0 20 0 1 0 269944393 116178944 27483 33554432000 4194304 10219143 140733629834336 140733629827592 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/16510/statm: 28364 27483 971 1471 0 26884 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 113456

Child status: 0
Real time (s): 1797.07
CPU time (s): 1796.79
CPU user time (s): 1783.97
CPU system time (s): 12.8141
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 113456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.97
system time used= 12.8141
maximum resident set size= 109948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28374
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= 15
involuntary context switches= 1855

runsolver used 2.6536 second user time and 7.19991 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-26 15:16:25
IDJOB=3691899
IDBENCH=48350
IDSOLVER=2271
FILE ID=node128/3691899-1338038185
RUNJOBID= node128-1338017079-14339
PBS_JOBID= 14624370
Free space on /tmp= 71228 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_3_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-3691899-1338038185/watcher-3691899-1338038185 -o /tmp/evaluation-result-3691899-1338038185/solver-3691899-1338038185 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691899-1338038185.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=1932296798

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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:       32873852 kB
MemFree:        28076784 kB
Buffers:          287004 kB
Cached:          3498716 kB
SwapCached:            0 kB
Active:          1099704 kB
Inactive:        2911556 kB
Active(anon):     228248 kB
Inactive(anon):        0 kB
Active(file):     871456 kB
Inactive(file):  2911556 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14056 kB
Writeback:             8 kB
AnonPages:        232324 kB
Mapped:            17656 kB
Shmem:               204 kB
Slab:             648664 kB
SReclaimable:      90992 kB
SUnreclaim:       557672 kB
KernelStack:        1432 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     340248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71216 MiB
End job on node128 at 2012-05-26 15:46:22