Trace number 1884157

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.14 1800.67

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/pebbling/
unsat-pbl-00090.sat05-1326.reshuffled-07.opb
MD5SUMec17b84ae2a5fe77f5fb05decd244aff
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 benchmark7.98379
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables322
Total number of constraints9322
Number of constraints which are clauses9322
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 constraint1
Maximum length of a constraint11
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 18
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.20	c SCIP version 1.1.0.7
0.19/0.20	c LP-Solver SoPlex 1.4.1
0.19/0.20	c user parameter file <scip.set> not found - using default parameters
0.19/0.20	c read problem <HOME/instance-1884157-1245255063.opb>
0.19/0.20	c original problem has 322 variables (322 bin, 0 int, 0 impl, 0 cont) and 9322 constraints
0.19/0.25	c No objective function, only one solution is needed.
0.19/0.25	c start presolving problem
0.19/0.25	c presolving:
0.29/0.32	c (round 1) 6 del vars, 6 del conss, 1 chg bounds, 179 chg sides, 179 chg coeffs, 0 upgd conss, 24 impls, 0 clqs
0.29/0.32	c (round 2) 6 del vars, 6 del conss, 1 chg bounds, 192 chg sides, 192 chg coeffs, 0 upgd conss, 24 impls, 0 clqs
0.39/0.46	c (round 3) 6 del vars, 6 del conss, 1 chg bounds, 192 chg sides, 192 chg coeffs, 9316 upgd conss, 24 impls, 0 clqs
0.39/0.49	c presolving (4 rounds):
0.39/0.49	c  6 deleted vars, 6 deleted constraints, 1 tightened bounds, 0 added holes, 192 changed sides, 192 changed coefficients
0.39/0.49	c  24 implications, 0 cliques
0.39/0.49	c presolved problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 9316 constraints
0.39/0.49	c    9316 constraints of type <logicor>
0.39/0.49	c transformed objective value is always integral (scale: 1)
0.39/0.49	c Presolving Time: 0.20
0.39/0.49	c PURESAT
0.39/0.49	c -----------------------------------------------------------------------------------------------
0.39/0.49	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.49	c separating/flowcover/freq = c -1
0.39/0.49	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.49	c separating/cmir/freq = c -1
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/veclendiving/maxlpiterofs = c 1500
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.39/0.49	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/veclendiving/freq = c -1
0.39/0.49	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.49	c heuristics/simplerounding/freq = c -1
0.39/0.49	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/shifting/freq = c -1
0.39/0.49	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.49	c heuristics/rounding/freq = c -1
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.49	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.39/0.49	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.49	c heuristics/rootsoldiving/freq = c -1
0.39/0.49	c # number of nodes added to the contingent of the total nodes
0.39/0.49	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.49	c heuristics/rens/nodesofs = c 2000
0.39/0.49	c # minimum percentage of integer variables that have to be fixable 
0.39/0.49	c # [type: real, range: [0,1], default: 0.5]
0.39/0.49	c heuristics/rens/minfixingrate = c 0.3
0.39/0.49	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.49	c heuristics/rens/freq = c -1
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.39/0.49	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/pscostdiving/freq = c -1
0.39/0.49	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.49	c heuristics/oneopt/freq = c -1
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.39/0.49	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.49	c # [type: real, range: [0,1], default: 0.01]
0.39/0.49	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.39/0.49	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.49	c heuristics/objpscostdiving/freq = c -1
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.39/0.49	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/linesearchdiving/freq = c -1
0.39/0.49	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/intshifting/freq = c -1
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/intdiving/maxlpiterquot = c 0.075
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/guideddiving/maxlpiterofs = c 1500
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.39/0.49	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/guideddiving/freq = c -1
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/fracdiving/maxlpiterofs = c 1500
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.39/0.49	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/fracdiving/freq = c -1
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/feaspump/maxlpiterofs = c 2000
0.39/0.49	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.49	c heuristics/feaspump/freq = c -1
0.39/0.49	c # minimum percentage of integer variables that have to be fixed 
0.39/0.49	c # [type: real, range: [0,1], default: 0.666]
0.39/0.49	c heuristics/crossover/minfixingrate = c 0.5
0.39/0.49	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.49	c # [type: real, range: [0,1], default: 0.1]
0.39/0.49	c heuristics/crossover/nodesquot = c 0.15
0.39/0.49	c # number of nodes without incumbent change that heuristic should wait
0.39/0.49	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.49	c heuristics/crossover/nwaitingnodes = c 100
0.39/0.49	c # number of nodes added to the contingent of the total nodes
0.39/0.49	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.49	c heuristics/crossover/nodesofs = c 750
0.39/0.49	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.49	c heuristics/crossover/freq = c -1
0.39/0.49	c # additional number of allowed LP iterations
0.39/0.49	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.49	c heuristics/coefdiving/maxlpiterofs = c 1500
0.39/0.49	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.49	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.39/0.49	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.49	c heuristics/coefdiving/freq = c -1
0.39/0.49	c # priority of node selection rule <dfs> in standard mode
0.39/0.49	c # [type: int, range: [-536870912,536870911], default: 0]
0.39/0.49	c nodeselection/dfs/stdpriority = c 1000000
0.39/0.49	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c presolving/probing/maxrounds = c 0
0.39/0.49	c # should presolving try to simplify knapsacks
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c constraints/knapsack/simplifyinequalities = c TRUE
0.39/0.49	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.49	c constraints/knapsack/disaggregation = c FALSE
0.39/0.49	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c constraints/knapsack/maxnumcardlift = c 0
0.39/0.49	c # should presolving try to simplify inequalities
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c constraints/linear/simplifyinequalities = c TRUE
0.39/0.49	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c separating/maxroundsroot = c 5
0.39/0.49	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.49	c separating/maxrounds = c 1
0.39/0.49	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.39/0.49	c # [type: char, range: {lafpsqd}, default: l]
0.39/0.49	c lp/pricing = c a
0.39/0.49	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.49	c lp/solvefreq = c 0
0.39/0.49	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c limits/solutions = c 1
0.39/0.49	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/memory = c 1620
0.39/0.49	c # maximal time in seconds to run
0.39/0.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.49	c limits/time = c 1791
0.39/0.49	c # frequency for displaying node information lines
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.49	c display/freq = c 10000
0.39/0.49	c # should enforcement of pseudo solution be disabled?
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c constraints/disableenfops = c TRUE
0.39/0.49	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.49	c constraints/agelimit = c 1
0.39/0.49	c # should binary conflicts be preferred?
0.39/0.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.49	c conflict/preferbinary = c TRUE
0.39/0.49	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.39/0.49	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.49	c conflict/interconss = c 0
0.39/0.49	c -----------------------------------------------------------------------------------------------
0.39/0.49	c start solving problem
0.39/0.49	c 
0.59/0.61	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.61	c   0.3s|     1 |     0 |    50 |  15M|   0 |  28 | 316 |9316 |9316 | 316 |9316 |   0 |   0 |   0 | 1.702778e+01 |      --      |    Inf 
0.80/0.87	c   0.6s|     1 |     0 |    58 |  15M|   0 |  25 | 316 |9316 |9316 | 316 |9318 |   2 |   0 |   0 | 1.744444e+01 |      --      |    Inf 
1.09/1.10	c   0.8s|     1 |     0 |    75 |  15M|   0 |   6 | 316 |9316 |9316 | 316 |9320 |   4 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
1.29/1.31	c   1.0s|     1 |     0 |    77 |  15M|   0 |   6 | 316 |9316 |9316 | 316 |9322 |   6 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
1.50/1.56	c   1.3s|     1 |     0 |    92 |  15M|   0 |  30 | 316 |9316 |9316 | 316 |9323 |   7 |   0 |   0 | 1.806186e+01 |      --      |    Inf 
1.79/1.82	c   1.6s|     1 |     0 |   112 |  15M|   0 |  33 | 316 |9316 |9316 | 316 |9326 |  10 |   0 |   0 | 1.830189e+01 |      --      |    Inf 
2.99/3.05	c   2.8s|     1 |     0 |   113 |  15M|   0 |  30 | 316 |9316 |9316 | 316 |9326 |  10 |   0 |  24 | 1.830189e+01 |      --      |    Inf 
3.20/3.26	c   3.0s|     1 |     2 |   113 |  15M|   0 |  30 | 316 |9316 |9316 | 316 |9326 |  10 |   0 |  31 | 1.830189e+01 |      --      |    Inf 
7.88/7.95	c   7.5s| 10000 |   139 |   113 |  15M| 190 |   - | 316 |9339 |5718 |   0 |   0 |  10 |4998 |  31 | 1.833075e+01 |      --      |    Inf 
12.78/12.82	c  12.2s| 20000 |   128 |   113 |  15M| 190 |   - | 316 |9349 |5734 |   0 |   0 |  10 |  10k|  31 | 1.833075e+01 |      --      |    Inf 
16.88/16.98	c  16.2s| 30000 |   131 |   113 |  15M| 227 |   - | 316 |9360 |4511 |   0 |   0 |  10 |  15k|  31 | 1.833075e+01 |      --      |    Inf 
20.78/20.86	c  19.9s| 40000 |   123 |   113 |  15M| 227 |   - | 316 |9346 |4803 |   0 |   0 |  10 |  20k|  31 | 1.833075e+01 |      --      |    Inf 
24.68/24.77	c  23.7s| 50000 |   123 |   113 |  15M| 227 |   - | 316 |9346 |4723 |   0 |   0 |  10 |  25k|  31 | 1.833075e+01 |      --      |    Inf 
28.37/28.40	c  27.1s| 60000 |   117 |   113 |  15M| 227 |   - | 316 |9341 |5191 |   0 |   0 |  10 |  31k|  31 | 1.833075e+01 |      --      |    Inf 
31.58/31.62	c  30.2s| 70000 |   119 |   113 |  15M| 227 |   - | 316 |9355 |5170 |   0 |   0 |  10 |  36k|  31 | 1.833075e+01 |      --      |    Inf 
34.08/34.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.08/34.19	c  32.7s| 80000 |   120 |   113 |  15M| 227 |   - | 316 |9338 |4359 |   0 |   0 |  10 |  41k|  31 | 1.833075e+01 |      --      |    Inf 
36.67/36.73	c  35.1s| 90000 |   116 |   113 |  15M| 227 |   - | 316 |9353 |4789 |   0 |   0 |  10 |  46k|  31 | 1.833075e+01 |      --      |    Inf 
39.48/39.51	c  37.7s|100000 |   121 |   113 |  15M| 227 |   - | 316 |9357 |4504 |   0 |   0 |  10 |  52k|  31 | 1.833075e+01 |      --      |    Inf 
42.27/42.31	c  40.4s|110000 |   116 |   113 |  15M| 227 |   - | 316 |9347 |4845 |   0 |   0 |  10 |  57k|  31 | 1.833075e+01 |      --      |    Inf 
45.08/45.17	c  43.1s|120000 |   112 |   113 |  15M| 227 |   - | 316 |9366 |5168 |   0 |   0 |  10 |  62k|  31 | 1.833075e+01 |      --      |    Inf 
47.88/47.96	c  45.7s|130000 |   113 |   113 |  15M| 227 |   - | 316 |9359 |5232 |   0 |   0 |  10 |  68k|  31 | 1.833075e+01 |      --      |    Inf 
50.37/50.46	c  48.1s|140000 |   119 |   113 |  15M| 227 |   - | 316 |9367 |4276 |   0 |   0 |  10 |  74k|  31 | 1.833075e+01 |      --      |    Inf 
52.57/52.62	c  50.1s|150000 |   117 |   113 |  15M| 227 |   - | 316 |9347 |4200 |   0 |   0 |  10 |  79k|  31 | 1.833075e+01 |      --      |    Inf 
54.77/54.84	c  52.2s|160000 |   120 |   113 |  15M| 227 |   - | 316 |9369 |3883 |   0 |   0 |  10 |  84k|  31 | 1.833075e+01 |      --      |    Inf 
56.87/56.96	c  54.2s|170000 |   117 |   113 |  15M| 227 |   - | 316 |9359 |4717 |   0 |   0 |  10 |  89k|  31 | 1.833075e+01 |      --      |    Inf 
59.07/59.17	c  56.3s|180000 |   115 |   113 |  15M| 227 |   - | 316 |9367 |4697 |   0 |   0 |  10 |  95k|  31 | 1.833075e+01 |      --      |    Inf 
61.57/61.61	c  58.6s|190000 |   117 |   113 |  15M| 227 |   - | 316 |9350 |5075 |   0 |   0 |  10 | 100k|  31 | 1.833075e+01 |      --      |    Inf 
64.17/64.26	c  61.1s|200000 |   116 |   113 |  15M| 227 |   - | 316 |9374 |4938 |   0 |   0 |  10 | 105k|  31 | 1.833075e+01 |      --      |    Inf 
66.56/66.66	c  63.4s|210000 |   121 |   113 |  15M| 227 |   - | 316 |9368 |4825 |   0 |   0 |  10 | 110k|  31 | 1.833075e+01 |      --      |    Inf 
68.87/68.96	c  65.5s|220000 |   123 |   113 |  16M| 227 |   - | 316 |9364 |4748 |   0 |   0 |  10 | 118k|  31 | 1.833075e+01 |      --      |    Inf 
71.17/71.22	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.17/71.22	c  67.7s|230000 |   123 |   113 |  16M| 227 |   - | 316 |9356 |4715 |   0 |   0 |  10 | 124k|  31 | 1.833075e+01 |      --      |    Inf 
73.46/73.59	c  69.9s|240000 |   120 |   113 |  16M| 227 |   - | 316 |9373 |4982 |   0 |   0 |  10 | 129k|  31 | 1.833075e+01 |      --      |    Inf 
75.77/75.80	c  72.0s|250000 |   110 |   113 |  16M| 227 |   - | 316 |9364 |4627 |   0 |   0 |  10 | 134k|  31 | 1.833075e+01 |      --      |    Inf 
78.07/78.13	c  74.2s|260000 |   116 |   113 |  16M| 227 |   - | 316 |9359 |4804 |   0 |   0 |  10 | 140k|  31 | 1.833075e+01 |      --      |    Inf 
80.57/80.64	c  76.5s|270000 |   137 |   113 |  16M| 227 |   - | 316 |9350 |4524 |   0 |   0 |  10 | 145k|  31 | 1.833075e+01 |      --      |    Inf 
83.06/83.15	c  78.9s|280000 |   119 |   113 |  16M| 227 |   - | 316 |9351 |4241 |   0 |   0 |  10 | 152k|  31 | 1.833075e+01 |      --      |    Inf 
85.56/85.65	c  81.3s|290000 |   114 |   113 |  16M| 227 |   - | 316 |9339 |4465 |   0 |   0 |  10 | 157k|  31 | 1.833075e+01 |      --      |    Inf 
88.06/88.11	c  83.6s|300000 |   136 |   113 |  16M| 227 |   - | 316 |9350 |4594 |   0 |   0 |  10 | 163k|  31 | 1.833075e+01 |      --      |    Inf 
90.36/90.48	c  85.9s|310000 |   132 |   113 |  16M| 227 |   - | 316 |9347 |4805 |   0 |   0 |  10 | 168k|  31 | 1.833075e+01 |      --      |    Inf 
93.06/93.13	c  88.4s|320000 |   120 |   113 |  16M| 227 |   - | 316 |9362 |4849 |   0 |   0 |  10 | 173k|  31 | 1.833075e+01 |      --      |    Inf 
95.86/95.91	c  91.0s|330000 |   107 |   113 |  16M| 227 |   - | 316 |9358 |5075 |   0 |   0 |  10 | 179k|  31 | 1.833075e+01 |      --      |    Inf 
98.66/98.70	c  93.7s|340000 |   111 |   113 |  16M| 227 |   - | 316 |9379 |4984 |   0 |   0 |  10 | 184k|  31 | 1.833075e+01 |      --      |    Inf 
100.96/101.10	c  95.9s|350000 |   110 |   113 |  16M| 227 |   - | 316 |9351 |5133 |   0 |   0 |  10 | 189k|  31 | 1.833075e+01 |      --      |    Inf 
103.95/104.01	c  98.7s|360000 |   117 |   113 |  16M| 227 |   - | 316 |9353 |5171 |   0 |   0 |  10 | 195k|  31 | 1.833075e+01 |      --      |    Inf 
106.45/106.57	c   101s|370000 |   117 |   113 |  16M| 227 |   - | 316 |9345 |4880 |   0 |   0 |  10 | 201k|  31 | 1.833075e+01 |      --      |    Inf 
109.06/109.16	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.06/109.16	c   104s|380000 |   111 |   113 |  16M| 227 |   - | 316 |  10k|5114 |   0 |   0 |  10 | 209k|  31 | 1.833075e+01 |      --      |    Inf 
111.46/111.53	c   106s|390000 |   112 |   113 |  16M| 227 |   - | 316 |9356 |4881 |   0 |   0 |  10 | 216k|  31 | 1.833075e+01 |      --      |    Inf 
113.75/113.88	c   108s|400000 |   118 |   113 |  16M| 227 |   - | 316 |9362 |4688 |   0 |   0 |  10 | 221k|  31 | 1.833075e+01 |      --      |    Inf 
116.15/116.29	c   110s|410000 |   119 |   113 |  16M| 227 |   - | 316 |9347 |4849 |   0 |   0 |  10 | 227k|  31 | 1.833075e+01 |      --      |    Inf 
118.65/118.73	c   113s|420000 |   113 |   113 |  16M| 227 |   - | 316 |9363 |4806 |   0 |   0 |  10 | 232k|  31 | 1.833075e+01 |      --      |    Inf 
121.15/121.24	c   115s|430000 |   110 |   113 |  16M| 227 |   - | 316 |9354 |4791 |   0 |   0 |  10 | 238k|  31 | 1.833075e+01 |      --      |    Inf 
123.55/123.69	c   117s|440000 |   109 |   113 |  16M| 227 |   - | 316 |9362 |5261 |   0 |   0 |  10 | 243k|  31 | 1.833075e+01 |      --      |    Inf 
125.95/126.04	c   120s|450000 |   108 |   113 |  16M| 227 |   - | 316 |9426 |5136 |   0 |   0 |  10 | 249k|  31 | 1.833075e+01 |      --      |    Inf 
128.25/128.35	c   122s|460000 |   116 |   113 |  16M| 227 |   - | 316 |9379 |5030 |   0 |   0 |  10 | 254k|  31 | 1.833075e+01 |      --      |    Inf 
130.55/130.64	c   124s|470000 |   112 |   113 |  16M| 227 |   - | 316 |9376 |4847 |   0 |   0 |  10 | 260k|  31 | 1.833075e+01 |      --      |    Inf 
132.95/133.06	c   126s|480000 |   121 |   113 |  16M| 227 |   - | 316 |9367 |5112 |   0 |   0 |  10 | 265k|  31 | 1.833075e+01 |      --      |    Inf 
135.64/135.78	c   129s|490000 |   120 |   113 |  16M| 227 |   - | 316 |9376 |4451 |   0 |   0 |  10 | 269k|  31 | 1.833075e+01 |      --      |    Inf 
138.25/138.34	c   131s|500000 |   110 |   113 |  16M| 227 |   - | 316 |9360 |5109 |   0 |   0 |  10 | 274k|  31 | 1.833075e+01 |      --      |    Inf 
140.94/141.01	c   134s|510000 |   117 |   113 |  16M| 227 |   - | 316 |9355 |4790 |   0 |   0 |  10 | 279k|  31 | 1.833075e+01 |      --      |    Inf 
143.45/143.53	c   136s|520000 |   113 |   113 |  16M| 227 |   - | 316 |9348 |5157 |   0 |   0 |  10 | 284k|  31 | 1.833075e+01 |      --      |    Inf 
145.94/146.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.94/146.10	c   138s|530000 |   122 |   113 |  16M| 227 |   - | 316 |9362 |5085 |   0 |   0 |  10 | 290k|  31 | 1.833075e+01 |      --      |    Inf 
148.44/148.57	c   141s|540000 |   112 |   113 |  16M| 227 |   - | 316 |9361 |5064 |   0 |   0 |  10 | 295k|  31 | 1.833075e+01 |      --      |    Inf 
150.94/151.04	c   143s|550000 |   113 |   113 |  16M| 227 |   - | 316 |9355 |5065 |   0 |   0 |  10 | 299k|  31 | 1.833075e+01 |      --      |    Inf 
153.44/153.52	c   146s|560000 |   109 |   113 |  16M| 227 |   - | 316 |9354 |4527 |   0 |   0 |  10 | 305k|  31 | 1.833075e+01 |      --      |    Inf 
155.94/156.07	c   148s|570000 |   105 |   113 |  16M| 227 |   - | 316 |9383 |4894 |   0 |   0 |  10 | 310k|  31 | 1.833075e+01 |      --      |    Inf 
158.64/158.75	c   150s|580000 |   106 |   113 |  16M| 227 |   - | 316 |9368 |5075 |   0 |   0 |  10 | 315k|  31 | 1.833075e+01 |      --      |    Inf 
161.34/161.44	c   153s|590000 |   120 |   113 |  16M| 227 |   - | 316 |9359 |4701 |   0 |   0 |  10 | 320k|  31 | 1.833075e+01 |      --      |    Inf 
163.64/163.74	c   155s|600000 |   106 |   113 |  16M| 227 |   - | 316 |9336 |5037 |   0 |   0 |  10 | 326k|  31 | 1.833075e+01 |      --      |    Inf 
166.04/166.16	c   157s|610000 |   114 |   113 |  16M| 227 |   - | 316 |9348 |4864 |   0 |   0 |  10 | 332k|  31 | 1.833075e+01 |      --      |    Inf 
168.54/168.69	c   160s|620000 |   114 |   113 |  16M| 227 |   - | 316 |9345 |4844 |   0 |   0 |  10 | 337k|  31 | 1.833075e+01 |      --      |    Inf 
171.14/171.22	c   162s|630000 |   105 |   113 |  16M| 227 |   - | 316 |9353 |4808 |   0 |   0 |  10 | 342k|  31 | 1.833075e+01 |      --      |    Inf 
173.54/173.60	c   164s|640000 |   115 |   113 |  16M| 227 |   - | 316 |9353 |4937 |   0 |   0 |  10 | 348k|  31 | 1.833075e+01 |      --      |    Inf 
175.83/176.00	c   167s|650000 |   110 |   113 |  16M| 227 |   - | 316 |9382 |4394 |   0 |   0 |  10 | 353k|  31 | 1.833075e+01 |      --      |    Inf 
178.33/178.50	c   169s|660000 |   113 |   113 |  16M| 227 |   - | 316 |9360 |4477 |   0 |   0 |  10 | 359k|  31 | 1.833075e+01 |      --      |    Inf 
180.73/180.83	c   171s|670000 |   108 |   113 |  16M| 227 |   - | 316 |9358 |4562 |   0 |   0 |  10 | 364k|  31 | 1.833075e+01 |      --      |    Inf 
183.03/183.16	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.03/183.16	c   174s|680000 |   109 |   113 |  16M| 227 |   - | 316 |9350 |5203 |   0 |   0 |  10 | 369k|  31 | 1.833075e+01 |      --      |    Inf 
185.53/185.62	c   176s|690000 |   103 |   113 |  16M| 227 |   - | 316 |9401 |4756 |   0 |   0 |  10 | 374k|  31 | 1.833075e+01 |      --      |    Inf 
187.73/187.89	c   178s|700000 |   119 |   113 |  16M| 227 |   - | 316 |9344 |5154 |   0 |   0 |  10 | 380k|  31 | 1.833075e+01 |      --      |    Inf 
190.33/190.40	c   180s|710000 |   106 |   113 |  16M| 227 |   - | 316 |9361 |5501 |   0 |   0 |  10 | 385k|  31 | 1.833075e+01 |      --      |    Inf 
192.83/192.91	c   183s|720000 |   114 |   113 |  16M| 227 |   - | 316 |9366 |5634 |   0 |   0 |  10 | 390k|  31 | 1.833075e+01 |      --      |    Inf 
195.53/195.68	c   185s|730000 |   104 |   113 |  16M| 227 |   - | 316 |9365 |5828 |   0 |   0 |  10 | 395k|  31 | 1.833075e+01 |      --      |    Inf 
198.03/198.18	c   188s|740000 |   106 |   113 |  16M| 227 |   - | 316 |9380 |5436 |   0 |   0 |  10 | 401k|  31 | 1.833075e+01 |      --      |    Inf 
201.02/201.14	c   191s|750000 |   117 |   113 |  16M| 227 |   - | 316 |9341 |4659 |   0 |   0 |  10 | 406k|  31 | 1.833075e+01 |      --      |    Inf 
204.62/204.70	c   194s|760000 |   117 |   113 |  16M| 227 |   - | 316 |9367 |4408 |   0 |   0 |  10 | 411k|  31 | 1.833075e+01 |      --      |    Inf 
208.13/208.27	c   197s|770000 |   110 |   113 |  16M| 227 |   - | 316 |9384 |4710 |   0 |   0 |  10 | 417k|  31 | 1.833075e+01 |      --      |    Inf 
211.72/211.84	c   201s|780000 |   113 |   113 |  16M| 227 |   - | 316 |9341 |4777 |   0 |   0 |  10 | 422k|  31 | 1.833075e+01 |      --      |    Inf 
214.92/215.09	c   204s|790000 |   103 |   113 |  16M| 227 |   - | 316 |9390 |5137 |   0 |   0 |  10 | 428k|  31 | 1.833075e+01 |      --      |    Inf 
218.12/218.22	c   207s|800000 |   100 |   113 |  16M| 227 |   - | 316 |9406 |5361 |   0 |   0 |  10 | 433k|  31 | 1.833075e+01 |      --      |    Inf 
220.92/221.06	c   210s|810000 |   102 |   113 |  16M| 227 |   - | 316 |9403 |4724 |   0 |   0 |  10 | 438k|  31 | 1.833075e+01 |      --      |    Inf 
224.01/224.10	c   213s|820000 |   108 |   113 |  16M| 227 |   - | 316 |9387 |4256 |   0 |   0 |  10 | 444k|  31 | 1.833075e+01 |      --      |    Inf 
226.82/226.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
226.82/226.98	c   215s|830000 |   126 |   113 |  16M| 227 |   - | 316 |9340 |3998 |   0 |   0 |  10 | 449k|  31 | 1.833075e+01 |      --      |    Inf 
229.32/229.49	c   218s|840000 |   125 |   113 |  16M| 227 |   - | 316 |9341 |4276 |   0 |   0 |  10 | 454k|  31 | 1.833075e+01 |      --      |    Inf 
231.82/231.97	c   220s|850000 |   120 |   113 |  16M| 227 |   - | 316 |9406 |4280 |   0 |   0 |  10 | 460k|  31 | 1.833075e+01 |      --      |    Inf 
234.92/235.04	c   223s|860000 |   111 |   113 |  16M| 227 |   - | 316 |9357 |4122 |   0 |   0 |  10 | 466k|  31 | 1.833075e+01 |      --      |    Inf 
237.62/237.72	c   226s|870000 |   122 |   113 |  16M| 227 |   - | 316 |9351 |4707 |   0 |   0 |  10 | 471k|  31 | 1.833075e+01 |      --      |    Inf 
240.11/240.24	c   228s|880000 |   117 |   113 |  16M| 227 |   - | 316 |9365 |4740 |   0 |   0 |  10 | 477k|  31 | 1.833075e+01 |      --      |    Inf 
243.71/243.84	c   231s|890000 |   126 |   113 |  16M| 227 |   - | 316 |9994 |4039 |   0 |   0 |  10 | 484k|  31 | 1.833075e+01 |      --      |    Inf 
246.31/246.47	c   234s|900000 |   143 |   113 |  16M| 227 |   - | 316 |9330 |4584 |   0 |   0 |  10 | 489k|  31 | 1.833075e+01 |      --      |    Inf 
249.52/249.68	c   237s|910000 |   119 |   113 |  16M| 227 |   - | 316 |9353 |4682 |   0 |   0 |  10 | 495k|  31 | 1.833075e+01 |      --      |    Inf 
251.91/252.04	c   239s|920000 |   108 |   113 |  16M| 227 |   - | 316 |9348 |5446 |   0 |   0 |  10 | 500k|  31 | 1.833075e+01 |      --      |    Inf 
254.91/255.10	c   242s|930000 |   101 |   113 |  16M| 227 |   - | 316 |9384 |5109 |   0 |   0 |  10 | 505k|  31 | 1.833075e+01 |      --      |    Inf 
257.21/257.35	c   244s|940000 |   113 |   113 |  16M| 227 |   - | 316 |9364 |4055 |   0 |   0 |  10 | 510k|  31 | 1.833075e+01 |      --      |    Inf 
259.51/259.70	c   247s|950000 |   115 |   113 |  16M| 227 |   - | 316 |9360 |4263 |   0 |   0 |  10 | 516k|  31 | 1.833075e+01 |      --      |    Inf 
261.91/262.06	c   249s|960000 |   110 |   113 |  16M| 227 |   - | 316 |9377 |4770 |   0 |   0 |  10 | 521k|  31 | 1.833075e+01 |      --      |    Inf 
264.80/264.93	c   252s|970000 |   113 |   113 |  16M| 227 |   - | 316 |9394 |4295 |   0 |   0 |  10 | 526k|  31 | 1.833075e+01 |      --      |    Inf 
268.00/268.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.00/268.15	c   255s|980000 |   109 |   113 |  16M| 227 |   - | 316 |9379 |4719 |   0 |   0 |  10 | 532k|  31 | 1.833075e+01 |      --      |    Inf 
271.40/271.51	c   258s|990000 |   107 |   113 |  16M| 227 |   - | 316 |9377 |4971 |   0 |   0 |  10 | 537k|  31 | 1.833075e+01 |      --      |    Inf 
275.00/275.15	c   261s|  1000k|   101 |   113 |  16M| 227 |   - | 316 |9409 |4538 |   0 |   0 |  10 | 543k|  31 | 1.833075e+01 |      --      |    Inf 
278.00/278.18	c   264s|  1010k|   118 |   113 |  16M| 227 |   - | 316 |9332 |5075 |   0 |   0 |  10 | 548k|  31 | 1.833075e+01 |      --      |    Inf 
280.80/280.94	c   267s|  1020k|   122 |   113 |  16M| 227 |   - | 316 |9337 |4872 |   0 |   0 |  10 | 553k|  31 | 1.833075e+01 |      --      |    Inf 
283.50/283.70	c   269s|  1030k|   124 |   113 |  16M| 227 |   - | 316 |9332 |5219 |   0 |   0 |  10 | 559k|  31 | 1.833075e+01 |      --      |    Inf 
286.30/286.40	c   272s|  1040k|   111 |   113 |  16M| 227 |   - | 316 |9347 |4711 |   0 |   0 |  10 | 564k|  31 | 1.833075e+01 |      --      |    Inf 
288.69/288.85	c   274s|  1050k|   116 |   113 |  16M| 227 |   - | 316 |9338 |4699 |   0 |   0 |  10 | 570k|  31 | 1.833075e+01 |      --      |    Inf 
290.99/291.13	c   277s|  1060k|   123 |   113 |  16M| 227 |   - | 316 |9371 |4841 |   0 |   0 |  10 | 575k|  31 | 1.833075e+01 |      --      |    Inf 
293.19/293.34	c   279s|  1070k|   117 |   113 |  16M| 227 |   - | 316 |9355 |4478 |   0 |   0 |  10 | 580k|  31 | 1.833075e+01 |      --      |    Inf 
295.60/295.71	c   281s|  1080k|   113 |   113 |  16M| 227 |   - | 316 |9338 |4976 |   0 |   0 |  10 | 585k|  31 | 1.833075e+01 |      --      |    Inf 
298.20/298.36	c   283s|  1090k|   105 |   113 |  16M| 227 |   - | 316 |9338 |5136 |   0 |   0 |  10 | 590k|  31 | 1.833075e+01 |      --      |    Inf 
301.00/301.15	c   286s|  1100k|   114 |   113 |  16M| 227 |   - | 316 |9374 |4607 |   0 |   0 |  10 | 596k|  31 | 1.833075e+01 |      --      |    Inf 
304.20/304.31	c   289s|  1110k|   117 |   113 |  16M| 227 |   - | 316 |9354 |4119 |   0 |   0 |  10 | 601k|  31 | 1.833075e+01 |      --      |    Inf 
307.09/307.26	c   292s|  1120k|   117 |   113 |  16M| 227 |   - | 316 |9395 |4603 |   0 |   0 |  10 | 606k|  31 | 1.833075e+01 |      --      |    Inf 
310.39/310.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
310.39/310.54	c   295s|  1130k|   112 |   113 |  16M| 227 |   - | 316 |9406 |4348 |   0 |   0 |  10 | 612k|  31 | 1.833075e+01 |      --      |    Inf 
313.49/313.62	c   298s|  1140k|   114 |   113 |  16M| 227 |   - | 316 |9366 |4297 |   0 |   0 |  10 | 617k|  31 | 1.833075e+01 |      --      |    Inf 
316.69/316.83	c   301s|  1150k|   115 |   113 |  16M| 227 |   - | 316 |9367 |5002 |   0 |   0 |  10 | 623k|  31 | 1.833075e+01 |      --      |    Inf 
319.59/319.79	c   304s|  1160k|   109 |   113 |  16M| 227 |   - | 316 |9430 |4460 |   0 |   0 |  10 | 629k|  31 | 1.833075e+01 |      --      |    Inf 
323.09/323.23	c   307s|  1170k|   121 |   113 |  16M| 227 |   - | 316 |9350 |5357 |   0 |   0 |  10 | 634k|  31 | 1.833075e+01 |      --      |    Inf 
326.38/326.53	c   310s|  1180k|   113 |   113 |  16M| 227 |   - | 316 |9358 |4548 |   0 |   0 |  10 | 639k|  31 | 1.833075e+01 |      --      |    Inf 
329.68/329.82	c   313s|  1190k|   123 |   113 |  16M| 227 |   - | 316 |9337 |4632 |   0 |   0 |  10 | 644k|  31 | 1.833075e+01 |      --      |    Inf 
332.88/333.06	c   317s|  1200k|   113 |   113 |  16M| 227 |   - | 316 |9344 |4651 |   0 |   0 |  10 | 650k|  31 | 1.833075e+01 |      --      |    Inf 
336.78/336.95	c   320s|  1210k|   106 |   113 |  16M| 227 |   - | 316 |9364 |5053 |   0 |   0 |  10 | 655k|  31 | 1.833075e+01 |      --      |    Inf 
339.88/340.08	c   323s|  1220k|   120 |   113 |  16M| 227 |   - | 316 |9338 |4450 |   0 |   0 |  10 | 660k|  31 | 1.833075e+01 |      --      |    Inf 
342.68/342.86	c   326s|  1230k|   113 |   113 |  16M| 227 |   - | 316 |9401 |4078 |   0 |   0 |  10 | 666k|  31 | 1.833075e+01 |      --      |    Inf 
345.48/345.65	c   329s|  1240k|   106 |   113 |  16M| 227 |   - | 316 |9335 |4618 |   0 |   0 |  10 | 671k|  31 | 1.833075e+01 |      --      |    Inf 
348.28/348.49	c   331s|  1250k|   108 |   113 |  16M| 227 |   - | 316 |9379 |4702 |   0 |   0 |  10 | 676k|  31 | 1.833075e+01 |      --      |    Inf 
350.98/351.16	c   334s|  1260k|   114 |   113 |  16M| 227 |   - | 316 |9362 |4433 |   0 |   0 |  10 | 681k|  31 | 1.833075e+01 |      --      |    Inf 
354.08/354.25	c   337s|  1270k|   106 |   113 |  16M| 227 |   - | 316 |9365 |4755 |   0 |   0 |  10 | 686k|  31 | 1.833075e+01 |      --      |    Inf 
357.08/357.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
357.08/357.26	c   340s|  1280k|   111 |   113 |  16M| 227 |   - | 316 |9400 |4900 |   0 |   0 |  10 | 691k|  31 | 1.833075e+01 |      --      |    Inf 
359.98/360.16	c   342s|  1290k|   108 |   113 |  16M| 227 |   - | 316 |9358 |4809 |   0 |   0 |  10 | 697k|  31 | 1.833075e+01 |      --      |    Inf 
363.48/363.70	c   346s|  1300k|   109 |   113 |  16M| 227 |   - | 316 |9396 |4114 |   0 |   0 |  10 | 702k|  31 | 1.833075e+01 |      --      |    Inf 
367.18/367.35	c   349s|  1310k|   104 |   113 |  16M| 227 |   - | 316 |9422 |4228 |   0 |   0 |  10 | 707k|  31 | 1.833075e+01 |      --      |    Inf 
370.27/370.48	c   352s|  1320k|   113 |   113 |  16M| 227 |   - | 316 |9348 |4666 |   0 |   0 |  10 | 714k|  31 | 1.833075e+01 |      --      |    Inf 
373.27/373.45	c   355s|  1330k|   110 |   113 |  16M| 227 |   - | 316 |9351 |5708 |   0 |   0 |  10 | 719k|  31 | 1.833075e+01 |      --      |    Inf 
375.97/376.12	c   358s|  1340k|   117 |   113 |  16M| 227 |   - | 316 |9344 |4612 |   0 |   0 |  10 | 725k|  31 | 1.833075e+01 |      --      |    Inf 
378.87/379.08	c   360s|  1350k|   128 |   113 |  16M| 227 |   - | 316 |9372 |5423 |   0 |   0 |  10 | 730k|  31 | 1.833075e+01 |      --      |    Inf 
381.58/381.76	c   363s|  1360k|   115 |   113 |  16M| 227 |   - | 316 |9412 |4185 |   0 |   0 |  10 | 736k|  31 | 1.833075e+01 |      --      |    Inf 
384.57/384.79	c   366s|  1370k|   119 |   113 |  16M| 227 |   - | 316 |9355 |4590 |   0 |   0 |  10 | 741k|  31 | 1.833075e+01 |      --      |    Inf 
388.16/388.35	c   369s|  1380k|   114 |   113 |  16M| 227 |   - | 316 |9366 |4124 |   0 |   0 |  10 | 746k|  31 | 1.833075e+01 |      --      |    Inf 
391.47/391.64	c   373s|  1390k|   112 |   113 |  16M| 227 |   - | 316 |9371 |4702 |   0 |   0 |  10 | 752k|  31 | 1.833075e+01 |      --      |    Inf 
395.06/395.23	c   376s|  1400k|   108 |   113 |  16M| 227 |   - | 316 |9356 |5297 |   0 |   0 |  10 | 757k|  31 | 1.833075e+01 |      --      |    Inf 
398.16/398.38	c   379s|  1410k|   114 |   113 |  16M| 227 |   - | 316 |9378 |5036 |   0 |   0 |  10 | 762k|  31 | 1.833075e+01 |      --      |    Inf 
401.66/401.88	c   382s|  1420k|   107 |   113 |  16M| 227 |   - | 316 |9380 |4839 |   0 |   0 |  10 | 768k|  31 | 1.833075e+01 |      --      |    Inf 
404.76/404.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.76/404.90	c   385s|  1430k|   109 |   113 |  16M| 227 |   - | 316 |9347 |4843 |   0 |   0 |  10 | 773k|  31 | 1.833075e+01 |      --      |    Inf 
407.56/407.70	c   388s|  1440k|   116 |   113 |  16M| 227 |   - | 316 |9361 |4931 |   0 |   0 |  10 | 779k|  31 | 1.833075e+01 |      --      |    Inf 
410.16/410.38	c   390s|  1450k|   120 |   113 |  16M| 227 |   - | 316 |9353 |4167 |   0 |   0 |  10 | 784k|  31 | 1.833075e+01 |      --      |    Inf 
413.06/413.25	c   393s|  1460k|   119 |   113 |  16M| 227 |   - | 316 |  10k|5027 |   0 |   0 |  10 | 790k|  31 | 1.833075e+01 |      --      |    Inf 
416.46/416.69	c   396s|  1470k|   105 |   113 |  16M| 227 |   - | 316 |9409 |4714 |   0 |   0 |  10 | 795k|  31 | 1.833075e+01 |      --      |    Inf 
419.95/420.10	c   400s|  1480k|   103 |   113 |  16M| 227 |   - | 316 |9428 |4751 |   0 |   0 |  10 | 801k|  31 | 1.833075e+01 |      --      |    Inf 
423.15/423.31	c   403s|  1490k|   113 |   113 |  16M| 227 |   - | 316 |9343 |4699 |   0 |   0 |  10 | 806k|  31 | 1.833075e+01 |      --      |    Inf 
426.55/426.73	c   406s|  1500k|   126 |   113 |  16M| 227 |   - | 316 |9351 |4612 |   0 |   0 |  10 | 812k|  31 | 1.833075e+01 |      --      |    Inf 
430.05/430.24	c   409s|  1510k|   106 |   113 |  16M| 227 |   - | 316 |9383 |4128 |   0 |   0 |  10 | 818k|  31 | 1.833075e+01 |      --      |    Inf 
432.85/433.02	c   412s|  1520k|   112 |   113 |  16M| 227 |   - | 316 |9367 |4526 |   0 |   0 |  10 | 823k|  31 | 1.833075e+01 |      --      |    Inf 
435.55/435.78	c   415s|  1530k|   116 |   113 |  16M| 227 |   - | 316 |9357 |4322 |   0 |   0 |  10 | 828k|  31 | 1.833075e+01 |      --      |    Inf 
439.25/439.49	c   418s|  1540k|   114 |   113 |  16M| 227 |   - | 316 |9340 |5273 |   0 |   0 |  10 | 834k|  31 | 1.833075e+01 |      --      |    Inf 
442.95/443.15	c   422s|  1550k|   126 |   113 |  16M| 227 |   - | 316 |9350 |4209 |   0 |   0 |  10 | 840k|  31 | 1.833075e+01 |      --      |    Inf 
445.74/445.93	c   424s|  1560k|   108 |   113 |  16M| 227 |   - | 316 |9359 |4549 |   0 |   0 |  10 | 845k|  31 | 1.833075e+01 |      --      |    Inf 
448.45/448.65	c   427s|  1570k|   121 |   113 |  16M| 227 |   - | 316 |9359 |4443 |   0 |   0 |  10 | 850k|  31 | 1.833075e+01 |      --      |    Inf 
451.34/451.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
451.34/451.56	c   430s|  1580k|   103 |   113 |  16M| 227 |   - | 316 |9369 |5591 |   0 |   0 |  10 | 856k|  31 | 1.833075e+01 |      --      |    Inf 
454.25/454.41	c   433s|  1590k|   108 |   113 |  16M| 227 |   - | 316 |9383 |4642 |   0 |   0 |  10 | 861k|  31 | 1.833075e+01 |      --      |    Inf 
457.25/457.45	c   436s|  1600k|   104 |   113 |  16M| 227 |   - | 316 |9398 |5453 |   0 |   0 |  10 | 867k|  31 | 1.833075e+01 |      --      |    Inf 
460.04/460.22	c   438s|  1610k|   122 |   113 |  16M| 227 |   - | 316 |9350 |4639 |   0 |   0 |  10 | 873k|  31 | 1.833075e+01 |      --      |    Inf 
462.74/462.97	c   441s|  1620k|   115 |   113 |  16M| 227 |   - | 316 |9373 |5359 |   0 |   0 |  10 | 878k|  31 | 1.833075e+01 |      --      |    Inf 
465.94/466.11	c   444s|  1630k|   127 |   113 |  16M| 227 |   - | 316 |9346 |4460 |   0 |   0 |  10 | 884k|  31 | 1.833075e+01 |      --      |    Inf 
468.24/468.49	c   446s|  1640k|   116 |   113 |  16M| 227 |   - | 316 |9362 |4181 |   0 |   0 |  10 | 889k|  31 | 1.833075e+01 |      --      |    Inf 
470.74/470.95	c   448s|  1650k|   125 |   113 |  16M| 227 |   - | 316 |9350 |4958 |   0 |   0 |  10 | 895k|  31 | 1.833075e+01 |      --      |    Inf 
473.34/473.50	c   451s|  1660k|   116 |   113 |  16M| 227 |   - | 316 |9378 |4972 |   0 |   0 |  10 | 901k|  31 | 1.833075e+01 |      --      |    Inf 
475.74/475.90	c   453s|  1670k|   107 |   113 |  16M| 227 |   - | 316 |9387 |5034 |   0 |   0 |  10 | 906k|  31 | 1.833075e+01 |      --      |    Inf 
478.13/478.39	c   455s|  1680k|   112 |   113 |  16M| 227 |   - | 316 |9387 |5551 |   0 |   0 |  10 | 911k|  31 | 1.833075e+01 |      --      |    Inf 
480.63/480.80	c   458s|  1690k|   107 |   113 |  16M| 227 |   - | 316 |9375 |5212 |   0 |   0 |  10 | 916k|  31 | 1.833075e+01 |      --      |    Inf 
482.83/483.06	c   460s|  1700k|   105 |   113 |  16M| 227 |   - | 316 |9365 |5566 |   0 |   0 |  10 | 921k|  31 | 1.833075e+01 |      --      |    Inf 
485.43/485.69	c   462s|  1710k|   116 |   113 |  16M| 227 |   - | 316 |9364 |3961 |   0 |   0 |  10 | 927k|  31 | 1.833075e+01 |      --      |    Inf 
487.93/488.18	c   465s|  1720k|   116 |   113 |  16M| 227 |   - | 316 |9349 |4928 |   0 |   0 |  10 | 932k|  31 | 1.833075e+01 |      --      |    Inf 
490.73/490.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
490.73/490.97	c   467s|  1730k|   106 |   113 |  16M| 227 |   - | 316 |9353 |5301 |   0 |   0 |  10 | 937k|  31 | 1.833075e+01 |      --      |    Inf 
493.53/493.74	c   470s|  1740k|   112 |   113 |  16M| 227 |   - | 316 |9352 |4730 |   0 |   0 |  10 | 943k|  31 | 1.833075e+01 |      --      |    Inf 
496.73/496.96	c   473s|  1750k|   114 |   113 |  16M| 227 |   - | 316 |9365 |4049 |   0 |   0 |  10 | 948k|  31 | 1.833075e+01 |      --      |    Inf 
499.53/499.79	c   476s|  1760k|   109 |   113 |  16M| 227 |   - | 316 |9371 |4879 |   0 |   0 |  10 | 954k|  31 | 1.833075e+01 |      --      |    Inf 
502.13/502.33	c   478s|  1770k|   124 |   113 |  16M| 227 |   - | 316 |9367 |4537 |   0 |   0 |  10 | 959k|  31 | 1.833075e+01 |      --      |    Inf 
504.52/504.70	c   480s|  1780k|   102 |   113 |  16M| 227 |   - | 316 |9343 |5567 |   0 |   0 |  10 | 965k|  31 | 1.833075e+01 |      --      |    Inf 
507.62/507.84	c   483s|  1790k|   113 |   113 |  16M| 227 |   - | 316 |9368 |5122 |   0 |   0 |  10 | 970k|  31 | 1.833075e+01 |      --      |    Inf 
510.43/510.62	c   486s|  1800k|   115 |   113 |  16M| 227 |   - | 316 |9349 |4663 |   0 |   0 |  10 | 975k|  31 | 1.833075e+01 |      --      |    Inf 
513.12/513.34	c   489s|  1810k|   124 |   113 |  16M| 227 |   - | 316 |9359 |4217 |   0 |   0 |  10 | 980k|  31 | 1.833075e+01 |      --      |    Inf 
516.13/516.31	c   491s|  1820k|   109 |   113 |  16M| 227 |   - | 316 |9439 |4795 |   0 |   0 |  10 | 986k|  31 | 1.833075e+01 |      --      |    Inf 
519.32/519.57	c   495s|  1830k|   108 |   113 |  16M| 227 |   - | 316 |9381 |4548 |   0 |   0 |  10 | 992k|  31 | 1.833075e+01 |      --      |    Inf 
522.32/522.57	c   497s|  1840k|   120 |   113 |  16M| 227 |   - | 316 |9357 |4251 |   0 |   0 |  10 | 997k|  31 | 1.833075e+01 |      --      |    Inf 
525.12/525.34	c   500s|  1850k|   112 |   113 |  16M| 227 |   - | 316 |9383 |4294 |   0 |   0 |  10 |1003k|  31 | 1.833075e+01 |      --      |    Inf 
528.22/528.40	c   503s|  1860k|   110 |   113 |  16M| 227 |   - | 316 |9418 |4011 |   0 |   0 |  10 |1009k|  31 | 1.833075e+01 |      --      |    Inf 
531.22/531.45	c   506s|  1870k|   119 |   113 |  16M| 227 |   - | 316 |9379 |4219 |   0 |   0 |  10 |1015k|  31 | 1.833075e+01 |      --      |    Inf 
534.42/534.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.42/534.67	c   509s|  1880k|   114 |   113 |  16M| 227 |   - | 316 |9361 |4582 |   0 |   0 |  10 |1020k|  31 | 1.833075e+01 |      --      |    Inf 
537.92/538.12	c   512s|  1890k|   116 |   113 |  16M| 227 |   - | 316 |9361 |4909 |   0 |   0 |  10 |1026k|  31 | 1.833075e+01 |      --      |    Inf 
540.62/540.88	c   515s|  1900k|   119 |   113 |  16M| 227 |   - | 316 |9356 |4996 |   0 |   0 |  10 |1031k|  31 | 1.833075e+01 |      --      |    Inf 
544.01/544.25	c   518s|  1910k|   105 |   113 |  16M| 227 |   - | 316 |9386 |4878 |   0 |   0 |  10 |1036k|  31 | 1.833075e+01 |      --      |    Inf 
547.52/547.72	c   522s|  1920k|   100 |   113 |  16M| 227 |   - | 316 |9384 |4881 |   0 |   0 |  10 |1042k|  31 | 1.833075e+01 |      --      |    Inf 
549.81/550.05	c   524s|  1930k|   125 |   113 |  16M| 227 |   - | 316 |9349 |4900 |   0 |   0 |  10 |1048k|  31 | 1.833075e+01 |      --      |    Inf 
552.22/552.49	c   526s|  1940k|   120 |   113 |  16M| 227 |   - | 316 |9350 |4386 |   0 |   0 |  10 |1053k|  31 | 1.833075e+01 |      --      |    Inf 
554.62/554.81	c   528s|  1950k|   118 |   113 |  16M| 227 |   - | 316 |9358 |4376 |   0 |   0 |  10 |1059k|  31 | 1.833075e+01 |      --      |    Inf 
557.01/557.26	c   531s|  1960k|   114 |   113 |  16M| 227 |   - | 316 |9352 |5056 |   0 |   0 |  10 |1064k|  31 | 1.833075e+01 |      --      |    Inf 
559.51/559.79	c   533s|  1970k|   117 |   113 |  16M| 227 |   - | 316 |9381 |4753 |   0 |   0 |  10 |1070k|  31 | 1.833075e+01 |      --      |    Inf 
562.11/562.30	c   535s|  1980k|   111 |   113 |  16M| 227 |   - | 316 |9356 |4941 |   0 |   0 |  10 |1075k|  31 | 1.833075e+01 |      --      |    Inf 
564.51/564.74	c   538s|  1990k|   110 |   113 |  16M| 227 |   - | 316 |9349 |4991 |   0 |   0 |  10 |1081k|  31 | 1.833075e+01 |      --      |    Inf 
567.01/567.21	c   540s|  2000k|   119 |   113 |  16M| 227 |   - | 316 |9354 |4940 |   0 |   0 |  10 |1086k|  31 | 1.833075e+01 |      --      |    Inf 
569.41/569.69	c   542s|  2010k|   115 |   113 |  16M| 227 |   - | 316 |9898 |4829 |   0 |   0 |  10 |1092k|  31 | 1.833075e+01 |      --      |    Inf 
571.81/572.05	c   545s|  2020k|   105 |   113 |  16M| 227 |   - | 316 |9373 |4843 |   0 |   0 |  10 |1098k|  31 | 1.833075e+01 |      --      |    Inf 
574.20/574.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
574.20/574.48	c   547s|  2030k|   112 |   113 |  16M| 227 |   - | 316 |9384 |4500 |   0 |   0 |  10 |1103k|  31 | 1.833075e+01 |      --      |    Inf 
576.50/576.72	c   549s|  2040k|   114 |   113 |  16M| 227 |   - | 316 |9360 |4657 |   0 |   0 |  10 |1108k|  31 | 1.833075e+01 |      --      |    Inf 
578.71/578.95	c   551s|  2050k|   108 |   113 |  16M| 227 |   - | 316 |9372 |4643 |   0 |   0 |  10 |1112k|  31 | 1.833075e+01 |      --      |    Inf 
581.21/581.49	c   554s|  2060k|   102 |   113 |  16M| 227 |   - | 316 |9378 |5157 |   0 |   0 |  10 |1118k|  31 | 1.833075e+01 |      --      |    Inf 
583.81/584.09	c   556s|  2070k|   104 |   113 |  16M| 227 |   - | 316 |9366 |5767 |   0 |   0 |  10 |1123k|  31 | 1.833075e+01 |      --      |    Inf 
586.20/586.48	c   558s|  2080k|   109 |   113 |  16M| 227 |   - | 316 |9373 |4551 |   0 |   0 |  10 |1128k|  31 | 1.833075e+01 |      --      |    Inf 
588.40/588.68	c   560s|  2090k|   106 |   113 |  16M| 227 |   - | 316 |9373 |5676 |   0 |   0 |  10 |1133k|  31 | 1.833075e+01 |      --      |    Inf 
590.91/591.13	c   563s|  2100k|    99 |   113 |  16M| 227 |   - | 316 |9381 |5671 |   0 |   0 |  10 |1138k|  31 | 1.833075e+01 |      --      |    Inf 
593.40/593.69	c   565s|  2110k|   109 |   113 |  16M| 227 |   - | 316 |9363 |5309 |   0 |   0 |  10 |1143k|  31 | 1.833075e+01 |      --      |    Inf 
596.30/596.54	c   568s|  2120k|   122 |   113 |  16M| 227 |   - | 316 |9342 |4385 |   0 |   0 |  10 |1148k|  31 | 1.833075e+01 |      --      |    Inf 
599.30/599.56	c   571s|  2130k|   108 |   113 |  16M| 227 |   - | 316 |9370 |4740 |   0 |   0 |  10 |1154k|  31 | 1.833075e+01 |      --      |    Inf 
602.00/602.23	c   573s|  2140k|   132 |   113 |  16M| 227 |   - | 316 |9328 |4807 |   0 |   0 |  10 |1159k|  31 | 1.833075e+01 |      --      |    Inf 
605.30/605.58	c   576s|  2150k|   110 |   113 |  16M| 227 |   - | 316 |9388 |4286 |   0 |   0 |  10 |1164k|  31 | 1.833075e+01 |      --      |    Inf 
608.10/608.38	c   579s|  2160k|   116 |   113 |  16M| 227 |   - | 316 |9357 |4691 |   0 |   0 |  10 |1170k|  31 | 1.833075e+01 |      --      |    Inf 
610.60/610.85	c   581s|  2170k|   107 |   113 |  16M| 227 |   - | 316 |9370 |5296 |   0 |   0 |  10 |1175k|  31 | 1.833075e+01 |      --      |    Inf 
613.39/613.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
613.39/613.63	c   584s|  2180k|   130 |   113 |  16M| 227 |   - | 316 |9353 |4920 |   0 |   0 |  10 |1181k|  31 | 1.833075e+01 |      --      |    Inf 
616.89/617.17	c   587s|  2190k|   124 |   113 |  16M| 227 |   - | 316 |9346 |4183 |   0 |   0 |  10 |1186k|  31 | 1.833075e+01 |      --      |    Inf 
620.49/620.75	c   591s|  2200k|   111 |   113 |  16M| 227 |   - | 316 |9380 |5226 |   0 |   0 |  10 |1192k|  31 | 1.833075e+01 |      --      |    Inf 
624.09/624.37	c   594s|  2210k|   115 |   113 |  16M| 227 |   - | 316 |9374 |4815 |   0 |   0 |  10 |1197k|  31 | 1.833075e+01 |      --      |    Inf 
627.59/627.82	c   598s|  2220k|   119 |   113 |  16M| 227 |   - | 316 |9351 |4899 |   0 |   0 |  10 |1203k|  31 | 1.833075e+01 |      --      |    Inf 
630.99/631.29	c   601s|  2230k|   110 |   113 |  16M| 227 |   - | 316 |9407 |4723 |   0 |   0 |  10 |1208k|  31 | 1.833075e+01 |      --      |    Inf 
634.19/634.40	c   604s|  2240k|   108 |   113 |  16M| 227 |   - | 316 |9363 |4728 |   0 |   0 |  10 |1214k|  31 | 1.833075e+01 |      --      |    Inf 
636.99/637.27	c   607s|  2250k|   119 |   113 |  16M| 227 |   - | 316 |9373 |4625 |   0 |   0 |  10 |1219k|  31 | 1.833075e+01 |      --      |    Inf 
639.89/640.20	c   610s|  2260k|   108 |   113 |  16M| 227 |   - | 316 |9487 |4665 |   0 |   0 |  10 |1225k|  31 | 1.833075e+01 |      --      |    Inf 
642.78/643.08	c   612s|  2270k|   117 |   113 |  16M| 227 |   - | 316 |9369 |4327 |   0 |   0 |  10 |1231k|  31 | 1.833075e+01 |      --      |    Inf 
645.29/645.56	c   615s|  2280k|   109 |   113 |  16M| 227 |   - | 316 |9375 |4902 |   0 |   0 |  10 |1236k|  31 | 1.833075e+01 |      --      |    Inf 
647.59/647.84	c   617s|  2290k|   102 |   113 |  16M| 227 |   - | 316 |9372 |5384 |   0 |   0 |  10 |1241k|  31 | 1.833075e+01 |      --      |    Inf 
650.28/650.59	c   619s|  2300k|   115 |   113 |  16M| 227 |   - | 316 |9369 |4112 |   0 |   0 |  10 |1247k|  31 | 1.833075e+01 |      --      |    Inf 
652.58/652.89	c   622s|  2310k|   107 |   113 |  16M| 227 |   - | 316 |9381 |4308 |   0 |   0 |  10 |1252k|  31 | 1.833075e+01 |      --      |    Inf 
655.49/655.72	c   624s|  2320k|   106 |   113 |  16M| 227 |   - | 316 |9443 |3888 |   0 |   0 |  10 |1257k|  31 | 1.833075e+01 |      --      |    Inf 
658.18/658.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.18/658.45	c   627s|  2330k|   115 |   113 |  16M| 227 |   - | 316 |9399 |4308 |   0 |   0 |  10 |1262k|  31 | 1.833075e+01 |      --      |    Inf 
661.38/661.62	c   630s|  2340k|   106 |   113 |  16M| 227 |   - | 316 |9403 |4300 |   0 |   0 |  10 |1268k|  31 | 1.833075e+01 |      --      |    Inf 
664.48/664.70	c   633s|  2350k|   115 |   113 |  16M| 227 |   - | 316 |9376 |4226 |   0 |   0 |  10 |1273k|  31 | 1.833075e+01 |      --      |    Inf 
667.18/667.45	c   635s|  2360k|   109 |   113 |  16M| 227 |   - | 316 |9415 |4650 |   0 |   0 |  10 |1278k|  31 | 1.833075e+01 |      --      |    Inf 
670.28/670.59	c   638s|  2370k|   114 |   113 |  16M| 227 |   - | 316 |9412 |4353 |   0 |   0 |  10 |1284k|  31 | 1.833075e+01 |      --      |    Inf 
672.89/673.13	c   641s|  2380k|   118 |   113 |  16M| 227 |   - | 316 |9348 |5064 |   0 |   0 |  10 |1289k|  31 | 1.833075e+01 |      --      |    Inf 
675.48/675.78	c   643s|  2390k|   126 |   113 |  16M| 227 |   - | 316 |9343 |4383 |   0 |   0 |  10 |1294k|  31 | 1.833075e+01 |      --      |    Inf 
678.08/678.32	c   646s|  2400k|   107 |   113 |  16M| 227 |   - | 316 |9346 |4794 |   0 |   0 |  10 |1300k|  31 | 1.833075e+01 |      --      |    Inf 
680.87/681.11	c   648s|  2410k|   122 |   113 |  16M| 227 |   - | 316 |9360 |4648 |   0 |   0 |  10 |1305k|  31 | 1.833075e+01 |      --      |    Inf 
683.67/683.94	c   651s|  2420k|   110 |   113 |  16M| 227 |   - | 316 |9365 |4594 |   0 |   0 |  10 |1310k|  31 | 1.833075e+01 |      --      |    Inf 
686.87/687.18	c   654s|  2430k|   106 |   113 |  16M| 227 |   - | 316 |9435 |4120 |   0 |   0 |  10 |1316k|  31 | 1.833075e+01 |      --      |    Inf 
689.87/690.10	c   657s|  2440k|   117 |   113 |  16M| 227 |   - | 316 |9356 |4604 |   0 |   0 |  10 |1321k|  31 | 1.833075e+01 |      --      |    Inf 
692.68/692.96	c   660s|  2450k|   107 |   113 |  16M| 227 |   - | 316 |9395 |4662 |   0 |   0 |  10 |1326k|  31 | 1.833075e+01 |      --      |    Inf 
696.17/696.42	c   663s|  2460k|   117 |   113 |  16M| 227 |   - | 316 |9370 |5082 |   0 |   0 |  10 |1332k|  31 | 1.833075e+01 |      --      |    Inf 
699.37/699.65	c   666s|  2470k|   115 |   113 |  16M| 227 |   - | 316 |9370 |5438 |   0 |   0 |  10 |1337k|  31 | 1.833075e+01 |      --      |    Inf 
702.17/702.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.17/702.48	c   669s|  2480k|   117 |   113 |  16M| 227 |   - | 316 |9358 |4442 |   0 |   0 |  10 |1343k|  31 | 1.833075e+01 |      --      |    Inf 
705.47/705.78	c   672s|  2490k|   105 |   113 |  16M| 227 |   - | 316 |9419 |4523 |   0 |   0 |  10 |1349k|  31 | 1.833075e+01 |      --      |    Inf 
708.67/708.95	c   675s|  2500k|   121 |   113 |  16M| 227 |   - | 316 |9381 |5102 |   0 |   0 |  10 |1354k|  31 | 1.833075e+01 |      --      |    Inf 
712.16/712.49	c   678s|  2510k|   101 |   113 |  16M| 227 |   - | 316 |9402 |4918 |   0 |   0 |  10 |1359k|  31 | 1.833075e+01 |      --      |    Inf 
714.57/714.86	c   681s|  2520k|   112 |   113 |  16M| 227 |   - | 316 |9387 |4947 |   0 |   0 |  10 |1365k|  31 | 1.833075e+01 |      --      |    Inf 
717.46/717.71	c   683s|  2530k|   107 |   113 |  16M| 227 |   - | 316 |9409 |4285 |   0 |   0 |  10 |1370k|  31 | 1.833075e+01 |      --      |    Inf 
720.46/720.76	c   686s|  2540k|   105 |   113 |  16M| 227 |   - | 316 |9436 |4239 |   0 |   0 |  10 |1376k|  31 | 1.833075e+01 |      --      |    Inf 
723.36/723.60	c   689s|  2550k|   105 |   113 |  16M| 227 |   - | 316 |9418 |4475 |   0 |   0 |  10 |1381k|  31 | 1.833075e+01 |      --      |    Inf 
726.66/726.96	c   692s|  2560k|   106 |   113 |  16M| 227 |   - | 316 |9409 |4617 |   0 |   0 |  10 |1387k|  31 | 1.833075e+01 |      --      |    Inf 
729.76/730.07	c   695s|  2570k|   123 |   113 |  16M| 227 |   - | 316 |9349 |4558 |   0 |   0 |  10 |1392k|  31 | 1.833075e+01 |      --      |    Inf 
732.16/732.43	c   697s|  2580k|   118 |   113 |  16M| 227 |   - | 316 |9347 |4636 |   0 |   0 |  10 |1398k|  31 | 1.833075e+01 |      --      |    Inf 
734.66/734.93	c   700s|  2590k|   115 |   113 |  16M| 227 |   - | 316 |9348 |5296 |   0 |   0 |  10 |1403k|  31 | 1.833075e+01 |      --      |    Inf 
737.36/737.66	c   702s|  2600k|   106 |   113 |  16M| 227 |   - | 316 |9370 |5268 |   0 |   0 |  10 |1408k|  31 | 1.833075e+01 |      --      |    Inf 
740.16/740.41	c   705s|  2610k|   115 |   113 |  16M| 227 |   - | 316 |9364 |4970 |   0 |   0 |  10 |1413k|  31 | 1.833075e+01 |      --      |    Inf 
742.75/743.07	c   707s|  2620k|   116 |   113 |  16M| 227 |   - | 316 |9355 |4481 |   0 |   0 |  10 |1419k|  31 | 1.833075e+01 |      --      |    Inf 
745.46/745.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
745.46/745.71	c   710s|  2630k|   121 |   113 |  16M| 227 |   - | 316 |9349 |4704 |   0 |   0 |  10 |1425k|  31 | 1.833075e+01 |      --      |    Inf 
748.65/748.92	c   713s|  2640k|   107 |   113 |  16M| 227 |   - | 316 |9366 |4815 |   0 |   0 |  10 |1430k|  31 | 1.833075e+01 |      --      |    Inf 
751.45/751.73	c   716s|  2650k|   107 |   113 |  16M| 227 |   - | 316 |9364 |5081 |   0 |   0 |  10 |1435k|  31 | 1.833075e+01 |      --      |    Inf 
754.16/754.41	c   718s|  2660k|   112 |   113 |  16M| 227 |   - | 316 |9366 |4220 |   0 |   0 |  10 |1441k|  31 | 1.833075e+01 |      --      |    Inf 
756.95/757.27	c   721s|  2670k|   112 |   113 |  16M| 227 |   - | 316 |9378 |4154 |   0 |   0 |  10 |1446k|  31 | 1.833075e+01 |      --      |    Inf 
759.65/759.91	c   724s|  2680k|   100 |   113 |  16M| 227 |   - | 316 |9688 |4254 |   0 |   0 |  10 |1452k|  31 | 1.833075e+01 |      --      |    Inf 
762.26/762.50	c   726s|  2690k|   108 |   113 |  16M| 227 |   - | 316 |9426 |5440 |   0 |   0 |  10 |1457k|  31 | 1.833075e+01 |      --      |    Inf 
765.26/765.50	c   729s|  2700k|   109 |   113 |  16M| 227 |   - | 316 |9336 |4636 |   0 |   0 |  10 |1463k|  31 | 1.833075e+01 |      --      |    Inf 
768.05/768.32	c   732s|  2710k|   105 |   113 |  16M| 227 |   - | 316 |9329 |4823 |   0 |   0 |  10 |1468k|  31 | 1.833075e+01 |      --      |    Inf 
770.55/770.80	c   734s|  2720k|   113 |   113 |  16M| 227 |   - | 316 |9362 |4277 |   0 |   0 |  10 |1473k|  31 | 1.833075e+01 |      --      |    Inf 
773.15/773.44	c   736s|  2730k|   106 |   113 |  16M| 227 |   - | 316 |9349 |4510 |   0 |   0 |  10 |1478k|  31 | 1.833075e+01 |      --      |    Inf 
775.45/775.79	c   739s|  2740k|   109 |   113 |  16M| 227 |   - | 316 |9375 |4435 |   0 |   0 |  10 |1483k|  31 | 1.833075e+01 |      --      |    Inf 
777.84/778.10	c   741s|  2750k|   107 |   113 |  16M| 227 |   - | 316 |9362 |4314 |   0 |   0 |  10 |1488k|  31 | 1.833075e+01 |      --      |    Inf 
780.24/780.59	c   743s|  2760k|   111 |   113 |  16M| 227 |   - | 316 |9360 |4459 |   0 |   0 |  10 |1493k|  31 | 1.833075e+01 |      --      |    Inf 
782.65/782.92	c   745s|  2770k|   112 |   113 |  16M| 227 |   - | 316 |9541 |4172 |   0 |   0 |  10 |1498k|  31 | 1.833075e+01 |      --      |    Inf 
785.05/785.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
785.05/785.32	c   748s|  2780k|   109 |   113 |  16M| 227 |   - | 316 |9338 |4047 |   0 |   0 |  10 |1503k|  31 | 1.833075e+01 |      --      |    Inf 
787.45/787.70	c   750s|  2790k|   103 |   113 |  16M| 227 |   - | 316 |9386 |4268 |   0 |   0 |  10 |1508k|  31 | 1.833075e+01 |      --      |    Inf 
789.75/790.01	c   752s|  2800k|   110 |   113 |  16M| 227 |   - | 316 |9364 |4044 |   0 |   0 |  10 |1513k|  31 | 1.833075e+01 |      --      |    Inf 
792.05/792.34	c   754s|  2810k|   116 |   113 |  16M| 227 |   - | 316 |9344 |4264 |   0 |   0 |  10 |1518k|  31 | 1.833075e+01 |      --      |    Inf 
794.34/794.64	c   756s|  2820k|   104 |   113 |  16M| 227 |   - | 316 |9352 |4489 |   0 |   0 |  10 |1524k|  31 | 1.833075e+01 |      --      |    Inf 
796.64/796.93	c   759s|  2830k|   109 |   113 |  16M| 227 |   - | 316 |9351 |4281 |   0 |   0 |  10 |1529k|  31 | 1.833075e+01 |      --      |    Inf 
799.04/799.35	c   761s|  2840k|   117 |   113 |  16M| 227 |   - | 316 |9333 |5328 |   0 |   0 |  10 |1534k|  31 | 1.833075e+01 |      --      |    Inf 
801.94/802.25	c   764s|  2850k|   101 |   113 |  16M| 227 |   - | 316 |9670 |4668 |   0 |   0 |  10 |1540k|  31 | 1.833075e+01 |      --      |    Inf 
805.14/805.40	c   767s|  2860k|   122 |   113 |  16M| 227 |   - | 316 |9376 |4782 |   0 |   0 |  10 |1545k|  31 | 1.833075e+01 |      --      |    Inf 
807.94/808.21	c   769s|  2870k|   106 |   113 |  16M| 227 |   - | 316 |9388 |4161 |   0 |   0 |  10 |1550k|  31 | 1.833075e+01 |      --      |    Inf 
810.24/810.55	c   772s|  2880k|   106 |   113 |  16M| 227 |   - | 316 |9387 |3948 |   0 |   0 |  10 |1555k|  31 | 1.833075e+01 |      --      |    Inf 
812.74/813.00	c   774s|  2890k|   100 |   113 |  16M| 227 |   - | 316 |9383 |4163 |   0 |   0 |  10 |1560k|  31 | 1.833075e+01 |      --      |    Inf 
815.24/815.51	c   776s|  2900k|   101 |   113 |  16M| 227 |   - | 316 |9386 |4193 |   0 |   0 |  10 |1566k|  31 | 1.833075e+01 |      --      |    Inf 
817.74/818.01	c   779s|  2910k|   110 |   113 |  16M| 227 |   - | 316 |9370 |4275 |   0 |   0 |  10 |1570k|  31 | 1.833075e+01 |      --      |    Inf 
820.13/820.44	c   781s|  2920k|    99 |   113 |  16M| 227 |   - | 316 |9364 |4741 |   0 |   0 |  10 |1575k|  31 | 1.833075e+01 |      --      |    Inf 
823.04/823.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
823.04/823.30	c   784s|  2930k|   112 |   113 |  16M| 227 |   - | 316 |9325 |5142 |   0 |   0 |  10 |1580k|  31 | 1.833075e+01 |      --      |    Inf 
826.74/827.07	c   787s|  2940k|   114 |   113 |  16M| 227 |   - | 316 |9343 |5673 |   0 |   0 |  10 |1585k|  31 | 1.833075e+01 |      --      |    Inf 
829.94/830.24	c   790s|  2950k|   116 |   113 |  16M| 227 |   - | 316 |9331 |4726 |   0 |   0 |  10 |1591k|  31 | 1.833075e+01 |      --      |    Inf 
832.34/832.67	c   793s|  2960k|   116 |   113 |  16M| 227 |   - | 316 |9347 |5025 |   0 |   0 |  10 |1597k|  31 | 1.833075e+01 |      --      |    Inf 
834.84/835.12	c   795s|  2970k|   108 |   113 |  16M| 227 |   - | 316 |9361 |5213 |   0 |   0 |  10 |1602k|  31 | 1.833075e+01 |      --      |    Inf 
838.23/838.53	c   798s|  2980k|   124 |   113 |  16M| 227 |   - | 316 |9353 |4950 |   0 |   0 |  10 |1608k|  31 | 1.833075e+01 |      --      |    Inf 
840.53/840.82	c   800s|  2990k|   109 |   113 |  16M| 227 |   - | 316 |9373 |5248 |   0 |   0 |  10 |1613k|  31 | 1.833075e+01 |      --      |    Inf 
843.03/843.34	c   803s|  3000k|   105 |   113 |  16M| 227 |   - | 316 |9373 |4141 |   0 |   0 |  10 |1619k|  31 | 1.833075e+01 |      --      |    Inf 
845.54/845.80	c   805s|  3010k|   111 |   113 |  16M| 227 |   - | 316 |9327 |5785 |   0 |   0 |  10 |1625k|  31 | 1.833075e+01 |      --      |    Inf 
848.03/848.30	c   807s|  3020k|   105 |   113 |  16M| 227 |   - | 316 |9375 |5762 |   0 |   0 |  10 |1630k|  31 | 1.833075e+01 |      --      |    Inf 
850.72/851.09	c   810s|  3030k|   123 |   113 |  16M| 227 |   - | 316 |9766 |5857 |   0 |   0 |  10 |1637k|  31 | 1.833075e+01 |      --      |    Inf 
853.23/853.57	c   812s|  3040k|   123 |   113 |  16M| 227 |   - | 316 |9331 |5706 |   0 |   0 |  10 |1644k|  31 | 1.833075e+01 |      --      |    Inf 
855.63/855.90	c   815s|  3050k|   115 |   113 |  16M| 227 |   - | 316 |9328 |5844 |   0 |   0 |  10 |1651k|  31 | 1.833075e+01 |      --      |    Inf 
857.92/858.25	c   817s|  3060k|   113 |   113 |  16M| 227 |   - | 316 |9349 |6710 |   0 |   0 |  10 |1657k|  31 | 1.833075e+01 |      --      |    Inf 
860.23/860.57	c   819s|  3070k|   105 |   113 |  16M| 227 |   - | 316 |9355 |7113 |   0 |   0 |  10 |1662k|  31 | 1.833075e+01 |      --      |    Inf 
862.62/862.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.62/862.93	c   821s|  3080k|   107 |   113 |  16M| 227 |   - | 316 |9344 |7112 |   0 |   0 |  10 |1668k|  31 | 1.833075e+01 |      --      |    Inf 
864.93/865.29	c   823s|  3090k|   106 |   113 |  16M| 227 |   - | 316 |9366 |7139 |   0 |   0 |  10 |1674k|  31 | 1.833075e+01 |      --      |    Inf 
867.42/867.72	c   826s|  3100k|   104 |   113 |  16M| 227 |   - | 316 |9340 |7500 |   0 |   0 |  10 |1679k|  31 | 1.833075e+01 |      --      |    Inf 
870.03/870.30	c   828s|  3110k|   110 |   113 |  16M| 227 |   - | 316 |9354 |7227 |   0 |   0 |  10 |1684k|  31 | 1.833075e+01 |      --      |    Inf 
872.52/872.86	c   831s|  3120k|   108 |   113 |  16M| 227 |   - | 316 |  10k|7033 |   0 |   0 |  10 |1690k|  31 | 1.833075e+01 |      --      |    Inf 
874.92/875.20	c   833s|  3130k|   100 |   113 |  16M| 227 |   - | 316 |9351 |7162 |   0 |   0 |  10 |1697k|  31 | 1.833075e+01 |      --      |    Inf 
877.22/877.60	c   835s|  3140k|   121 |   113 |  16M| 227 |   - | 316 |  10k|6345 |   0 |   0 |  10 |1703k|  31 | 1.833075e+01 |      --      |    Inf 
879.92/880.24	c   838s|  3150k|   108 |   113 |  16M| 227 |   - | 316 |9550 |7300 |   0 |   0 |  10 |1714k|  31 | 1.833075e+01 |      --      |    Inf 
882.92/883.26	c   841s|  3160k|   107 |   113 |  16M| 227 |   - | 316 |9466 |6508 |   0 |   0 |  10 |1720k|  31 | 1.833075e+01 |      --      |    Inf 
885.61/885.99	c   843s|  3170k|   103 |   113 |  16M| 227 |   - | 316 |9361 |6776 |   0 |   0 |  10 |1725k|  31 | 1.833075e+01 |      --      |    Inf 
888.31/888.63	c   846s|  3180k|   109 |   113 |  16M| 227 |   - | 316 |9367 |6545 |   0 |   0 |  10 |1732k|  31 | 1.833075e+01 |      --      |    Inf 
891.41/891.76	c   849s|  3190k|   104 |   113 |  16M| 227 |   - | 316 |9359 |7295 |   0 |   0 |  10 |1737k|  31 | 1.833075e+01 |      --      |    Inf 
894.82/895.13	c   852s|  3200k|   116 |   113 |  16M| 227 |   - | 316 |9416 |6029 |   0 |   0 |  10 |1742k|  31 | 1.833075e+01 |      --      |    Inf 
897.91/898.22	c   855s|  3210k|   104 |   113 |  16M| 227 |   - | 316 |9665 |6045 |   0 |   0 |  10 |1748k|  31 | 1.833075e+01 |      --      |    Inf 
900.71/901.08	c   858s|  3220k|   112 |   113 |  16M| 227 |   - | 316 |9352 |6365 |   0 |   0 |  10 |1754k|  31 | 1.833075e+01 |      --      |    Inf 
903.32/903.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
903.32/903.63	c   860s|  3230k|   106 |   113 |  16M| 227 |   - | 316 |9357 |6576 |   0 |   0 |  10 |1759k|  31 | 1.833075e+01 |      --      |    Inf 
906.11/906.42	c   863s|  3240k|   113 |   113 |  16M| 227 |   - | 316 |9353 |6476 |   0 |   0 |  10 |1764k|  31 | 1.833075e+01 |      --      |    Inf 
908.81/909.17	c   865s|  3250k|   102 |   113 |  16M| 227 |   - | 316 |9393 |6620 |   0 |   0 |  10 |1770k|  31 | 1.833075e+01 |      --      |    Inf 
912.01/912.35	c   868s|  3260k|   117 |   113 |  16M| 227 |   - | 316 |9457 |6053 |   0 |   0 |  10 |1775k|  31 | 1.833075e+01 |      --      |    Inf 
915.41/915.72	c   872s|  3270k|   106 |   113 |  16M| 227 |   - | 316 |9386 |6752 |   0 |   0 |  10 |1781k|  31 | 1.833075e+01 |      --      |    Inf 
918.31/918.69	c   874s|  3280k|   112 |   113 |  16M| 227 |   - | 316 |9369 |5880 |   0 |   0 |  10 |1786k|  31 | 1.833075e+01 |      --      |    Inf 
922.01/922.30	c   878s|  3290k|   101 |   113 |  16M| 227 |   - | 316 |9894 |6014 |   0 |   0 |  10 |1792k|  31 | 1.833075e+01 |      --      |    Inf 
925.00/925.36	c   881s|  3300k|   101 |   113 |  16M| 227 |   - | 316 |9395 |6882 |   0 |   0 |  10 |1798k|  31 | 1.833075e+01 |      --      |    Inf 
928.21/928.54	c   884s|  3310k|   103 |   113 |  16M| 227 |   - | 316 |9377 |7044 |   0 |   0 |  10 |1803k|  31 | 1.833075e+01 |      --      |    Inf 
931.20/931.55	c   887s|  3320k|   106 |   113 |  16M| 227 |   - | 316 |9337 |6173 |   0 |   0 |  10 |1809k|  31 | 1.833075e+01 |      --      |    Inf 
933.90/934.25	c   889s|  3330k|   117 |   113 |  16M| 227 |   - | 316 |9353 |6640 |   0 |   0 |  10 |1815k|  31 | 1.833075e+01 |      --      |    Inf 
936.11/936.49	c   891s|  3340k|   109 |   113 |  16M| 227 |   - | 316 |9355 |6999 |   0 |   0 |  10 |1820k|  31 | 1.833075e+01 |      --      |    Inf 
939.01/939.40	c   894s|  3350k|   113 |   113 |  16M| 227 |   - | 316 |9363 |6729 |   0 |   0 |  10 |1825k|  31 | 1.833075e+01 |      --      |    Inf 
942.60/942.99	c   898s|  3360k|   138 |   113 |  16M| 227 |   - | 316 |9347 |6214 |   0 |   0 |  10 |1831k|  31 | 1.833075e+01 |      --      |    Inf 
946.20/946.54	c   901s|  3370k|   102 |   113 |  16M| 227 |   - | 316 |9388 |6617 |   0 |   0 |  10 |1836k|  31 | 1.833075e+01 |      --      |    Inf 
949.40/949.75	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
949.40/949.75	c   904s|  3380k|   115 |   113 |  16M| 227 |   - | 316 |9371 |6516 |   0 |   0 |  10 |1842k|  31 | 1.833075e+01 |      --      |    Inf 
952.89/953.27	c   908s|  3390k|   115 |   113 |  16M| 227 |   - | 316 |9334 |6190 |   0 |   0 |  10 |1847k|  31 | 1.833075e+01 |      --      |    Inf 
956.50/956.84	c   911s|  3400k|   113 |   113 |  16M| 227 |   - | 316 |9344 |7111 |   0 |   0 |  10 |1852k|  31 | 1.833075e+01 |      --      |    Inf 
960.29/960.61	c   915s|  3410k|   104 |   113 |  16M| 227 |   - | 316 |9409 |6853 |   0 |   0 |  10 |1858k|  31 | 1.833075e+01 |      --      |    Inf 
963.50/963.88	c   918s|  3420k|   102 |   113 |  16M| 227 |   - | 316 |9363 |6090 |   0 |   0 |  10 |1863k|  31 | 1.833075e+01 |      --      |    Inf 
967.09/967.47	c   921s|  3430k|   102 |   113 |  16M| 227 |   - | 316 |9355 |6033 |   0 |   0 |  10 |1869k|  31 | 1.833075e+01 |      --      |    Inf 
969.99/970.31	c   924s|  3440k|   103 |   113 |  16M| 227 |   - | 316 |9355 |7014 |   0 |   0 |  10 |1874k|  31 | 1.833075e+01 |      --      |    Inf 
973.39/973.73	c   927s|  3450k|   111 |   113 |  16M| 227 |   - | 316 |9361 |6119 |   0 |   0 |  10 |1879k|  31 | 1.833075e+01 |      --      |    Inf 
976.99/977.33	c   931s|  3460k|   110 |   113 |  16M| 227 |   - | 316 |9361 |6571 |   0 |   0 |  10 |1885k|  31 | 1.833075e+01 |      --      |    Inf 
980.29/980.62	c   934s|  3470k|   117 |   113 |  16M| 227 |   - | 316 |9368 |6720 |   0 |   0 |  10 |1890k|  31 | 1.833075e+01 |      --      |    Inf 
983.19/983.58	c   937s|  3480k|   112 |   113 |  16M| 227 |   - | 316 |9342 |6086 |   0 |   0 |  10 |1895k|  31 | 1.833075e+01 |      --      |    Inf 
985.69/986.03	c   939s|  3490k|   109 |   113 |  16M| 227 |   - | 316 |9347 |6155 |   0 |   0 |  10 |1900k|  31 | 1.833075e+01 |      --      |    Inf 
988.28/988.62	c   941s|  3500k|   102 |   113 |  16M| 227 |   - | 316 |9359 |7168 |   0 |   0 |  10 |1905k|  31 | 1.833075e+01 |      --      |    Inf 
991.68/992.09	c   945s|  3510k|    93 |   113 |  16M| 227 |   - | 316 |9442 |6838 |   0 |   0 |  10 |1911k|  31 | 1.833075e+01 |      --      |    Inf 
994.09/994.48	c   947s|  3520k|   106 |   113 |  16M| 227 |   - | 316 |9361 |6514 |   0 |   0 |  10 |1916k|  31 | 1.833075e+01 |      --      |    Inf 
996.49/996.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
996.49/996.85	c   949s|  3530k|   103 |   113 |  16M| 227 |   - | 316 |9389 |6498 |   0 |   0 |  10 |1921k|  31 | 1.833075e+01 |      --      |    Inf 
999.29/999.64	c   952s|  3540k|   115 |   113 |  16M| 227 |   - | 316 |9352 |6741 |   0 |   0 |  10 |1926k|  31 | 1.833075e+01 |      --      |    Inf 
1002.98/1003.33	c   956s|  3550k|   105 |   113 |  16M| 227 |   - | 316 |9373 |7111 |   0 |   0 |  10 |1931k|  31 | 1.833075e+01 |      --      |    Inf 
1006.78/1007.18	c   959s|  3560k|   102 |   113 |  16M| 227 |   - | 316 |9364 |6432 |   0 |   0 |  10 |1937k|  31 | 1.833075e+01 |      --      |    Inf 
1010.28/1010.67	c   963s|  3570k|   102 |   113 |  16M| 227 |   - | 316 |9349 |6938 |   0 |   0 |  10 |1942k|  31 | 1.833075e+01 |      --      |    Inf 
1014.29/1014.60	c   966s|  3580k|    95 |   113 |  16M| 227 |   - | 316 |9385 |6895 |   0 |   0 |  10 |1948k|  31 | 1.833075e+01 |      --      |    Inf 
1017.58/1017.91	c   970s|  3590k|   102 |   113 |  16M| 227 |   - | 316 |9376 |6955 |   0 |   0 |  10 |1953k|  31 | 1.833075e+01 |      --      |    Inf 
1021.08/1021.45	c   973s|  3600k|   101 |   113 |  16M| 227 |   - | 316 |9391 |6386 |   0 |   0 |  10 |1959k|  31 | 1.833075e+01 |      --      |    Inf 
1024.28/1024.65	c   976s|  3610k|   109 |   113 |  16M| 227 |   - | 316 |9327 |6858 |   0 |   0 |  10 |1964k|  31 | 1.833075e+01 |      --      |    Inf 
1026.98/1027.36	c   979s|  3620k|   107 |   113 |  16M| 227 |   - | 316 |9356 |5957 |   0 |   0 |  10 |1969k|  31 | 1.833075e+01 |      --      |    Inf 
1029.98/1030.37	c   981s|  3630k|   109 |   113 |  16M| 227 |   - | 316 |9352 |6205 |   0 |   0 |  10 |1975k|  31 | 1.833075e+01 |      --      |    Inf 
1032.67/1033.05	c   984s|  3640k|   111 |   113 |  16M| 227 |   - | 316 |9395 |6433 |   0 |   0 |  10 |1980k|  31 | 1.833075e+01 |      --      |    Inf 
1035.28/1035.65	c   987s|  3650k|   100 |   113 |  16M| 227 |   - | 316 |9353 |6729 |   0 |   0 |  10 |1985k|  31 | 1.833075e+01 |      --      |    Inf 
1037.87/1038.29	c   989s|  3660k|   107 |   113 |  16M| 227 |   - | 316 |9366 |6074 |   0 |   0 |  10 |1990k|  31 | 1.833075e+01 |      --      |    Inf 
1040.58/1040.97	c   992s|  3670k|   119 |   113 |  16M| 227 |   - | 316 |9340 |6347 |   0 |   0 |  10 |1995k|  31 | 1.833075e+01 |      --      |    Inf 
1043.48/1043.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1043.48/1043.82	c   994s|  3680k|   105 |   113 |  16M| 227 |   - | 316 |9362 |6596 |   0 |   0 |  10 |2001k|  31 | 1.833075e+01 |      --      |    Inf 
1046.88/1047.26	c   998s|  3690k|   120 |   113 |  16M| 227 |   - | 316 |9358 |5800 |   0 |   0 |  10 |2006k|  31 | 1.833075e+01 |      --      |    Inf 
1050.27/1050.60	c  1001s|  3700k|   101 |   113 |  16M| 227 |   - | 316 |9363 |6152 |   0 |   0 |  10 |2011k|  31 | 1.833075e+01 |      --      |    Inf 
1053.77/1054.17	c  1004s|  3710k|    97 |   113 |  16M| 227 |   - | 316 |9386 |6439 |   0 |   0 |  10 |2017k|  31 | 1.833075e+01 |      --      |    Inf 
1056.37/1056.71	c  1007s|  3720k|   102 |   113 |  16M| 227 |   - | 316 |9362 |6639 |   0 |   0 |  10 |2022k|  31 | 1.833075e+01 |      --      |    Inf 
1058.77/1059.11	c  1009s|  3730k|   114 |   113 |  16M| 227 |   - | 316 |9373 |5826 |   0 |   0 |  10 |2027k|  31 | 1.833075e+01 |      --      |    Inf 
1061.17/1061.53	c  1011s|  3740k|   104 |   113 |  16M| 227 |   - | 316 |9367 |5740 |   0 |   0 |  10 |2032k|  31 | 1.833075e+01 |      --      |    Inf 
1063.87/1064.21	c  1014s|  3750k|   102 |   113 |  16M| 227 |   - | 316 |9388 |6020 |   0 |   0 |  10 |2037k|  31 | 1.833075e+01 |      --      |    Inf 
1066.36/1066.77	c  1016s|  3760k|   106 |   113 |  16M| 227 |   - | 316 |9352 |6325 |   0 |   0 |  10 |2042k|  31 | 1.833075e+01 |      --      |    Inf 
1069.16/1069.53	c  1019s|  3770k|    97 |   113 |  16M| 227 |   - | 316 |9372 |6832 |   0 |   0 |  10 |2047k|  31 | 1.833075e+01 |      --      |    Inf 
1071.87/1072.26	c  1021s|  3780k|   109 |   113 |  16M| 227 |   - | 316 |9371 |7147 |   0 |   0 |  10 |2052k|  31 | 1.833075e+01 |      --      |    Inf 
1074.57/1074.99	c  1024s|  3790k|   125 |   113 |  16M| 227 |   - | 316 |9341 |5758 |   0 |   0 |  10 |2057k|  31 | 1.833075e+01 |      --      |    Inf 
1077.57/1077.95	c  1027s|  3800k|   103 |   113 |  16M| 227 |   - | 316 |9359 |6982 |   0 |   0 |  10 |2063k|  31 | 1.833075e+01 |      --      |    Inf 
1080.47/1080.80	c  1030s|  3810k|   108 |   113 |  16M| 227 |   - | 316 |9385 |6879 |   0 |   0 |  10 |2068k|  31 | 1.833075e+01 |      --      |    Inf 
1083.47/1083.80	c  1032s|  3820k|   105 |   113 |  16M| 227 |   - | 316 |9333 |6895 |   0 |   0 |  10 |2073k|  31 | 1.833075e+01 |      --      |    Inf 
1086.76/1087.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1086.76/1087.12	c  1036s|  3830k|   117 |   113 |  16M| 227 |   - | 316 |9325 |7198 |   0 |   0 |  10 |2078k|  31 | 1.833075e+01 |      --      |    Inf 
1090.37/1090.79	c  1039s|  3840k|   105 |   113 |  16M| 227 |   - | 316 |9566 |6980 |   0 |   0 |  10 |2084k|  31 | 1.833075e+01 |      --      |    Inf 
1093.66/1094.02	c  1042s|  3850k|   105 |   113 |  16M| 227 |   - | 316 |9364 |6853 |   0 |   0 |  10 |2089k|  31 | 1.833075e+01 |      --      |    Inf 
1096.76/1097.13	c  1045s|  3860k|   101 |   113 |  16M| 227 |   - | 316 |9320 |7297 |   0 |   0 |  10 |2094k|  31 | 1.833075e+01 |      --      |    Inf 
1099.86/1100.29	c  1048s|  3870k|   114 |   113 |  16M| 227 |   - | 316 |9343 |6231 |   0 |   0 |  10 |2099k|  31 | 1.833075e+01 |      --      |    Inf 
1102.96/1103.36	c  1051s|  3880k|    99 |   113 |  16M| 227 |   - | 316 |9352 |6705 |   0 |   0 |  10 |2105k|  31 | 1.833075e+01 |      --      |    Inf 
1106.16/1106.56	c  1054s|  3890k|   115 |   113 |  16M| 227 |   - | 316 |9344 |6459 |   0 |   0 |  10 |2110k|  31 | 1.833075e+01 |      --      |    Inf 
1109.26/1109.64	c  1057s|  3900k|   110 |   113 |  16M| 227 |   - | 316 |9378 |6679 |   0 |   0 |  10 |2115k|  31 | 1.833075e+01 |      --      |    Inf 
1111.95/1112.35	c  1060s|  3910k|   106 |   113 |  16M| 227 |   - | 316 |9346 |7377 |   0 |   0 |  10 |2120k|  31 | 1.833075e+01 |      --      |    Inf 
1115.65/1116.03	c  1063s|  3920k|   103 |   113 |  16M| 227 |   - | 316 |9374 |6366 |   0 |   0 |  10 |2126k|  31 | 1.833075e+01 |      --      |    Inf 
1118.75/1119.19	c  1066s|  3930k|   109 |   113 |  16M| 227 |   - | 316 |9356 |6916 |   0 |   0 |  10 |2131k|  31 | 1.833075e+01 |      --      |    Inf 
1121.45/1121.85	c  1069s|  3940k|   102 |   113 |  16M| 227 |   - | 316 |9362 |5958 |   0 |   0 |  10 |2136k|  31 | 1.833075e+01 |      --      |    Inf 
1124.35/1124.79	c  1072s|  3950k|   119 |   113 |  16M| 227 |   - | 316 |9385 |6232 |   0 |   0 |  10 |2141k|  31 | 1.833075e+01 |      --      |    Inf 
1127.25/1127.63	c  1074s|  3960k|   100 |   113 |  16M| 227 |   - | 316 |9404 |6055 |   0 |   0 |  10 |2147k|  31 | 1.833075e+01 |      --      |    Inf 
1130.35/1130.71	c  1077s|  3970k|   122 |   113 |  16M| 227 |   - | 316 |9352 |6355 |   0 |   0 |  10 |2152k|  31 | 1.833075e+01 |      --      |    Inf 
1133.84/1134.24	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1133.84/1134.24	c  1081s|  3980k|   108 |   113 |  16M| 227 |   - | 316 |9367 |6645 |   0 |   0 |  10 |2157k|  31 | 1.833075e+01 |      --      |    Inf 
1137.24/1137.65	c  1084s|  3990k|   114 |   113 |  16M| 227 |   - | 316 |9345 |7015 |   0 |   0 |  10 |2163k|  31 | 1.833075e+01 |      --      |    Inf 
1140.94/1141.35	c  1088s|  4000k|   103 |   113 |  16M| 227 |   - | 316 |9388 |6586 |   0 |   0 |  10 |2168k|  31 | 1.833075e+01 |      --      |    Inf 
1144.44/1144.88	c  1091s|  4010k|   103 |   113 |  16M| 227 |   - | 316 |9394 |7066 |   0 |   0 |  10 |2173k|  31 | 1.833075e+01 |      --      |    Inf 
1148.15/1148.55	c  1095s|  4020k|   101 |   113 |  16M| 227 |   - | 316 |9402 |5769 |   0 |   0 |  10 |2178k|  31 | 1.833075e+01 |      --      |    Inf 
1151.25/1151.67	c  1098s|  4030k|   101 |   113 |  16M| 227 |   - | 316 |9410 |6444 |   0 |   0 |  10 |2183k|  31 | 1.833075e+01 |      --      |    Inf 
1154.34/1154.73	c  1100s|  4040k|   105 |   113 |  16M| 227 |   - | 316 |9410 |6788 |   0 |   0 |  10 |2189k|  31 | 1.833075e+01 |      --      |    Inf 
1157.54/1157.93	c  1103s|  4050k|   110 |   113 |  16M| 227 |   - | 316 |9393 |6595 |   0 |   0 |  10 |2194k|  31 | 1.833075e+01 |      --      |    Inf 
1160.64/1161.05	c  1106s|  4060k|   102 |   113 |  16M| 227 |   - | 316 |9438 |7118 |   0 |   0 |  10 |2199k|  31 | 1.833075e+01 |      --      |    Inf 
1163.94/1164.32	c  1110s|  4070k|   103 |   113 |  16M| 227 |   - | 316 |9371 |6579 |   0 |   0 |  10 |2205k|  31 | 1.833075e+01 |      --      |    Inf 
1167.23/1167.66	c  1113s|  4080k|    97 |   113 |  16M| 227 |   - | 316 |9422 |7164 |   0 |   0 |  10 |2210k|  31 | 1.833075e+01 |      --      |    Inf 
1170.43/1170.86	c  1116s|  4090k|    96 |   113 |  16M| 227 |   - | 316 |9421 |5837 |   0 |   0 |  10 |2216k|  31 | 1.833075e+01 |      --      |    Inf 
1173.53/1173.93	c  1119s|  4100k|   103 |   113 |  16M| 227 |   - | 316 |9347 |6977 |   0 |   0 |  10 |2221k|  31 | 1.833075e+01 |      --      |    Inf 
1176.44/1176.82	c  1121s|  4110k|   105 |   113 |  16M| 227 |   - | 316 |9392 |7155 |   0 |   0 |  10 |2226k|  31 | 1.833075e+01 |      --      |    Inf 
1179.43/1179.85	c  1124s|  4120k|    99 |   113 |  16M| 227 |   - | 316 |9411 |5903 |   0 |   0 |  10 |2231k|  31 | 1.833075e+01 |      --      |    Inf 
1182.33/1182.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1182.33/1182.76	c  1127s|  4130k|   100 |   113 |  16M| 227 |   - | 316 |9434 |5987 |   0 |   0 |  10 |2236k|  31 | 1.833075e+01 |      --      |    Inf 
1185.34/1185.72	c  1130s|  4140k|    99 |   113 |  16M| 227 |   - | 316 |9434 |6315 |   0 |   0 |  10 |2241k|  31 | 1.833075e+01 |      --      |    Inf 
1188.33/1188.77	c  1133s|  4150k|   103 |   113 |  16M| 227 |   - | 316 |9385 |6226 |   0 |   0 |  10 |2246k|  31 | 1.833075e+01 |      --      |    Inf 
1191.54/1191.93	c  1136s|  4160k|    98 |   113 |  16M| 227 |   - | 316 |9364 |6430 |   0 |   0 |  10 |2251k|  31 | 1.833075e+01 |      --      |    Inf 
1194.73/1195.12	c  1139s|  4170k|   114 |   113 |  16M| 227 |   - | 316 |9363 |6776 |   0 |   0 |  10 |2257k|  31 | 1.833075e+01 |      --      |    Inf 
1198.23/1198.62	c  1142s|  4180k|   100 |   113 |  16M| 227 |   - | 316 |9395 |7228 |   0 |   0 |  10 |2262k|  31 | 1.833075e+01 |      --      |    Inf 
1201.23/1201.67	c  1145s|  4190k|   102 |   113 |  16M| 227 |   - | 316 |9412 |6655 |   0 |   0 |  10 |2267k|  31 | 1.833075e+01 |      --      |    Inf 
1204.32/1204.80	c  1148s|  4200k|   103 |   113 |  16M| 227 |   - | 316 |9416 |5932 |   0 |   0 |  10 |2272k|  31 | 1.833075e+01 |      --      |    Inf 
1207.53/1207.90	c  1151s|  4210k|   100 |   113 |  16M| 227 |   - | 316 |9440 |6401 |   0 |   0 |  10 |2277k|  31 | 1.833075e+01 |      --      |    Inf 
1210.52/1210.98	c  1154s|  4220k|   107 |   113 |  16M| 227 |   - | 316 |9398 |6621 |   0 |   0 |  10 |2282k|  31 | 1.833075e+01 |      --      |    Inf 
1213.53/1213.92	c  1157s|  4230k|    96 |   113 |  16M| 227 |   - | 316 |9451 |6348 |   0 |   0 |  10 |2288k|  31 | 1.833075e+01 |      --      |    Inf 
1216.92/1217.32	c  1160s|  4240k|   100 |   113 |  16M| 227 |   - | 316 |9388 |6808 |   0 |   0 |  10 |2293k|  31 | 1.833075e+01 |      --      |    Inf 
1220.12/1220.57	c  1163s|  4250k|    95 |   113 |  16M| 227 |   - | 316 |9384 |7066 |   0 |   0 |  10 |2298k|  31 | 1.833075e+01 |      --      |    Inf 
1223.22/1223.69	c  1166s|  4260k|   100 |   113 |  16M| 227 |   - | 316 |9381 |7510 |   0 |   0 |  10 |2304k|  31 | 1.833075e+01 |      --      |    Inf 
1226.32/1226.74	c  1169s|  4270k|   107 |   113 |  16M| 227 |   - | 316 |9362 |6991 |   0 |   0 |  10 |2309k|  31 | 1.833075e+01 |      --      |    Inf 
1229.52/1229.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1229.52/1229.99	c  1172s|  4280k|   112 |   113 |  16M| 227 |   - | 316 |9436 |6253 |   0 |   0 |  10 |2314k|  31 | 1.833075e+01 |      --      |    Inf 
1233.02/1233.49	c  1176s|  4290k|   101 |   113 |  16M| 227 |   - | 316 |9381 |6964 |   0 |   0 |  10 |2319k|  31 | 1.833075e+01 |      --      |    Inf 
1236.62/1237.01	c  1179s|  4300k|   109 |   113 |  16M| 227 |   - | 316 |9360 |7009 |   0 |   0 |  10 |2325k|  31 | 1.833075e+01 |      --      |    Inf 
1240.02/1240.44	c  1182s|  4310k|    96 |   113 |  16M| 227 |   - | 316 |9402 |7309 |   0 |   0 |  10 |2331k|  31 | 1.833075e+01 |      --      |    Inf 
1243.42/1243.82	c  1185s|  4320k|    95 |   113 |  16M| 227 |   - | 316 |9386 |6833 |   0 |   0 |  10 |2336k|  31 | 1.833075e+01 |      --      |    Inf 
1246.81/1247.20	c  1189s|  4330k|   102 |   113 |  16M| 227 |   - | 316 |9371 |6834 |   0 |   0 |  10 |2342k|  31 | 1.833075e+01 |      --      |    Inf 
1250.01/1250.45	c  1192s|  4340k|   101 |   113 |  16M| 227 |   - | 316 |9379 |7206 |   0 |   0 |  10 |2347k|  31 | 1.833075e+01 |      --      |    Inf 
1252.71/1253.19	c  1194s|  4350k|   111 |   113 |  16M| 227 |   - | 316 |9329 |7099 |   0 |   0 |  10 |2353k|  31 | 1.833075e+01 |      --      |    Inf 
1255.12/1255.59	c  1197s|  4360k|   116 |   113 |  16M| 227 |   - | 316 |9327 |7297 |   0 |   0 |  10 |2359k|  31 | 1.833075e+01 |      --      |    Inf 
1257.61/1258.04	c  1199s|  4370k|   106 |   113 |  16M| 227 |   - | 316 |9359 |7301 |   0 |   0 |  10 |2364k|  31 | 1.833075e+01 |      --      |    Inf 
1259.91/1260.38	c  1201s|  4380k|   113 |   113 |  16M| 227 |   - | 316 |9373 |7179 |   0 |   0 |  10 |2370k|  31 | 1.833075e+01 |      --      |    Inf 
1262.51/1262.90	c  1204s|  4390k|   100 |   113 |  16M| 227 |   - | 316 |9326 |7352 |   0 |   0 |  10 |2375k|  31 | 1.833075e+01 |      --      |    Inf 
1264.91/1265.39	c  1206s|  4400k|   103 |   113 |  16M| 227 |   - | 316 |9341 |7448 |   0 |   0 |  10 |2381k|  31 | 1.833075e+01 |      --      |    Inf 
1267.51/1267.90	c  1208s|  4410k|   113 |   113 |  16M| 227 |   - | 316 |9341 |7153 |   0 |   0 |  10 |2386k|  31 | 1.833075e+01 |      --      |    Inf 
1269.91/1270.36	c  1211s|  4420k|   105 |   113 |  16M| 227 |   - | 316 |9383 |6966 |   0 |   0 |  10 |2391k|  31 | 1.833075e+01 |      --      |    Inf 
1272.41/1272.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1272.41/1272.85	c  1213s|  4430k|   105 |   113 |  16M| 227 |   - | 316 |9367 |7199 |   0 |   0 |  10 |2397k|  31 | 1.833075e+01 |      --      |    Inf 
1274.91/1275.35	c  1215s|  4440k|   112 |   113 |  16M| 227 |   - | 316 |9348 |5799 |   0 |   0 |  10 |2402k|  31 | 1.833075e+01 |      --      |    Inf 
1277.31/1277.73	c  1218s|  4450k|   115 |   113 |  16M| 227 |   - | 316 |9345 |6144 |   0 |   0 |  10 |2408k|  31 | 1.833075e+01 |      --      |    Inf 
1279.61/1280.08	c  1220s|  4460k|   101 |   113 |  16M| 227 |   - | 316 |9360 |6279 |   0 |   0 |  10 |2413k|  31 | 1.833075e+01 |      --      |    Inf 
1282.01/1282.46	c  1222s|  4470k|   124 |   113 |  16M| 227 |   - | 316 |9344 |6173 |   0 |   0 |  10 |2419k|  31 | 1.833075e+01 |      --      |    Inf 
1284.41/1284.88	c  1224s|  4480k|   105 |   113 |  16M| 227 |   - | 316 |9358 |6195 |   0 |   0 |  10 |2424k|  31 | 1.833075e+01 |      --      |    Inf 
1286.91/1287.30	c  1227s|  4490k|    99 |   113 |  16M| 227 |   - | 316 |9398 |6767 |   0 |   0 |  10 |2429k|  31 | 1.833075e+01 |      --      |    Inf 
1289.40/1289.81	c  1229s|  4500k|    97 |   113 |  16M| 227 |   - | 316 |9371 |7002 |   0 |   0 |  10 |2434k|  31 | 1.833075e+01 |      --      |    Inf 
1291.71/1292.16	c  1231s|  4510k|    97 |   113 |  16M| 227 |   - | 316 |9366 |7168 |   0 |   0 |  10 |2439k|  31 | 1.833075e+01 |      --      |    Inf 
1294.81/1295.29	c  1234s|  4520k|   108 |   113 |  16M| 227 |   - | 316 |9344 |6549 |   0 |   0 |  10 |2444k|  31 | 1.833075e+01 |      --      |    Inf 
1298.20/1298.64	c  1238s|  4530k|    96 |   113 |  16M| 227 |   - | 316 |9394 |6207 |   0 |   0 |  10 |2450k|  31 | 1.833075e+01 |      --      |    Inf 
1301.60/1302.00	c  1241s|  4540k|    96 |   113 |  16M| 227 |   - | 316 |9383 |6952 |   0 |   0 |  10 |2455k|  31 | 1.833075e+01 |      --      |    Inf 
1304.90/1305.37	c  1244s|  4550k|    98 |   113 |  16M| 227 |   - | 316 |9350 |6867 |   0 |   0 |  10 |2461k|  31 | 1.833075e+01 |      --      |    Inf 
1308.20/1308.61	c  1247s|  4560k|   106 |   113 |  16M| 227 |   - | 316 |9363 |6938 |   0 |   0 |  10 |2466k|  31 | 1.833075e+01 |      --      |    Inf 
1310.70/1311.15	c  1250s|  4570k|   113 |   113 |  16M| 227 |   - | 316 |9351 |7091 |   0 |   0 |  10 |2472k|  31 | 1.833075e+01 |      --      |    Inf 
1313.19/1313.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1313.19/1313.66	c  1252s|  4580k|   108 |   113 |  16M| 227 |   - | 316 |9353 |6696 |   0 |   0 |  10 |2477k|  31 | 1.833075e+01 |      --      |    Inf 
1315.69/1316.10	c  1254s|  4590k|   101 |   113 |  16M| 227 |   - | 316 |9354 |7063 |   0 |   0 |  10 |2483k|  31 | 1.833075e+01 |      --      |    Inf 
1318.09/1318.55	c  1257s|  4600k|   100 |   113 |  16M| 227 |   - | 316 |9356 |6956 |   0 |   0 |  10 |2488k|  31 | 1.833075e+01 |      --      |    Inf 
1320.60/1321.09	c  1259s|  4610k|   105 |   113 |  16M| 227 |   - | 316 |9350 |6665 |   0 |   0 |  10 |2493k|  31 | 1.833075e+01 |      --      |    Inf 
1323.59/1324.04	c  1262s|  4620k|    97 |   113 |  16M| 227 |   - | 316 |9352 |6899 |   0 |   0 |  10 |2498k|  31 | 1.833075e+01 |      --      |    Inf 
1326.39/1326.89	c  1264s|  4630k|   124 |   113 |  16M| 227 |   - | 316 |9352 |7333 |   0 |   0 |  10 |2503k|  31 | 1.833075e+01 |      --      |    Inf 
1328.80/1329.29	c  1267s|  4640k|   127 |   113 |  16M| 227 |   - | 316 |9350 |6106 |   0 |   0 |  10 |2509k|  31 | 1.833075e+01 |      --      |    Inf 
1331.70/1332.11	c  1269s|  4650k|   112 |   113 |  16M| 227 |   - | 316 |9403 |5976 |   0 |   0 |  10 |2514k|  31 | 1.833075e+01 |      --      |    Inf 
1334.59/1335.03	c  1272s|  4660k|   100 |   113 |  16M| 227 |   - | 316 |9368 |6743 |   0 |   0 |  10 |2519k|  31 | 1.833075e+01 |      --      |    Inf 
1337.59/1338.03	c  1275s|  4670k|    97 |   113 |  16M| 227 |   - | 316 |9407 |5985 |   0 |   0 |  10 |2524k|  31 | 1.833075e+01 |      --      |    Inf 
1340.39/1340.82	c  1278s|  4680k|   106 |   113 |  16M| 227 |   - | 316 |  10k|5919 |   0 |   0 |  10 |2531k|  31 | 1.833075e+01 |      --      |    Inf 
1342.99/1343.40	c  1280s|  4690k|    95 |   113 |  16M| 227 |   - | 316 |  10k|6645 |   0 |   0 |  10 |2536k|  31 | 1.833075e+01 |      --      |    Inf 
1345.59/1346.02	c  1283s|  4700k|   109 |   113 |  16M| 227 |   - | 316 |  10k|6898 |   0 |   0 |  10 |2541k|  31 | 1.833075e+01 |      --      |    Inf 
1348.19/1348.65	c  1285s|  4710k|    95 |   113 |  16M| 227 |   - | 316 |  10k|7098 |   0 |   0 |  10 |2547k|  31 | 1.833075e+01 |      --      |    Inf 
1350.79/1351.24	c  1288s|  4720k|    93 |   113 |  16M| 227 |   - | 316 |9348 |7340 |   0 |   0 |  10 |2552k|  31 | 1.833075e+01 |      --      |    Inf 
1353.39/1353.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1353.39/1353.83	c  1290s|  4730k|   113 |   113 |  16M| 227 |   - | 316 |9344 |6326 |   0 |   0 |  10 |2557k|  31 | 1.833075e+01 |      --      |    Inf 
1355.69/1356.18	c  1292s|  4740k|   107 |   113 |  16M| 227 |   - | 316 |9343 |6147 |   0 |   0 |  10 |2563k|  31 | 1.833075e+01 |      --      |    Inf 
1357.99/1358.45	c  1294s|  4750k|    96 |   113 |  16M| 227 |   - | 316 |9354 |6271 |   0 |   0 |  10 |2568k|  31 | 1.833075e+01 |      --      |    Inf 
1360.19/1360.69	c  1297s|  4760k|   102 |   113 |  16M| 227 |   - | 316 |9378 |6209 |   0 |   0 |  10 |2574k|  31 | 1.833075e+01 |      --      |    Inf 
1362.28/1362.78	c  1298s|  4770k|    98 |   113 |  16M| 227 |   - | 316 |9385 |6153 |   0 |   0 |  10 |2578k|  31 | 1.833075e+01 |      --      |    Inf 
1364.69/1365.14	c  1301s|  4780k|    96 |   113 |  16M| 227 |   - | 316 |9354 |6093 |   0 |   0 |  10 |2584k|  31 | 1.833075e+01 |      --      |    Inf 
1368.28/1368.72	c  1304s|  4790k|   102 |   113 |  16M| 227 |   - | 316 |9364 |7059 |   0 |   0 |  10 |2589k|  31 | 1.833075e+01 |      --      |    Inf 
1372.18/1372.68	c  1308s|  4800k|   102 |   113 |  16M| 227 |   - | 316 |9357 |7580 |   0 |   0 |  10 |2594k|  31 | 1.833075e+01 |      --      |    Inf 
1376.18/1376.65	c  1312s|  4810k|    98 |   113 |  16M| 227 |   - | 316 |9356 |6312 |   0 |   0 |  10 |2600k|  31 | 1.833075e+01 |      --      |    Inf 
1380.28/1380.71	c  1316s|  4820k|    98 |   113 |  16M| 227 |   - | 316 |9365 |6986 |   0 |   0 |  10 |2605k|  31 | 1.833075e+01 |      --      |    Inf 
1384.17/1384.67	c  1320s|  4830k|    95 |   113 |  16M| 227 |   - | 316 |9394 |6739 |   0 |   0 |  10 |2611k|  31 | 1.833075e+01 |      --      |    Inf 
1387.68/1388.15	c  1323s|  4840k|    94 |   113 |  16M| 227 |   - | 316 |9376 |6758 |   0 |   0 |  10 |2616k|  31 | 1.833075e+01 |      --      |    Inf 
1391.17/1391.66	c  1326s|  4850k|    99 |   113 |  16M| 227 |   - | 316 |9374 |6595 |   0 |   0 |  10 |2622k|  31 | 1.833075e+01 |      --      |    Inf 
1394.88/1395.30	c  1330s|  4860k|    92 |   113 |  16M| 227 |   - | 316 |9433 |6392 |   0 |   0 |  10 |2627k|  31 | 1.833075e+01 |      --      |    Inf 
1397.57/1398.07	c  1332s|  4870k|   106 |   113 |  16M| 227 |   - | 316 |9334 |6456 |   0 |   0 |  10 |2633k|  31 | 1.833075e+01 |      --      |    Inf 
1399.97/1400.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1399.97/1400.49	c  1335s|  4880k|   118 |   113 |  16M| 227 |   - | 316 |9334 |6129 |   0 |   0 |  10 |2638k|  31 | 1.833075e+01 |      --      |    Inf 
1402.47/1402.96	c  1337s|  4890k|   105 |   113 |  16M| 227 |   - | 316 |9367 |6739 |   0 |   0 |  10 |2644k|  31 | 1.833075e+01 |      --      |    Inf 
1405.28/1405.75	c  1340s|  4900k|    98 |   113 |  16M| 227 |   - | 316 |9363 |7414 |   0 |   0 |  10 |2649k|  31 | 1.833075e+01 |      --      |    Inf 
1407.68/1408.15	c  1342s|  4910k|    96 |   113 |  16M| 227 |   - | 316 |9386 |7153 |   0 |   0 |  10 |2654k|  31 | 1.833075e+01 |      --      |    Inf 
1409.97/1410.42	c  1344s|  4920k|    96 |   113 |  16M| 227 |   - | 316 |9339 |7647 |   0 |   0 |  10 |2659k|  31 | 1.833075e+01 |      --      |    Inf 
1412.27/1412.78	c  1346s|  4930k|   122 |   113 |  16M| 227 |   - | 316 |9323 |6783 |   0 |   0 |  10 |2664k|  31 | 1.833075e+01 |      --      |    Inf 
1414.77/1415.25	c  1349s|  4940k|    98 |   113 |  16M| 227 |   - | 316 |9355 |6532 |   0 |   0 |  10 |2670k|  31 | 1.833075e+01 |      --      |    Inf 
1417.37/1417.83	c  1351s|  4950k|   101 |   113 |  16M| 227 |   - | 316 |9352 |6855 |   0 |   0 |  10 |2675k|  31 | 1.833075e+01 |      --      |    Inf 
1420.07/1420.56	c  1354s|  4960k|   102 |   113 |  16M| 227 |   - | 316 |9352 |7161 |   0 |   0 |  10 |2680k|  31 | 1.833075e+01 |      --      |    Inf 
1422.57/1423.03	c  1356s|  4970k|   117 |   113 |  16M| 227 |   - | 316 |9345 |6669 |   0 |   0 |  10 |2686k|  31 | 1.833075e+01 |      --      |    Inf 
1425.07/1425.52	c  1358s|  4980k|   111 |   113 |  16M| 227 |   - | 316 |9354 |6587 |   0 |   0 |  10 |2691k|  31 | 1.833075e+01 |      --      |    Inf 
1427.37/1427.82	c  1361s|  4990k|   108 |   113 |  16M| 227 |   - | 316 |9355 |6609 |   0 |   0 |  10 |2696k|  31 | 1.833075e+01 |      --      |    Inf 
1429.67/1430.14	c  1363s|  5000k|   100 |   113 |  16M| 227 |   - | 316 |9375 |6700 |   0 |   0 |  10 |2702k|  31 | 1.833075e+01 |      --      |    Inf 
1432.77/1433.23	c  1366s|  5010k|   105 |   113 |  16M| 227 |   - | 316 |9347 |5962 |   0 |   0 |  10 |2707k|  31 | 1.833075e+01 |      --      |    Inf 
1435.87/1436.37	c  1369s|  5020k|    92 |   113 |  16M| 227 |   - | 316 |9354 |6829 |   0 |   0 |  10 |2712k|  31 | 1.833075e+01 |      --      |    Inf 
1438.36/1438.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1438.36/1438.88	c  1371s|  5030k|    96 |   113 |  16M| 227 |   - | 316 |9370 |6806 |   0 |   0 |  10 |2718k|  31 | 1.833075e+01 |      --      |    Inf 
1441.67/1442.11	c  1374s|  5040k|   103 |   113 |  16M| 227 |   - | 316 |9357 |6373 |   0 |   0 |  10 |2723k|  31 | 1.833075e+01 |      --      |    Inf 
1444.26/1444.70	c  1377s|  5050k|   110 |   113 |  16M| 227 |   - | 316 |9346 |6549 |   0 |   0 |  10 |2728k|  31 | 1.833075e+01 |      --      |    Inf 
1446.56/1447.08	c  1379s|  5060k|   110 |   113 |  16M| 227 |   - | 316 |9350 |6504 |   0 |   0 |  10 |2734k|  31 | 1.833075e+01 |      --      |    Inf 
1449.15/1449.68	c  1381s|  5070k|   106 |   113 |  16M| 227 |   - | 316 |9359 |6480 |   0 |   0 |  10 |2739k|  31 | 1.833075e+01 |      --      |    Inf 
1451.96/1452.45	c  1384s|  5080k|   104 |   113 |  16M| 227 |   - | 316 |9349 |6672 |   0 |   0 |  10 |2745k|  31 | 1.833075e+01 |      --      |    Inf 
1454.66/1455.10	c  1386s|  5090k|   107 |   113 |  16M| 227 |   - | 316 |9379 |6629 |   0 |   0 |  10 |2750k|  31 | 1.833075e+01 |      --      |    Inf 
1456.96/1457.45	c  1389s|  5100k|   101 |   113 |  16M| 227 |   - | 316 |9381 |6693 |   0 |   0 |  10 |2755k|  31 | 1.833075e+01 |      --      |    Inf 
1460.26/1460.75	c  1392s|  5110k|    98 |   113 |  16M| 227 |   - | 316 |9354 |6520 |   0 |   0 |  10 |2760k|  31 | 1.833075e+01 |      --      |    Inf 
1462.56/1463.07	c  1394s|  5120k|    96 |   113 |  16M| 227 |   - | 316 |9399 |6595 |   0 |   0 |  10 |2766k|  31 | 1.833075e+01 |      --      |    Inf 
1464.96/1465.41	c  1396s|  5130k|   100 |   113 |  16M| 227 |   - | 316 |9377 |6261 |   0 |   0 |  10 |2772k|  31 | 1.833075e+01 |      --      |    Inf 
1467.85/1468.33	c  1399s|  5140k|    96 |   113 |  16M| 227 |   - | 316 |9364 |6969 |   0 |   0 |  10 |2777k|  31 | 1.833075e+01 |      --      |    Inf 
1470.45/1470.91	c  1401s|  5150k|   107 |   113 |  16M| 227 |   - | 316 |9348 |5733 |   0 |   0 |  10 |2783k|  31 | 1.833075e+01 |      --      |    Inf 
1472.75/1473.28	c  1404s|  5160k|   104 |   113 |  16M| 227 |   - | 316 |9352 |6206 |   0 |   0 |  10 |2788k|  31 | 1.833075e+01 |      --      |    Inf 
1475.35/1475.83	c  1406s|  5170k|   105 |   113 |  16M| 227 |   - | 316 |9448 |6216 |   0 |   0 |  10 |2793k|  31 | 1.833075e+01 |      --      |    Inf 
1477.75/1478.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1477.75/1478.23	c  1408s|  5180k|    95 |   113 |  16M| 227 |   - | 316 |9467 |7108 |   0 |   0 |  10 |2799k|  31 | 1.833075e+01 |      --      |    Inf 
1480.45/1480.94	c  1411s|  5190k|   101 |   113 |  16M| 227 |   - | 316 |9369 |6586 |   0 |   0 |  10 |2803k|  31 | 1.833075e+01 |      --      |    Inf 
1483.65/1484.14	c  1414s|  5200k|   104 |   113 |  16M| 227 |   - | 316 |9359 |6016 |   0 |   0 |  10 |2809k|  31 | 1.833075e+01 |      --      |    Inf 
1487.05/1487.56	c  1417s|  5210k|   100 |   113 |  16M| 227 |   - | 316 |9382 |6143 |   0 |   0 |  10 |2814k|  31 | 1.833075e+01 |      --      |    Inf 
1490.35/1490.87	c  1420s|  5220k|   100 |   113 |  16M| 227 |   - | 316 |9366 |6790 |   0 |   0 |  10 |2819k|  31 | 1.833075e+01 |      --      |    Inf 
1493.54/1494.00	c  1423s|  5230k|   100 |   113 |  16M| 227 |   - | 316 |9373 |6334 |   0 |   0 |  10 |2824k|  31 | 1.833075e+01 |      --      |    Inf 
1496.84/1497.32	c  1427s|  5240k|   100 |   113 |  16M| 227 |   - | 316 |9343 |6813 |   0 |   0 |  10 |2830k|  31 | 1.833075e+01 |      --      |    Inf 
1499.95/1500.48	c  1430s|  5250k|    99 |   113 |  16M| 227 |   - | 316 |9372 |6371 |   0 |   0 |  10 |2835k|  31 | 1.833075e+01 |      --      |    Inf 
1503.15/1503.60	c  1433s|  5260k|    99 |   113 |  16M| 227 |   - | 316 |9395 |6737 |   0 |   0 |  10 |2840k|  31 | 1.833075e+01 |      --      |    Inf 
1506.45/1506.90	c  1436s|  5270k|   112 |   113 |  16M| 227 |   - | 316 |9346 |6448 |   0 |   0 |  10 |2846k|  31 | 1.833075e+01 |      --      |    Inf 
1509.35/1509.81	c  1438s|  5280k|   100 |   113 |  16M| 227 |   - | 316 |9364 |6706 |   0 |   0 |  10 |2851k|  31 | 1.833075e+01 |      --      |    Inf 
1512.14/1512.67	c  1441s|  5290k|   109 |   113 |  16M| 227 |   - | 316 |9368 |6131 |   0 |   0 |  10 |2856k|  31 | 1.833075e+01 |      --      |    Inf 
1515.14/1515.61	c  1444s|  5300k|   100 |   113 |  16M| 227 |   - | 316 |9371 |6228 |   0 |   0 |  10 |2862k|  31 | 1.833075e+01 |      --      |    Inf 
1518.04/1518.58	c  1447s|  5310k|   116 |   113 |  16M| 227 |   - | 316 |9365 |6321 |   0 |   0 |  10 |2867k|  31 | 1.833075e+01 |      --      |    Inf 
1521.54/1522.02	c  1450s|  5320k|    99 |   113 |  16M| 227 |   - | 316 |9371 |6800 |   0 |   0 |  10 |2872k|  31 | 1.833075e+01 |      --      |    Inf 
1524.64/1525.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1524.64/1525.19	c  1453s|  5330k|    98 |   113 |  16M| 227 |   - | 316 |9368 |6732 |   0 |   0 |  10 |2878k|  31 | 1.833075e+01 |      --      |    Inf 
1527.54/1528.10	c  1456s|  5340k|    97 |   113 |  16M| 227 |   - | 316 |9369 |5724 |   0 |   0 |  10 |2883k|  31 | 1.833075e+01 |      --      |    Inf 
1530.14/1530.69	c  1458s|  5350k|   105 |   113 |  16M| 227 |   - | 316 |9383 |7042 |   0 |   0 |  10 |2888k|  31 | 1.833075e+01 |      --      |    Inf 
1534.04/1534.57	c  1462s|  5360k|   100 |   113 |  16M| 227 |   - | 316 |9392 |6279 |   0 |   0 |  10 |2893k|  31 | 1.833075e+01 |      --      |    Inf 
1537.53/1538.04	c  1465s|  5370k|   107 |   113 |  16M| 227 |   - | 316 |9371 |6125 |   0 |   0 |  10 |2899k|  31 | 1.833075e+01 |      --      |    Inf 
1540.84/1541.38	c  1469s|  5380k|    95 |   113 |  16M| 227 |   - | 316 |9413 |6390 |   0 |   0 |  10 |2904k|  31 | 1.833075e+01 |      --      |    Inf 
1544.03/1544.58	c  1472s|  5390k|   101 |   113 |  16M| 227 |   - | 316 |9416 |6016 |   0 |   0 |  10 |2909k|  31 | 1.833075e+01 |      --      |    Inf 
1547.43/1547.94	c  1475s|  5400k|    98 |   113 |  16M| 227 |   - | 316 |  10k|6632 |   0 |   0 |  10 |2915k|  31 | 1.833075e+01 |      --      |    Inf 
1550.63/1551.16	c  1478s|  5410k|    92 |   113 |  16M| 227 |   - | 316 |9435 |7148 |   0 |   0 |  10 |2920k|  31 | 1.833075e+01 |      --      |    Inf 
1553.93/1554.41	c  1481s|  5420k|    99 |   113 |  16M| 227 |   - | 316 |9408 |6577 |   0 |   0 |  10 |2926k|  31 | 1.833075e+01 |      --      |    Inf 
1557.13/1557.67	c  1484s|  5430k|   101 |   113 |  16M| 227 |   - | 316 |9498 |6612 |   0 |   0 |  10 |2931k|  31 | 1.833075e+01 |      --      |    Inf 
1560.43/1560.94	c  1487s|  5440k|   101 |   113 |  16M| 227 |   - | 316 |9406 |6333 |   0 |   0 |  10 |2936k|  31 | 1.833075e+01 |      --      |    Inf 
1563.73/1564.28	c  1490s|  5450k|   100 |   113 |  16M| 227 |   - | 316 |9403 |6122 |   0 |   0 |  10 |2942k|  31 | 1.833075e+01 |      --      |    Inf 
1567.23/1567.77	c  1494s|  5460k|   104 |   113 |  16M| 227 |   - | 316 |9523 |6028 |   0 |   0 |  10 |2947k|  31 | 1.833075e+01 |      --      |    Inf 
1570.32/1570.82	c  1497s|  5470k|   103 |   113 |  16M| 227 |   - | 316 |9407 |6402 |   0 |   0 |  10 |2953k|  31 | 1.833075e+01 |      --      |    Inf 
1573.53/1574.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.53/1574.02	c  1500s|  5480k|   102 |   113 |  16M| 227 |   - | 316 |9415 |6401 |   0 |   0 |  10 |2958k|  31 | 1.833075e+01 |      --      |    Inf 
1576.82/1577.31	c  1503s|  5490k|    89 |   113 |  16M| 227 |   - | 316 |9489 |6869 |   0 |   0 |  10 |2964k|  31 | 1.833075e+01 |      --      |    Inf 
1580.03/1580.52	c  1506s|  5500k|   104 |   113 |  16M| 227 |   - | 316 |9356 |7082 |   0 |   0 |  10 |2969k|  31 | 1.833075e+01 |      --      |    Inf 
1583.22/1583.79	c  1509s|  5510k|    95 |   113 |  16M| 227 |   - | 316 |9415 |6317 |   0 |   0 |  10 |2974k|  31 | 1.833075e+01 |      --      |    Inf 
1586.63/1587.10	c  1512s|  5520k|    90 |   113 |  16M| 227 |   - | 316 |9417 |6369 |   0 |   0 |  10 |2980k|  31 | 1.833075e+01 |      --      |    Inf 
1589.52/1590.04	c  1515s|  5530k|    97 |   113 |  16M| 227 |   - | 316 |9339 |6976 |   0 |   0 |  10 |2985k|  31 | 1.833075e+01 |      --      |    Inf 
1592.02/1592.56	c  1518s|  5540k|   101 |   113 |  16M| 227 |   - | 316 |9372 |6552 |   0 |   0 |  10 |2990k|  31 | 1.833075e+01 |      --      |    Inf 
1594.82/1595.34	c  1520s|  5550k|   105 |   113 |  16M| 227 |   - | 316 |9381 |6694 |   0 |   0 |  10 |2995k|  31 | 1.833075e+01 |      --      |    Inf 
1597.61/1598.11	c  1523s|  5560k|    95 |   113 |  16M| 227 |   - | 316 |9392 |7194 |   0 |   0 |  10 |3000k|  31 | 1.833075e+01 |      --      |    Inf 
1601.02/1601.57	c  1526s|  5570k|    95 |   113 |  16M| 227 |   - | 316 |9394 |6120 |   0 |   0 |  10 |3006k|  31 | 1.833075e+01 |      --      |    Inf 
1604.42/1604.95	c  1529s|  5580k|    99 |   113 |  16M| 227 |   - | 316 |9400 |6179 |   0 |   0 |  10 |3011k|  31 | 1.833075e+01 |      --      |    Inf 
1607.51/1608.06	c  1532s|  5590k|   113 |   113 |  16M| 227 |   - | 316 |9380 |6103 |   0 |   0 |  10 |3016k|  31 | 1.833075e+01 |      --      |    Inf 
1610.82/1611.33	c  1535s|  5600k|    96 |   113 |  16M| 227 |   - | 316 |9409 |7166 |   0 |   0 |  10 |3021k|  31 | 1.833075e+01 |      --      |    Inf 
1614.21/1614.79	c  1539s|  5610k|    96 |   113 |  16M| 227 |   - | 316 |9549 |6968 |   0 |   0 |  10 |3027k|  31 | 1.833075e+01 |      --      |    Inf 
1617.71/1618.29	c  1542s|  5620k|    94 |   113 |  16M| 227 |   - | 316 |9368 |7653 |   0 |   0 |  10 |3033k|  31 | 1.833075e+01 |      --      |    Inf 
1620.51/1621.07	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1620.51/1621.07	c  1545s|  5630k|   102 |   113 |  16M| 227 |   - | 316 |9365 |6518 |   0 |   0 |  10 |3039k|  31 | 1.833075e+01 |      --      |    Inf 
1623.31/1623.83	c  1547s|  5640k|   103 |   113 |  16M| 227 |   - | 316 |9388 |6594 |   0 |   0 |  10 |3044k|  31 | 1.833075e+01 |      --      |    Inf 
1625.81/1626.38	c  1550s|  5650k|    96 |   113 |  16M| 227 |   - | 316 |9368 |7563 |   0 |   0 |  10 |3050k|  31 | 1.833075e+01 |      --      |    Inf 
1628.81/1629.35	c  1553s|  5660k|    95 |   113 |  16M| 227 |   - | 316 |9363 |6882 |   0 |   0 |  10 |3056k|  31 | 1.833075e+01 |      --      |    Inf 
1631.51/1632.01	c  1555s|  5670k|    94 |   113 |  16M| 227 |   - | 316 |9373 |6106 |   0 |   0 |  10 |3061k|  31 | 1.833075e+01 |      --      |    Inf 
1634.71/1635.20	c  1558s|  5680k|   114 |   113 |  16M| 227 |   - | 316 |9330 |6449 |   0 |   0 |  10 |3066k|  31 | 1.833075e+01 |      --      |    Inf 
1637.20/1637.70	c  1561s|  5690k|    96 |   113 |  16M| 227 |   - | 316 |9339 |7367 |   0 |   0 |  10 |3072k|  31 | 1.833075e+01 |      --      |    Inf 
1639.71/1640.21	c  1563s|  5700k|   103 |   113 |  16M| 227 |   - | 316 |9370 |6794 |   0 |   0 |  10 |3078k|  31 | 1.833075e+01 |      --      |    Inf 
1642.30/1642.85	c  1566s|  5710k|   100 |   113 |  16M| 227 |   - | 316 |9344 |7527 |   0 |   0 |  10 |3083k|  31 | 1.833075e+01 |      --      |    Inf 
1645.41/1645.94	c  1569s|  5720k|    99 |   113 |  16M| 227 |   - | 316 |9351 |6533 |   0 |   0 |  10 |3089k|  31 | 1.833075e+01 |      --      |    Inf 
1648.01/1648.53	c  1571s|  5730k|    94 |   113 |  16M| 227 |   - | 316 |9397 |6308 |   0 |   0 |  10 |3094k|  31 | 1.833075e+01 |      --      |    Inf 
1651.00/1651.51	c  1574s|  5740k|   102 |   113 |  16M| 227 |   - | 316 |9342 |6920 |   0 |   0 |  10 |3099k|  31 | 1.833075e+01 |      --      |    Inf 
1654.40/1654.94	c  1577s|  5750k|    92 |   113 |  16M| 227 |   - | 316 |9457 |6637 |   0 |   0 |  10 |3105k|  31 | 1.833075e+01 |      --      |    Inf 
1657.30/1657.82	c  1580s|  5760k|    95 |   113 |  16M| 227 |   - | 316 |9392 |6816 |   0 |   0 |  10 |3110k|  31 | 1.833075e+01 |      --      |    Inf 
1660.20/1660.76	c  1583s|  5770k|   100 |   113 |  16M| 227 |   - | 316 |9344 |7856 |   0 |   0 |  10 |3115k|  31 | 1.833075e+01 |      --      |    Inf 
1663.60/1664.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1663.60/1664.19	c  1586s|  5780k|    95 |   113 |  16M| 227 |   - | 316 |9375 |6878 |   0 |   0 |  10 |3121k|  31 | 1.833075e+01 |      --      |    Inf 
1666.90/1667.41	c  1589s|  5790k|    87 |   113 |  16M| 227 |   - | 316 |9418 |6497 |   0 |   0 |  10 |3126k|  31 | 1.833075e+01 |      --      |    Inf 
1670.10/1670.62	c  1592s|  5800k|    93 |   113 |  16M| 227 |   - | 316 |9361 |7677 |   0 |   0 |  10 |3132k|  31 | 1.833075e+01 |      --      |    Inf 
1673.10/1673.66	c  1595s|  5810k|   117 |   113 |  16M| 227 |   - | 316 |9336 |6054 |   0 |   0 |  10 |3137k|  31 | 1.833075e+01 |      --      |    Inf 
1675.80/1676.33	c  1598s|  5820k|   112 |   113 |  16M| 227 |   - | 316 |9339 |5889 |   0 |   0 |  10 |3142k|  31 | 1.833075e+01 |      --      |    Inf 
1678.70/1679.27	c  1600s|  5830k|   112 |   113 |  16M| 227 |   - | 316 |9349 |5870 |   0 |   0 |  10 |3148k|  31 | 1.833075e+01 |      --      |    Inf 
1681.30/1681.89	c  1603s|  5840k|   107 |   113 |  16M| 227 |   - | 316 |9358 |7036 |   0 |   0 |  10 |3153k|  31 | 1.833075e+01 |      --      |    Inf 
1684.29/1684.86	c  1606s|  5850k|   103 |   113 |  16M| 227 |   - | 316 |9365 |6033 |   0 |   0 |  10 |3158k|  31 | 1.833075e+01 |      --      |    Inf 
1687.49/1688.05	c  1609s|  5860k|   107 |   113 |  16M| 227 |   - | 316 |9490 |5931 |   0 |   0 |  10 |3164k|  31 | 1.833075e+01 |      --      |    Inf 
1690.69/1691.28	c  1612s|  5870k|   119 |   113 |  16M| 227 |   - | 316 |9342 |6181 |   0 |   0 |  10 |3169k|  31 | 1.833075e+01 |      --      |    Inf 
1693.29/1693.89	c  1614s|  5880k|   103 |   113 |  16M| 227 |   - | 316 |9343 |6146 |   0 |   0 |  10 |3174k|  31 | 1.833075e+01 |      --      |    Inf 
1696.49/1697.04	c  1617s|  5890k|    98 |   113 |  16M| 227 |   - | 316 |9399 |6198 |   0 |   0 |  10 |3180k|  31 | 1.833075e+01 |      --      |    Inf 
1699.89/1700.42	c  1620s|  5900k|   100 |   113 |  16M| 227 |   - | 316 |9382 |6045 |   0 |   0 |  10 |3185k|  31 | 1.833075e+01 |      --      |    Inf 
1703.29/1703.83	c  1624s|  5910k|    94 |   113 |  16M| 227 |   - | 316 |9358 |7407 |   0 |   0 |  10 |3191k|  31 | 1.833075e+01 |      --      |    Inf 
1706.79/1707.32	c  1627s|  5920k|   106 |   113 |  16M| 227 |   - | 316 |9347 |6189 |   0 |   0 |  10 |3196k|  31 | 1.833075e+01 |      --      |    Inf 
1709.39/1709.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1709.39/1709.94	c  1630s|  5930k|    99 |   113 |  16M| 227 |   - | 316 |9377 |6550 |   0 |   0 |  10 |3201k|  31 | 1.833075e+01 |      --      |    Inf 
1712.28/1712.87	c  1632s|  5940k|   113 |   113 |  16M| 227 |   - | 316 |9376 |5653 |   0 |   0 |  10 |3207k|  31 | 1.833075e+01 |      --      |    Inf 
1715.78/1716.35	c  1636s|  5950k|    93 |   113 |  16M| 227 |   - | 316 |9427 |6201 |   0 |   0 |  10 |3213k|  31 | 1.833075e+01 |      --      |    Inf 
1718.68/1719.27	c  1639s|  5960k|   106 |   113 |  16M| 227 |   - | 316 |9345 |6529 |   0 |   0 |  10 |3218k|  31 | 1.833075e+01 |      --      |    Inf 
1721.78/1722.39	c  1642s|  5970k|   104 |   113 |  16M| 227 |   - | 316 |9337 |6739 |   0 |   0 |  10 |3223k|  31 | 1.833075e+01 |      --      |    Inf 
1724.68/1725.30	c  1644s|  5980k|   101 |   113 |  16M| 227 |   - | 316 |9340 |7125 |   0 |   0 |  10 |3229k|  31 | 1.833075e+01 |      --      |    Inf 
1728.18/1728.70	c  1648s|  5990k|    99 |   113 |  16M| 227 |   - | 316 |9356 |6042 |   0 |   0 |  10 |3234k|  31 | 1.833075e+01 |      --      |    Inf 
1731.28/1731.86	c  1651s|  6000k|   111 |   113 |  16M| 227 |   - | 316 |9361 |6140 |   0 |   0 |  10 |3240k|  31 | 1.833075e+01 |      --      |    Inf 
1734.48/1735.05	c  1654s|  6010k|    96 |   113 |  16M| 227 |   - | 316 |9324 |7325 |   0 |   0 |  10 |3245k|  31 | 1.833075e+01 |      --      |    Inf 
1737.38/1737.98	c  1656s|  6020k|   100 |   113 |  16M| 227 |   - | 316 |9382 |6178 |   0 |   0 |  10 |3251k|  31 | 1.833075e+01 |      --      |    Inf 
1740.08/1740.69	c  1659s|  6030k|   104 |   113 |  16M| 227 |   - | 316 |9346 |5995 |   0 |   0 |  10 |3256k|  31 | 1.833075e+01 |      --      |    Inf 
1742.58/1743.14	c  1661s|  6040k|   100 |   113 |  16M| 227 |   - | 316 |9342 |6512 |   0 |   0 |  10 |3261k|  31 | 1.833075e+01 |      --      |    Inf 
1745.37/1745.93	c  1664s|  6050k|   110 |   113 |  16M| 227 |   - | 316 |9352 |7145 |   0 |   0 |  10 |3266k|  31 | 1.833075e+01 |      --      |    Inf 
1748.27/1748.89	c  1667s|  6060k|    95 |   113 |  16M| 227 |   - | 316 |9389 |6566 |   0 |   0 |  10 |3271k|  31 | 1.833075e+01 |      --      |    Inf 
1750.78/1751.37	c  1669s|  6070k|    99 |   113 |  16M| 227 |   - | 316 |9365 |7581 |   0 |   0 |  10 |3277k|  31 | 1.833075e+01 |      --      |    Inf 
1754.48/1755.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1754.48/1755.06	c  1673s|  6080k|   108 |   113 |  16M| 227 |   - | 316 |9364 |7014 |   0 |   0 |  10 |3282k|  31 | 1.833075e+01 |      --      |    Inf 
1757.28/1757.88	c  1675s|  6090k|   101 |   113 |  16M| 227 |   - | 316 |9435 |5902 |   0 |   0 |  10 |3288k|  31 | 1.833075e+01 |      --      |    Inf 
1759.97/1760.56	c  1678s|  6100k|   106 |   113 |  16M| 227 |   - | 316 |9403 |6584 |   0 |   0 |  10 |3293k|  31 | 1.833075e+01 |      --      |    Inf 
1763.17/1763.76	c  1681s|  6110k|   101 |   113 |  16M| 227 |   - | 316 |9391 |5957 |   0 |   0 |  10 |3298k|  31 | 1.833075e+01 |      --      |    Inf 
1766.37/1766.96	c  1684s|  6120k|    96 |   113 |  16M| 227 |   - | 316 |9422 |6801 |   0 |   0 |  10 |3304k|  31 | 1.833075e+01 |      --      |    Inf 
1769.38/1769.96	c  1687s|  6130k|    92 |   113 |  16M| 227 |   - | 316 |9395 |7020 |   0 |   0 |  10 |3309k|  31 | 1.833075e+01 |      --      |    Inf 
1772.68/1773.29	c  1690s|  6140k|   102 |   113 |  16M| 227 |   - | 316 |9397 |6466 |   0 |   0 |  10 |3314k|  31 | 1.833075e+01 |      --      |    Inf 
1776.06/1776.66	c  1693s|  6150k|    99 |   113 |  16M| 227 |   - | 316 |9410 |5972 |   0 |   0 |  10 |3320k|  31 | 1.833075e+01 |      --      |    Inf 
1779.37/1779.97	c  1697s|  6160k|    97 |   113 |  16M| 227 |   - | 316 |9465 |5813 |   0 |   0 |  10 |3325k|  31 | 1.833075e+01 |      --      |    Inf 
1782.66/1783.26	c  1700s|  6170k|   100 |   113 |  16M| 227 |   - | 316 |9381 |6735 |   0 |   0 |  10 |3331k|  31 | 1.833075e+01 |      --      |    Inf 
1786.07/1786.65	c  1703s|  6180k|    96 |   113 |  16M| 227 |   - | 316 |9358 |7337 |   0 |   0 |  10 |3336k|  31 | 1.833075e+01 |      --      |    Inf 
1788.66/1789.27	c  1706s|  6190k|   103 |   113 |  16M| 227 |   - | 316 |9419 |6215 |   0 |   0 |  10 |3341k|  31 | 1.833075e+01 |      --      |    Inf 
1791.96/1792.51	c  1709s|  6200k|   109 |   113 |  16M| 227 |   - | 316 |9366 |5973 |   0 |   0 |  10 |3347k|  31 | 1.833075e+01 |      --      |    Inf 
1794.46/1795.04	c  1711s|  6210k|    95 |   113 |  16M| 227 |   - | 316 |9379 |7202 |   0 |   0 |  10 |3352k|  31 | 1.833075e+01 |      --      |    Inf 
1798.06/1798.61	c  1714s|  6220k|    95 |   113 |  16M| 227 |   - | 316 |9484 |6250 |   0 |   0 |  10 |3357k|  31 | 1.833075e+01 |      --      |    Inf 
1800.07/1800.60	c 
1800.07/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.60	c Solving Time (sec) : 1716.33
1800.07/1800.60	c Solving Nodes      : 6226437
1800.07/1800.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.60	c Dual Bound         : +1.83307493540052e+01
1800.07/1800.60	c Gap                : infinite
1800.07/1800.60	c NODE         6226437
1800.07/1800.60	c DUAL BOUND   18.3307
1800.07/1800.60	c PRIMAL BOUND 1e+20
1800.07/1800.60	c GAP          1e+20
1800.07/1800.60	s UNKNOWN
1800.07/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.60	c Solving Time       :    1716.33
1800.07/1800.60	c Original Problem   :
1800.07/1800.60	c   Problem name     : HOME/instance-1884157-1245255063.opb
1800.07/1800.60	c   Variables        : 322 (322 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.60	c   Constraints      : 9322 initial, 9322 maximal
1800.07/1800.60	c Presolved Problem  :
1800.07/1800.61	c   Problem name     : t_HOME/instance-1884157-1245255063.opb
1800.07/1800.61	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.61	c   Constraints      : 9316 initial, 14567 maximal
1800.07/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.61	c   linear           :       0.11          1          5          0          1          0          6        192        192
1800.07/1800.61	c   logicor          :       0.06          0          0          0          0          0          0          0          0
1800.07/1800.61	c   root node        :          -          2          -          -          2          -          -          -          -
1800.07/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.61	c   integral         :          0          0          0          2          0          0          1          0          0          2
1800.07/1800.61	c   logicor          :       9316+         5   12152030          0          0    3227143   22415826          0          0          0
1800.07/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.61	c   integral         :       1.42       0.00       0.00       1.42       0.00
1800.07/1800.61	c   logicor          :     527.63       0.00     527.63       0.00       0.00
1800.07/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.61	c   rootredcost      :       6.76          0          0          0
1800.07/1800.61	c   pseudoobj        :     355.94   22518271          0          0
1800.07/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.61	c   propagation      :      75.42    3227143    3227143    3227143       13.9     134109       11.5          -
1800.07/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.61	c   applied globally :          -          -          -    3354211       13.7          -          -          -
1800.07/1800.61	c   applied locally  :          -          -          -       7001       33.7          -          -          -
1800.07/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.61	c   cut pool         :       0.00          4          -          -          3          -    (maximal pool size: 80)
1800.07/1800.61	c   redcost          :       0.00          5          0          0          0          0
1800.07/1800.61	c   impliedbounds    :       0.00          5          0          0          0          0
1800.07/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.61	c   gomory           :       0.52          5          0          0       2500          0
1800.07/1800.61	c   strongcg         :       0.50          5          0          0       2500          0
1800.07/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.61	c   clique           :       0.00          1          0          0          0          0
1800.07/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.61	c   mcf              :       0.02          1          0          0          0          0
1800.07/1800.61	c Pricers            :       Time      Calls       Vars
1800.07/1800.61	c   problem variables:       0.00          0          0
1800.07/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.61	c   relpscost        :       1.42          2          0          1          0          0          2
1800.07/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   inference        :     157.38    4031789          0          0          0          0    8063578
1800.07/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.61	c   LP solutions     :       0.00          -          0
1800.07/1800.61	c   pseudo solutions :       0.00          -          0
1800.07/1800.61	c   simplerounding   :       0.00          0          0
1800.07/1800.61	c   rounding         :       0.00          0          0
1800.07/1800.61	c   shifting         :       0.00          0          0
1800.07/1800.61	c   intshifting      :       0.00          0          0
1800.07/1800.61	c   oneopt           :       0.00          0          0
1800.07/1800.61	c   fixandinfer      :       0.00          0          0
1800.07/1800.61	c   feaspump         :       0.00          0          0
1800.07/1800.61	c   coefdiving       :       0.00          0          0
1800.07/1800.61	c   pscostdiving     :       0.00          0          0
1800.07/1800.61	c   fracdiving       :       0.00          0          0
1800.07/1800.61	c   veclendiving     :       0.00          0          0
1800.07/1800.61	c   intdiving        :       0.00          0          0
1800.07/1800.61	c   actconsdiving    :       0.00          0          0
1800.07/1800.61	c   objpscostdiving  :       0.00          0          0
1800.07/1800.61	c   rootsoldiving    :       0.00          0          0
1800.07/1800.61	c   linesearchdiving :       0.00          0          0
1800.07/1800.61	c   guideddiving     :       0.00          0          0
1800.07/1800.61	c   octane           :       0.00          0          0
1800.07/1800.61	c   rens             :       0.00          0          0
1800.07/1800.61	c   rins             :       0.00          0          0
1800.07/1800.61	c   localbranching   :       0.00          0          0
1800.07/1800.61	c   mutation         :       0.00          0          0
1800.07/1800.61	c   crossover        :       0.00          0          0
1800.07/1800.61	c   dins             :       0.00          0          0
1800.07/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.61	c   primal LP        :       0.01          0          0       0.00       0.00
1800.07/1800.61	c   dual LP          :       0.17          7        113      16.14     664.71
1800.07/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.61	c   strong branching :       1.42         31        643      20.74     452.82
1800.07/1800.61	c     (at root node) :          -         31        643      20.74          -
1800.07/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.61	c B&B Tree           :
1800.07/1800.61	c   number of runs   :          1
1800.07/1800.61	c   nodes            :    6226437
1800.07/1800.61	c   nodes (total)    :    6226437
1800.07/1800.61	c   nodes left       :        120
1800.07/1800.61	c   max depth        :        227
1800.07/1800.61	c   max depth (total):        227
1800.07/1800.61	c   backtracks       :    1514959 (24.3%)
1800.07/1800.61	c   delayed cutoffs  :    1837024
1800.07/1800.61	c   repropagations   :    9471361 (9528114 domain reductions, 1032496 cutoffs)
1800.07/1800.61	c   avg switch length:       4.05
1800.07/1800.61	c   switching time   :     348.18
1800.07/1800.61	c Solution           :
1800.07/1800.61	c   Solutions found  :          0 (0 improvements)
1800.07/1800.61	c   Primal Bound     :          -
1800.07/1800.61	c   Dual Bound       : +1.83307493540052e+01
1800.07/1800.61	c   Gap              :   infinite
1800.07/1800.61	c   Root Dual Bound  : +1.83018867924528e+01
1800.07/1800.66	c Time complete: 1800.12.

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-1884157-1245255063/watcher-1884157-1245255063 -o /tmp/evaluation-result-1884157-1245255063/solver-1884157-1245255063 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884157-1245255063.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.99 0.94 0.60 3/66 18282
/proc/meminfo: memFree=1761232/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=4648 CPUtime=0
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 500 0 0 0 0 0 0 0 18 0 1 0 78229719 4759552 484 1992294400 4194304 7823515 548682068736 18446744073709551615 6109072 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 1082 485 320 886 0 192 0

[startup+0.0512131 s]
/proc/loadavg: 0.99 0.94 0.60 3/66 18282
/proc/meminfo: memFree=1761232/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=9872 CPUtime=0.04
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 1796 0 0 0 4 0 0 0 18 0 1 0 78229719 10108928 1778 1992294400 4194304 7823515 548682068736 18446744073709551615 6908036 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2468 1778 351 886 0 1578 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9872

[startup+0.101217 s]
/proc/loadavg: 0.99 0.94 0.60 3/66 18282
/proc/meminfo: memFree=1761232/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=11072 CPUtime=0.09
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 2086 0 0 0 9 0 0 0 18 0 1 0 78229719 11337728 2068 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/18282/statm: 2768 2068 351 886 0 1878 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11072

[startup+0.301244 s]
/proc/loadavg: 0.99 0.94 0.60 3/66 18282
/proc/meminfo: memFree=1761232/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=29264 CPUtime=0.29
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 6603 0 0 0 26 3 0 0 19 0 1 0 78229719 29966336 6231 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 7316 6231 432 886 0 6426 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29264

[startup+0.701296 s]
/proc/loadavg: 0.99 0.94 0.60 3/66 18282
/proc/meminfo: memFree=1761232/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=50244 CPUtime=0.7
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 12214 0 0 0 63 7 0 0 18 0 1 0 78229719 51449856 11171 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 12561 11171 530 886 0 11671 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 50244

[startup+1.5014 s]
/proc/loadavg: 0.99 0.94 0.60 2/67 18283
/proc/meminfo: memFree=1716872/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=52484 CPUtime=1.5
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 13066 0 0 0 142 8 0 0 24 0 1 0 78229719 53743616 11947 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 13121 11947 540 886 0 12231 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 52484

[startup+3.1016 s]
/proc/loadavg: 0.99 0.94 0.60 2/67 18283
/proc/meminfo: memFree=1711688/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=3.09
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14036 0 0 0 300 9 0 0 25 0 1 0 78229719 57556992 12874 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12874 543 886 0 13162 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56208

[startup+6.30202 s]
/proc/loadavg: 0.99 0.94 0.60 2/67 18283
/proc/meminfo: memFree=1711304/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=6.29
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14044 0 0 0 609 20 0 0 25 0 1 0 78229719 57556992 12882 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12882 550 886 0 13162 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56208

[startup+12.7028 s]
/proc/loadavg: 0.99 0.94 0.60 2/67 18283
/proc/meminfo: memFree=1711368/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=12.68
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14044 0 0 0 1227 41 0 0 25 0 1 0 78229719 57556992 12882 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12882 550 886 0 13162 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56208

[startup+25.5015 s]
/proc/loadavg: 0.99 0.94 0.61 2/67 18283
/proc/meminfo: memFree=1711432/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=25.48
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14046 0 0 0 2455 93 0 0 25 0 1 0 78229719 57556992 12884 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12884 550 886 0 13162 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56208

[startup+51.1018 s]
/proc/loadavg: 0.99 0.95 0.62 2/67 18283
/proc/meminfo: memFree=1711496/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=51.07
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14048 0 0 0 4888 219 0 0 25 0 1 0 78229719 57556992 12886 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12886 550 886 0 13162 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56208

[startup+102.305 s]
/proc/loadavg: 0.99 0.95 0.64 2/67 18283
/proc/meminfo: memFree=1711496/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=102.26
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14067 0 0 0 9725 501 0 0 25 0 1 0 78229719 57556992 12905 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12905 550 886 0 13162 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56208

[startup+162.301 s]
/proc/loadavg: 0.99 0.96 0.65 2/67 18283
/proc/meminfo: memFree=1711432/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=162.24
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14067 0 0 0 15402 822 0 0 25 0 1 0 78229719 57556992 12905 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12905 550 886 0 13162 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 56208

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.67 2/67 18283
/proc/meminfo: memFree=1711368/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=222.22
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14068 0 0 0 21107 1115 0 0 25 0 1 0 78229719 57556992 12906 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12906 550 886 0 13162 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 56208

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.69 2/67 18283
/proc/meminfo: memFree=1711368/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=282.19
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14069 0 0 0 26830 1389 0 0 25 0 1 0 78229719 57556992 12907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12907 550 886 0 13162 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 56208

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.71 2/67 18283
/proc/meminfo: memFree=1711304/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=342.18
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14069 0 0 0 32560 1658 0 0 25 0 1 0 78229719 57556992 12907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12907 550 886 0 13162 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 56208

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.72 2/67 18283
/proc/meminfo: memFree=1711240/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=402.16
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14072 0 0 0 38294 1922 0 0 25 0 1 0 78229719 57556992 12910 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12910 550 886 0 13162 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 56208

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/67 18283
/proc/meminfo: memFree=1711176/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=462.14
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 44033 2181 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 56208

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/67 18283
/proc/meminfo: memFree=1711112/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=522.12
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 49741 2471 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 56208

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.76 2/67 18283
/proc/meminfo: memFree=1711112/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=582.11
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 55446 2765 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 56208

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/67 18283
/proc/meminfo: memFree=1711048/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=642.09
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 61170 3039 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 56208

[startup+702.302 s]

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

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.81 2/67 18283
/proc/meminfo: memFree=1710856/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=822.03
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 78282 3921 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 56208

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 18283
/proc/meminfo: memFree=1710856/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=882.02
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 83979 4223 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 56208

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 18283
/proc/meminfo: memFree=1710792/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=942
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 89723 4477 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 56208

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.83 2/67 18283
/proc/meminfo: memFree=1710728/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1001.99
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 95469 4730 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 56208

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 18283
/proc/meminfo: memFree=1710728/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1061.97
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 101213 4984 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 56208

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 18283
/proc/meminfo: memFree=1710664/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1121.96
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 106948 5248 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 56208

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 18283
/proc/meminfo: memFree=1710600/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1181.94
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 112685 5509 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 56208

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 18283
/proc/meminfo: memFree=1710472/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1241.92
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 118419 5773 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 56208

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 18283
/proc/meminfo: memFree=1710472/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1301.9
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14077 0 0 0 124121 6069 0 0 25 0 1 0 78229719 57556992 12915 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12915 550 886 0 13162 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 56208

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/67 18283
/proc/meminfo: memFree=1710344/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1361.88
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14090 0 0 0 129823 6365 0 0 25 0 1 0 78229719 57556992 12928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12928 550 886 0 13162 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 56208

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.87 2/67 18283
/proc/meminfo: memFree=1710280/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1421.87
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14090 0 0 0 135548 6639 0 0 25 0 1 0 78229719 57556992 12928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12928 550 886 0 13162 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 56208

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/67 18283
/proc/meminfo: memFree=1710280/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1481.85
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14090 0 0 0 141233 6952 0 0 25 0 1 0 78229719 57556992 12928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12928 550 886 0 13162 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 56208

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/67 18283
/proc/meminfo: memFree=1710216/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1541.84
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14090 0 0 0 146974 7210 0 0 25 0 1 0 78229719 57556992 12928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12928 550 886 0 13162 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 56208

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/67 18283
/proc/meminfo: memFree=1710152/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1601.81
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14090 0 0 0 152699 7482 0 0 25 0 1 0 78229719 57556992 12928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12928 550 886 0 13162 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 56208

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.89 2/67 18283
/proc/meminfo: memFree=1710152/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1661.8
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14090 0 0 0 158429 7751 0 0 25 0 1 0 78229719 57556992 12928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12928 550 886 0 13162 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 56208

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.90 2/67 18283
/proc/meminfo: memFree=1710088/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1721.78
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14090 0 0 0 164163 8015 0 0 25 0 1 0 78229719 57556992 12928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12928 550 886 0 13162 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 56208

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 18283
/proc/meminfo: memFree=1709896/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1781.77
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14090 0 0 0 169901 8276 0 0 25 0 1 0 78229719 57556992 12928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12928 550 886 0 13162 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 56208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 18283
/proc/meminfo: memFree=1709896/2055920 swapFree=4186724/4192956
[pid=18282] ppid=18280 vsize=56208 CPUtime=1800.07
/proc/18282/stat : 18282 (pbscip.linux.x8) R 18280 18282 18121 0 -1 4194304 14090 0 0 0 171652 8355 0 0 25 0 1 0 78229719 57556992 12928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18282/statm: 14052 12928 550 886 0 13162 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 56208

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.67
CPU time (s): 1800.14
CPU user time (s): 1716.57
CPU system time (s): 83.5663
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 56208

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

runsolver used 1.86772 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node40 at 2009-06-17 18:11:03
IDJOB=1884157
IDBENCH=71929
IDSOLVER=683
FILE ID=node40/1884157-1245255063
PBS_JOBID= 9372413
Free space on /tmp= 66536 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00090.sat05-1326.reshuffled-07.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884157-1245255063/watcher-1884157-1245255063 -o /tmp/evaluation-result-1884157-1245255063/solver-1884157-1245255063 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884157-1245255063.opb

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

MD5SUM BENCH= ec17b84ae2a5fe77f5fb05decd244aff
RANDOM SEED=1747237514

node40.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.216
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.216
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:       1761648 kB
Buffers:         40556 kB
Cached:         178400 kB
SwapCached:       3200 kB
Active:          96936 kB
Inactive:       133748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761648 kB
SwapTotal:     4192956 kB
SwapFree:      4186724 kB
Dirty:           10684 kB
Writeback:           0 kB
Mapped:          18608 kB
Slab:            49424 kB
Committed_AS:    79344 kB
PageTables:       1472 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= 66524 MiB
End job on node40 at 2009-06-17 18:41:06