Trace number 1884118

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? (TO) 1800.07 1800.82

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/sabharwal/
counting-clqcolor-unsat-set-b-clqcolor-08-06-07.sat05-1257.reshuffled-07.opb
MD5SUMb22fbe902bd5955aeb51799f85bdd68d
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.83642
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables132
Total number of constraints1527
Number of constraints which are clauses1527
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
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 6
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver Clp 1.8.2
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-1884118-1245254313.opb>
0.00/0.03	c original problem has 132 variables (132 bin, 0 int, 0 impl, 0 cont) and 1527 constraints
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.00/0.07	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1527 upgd conss, 336 impls, 0 clqs
0.00/0.08	c presolving (2 rounds):
0.00/0.08	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  336 implications, 0 cliques
0.00/0.08	c presolved problem has 132 variables (132 bin, 0 int, 0 impl, 0 cont) and 1527 constraints
0.00/0.08	c    1527 constraints of type <logicor>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.05
0.00/0.08	c PURESAT
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c separating/flowcover/freq = c -1
0.00/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c separating/cmir/freq = c -1
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/veclendiving/maxlpiterofs = c 1500
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.00/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/veclendiving/freq = c -1
0.00/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/simplerounding/freq = c -1
0.00/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/shifting/freq = c -1
0.00/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/rounding/freq = c -1
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.08	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.00/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/rootsoldiving/freq = c -1
0.00/0.08	c # number of nodes added to the contingent of the total nodes
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.08	c heuristics/rens/nodesofs = c 2000
0.00/0.08	c # minimum percentage of integer variables that have to be fixable 
0.00/0.08	c # [type: real, range: [0,1], default: 0.5]
0.00/0.08	c heuristics/rens/minfixingrate = c 0.3
0.00/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/rens/freq = c -1
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.00/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/pscostdiving/freq = c -1
0.00/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.08/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.08/0.08	c heuristics/oneopt/freq = c -1
0.08/0.08	c # additional number of allowed LP iterations
0.08/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.08	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.08/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.08/0.08	c # [type: real, range: [0,1], default: 0.01]
0.08/0.08	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.08/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.08/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.08/0.08	c heuristics/objpscostdiving/freq = c -1
0.08/0.08	c # additional number of allowed LP iterations
0.08/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.08	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.08/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.08	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.08/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.08/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.08	c heuristics/linesearchdiving/freq = c -1
0.08/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.08/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.08	c heuristics/intshifting/freq = c -1
0.08/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.08	c heuristics/intdiving/maxlpiterquot = c 0.075
0.08/0.08	c # additional number of allowed LP iterations
0.08/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.08	c heuristics/guideddiving/maxlpiterofs = c 1500
0.08/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.08	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.08/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.08/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.09	c heuristics/guideddiving/freq = c -1
0.08/0.09	c # additional number of allowed LP iterations
0.08/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.09	c heuristics/fracdiving/maxlpiterofs = c 1500
0.08/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.09	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.08/0.09	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.09	c heuristics/fracdiving/freq = c -1
0.08/0.09	c # additional number of allowed LP iterations
0.08/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.09	c heuristics/feaspump/maxlpiterofs = c 2000
0.08/0.09	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.08/0.09	c heuristics/feaspump/freq = c -1
0.08/0.09	c # minimum percentage of integer variables that have to be fixed 
0.08/0.09	c # [type: real, range: [0,1], default: 0.666]
0.08/0.09	c heuristics/crossover/minfixingrate = c 0.5
0.08/0.09	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.08/0.09	c # [type: real, range: [0,1], default: 0.1]
0.08/0.09	c heuristics/crossover/nodesquot = c 0.15
0.08/0.09	c # number of nodes without incumbent change that heuristic should wait
0.08/0.09	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.08/0.09	c heuristics/crossover/nwaitingnodes = c 100
0.08/0.09	c # number of nodes added to the contingent of the total nodes
0.08/0.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.08/0.09	c heuristics/crossover/nodesofs = c 750
0.08/0.09	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: 30]
0.08/0.09	c heuristics/crossover/freq = c -1
0.08/0.09	c # additional number of allowed LP iterations
0.08/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.08/0.09	c heuristics/coefdiving/maxlpiterofs = c 1500
0.08/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.08/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.08/0.09	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.08/0.09	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.08/0.09	c heuristics/coefdiving/freq = c -1
0.08/0.09	c # priority of node selection rule <dfs> in standard mode
0.08/0.09	c # [type: int, range: [-536870912,536870911], default: 0]
0.08/0.09	c nodeselection/dfs/stdpriority = c 1000000
0.08/0.09	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.09	c presolving/probing/maxrounds = c 0
0.08/0.09	c # should presolving try to simplify knapsacks
0.08/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.09	c constraints/knapsack/simplifyinequalities = c TRUE
0.08/0.09	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.08/0.09	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.08/0.09	c constraints/knapsack/disaggregation = c FALSE
0.08/0.09	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.09	c constraints/knapsack/maxnumcardlift = c 0
0.08/0.09	c # should presolving try to simplify inequalities
0.08/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.09	c constraints/linear/simplifyinequalities = c TRUE
0.08/0.09	c # maximal number of separation rounds in the root node (-1: unlimited)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.09	c separating/maxroundsroot = c 5
0.08/0.09	c # maximal number of separation rounds per node (-1: unlimited)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: 5]
0.08/0.09	c separating/maxrounds = c 1
0.08/0.09	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.08/0.09	c # [type: char, range: {lafpsqd}, default: l]
0.08/0.09	c lp/pricing = c a
0.08/0.09	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.08/0.09	c lp/solvefreq = c 0
0.08/0.09	c # solving stops, if the given number of solutions were found (-1: no limit)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.09	c limits/solutions = c 1
0.08/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.09	c limits/memory = c 1620
0.08/0.09	c # maximal time in seconds to run
0.08/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.09	c limits/time = c 1791
0.08/0.09	c # frequency for displaying node information lines
0.08/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.09	c display/freq = c 10000
0.08/0.09	c # should enforcement of pseudo solution be disabled?
0.08/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.09	c constraints/disableenfops = c TRUE
0.08/0.09	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.08/0.09	c constraints/agelimit = c 1
0.08/0.09	c # should binary conflicts be preferred?
0.08/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.09	c conflict/preferbinary = c TRUE
0.08/0.09	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.08/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.09	c conflict/interconss = c 0
0.08/0.09	c -----------------------------------------------------------------------------------------------
0.08/0.09	c start solving problem
0.08/0.09	c 
0.09/0.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     0 |    59 |2039k|   0 |  46 | 132 |1527 |1527 | 132 |1527 |   0 |   0 |   0 | 2.450000e+01 |      --      |    Inf 
0.09/0.16	c   0.1s|     1 |     0 |   136 |2075k|   0 |  18 | 132 |1527 |1527 | 132 |1536 |   9 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   140 |2076k|   0 |  16 | 132 |1527 |1527 | 132 |1538 |  11 |   0 |   0 | 3.300000e+01 |      --      |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   149 |2077k|   0 |  18 | 132 |1527 |1527 | 132 |1539 |  12 |   0 |   0 | 3.300000e+01 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   166 |2084k|   0 |  24 | 132 |1527 |1527 | 132 |1542 |  15 |   0 |   0 | 3.300000e+01 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   186 |2114k|   0 |  19 | 132 |1527 |1527 | 132 |1543 |  16 |   0 |   0 | 3.300000e+01 |      --      |    Inf 
0.60/0.65	c   0.6s|     1 |     2 |   186 |2115k|   0 |  19 | 132 |1527 |1527 | 132 |1543 |  16 |   0 |  19 | 3.300000e+01 |      --      |    Inf 
2.29/2.34	c   2.1s| 10000 |    37 |   186 |2242k|  59 |   - | 132 |1566 | 409 |   0 |   0 |  16 |5888 |  19 | 3.333333e+01 |      --      |    Inf 
4.19/4.22	c   3.8s| 20000 |    41 |   186 |2244k|  59 |   - | 132 |1563 | 375 |   0 |   0 |  16 |  11k|  19 | 3.333333e+01 |      --      |    Inf 
5.98/6.02	c   5.5s| 30000 |    42 |   186 |2253k|  59 |   - | 132 |1583 | 419 |   0 |   0 |  16 |  17k|  19 | 3.333333e+01 |      --      |    Inf 
7.58/7.69	c   7.0s| 40000 |    38 |   186 |2248k|  59 |   - | 132 |1559 | 336 |   0 |   0 |  16 |  23k|  19 | 3.333333e+01 |      --      |    Inf 
9.38/9.44	c   8.6s| 50000 |    41 |   186 |2252k|  59 |   - | 132 |1566 | 298 |   0 |   0 |  16 |  29k|  19 | 3.333333e+01 |      --      |    Inf 
11.18/11.24	c  10.2s| 60000 |    38 |   186 |2252k|  59 |   - | 132 |1566 | 342 |   0 |   0 |  16 |  35k|  19 | 3.333333e+01 |      --      |    Inf 
12.88/12.99	c  11.8s| 70000 |    42 |   186 |2265k|  59 |   - | 132 |1589 | 284 |   0 |   0 |  16 |  41k|  19 | 3.333333e+01 |      --      |    Inf 
14.98/15.00	c  13.6s| 80000 |    42 |   186 |2253k|  59 |   - | 132 |1562 | 370 |   0 |   0 |  16 |  47k|  19 | 3.333333e+01 |      --      |    Inf 
16.78/16.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.78/16.80	c  15.3s| 90000 |    39 |   186 |2259k|  62 |   - | 132 |1577 | 315 |   0 |   0 |  16 |  53k|  19 | 3.333333e+01 |      --      |    Inf 
18.48/18.53	c  16.9s|100000 |    40 |   186 |2264k|  62 |   - | 132 |1581 | 290 |   0 |   0 |  16 |  59k|  19 | 3.333333e+01 |      --      |    Inf 
20.28/20.39	c  18.6s|110000 |    35 |   186 |2259k|  62 |   - | 132 |1576 | 338 |   0 |   0 |  16 |  65k|  19 | 3.333333e+01 |      --      |    Inf 
22.28/22.32	c  20.3s|120000 |    39 |   186 |2265k|  62 |   - | 132 |1587 | 284 |   0 |   0 |  16 |  71k|  19 | 3.333333e+01 |      --      |    Inf 
24.18/24.21	c  22.1s|130000 |    36 |   186 |2261k|  62 |   - | 132 |1576 | 338 |   0 |   0 |  16 |  77k|  19 | 3.333333e+01 |      --      |    Inf 
26.38/26.42	c  24.1s|140000 |    37 |   186 |2266k|  62 |   - | 132 |1585 | 268 |   0 |   0 |  16 |  83k|  19 | 3.333333e+01 |      --      |    Inf 
28.28/28.31	c  25.8s|150000 |    38 |   186 |2266k|  62 |   - | 132 |1586 | 342 |   0 |   0 |  16 |  89k|  19 | 3.333333e+01 |      --      |    Inf 
30.18/30.24	c  27.6s|160000 |    40 |   186 |2263k|  62 |   - | 132 |1573 | 327 |   0 |   0 |  16 |  95k|  19 | 3.333333e+01 |      --      |    Inf 
32.07/32.17	c  29.4s|170000 |    40 |   186 |2267k|  62 |   - | 132 |1584 | 368 |   0 |   0 |  16 | 101k|  19 | 3.333333e+01 |      --      |    Inf 
33.87/33.93	c  30.9s|180000 |    44 |   186 |2262k|  62 |   - | 132 |1568 | 341 |   0 |   0 |  16 | 106k|  19 | 3.333333e+01 |      --      |    Inf 
35.57/35.63	c  32.5s|190000 |    39 |   186 |2264k|  62 |   - | 132 |1575 | 318 |   0 |   0 |  16 | 112k|  19 | 3.333333e+01 |      --      |    Inf 
37.28/37.34	c  34.0s|200000 |    36 |   186 |2272k|  62 |   - | 132 |1592 | 284 |   0 |   0 |  16 | 118k|  19 | 3.333333e+01 |      --      |    Inf 
39.07/39.14	c  35.7s|210000 |    34 |   186 |2270k|  62 |   - | 132 |1585 | 319 |   0 |   0 |  16 | 124k|  19 | 3.333333e+01 |      --      |    Inf 
41.06/41.11	c  37.5s|220000 |    44 |   186 |2274k|  62 |   - | 132 |1585 | 243 |   0 |   0 |  16 | 130k|  19 | 3.333333e+01 |      --      |    Inf 
42.86/42.91	c  39.1s|230000 |    34 |   186 |2271k|  62 |   - | 132 |1587 | 284 |   0 |   0 |  16 | 136k|  19 | 3.333333e+01 |      --      |    Inf 
44.65/44.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.65/44.70	c  40.7s|240000 |    38 |   186 |2275k|  62 |   - | 132 |1590 | 279 |   0 |   0 |  16 | 142k|  19 | 3.333333e+01 |      --      |    Inf 
46.75/46.83	c  42.7s|250000 |    37 |   186 |2274k|  62 |   - | 132 |1586 | 361 |   0 |   0 |  16 | 148k|  19 | 3.333333e+01 |      --      |    Inf 
48.65/48.78	c  44.4s|260000 |    33 |   186 |2277k|  62 |   - | 132 |1599 | 282 |   0 |   0 |  16 | 154k|  19 | 3.333333e+01 |      --      |    Inf 
50.75/50.80	c  46.3s|270000 |    36 |   186 |2275k|  62 |   - | 132 |1591 | 251 |   0 |   0 |  16 | 160k|  19 | 3.333333e+01 |      --      |    Inf 
52.55/52.67	c  48.0s|280000 |    37 |   186 |2276k|  62 |   - | 132 |1590 | 301 |   0 |   0 |  16 | 165k|  19 | 3.333333e+01 |      --      |    Inf 
54.35/54.49	c  49.6s|290000 |    45 |   186 |2276k|  62 |   - | 132 |1586 | 240 |   0 |   0 |  16 | 171k|  19 | 3.333333e+01 |      --      |    Inf 
56.05/56.19	c  51.2s|300000 |    45 |   186 |2281k|  63 |   - | 132 |1590 | 271 |   0 |   0 |  16 | 177k|  19 | 3.333333e+01 |      --      |    Inf 
57.95/58.02	c  52.8s|310000 |    41 |   186 |2286k|  63 |   - | 132 |1611 | 216 |   0 |   0 |  16 | 183k|  19 | 3.333333e+01 |      --      |    Inf 
59.85/59.99	c  54.6s|320000 |    44 |   186 |2278k|  63 |   - | 132 |1591 | 261 |   0 |   0 |  16 | 189k|  19 | 3.333333e+01 |      --      |    Inf 
61.95/62.09	c  56.6s|330000 |    36 |   186 |2286k|  63 |   - | 132 |1616 | 313 |   0 |   0 |  16 | 195k|  19 | 3.333333e+01 |      --      |    Inf 
64.15/64.26	c  58.6s|340000 |    34 |   186 |2271k|  63 |   - | 132 |1585 | 339 |   0 |   0 |  16 | 201k|  19 | 3.333333e+01 |      --      |    Inf 
65.95/66.06	c  60.2s|350000 |    41 |   186 |2287k|  63 |   - | 132 |1619 | 266 |   0 |   0 |  16 | 207k|  19 | 3.333333e+01 |      --      |    Inf 
67.84/67.90	c  61.9s|360000 |    44 |   186 |2274k|  63 |   - | 132 |1583 | 305 |   0 |   0 |  16 | 213k|  19 | 3.333333e+01 |      --      |    Inf 
69.64/69.79	c  63.5s|370000 |    42 |   186 |2292k|  63 |   - | 132 |1624 | 247 |   0 |   0 |  16 | 219k|  19 | 3.333333e+01 |      --      |    Inf 
71.55/71.64	c  65.2s|380000 |    36 |   186 |2281k|  63 |   - | 132 |1613 | 325 |   0 |   0 |  16 | 225k|  19 | 3.333333e+01 |      --      |    Inf 
73.45/73.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.45/73.51	c  66.9s|390000 |    40 |   186 |2289k|  63 |   - | 132 |1622 | 269 |   0 |   0 |  16 | 231k|  19 | 3.333333e+01 |      --      |    Inf 
75.25/75.31	c  68.5s|400000 |    38 |   186 |2292k|  63 |   - | 132 |1628 | 271 |   0 |   0 |  16 | 237k|  19 | 3.333333e+01 |      --      |    Inf 
77.14/77.23	c  70.3s|410000 |    40 |   186 |2287k|  63 |   - | 132 |1618 | 260 |   0 |   0 |  16 | 243k|  19 | 3.333333e+01 |      --      |    Inf 
78.95/79.01	c  71.9s|420000 |    36 |   186 |2290k|  63 |   - | 132 |1622 | 283 |   0 |   0 |  16 | 249k|  19 | 3.333333e+01 |      --      |    Inf 
80.84/80.91	c  73.6s|430000 |    38 |   186 |2289k|  64 |   - | 132 |1624 | 249 |   0 |   0 |  16 | 255k|  19 | 3.333333e+01 |      --      |    Inf 
82.84/82.97	c  75.5s|440000 |    33 |   186 |2296k|  64 |   - | 132 |1641 | 257 |   0 |   0 |  16 | 261k|  19 | 3.333333e+01 |      --      |    Inf 
84.94/85.03	c  77.4s|450000 |    35 |   186 |2292k|  64 |   - | 132 |1630 | 346 |   0 |   0 |  16 | 268k|  19 | 3.333333e+01 |      --      |    Inf 
87.24/87.37	c  79.5s|460000 |    32 |   186 |2288k|  64 |   - | 132 |1618 | 284 |   0 |   0 |  16 | 274k|  19 | 3.333333e+01 |      --      |    Inf 
89.34/89.42	c  81.4s|470000 |    39 |   186 |2283k|  64 |   - | 132 |1602 | 287 |   0 |   0 |  16 | 280k|  19 | 3.333333e+01 |      --      |    Inf 
91.54/91.68	c  83.5s|480000 |    33 |   186 |2291k|  64 |   - | 132 |1625 | 275 |   0 |   0 |  16 | 286k|  19 | 3.333333e+01 |      --      |    Inf 
94.04/94.11	c  85.8s|490000 |    41 |   186 |2278k|  64 |   - | 132 |1585 | 280 |   0 |   0 |  16 | 292k|  19 | 3.333333e+01 |      --      |    Inf 
96.13/96.24	c  87.7s|500000 |    38 |   186 |2285k|  64 |   - | 132 |1609 | 392 |   0 |   0 |  16 | 298k|  19 | 3.333333e+01 |      --      |    Inf 
98.34/98.49	c  89.8s|510000 |    43 |   186 |2281k|  64 |   - | 132 |1591 | 303 |   0 |   0 |  16 | 304k|  19 | 3.333333e+01 |      --      |    Inf 
100.64/100.73	c  91.8s|520000 |    34 |   186 |2289k|  64 |   - | 132 |1622 | 432 |   0 |   0 |  16 | 310k|  19 | 3.333333e+01 |      --      |    Inf 
103.13/103.27	c  94.2s|530000 |    32 |   186 |2288k|  64 |   - | 132 |1622 | 452 |   0 |   0 |  16 | 317k|  19 | 3.333333e+01 |      --      |    Inf 
105.63/105.77	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.63/105.77	c  96.5s|540000 |    38 |   186 |2285k|  64 |   - | 132 |1607 | 308 |   0 |   0 |  16 | 323k|  19 | 3.333333e+01 |      --      |    Inf 
108.03/108.11	c  98.7s|550000 |    36 |   186 |2279k|  64 |   - | 132 |1593 | 342 |   0 |   0 |  16 | 329k|  19 | 3.333333e+01 |      --      |    Inf 
110.53/110.61	c   101s|560000 |    36 |   186 |2281k|  64 |   - | 132 |1598 | 346 |   0 |   0 |  16 | 335k|  19 | 3.333333e+01 |      --      |    Inf 
112.63/112.78	c   103s|570000 |    39 |   186 |2290k|  64 |   - | 132 |1615 | 233 |   0 |   0 |  16 | 341k|  19 | 3.333333e+01 |      --      |    Inf 
114.92/115.02	c   105s|580000 |    42 |   186 |2296k|  64 |   - | 132 |1628 | 256 |   0 |   0 |  16 | 347k|  19 | 3.333333e+01 |      --      |    Inf 
117.22/117.31	c   107s|590000 |    38 |   186 |2292k|  64 |   - | 132 |1622 | 267 |   0 |   0 |  16 | 353k|  19 | 3.333333e+01 |      --      |    Inf 
119.73/119.81	c   109s|600000 |    39 |   186 |2298k|  64 |   - | 132 |1633 | 230 |   0 |   0 |  16 | 359k|  19 | 3.333333e+01 |      --      |    Inf 
122.23/122.37	c   112s|610000 |    33 |   186 |2287k|  64 |   - | 132 |1616 | 372 |   0 |   0 |  16 | 366k|  19 | 3.333333e+01 |      --      |    Inf 
124.82/124.94	c   114s|620000 |    30 |   186 |2284k|  64 |   - | 132 |1607 | 301 |   0 |   0 |  16 | 372k|  19 | 3.333333e+01 |      --      |    Inf 
127.13/127.25	c   116s|630000 |    36 |   186 |2271k|  64 |   - | 132 |1567 | 386 |   0 |   0 |  16 | 378k|  19 | 3.333333e+01 |      --      |    Inf 
128.93/129.00	c   118s|640000 |    41 |   186 |2275k|  64 |   - | 132 |1575 | 338 |   0 |   0 |  16 | 384k|  19 | 3.333333e+01 |      --      |    Inf 
131.12/131.23	c   120s|650000 |    29 |   186 |2280k|  64 |   - | 132 |1592 | 290 |   0 |   0 |  16 | 390k|  19 | 3.333333e+01 |      --      |    Inf 
133.02/133.18	c   122s|660000 |    33 |   186 |2283k|  64 |   - | 132 |1600 | 287 |   0 |   0 |  16 | 396k|  19 | 3.333333e+01 |      --      |    Inf 
135.22/135.31	c   124s|670000 |    35 |   186 |2288k|  64 |   - | 132 |1609 | 275 |   0 |   0 |  16 | 401k|  19 | 3.333333e+01 |      --      |    Inf 
137.32/137.48	c   126s|680000 |    32 |   186 |2280k|  64 |   - | 132 |1597 | 379 |   0 |   0 |  16 | 407k|  19 | 3.333333e+01 |      --      |    Inf 
139.72/139.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.72/139.80	c   128s|690000 |    32 |   186 |2290k|  64 |   - | 132 |1616 | 325 |   0 |   0 |  16 | 414k|  19 | 3.333333e+01 |      --      |    Inf 
141.91/142.08	c   130s|700000 |    33 |   186 |2288k|  64 |   - | 132 |1614 | 357 |   0 |   0 |  16 | 420k|  19 | 3.333333e+01 |      --      |    Inf 
144.21/144.31	c   132s|710000 |    31 |   186 |2276k|  64 |   - | 132 |1583 | 311 |   0 |   0 |  16 | 426k|  19 | 3.333333e+01 |      --      |    Inf 
146.12/146.25	c   134s|720000 |    39 |   186 |2278k|  64 |   - | 132 |1582 | 310 |   0 |   0 |  16 | 432k|  19 | 3.333333e+01 |      --      |    Inf 
148.11/148.21	c   136s|730000 |    34 |   186 |2278k|  64 |   - | 132 |1585 | 428 |   0 |   0 |  16 | 438k|  19 | 3.333333e+01 |      --      |    Inf 
149.91/150.05	c   137s|740000 |    41 |   186 |2284k|  64 |   - | 132 |1597 | 296 |   0 |   0 |  16 | 444k|  19 | 3.333333e+01 |      --      |    Inf 
151.91/152.04	c   139s|750000 |    38 |   186 |2293k|  64 |   - | 132 |1622 | 266 |   0 |   0 |  16 | 450k|  19 | 3.333333e+01 |      --      |    Inf 
154.21/154.32	c   141s|760000 |    33 |   186 |2292k|  64 |   - | 132 |1621 | 260 |   0 |   0 |  16 | 456k|  19 | 3.333333e+01 |      --      |    Inf 
156.40/156.56	c   143s|770000 |    31 |   186 |2286k|  64 |   - | 132 |1605 | 337 |   0 |   0 |  16 | 462k|  19 | 3.333333e+01 |      --      |    Inf 
158.61/158.78	c   145s|780000 |    36 |   186 |2280k|  64 |   - | 132 |1591 | 350 |   0 |   0 |  16 | 468k|  19 | 3.333333e+01 |      --      |    Inf 
161.00/161.16	c   147s|790000 |    32 |   186 |2285k|  64 |   - | 132 |1609 | 380 |   0 |   0 |  16 | 474k|  19 | 3.333333e+01 |      --      |    Inf 
163.41/163.53	c   150s|800000 |    33 |   186 |2287k|  64 |   - | 132 |1605 | 313 |   0 |   0 |  16 | 480k|  19 | 3.333333e+01 |      --      |    Inf 
165.81/165.98	c   152s|810000 |    34 |   186 |2291k|  64 |   - | 132 |1617 | 316 |   0 |   0 |  16 | 486k|  19 | 3.333333e+01 |      --      |    Inf 
168.11/168.21	c   154s|820000 |    28 |   186 |2306k|  64 |   - | 132 |1656 | 292 |   0 |   0 |  16 | 492k|  19 | 3.333333e+01 |      --      |    Inf 
169.70/169.89	c   156s|830000 |    38 |   186 |2283k|  64 |   - | 132 |1592 | 299 |   0 |   0 |  16 | 498k|  19 | 3.333333e+01 |      --      |    Inf 
171.41/171.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.41/171.58	c   157s|840000 |    35 |   186 |2282k|  64 |   - | 132 |1592 | 324 |   0 |   0 |  16 | 504k|  19 | 3.333333e+01 |      --      |    Inf 
173.11/173.26	c   159s|850000 |    40 |   186 |2292k|  64 |   - | 132 |1614 | 256 |   0 |   0 |  16 | 510k|  19 | 3.333333e+01 |      --      |    Inf 
174.81/174.95	c   160s|860000 |    38 |   186 |2296k|  64 |   - | 132 |1622 | 242 |   0 |   0 |  16 | 516k|  19 | 3.333333e+01 |      --      |    Inf 
176.71/176.82	c   162s|870000 |    38 |   186 |2284k|  64 |   - | 132 |1594 | 288 |   0 |   0 |  16 | 522k|  19 | 3.333333e+01 |      --      |    Inf 
178.70/178.86	c   164s|880000 |    38 |   186 |2286k|  64 |   - | 132 |1603 | 381 |   0 |   0 |  16 | 528k|  19 | 3.333333e+01 |      --      |    Inf 
180.60/180.73	c   165s|890000 |    33 |   186 |2284k|  64 |   - | 132 |1602 | 349 |   0 |   0 |  16 | 534k|  19 | 3.333333e+01 |      --      |    Inf 
182.51/182.70	c   167s|900000 |    35 |   186 |2287k|  64 |   - | 132 |1606 | 325 |   0 |   0 |  16 | 540k|  19 | 3.333333e+01 |      --      |    Inf 
184.61/184.74	c   169s|910000 |    36 |   186 |2292k|  64 |   - | 132 |1613 | 285 |   0 |   0 |  16 | 547k|  19 | 3.333333e+01 |      --      |    Inf 
186.90/187.02	c   171s|920000 |    31 |   186 |2289k|  64 |   - | 132 |1614 | 343 |   0 |   0 |  16 | 553k|  19 | 3.333333e+01 |      --      |    Inf 
188.90/189.06	c   173s|930000 |    37 |   186 |2287k|  64 |   - | 132 |1599 | 276 |   0 |   0 |  16 | 559k|  19 | 3.333333e+01 |      --      |    Inf 
190.89/191.01	c   175s|940000 |    35 |   186 |2293k|  64 |   - | 132 |1613 | 250 |   0 |   0 |  16 | 565k|  19 | 3.333333e+01 |      --      |    Inf 
192.90/193.03	c   177s|950000 |    35 |   186 |2281k|  64 |   - | 132 |1588 | 330 |   0 |   0 |  16 | 571k|  19 | 3.333333e+01 |      --      |    Inf 
194.80/194.97	c   178s|960000 |    35 |   186 |2294k|  64 |   - | 132 |1623 | 315 |   0 |   0 |  16 | 577k|  19 | 3.333333e+01 |      --      |    Inf 
196.49/196.63	c   180s|970000 |    38 |   186 |2285k|  64 |   - | 132 |1590 | 267 |   0 |   0 |  16 | 583k|  19 | 3.333333e+01 |      --      |    Inf 
198.20/198.30	c   181s|980000 |    37 |   186 |2298k|  66 |   - | 132 |1623 | 245 |   0 |   0 |  16 | 589k|  19 | 3.333333e+01 |      --      |    Inf 
200.10/200.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.10/200.20	c   183s|990000 |    34 |   186 |2289k|  66 |   - | 132 |1608 | 275 |   0 |   0 |  16 | 595k|  19 | 3.333333e+01 |      --      |    Inf 
201.80/201.92	c   185s|  1000k|    43 |   186 |2299k|  66 |   - | 132 |1628 | 247 |   0 |   0 |  16 | 601k|  19 | 3.333333e+01 |      --      |    Inf 
203.59/203.72	c   186s|  1010k|    37 |   186 |2294k|  66 |   - | 132 |1616 | 278 |   0 |   0 |  16 | 607k|  19 | 3.333333e+01 |      --      |    Inf 
205.39/205.58	c   188s|  1020k|    42 |   186 |2303k|  66 |   - | 132 |1634 | 234 |   0 |   0 |  16 | 613k|  19 | 3.333333e+01 |      --      |    Inf 
207.49/207.61	c   190s|  1030k|    35 |   186 |2289k|  66 |   - | 132 |1605 | 321 |   0 |   0 |  16 | 619k|  19 | 3.333333e+01 |      --      |    Inf 
209.49/209.63	c   192s|  1040k|    39 |   186 |2288k|  66 |   - | 132 |1599 | 332 |   0 |   0 |  16 | 625k|  19 | 3.333333e+01 |      --      |    Inf 
211.49/211.63	c   194s|  1050k|    34 |   186 |2290k|  66 |   - | 132 |1604 | 298 |   0 |   0 |  16 | 630k|  19 | 3.333333e+01 |      --      |    Inf 
213.29/213.43	c   195s|  1060k|    38 |   186 |2297k|  66 |   - | 132 |1623 | 247 |   0 |   0 |  16 | 636k|  19 | 3.333333e+01 |      --      |    Inf 
214.99/215.12	c   197s|  1070k|    41 |   186 |2301k|  66 |   - | 132 |1634 | 249 |   0 |   0 |  16 | 642k|  19 | 3.333333e+01 |      --      |    Inf 
216.69/216.80	c   198s|  1080k|    34 |   186 |2300k|  66 |   - | 132 |1635 | 248 |   0 |   0 |  16 | 648k|  19 | 3.333333e+01 |      --      |    Inf 
218.29/218.47	c   200s|  1090k|    39 |   186 |2296k|  66 |   - | 132 |1623 | 287 |   0 |   0 |  16 | 654k|  19 | 3.333333e+01 |      --      |    Inf 
220.08/220.27	c   201s|  1100k|    36 |   186 |2306k|  66 |   - | 132 |1650 | 236 |   0 |   0 |  16 | 660k|  19 | 3.333333e+01 |      --      |    Inf 
221.78/221.97	c   203s|  1110k|    37 |   186 |2309k|  66 |   - | 132 |1651 | 234 |   0 |   0 |  16 | 666k|  19 | 3.333333e+01 |      --      |    Inf 
223.69/223.84	c   205s|  1120k|    33 |   186 |2293k|  66 |   - | 132 |1617 | 282 |   0 |   0 |  16 | 672k|  19 | 3.333333e+01 |      --      |    Inf 
225.48/225.66	c   206s|  1130k|    32 |   186 |2297k|  66 |   - | 132 |1630 | 271 |   0 |   0 |  16 | 678k|  19 | 3.333333e+01 |      --      |    Inf 
227.38/227.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.38/227.58	c   208s|  1140k|    36 |   186 |2299k|  66 |   - | 132 |1630 | 279 |   0 |   0 |  16 | 684k|  19 | 3.333333e+01 |      --      |    Inf 
229.48/229.61	c   210s|  1150k|    33 |   186 |2291k|  66 |   - | 132 |1617 | 467 |   0 |   0 |  16 | 690k|  19 | 3.333333e+01 |      --      |    Inf 
231.78/231.97	c   212s|  1160k|    32 |   186 |2291k|  66 |   - | 132 |1608 | 314 |   0 |   0 |  16 | 697k|  19 | 3.333333e+01 |      --      |    Inf 
233.68/233.88	c   214s|  1170k|    38 |   186 |2295k|  66 |   - | 132 |1618 | 261 |   0 |   0 |  16 | 703k|  19 | 3.333333e+01 |      --      |    Inf 
235.68/235.82	c   216s|  1180k|    34 |   186 |2302k|  66 |   - | 132 |1641 | 323 |   0 |   0 |  16 | 709k|  19 | 3.333333e+01 |      --      |    Inf 
237.98/238.17	c   218s|  1190k|    29 |   186 |2291k|  66 |   - | 132 |1616 | 376 |   0 |   0 |  16 | 715k|  19 | 3.333333e+01 |      --      |    Inf 
240.18/240.37	c   220s|  1200k|    31 |   186 |2296k|  66 |   - | 132 |1625 | 327 |   0 |   0 |  16 | 721k|  19 | 3.333333e+01 |      --      |    Inf 
242.18/242.35	c   222s|  1210k|    35 |   186 |2304k|  66 |   - | 132 |1638 | 260 |   0 |   0 |  16 | 727k|  19 | 3.333333e+01 |      --      |    Inf 
244.57/244.73	c   224s|  1220k|    32 |   186 |2301k|  66 |   - | 132 |1638 | 295 |   0 |   0 |  16 | 733k|  19 | 3.333333e+01 |      --      |    Inf 
246.37/246.56	c   225s|  1230k|    32 |   186 |2300k|  66 |   - | 132 |1636 | 300 |   0 |   0 |  16 | 739k|  19 | 3.333333e+01 |      --      |    Inf 
248.38/248.59	c   227s|  1240k|    34 |   186 |2293k|  66 |   - | 132 |1614 | 294 |   0 |   0 |  16 | 745k|  19 | 3.333333e+01 |      --      |    Inf 
250.27/250.48	c   229s|  1250k|    33 |   186 |2291k|  66 |   - | 132 |1610 | 328 |   0 |   0 |  16 | 751k|  19 | 3.333333e+01 |      --      |    Inf 
252.27/252.42	c   231s|  1260k|    34 |   186 |2298k|  66 |   - | 132 |1628 | 338 |   0 |   0 |  16 | 757k|  19 | 3.333333e+01 |      --      |    Inf 
254.57/254.77	c   233s|  1270k|    29 |   186 |2298k|  66 |   - | 132 |1629 | 360 |   0 |   0 |  16 | 763k|  19 | 3.333333e+01 |      --      |    Inf 
256.77/256.96	c   235s|  1280k|    32 |   186 |2299k|  66 |   - | 132 |1625 | 300 |   0 |   0 |  16 | 769k|  19 | 3.333333e+01 |      --      |    Inf 
258.97/259.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.97/259.15	c   237s|  1290k|    27 |   186 |2303k|  66 |   - | 132 |1645 | 307 |   0 |   0 |  16 | 775k|  19 | 3.333333e+01 |      --      |    Inf 
260.77/260.95	c   239s|  1300k|    38 |   186 |2283k|  66 |   - | 132 |1580 | 333 |   0 |   0 |  16 | 781k|  19 | 3.333333e+01 |      --      |    Inf 
262.57/262.70	c   240s|  1310k|    37 |   186 |2298k|  66 |   - | 132 |1619 | 279 |   0 |   0 |  16 | 787k|  19 | 3.333333e+01 |      --      |    Inf 
264.28/264.47	c   242s|  1320k|    44 |   186 |2296k|  66 |   - | 132 |1606 | 263 |   0 |   0 |  16 | 793k|  19 | 3.333333e+01 |      --      |    Inf 
266.37/266.51	c   244s|  1330k|    36 |   186 |2301k|  66 |   - | 132 |1624 | 277 |   0 |   0 |  16 | 799k|  19 | 3.333333e+01 |      --      |    Inf 
268.37/268.55	c   246s|  1340k|    34 |   186 |2291k|  66 |   - | 132 |1604 | 258 |   0 |   0 |  16 | 805k|  19 | 3.333333e+01 |      --      |    Inf 
270.26/270.44	c   247s|  1350k|    32 |   186 |2289k|  66 |   - | 132 |1599 | 285 |   0 |   0 |  16 | 811k|  19 | 3.333333e+01 |      --      |    Inf 
272.07/272.24	c   249s|  1360k|    34 |   186 |2285k|  66 |   - | 132 |1585 | 318 |   0 |   0 |  16 | 817k|  19 | 3.333333e+01 |      --      |    Inf 
273.77/274.00	c   251s|  1370k|    38 |   186 |2294k|  66 |   - | 132 |1609 | 245 |   0 |   0 |  16 | 823k|  19 | 3.333333e+01 |      --      |    Inf 
275.77/275.98	c   252s|  1380k|    41 |   186 |2289k|  66 |   - | 132 |1589 | 287 |   0 |   0 |  16 | 829k|  19 | 3.333333e+01 |      --      |    Inf 
277.87/278.08	c   254s|  1390k|    37 |   186 |2307k|  66 |   - | 132 |1643 | 267 |   0 |   0 |  16 | 835k|  19 | 3.333333e+01 |      --      |    Inf 
279.86/280.06	c   256s|  1400k|    35 |   186 |2287k|  66 |   - | 132 |1592 | 306 |   0 |   0 |  16 | 841k|  19 | 3.333333e+01 |      --      |    Inf 
281.76/281.93	c   258s|  1410k|    40 |   186 |2293k|  66 |   - | 132 |1605 | 279 |   0 |   0 |  16 | 847k|  19 | 3.333333e+01 |      --      |    Inf 
283.47/283.66	c   259s|  1420k|    40 |   186 |2296k|  66 |   - | 132 |1606 | 285 |   0 |   0 |  16 | 853k|  19 | 3.333333e+01 |      --      |    Inf 
285.37/285.51	c   261s|  1430k|    40 |   186 |2297k|  66 |   - | 132 |1605 | 259 |   0 |   0 |  16 | 859k|  19 | 3.333333e+01 |      --      |    Inf 
287.46/287.60	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.46/287.60	c   263s|  1440k|    40 |   186 |2294k|  66 |   - | 132 |1605 | 309 |   0 |   0 |  16 | 865k|  19 | 3.333333e+01 |      --      |    Inf 
289.47/289.69	c   265s|  1450k|    40 |   186 |2298k|  66 |   - | 132 |1617 | 317 |   0 |   0 |  16 | 871k|  19 | 3.333333e+01 |      --      |    Inf 
291.76/291.95	c   267s|  1460k|    33 |   186 |2294k|  66 |   - | 132 |1605 | 290 |   0 |   0 |  16 | 877k|  19 | 3.333333e+01 |      --      |    Inf 
293.86/294.08	c   269s|  1470k|    36 |   186 |2291k|  66 |   - | 132 |1601 | 362 |   0 |   0 |  16 | 883k|  19 | 3.333333e+01 |      --      |    Inf 
295.96/296.18	c   271s|  1480k|    32 |   186 |2297k|  66 |   - | 132 |1618 | 291 |   0 |   0 |  16 | 889k|  19 | 3.333333e+01 |      --      |    Inf 
298.06/298.24	c   273s|  1490k|    38 |   186 |2299k|  66 |   - | 132 |1622 | 285 |   0 |   0 |  16 | 895k|  19 | 3.333333e+01 |      --      |    Inf 
300.16/300.32	c   275s|  1500k|    39 |   186 |2299k|  66 |   - | 132 |1622 | 333 |   0 |   0 |  16 | 901k|  19 | 3.333333e+01 |      --      |    Inf 
302.36/302.54	c   277s|  1510k|    32 |   186 |2287k|  66 |   - | 132 |1598 | 442 |   0 |   0 |  16 | 906k|  19 | 3.333333e+01 |      --      |    Inf 
304.76/304.91	c   279s|  1520k|    36 |   186 |2303k|  66 |   - | 132 |1630 | 327 |   0 |   0 |  16 | 912k|  19 | 3.333333e+01 |      --      |    Inf 
306.95/307.16	c   281s|  1530k|    32 |   186 |2301k|  66 |   - | 132 |1627 | 273 |   0 |   0 |  16 | 918k|  19 | 3.333333e+01 |      --      |    Inf 
309.15/309.35	c   283s|  1540k|    37 |   186 |2291k|  66 |   - | 132 |1598 | 346 |   0 |   0 |  16 | 924k|  19 | 3.333333e+01 |      --      |    Inf 
311.24/311.49	c   285s|  1550k|    36 |   186 |2299k|  66 |   - | 132 |1611 | 225 |   0 |   0 |  16 | 930k|  19 | 3.333333e+01 |      --      |    Inf 
313.55/313.79	c   287s|  1560k|    37 |   186 |2290k|  66 |   - | 132 |1595 | 347 |   0 |   0 |  16 | 936k|  19 | 3.333333e+01 |      --      |    Inf 
315.95/316.11	c   289s|  1570k|    33 |   186 |2284k|  66 |   - | 132 |1583 | 508 |   0 |   0 |  16 | 942k|  19 | 3.333333e+01 |      --      |    Inf 
318.35/318.54	c   291s|  1580k|    26 |   186 |2296k|  66 |   - | 132 |1626 | 489 |   0 |   0 |  16 | 949k|  19 | 3.333333e+01 |      --      |    Inf 
320.24/320.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
320.24/320.49	c   293s|  1590k|    31 |   186 |2290k|  66 |   - | 132 |1599 | 297 |   0 |   0 |  16 | 955k|  19 | 3.333333e+01 |      --      |    Inf 
322.64/322.88	c   295s|  1600k|    33 |   186 |2289k|  66 |   - | 132 |1597 | 316 |   0 |   0 |  16 | 961k|  19 | 3.333333e+01 |      --      |    Inf 
324.65/324.83	c   297s|  1610k|    36 |   186 |2298k|  66 |   - | 132 |1613 | 347 |   0 |   0 |  16 | 967k|  19 | 3.333333e+01 |      --      |    Inf 
326.84/327.06	c   299s|  1620k|    32 |   186 |2296k|  66 |   - | 132 |1613 | 343 |   0 |   0 |  16 | 973k|  19 | 3.333333e+01 |      --      |    Inf 
329.04/329.24	c   301s|  1630k|    35 |   186 |2297k|  66 |   - | 132 |1611 | 281 |   0 |   0 |  16 | 979k|  19 | 3.333333e+01 |      --      |    Inf 
331.14/331.36	c   303s|  1640k|    32 |   186 |2295k|  66 |   - | 132 |1613 | 357 |   0 |   0 |  16 | 985k|  19 | 3.333333e+01 |      --      |    Inf 
333.34/333.50	c   305s|  1650k|    35 |   186 |2305k|  66 |   - | 132 |1630 | 329 |   0 |   0 |  16 | 991k|  19 | 3.333333e+01 |      --      |    Inf 
335.25/335.43	c   307s|  1660k|    32 |   186 |2298k|  66 |   - | 132 |1618 | 315 |   0 |   0 |  16 | 997k|  19 | 3.333333e+01 |      --      |    Inf 
337.45/337.62	c   309s|  1670k|    31 |   186 |2303k|  66 |   - | 132 |1633 | 351 |   0 |   0 |  16 |1003k|  19 | 3.333333e+01 |      --      |    Inf 
339.83/340.07	c   311s|  1680k|    32 |   186 |2304k|  66 |   - | 132 |1634 | 337 |   0 |   0 |  16 |1009k|  19 | 3.333333e+01 |      --      |    Inf 
342.54/342.73	c   314s|  1690k|    33 |   186 |2292k|  66 |   - | 132 |1600 | 380 |   0 |   0 |  16 |1015k|  19 | 3.333333e+01 |      --      |    Inf 
344.74/344.96	c   316s|  1700k|    29 |   186 |2295k|  66 |   - | 132 |1612 | 315 |   0 |   0 |  16 |1021k|  19 | 3.333333e+01 |      --      |    Inf 
347.24/347.46	c   318s|  1710k|    29 |   186 |2295k|  66 |   - | 132 |1620 | 360 |   0 |   0 |  16 |1027k|  19 | 3.333333e+01 |      --      |    Inf 
349.14/349.31	c   320s|  1720k|    32 |   186 |2282k|  66 |   - | 132 |1576 | 364 |   0 |   0 |  16 |1033k|  19 | 3.333333e+01 |      --      |    Inf 
350.74/350.96	c   321s|  1730k|    28 |   186 |2283k|  66 |   - | 132 |1585 | 411 |   0 |   0 |  16 |1039k|  19 | 3.333333e+01 |      --      |    Inf 
352.54/352.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.54/352.73	c   323s|  1740k|    31 |   186 |2285k|  66 |   - | 132 |1581 | 320 |   0 |   0 |  16 |1045k|  19 | 3.333333e+01 |      --      |    Inf 
354.23/354.45	c   324s|  1750k|    32 |   186 |2279k|  66 |   - | 132 |1560 | 327 |   0 |   0 |  16 |1050k|  19 | 3.333333e+01 |      --      |    Inf 
355.93/356.16	c   326s|  1760k|    37 |   186 |2282k|  66 |   - | 132 |1567 | 310 |   0 |   0 |  16 |1056k|  19 | 3.333333e+01 |      --      |    Inf 
357.53/357.79	c   327s|  1770k|    36 |   186 |2286k|  66 |   - | 132 |1579 | 298 |   0 |   0 |  16 |1062k|  19 | 3.333333e+01 |      --      |    Inf 
359.23/359.47	c   329s|  1780k|    34 |   186 |2294k|  66 |   - | 132 |1594 | 252 |   0 |   0 |  16 |1068k|  19 | 3.333333e+01 |      --      |    Inf 
361.03/361.25	c   330s|  1790k|    36 |   186 |2292k|  66 |   - | 132 |1590 | 249 |   0 |   0 |  16 |1073k|  19 | 3.333333e+01 |      --      |    Inf 
362.73/363.00	c   332s|  1800k|    41 |   186 |2297k|  66 |   - | 132 |1602 | 259 |   0 |   0 |  16 |1079k|  19 | 3.333333e+01 |      --      |    Inf 
364.73/364.97	c   334s|  1810k|    32 |   186 |2287k|  66 |   - | 132 |1587 | 429 |   0 |   0 |  16 |1085k|  19 | 3.333333e+01 |      --      |    Inf 
366.73/366.98	c   336s|  1820k|    34 |   186 |2295k|  66 |   - | 132 |1598 | 351 |   0 |   0 |  16 |1092k|  19 | 3.333333e+01 |      --      |    Inf 
368.72/368.96	c   338s|  1830k|    34 |   186 |2286k|  66 |   - | 132 |1579 | 298 |   0 |   0 |  16 |1097k|  19 | 3.333333e+01 |      --      |    Inf 
370.83/371.00	c   339s|  1840k|    31 |   186 |2287k|  66 |   - | 132 |1586 | 321 |   0 |   0 |  16 |1103k|  19 | 3.333333e+01 |      --      |    Inf 
372.74/372.93	c   341s|  1850k|    32 |   186 |2285k|  66 |   - | 132 |1577 | 333 |   0 |   0 |  16 |1109k|  19 | 3.333333e+01 |      --      |    Inf 
374.42/374.69	c   343s|  1860k|    31 |   186 |2292k|  66 |   - | 132 |1595 | 280 |   0 |   0 |  16 |1115k|  19 | 3.333333e+01 |      --      |    Inf 
376.52/376.73	c   345s|  1870k|    35 |   186 |2287k|  66 |   - | 132 |1583 | 317 |   0 |   0 |  16 |1121k|  19 | 3.333333e+01 |      --      |    Inf 
378.52/378.79	c   347s|  1880k|    35 |   186 |2289k|  66 |   - | 132 |1588 | 268 |   0 |   0 |  16 |1127k|  19 | 3.333333e+01 |      --      |    Inf 
380.43/380.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.43/380.62	c   348s|  1890k|    35 |   186 |2285k|  66 |   - | 132 |1578 | 356 |   0 |   0 |  16 |1133k|  19 | 3.333333e+01 |      --      |    Inf 
382.42/382.65	c   350s|  1900k|    31 |   186 |2291k|  66 |   - | 132 |1595 | 303 |   0 |   0 |  16 |1139k|  19 | 3.333333e+01 |      --      |    Inf 
384.82/385.05	c   352s|  1910k|    36 |   186 |2291k|  66 |   - | 132 |1589 | 276 |   0 |   0 |  16 |1145k|  19 | 3.333333e+01 |      --      |    Inf 
387.03/387.28	c   354s|  1920k|    31 |   186 |2286k|  66 |   - | 132 |1574 | 309 |   0 |   0 |  16 |1151k|  19 | 3.333333e+01 |      --      |    Inf 
389.32/389.56	c   356s|  1930k|    34 |   186 |2288k|  66 |   - | 132 |1581 | 356 |   0 |   0 |  16 |1157k|  19 | 3.333333e+01 |      --      |    Inf 
391.52/391.75	c   358s|  1940k|    28 |   186 |2289k|  66 |   - | 132 |1589 | 296 |   0 |   0 |  16 |1163k|  19 | 3.333333e+01 |      --      |    Inf 
393.41/393.69	c   360s|  1950k|    36 |   186 |2284k|  66 |   - | 132 |1568 | 340 |   0 |   0 |  16 |1169k|  19 | 3.333333e+01 |      --      |    Inf 
395.32/395.57	c   362s|  1960k|    35 |   186 |2286k|  66 |   - | 132 |1576 | 407 |   0 |   0 |  16 |1175k|  19 | 3.333333e+01 |      --      |    Inf 
397.21/397.45	c   364s|  1970k|    40 |   186 |2287k|  66 |   - | 132 |1574 | 281 |   0 |   0 |  16 |1181k|  19 | 3.333333e+01 |      --      |    Inf 
398.91/399.18	c   365s|  1980k|    32 |   186 |2289k|  66 |   - | 132 |1582 | 321 |   0 |   0 |  16 |1187k|  19 | 3.333333e+01 |      --      |    Inf 
400.71/400.96	c   367s|  1990k|    38 |   186 |2294k|  66 |   - | 132 |1593 | 276 |   0 |   0 |  16 |1193k|  19 | 3.333333e+01 |      --      |    Inf 
402.51/402.73	c   368s|  2000k|    36 |   186 |2296k|  66 |   - | 132 |1599 | 297 |   0 |   0 |  16 |1199k|  19 | 3.333333e+01 |      --      |    Inf 
404.22/404.43	c   370s|  2010k|    34 |   186 |2303k|  66 |   - | 132 |1619 | 269 |   0 |   0 |  16 |1204k|  19 | 3.333333e+01 |      --      |    Inf 
406.11/406.32	c   372s|  2020k|    33 |   186 |2300k|  66 |   - | 132 |1609 | 275 |   0 |   0 |  16 |1210k|  19 | 3.333333e+01 |      --      |    Inf 
408.01/408.21	c   373s|  2030k|    35 |   186 |2291k|  66 |   - | 132 |1588 | 297 |   0 |   0 |  16 |1216k|  19 | 3.333333e+01 |      --      |    Inf 
410.21/410.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
410.21/410.41	c   375s|  2040k|    36 |   186 |2285k|  66 |   - | 132 |1571 | 443 |   0 |   0 |  16 |1222k|  19 | 3.333333e+01 |      --      |    Inf 
412.11/412.35	c   377s|  2050k|    34 |   186 |2288k|  66 |   - | 132 |1579 | 330 |   0 |   0 |  16 |1228k|  19 | 3.333333e+01 |      --      |    Inf 
414.11/414.33	c   379s|  2060k|    32 |   186 |2300k|  66 |   - | 132 |1609 | 281 |   0 |   0 |  16 |1234k|  19 | 3.333333e+01 |      --      |    Inf 
416.11/416.39	c   381s|  2070k|    31 |   186 |2287k|  66 |   - | 132 |1579 | 304 |   0 |   0 |  16 |1240k|  19 | 3.333333e+01 |      --      |    Inf 
418.01/418.30	c   383s|  2080k|    30 |   186 |2285k|  66 |   - | 132 |1575 | 343 |   0 |   0 |  16 |1246k|  19 | 3.333333e+01 |      --      |    Inf 
420.01/420.23	c   384s|  2090k|    32 |   186 |2291k|  66 |   - | 132 |1596 | 287 |   0 |   0 |  16 |1252k|  19 | 3.333333e+01 |      --      |    Inf 
422.11/422.38	c   386s|  2100k|    27 |   186 |2286k|  66 |   - | 132 |1583 | 328 |   0 |   0 |  16 |1258k|  19 | 3.333333e+01 |      --      |    Inf 
424.31/424.57	c   388s|  2110k|    30 |   186 |2289k|  66 |   - | 132 |1589 | 321 |   0 |   0 |  16 |1264k|  19 | 3.333333e+01 |      --      |    Inf 
426.21/426.49	c   390s|  2120k|    34 |   186 |2288k|  66 |   - | 132 |1579 | 370 |   0 |   0 |  16 |1270k|  19 | 3.333333e+01 |      --      |    Inf 
428.31/428.59	c   392s|  2130k|    34 |   186 |2290k|  66 |   - | 132 |1587 | 342 |   0 |   0 |  16 |1276k|  19 | 3.333333e+01 |      --      |    Inf 
430.91/431.17	c   395s|  2140k|    26 |   186 |2289k|  66 |   - | 132 |1586 | 369 |   0 |   0 |  16 |1282k|  19 | 3.333333e+01 |      --      |    Inf 
433.21/433.45	c   397s|  2150k|    28 |   186 |2280k|  66 |   - | 132 |1557 | 398 |   0 |   0 |  16 |1288k|  19 | 3.333333e+01 |      --      |    Inf 
435.00/435.26	c   398s|  2160k|    31 |   186 |2291k|  66 |   - | 132 |1591 | 396 |   0 |   0 |  16 |1294k|  19 | 3.333333e+01 |      --      |    Inf 
437.00/437.25	c   400s|  2170k|    25 |   186 |2284k|  66 |   - | 132 |1579 | 431 |   0 |   0 |  16 |1300k|  19 | 3.333333e+01 |      --      |    Inf 
438.80/439.08	c   402s|  2180k|    35 |   186 |2287k|  66 |   - | 132 |1573 | 368 |   0 |   0 |  16 |1306k|  19 | 3.333333e+01 |      --      |    Inf 
440.80/441.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
440.80/441.04	c   404s|  2190k|    35 |   186 |2291k|  66 |   - | 132 |1583 | 279 |   0 |   0 |  16 |1312k|  19 | 3.333333e+01 |      --      |    Inf 
442.90/443.12	c   405s|  2200k|    37 |   186 |2297k|  66 |   - | 132 |1600 | 307 |   0 |   0 |  16 |1318k|  19 | 3.333333e+01 |      --      |    Inf 
445.20/445.48	c   408s|  2210k|    35 |   186 |2294k|  66 |   - | 132 |1584 | 250 |   0 |   0 |  16 |1324k|  19 | 3.333333e+01 |      --      |    Inf 
447.79/448.04	c   410s|  2220k|    30 |   186 |2284k|  66 |   - | 132 |1567 | 271 |   0 |   0 |  16 |1330k|  19 | 3.333333e+01 |      --      |    Inf 
450.30/450.54	c   412s|  2230k|    30 |   186 |2285k|  66 |   - | 132 |1569 | 315 |   0 |   0 |  16 |1337k|  19 | 3.333333e+01 |      --      |    Inf 
452.60/452.84	c   414s|  2240k|    33 |   186 |2289k|  66 |   - | 132 |1583 | 272 |   0 |   0 |  16 |1343k|  19 | 3.333333e+01 |      --      |    Inf 
454.89/455.16	c   417s|  2250k|    29 |   186 |2296k|  66 |   - | 132 |1598 | 284 |   0 |   0 |  16 |1349k|  19 | 3.333333e+01 |      --      |    Inf 
457.40/457.61	c   419s|  2260k|    28 |   186 |2300k|  66 |   - | 132 |1614 | 270 |   0 |   0 |  16 |1355k|  19 | 3.333333e+01 |      --      |    Inf 
459.49/459.79	c   421s|  2270k|    30 |   186 |2285k|  66 |   - | 132 |1575 | 353 |   0 |   0 |  16 |1361k|  19 | 3.333333e+01 |      --      |    Inf 
462.39/462.60	c   423s|  2280k|    27 |   186 |2292k|  66 |   - | 132 |1592 | 292 |   0 |   0 |  16 |1367k|  19 | 3.333333e+01 |      --      |    Inf 
464.40/464.66	c   425s|  2290k|    29 |   186 |2288k|  66 |   - | 132 |1581 | 315 |   0 |   0 |  16 |1373k|  19 | 3.333333e+01 |      --      |    Inf 
466.49/466.75	c   427s|  2300k|    28 |   186 |2294k|  66 |   - | 132 |1596 | 265 |   0 |   0 |  16 |1380k|  19 | 3.333333e+01 |      --      |    Inf 
468.69/468.94	c   429s|  2310k|    37 |   186 |2290k|  66 |   - | 132 |1584 | 322 |   0 |   0 |  16 |1386k|  19 | 3.333333e+01 |      --      |    Inf 
470.39/470.65	c   431s|  2320k|    38 |   186 |2294k|  66 |   - | 132 |1591 | 238 |   0 |   0 |  16 |1392k|  19 | 3.333333e+01 |      --      |    Inf 
472.19/472.45	c   432s|  2330k|    34 |   186 |2288k|  66 |   - | 132 |1582 | 300 |   0 |   0 |  16 |1398k|  19 | 3.333333e+01 |      --      |    Inf 
473.89/474.18	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
473.89/474.18	c   434s|  2340k|    42 |   186 |2300k|  66 |   - | 132 |1602 | 225 |   0 |   0 |  16 |1404k|  19 | 3.333333e+01 |      --      |    Inf 
475.89/476.10	c   436s|  2350k|    31 |   186 |2296k|  66 |   - | 132 |1601 | 279 |   0 |   0 |  16 |1410k|  19 | 3.333333e+01 |      --      |    Inf 
477.99/478.21	c   438s|  2360k|    36 |   186 |2303k|  66 |   - | 132 |1617 | 247 |   0 |   0 |  16 |1416k|  19 | 3.333333e+01 |      --      |    Inf 
480.08/480.34	c   440s|  2370k|    32 |   186 |2300k|  66 |   - | 132 |1614 | 265 |   0 |   0 |  16 |1422k|  19 | 3.333333e+01 |      --      |    Inf 
481.99/482.23	c   441s|  2380k|    32 |   186 |2303k|  66 |   - | 132 |1618 | 298 |   0 |   0 |  16 |1428k|  19 | 3.333333e+01 |      --      |    Inf 
483.98/484.28	c   443s|  2390k|    29 |   186 |2304k|  66 |   - | 132 |1624 | 257 |   0 |   0 |  16 |1434k|  19 | 3.333333e+01 |      --      |    Inf 
485.99/486.22	c   445s|  2400k|    37 |   186 |2306k|  66 |   - | 132 |1620 | 257 |   0 |   0 |  16 |1440k|  19 | 3.333333e+01 |      --      |    Inf 
487.68/487.97	c   447s|  2410k|    36 |   186 |2296k|  66 |   - | 132 |1597 | 229 |   0 |   0 |  16 |1446k|  19 | 3.333333e+01 |      --      |    Inf 
489.58/489.80	c   448s|  2420k|    38 |   186 |2304k|  66 |   - | 132 |1614 | 208 |   0 |   0 |  16 |1452k|  19 | 3.333333e+01 |      --      |    Inf 
491.67/491.99	c   450s|  2430k|    36 |   186 |2301k|  66 |   - | 132 |1613 | 251 |   0 |   0 |  16 |1458k|  19 | 3.333333e+01 |      --      |    Inf 
493.67/493.91	c   452s|  2440k|    33 |   186 |2307k|  66 |   - | 132 |1629 | 239 |   0 |   0 |  16 |1464k|  19 | 3.333333e+01 |      --      |    Inf 
495.78/496.08	c   454s|  2450k|    40 |   186 |2303k|  66 |   - | 132 |1615 | 243 |   0 |   0 |  16 |1470k|  19 | 3.333333e+01 |      --      |    Inf 
497.77/498.04	c   456s|  2460k|    36 |   186 |2301k|  66 |   - | 132 |1610 | 235 |   0 |   0 |  16 |1476k|  19 | 3.333333e+01 |      --      |    Inf 
499.67/499.99	c   458s|  2470k|    37 |   186 |2309k|  66 |   - | 132 |1628 | 207 |   0 |   0 |  16 |1482k|  19 | 3.333333e+01 |      --      |    Inf 
501.87/502.19	c   460s|  2480k|    37 |   186 |2305k|  66 |   - | 132 |1623 | 244 |   0 |   0 |  16 |1488k|  19 | 3.333333e+01 |      --      |    Inf 
504.07/504.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.07/504.32	c   462s|  2490k|    36 |   186 |2307k|  66 |   - | 132 |1631 | 274 |   0 |   0 |  16 |1494k|  19 | 3.333333e+01 |      --      |    Inf 
506.27/506.51	c   464s|  2500k|    37 |   186 |2303k|  66 |   - | 132 |1618 | 236 |   0 |   0 |  16 |1500k|  19 | 3.333333e+01 |      --      |    Inf 
508.27/508.57	c   465s|  2510k|    33 |   186 |2301k|  66 |   - | 132 |1615 | 227 |   0 |   0 |  16 |1506k|  19 | 3.333333e+01 |      --      |    Inf 
510.37/510.65	c   467s|  2520k|    32 |   186 |2309k|  66 |   - | 132 |1630 | 227 |   0 |   0 |  16 |1512k|  19 | 3.333333e+01 |      --      |    Inf 
512.37/512.68	c   469s|  2530k|    34 |   186 |2302k|  66 |   - | 132 |1615 | 256 |   0 |   0 |  16 |1518k|  19 | 3.333333e+01 |      --      |    Inf 
514.47/514.77	c   471s|  2540k|    35 |   186 |2303k|  66 |   - | 132 |1612 | 239 |   0 |   0 |  16 |1524k|  19 | 3.333333e+01 |      --      |    Inf 
516.47/516.72	c   473s|  2550k|    32 |   186 |2309k|  66 |   - | 132 |1630 | 282 |   0 |   0 |  16 |1530k|  19 | 3.333333e+01 |      --      |    Inf 
518.47/518.73	c   475s|  2560k|    34 |   186 |2302k|  66 |   - | 132 |1617 | 270 |   0 |   0 |  16 |1536k|  19 | 3.333333e+01 |      --      |    Inf 
520.36/520.65	c   477s|  2570k|    35 |   186 |2298k|  66 |   - | 132 |1607 | 295 |   0 |   0 |  16 |1542k|  19 | 3.333333e+01 |      --      |    Inf 
522.57/522.85	c   479s|  2580k|    31 |   186 |2306k|  66 |   - | 132 |1629 | 248 |   0 |   0 |  16 |1548k|  19 | 3.333333e+01 |      --      |    Inf 
524.57/524.83	c   480s|  2590k|    31 |   186 |2300k|  66 |   - | 132 |1615 | 301 |   0 |   0 |  16 |1554k|  19 | 3.333333e+01 |      --      |    Inf 
526.66/526.96	c   482s|  2600k|    36 |   186 |2297k|  66 |   - | 132 |1600 | 242 |   0 |   0 |  16 |1560k|  19 | 3.333333e+01 |      --      |    Inf 
528.87/529.15	c   484s|  2610k|    34 |   186 |2288k|  66 |   - | 132 |1576 | 360 |   0 |   0 |  16 |1566k|  19 | 3.333333e+01 |      --      |    Inf 
531.16/531.42	c   486s|  2620k|    37 |   186 |2307k|  66 |   - | 132 |1628 | 283 |   0 |   0 |  16 |1572k|  19 | 3.333333e+01 |      --      |    Inf 
533.46/533.77	c   489s|  2630k|    31 |   186 |2291k|  66 |   - | 132 |1594 | 412 |   0 |   0 |  16 |1578k|  19 | 3.333333e+01 |      --      |    Inf 
536.16/536.43	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
536.16/536.43	c   491s|  2640k|    35 |   186 |2297k|  66 |   - | 132 |1604 | 274 |   0 |   0 |  16 |1584k|  19 | 3.333333e+01 |      --      |    Inf 
538.46/538.71	c   493s|  2650k|    43 |   186 |2300k|  66 |   - | 132 |1592 | 245 |   0 |   0 |  16 |1591k|  19 | 3.333333e+01 |      --      |    Inf 
540.86/541.12	c   495s|  2660k|    32 |   186 |2288k|  66 |   - | 132 |1583 | 314 |   0 |   0 |  16 |1597k|  19 | 3.333333e+01 |      --      |    Inf 
543.16/543.43	c   498s|  2670k|    38 |   186 |2285k|  66 |   - | 132 |1567 | 451 |   0 |   0 |  16 |1603k|  19 | 3.333333e+01 |      --      |    Inf 
545.85/546.11	c   500s|  2680k|    30 |   186 |2295k|  66 |   - | 132 |1603 | 415 |   0 |   0 |  16 |1609k|  19 | 3.333333e+01 |      --      |    Inf 
548.26/548.59	c   502s|  2690k|    30 |   186 |2295k|  66 |   - | 132 |1597 | 303 |   0 |   0 |  16 |1615k|  19 | 3.333333e+01 |      --      |    Inf 
550.65/551.00	c   505s|  2700k|    28 |   186 |2294k|  66 |   - | 132 |1602 | 312 |   0 |   0 |  16 |1621k|  19 | 3.333333e+01 |      --      |    Inf 
552.96/553.22	c   507s|  2710k|    31 |   186 |2287k|  66 |   - | 132 |1575 | 380 |   0 |   0 |  16 |1627k|  19 | 3.333333e+01 |      --      |    Inf 
555.06/555.35	c   509s|  2720k|    41 |   186 |2294k|  66 |   - | 132 |1582 | 332 |   0 |   0 |  16 |1633k|  19 | 3.333333e+01 |      --      |    Inf 
557.75/558.02	c   511s|  2730k|    38 |   186 |2294k|  66 |   - | 132 |1585 | 312 |   0 |   0 |  16 |1639k|  19 | 3.333333e+01 |      --      |    Inf 
560.25/560.59	c   513s|  2740k|    34 |   186 |2290k|  66 |   - | 132 |1583 | 342 |   0 |   0 |  16 |1646k|  19 | 3.333333e+01 |      --      |    Inf 
562.85/563.11	c   516s|  2750k|    33 |   186 |2296k|  66 |   - | 132 |1593 | 241 |   0 |   0 |  16 |1652k|  19 | 3.333333e+01 |      --      |    Inf 
565.25/565.50	c   518s|  2760k|    31 |   186 |2304k|  66 |   - | 132 |1621 | 233 |   0 |   0 |  16 |1658k|  19 | 3.333333e+01 |      --      |    Inf 
567.65/567.99	c   520s|  2770k|    30 |   186 |2285k|  66 |   - | 132 |1573 | 356 |   0 |   0 |  16 |1664k|  19 | 3.333333e+01 |      --      |    Inf 
570.15/570.44	c   523s|  2780k|    34 |   186 |2300k|  66 |   - | 132 |1606 | 224 |   0 |   0 |  16 |1670k|  19 | 3.333333e+01 |      --      |    Inf 
572.85/573.13	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.85/573.13	c   525s|  2790k|    29 |   186 |2285k|  66 |   - | 132 |1574 | 363 |   0 |   0 |  16 |1676k|  19 | 3.333333e+01 |      --      |    Inf 
575.35/575.69	c   527s|  2800k|    34 |   186 |2285k|  66 |   - | 132 |1568 | 408 |   0 |   0 |  16 |1682k|  19 | 3.333333e+01 |      --      |    Inf 
577.05/577.31	c   529s|  2810k|    31 |   186 |2294k|  66 |   - | 132 |1595 | 275 |   0 |   0 |  16 |1688k|  19 | 3.333333e+01 |      --      |    Inf 
578.74/579.08	c   531s|  2820k|    35 |   186 |2291k|  66 |   - | 132 |1583 | 239 |   0 |   0 |  16 |1694k|  19 | 3.333333e+01 |      --      |    Inf 
580.64/580.99	c   532s|  2830k|    38 |   186 |2304k|  66 |   - | 132 |1616 | 263 |   0 |   0 |  16 |1700k|  19 | 3.333333e+01 |      --      |    Inf 
582.55/582.87	c   534s|  2840k|    36 |   186 |2298k|  66 |   - | 132 |1602 | 247 |   0 |   0 |  16 |1706k|  19 | 3.333333e+01 |      --      |    Inf 
584.45/584.75	c   536s|  2850k|    35 |   186 |2302k|  66 |   - | 132 |1608 | 234 |   0 |   0 |  16 |1712k|  19 | 3.333333e+01 |      --      |    Inf 
586.44/586.70	c   537s|  2860k|    29 |   186 |2296k|  66 |   - | 132 |1600 | 249 |   0 |   0 |  16 |1718k|  19 | 3.333333e+01 |      --      |    Inf 
588.34/588.69	c   539s|  2870k|    29 |   186 |2299k|  66 |   - | 132 |1610 | 244 |   0 |   0 |  16 |1724k|  19 | 3.333333e+01 |      --      |    Inf 
590.64/590.95	c   541s|  2880k|    28 |   186 |2294k|  66 |   - | 132 |1599 | 293 |   0 |   0 |  16 |1730k|  19 | 3.333333e+01 |      --      |    Inf 
592.84/593.17	c   543s|  2890k|    31 |   186 |2284k|  66 |   - | 132 |1561 | 302 |   0 |   0 |  16 |1736k|  19 | 3.333333e+01 |      --      |    Inf 
595.04/595.36	c   545s|  2900k|    31 |   186 |2284k|  66 |   - | 132 |1564 | 291 |   0 |   0 |  16 |1742k|  19 | 3.333333e+01 |      --      |    Inf 
596.84/597.17	c   547s|  2910k|    34 |   186 |2290k|  66 |   - | 132 |1583 | 331 |   0 |   0 |  16 |1748k|  19 | 3.333333e+01 |      --      |    Inf 
598.84/599.14	c   549s|  2920k|    33 |   186 |2287k|  66 |   - | 132 |1576 | 342 |   0 |   0 |  16 |1754k|  19 | 3.333333e+01 |      --      |    Inf 
600.83/601.15	c   551s|  2930k|    32 |   186 |2300k|  66 |   - | 132 |1607 | 272 |   0 |   0 |  16 |1760k|  19 | 3.333333e+01 |      --      |    Inf 
603.14/603.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
603.14/603.45	c   553s|  2940k|    32 |   186 |2296k|  66 |   - | 132 |1595 | 295 |   0 |   0 |  16 |1766k|  19 | 3.333333e+01 |      --      |    Inf 
605.64/605.93	c   555s|  2950k|    34 |   186 |2302k|  66 |   - | 132 |1608 | 233 |   0 |   0 |  16 |1773k|  19 | 3.333333e+01 |      --      |    Inf 
608.13/608.43	c   557s|  2960k|    27 |   186 |2297k|  66 |   - | 132 |1607 | 459 |   0 |   0 |  16 |1779k|  19 | 3.333333e+01 |      --      |    Inf 
610.43/610.79	c   560s|  2970k|    30 |   186 |2296k|  66 |   - | 132 |1596 | 274 |   0 |   0 |  16 |1785k|  19 | 3.333333e+01 |      --      |    Inf 
612.84/613.16	c   562s|  2980k|    30 |   186 |2305k|  66 |   - | 132 |1625 | 275 |   0 |   0 |  16 |1791k|  19 | 3.333333e+01 |      --      |    Inf 
615.53/615.85	c   564s|  2990k|    27 |   186 |2308k|  66 |   - | 132 |1636 | 265 |   0 |   0 |  16 |1797k|  19 | 3.333333e+01 |      --      |    Inf 
618.13/618.49	c   567s|  3000k|    22 |   186 |2291k|  66 |   - | 132 |1601 | 360 |   0 |   0 |  16 |1803k|  19 | 3.333333e+01 |      --      |    Inf 
620.53/620.88	c   569s|  3010k|    27 |   186 |2296k|  66 |   - | 132 |1607 | 394 |   0 |   0 |  16 |1809k|  19 | 3.333333e+01 |      --      |    Inf 
623.23/623.56	c   571s|  3020k|    23 |   186 |2283k|  66 |   - | 132 |1574 | 531 |   0 |   0 |  16 |1815k|  19 | 3.333333e+01 |      --      |    Inf 
625.33/625.61	c   573s|  3030k|    37 |   186 |2291k|  66 |   - | 132 |1584 | 277 |   0 |   0 |  16 |1822k|  19 | 3.333333e+01 |      --      |    Inf 
627.53/627.80	c   575s|  3040k|    34 |   186 |2298k|  66 |   - | 132 |1601 | 265 |   0 |   0 |  16 |1828k|  19 | 3.333333e+01 |      --      |    Inf 
629.94/630.24	c   578s|  3050k|    31 |   186 |2302k|  66 |   - | 132 |1615 | 211 |   0 |   0 |  16 |1834k|  19 | 3.333333e+01 |      --      |    Inf 
632.23/632.53	c   580s|  3060k|    37 |   186 |2288k|  66 |   - | 132 |1573 | 328 |   0 |   0 |  16 |1840k|  19 | 3.333333e+01 |      --      |    Inf 
634.82/635.19	c   582s|  3070k|    33 |   186 |2291k|  66 |   - | 132 |1588 | 283 |   0 |   0 |  16 |1846k|  19 | 3.333333e+01 |      --      |    Inf 
637.33/637.68	c   584s|  3080k|    35 |   186 |2298k|  66 |   - | 132 |1600 | 261 |   0 |   0 |  16 |1852k|  19 | 3.333333e+01 |      --      |    Inf 
639.73/640.05	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
639.73/640.05	c   587s|  3090k|    26 |   186 |2298k|  66 |   - | 132 |1609 | 304 |   0 |   0 |  16 |1858k|  19 | 3.333333e+01 |      --      |    Inf 
641.83/642.19	c   589s|  3100k|    29 |   186 |2290k|  66 |   - | 132 |1576 | 293 |   0 |   0 |  16 |1864k|  19 | 3.333333e+01 |      --      |    Inf 
644.42/644.74	c   591s|  3110k|    30 |   186 |2299k|  66 |   - | 132 |1603 | 348 |   0 |   0 |  16 |1870k|  19 | 3.333333e+01 |      --      |    Inf 
647.22/647.50	c   594s|  3120k|    26 |   186 |2295k|  66 |   - | 132 |1594 | 305 |   0 |   0 |  16 |1876k|  19 | 3.333333e+01 |      --      |    Inf 
649.72/650.07	c   596s|  3130k|    33 |   186 |2299k|  66 |   - | 132 |1603 | 254 |   0 |   0 |  16 |1882k|  19 | 3.333333e+01 |      --      |    Inf 
652.32/652.66	c   598s|  3140k|    24 |   186 |2304k|  66 |   - | 132 |1631 | 425 |   0 |   0 |  16 |1888k|  19 | 3.333333e+01 |      --      |    Inf 
655.02/655.30	c   601s|  3150k|    31 |   186 |2289k|  66 |   - | 132 |1575 | 245 |   0 |   0 |  16 |1894k|  19 | 3.333333e+01 |      --      |    Inf 
657.32/657.63	c   603s|  3160k|    25 |   186 |2290k|  66 |   - | 132 |1594 | 377 |   0 |   0 |  16 |1900k|  19 | 3.333333e+01 |      --      |    Inf 
659.82/660.14	c   605s|  3170k|    25 |   186 |2296k|  66 |   - | 132 |1606 | 342 |   0 |   0 |  16 |1906k|  19 | 3.333333e+01 |      --      |    Inf 
661.82/662.11	c   607s|  3180k|    26 |   186 |2295k|  66 |   - | 132 |1595 | 266 |   0 |   0 |  16 |1912k|  19 | 3.333333e+01 |      --      |    Inf 
663.82/664.19	c   609s|  3190k|    33 |   186 |2297k|  66 |   - | 132 |1594 | 360 |   0 |   0 |  16 |1918k|  19 | 3.333333e+01 |      --      |    Inf 
665.52/665.81	c   611s|  3200k|    34 |   186 |2303k|  66 |   - | 132 |1593 | 247 |   0 |   0 |  16 |1924k|  19 | 3.333333e+01 |      --      |    Inf 
667.22/667.57	c   612s|  3210k|    28 |   186 |2294k|  66 |   - | 132 |1574 | 287 |   0 |   0 |  16 |1929k|  19 | 3.333333e+01 |      --      |    Inf 
669.12/669.46	c   614s|  3220k|    34 |   186 |2304k|  66 |   - | 132 |1597 | 267 |   0 |   0 |  16 |1935k|  19 | 3.333333e+01 |      --      |    Inf 
671.01/671.34	c   616s|  3230k|    34 |   186 |2293k|  66 |   - | 132 |1568 | 267 |   0 |   0 |  16 |1941k|  19 | 3.333333e+01 |      --      |    Inf 
672.80/673.16	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
672.80/673.16	c   617s|  3240k|    27 |   186 |2300k|  66 |   - | 132 |1591 | 285 |   0 |   0 |  16 |1947k|  19 | 3.333333e+01 |      --      |    Inf 
674.70/675.06	c   619s|  3250k|    33 |   186 |2293k|  66 |   - | 132 |1565 | 395 |   0 |   0 |  16 |1953k|  19 | 3.333333e+01 |      --      |    Inf 
676.70/677.05	c   621s|  3260k|    29 |   186 |2295k|  66 |   - | 132 |1578 | 329 |   0 |   0 |  16 |1959k|  19 | 3.333333e+01 |      --      |    Inf 
678.70/679.05	c   623s|  3270k|    30 |   186 |2300k|  66 |   - | 132 |1588 | 332 |   0 |   0 |  16 |1965k|  19 | 3.333333e+01 |      --      |    Inf 
680.90/681.27	c   625s|  3280k|    36 |   186 |2299k|  66 |   - | 132 |1582 | 332 |   0 |   0 |  16 |1971k|  19 | 3.333333e+01 |      --      |    Inf 
682.50/682.89	c   626s|  3290k|    33 |   186 |2299k|  66 |   - | 132 |1583 | 289 |   0 |   0 |  16 |1977k|  19 | 3.333333e+01 |      --      |    Inf 
684.30/684.62	c   628s|  3300k|    35 |   186 |2310k|  66 |   - | 132 |1611 | 270 |   0 |   0 |  16 |1983k|  19 | 3.333333e+01 |      --      |    Inf 
686.00/686.39	c   629s|  3310k|    25 |   186 |2300k|  66 |   - | 132 |1595 | 276 |   0 |   0 |  16 |1989k|  19 | 3.333333e+01 |      --      |    Inf 
687.70/688.05	c   631s|  3320k|    32 |   186 |2319k|  66 |   - | 132 |1637 | 258 |   0 |   0 |  16 |1995k|  19 | 3.333333e+01 |      --      |    Inf 
689.49/689.88	c   632s|  3330k|    26 |   186 |2306k|  66 |   - | 132 |1605 | 286 |   0 |   0 |  16 |2001k|  19 | 3.333333e+01 |      --      |    Inf 
691.39/691.75	c   634s|  3340k|    29 |   186 |2308k|  66 |   - | 132 |1607 | 300 |   0 |   0 |  16 |2007k|  19 | 3.333333e+01 |      --      |    Inf 
693.20/693.58	c   636s|  3350k|    31 |   186 |2306k|  66 |   - | 132 |1605 | 272 |   0 |   0 |  16 |2013k|  19 | 3.333333e+01 |      --      |    Inf 
695.29/695.66	c   638s|  3360k|    29 |   186 |2303k|  66 |   - | 132 |1598 | 290 |   0 |   0 |  16 |2019k|  19 | 3.333333e+01 |      --      |    Inf 
697.39/697.74	c   640s|  3370k|    32 |   186 |2304k|  66 |   - | 132 |1589 | 262 |   0 |   0 |  16 |2025k|  19 | 3.333333e+01 |      --      |    Inf 
699.59/699.95	c   642s|  3380k|    28 |   186 |2303k|  66 |   - | 132 |1593 | 316 |   0 |   0 |  16 |2031k|  19 | 3.333333e+01 |      --      |    Inf 
701.59/701.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
701.59/701.90	c   643s|  3390k|    32 |   186 |2299k|  66 |   - | 132 |1584 | 296 |   0 |   0 |  16 |2037k|  19 | 3.333333e+01 |      --      |    Inf 
703.89/704.25	c   646s|  3400k|    26 |   186 |2305k|  66 |   - | 132 |1599 | 288 |   0 |   0 |  16 |2043k|  19 | 3.333333e+01 |      --      |    Inf 
705.79/706.18	c   647s|  3410k|    26 |   186 |2308k|  66 |   - | 132 |1613 | 289 |   0 |   0 |  16 |2049k|  19 | 3.333333e+01 |      --      |    Inf 
707.89/708.22	c   649s|  3420k|    28 |   186 |2303k|  66 |   - | 132 |1597 | 385 |   0 |   0 |  16 |2055k|  19 | 3.333333e+01 |      --      |    Inf 
709.89/710.26	c   651s|  3430k|    30 |   186 |2295k|  66 |   - | 132 |1578 | 333 |   0 |   0 |  16 |2061k|  19 | 3.333333e+01 |      --      |    Inf 
711.99/712.35	c   653s|  3440k|    34 |   186 |2308k|  66 |   - | 132 |1603 | 307 |   0 |   0 |  16 |2067k|  19 | 3.333333e+01 |      --      |    Inf 
714.39/714.79	c   655s|  3450k|    30 |   186 |2300k|  66 |   - | 132 |1585 | 346 |   0 |   0 |  16 |2074k|  19 | 3.333333e+01 |      --      |    Inf 
716.68/717.07	c   657s|  3460k|    24 |   186 |2304k|  66 |   - | 132 |1601 | 399 |   0 |   0 |  16 |2080k|  19 | 3.333333e+01 |      --      |    Inf 
719.18/719.52	c   660s|  3470k|    25 |   186 |2306k|  66 |   - | 132 |1605 | 329 |   0 |   0 |  16 |2086k|  19 | 3.333333e+01 |      --      |    Inf 
721.68/722.01	c   662s|  3480k|    30 |   186 |2292k|  66 |   - | 132 |1561 | 452 |   0 |   0 |  16 |2092k|  19 | 3.333333e+01 |      --      |    Inf 
723.28/723.67	c   663s|  3490k|    32 |   186 |2296k|  66 |   - | 132 |1577 | 338 |   0 |   0 |  16 |2098k|  19 | 3.333333e+01 |      --      |    Inf 
725.28/725.68	c   665s|  3500k|    40 |   186 |2307k|  66 |   - | 132 |1598 | 279 |   0 |   0 |  16 |2104k|  19 | 3.333333e+01 |      --      |    Inf 
727.28/727.67	c   667s|  3510k|    33 |   186 |2299k|  66 |   - | 132 |1583 | 399 |   0 |   0 |  16 |2110k|  19 | 3.333333e+01 |      --      |    Inf 
729.08/729.44	c   669s|  3520k|    32 |   186 |2310k|  66 |   - | 132 |1612 | 327 |   0 |   0 |  16 |2116k|  19 | 3.333333e+01 |      --      |    Inf 
730.78/731.12	c   670s|  3530k|    31 |   186 |2301k|  66 |   - | 132 |1592 | 371 |   0 |   0 |  16 |2122k|  19 | 3.333333e+01 |      --      |    Inf 
732.98/733.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
732.98/733.31	c   672s|  3540k|    26 |   186 |2302k|  66 |   - | 132 |1598 | 314 |   0 |   0 |  16 |2128k|  19 | 3.333333e+01 |      --      |    Inf 
735.08/735.46	c   674s|  3550k|    29 |   186 |2301k|  66 |   - | 132 |1587 | 307 |   0 |   0 |  16 |2134k|  19 | 3.333333e+01 |      --      |    Inf 
737.07/737.49	c   676s|  3560k|    36 |   186 |2311k|  66 |   - | 132 |1594 | 266 |   0 |   0 |  16 |2140k|  19 | 3.333333e+01 |      --      |    Inf 
738.98/739.31	c   678s|  3570k|    33 |   186 |2301k|  66 |   - | 132 |1578 | 311 |   0 |   0 |  16 |2146k|  19 | 3.333333e+01 |      --      |    Inf 
741.08/741.42	c   680s|  3580k|    37 |   186 |2305k|  66 |   - | 132 |1591 | 318 |   0 |   0 |  16 |2152k|  19 | 3.333333e+01 |      --      |    Inf 
742.87/743.30	c   681s|  3590k|    33 |   186 |2311k|  66 |   - | 132 |1611 | 305 |   0 |   0 |  16 |2158k|  19 | 3.333333e+01 |      --      |    Inf 
745.18/745.58	c   684s|  3600k|    37 |   186 |2301k|  66 |   - | 132 |1577 | 385 |   0 |   0 |  16 |2164k|  19 | 3.333333e+01 |      --      |    Inf 
747.37/747.72	c   686s|  3610k|    33 |   186 |2304k|  66 |   - | 132 |1589 | 271 |   0 |   0 |  16 |2170k|  19 | 3.333333e+01 |      --      |    Inf 
749.67/750.03	c   688s|  3620k|    33 |   186 |2307k|  66 |   - | 132 |1594 | 338 |   0 |   0 |  16 |2176k|  19 | 3.333333e+01 |      --      |    Inf 
751.77/752.11	c   690s|  3630k|    35 |   186 |2311k|  66 |   - | 132 |1609 | 241 |   0 |   0 |  16 |2182k|  19 | 3.333333e+01 |      --      |    Inf 
753.87/754.21	c   691s|  3640k|    33 |   186 |2306k|  66 |   - | 132 |1597 | 275 |   0 |   0 |  16 |2188k|  19 | 3.333333e+01 |      --      |    Inf 
756.07/756.43	c   694s|  3650k|    32 |   186 |2311k|  66 |   - | 132 |1611 | 268 |   0 |   0 |  16 |2194k|  19 | 3.333333e+01 |      --      |    Inf 
757.77/758.17	c   695s|  3660k|    31 |   186 |2305k|  66 |   - | 132 |1589 | 332 |   0 |   0 |  16 |2200k|  19 | 3.333333e+01 |      --      |    Inf 
759.96/760.37	c   697s|  3670k|    36 |   186 |2315k|  66 |   - | 132 |1611 | 277 |   0 |   0 |  16 |2206k|  19 | 3.333333e+01 |      --      |    Inf 
762.37/762.72	c   699s|  3680k|    28 |   186 |2316k|  66 |   - | 132 |1620 | 273 |   0 |   0 |  16 |2212k|  19 | 3.333333e+01 |      --      |    Inf 
764.86/765.24	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
764.86/765.24	c   702s|  3690k|    31 |   186 |2304k|  66 |   - | 132 |1587 | 269 |   0 |   0 |  16 |2218k|  19 | 3.333333e+01 |      --      |    Inf 
766.96/767.33	c   704s|  3700k|    29 |   186 |2320k|  66 |   - | 132 |1633 | 269 |   0 |   0 |  16 |2224k|  19 | 3.333333e+01 |      --      |    Inf 
769.26/769.68	c   706s|  3710k|    28 |   186 |2310k|  66 |   - | 132 |1605 | 283 |   0 |   0 |  16 |2230k|  19 | 3.333333e+01 |      --      |    Inf 
771.16/771.54	c   707s|  3720k|    31 |   186 |2309k|  66 |   - | 132 |1601 | 252 |   0 |   0 |  16 |2236k|  19 | 3.333333e+01 |      --      |    Inf 
773.27/773.69	c   709s|  3730k|    28 |   186 |2313k|  66 |   - | 132 |1618 | 258 |   0 |   0 |  16 |2242k|  19 | 3.333333e+01 |      --      |    Inf 
775.66/776.07	c   712s|  3740k|    32 |   186 |2309k|  66 |   - | 132 |1601 | 275 |   0 |   0 |  16 |2248k|  19 | 3.333333e+01 |      --      |    Inf 
777.96/778.34	c   714s|  3750k|    32 |   186 |2311k|  66 |   - | 132 |1606 | 256 |   0 |   0 |  16 |2254k|  19 | 3.333333e+01 |      --      |    Inf 
779.96/780.32	c   716s|  3760k|    31 |   186 |2306k|  66 |   - | 132 |1594 | 374 |   0 |   0 |  16 |2260k|  19 | 3.333333e+01 |      --      |    Inf 
782.15/782.55	c   718s|  3770k|    32 |   186 |2306k|  66 |   - | 132 |1592 | 318 |   0 |   0 |  16 |2266k|  19 | 3.333333e+01 |      --      |    Inf 
784.36/784.74	c   720s|  3780k|    25 |   186 |2301k|  66 |   - | 132 |1587 | 424 |   0 |   0 |  16 |2272k|  19 | 3.333333e+01 |      --      |    Inf 
786.46/786.86	c   722s|  3790k|    29 |   186 |2311k|  66 |   - | 132 |1611 | 290 |   0 |   0 |  16 |2278k|  19 | 3.333333e+01 |      --      |    Inf 
788.46/788.85	c   723s|  3800k|    23 |   186 |2292k|  66 |   - | 132 |1567 | 580 |   0 |   0 |  16 |2284k|  19 | 3.333333e+01 |      --      |    Inf 
790.46/790.85	c   725s|  3810k|    26 |   186 |2303k|  66 |   - | 132 |1590 | 325 |   0 |   0 |  16 |2290k|  19 | 3.333333e+01 |      --      |    Inf 
792.76/793.17	c   727s|  3820k|    22 |   186 |2300k|  66 |   - | 132 |1580 | 369 |   0 |   0 |  16 |2296k|  19 | 3.333333e+01 |      --      |    Inf 
795.35/795.73	c   730s|  3830k|    26 |   186 |2302k|  66 |   - | 132 |1585 | 347 |   0 |   0 |  16 |2302k|  19 | 3.333333e+01 |      --      |    Inf 
797.16/797.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
797.16/797.52	c   731s|  3840k|    36 |   186 |2311k|  66 |   - | 132 |1601 | 261 |   0 |   0 |  16 |2308k|  19 | 3.333333e+01 |      --      |    Inf 
798.95/799.37	c   733s|  3850k|    33 |   186 |2307k|  66 |   - | 132 |1596 | 382 |   0 |   0 |  16 |2314k|  19 | 3.333333e+01 |      --      |    Inf 
800.95/801.31	c   735s|  3860k|    29 |   186 |2306k|  66 |   - | 132 |1595 | 362 |   0 |   0 |  16 |2320k|  19 | 3.333333e+01 |      --      |    Inf 
802.55/802.96	c   736s|  3870k|    34 |   186 |2308k|  66 |   - | 132 |1596 | 308 |   0 |   0 |  16 |2326k|  19 | 3.333333e+01 |      --      |    Inf 
804.25/804.60	c   738s|  3880k|    39 |   186 |2314k|  66 |   - | 132 |1607 | 255 |   0 |   0 |  16 |2332k|  19 | 3.333333e+01 |      --      |    Inf 
805.96/806.37	c   739s|  3890k|    34 |   186 |2309k|  66 |   - | 132 |1599 | 336 |   0 |   0 |  16 |2338k|  19 | 3.333333e+01 |      --      |    Inf 
807.85/808.20	c   741s|  3900k|    31 |   186 |2312k|  66 |   - | 132 |1608 | 271 |   0 |   0 |  16 |2344k|  19 | 3.333333e+01 |      --      |    Inf 
809.85/810.20	c   743s|  3910k|    33 |   186 |2315k|  66 |   - | 132 |1615 | 264 |   0 |   0 |  16 |2350k|  19 | 3.333333e+01 |      --      |    Inf 
812.25/812.64	c   745s|  3920k|    32 |   186 |2308k|  66 |   - | 132 |1594 | 263 |   0 |   0 |  16 |2356k|  19 | 3.333333e+01 |      --      |    Inf 
814.35/814.71	c   747s|  3930k|    34 |   186 |2312k|  66 |   - | 132 |1604 | 291 |   0 |   0 |  16 |2362k|  19 | 3.333333e+01 |      --      |    Inf 
815.95/816.36	c   749s|  3940k|    38 |   186 |2310k|  66 |   - | 132 |1595 | 258 |   0 |   0 |  16 |2367k|  19 | 3.333333e+01 |      --      |    Inf 
817.64/818.06	c   750s|  3950k|    33 |   186 |2307k|  66 |   - | 132 |1594 | 338 |   0 |   0 |  16 |2373k|  19 | 3.333333e+01 |      --      |    Inf 
819.44/819.89	c   752s|  3960k|    33 |   186 |2310k|  66 |   - | 132 |1601 | 293 |   0 |   0 |  16 |2379k|  19 | 3.333333e+01 |      --      |    Inf 
821.64/822.06	c   754s|  3970k|    34 |   186 |2310k|  66 |   - | 132 |1602 | 345 |   0 |   0 |  16 |2385k|  19 | 3.333333e+01 |      --      |    Inf 
823.55/823.93	c   755s|  3980k|    32 |   186 |2309k|  66 |   - | 132 |1598 | 331 |   0 |   0 |  16 |2391k|  19 | 3.333333e+01 |      --      |    Inf 
825.24/825.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
825.24/825.66	c   757s|  3990k|    31 |   186 |2307k|  66 |   - | 132 |1597 | 366 |   0 |   0 |  16 |2397k|  19 | 3.333333e+01 |      --      |    Inf 
827.24/827.62	c   759s|  4000k|    31 |   186 |2316k|  66 |   - | 132 |1614 | 322 |   0 |   0 |  16 |2403k|  19 | 3.333333e+01 |      --      |    Inf 
828.94/829.38	c   760s|  4010k|    34 |   186 |2326k|  66 |   - | 132 |1631 | 308 |   0 |   0 |  16 |2408k|  19 | 3.333333e+01 |      --      |    Inf 
830.94/831.33	c   762s|  4020k|    34 |   186 |2323k|  66 |   - | 132 |1632 | 357 |   0 |   0 |  16 |2415k|  19 | 3.333333e+01 |      --      |    Inf 
832.84/833.20	c   764s|  4030k|    28 |   186 |2325k|  66 |   - | 132 |1648 | 362 |   0 |   0 |  16 |2421k|  19 | 3.333333e+01 |      --      |    Inf 
834.83/835.29	c   766s|  4040k|    26 |   186 |2321k|  66 |   - | 132 |1638 | 265 |   0 |   0 |  16 |2427k|  19 | 3.333333e+01 |      --      |    Inf 
837.14/837.52	c   768s|  4050k|    30 |   186 |2328k|  66 |   - | 132 |1649 | 347 |   0 |   0 |  16 |2433k|  19 | 3.333333e+01 |      --      |    Inf 
839.44/839.88	c   770s|  4060k|    28 |   186 |2322k|  66 |   - | 132 |1635 | 274 |   0 |   0 |  16 |2439k|  19 | 3.333333e+01 |      --      |    Inf 
841.33/841.79	c   772s|  4070k|    31 |   186 |2324k|  66 |   - | 132 |1635 | 302 |   0 |   0 |  16 |2445k|  19 | 3.333333e+01 |      --      |    Inf 
843.73/844.13	c   774s|  4080k|    29 |   186 |2313k|  66 |   - | 132 |1618 | 339 |   0 |   0 |  16 |2451k|  19 | 3.333333e+01 |      --      |    Inf 
846.24/846.66	c   776s|  4090k|    34 |   186 |2312k|  66 |   - | 132 |1604 | 284 |   0 |   0 |  16 |2457k|  19 | 3.333333e+01 |      --      |    Inf 
848.34/848.79	c   778s|  4100k|    29 |   186 |2308k|  66 |   - | 132 |1601 | 388 |   0 |   0 |  16 |2463k|  19 | 3.333333e+01 |      --      |    Inf 
851.04/851.46	c   781s|  4110k|    29 |   186 |2308k|  66 |   - | 132 |1597 | 286 |   0 |   0 |  16 |2469k|  19 | 3.333333e+01 |      --      |    Inf 
853.43/853.87	c   783s|  4120k|    30 |   186 |2318k|  66 |   - | 132 |1629 | 278 |   0 |   0 |  16 |2475k|  19 | 3.333333e+01 |      --      |    Inf 
855.34/855.72	c   785s|  4130k|    30 |   186 |2318k|  66 |   - | 132 |1627 | 297 |   0 |   0 |  16 |2481k|  19 | 3.333333e+01 |      --      |    Inf 
857.33/857.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
857.33/857.76	c   787s|  4140k|    33 |   186 |2323k|  66 |   - | 132 |1639 | 287 |   0 |   0 |  16 |2487k|  19 | 3.333333e+01 |      --      |    Inf 
859.63/860.05	c   789s|  4150k|    33 |   186 |2324k|  66 |   - | 132 |1642 | 284 |   0 |   0 |  16 |2493k|  19 | 3.333333e+01 |      --      |    Inf 
861.93/862.36	c   791s|  4160k|    32 |   186 |2314k|  66 |   - | 132 |1615 | 391 |   0 |   0 |  16 |2499k|  19 | 3.333333e+01 |      --      |    Inf 
864.52/864.95	c   793s|  4170k|    24 |   186 |2323k|  66 |   - | 132 |1642 | 280 |   0 |   0 |  16 |2505k|  19 | 3.333333e+01 |      --      |    Inf 
866.53/866.90	c   795s|  4180k|    30 |   186 |2312k|  66 |   - | 132 |1611 | 326 |   0 |   0 |  16 |2511k|  19 | 3.333333e+01 |      --      |    Inf 
868.72/869.14	c   797s|  4190k|    32 |   186 |2311k|  66 |   - | 132 |1603 | 269 |   0 |   0 |  16 |2517k|  19 | 3.333333e+01 |      --      |    Inf 
870.92/871.38	c   799s|  4200k|    27 |   186 |2305k|  66 |   - | 132 |1589 | 305 |   0 |   0 |  16 |2523k|  19 | 3.333333e+01 |      --      |    Inf 
873.03/873.45	c   801s|  4210k|    31 |   186 |2316k|  66 |   - | 132 |1615 | 274 |   0 |   0 |  16 |2529k|  19 | 3.333333e+01 |      --      |    Inf 
875.32/875.76	c   803s|  4220k|    27 |   186 |2317k|  66 |   - | 132 |1623 | 236 |   0 |   0 |  16 |2535k|  19 | 3.333333e+01 |      --      |    Inf 
877.52/877.97	c   805s|  4230k|    30 |   186 |2319k|  66 |   - | 132 |1625 | 272 |   0 |   0 |  16 |2541k|  19 | 3.333333e+01 |      --      |    Inf 
879.92/880.36	c   807s|  4240k|    25 |   186 |2328k|  66 |   - | 132 |1654 | 291 |   0 |   0 |  16 |2548k|  19 | 3.333333e+01 |      --      |    Inf 
882.72/883.16	c   810s|  4250k|    29 |   186 |2314k|  66 |   - | 132 |1620 | 434 |   0 |   0 |  16 |2554k|  19 | 3.333333e+01 |      --      |    Inf 
885.42/885.89	c   813s|  4260k|    27 |   186 |2313k|  66 |   - | 132 |1615 | 290 |   0 |   0 |  16 |2560k|  19 | 3.333333e+01 |      --      |    Inf 
887.82/888.27	c   815s|  4270k|    29 |   186 |2317k|  66 |   - | 132 |1624 | 311 |   0 |   0 |  16 |2566k|  19 | 3.333333e+01 |      --      |    Inf 
890.42/890.84	c   817s|  4280k|    33 |   186 |2305k|  66 |   - | 132 |1588 | 337 |   0 |   0 |  16 |2572k|  19 | 3.333333e+01 |      --      |    Inf 
892.21/892.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
892.21/892.69	c   819s|  4290k|    29 |   186 |2310k|  66 |   - | 132 |1606 | 318 |   0 |   0 |  16 |2578k|  19 | 3.333333e+01 |      --      |    Inf 
894.31/894.78	c   821s|  4300k|    27 |   186 |2312k|  66 |   - | 132 |1614 | 379 |   0 |   0 |  16 |2584k|  19 | 3.333333e+01 |      --      |    Inf 
896.71/897.11	c   823s|  4310k|    29 |   186 |2315k|  66 |   - | 132 |1619 | 293 |   0 |   0 |  16 |2590k|  19 | 3.333333e+01 |      --      |    Inf 
899.01/899.40	c   825s|  4320k|    33 |   186 |2316k|  66 |   - | 132 |1615 | 249 |   0 |   0 |  16 |2596k|  19 | 3.333333e+01 |      --      |    Inf 
901.21/901.64	c   827s|  4330k|    27 |   186 |2316k|  66 |   - | 132 |1621 | 315 |   0 |   0 |  16 |2602k|  19 | 3.333333e+01 |      --      |    Inf 
903.30/903.76	c   829s|  4340k|    23 |   186 |2322k|  66 |   - | 132 |1639 | 274 |   0 |   0 |  16 |2608k|  19 | 3.333333e+01 |      --      |    Inf 
905.81/906.21	c   831s|  4350k|    25 |   186 |2315k|  66 |   - | 132 |1627 | 397 |   0 |   0 |  16 |2614k|  19 | 3.333333e+01 |      --      |    Inf 
908.21/908.60	c   833s|  4360k|    19 |   186 |2314k|  66 |   - | 132 |1624 | 348 |   0 |   0 |  16 |2620k|  19 | 3.333333e+01 |      --      |    Inf 
909.90/910.35	c   835s|  4370k|    35 |   186 |2308k|  66 |   - | 132 |1595 | 321 |   0 |   0 |  16 |2626k|  19 | 3.333333e+01 |      --      |    Inf 
911.70/912.20	c   837s|  4380k|    30 |   186 |2319k|  66 |   - | 132 |1624 | 352 |   0 |   0 |  16 |2632k|  19 | 3.333333e+01 |      --      |    Inf 
913.80/914.25	c   839s|  4390k|    30 |   186 |2307k|  66 |   - | 132 |1597 | 396 |   0 |   0 |  16 |2638k|  19 | 3.333333e+01 |      --      |    Inf 
916.00/916.43	c   841s|  4400k|    24 |   186 |2306k|  66 |   - | 132 |1603 | 387 |   0 |   0 |  16 |2644k|  19 | 3.333333e+01 |      --      |    Inf 
918.01/918.41	c   842s|  4410k|    33 |   186 |2304k|  66 |   - | 132 |1584 | 365 |   0 |   0 |  16 |2650k|  19 | 3.333333e+01 |      --      |    Inf 
920.10/920.60	c   844s|  4420k|    32 |   186 |2309k|  66 |   - | 132 |1597 | 248 |   0 |   0 |  16 |2656k|  19 | 3.333333e+01 |      --      |    Inf 
922.20/922.66	c   846s|  4430k|    31 |   186 |2303k|  66 |   - | 132 |1578 | 371 |   0 |   0 |  16 |2662k|  19 | 3.333333e+01 |      --      |    Inf 
924.20/924.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
924.20/924.66	c   848s|  4440k|    32 |   186 |2306k|  66 |   - | 132 |1593 | 426 |   0 |   0 |  16 |2668k|  19 | 3.333333e+01 |      --      |    Inf 
926.60/927.07	c   850s|  4450k|    34 |   186 |2316k|  66 |   - | 132 |1619 | 274 |   0 |   0 |  16 |2674k|  19 | 3.333333e+01 |      --      |    Inf 
929.20/929.61	c   853s|  4460k|    25 |   186 |2299k|  66 |   - | 132 |1585 | 503 |   0 |   0 |  16 |2680k|  19 | 3.333333e+01 |      --      |    Inf 
931.50/931.99	c   855s|  4470k|    24 |   186 |2302k|  66 |   - | 132 |1594 | 513 |   0 |   0 |  16 |2686k|  19 | 3.333333e+01 |      --      |    Inf 
933.99/934.49	c   857s|  4480k|    29 |   186 |2306k|  66 |   - | 132 |1592 | 197 |   0 |   0 |  16 |2692k|  19 | 3.333333e+01 |      --      |    Inf 
936.59/937.10	c   860s|  4490k|    25 |   186 |2306k|  66 |   - | 132 |1602 | 347 |   0 |   0 |  16 |2698k|  19 | 3.333333e+01 |      --      |    Inf 
939.00/939.46	c   862s|  4500k|    31 |   186 |2308k|  66 |   - | 132 |1595 | 347 |   0 |   0 |  16 |2704k|  19 | 3.333333e+01 |      --      |    Inf 
941.39/941.81	c   864s|  4510k|    25 |   186 |2318k|  66 |   - | 132 |1630 | 324 |   0 |   0 |  16 |2710k|  19 | 3.333333e+01 |      --      |    Inf 
943.60/944.02	c   866s|  4520k|    27 |   186 |2310k|  66 |   - | 132 |1610 | 406 |   0 |   0 |  16 |2716k|  19 | 3.333333e+01 |      --      |    Inf 
945.70/946.13	c   868s|  4530k|    26 |   186 |2315k|  66 |   - | 132 |1623 | 343 |   0 |   0 |  16 |2722k|  19 | 3.333333e+01 |      --      |    Inf 
947.69/948.16	c   870s|  4540k|    27 |   186 |2331k|  66 |   - | 132 |1660 | 237 |   0 |   0 |  16 |2728k|  19 | 3.333333e+01 |      --      |    Inf 
949.90/950.37	c   872s|  4550k|    32 |   186 |2321k|  66 |   - | 132 |1636 | 287 |   0 |   0 |  16 |2734k|  19 | 3.333333e+01 |      --      |    Inf 
952.39/952.85	c   874s|  4560k|    24 |   186 |2326k|  66 |   - | 132 |1658 | 416 |   0 |   0 |  16 |2740k|  19 | 3.333333e+01 |      --      |    Inf 
954.79/955.24	c   876s|  4570k|    33 |   186 |2322k|  66 |   - | 132 |1635 | 289 |   0 |   0 |  16 |2746k|  19 | 3.333333e+01 |      --      |    Inf 
957.29/957.78	c   879s|  4580k|    27 |   186 |2313k|  66 |   - | 132 |1617 | 371 |   0 |   0 |  16 |2752k|  19 | 3.333333e+01 |      --      |    Inf 
959.89/960.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
959.89/960.31	c   881s|  4590k|    35 |   186 |2319k|  66 |   - | 132 |1622 | 258 |   0 |   0 |  16 |2759k|  19 | 3.333333e+01 |      --      |    Inf 
962.18/962.62	c   883s|  4600k|    21 |   186 |2314k|  66 |   - | 132 |1627 | 420 |   0 |   0 |  16 |2765k|  19 | 3.333333e+01 |      --      |    Inf 
964.09/964.60	c   885s|  4610k|    33 |   186 |2319k|  66 |   - | 132 |1623 | 235 |   0 |   0 |  16 |2771k|  19 | 3.333333e+01 |      --      |    Inf 
966.48/966.99	c   887s|  4620k|    24 |   186 |2307k|  66 |   - | 132 |1592 | 358 |   0 |   0 |  16 |2777k|  19 | 3.333333e+01 |      --      |    Inf 
968.98/969.45	c   890s|  4630k|    28 |   186 |2316k|  66 |   - | 132 |1616 | 285 |   0 |   0 |  16 |2783k|  19 | 3.333333e+01 |      --      |    Inf 
971.48/971.91	c   892s|  4640k|    26 |   186 |2323k|  66 |   - | 132 |1640 | 367 |   0 |   0 |  16 |2789k|  19 | 3.333333e+01 |      --      |    Inf 
974.19/974.68	c   894s|  4650k|    29 |   186 |2318k|  66 |   - | 132 |1625 | 378 |   0 |   0 |  16 |2795k|  19 | 3.333333e+01 |      --      |    Inf 
977.08/977.51	c   897s|  4660k|    21 |   186 |2317k|  66 |   - | 132 |1632 | 356 |   0 |   0 |  16 |2801k|  19 | 3.333333e+01 |      --      |    Inf 
979.48/979.95	c   899s|  4670k|    33 |   186 |2303k|  66 |   - | 132 |1571 | 338 |   0 |   0 |  16 |2807k|  19 | 3.333333e+01 |      --      |    Inf 
981.28/981.77	c   901s|  4680k|    29 |   186 |2301k|  66 |   - | 132 |1568 | 426 |   0 |   0 |  16 |2813k|  19 | 3.333333e+01 |      --      |    Inf 
983.08/983.54	c   903s|  4690k|    30 |   186 |2305k|  66 |   - | 132 |1582 | 335 |   0 |   0 |  16 |2819k|  19 | 3.333333e+01 |      --      |    Inf 
984.78/985.24	c   904s|  4700k|    38 |   186 |2315k|  66 |   - | 132 |1602 | 313 |   0 |   0 |  16 |2825k|  19 | 3.333333e+01 |      --      |    Inf 
986.57/987.07	c   906s|  4710k|    34 |   186 |2321k|  66 |   - | 132 |1618 | 271 |   0 |   0 |  16 |2831k|  19 | 3.333333e+01 |      --      |    Inf 
988.68/989.16	c   908s|  4720k|    29 |   186 |2306k|  66 |   - | 132 |1584 | 325 |   0 |   0 |  16 |2837k|  19 | 3.333333e+01 |      --      |    Inf 
990.68/991.11	c   909s|  4730k|    28 |   186 |2314k|  66 |   - | 132 |1605 | 290 |   0 |   0 |  16 |2843k|  19 | 3.333333e+01 |      --      |    Inf 
992.47/992.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
992.47/992.90	c   911s|  4740k|    35 |   186 |2320k|  66 |   - | 132 |1615 | 210 |   0 |   0 |  16 |2849k|  19 | 3.333333e+01 |      --      |    Inf 
994.67/995.14	c   913s|  4750k|    31 |   186 |2306k|  66 |   - | 132 |1584 | 291 |   0 |   0 |  16 |2855k|  19 | 3.333333e+01 |      --      |    Inf 
996.67/997.18	c   915s|  4760k|    29 |   186 |2313k|  66 |   - | 132 |1604 | 279 |   0 |   0 |  16 |2861k|  19 | 3.333333e+01 |      --      |    Inf 
998.58/999.05	c   917s|  4770k|    33 |   186 |2315k|  66 |   - | 132 |1606 | 354 |   0 |   0 |  16 |2867k|  19 | 3.333333e+01 |      --      |    Inf 
1000.77/1001.22	c   919s|  4780k|    36 |   186 |2307k|  66 |   - | 132 |1582 | 292 |   0 |   0 |  16 |2873k|  19 | 3.333333e+01 |      --      |    Inf 
1003.17/1003.69	c   921s|  4790k|    30 |   186 |2310k|  66 |   - | 132 |1591 | 290 |   0 |   0 |  16 |2879k|  19 | 3.333333e+01 |      --      |    Inf 
1005.47/1005.92	c   923s|  4800k|    27 |   186 |2312k|  66 |   - | 132 |1600 | 266 |   0 |   0 |  16 |2885k|  19 | 3.333333e+01 |      --      |    Inf 
1007.67/1008.10	c   925s|  4810k|    29 |   186 |2308k|  66 |   - | 132 |1598 | 428 |   0 |   0 |  16 |2892k|  19 | 3.333333e+01 |      --      |    Inf 
1009.76/1010.27	c   927s|  4820k|    32 |   186 |2315k|  66 |   - | 132 |1610 | 322 |   0 |   0 |  16 |2898k|  19 | 3.333333e+01 |      --      |    Inf 
1011.97/1012.49	c   929s|  4830k|    34 |   186 |2317k|  66 |   - | 132 |1614 | 373 |   0 |   0 |  16 |2904k|  19 | 3.333333e+01 |      --      |    Inf 
1014.77/1015.21	c   932s|  4840k|    25 |   186 |2315k|  66 |   - | 132 |1619 | 400 |   0 |   0 |  16 |2910k|  19 | 3.333333e+01 |      --      |    Inf 
1017.16/1017.69	c   934s|  4850k|    29 |   186 |2317k|  66 |   - | 132 |1622 | 336 |   0 |   0 |  16 |2916k|  19 | 3.333333e+01 |      --      |    Inf 
1019.36/1019.87	c   936s|  4860k|    32 |   186 |2307k|  66 |   - | 132 |1592 | 433 |   0 |   0 |  16 |2922k|  19 | 3.333333e+01 |      --      |    Inf 
1021.66/1022.18	c   938s|  4870k|    33 |   186 |2309k|  66 |   - | 132 |1591 | 344 |   0 |   0 |  16 |2928k|  19 | 3.333333e+01 |      --      |    Inf 
1024.07/1024.56	c   940s|  4880k|    23 |   186 |2307k|  66 |   - | 132 |1597 | 349 |   0 |   0 |  16 |2934k|  19 | 3.333333e+01 |      --      |    Inf 
1026.36/1026.89	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1026.36/1026.89	c   942s|  4890k|    36 |   186 |2310k|  66 |   - | 132 |1588 | 255 |   0 |   0 |  16 |2940k|  19 | 3.333333e+01 |      --      |    Inf 
1028.56/1029.05	c   944s|  4900k|    28 |   186 |2307k|  66 |   - | 132 |1588 | 363 |   0 |   0 |  16 |2946k|  19 | 3.333333e+01 |      --      |    Inf 
1030.96/1031.47	c   947s|  4910k|    28 |   186 |2308k|  66 |   - | 132 |1591 | 366 |   0 |   0 |  16 |2952k|  19 | 3.333333e+01 |      --      |    Inf 
1032.85/1033.38	c   948s|  4920k|    36 |   186 |2311k|  66 |   - | 132 |1586 | 295 |   0 |   0 |  16 |2958k|  19 | 3.333333e+01 |      --      |    Inf 
1034.56/1035.09	c   950s|  4930k|    29 |   186 |2317k|  66 |   - | 132 |1603 | 263 |   0 |   0 |  16 |2964k|  19 | 3.333333e+01 |      --      |    Inf 
1036.45/1036.94	c   952s|  4940k|    33 |   186 |2314k|  66 |   - | 132 |1596 | 270 |   0 |   0 |  16 |2970k|  19 | 3.333333e+01 |      --      |    Inf 
1038.45/1038.99	c   954s|  4950k|    37 |   186 |2339k|  66 |   - | 132 |1647 | 205 |   0 |   0 |  16 |2976k|  19 | 3.333333e+01 |      --      |    Inf 
1040.35/1040.85	c   955s|  4960k|    42 |   186 |2316k|  66 |   - | 132 |1593 | 237 |   0 |   0 |  16 |2982k|  19 | 3.333333e+01 |      --      |    Inf 
1042.36/1042.83	c   957s|  4970k|    39 |   186 |2326k|  66 |   - | 132 |1613 | 179 |   0 |   0 |  16 |2988k|  19 | 3.333333e+01 |      --      |    Inf 
1044.65/1045.19	c   959s|  4980k|    36 |   186 |2320k|  66 |   - | 132 |1601 | 243 |   0 |   0 |  16 |2994k|  19 | 3.333333e+01 |      --      |    Inf 
1047.35/1047.83	c   962s|  4990k|    36 |   186 |2315k|  66 |   - | 132 |1590 | 271 |   0 |   0 |  16 |3000k|  19 | 3.333333e+01 |      --      |    Inf 
1050.15/1050.61	c   964s|  5000k|    35 |   186 |2318k|  66 |   - | 132 |1607 | 281 |   0 |   0 |  16 |3006k|  19 | 3.333333e+01 |      --      |    Inf 
1052.65/1053.12	c   967s|  5010k|    39 |   186 |2324k|  66 |   - | 132 |1610 | 173 |   0 |   0 |  16 |3012k|  19 | 3.333333e+01 |      --      |    Inf 
1055.45/1055.94	c   969s|  5020k|    33 |   186 |2316k|  66 |   - | 132 |1600 | 377 |   0 |   0 |  16 |3018k|  19 | 3.333333e+01 |      --      |    Inf 
1057.94/1058.46	c   972s|  5030k|    29 |   186 |2320k|  66 |   - | 132 |1605 | 354 |   0 |   0 |  16 |3025k|  19 | 3.333333e+01 |      --      |    Inf 
1060.34/1060.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.34/1060.80	c   974s|  5040k|    40 |   186 |2319k|  66 |   - | 132 |1591 | 267 |   0 |   0 |  16 |3031k|  19 | 3.333333e+01 |      --      |    Inf 
1062.84/1063.30	c   976s|  5050k|    36 |   186 |2318k|  66 |   - | 132 |1589 | 265 |   0 |   0 |  16 |3037k|  19 | 3.333333e+01 |      --      |    Inf 
1065.34/1065.81	c   978s|  5060k|    37 |   186 |2323k|  66 |   - | 132 |1604 | 247 |   0 |   0 |  16 |3043k|  19 | 3.333333e+01 |      --      |    Inf 
1067.94/1068.42	c   981s|  5070k|    30 |   186 |2326k|  66 |   - | 132 |1620 | 332 |   0 |   0 |  16 |3049k|  19 | 3.333333e+01 |      --      |    Inf 
1070.54/1071.02	c   983s|  5080k|    36 |   186 |2316k|  66 |   - | 132 |1592 | 347 |   0 |   0 |  16 |3055k|  19 | 3.333333e+01 |      --      |    Inf 
1073.04/1073.52	c   986s|  5090k|    33 |   186 |2317k|  66 |   - | 132 |1595 | 360 |   0 |   0 |  16 |3061k|  19 | 3.333333e+01 |      --      |    Inf 
1075.44/1075.99	c   988s|  5100k|    32 |   186 |2324k|  66 |   - | 132 |1615 | 417 |   0 |   0 |  16 |3067k|  19 | 3.333333e+01 |      --      |    Inf 
1077.74/1078.21	c   990s|  5110k|    36 |   186 |2324k|  66 |   - | 132 |1611 | 240 |   0 |   0 |  16 |3073k|  19 | 3.333333e+01 |      --      |    Inf 
1079.74/1080.28	c   992s|  5120k|    34 |   186 |2322k|  66 |   - | 132 |1605 | 300 |   0 |   0 |  16 |3079k|  19 | 3.333333e+01 |      --      |    Inf 
1082.03/1082.57	c   994s|  5130k|    35 |   186 |2323k|  66 |   - | 132 |1609 | 256 |   0 |   0 |  16 |3085k|  19 | 3.333333e+01 |      --      |    Inf 
1084.43/1084.95	c   996s|  5140k|    33 |   186 |2319k|  66 |   - | 132 |1589 | 250 |   0 |   0 |  16 |3091k|  19 | 3.333333e+01 |      --      |    Inf 
1086.74/1087.23	c   998s|  5150k|    32 |   186 |2323k|  66 |   - | 132 |1607 | 270 |   0 |   0 |  16 |3097k|  19 | 3.333333e+01 |      --      |    Inf 
1089.03/1089.59	c  1000s|  5160k|    34 |   186 |2322k|  66 |   - | 132 |1604 | 338 |   0 |   0 |  16 |3103k|  19 | 3.333333e+01 |      --      |    Inf 
1091.53/1092.03	c  1003s|  5170k|    32 |   186 |2320k|  66 |   - | 132 |1601 | 269 |   0 |   0 |  16 |3109k|  19 | 3.333333e+01 |      --      |    Inf 
1093.73/1094.24	c  1005s|  5180k|    30 |   186 |2321k|  66 |   - | 132 |1605 | 237 |   0 |   0 |  16 |3115k|  19 | 3.333333e+01 |      --      |    Inf 
1096.24/1096.75	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1096.24/1096.75	c  1007s|  5190k|    28 |   186 |2323k|  66 |   - | 132 |1615 | 335 |   0 |   0 |  16 |3121k|  19 | 3.333333e+01 |      --      |    Inf 
1098.83/1099.36	c  1009s|  5200k|    29 |   186 |2311k|  66 |   - | 132 |1585 | 364 |   0 |   0 |  16 |3127k|  19 | 3.333333e+01 |      --      |    Inf 
1101.23/1101.75	c  1012s|  5210k|    31 |   186 |2319k|  66 |   - | 132 |1600 | 218 |   0 |   0 |  16 |3134k|  19 | 3.333333e+01 |      --      |    Inf 
1103.53/1104.00	c  1014s|  5220k|    27 |   186 |2316k|  66 |   - | 132 |1605 | 489 |   0 |   0 |  16 |3140k|  19 | 3.333333e+01 |      --      |    Inf 
1105.82/1106.36	c  1016s|  5230k|    34 |   186 |2324k|  66 |   - | 132 |1612 | 236 |   0 |   0 |  16 |3146k|  19 | 3.333333e+01 |      --      |    Inf 
1108.53/1109.03	c  1018s|  5240k|    24 |   186 |2314k|  66 |   - | 132 |1596 | 299 |   0 |   0 |  16 |3152k|  19 | 3.333333e+01 |      --      |    Inf 
1110.43/1110.98	c  1020s|  5250k|    27 |   186 |2316k|  66 |   - | 132 |1608 | 389 |   0 |   0 |  16 |3158k|  19 | 3.333333e+01 |      --      |    Inf 
1112.62/1113.13	c  1022s|  5260k|    29 |   186 |2317k|  66 |   - | 132 |1602 | 401 |   0 |   0 |  16 |3164k|  19 | 3.333333e+01 |      --      |    Inf 
1114.62/1115.16	c  1024s|  5270k|    33 |   186 |2321k|  66 |   - | 132 |1604 | 283 |   0 |   0 |  16 |3170k|  19 | 3.333333e+01 |      --      |    Inf 
1116.82/1117.35	c  1026s|  5280k|    32 |   186 |2317k|  66 |   - | 132 |1601 | 327 |   0 |   0 |  16 |3176k|  19 | 3.333333e+01 |      --      |    Inf 
1119.23/1119.79	c  1028s|  5290k|    28 |   186 |2317k|  66 |   - | 132 |1606 | 361 |   0 |   0 |  16 |3182k|  19 | 3.333333e+01 |      --      |    Inf 
1121.72/1122.26	c  1031s|  5300k|    29 |   186 |2316k|  66 |   - | 132 |1596 | 317 |   0 |   0 |  16 |3188k|  19 | 3.333333e+01 |      --      |    Inf 
1124.32/1124.81	c  1033s|  5310k|    34 |   186 |2321k|  66 |   - | 132 |1610 | 293 |   0 |   0 |  16 |3194k|  19 | 3.333333e+01 |      --      |    Inf 
1126.71/1127.21	c  1035s|  5320k|    30 |   186 |2323k|  66 |   - | 132 |1614 | 247 |   0 |   0 |  16 |3200k|  19 | 3.333333e+01 |      --      |    Inf 
1128.81/1129.39	c  1037s|  5330k|    31 |   186 |2316k|  66 |   - | 132 |1595 | 390 |   0 |   0 |  16 |3206k|  19 | 3.333333e+01 |      --      |    Inf 
1131.02/1131.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1131.02/1131.51	c  1039s|  5340k|    29 |   186 |2331k|  66 |   - | 132 |1630 | 272 |   0 |   0 |  16 |3212k|  19 | 3.333333e+01 |      --      |    Inf 
1133.32/1133.89	c  1041s|  5350k|    31 |   186 |2325k|  66 |   - | 132 |1608 | 227 |   0 |   0 |  16 |3218k|  19 | 3.333333e+01 |      --      |    Inf 
1135.81/1136.39	c  1044s|  5360k|    31 |   186 |2321k|  66 |   - | 132 |1612 | 263 |   0 |   0 |  16 |3224k|  19 | 3.333333e+01 |      --      |    Inf 
1137.92/1138.46	c  1045s|  5370k|    30 |   186 |2324k|  66 |   - | 132 |1614 | 250 |   0 |   0 |  16 |3230k|  19 | 3.333333e+01 |      --      |    Inf 
1139.91/1140.42	c  1047s|  5380k|    27 |   186 |2315k|  66 |   - | 132 |1596 | 387 |   0 |   0 |  16 |3236k|  19 | 3.333333e+01 |      --      |    Inf 
1142.01/1142.58	c  1049s|  5390k|    26 |   186 |2317k|  66 |   - | 132 |1602 | 274 |   0 |   0 |  16 |3242k|  19 | 3.333333e+01 |      --      |    Inf 
1144.21/1144.75	c  1051s|  5400k|    34 |   186 |2324k|  66 |   - | 132 |1611 | 206 |   0 |   0 |  16 |3248k|  19 | 3.333333e+01 |      --      |    Inf 
1146.61/1147.10	c  1053s|  5410k|    30 |   186 |2333k|  66 |   - | 132 |1633 | 222 |   0 |   0 |  16 |3254k|  19 | 3.333333e+01 |      --      |    Inf 
1149.11/1149.61	c  1056s|  5420k|    32 |   186 |2307k|  66 |   - | 132 |1572 | 445 |   0 |   0 |  16 |3260k|  19 | 3.333333e+01 |      --      |    Inf 
1151.81/1152.36	c  1058s|  5430k|    29 |   186 |2315k|  66 |   - | 132 |1596 | 353 |   0 |   0 |  16 |3267k|  19 | 3.333333e+01 |      --      |    Inf 
1154.60/1155.14	c  1061s|  5440k|    27 |   186 |2311k|  66 |   - | 132 |1585 | 338 |   0 |   0 |  16 |3273k|  19 | 3.333333e+01 |      --      |    Inf 
1157.11/1157.61	c  1063s|  5450k|    25 |   186 |2309k|  66 |   - | 132 |1587 | 452 |   0 |   0 |  16 |3279k|  19 | 3.333333e+01 |      --      |    Inf 
1159.51/1160.06	c  1066s|  5460k|    32 |   186 |2314k|  66 |   - | 132 |1590 | 288 |   0 |   0 |  16 |3285k|  19 | 3.333333e+01 |      --      |    Inf 
1161.41/1161.92	c  1067s|  5470k|    27 |   186 |2311k|  66 |   - | 132 |1588 | 280 |   0 |   0 |  16 |3291k|  19 | 3.333333e+01 |      --      |    Inf 
1163.20/1163.71	c  1069s|  5480k|    29 |   186 |2316k|  66 |   - | 132 |1596 | 294 |   0 |   0 |  16 |3297k|  19 | 3.333333e+01 |      --      |    Inf 
1165.11/1165.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1165.11/1165.64	c  1071s|  5490k|    32 |   186 |2318k|  66 |   - | 132 |1599 | 279 |   0 |   0 |  16 |3303k|  19 | 3.333333e+01 |      --      |    Inf 
1167.10/1167.68	c  1072s|  5500k|    27 |   186 |2315k|  66 |   - | 132 |1601 | 307 |   0 |   0 |  16 |3309k|  19 | 3.333333e+01 |      --      |    Inf 
1168.90/1169.47	c  1074s|  5510k|    35 |   186 |2323k|  66 |   - | 132 |1610 | 266 |   0 |   0 |  16 |3315k|  19 | 3.333333e+01 |      --      |    Inf 
1170.90/1171.46	c  1076s|  5520k|    30 |   186 |2318k|  66 |   - | 132 |1601 | 258 |   0 |   0 |  16 |3321k|  19 | 3.333333e+01 |      --      |    Inf 
1172.90/1173.42	c  1078s|  5530k|    29 |   186 |2320k|  66 |   - | 132 |1611 | 315 |   0 |   0 |  16 |3327k|  19 | 3.333333e+01 |      --      |    Inf 
1174.60/1175.11	c  1079s|  5540k|    34 |   186 |2322k|  66 |   - | 132 |1612 | 186 |   0 |   0 |  16 |3333k|  19 | 3.333333e+01 |      --      |    Inf 
1176.40/1176.95	c  1081s|  5550k|    32 |   186 |2321k|  66 |   - | 132 |1606 | 264 |   0 |   0 |  16 |3339k|  19 | 3.333333e+01 |      --      |    Inf 
1178.30/1178.86	c  1083s|  5560k|    30 |   186 |2320k|  66 |   - | 132 |1606 | 265 |   0 |   0 |  16 |3345k|  19 | 3.333333e+01 |      --      |    Inf 
1180.49/1181.03	c  1085s|  5570k|    25 |   186 |2323k|  66 |   - | 132 |1619 | 264 |   0 |   0 |  16 |3351k|  19 | 3.333333e+01 |      --      |    Inf 
1183.00/1183.53	c  1087s|  5580k|    30 |   186 |2325k|  66 |   - | 132 |1620 | 269 |   0 |   0 |  16 |3357k|  19 | 3.333333e+01 |      --      |    Inf 
1185.10/1185.69	c  1089s|  5590k|    28 |   186 |2322k|  66 |   - | 132 |1611 | 252 |   0 |   0 |  16 |3363k|  19 | 3.333333e+01 |      --      |    Inf 
1186.90/1187.49	c  1091s|  5600k|    29 |   186 |2307k|  66 |   - | 132 |1569 | 385 |   0 |   0 |  16 |3369k|  19 | 3.333333e+01 |      --      |    Inf 
1188.70/1189.30	c  1092s|  5610k|    28 |   186 |2328k|  66 |   - | 132 |1634 | 296 |   0 |   0 |  16 |3374k|  19 | 3.333333e+01 |      --      |    Inf 
1190.89/1191.44	c  1094s|  5620k|    28 |   186 |2310k|  66 |   - | 132 |1583 | 360 |   0 |   0 |  16 |3381k|  19 | 3.333333e+01 |      --      |    Inf 
1193.00/1193.57	c  1096s|  5630k|    31 |   186 |2331k|  66 |   - | 132 |1632 | 210 |   0 |   0 |  16 |3387k|  19 | 3.333333e+01 |      --      |    Inf 
1195.39/1195.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1195.39/1195.98	c  1098s|  5640k|    33 |   186 |2327k|  66 |   - | 132 |1621 | 270 |   0 |   0 |  16 |3393k|  19 | 3.333333e+01 |      --      |    Inf 
1197.99/1198.55	c  1101s|  5650k|    31 |   186 |2329k|  66 |   - | 132 |1617 | 252 |   0 |   0 |  16 |3399k|  19 | 3.333333e+01 |      --      |    Inf 
1200.69/1201.28	c  1103s|  5660k|    24 |   186 |2325k|  66 |   - | 132 |1619 | 362 |   0 |   0 |  16 |3405k|  19 | 3.333333e+01 |      --      |    Inf 
1203.49/1204.04	c  1106s|  5670k|    26 |   186 |2320k|  66 |   - | 132 |1605 | 277 |   0 |   0 |  16 |3411k|  19 | 3.333333e+01 |      --      |    Inf 
1205.78/1206.33	c  1108s|  5680k|    25 |   186 |2315k|  66 |   - | 132 |1601 | 437 |   0 |   0 |  16 |3417k|  19 | 3.333333e+01 |      --      |    Inf 
1208.18/1208.77	c  1110s|  5690k|    27 |   186 |2316k|  66 |   - | 132 |1595 | 340 |   0 |   0 |  16 |3423k|  19 | 3.333333e+01 |      --      |    Inf 
1210.98/1211.51	c  1113s|  5700k|    22 |   186 |2322k|  66 |   - | 132 |1626 | 441 |   0 |   0 |  16 |3429k|  19 | 3.333333e+01 |      --      |    Inf 
1213.79/1214.35	c  1115s|  5710k|    30 |   186 |2310k|  66 |   - | 132 |1581 | 383 |   0 |   0 |  16 |3436k|  19 | 3.333333e+01 |      --      |    Inf 
1216.18/1216.79	c  1118s|  5720k|    33 |   186 |2317k|  66 |   - | 132 |1598 | 432 |   0 |   0 |  16 |3442k|  19 | 3.333333e+01 |      --      |    Inf 
1218.68/1219.29	c  1120s|  5730k|    30 |   186 |2319k|  66 |   - | 132 |1608 | 311 |   0 |   0 |  16 |3448k|  19 | 3.333333e+01 |      --      |    Inf 
1221.28/1221.86	c  1122s|  5740k|    27 |   186 |2316k|  66 |   - | 132 |1596 | 278 |   0 |   0 |  16 |3454k|  19 | 3.333333e+01 |      --      |    Inf 
1223.48/1224.04	c  1124s|  5750k|    26 |   186 |2318k|  66 |   - | 132 |1606 | 308 |   0 |   0 |  16 |3460k|  19 | 3.333333e+01 |      --      |    Inf 
1225.58/1226.12	c  1126s|  5760k|    32 |   186 |2311k|  66 |   - | 132 |1577 | 525 |   0 |   0 |  16 |3466k|  19 | 3.333333e+01 |      --      |    Inf 
1227.48/1228.08	c  1128s|  5770k|    32 |   186 |2317k|  66 |   - | 132 |1592 | 290 |   0 |   0 |  16 |3472k|  19 | 3.333333e+01 |      --      |    Inf 
1229.67/1230.23	c  1130s|  5780k|    30 |   186 |2324k|  66 |   - | 132 |1610 | 304 |   0 |   0 |  16 |3478k|  19 | 3.333333e+01 |      --      |    Inf 
1231.87/1232.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1231.87/1232.47	c  1132s|  5790k|    32 |   186 |2317k|  66 |   - | 132 |1593 | 302 |   0 |   0 |  16 |3484k|  19 | 3.333333e+01 |      --      |    Inf 
1234.47/1235.06	c  1135s|  5800k|    27 |   186 |2315k|  66 |   - | 132 |1588 | 335 |   0 |   0 |  16 |3490k|  19 | 3.333333e+01 |      --      |    Inf 
1236.47/1237.08	c  1136s|  5810k|    23 |   186 |2316k|  66 |   - | 132 |1595 | 339 |   0 |   0 |  16 |3496k|  19 | 3.333333e+01 |      --      |    Inf 
1238.67/1239.22	c  1138s|  5820k|    29 |   186 |2333k|  66 |   - | 132 |1632 | 273 |   0 |   0 |  16 |3502k|  19 | 3.333333e+01 |      --      |    Inf 
1241.17/1241.78	c  1141s|  5830k|    28 |   186 |2318k|  66 |   - | 132 |1594 | 304 |   0 |   0 |  16 |3508k|  19 | 3.333333e+01 |      --      |    Inf 
1243.27/1243.83	c  1143s|  5840k|    25 |   186 |2319k|  66 |   - | 132 |1605 | 289 |   0 |   0 |  16 |3514k|  19 | 3.333333e+01 |      --      |    Inf 
1245.47/1246.08	c  1145s|  5850k|    33 |   186 |2318k|  66 |   - | 132 |1592 | 345 |   0 |   0 |  16 |3520k|  19 | 3.333333e+01 |      --      |    Inf 
1247.67/1248.20	c  1147s|  5860k|    36 |   186 |2326k|  66 |   - | 132 |1606 | 270 |   0 |   0 |  16 |3526k|  19 | 3.333333e+01 |      --      |    Inf 
1249.96/1250.54	c  1149s|  5870k|    31 |   186 |2323k|  66 |   - | 132 |1606 | 361 |   0 |   0 |  16 |3532k|  19 | 3.333333e+01 |      --      |    Inf 
1252.67/1253.23	c  1151s|  5880k|    30 |   186 |2323k|  66 |   - | 132 |1604 | 299 |   0 |   0 |  16 |3538k|  19 | 3.333333e+01 |      --      |    Inf 
1255.36/1255.93	c  1154s|  5890k|    27 |   186 |2322k|  66 |   - | 132 |1608 | 299 |   0 |   0 |  16 |3544k|  19 | 3.333333e+01 |      --      |    Inf 
1257.97/1258.57	c  1156s|  5900k|    30 |   186 |2316k|  66 |   - | 132 |1585 | 441 |   0 |   0 |  16 |3550k|  19 | 3.333333e+01 |      --      |    Inf 
1260.67/1261.22	c  1159s|  5910k|    28 |   186 |2320k|  66 |   - | 132 |1600 | 301 |   0 |   0 |  16 |3556k|  19 | 3.333333e+01 |      --      |    Inf 
1263.26/1263.87	c  1161s|  5920k|    27 |   186 |2326k|  66 |   - | 132 |1621 | 378 |   0 |   0 |  16 |3562k|  19 | 3.333333e+01 |      --      |    Inf 
1265.76/1266.35	c  1164s|  5930k|    25 |   186 |2327k|  66 |   - | 132 |1620 | 289 |   0 |   0 |  16 |3568k|  19 | 3.333333e+01 |      --      |    Inf 
1268.46/1269.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1268.46/1269.03	c  1166s|  5940k|    20 |   186 |2326k|  66 |   - | 132 |1623 | 346 |   0 |   0 |  16 |3574k|  19 | 3.333333e+01 |      --      |    Inf 
1270.97/1271.59	c  1169s|  5950k|    26 |   186 |2317k|  66 |   - | 132 |1601 | 440 |   0 |   0 |  16 |3580k|  19 | 3.333333e+01 |      --      |    Inf 
1273.46/1274.05	c  1171s|  5960k|    25 |   186 |2333k|  66 |   - | 132 |1638 | 278 |   0 |   0 |  16 |3586k|  19 | 3.333333e+01 |      --      |    Inf 
1275.86/1276.45	c  1173s|  5970k|    25 |   186 |2319k|  66 |   - | 132 |1601 | 264 |   0 |   0 |  16 |3592k|  19 | 3.333333e+01 |      --      |    Inf 
1278.16/1278.77	c  1175s|  5980k|    32 |   186 |2319k|  66 |   - | 132 |1597 | 306 |   0 |   0 |  16 |3598k|  19 | 3.333333e+01 |      --      |    Inf 
1280.66/1281.27	c  1178s|  5990k|    28 |   186 |2323k|  66 |   - | 132 |1603 | 276 |   0 |   0 |  16 |3605k|  19 | 3.333333e+01 |      --      |    Inf 
1283.26/1283.80	c  1180s|  6000k|    25 |   186 |2325k|  66 |   - | 132 |1616 | 348 |   0 |   0 |  16 |3611k|  19 | 3.333333e+01 |      --      |    Inf 
1285.86/1286.46	c  1182s|  6010k|    32 |   186 |2327k|  66 |   - | 132 |1619 | 282 |   0 |   0 |  16 |3617k|  19 | 3.333333e+01 |      --      |    Inf 
1287.85/1288.42	c  1184s|  6020k|    27 |   186 |2328k|  66 |   - | 132 |1620 | 264 |   0 |   0 |  16 |3623k|  19 | 3.333333e+01 |      --      |    Inf 
1289.76/1290.33	c  1186s|  6030k|    30 |   186 |2341k|  66 |   - | 132 |1646 | 333 |   0 |   0 |  16 |3629k|  19 | 3.333333e+01 |      --      |    Inf 
1291.75/1292.34	c  1188s|  6040k|    34 |   186 |2314k|  66 |   - | 132 |1575 | 313 |   0 |   0 |  16 |3635k|  19 | 3.333333e+01 |      --      |    Inf 
1294.06/1294.66	c  1190s|  6050k|    33 |   186 |2321k|  66 |   - | 132 |1590 | 287 |   0 |   0 |  16 |3641k|  19 | 3.333333e+01 |      --      |    Inf 
1296.55/1297.14	c  1192s|  6060k|    26 |   186 |2318k|  66 |   - | 132 |1590 | 351 |   0 |   0 |  16 |3648k|  19 | 3.333333e+01 |      --      |    Inf 
1298.85/1299.48	c  1194s|  6070k|    29 |   186 |2321k|  66 |   - | 132 |1597 | 302 |   0 |   0 |  16 |3654k|  19 | 3.333333e+01 |      --      |    Inf 
1301.05/1301.65	c  1196s|  6080k|    32 |   186 |2316k|  66 |   - | 132 |1585 | 323 |   0 |   0 |  16 |3660k|  19 | 3.333333e+01 |      --      |    Inf 
1302.95/1303.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1302.95/1303.52	c  1198s|  6090k|    36 |   186 |2322k|  66 |   - | 132 |1594 | 356 |   0 |   0 |  16 |3666k|  19 | 3.333333e+01 |      --      |    Inf 
1304.94/1305.50	c  1200s|  6100k|    35 |   186 |2333k|  66 |   - | 132 |1627 | 265 |   0 |   0 |  16 |3672k|  19 | 3.333333e+01 |      --      |    Inf 
1306.74/1307.39	c  1202s|  6110k|    31 |   186 |2327k|  66 |   - | 132 |1612 | 271 |   0 |   0 |  16 |3678k|  19 | 3.333333e+01 |      --      |    Inf 
1308.64/1309.21	c  1203s|  6120k|    37 |   186 |2338k|  66 |   - | 132 |1635 | 218 |   0 |   0 |  16 |3684k|  19 | 3.333333e+01 |      --      |    Inf 
1310.54/1311.11	c  1205s|  6130k|    34 |   186 |2330k|  66 |   - | 132 |1617 | 219 |   0 |   0 |  16 |3690k|  19 | 3.333333e+01 |      --      |    Inf 
1312.45/1313.07	c  1207s|  6140k|    33 |   186 |2331k|  66 |   - | 132 |1620 | 313 |   0 |   0 |  16 |3696k|  19 | 3.333333e+01 |      --      |    Inf 
1314.74/1315.34	c  1209s|  6150k|    32 |   186 |2335k|  66 |   - | 132 |1633 | 310 |   0 |   0 |  16 |3702k|  19 | 3.333333e+01 |      --      |    Inf 
1316.65/1317.25	c  1211s|  6160k|    39 |   186 |2330k|  66 |   - | 132 |1613 | 259 |   0 |   0 |  16 |3708k|  19 | 3.333333e+01 |      --      |    Inf 
1318.45/1319.07	c  1212s|  6170k|    35 |   186 |2341k|  66 |   - | 132 |1642 | 241 |   0 |   0 |  16 |3714k|  19 | 3.333333e+01 |      --      |    Inf 
1320.45/1321.01	c  1214s|  6180k|    34 |   186 |2338k|  66 |   - | 132 |1636 | 226 |   0 |   0 |  16 |3720k|  19 | 3.333333e+01 |      --      |    Inf 
1322.34/1322.98	c  1216s|  6190k|    36 |   186 |2340k|  66 |   - | 132 |1637 | 214 |   0 |   0 |  16 |3726k|  19 | 3.333333e+01 |      --      |    Inf 
1324.24/1324.88	c  1218s|  6200k|    36 |   186 |2330k|  66 |   - | 132 |1615 | 285 |   0 |   0 |  16 |3732k|  19 | 3.333333e+01 |      --      |    Inf 
1326.44/1327.03	c  1220s|  6210k|    38 |   186 |2326k|  66 |   - | 132 |1604 | 384 |   0 |   0 |  16 |3738k|  19 | 3.333333e+01 |      --      |    Inf 
1328.64/1329.20	c  1222s|  6220k|    34 |   186 |2327k|  66 |   - | 132 |1611 | 295 |   0 |   0 |  16 |3744k|  19 | 3.333333e+01 |      --      |    Inf 
1331.04/1331.60	c  1224s|  6230k|    32 |   186 |2334k|  66 |   - | 132 |1632 | 293 |   0 |   0 |  16 |3750k|  19 | 3.333333e+01 |      --      |    Inf 
1333.24/1333.89	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1333.24/1333.89	c  1226s|  6240k|    32 |   186 |2339k|  66 |   - | 132 |1649 | 313 |   0 |   0 |  16 |3756k|  19 | 3.333333e+01 |      --      |    Inf 
1335.54/1336.11	c  1228s|  6250k|    34 |   186 |2344k|  66 |   - | 132 |1646 | 190 |   0 |   0 |  16 |3762k|  19 | 3.333333e+01 |      --      |    Inf 
1337.93/1338.59	c  1230s|  6260k|    29 |   186 |2327k|  66 |   - | 132 |1614 | 293 |   0 |   0 |  16 |3769k|  19 | 3.333333e+01 |      --      |    Inf 
1340.34/1340.98	c  1232s|  6270k|    31 |   186 |2335k|  66 |   - | 132 |1633 | 271 |   0 |   0 |  16 |3775k|  19 | 3.333333e+01 |      --      |    Inf 
1342.44/1343.09	c  1234s|  6280k|    32 |   186 |2317k|  66 |   - | 132 |1583 | 361 |   0 |   0 |  16 |3781k|  19 | 3.333333e+01 |      --      |    Inf 
1344.53/1345.18	c  1236s|  6290k|    30 |   186 |2324k|  66 |   - | 132 |1606 | 305 |   0 |   0 |  16 |3787k|  19 | 3.333333e+01 |      --      |    Inf 
1346.94/1347.57	c  1238s|  6300k|    33 |   186 |2324k|  66 |   - | 132 |1602 | 316 |   0 |   0 |  16 |3793k|  19 | 3.333333e+01 |      --      |    Inf 
1349.23/1349.86	c  1241s|  6310k|    32 |   186 |2328k|  66 |   - | 132 |1613 | 246 |   0 |   0 |  16 |3799k|  19 | 3.333333e+01 |      --      |    Inf 
1351.43/1352.07	c  1243s|  6320k|    32 |   186 |2335k|  66 |   - | 132 |1638 | 323 |   0 |   0 |  16 |3805k|  19 | 3.333333e+01 |      --      |    Inf 
1353.83/1354.41	c  1245s|  6330k|    34 |   186 |2346k|  66 |   - | 132 |1653 | 230 |   0 |   0 |  16 |3811k|  19 | 3.333333e+01 |      --      |    Inf 
1356.42/1357.07	c  1247s|  6340k|    29 |   186 |2327k|  66 |   - | 132 |1621 | 327 |   0 |   0 |  16 |3817k|  19 | 3.333333e+01 |      --      |    Inf 
1358.43/1359.09	c  1249s|  6350k|    33 |   186 |2328k|  66 |   - | 132 |1614 | 281 |   0 |   0 |  16 |3823k|  19 | 3.333333e+01 |      --      |    Inf 
1360.32/1360.94	c  1251s|  6360k|    32 |   186 |2345k|  66 |   - | 132 |1655 | 211 |   0 |   0 |  16 |3829k|  19 | 3.333333e+01 |      --      |    Inf 
1362.33/1362.96	c  1253s|  6370k|    30 |   186 |2325k|  66 |   - | 132 |1612 | 356 |   0 |   0 |  16 |3835k|  19 | 3.333333e+01 |      --      |    Inf 
1364.32/1364.92	c  1254s|  6380k|    30 |   186 |2324k|  66 |   - | 132 |1608 | 341 |   0 |   0 |  16 |3841k|  19 | 3.333333e+01 |      --      |    Inf 
1366.42/1367.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1366.42/1367.01	c  1256s|  6390k|    27 |   186 |2331k|  66 |   - | 132 |1628 | 317 |   0 |   0 |  16 |3847k|  19 | 3.333333e+01 |      --      |    Inf 
1368.83/1369.41	c  1259s|  6400k|    33 |   186 |2330k|  66 |   - | 132 |1620 | 256 |   0 |   0 |  16 |3853k|  19 | 3.333333e+01 |      --      |    Inf 
1371.13/1371.74	c  1261s|  6410k|    39 |   186 |2330k|  66 |   - | 132 |1605 | 220 |   0 |   0 |  16 |3859k|  19 | 3.333333e+01 |      --      |    Inf 
1373.92/1374.56	c  1263s|  6420k|    35 |   186 |2330k|  66 |   - | 132 |1620 | 320 |   0 |   0 |  16 |3865k|  19 | 3.333333e+01 |      --      |    Inf 
1376.82/1377.48	c  1266s|  6430k|    31 |   186 |2332k|  66 |   - | 132 |1623 | 281 |   0 |   0 |  16 |3871k|  19 | 3.333333e+01 |      --      |    Inf 
1379.72/1380.34	c  1269s|  6440k|    33 |   186 |2324k|  66 |   - | 132 |1607 | 352 |   0 |   0 |  16 |3877k|  19 | 3.333333e+01 |      --      |    Inf 
1382.42/1383.02	c  1271s|  6450k|    33 |   186 |2335k|  66 |   - | 132 |1639 | 310 |   0 |   0 |  16 |3883k|  19 | 3.333333e+01 |      --      |    Inf 
1385.22/1385.90	c  1274s|  6460k|    36 |   186 |2334k|  66 |   - | 132 |1633 | 323 |   0 |   0 |  16 |3889k|  19 | 3.333333e+01 |      --      |    Inf 
1387.52/1388.19	c  1276s|  6470k|    38 |   186 |2322k|  66 |   - | 132 |1600 | 356 |   0 |   0 |  16 |3895k|  19 | 3.333333e+01 |      --      |    Inf 
1390.11/1390.79	c  1278s|  6480k|    31 |   186 |2328k|  66 |   - | 132 |1625 | 378 |   0 |   0 |  16 |3901k|  19 | 3.333333e+01 |      --      |    Inf 
1392.71/1393.36	c  1281s|  6490k|    36 |   186 |2337k|  66 |   - | 132 |1636 | 247 |   0 |   0 |  16 |3907k|  19 | 3.333333e+01 |      --      |    Inf 
1395.61/1396.21	c  1284s|  6500k|    30 |   186 |2329k|  66 |   - | 132 |1620 | 328 |   0 |   0 |  16 |3914k|  19 | 3.333333e+01 |      --      |    Inf 
1398.21/1398.86	c  1286s|  6510k|    27 |   186 |2334k|  66 |   - | 132 |1636 | 315 |   0 |   0 |  16 |3920k|  19 | 3.333333e+01 |      --      |    Inf 
1400.81/1401.49	c  1288s|  6520k|    37 |   186 |2329k|  66 |   - | 132 |1618 | 286 |   0 |   0 |  16 |3926k|  19 | 3.333333e+01 |      --      |    Inf 
1403.51/1404.19	c  1291s|  6530k|    29 |   186 |2340k|  66 |   - | 132 |1652 | 280 |   0 |   0 |  16 |3932k|  19 | 3.333333e+01 |      --      |    Inf 
1406.21/1406.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1406.21/1406.88	c  1293s|  6540k|    25 |   186 |2324k|  66 |   - | 132 |1611 | 264 |   0 |   0 |  16 |3938k|  19 | 3.333333e+01 |      --      |    Inf 
1408.11/1408.71	c  1295s|  6550k|    29 |   186 |2319k|  66 |   - | 132 |1593 | 302 |   0 |   0 |  16 |3944k|  19 | 3.333333e+01 |      --      |    Inf 
1409.90/1410.55	c  1297s|  6560k|    35 |   186 |2329k|  66 |   - | 132 |1610 | 239 |   0 |   0 |  16 |3950k|  19 | 3.333333e+01 |      --      |    Inf 
1412.01/1412.62	c  1299s|  6570k|    33 |   186 |2329k|  66 |   - | 132 |1613 | 229 |   0 |   0 |  16 |3956k|  19 | 3.333333e+01 |      --      |    Inf 
1414.21/1414.85	c  1301s|  6580k|    26 |   186 |2333k|  66 |   - | 132 |1627 | 218 |   0 |   0 |  16 |3962k|  19 | 3.333333e+01 |      --      |    Inf 
1416.11/1416.79	c  1303s|  6590k|    35 |   186 |2323k|  66 |   - | 132 |1594 | 320 |   0 |   0 |  16 |3968k|  19 | 3.333333e+01 |      --      |    Inf 
1418.60/1419.26	c  1305s|  6600k|    30 |   186 |2316k|  66 |   - | 132 |1578 | 411 |   0 |   0 |  16 |3974k|  19 | 3.333333e+01 |      --      |    Inf 
1420.50/1421.15	c  1307s|  6610k|    32 |   186 |2326k|  66 |   - | 132 |1607 | 249 |   0 |   0 |  16 |3980k|  19 | 3.333333e+01 |      --      |    Inf 
1422.50/1423.13	c  1308s|  6620k|    32 |   186 |2321k|  66 |   - | 132 |1594 | 241 |   0 |   0 |  16 |3986k|  19 | 3.333333e+01 |      --      |    Inf 
1424.60/1425.26	c  1310s|  6630k|    27 |   186 |2324k|  66 |   - | 132 |1603 | 355 |   0 |   0 |  16 |3992k|  19 | 3.333333e+01 |      --      |    Inf 
1426.70/1427.37	c  1312s|  6640k|    36 |   186 |2329k|  66 |   - | 132 |1614 | 279 |   0 |   0 |  16 |3998k|  19 | 3.333333e+01 |      --      |    Inf 
1429.31/1429.94	c  1315s|  6650k|    36 |   186 |2320k|  66 |   - | 132 |1593 | 497 |   0 |   0 |  16 |4005k|  19 | 3.333333e+01 |      --      |    Inf 
1431.70/1432.37	c  1317s|  6660k|    34 |   186 |2327k|  66 |   - | 132 |1611 | 261 |   0 |   0 |  16 |4011k|  19 | 3.333333e+01 |      --      |    Inf 
1434.00/1434.65	c  1319s|  6670k|    27 |   186 |2319k|  66 |   - | 132 |1596 | 408 |   0 |   0 |  16 |4017k|  19 | 3.333333e+01 |      --      |    Inf 
1436.39/1437.06	c  1321s|  6680k|    26 |   186 |2329k|  66 |   - | 132 |1633 | 288 |   0 |   0 |  16 |4023k|  19 | 3.333333e+01 |      --      |    Inf 
1438.80/1439.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1438.80/1439.48	c  1324s|  6690k|    30 |   186 |2332k|  66 |   - | 132 |1628 | 278 |   0 |   0 |  16 |4029k|  19 | 3.333333e+01 |      --      |    Inf 
1441.59/1442.26	c  1326s|  6700k|    32 |   186 |2330k|  66 |   - | 132 |1626 | 272 |   0 |   0 |  16 |4035k|  19 | 3.333333e+01 |      --      |    Inf 
1444.29/1444.90	c  1329s|  6710k|    25 |   186 |2326k|  66 |   - | 132 |1620 | 350 |   0 |   0 |  16 |4041k|  19 | 3.333333e+01 |      --      |    Inf 
1446.39/1447.05	c  1331s|  6720k|    33 |   186 |2328k|  66 |   - | 132 |1615 | 266 |   0 |   0 |  16 |4047k|  19 | 3.333333e+01 |      --      |    Inf 
1448.59/1449.22	c  1333s|  6730k|    27 |   186 |2341k|  66 |   - | 132 |1660 | 307 |   0 |   0 |  16 |4053k|  19 | 3.333333e+01 |      --      |    Inf 
1450.69/1451.35	c  1335s|  6740k|    29 |   186 |2317k|  66 |   - | 132 |1594 | 391 |   0 |   0 |  16 |4059k|  19 | 3.333333e+01 |      --      |    Inf 
1453.39/1454.08	c  1337s|  6750k|    33 |   186 |2323k|  66 |   - | 132 |1599 | 267 |   0 |   0 |  16 |4065k|  19 | 3.333333e+01 |      --      |    Inf 
1455.29/1455.98	c  1339s|  6760k|    30 |   186 |2329k|  66 |   - | 132 |1614 | 250 |   0 |   0 |  16 |4071k|  19 | 3.333333e+01 |      --      |    Inf 
1457.69/1458.33	c  1341s|  6770k|    36 |   186 |2322k|  66 |   - | 132 |1597 | 283 |   0 |   0 |  16 |4077k|  19 | 3.333333e+01 |      --      |    Inf 
1459.99/1460.64	c  1343s|  6780k|    36 |   186 |2326k|  66 |   - | 132 |1603 | 202 |   0 |   0 |  16 |4083k|  19 | 3.333333e+01 |      --      |    Inf 
1462.29/1462.91	c  1345s|  6790k|    33 |   186 |2318k|  66 |   - | 132 |1590 | 345 |   0 |   0 |  16 |4089k|  19 | 3.333333e+01 |      --      |    Inf 
1464.79/1465.44	c  1348s|  6800k|    33 |   186 |2325k|  66 |   - | 132 |1611 | 350 |   0 |   0 |  16 |4095k|  19 | 3.333333e+01 |      --      |    Inf 
1467.08/1467.77	c  1350s|  6810k|    28 |   186 |2329k|  66 |   - | 132 |1619 | 271 |   0 |   0 |  16 |4101k|  19 | 3.333333e+01 |      --      |    Inf 
1469.88/1470.50	c  1352s|  6820k|    33 |   186 |2326k|  66 |   - | 132 |1607 | 346 |   0 |   0 |  16 |4108k|  19 | 3.333333e+01 |      --      |    Inf 
1472.39/1473.09	c  1355s|  6830k|    30 |   186 |2325k|  66 |   - | 132 |1605 | 308 |   0 |   0 |  16 |4114k|  19 | 3.333333e+01 |      --      |    Inf 
1474.39/1475.07	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1474.39/1475.08	c  1356s|  6840k|    35 |   186 |2322k|  66 |   - | 132 |1597 | 258 |   0 |   0 |  16 |4120k|  19 | 3.333333e+01 |      --      |    Inf 
1476.79/1477.46	c  1359s|  6850k|    33 |   186 |2337k|  66 |   - | 132 |1635 | 308 |   0 |   0 |  16 |4126k|  19 | 3.333333e+01 |      --      |    Inf 
1479.88/1480.50	c  1362s|  6860k|    27 |   186 |2331k|  66 |   - | 132 |1620 | 301 |   0 |   0 |  16 |4132k|  19 | 3.333333e+01 |      --      |    Inf 
1482.57/1483.27	c  1364s|  6870k|    32 |   186 |2325k|  66 |   - | 132 |1608 | 395 |   0 |   0 |  16 |4138k|  19 | 3.333333e+01 |      --      |    Inf 
1485.08/1485.75	c  1366s|  6880k|    35 |   186 |2320k|  66 |   - | 132 |1584 | 280 |   0 |   0 |  16 |4144k|  19 | 3.333333e+01 |      --      |    Inf 
1487.38/1488.05	c  1369s|  6890k|    29 |   186 |2317k|  66 |   - | 132 |1587 | 457 |   0 |   0 |  16 |4150k|  19 | 3.333333e+01 |      --      |    Inf 
1489.87/1490.54	c  1371s|  6900k|    30 |   186 |2316k|  66 |   - | 132 |1583 | 368 |   0 |   0 |  16 |4156k|  19 | 3.333333e+01 |      --      |    Inf 
1492.37/1493.09	c  1373s|  6910k|    33 |   186 |2328k|  66 |   - | 132 |1611 | 324 |   0 |   0 |  16 |4163k|  19 | 3.333333e+01 |      --      |    Inf 
1494.77/1495.47	c  1375s|  6920k|    33 |   186 |2327k|  66 |   - | 132 |1607 | 288 |   0 |   0 |  16 |4169k|  19 | 3.333333e+01 |      --      |    Inf 
1497.07/1497.76	c  1378s|  6930k|    35 |   186 |2329k|  66 |   - | 132 |1609 | 266 |   0 |   0 |  16 |4175k|  19 | 3.333333e+01 |      --      |    Inf 
1499.37/1500.02	c  1380s|  6940k|    30 |   186 |2338k|  66 |   - | 132 |1636 | 237 |   0 |   0 |  16 |4181k|  19 | 3.333333e+01 |      --      |    Inf 
1501.67/1502.39	c  1382s|  6950k|    34 |   186 |2329k|  66 |   - | 132 |1614 | 253 |   0 |   0 |  16 |4187k|  19 | 3.333333e+01 |      --      |    Inf 
1504.36/1505.04	c  1384s|  6960k|    29 |   186 |2325k|  66 |   - | 132 |1608 | 320 |   0 |   0 |  16 |4193k|  19 | 3.333333e+01 |      --      |    Inf 
1506.96/1507.67	c  1387s|  6970k|    28 |   186 |2332k|  66 |   - | 132 |1625 | 227 |   0 |   0 |  16 |4199k|  19 | 3.333333e+01 |      --      |    Inf 
1509.67/1510.32	c  1389s|  6980k|    35 |   186 |2320k|  66 |   - | 132 |1587 | 353 |   0 |   0 |  16 |4205k|  19 | 3.333333e+01 |      --      |    Inf 
1512.17/1512.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1512.17/1512.85	c  1392s|  6990k|    26 |   186 |2318k|  66 |   - | 132 |1595 | 391 |   0 |   0 |  16 |4211k|  19 | 3.333333e+01 |      --      |    Inf 
1514.26/1514.99	c  1393s|  7000k|    29 |   186 |2314k|  66 |   - | 132 |1577 | 349 |   0 |   0 |  16 |4218k|  19 | 3.333333e+01 |      --      |    Inf 
1516.46/1517.19	c  1395s|  7010k|    30 |   186 |2317k|  66 |   - | 132 |1583 | 375 |   0 |   0 |  16 |4223k|  19 | 3.333333e+01 |      --      |    Inf 
1518.76/1519.43	c  1398s|  7020k|    31 |   186 |2316k|  66 |   - | 132 |1582 | 288 |   0 |   0 |  16 |4229k|  19 | 3.333333e+01 |      --      |    Inf 
1521.16/1521.84	c  1400s|  7030k|    24 |   186 |2314k|  66 |   - | 132 |1581 | 352 |   0 |   0 |  16 |4236k|  19 | 3.333333e+01 |      --      |    Inf 
1523.36/1524.05	c  1402s|  7040k|    30 |   186 |2333k|  66 |   - | 132 |1626 | 257 |   0 |   0 |  16 |4242k|  19 | 3.333333e+01 |      --      |    Inf 
1525.86/1526.53	c  1404s|  7050k|    32 |   186 |2320k|  66 |   - | 132 |1591 | 322 |   0 |   0 |  16 |4248k|  19 | 3.333333e+01 |      --      |    Inf 
1528.45/1529.19	c  1407s|  7060k|    34 |   186 |2334k|  66 |   - | 132 |1629 | 259 |   0 |   0 |  16 |4254k|  19 | 3.333333e+01 |      --      |    Inf 
1531.15/1531.89	c  1409s|  7070k|    30 |   186 |2323k|  66 |   - | 132 |1604 | 318 |   0 |   0 |  16 |4260k|  19 | 3.333333e+01 |      --      |    Inf 
1533.56/1534.26	c  1411s|  7080k|    32 |   186 |2324k|  66 |   - | 132 |1600 | 251 |   0 |   0 |  16 |4266k|  19 | 3.333333e+01 |      --      |    Inf 
1536.15/1536.82	c  1414s|  7090k|    26 |   186 |2317k|  66 |   - | 132 |1595 | 377 |   0 |   0 |  16 |4272k|  19 | 3.333333e+01 |      --      |    Inf 
1538.36/1539.00	c  1416s|  7100k|    29 |   186 |2329k|  66 |   - | 132 |1620 | 256 |   0 |   0 |  16 |4278k|  19 | 3.333333e+01 |      --      |    Inf 
1540.65/1541.32	c  1418s|  7110k|    26 |   186 |2315k|  66 |   - | 132 |1584 | 390 |   0 |   0 |  16 |4284k|  19 | 3.333333e+01 |      --      |    Inf 
1543.15/1543.87	c  1420s|  7120k|    29 |   186 |2318k|  66 |   - | 132 |1588 | 323 |   0 |   0 |  16 |4290k|  19 | 3.333333e+01 |      --      |    Inf 
1545.35/1546.08	c  1422s|  7130k|    23 |   186 |2319k|  66 |   - | 132 |1591 | 296 |   0 |   0 |  16 |4296k|  19 | 3.333333e+01 |      --      |    Inf 
1547.25/1547.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1547.25/1547.96	c  1424s|  7140k|    28 |   186 |2320k|  66 |   - | 132 |1589 | 354 |   0 |   0 |  16 |4302k|  19 | 3.333333e+01 |      --      |    Inf 
1549.45/1550.11	c  1426s|  7150k|    28 |   186 |2327k|  66 |   - | 132 |1610 | 315 |   0 |   0 |  16 |4308k|  19 | 3.333333e+01 |      --      |    Inf 
1552.05/1552.70	c  1428s|  7160k|    32 |   186 |2331k|  66 |   - | 132 |1618 | 298 |   0 |   0 |  16 |4314k|  19 | 3.333333e+01 |      --      |    Inf 
1554.75/1555.49	c  1431s|  7170k|    30 |   186 |2328k|  66 |   - | 132 |1616 | 352 |   0 |   0 |  16 |4320k|  19 | 3.333333e+01 |      --      |    Inf 
1557.65/1558.40	c  1434s|  7180k|    26 |   186 |2323k|  66 |   - | 132 |1613 | 365 |   0 |   0 |  16 |4326k|  19 | 3.333333e+01 |      --      |    Inf 
1560.45/1561.11	c  1436s|  7190k|    22 |   186 |2321k|  66 |   - | 132 |1606 | 371 |   0 |   0 |  16 |4333k|  19 | 3.333333e+01 |      --      |    Inf 
1562.85/1563.53	c  1439s|  7200k|    28 |   186 |2324k|  66 |   - | 132 |1598 | 344 |   0 |   0 |  16 |4339k|  19 | 3.333333e+01 |      --      |    Inf 
1565.25/1565.98	c  1441s|  7210k|    30 |   186 |2333k|  66 |   - | 132 |1620 | 301 |   0 |   0 |  16 |4345k|  19 | 3.333333e+01 |      --      |    Inf 
1567.95/1568.66	c  1443s|  7220k|    31 |   186 |2322k|  66 |   - | 132 |1596 | 334 |   0 |   0 |  16 |4351k|  19 | 3.333333e+01 |      --      |    Inf 
1570.54/1571.24	c  1446s|  7230k|    28 |   186 |2309k|  66 |   - | 132 |1562 | 531 |   0 |   0 |  16 |4357k|  19 | 3.333333e+01 |      --      |    Inf 
1573.24/1573.92	c  1448s|  7240k|    23 |   186 |2323k|  66 |   - | 132 |1602 | 345 |   0 |   0 |  16 |4363k|  19 | 3.333333e+01 |      --      |    Inf 
1576.04/1576.76	c  1451s|  7250k|    25 |   186 |2323k|  66 |   - | 132 |1611 | 321 |   0 |   0 |  16 |4369k|  19 | 3.333333e+01 |      --      |    Inf 
1578.34/1579.08	c  1453s|  7260k|    26 |   186 |2320k|  66 |   - | 132 |1597 | 359 |   0 |   0 |  16 |4375k|  19 | 3.333333e+01 |      --      |    Inf 
1580.44/1581.19	c  1455s|  7270k|    31 |   186 |2329k|  66 |   - | 132 |1612 | 282 |   0 |   0 |  16 |4381k|  19 | 3.333333e+01 |      --      |    Inf 
1582.94/1583.67	c  1457s|  7280k|    25 |   186 |2327k|  66 |   - | 132 |1619 | 403 |   0 |   0 |  16 |4387k|  19 | 3.333333e+01 |      --      |    Inf 
1585.54/1586.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1585.54/1586.26	c  1460s|  7290k|    29 |   186 |2331k|  66 |   - | 132 |1619 | 296 |   0 |   0 |  16 |4393k|  19 | 3.333333e+01 |      --      |    Inf 
1588.34/1589.09	c  1462s|  7300k|    23 |   186 |2324k|  66 |   - | 132 |1606 | 352 |   0 |   0 |  16 |4400k|  19 | 3.333333e+01 |      --      |    Inf 
1591.34/1592.06	c  1465s|  7310k|    24 |   186 |2321k|  66 |   - | 132 |1607 | 490 |   0 |   0 |  16 |4406k|  19 | 3.333333e+01 |      --      |    Inf 
1594.14/1594.87	c  1468s|  7320k|    27 |   186 |2327k|  66 |   - | 132 |1620 | 426 |   0 |   0 |  16 |4412k|  19 | 3.333333e+01 |      --      |    Inf 
1596.73/1597.46	c  1470s|  7330k|    26 |   186 |2336k|  66 |   - | 132 |1637 | 302 |   0 |   0 |  16 |4417k|  19 | 3.333333e+01 |      --      |    Inf 
1599.43/1600.13	c  1473s|  7340k|    23 |   186 |2318k|  66 |   - | 132 |1586 | 341 |   0 |   0 |  16 |4424k|  19 | 3.333333e+01 |      --      |    Inf 
1601.93/1602.67	c  1475s|  7350k|    25 |   186 |2320k|  66 |   - | 132 |1600 | 304 |   0 |   0 |  16 |4430k|  19 | 3.333333e+01 |      --      |    Inf 
1604.64/1605.35	c  1478s|  7360k|    24 |   186 |2319k|  66 |   - | 132 |1593 | 265 |   0 |   0 |  16 |4436k|  19 | 3.333333e+01 |      --      |    Inf 
1606.73/1607.40	c  1479s|  7370k|    28 |   186 |2322k|  66 |   - | 132 |1603 | 394 |   0 |   0 |  16 |4441k|  19 | 3.333333e+01 |      --      |    Inf 
1609.03/1609.75	c  1482s|  7380k|    30 |   186 |2325k|  66 |   - | 132 |1603 | 257 |   0 |   0 |  16 |4447k|  19 | 3.333333e+01 |      --      |    Inf 
1611.23/1611.90	c  1484s|  7390k|    27 |   186 |2322k|  66 |   - | 132 |1601 | 310 |   0 |   0 |  16 |4453k|  19 | 3.333333e+01 |      --      |    Inf 
1613.43/1614.11	c  1486s|  7400k|    35 |   186 |2330k|  66 |   - | 132 |1613 | 231 |   0 |   0 |  16 |4460k|  19 | 3.333333e+01 |      --      |    Inf 
1615.83/1616.57	c  1488s|  7410k|    30 |   186 |2336k|  66 |   - | 132 |1636 | 252 |   0 |   0 |  16 |4466k|  19 | 3.333333e+01 |      --      |    Inf 
1618.13/1618.89	c  1490s|  7420k|    33 |   186 |2321k|  66 |   - | 132 |1590 | 315 |   0 |   0 |  16 |4472k|  19 | 3.333333e+01 |      --      |    Inf 
1620.73/1621.45	c  1492s|  7430k|    31 |   186 |2325k|  66 |   - | 132 |1608 | 364 |   0 |   0 |  16 |4478k|  19 | 3.333333e+01 |      --      |    Inf 
1623.52/1624.29	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1623.52/1624.29	c  1495s|  7440k|    26 |   186 |2328k|  66 |   - | 132 |1624 | 361 |   0 |   0 |  16 |4484k|  19 | 3.333333e+01 |      --      |    Inf 
1626.02/1626.77	c  1497s|  7450k|    32 |   186 |2324k|  66 |   - | 132 |1603 | 324 |   0 |   0 |  16 |4490k|  19 | 3.333333e+01 |      --      |    Inf 
1628.82/1629.55	c  1500s|  7460k|    25 |   186 |2325k|  66 |   - | 132 |1607 | 475 |   0 |   0 |  16 |4496k|  19 | 3.333333e+01 |      --      |    Inf 
1631.42/1632.12	c  1502s|  7470k|    28 |   186 |2323k|  66 |   - | 132 |1597 | 300 |   0 |   0 |  16 |4502k|  19 | 3.333333e+01 |      --      |    Inf 
1633.92/1634.69	c  1505s|  7480k|    23 |   186 |2323k|  66 |   - | 132 |1611 | 417 |   0 |   0 |  16 |4508k|  19 | 3.333333e+01 |      --      |    Inf 
1636.31/1637.07	c  1507s|  7490k|    35 |   186 |2331k|  66 |   - | 132 |1621 | 271 |   0 |   0 |  16 |4514k|  19 | 3.333333e+01 |      --      |    Inf 
1638.72/1639.42	c  1509s|  7500k|    27 |   186 |2327k|  66 |   - | 132 |1625 | 444 |   0 |   0 |  16 |4520k|  19 | 3.333333e+01 |      --      |    Inf 
1641.32/1642.06	c  1512s|  7510k|    29 |   186 |2346k|  66 |   - | 132 |1663 | 182 |   0 |   0 |  16 |4527k|  19 | 3.333333e+01 |      --      |    Inf 
1643.82/1644.50	c  1514s|  7520k|    28 |   186 |2331k|  66 |   - | 132 |1632 | 330 |   0 |   0 |  16 |4533k|  19 | 3.333333e+01 |      --      |    Inf 
1646.32/1647.06	c  1516s|  7530k|    30 |   186 |2326k|  66 |   - | 132 |1611 | 296 |   0 |   0 |  16 |4539k|  19 | 3.333333e+01 |      --      |    Inf 
1648.51/1649.27	c  1518s|  7540k|    26 |   186 |2333k|  66 |   - | 132 |1642 | 272 |   0 |   0 |  16 |4545k|  19 | 3.333333e+01 |      --      |    Inf 
1650.72/1651.45	c  1520s|  7550k|    25 |   186 |2323k|  66 |   - | 132 |1606 | 346 |   0 |   0 |  16 |4551k|  19 | 3.333333e+01 |      --      |    Inf 
1653.22/1653.98	c  1523s|  7560k|    26 |   186 |2324k|  66 |   - | 132 |1607 | 335 |   0 |   0 |  16 |4557k|  19 | 3.333333e+01 |      --      |    Inf 
1655.61/1656.38	c  1525s|  7570k|    30 |   186 |2325k|  66 |   - | 132 |1609 | 363 |   0 |   0 |  16 |4563k|  19 | 3.333333e+01 |      --      |    Inf 
1658.21/1658.91	c  1527s|  7580k|    33 |   186 |2340k|  66 |   - | 132 |1641 | 233 |   0 |   0 |  16 |4569k|  19 | 3.333333e+01 |      --      |    Inf 
1661.01/1661.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1661.01/1661.73	c  1530s|  7590k|    27 |   186 |2330k|  66 |   - | 132 |1626 | 301 |   0 |   0 |  16 |4575k|  19 | 3.333333e+01 |      --      |    Inf 
1663.62/1664.34	c  1532s|  7600k|    29 |   186 |2318k|  66 |   - | 132 |1587 | 364 |   0 |   0 |  16 |4581k|  19 | 3.333333e+01 |      --      |    Inf 
1666.11/1666.90	c  1535s|  7610k|    25 |   186 |2327k|  66 |   - | 132 |1621 | 354 |   0 |   0 |  16 |4587k|  19 | 3.333333e+01 |      --      |    Inf 
1668.51/1669.26	c  1537s|  7620k|    30 |   186 |2330k|  66 |   - | 132 |1622 | 273 |   0 |   0 |  16 |4593k|  19 | 3.333333e+01 |      --      |    Inf 
1670.71/1671.42	c  1539s|  7630k|    23 |   186 |2329k|  66 |   - | 132 |1626 | 279 |   0 |   0 |  16 |4599k|  19 | 3.333333e+01 |      --      |    Inf 
1672.90/1673.64	c  1541s|  7640k|    31 |   186 |2334k|  66 |   - | 132 |1625 | 228 |   0 |   0 |  16 |4605k|  19 | 3.333333e+01 |      --      |    Inf 
1675.31/1676.07	c  1543s|  7650k|    25 |   186 |2333k|  66 |   - | 132 |1639 | 306 |   0 |   0 |  16 |4611k|  19 | 3.333333e+01 |      --      |    Inf 
1677.51/1678.23	c  1545s|  7660k|    26 |   186 |2317k|  66 |   - | 132 |1589 | 363 |   0 |   0 |  16 |4617k|  19 | 3.333333e+01 |      --      |    Inf 
1679.80/1680.58	c  1547s|  7670k|    21 |   186 |2318k|  66 |   - | 132 |1603 | 438 |   0 |   0 |  16 |4623k|  19 | 3.333333e+01 |      --      |    Inf 
1681.90/1682.64	c  1549s|  7680k|    27 |   186 |2319k|  66 |   - | 132 |1594 | 379 |   0 |   0 |  16 |4629k|  19 | 3.333333e+01 |      --      |    Inf 
1684.00/1684.70	c  1551s|  7690k|    26 |   186 |2318k|  66 |   - | 132 |1590 | 351 |   0 |   0 |  16 |4635k|  19 | 3.333333e+01 |      --      |    Inf 
1686.30/1687.05	c  1553s|  7700k|    31 |   186 |2327k|  66 |   - | 132 |1608 | 237 |   0 |   0 |  16 |4640k|  19 | 3.333333e+01 |      --      |    Inf 
1688.70/1689.41	c  1555s|  7710k|    23 |   186 |2314k|  66 |   - | 132 |1590 | 459 |   0 |   0 |  16 |4647k|  19 | 3.333333e+01 |      --      |    Inf 
1691.20/1691.99	c  1558s|  7720k|    24 |   186 |2316k|  66 |   - | 132 |1591 | 435 |   0 |   0 |  16 |4653k|  19 | 3.333333e+01 |      --      |    Inf 
1693.80/1694.50	c  1560s|  7730k|    23 |   186 |2320k|  66 |   - | 132 |1596 | 259 |   0 |   0 |  16 |4659k|  19 | 3.333333e+01 |      --      |    Inf 
1696.10/1696.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1696.10/1696.82	c  1562s|  7740k|    32 |   186 |2321k|  66 |   - | 132 |1589 | 250 |   0 |   0 |  16 |4665k|  19 | 3.333333e+01 |      --      |    Inf 
1698.09/1698.89	c  1564s|  7750k|    33 |   186 |2328k|  66 |   - | 132 |1613 | 239 |   0 |   0 |  16 |4670k|  19 | 3.333333e+01 |      --      |    Inf 
1700.50/1701.21	c  1566s|  7760k|    28 |   186 |2325k|  66 |   - | 132 |1608 | 373 |   0 |   0 |  16 |4676k|  19 | 3.333333e+01 |      --      |    Inf 
1703.10/1703.81	c  1569s|  7770k|    30 |   186 |2334k|  66 |   - | 132 |1631 | 276 |   0 |   0 |  16 |4683k|  19 | 3.333333e+01 |      --      |    Inf 
1705.59/1706.31	c  1571s|  7780k|    30 |   186 |2320k|  66 |   - | 132 |1591 | 328 |   0 |   0 |  16 |4689k|  19 | 3.333333e+01 |      --      |    Inf 
1708.29/1709.09	c  1574s|  7790k|    26 |   186 |2322k|  66 |   - | 132 |1605 | 358 |   0 |   0 |  16 |4695k|  19 | 3.333333e+01 |      --      |    Inf 
1711.09/1711.88	c  1576s|  7800k|    27 |   186 |2316k|  66 |   - | 132 |1591 | 387 |   0 |   0 |  16 |4701k|  19 | 3.333333e+01 |      --      |    Inf 
1713.69/1714.45	c  1579s|  7810k|    29 |   186 |2327k|  66 |   - | 132 |1620 | 299 |   0 |   0 |  16 |4707k|  19 | 3.333333e+01 |      --      |    Inf 
1716.39/1717.14	c  1581s|  7820k|    21 |   186 |2331k|  66 |   - | 132 |1636 | 351 |   0 |   0 |  16 |4713k|  19 | 3.333333e+01 |      --      |    Inf 
1718.59/1719.33	c  1583s|  7830k|    33 |   186 |2332k|  66 |   - | 132 |1619 | 269 |   0 |   0 |  16 |4719k|  19 | 3.333333e+01 |      --      |    Inf 
1720.69/1721.41	c  1585s|  7840k|    27 |   186 |2344k|  66 |   - | 132 |1662 | 309 |   0 |   0 |  16 |4725k|  19 | 3.333333e+01 |      --      |    Inf 
1722.99/1723.77	c  1587s|  7850k|    27 |   186 |2330k|  66 |   - | 132 |1625 | 323 |   0 |   0 |  16 |4731k|  19 | 3.333333e+01 |      --      |    Inf 
1725.39/1726.20	c  1590s|  7860k|    26 |   186 |2331k|  66 |   - | 132 |1630 | 278 |   0 |   0 |  16 |4737k|  19 | 3.333333e+01 |      --      |    Inf 
1727.49/1728.27	c  1592s|  7870k|    26 |   186 |2326k|  66 |   - | 132 |1612 | 331 |   0 |   0 |  16 |4743k|  19 | 3.333333e+01 |      --      |    Inf 
1729.78/1730.56	c  1594s|  7880k|    25 |   186 |2324k|  66 |   - | 132 |1608 | 270 |   0 |   0 |  16 |4749k|  19 | 3.333333e+01 |      --      |    Inf 
1732.08/1732.89	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1732.08/1732.89	c  1596s|  7890k|    22 |   186 |2316k|  66 |   - | 132 |1594 | 534 |   0 |   0 |  16 |4755k|  19 | 3.333333e+01 |      --      |    Inf 
1734.68/1735.45	c  1598s|  7900k|    26 |   186 |2318k|  66 |   - | 132 |1595 | 421 |   0 |   0 |  16 |4761k|  19 | 3.333333e+01 |      --      |    Inf 
1737.29/1738.06	c  1601s|  7910k|    26 |   186 |2314k|  66 |   - | 132 |1584 | 414 |   0 |   0 |  16 |4767k|  19 | 3.333333e+01 |      --      |    Inf 
1739.98/1740.70	c  1603s|  7920k|    32 |   186 |2325k|  66 |   - | 132 |1608 | 369 |   0 |   0 |  16 |4773k|  19 | 3.333333e+01 |      --      |    Inf 
1742.68/1743.45	c  1606s|  7930k|    27 |   186 |2330k|  66 |   - | 132 |1619 | 280 |   0 |   0 |  16 |4779k|  19 | 3.333333e+01 |      --      |    Inf 
1745.28/1746.05	c  1608s|  7940k|    27 |   186 |2320k|  66 |   - | 132 |1597 | 342 |   0 |   0 |  16 |4785k|  19 | 3.333333e+01 |      --      |    Inf 
1747.88/1748.65	c  1611s|  7950k|    22 |   186 |2326k|  66 |   - | 132 |1624 | 493 |   0 |   0 |  16 |4791k|  19 | 3.333333e+01 |      --      |    Inf 
1750.47/1751.29	c  1613s|  7960k|    21 |   186 |2324k|  66 |   - | 132 |1619 | 406 |   0 |   0 |  16 |4797k|  19 | 3.333333e+01 |      --      |    Inf 
1753.17/1753.95	c  1616s|  7970k|    22 |   186 |2325k|  66 |   - | 132 |1614 | 405 |   0 |   0 |  16 |4803k|  19 | 3.333333e+01 |      --      |    Inf 
1755.77/1756.60	c  1618s|  7980k|    21 |   186 |2325k|  66 |   - | 132 |1625 | 459 |   0 |   0 |  16 |4809k|  19 | 3.333333e+01 |      --      |    Inf 
1758.36/1759.14	c  1620s|  7990k|    29 |   186 |2328k|  66 |   - | 132 |1621 | 296 |   0 |   0 |  16 |4815k|  19 | 3.333333e+01 |      --      |    Inf 
1760.87/1761.65	c  1623s|  8000k|    25 |   186 |2325k|  66 |   - | 132 |1613 | 368 |   0 |   0 |  16 |4821k|  19 | 3.333333e+01 |      --      |    Inf 
1763.57/1764.37	c  1625s|  8010k|    26 |   186 |2336k|  66 |   - | 132 |1649 | 291 |   0 |   0 |  16 |4827k|  19 | 3.333333e+01 |      --      |    Inf 
1766.07/1766.84	c  1628s|  8020k|    28 |   186 |2335k|  66 |   - | 132 |1644 | 248 |   0 |   0 |  16 |4833k|  19 | 3.333333e+01 |      --      |    Inf 
1768.76/1769.51	c  1630s|  8030k|    24 |   186 |2325k|  66 |   - | 132 |1617 | 384 |   0 |   0 |  16 |4839k|  19 | 3.333333e+01 |      --      |    Inf 
1771.06/1771.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1771.06/1771.85	c  1632s|  8040k|    29 |   186 |2310k|  66 |   - | 132 |1556 | 401 |   0 |   0 |  16 |4845k|  19 | 3.333333e+01 |      --      |    Inf 
1772.96/1773.75	c  1634s|  8050k|    22 |   186 |2311k|  66 |   - | 132 |1574 | 493 |   0 |   0 |  16 |4851k|  19 | 3.333333e+01 |      --      |    Inf 
1775.06/1775.84	c  1636s|  8060k|    28 |   186 |2316k|  66 |   - | 132 |1581 | 431 |   0 |   0 |  16 |4857k|  19 | 3.333333e+01 |      --      |    Inf 
1777.46/1778.24	c  1638s|  8070k|    26 |   186 |2313k|  66 |   - | 132 |1565 | 366 |   0 |   0 |  16 |4863k|  19 | 3.333333e+01 |      --      |    Inf 
1779.85/1780.68	c  1640s|  8080k|    26 |   186 |2316k|  66 |   - | 132 |1578 | 318 |   0 |   0 |  16 |4869k|  19 | 3.333333e+01 |      --      |    Inf 
1781.76/1782.56	c  1642s|  8090k|    28 |   186 |2315k|  66 |   - | 132 |1567 | 283 |   0 |   0 |  16 |4875k|  19 | 3.333333e+01 |      --      |    Inf 
1783.86/1784.61	c  1644s|  8100k|    32 |   186 |2320k|  66 |   - | 132 |1581 | 244 |   0 |   0 |  16 |4881k|  19 | 3.333333e+01 |      --      |    Inf 
1786.06/1786.82	c  1646s|  8110k|    32 |   186 |2336k|  66 |   - | 132 |1620 | 317 |   0 |   0 |  16 |4887k|  19 | 3.333333e+01 |      --      |    Inf 
1788.16/1788.96	c  1648s|  8120k|    33 |   186 |2320k|  66 |   - | 132 |1586 | 370 |   0 |   0 |  16 |4894k|  19 | 3.333333e+01 |      --      |    Inf 
1790.36/1791.19	c  1650s|  8130k|    32 |   186 |2328k|  66 |   - | 132 |1600 | 257 |   0 |   0 |  16 |4900k|  19 | 3.333333e+01 |      --      |    Inf 
1792.95/1793.72	c  1652s|  8140k|    31 |   186 |2321k|  66 |   - | 132 |1588 | 341 |   0 |   0 |  16 |4906k|  19 | 3.333333e+01 |      --      |    Inf 
1795.85/1796.66	c  1655s|  8150k|    29 |   186 |2319k|  66 |   - | 132 |1586 | 437 |   0 |   0 |  16 |4913k|  19 | 3.333333e+01 |      --      |    Inf 
1798.05/1798.88	c  1657s|  8160k|    36 |   186 |2321k|  66 |   - | 132 |1578 | 253 |   0 |   0 |  16 |4919k|  19 | 3.333333e+01 |      --      |    Inf 
1800.05/1800.80	c 
1800.05/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.80	c Solving Time (sec) : 1658.81
1800.05/1800.80	c Solving Nodes      : 8169003
1800.05/1800.80	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.80	c Dual Bound         : +3.33333333333333e+01
1800.05/1800.80	c Gap                : infinite
1800.05/1800.80	c NODE         8169003
1800.05/1800.80	c DUAL BOUND   33.3333
1800.05/1800.80	c PRIMAL BOUND 1e+20
1800.05/1800.80	c GAP          1e+20
1800.05/1800.80	s UNKNOWN
1800.05/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.80	c Solving Time       :    1658.81
1800.05/1800.80	c Original Problem   :
1800.05/1800.80	c   Problem name     : HOME/instance-1884118-1245254313.opb
1800.05/1800.80	c   Variables        : 132 (132 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.80	c   Constraints      : 1527 initial, 1527 maximal
1800.05/1800.80	c Presolved Problem  :
1800.05/1800.80	c   Problem name     : t_HOME/instance-1884118-1245254313.opb
1800.05/1800.80	c   Variables        : 132 (132 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.80	c   Constraints      : 1527 initial, 1723 maximal
1800.05/1800.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.80	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.80	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.80	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.05/1800.80	c   logicor          :       1527+         5   36004452          0          0    4837690  120081553          0          0          0
1800.05/1800.80	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.80	c   integral         :       0.22       0.00       0.00       0.22       0.00
1800.05/1800.80	c   logicor          :     613.73       0.00     613.73       0.00       0.00
1800.05/1800.80	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.80	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.80	c   rootredcost      :      13.26          0          0          0
1800.05/1800.80	c   pseudoobj        :     340.43   45727566          0          0
1800.05/1800.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.80	c   propagation      :     203.18    4837690    4837690    4837690       22.3      95128       19.5          -
1800.05/1800.80	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.80	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.80	c   applied globally :          -          -          -    4672199       21.6          -          -          -
1800.05/1800.80	c   applied locally  :          -          -          -     252662       32.7          -          -          -
1800.05/1800.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.80	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 75)
1800.05/1800.80	c   redcost          :       0.00          5          0          0          0          0
1800.05/1800.80	c   impliedbounds    :       0.00          5          0          0          0          0
1800.05/1800.80	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.80	c   gomory           :       0.15          5          0          0       2500          0
1800.05/1800.80	c   strongcg         :       0.14          5          0          0       2500          0
1800.05/1800.80	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.80	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.80	c   clique           :       0.00          5          0          0          7          0
1800.05/1800.80	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.80	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.80	c Pricers            :       Time      Calls       Vars
1800.05/1800.80	c   problem variables:       0.00          0          0
1800.05/1800.80	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.80	c   relpscost        :       0.22          1          0          0          0          0          2
1800.05/1800.80	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   inference        :      56.75    5342566          0          0          0          0   10685132
1800.05/1800.80	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.80	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.80	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.80	c   LP solutions     :       0.00          -          0
1800.05/1800.80	c   pseudo solutions :       0.00          -          0
1800.05/1800.80	c   simplerounding   :       0.00          0          0
1800.05/1800.80	c   rounding         :       0.00          0          0
1800.05/1800.80	c   shifting         :       0.00          0          0
1800.05/1800.80	c   intshifting      :       0.00          0          0
1800.05/1800.80	c   oneopt           :       0.00          0          0
1800.05/1800.80	c   fixandinfer      :       0.00          0          0
1800.05/1800.80	c   feaspump         :       0.00          0          0
1800.05/1800.80	c   coefdiving       :       0.00          0          0
1800.05/1800.80	c   pscostdiving     :       0.00          0          0
1800.05/1800.80	c   fracdiving       :       0.00          0          0
1800.05/1800.80	c   veclendiving     :       0.00          0          0
1800.05/1800.80	c   intdiving        :       0.00          0          0
1800.05/1800.80	c   actconsdiving    :       0.00          0          0
1800.05/1800.80	c   objpscostdiving  :       0.00          0          0
1800.05/1800.80	c   rootsoldiving    :       0.00          0          0
1800.05/1800.80	c   linesearchdiving :       0.00          0          0
1800.05/1800.80	c   guideddiving     :       0.00          0          0
1800.05/1800.80	c   octane           :       0.00          0          0
1800.05/1800.80	c   rens             :       0.00          0          0
1800.05/1800.80	c   rins             :       0.00          0          0
1800.05/1800.80	c   localbranching   :       0.00          0          0
1800.05/1800.80	c   mutation         :       0.00          0          0
1800.05/1800.81	c   crossover        :       0.00          0          0
1800.05/1800.81	c   dins             :       0.00          0          0
1800.05/1800.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.81	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.81	c   dual LP          :       0.02          6        186      31.00    9300.00
1800.05/1800.81	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.81	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.81	c   strong branching :       0.22         19       1293      68.05    5877.27
1800.05/1800.81	c     (at root node) :          -         19       1293      68.05          -
1800.05/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.81	c B&B Tree           :
1800.05/1800.81	c   number of runs   :          1
1800.05/1800.81	c   nodes            :    8169003
1800.05/1800.81	c   nodes (total)    :    8169003
1800.05/1800.81	c   nodes left       :         29
1800.05/1800.81	c   max depth        :         66
1800.05/1800.81	c   max depth (total):         66
1800.05/1800.81	c   backtracks       :    2030686 (24.9%)
1800.05/1800.81	c   delayed cutoffs  :    2516103
1800.05/1800.81	c   repropagations   :    8935956 (52202869 domain reductions, 2011254 cutoffs)
1800.05/1800.81	c   avg switch length:       3.02
1800.05/1800.81	c   switching time   :     310.43
1800.05/1800.81	c Solution           :
1800.05/1800.81	c   Solutions found  :          0 (0 improvements)
1800.05/1800.81	c   Primal Bound     :          -
1800.05/1800.81	c   Dual Bound       : +3.33333333333333e+01
1800.05/1800.81	c   Gap              :   infinite
1800.05/1800.81	c   Root Dual Bound  : +3.30000000000000e+01
1800.05/1800.82	c Time complete: 1800.06.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884118-1245254313/watcher-1884118-1245254313 -o /tmp/evaluation-result-1884118-1245254313/solver-1884118-1245254313 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884118-1245254313.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 12558
/proc/meminfo: memFree=1844672/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=5812 CPUtime=0
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 181953281 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/12558/statm: 1453 501 332 1256 0 192 0

[startup+0.089327 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 12558
/proc/meminfo: memFree=1844672/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=16408 CPUtime=0.08
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 3268 0 0 0 7 1 0 0 16 0 1 0 181953281 16801792 2898 1992294400 4194304 9342243 548682068736 18446744073709551615 8305712 0 0 4096 0 0 0 0 17 1 0 0
/proc/12558/statm: 4102 2898 479 1256 0 2841 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16408

[startup+0.101485 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 12558
/proc/meminfo: memFree=1844672/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=20080 CPUtime=0.09
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 3862 0 0 0 7 2 0 0 17 0 1 0 181953281 20561920 3491 1992294400 4194304 9342243 548682068736 18446744073709551615 6974272 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12558/statm: 5020 3491 602 1256 0 3759 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20080

[startup+0.301506 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 12558
/proc/meminfo: memFree=1844672/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=21960 CPUtime=0.29
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 4550 0 0 0 27 2 0 0 18 0 1 0 181953281 22487040 4178 1992294400 4194304 9342243 548682068736 18446744073709551615 4340213 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12558/statm: 5490 4178 634 1256 0 4229 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21960

[startup+0.701548 s]
/proc/loadavg: 0.93 0.41 0.15 3/64 12558
/proc/meminfo: memFree=1844672/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=0.69
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 4987 0 0 0 66 3 0 0 21 0 1 0 181953281 26050560 4615 1992294400 4194304 9342243 548682068736 18446744073709551615 4750357 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12558/statm: 6360 4615 662 1256 0 5099 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25440

[startup+1.50162 s]
/proc/loadavg: 1.01 0.43 0.16 2/65 12559
/proc/meminfo: memFree=1828600/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1.49
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5023 0 0 0 138 11 0 0 25 0 1 0 181953281 26050560 4651 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4651 662 1256 0 5099 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25440

[startup+3.1028 s]
/proc/loadavg: 1.01 0.43 0.16 2/65 12559
/proc/meminfo: memFree=1828472/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=3.09
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5046 0 0 0 284 25 0 0 25 0 1 0 181953281 26050560 4674 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4674 662 1256 0 5099 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25440

[startup+6.30114 s]
/proc/loadavg: 1.01 0.43 0.16 2/65 12559
/proc/meminfo: memFree=1828408/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=6.28
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5057 0 0 0 575 53 0 0 25 0 1 0 181953281 26050560 4685 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4685 662 1256 0 5099 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25440

[startup+12.7018 s]
/proc/loadavg: 1.01 0.45 0.17 2/65 12559
/proc/meminfo: memFree=1828280/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=12.68
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5062 0 0 0 1151 117 0 0 25 0 1 0 181953281 26050560 4690 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4690 662 1256 0 5099 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25440

[startup+25.5012 s]
/proc/loadavg: 1.01 0.47 0.18 2/65 12559
/proc/meminfo: memFree=1828216/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=25.48
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5073 0 0 0 2329 219 0 0 25 0 1 0 181953281 26050560 4701 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4701 662 1256 0 5099 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25440

[startup+51.102 s]
/proc/loadavg: 1.00 0.51 0.20 2/65 12559
/proc/meminfo: memFree=1828280/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=51.06
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5084 0 0 0 4658 448 0 0 25 0 1 0 181953281 26050560 4712 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4712 662 1256 0 5099 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25440

[startup+102.306 s]
/proc/loadavg: 1.00 0.59 0.24 2/65 12559
/proc/meminfo: memFree=1828088/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=102.24
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5093 0 0 0 9333 891 0 0 25 0 1 0 181953281 26050560 4721 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4721 662 1256 0 5099 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25440

[startup+162.302 s]
/proc/loadavg: 1.00 0.66 0.29 2/65 12565
/proc/meminfo: memFree=1827768/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=162.21
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5104 0 0 0 14855 1366 0 0 25 0 1 0 181953281 26050560 4732 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4732 662 1256 0 5099 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 25440

[startup+222.301 s]
/proc/loadavg: 1.00 0.72 0.33 2/65 12565
/proc/meminfo: memFree=1827768/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=222.18
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5117 0 0 0 20322 1896 0 0 25 0 1 0 181953281 26050560 4745 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4745 662 1256 0 5099 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 25440

[startup+282.302 s]
/proc/loadavg: 1.00 0.77 0.37 2/65 12565
/proc/meminfo: memFree=1827640/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=282.16
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5117 0 0 0 25813 2403 0 0 25 0 1 0 181953281 26050560 4745 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4745 662 1256 0 5099 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 25440

[startup+342.301 s]
/proc/loadavg: 1.00 0.81 0.40 2/65 12565
/proc/meminfo: memFree=1827576/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=342.13
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5121 0 0 0 31324 2889 0 0 25 0 1 0 181953281 26050560 4749 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4749 662 1256 0 5099 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 25440

[startup+402.302 s]
/proc/loadavg: 1.00 0.84 0.44 2/65 12565
/proc/meminfo: memFree=1827448/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=402.11
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5125 0 0 0 36811 3400 0 0 25 0 1 0 181953281 26050560 4753 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4753 662 1256 0 5099 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 25440

[startup+462.301 s]
/proc/loadavg: 1.00 0.87 0.47 2/65 12565
/proc/meminfo: memFree=1827320/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=462.09
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5142 0 0 0 42320 3889 0 0 25 0 1 0 181953281 26050560 4770 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4770 662 1256 0 5099 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 25440

[startup+522.302 s]
/proc/loadavg: 1.00 0.89 0.50 2/65 12565
/proc/meminfo: memFree=1827192/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=522.07
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5148 0 0 0 47805 4402 0 0 25 0 1 0 181953281 26050560 4776 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4776 662 1256 0 5099 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 25440

[startup+582.301 s]
/proc/loadavg: 1.00 0.91 0.53 2/65 12565
/proc/meminfo: memFree=1827064/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=582.05
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5148 0 0 0 53353 4852 0 0 25 0 1 0 181953281 26050560 4776 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4776 662 1256 0 5099 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 25440

[startup+642.302 s]
/proc/loadavg: 1.00 0.92 0.56 2/65 12565
/proc/meminfo: memFree=1826936/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=642.03
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5150 0 0 0 58878 5325 0 0 25 0 1 0 181953281 26050560 4778 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4778 662 1256 0 5099 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 25440

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 0.95 0.63 2/65 12565
/proc/meminfo: memFree=1826616/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=821.95
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5159 0 0 0 75404 6791 0 0 25 0 1 0 181953281 26050560 4787 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4787 662 1256 0 5099 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 25440

[startup+882.302 s]
/proc/loadavg: 1.00 0.95 0.65 2/65 12565
/proc/meminfo: memFree=1826616/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=881.91
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5159 0 0 0 80917 7274 0 0 25 0 1 0 181953281 26050560 4787 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4787 662 1256 0 5099 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 25440

[startup+942.301 s]
/proc/loadavg: 1.00 0.96 0.66 2/65 12565
/proc/meminfo: memFree=1826488/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=941.89
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5159 0 0 0 86455 7734 0 0 25 0 1 0 181953281 26050560 4787 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4787 662 1256 0 5099 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 25440

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.68 2/65 12565
/proc/meminfo: memFree=1826360/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1001.87
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5159 0 0 0 91972 8215 0 0 25 0 1 0 181953281 26050560 4787 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4787 662 1256 0 5099 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 25440

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.70 2/65 12565
/proc/meminfo: memFree=1826232/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1061.84
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5164 0 0 0 97512 8672 0 0 25 0 1 0 181953281 26050560 4792 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4792 662 1256 0 5099 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 25440

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.72 2/65 12565
/proc/meminfo: memFree=1826168/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1121.81
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5164 0 0 0 103056 9125 0 0 25 0 1 0 181953281 26050560 4792 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4792 662 1256 0 5099 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 25440

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.73 2/65 12565
/proc/meminfo: memFree=1826040/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1181.8
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5164 0 0 0 108588 9592 0 0 25 0 1 0 181953281 26050560 4792 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4792 662 1256 0 5099 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 25440

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.74 2/65 12565
/proc/meminfo: memFree=1825784/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1241.77
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 114133 10044 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1241.77
Current children cumulated vsize (KiB) 25440

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.76 2/65 12565
/proc/meminfo: memFree=1825656/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1301.75
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 119694 10481 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1301.75
Current children cumulated vsize (KiB) 25440

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.77 2/65 12565
/proc/meminfo: memFree=1825528/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1361.73
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 125207 10966 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 25440

[startup+1422.31 s]
/proc/loadavg: 1.00 0.97 0.78 2/65 12565
/proc/meminfo: memFree=1825400/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1421.71
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 130766 11405 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 25440

[startup+1482.3 s]
/proc/loadavg: 1.00 0.97 0.79 2/65 12565
/proc/meminfo: memFree=1825336/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1481.67
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 136323 11844 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1481.67
Current children cumulated vsize (KiB) 25440

[startup+1542.3 s]
/proc/loadavg: 1.00 0.97 0.80 2/65 12565
/proc/meminfo: memFree=1825208/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1541.66
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 141882 12284 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 25440

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.81 2/65 12565
/proc/meminfo: memFree=1825080/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1601.63
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 147468 12695 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1601.63
Current children cumulated vsize (KiB) 25440

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/65 12565
/proc/meminfo: memFree=1825016/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1661.61
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 153035 13126 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 25440

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.83 2/65 12565
/proc/meminfo: memFree=1824952/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1721.59
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 158603 13556 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 25440

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.83 2/65 12565
/proc/meminfo: memFree=1824760/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1781.56
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5167 0 0 0 164179 13977 0 0 25 0 1 0 181953281 26050560 4795 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4795 662 1256 0 5099 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 25440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 0.97 0.84 2/65 12565
/proc/meminfo: memFree=1824760/2055920 swapFree=4192480/4192956
[pid=12558] ppid=12556 vsize=25440 CPUtime=1800.05
/proc/12558/stat : 12558 (pbscip.linux.x8) R 12556 12558 12441 0 -1 4194304 5177 0 0 0 165883 14122 0 0 25 0 1 0 181953281 26050560 4805 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/12558/statm: 6360 4805 662 1256 0 5099 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 25440

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.82
CPU time (s): 1800.07
CPU user time (s): 1658.85
CPU system time (s): 141.227
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 25440

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

runsolver used 2.06469 second user time and 4.56231 second system time

The end

Launcher Data

Begin job on node64 at 2009-06-17 17:58:33
IDJOB=1884118
IDBENCH=71925
IDSOLVER=684
FILE ID=node64/1884118-1245254313
PBS_JOBID= 9372395
Free space on /tmp= 66256 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/sabharwal/counting-clqcolor-unsat-set-b-clqcolor-08-06-07.sat05-1257.reshuffled-07.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884118-1245254313/watcher-1884118-1245254313 -o /tmp/evaluation-result-1884118-1245254313/solver-1884118-1245254313 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884118-1245254313.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b22fbe902bd5955aeb51799f85bdd68d
RANDOM SEED=1172209219

node64.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1845088 kB
Buffers:         18140 kB
Cached:         121796 kB
SwapCached:        144 kB
Active:          57220 kB
Inactive:        97492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845088 kB
SwapTotal:     4192956 kB
SwapFree:      4192480 kB
Dirty:           12000 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            41768 kB
Committed_AS:    94940 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node64 at 2009-06-17 18:28:36