Trace number 1884117

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.05 1800.63

General information on the benchmark

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

Solver Data

0.00/0.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver SoPlex 1.4.1
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-1884117-1245254306.opb>
0.00/0.03	c original problem has 132 variables (132 bin, 0 int, 0 impl, 0 cont) and 1527 constraints
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.06/0.07	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1527 upgd conss, 336 impls, 0 clqs
0.06/0.08	c presolving (2 rounds):
0.06/0.08	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.06/0.08	c  336 implications, 0 cliques
0.06/0.08	c presolved problem has 132 variables (132 bin, 0 int, 0 impl, 0 cont) and 1527 constraints
0.06/0.08	c    1527 constraints of type <logicor>
0.06/0.08	c transformed objective value is always integral (scale: 1)
0.06/0.08	c Presolving Time: 0.05
0.06/0.08	c PURESAT
0.06/0.08	c -----------------------------------------------------------------------------------------------
0.06/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c separating/flowcover/freq = c -1
0.06/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c separating/cmir/freq = c -1
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/veclendiving/maxlpiterofs = c 1500
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.06/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/veclendiving/freq = c -1
0.06/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/simplerounding/freq = c -1
0.06/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/shifting/freq = c -1
0.06/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/rounding/freq = c -1
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.06/0.08	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.06/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.06/0.08	c heuristics/rootsoldiving/freq = c -1
0.06/0.08	c # number of nodes added to the contingent of the total nodes
0.06/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.06/0.08	c heuristics/rens/nodesofs = c 2000
0.06/0.08	c # minimum percentage of integer variables that have to be fixable 
0.06/0.08	c # [type: real, range: [0,1], default: 0.5]
0.06/0.08	c heuristics/rens/minfixingrate = c 0.3
0.06/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c heuristics/rens/freq = c -1
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.06/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/pscostdiving/freq = c -1
0.06/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c heuristics/oneopt/freq = c -1
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.06/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.06/0.08	c # [type: real, range: [0,1], default: 0.01]
0.06/0.08	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.06/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.06/0.08	c heuristics/objpscostdiving/freq = c -1
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.06/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/linesearchdiving/freq = c -1
0.06/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/intshifting/freq = c -1
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/intdiving/maxlpiterquot = c 0.075
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/guideddiving/maxlpiterofs = c 1500
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.06/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/guideddiving/freq = c -1
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/fracdiving/maxlpiterofs = c 1500
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.06/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/fracdiving/freq = c -1
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/feaspump/maxlpiterofs = c 2000
0.06/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.06/0.08	c heuristics/feaspump/freq = c -1
0.06/0.08	c # minimum percentage of integer variables that have to be fixed 
0.06/0.08	c # [type: real, range: [0,1], default: 0.666]
0.06/0.08	c heuristics/crossover/minfixingrate = c 0.5
0.06/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.06/0.08	c # [type: real, range: [0,1], default: 0.1]
0.06/0.08	c heuristics/crossover/nodesquot = c 0.15
0.06/0.08	c # number of nodes without incumbent change that heuristic should wait
0.06/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.06/0.08	c heuristics/crossover/nwaitingnodes = c 100
0.06/0.08	c # number of nodes added to the contingent of the total nodes
0.06/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.06/0.08	c heuristics/crossover/nodesofs = c 750
0.06/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.06/0.08	c heuristics/crossover/freq = c -1
0.06/0.08	c # additional number of allowed LP iterations
0.06/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.06/0.08	c heuristics/coefdiving/maxlpiterofs = c 1500
0.06/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.06/0.08	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.06/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.06/0.08	c heuristics/coefdiving/freq = c -1
0.06/0.08	c # priority of node selection rule <dfs> in standard mode
0.06/0.08	c # [type: int, range: [-536870912,536870911], default: 0]
0.06/0.08	c nodeselection/dfs/stdpriority = c 1000000
0.06/0.08	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c presolving/probing/maxrounds = c 0
0.06/0.08	c # should presolving try to simplify knapsacks
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c constraints/knapsack/simplifyinequalities = c TRUE
0.06/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.06/0.08	c constraints/knapsack/disaggregation = c FALSE
0.06/0.08	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c constraints/knapsack/maxnumcardlift = c 0
0.06/0.08	c # should presolving try to simplify inequalities
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c constraints/linear/simplifyinequalities = c TRUE
0.06/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c separating/maxroundsroot = c 5
0.06/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.06/0.08	c separating/maxrounds = c 1
0.06/0.08	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.06/0.08	c # [type: char, range: {lafpsqd}, default: l]
0.06/0.08	c lp/pricing = c a
0.06/0.08	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.06/0.08	c lp/solvefreq = c 0
0.06/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c limits/solutions = c 1
0.06/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.08	c limits/memory = c 1620
0.06/0.08	c # maximal time in seconds to run
0.06/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.08	c limits/time = c 1791
0.06/0.08	c # frequency for displaying node information lines
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.06/0.08	c display/freq = c 10000
0.06/0.08	c # should enforcement of pseudo solution be disabled?
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c constraints/disableenfops = c TRUE
0.06/0.08	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.06/0.08	c constraints/agelimit = c 1
0.06/0.08	c # should binary conflicts be preferred?
0.06/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.08	c conflict/preferbinary = c TRUE
0.06/0.08	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.06/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.08	c conflict/interconss = c 0
0.06/0.08	c -----------------------------------------------------------------------------------------------
0.06/0.08	c start solving problem
0.06/0.08	c 
0.09/0.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     0 |    65 |2039k|   0 |  44 | 132 |1527 |1527 | 132 |1527 |   0 |   0 |   0 | 2.450000e+01 |      --      |    Inf 
0.09/0.17	c   0.1s|     1 |     0 |   148 |2060k|   0 |  18 | 132 |1527 |1527 | 132 |1536 |   9 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.20/0.23	c   0.2s|     1 |     0 |   193 |2070k|   0 |  40 | 132 |1527 |1527 | 132 |1539 |  12 |   0 |   0 | 3.281250e+01 |      --      |    Inf 
0.20/0.29	c   0.2s|     1 |     0 |   230 |2114k|   0 |  27 | 132 |1527 |1527 | 132 |1544 |  17 |   0 |   0 | 3.333333e+01 |      --      |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |   243 |2124k|   0 |  16 | 132 |1527 |1527 | 132 |1548 |  21 |   0 |   0 | 3.400000e+01 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   261 |2139k|   0 |  22 | 132 |1527 |1527 | 132 |1549 |  22 |   0 |   0 | 3.400000e+01 |      --      |    Inf 
0.79/0.80	c   0.8s|     1 |     2 |   261 |2140k|   0 |  22 | 132 |1527 |1527 | 132 |1549 |  22 |   0 |  22 | 3.400000e+01 |      --      |    Inf 
2.59/2.64	c   2.4s| 10000 |     9 |   261 |2245k|  36 |   - | 132 |1554 | 782 |   0 |   0 |  22 |6083 |  22 | 3.400000e+01 |      --      |    Inf 
4.69/4.75	c   4.3s| 20000 |    16 |   261 |2266k|  37 |   - | 132 |1587 | 553 |   0 |   0 |  22 |  12k|  22 | 3.400000e+01 |      --      |    Inf 
6.89/6.91	c   6.3s| 30000 |    16 |   261 |2262k|  38 |   - | 132 |1560 | 621 |   0 |   0 |  22 |  18k|  22 | 3.400000e+01 |      --      |    Inf 
9.29/9.36	c   8.5s| 40000 |    14 |   261 |2273k|  38 |   - | 132 |1599 | 548 |   0 |   0 |  22 |  24k|  22 | 3.400000e+01 |      --      |    Inf 
11.18/11.28	c  10.3s| 50000 |    33 |   261 |2273k|  40 |   - | 132 |1562 | 468 |   0 |   0 |  22 |  30k|  22 | 3.400000e+01 |      --      |    Inf 
13.28/13.30	c  12.1s| 60000 |    25 |   261 |2282k|  43 |   - | 132 |1586 | 439 |   0 |   0 |  22 |  36k|  22 | 3.400000e+01 |      --      |    Inf 
15.28/15.35	c  14.0s| 70000 |    20 |   261 |2281k|  43 |   - | 132 |1588 | 433 |   0 |   0 |  22 |  41k|  22 | 3.400000e+01 |      --      |    Inf 
17.08/17.12	c  15.6s| 80000 |    27 |   261 |2291k|  43 |   - | 132 |1601 | 416 |   0 |   0 |  22 |  47k|  22 | 3.400000e+01 |      --      |    Inf 
18.88/18.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.88/18.96	c  17.2s| 90000 |    26 |   261 |2283k|  49 |   - | 132 |1582 | 499 |   0 |   0 |  22 |  53k|  22 | 3.400000e+01 |      --      |    Inf 
20.89/20.91	c  19.0s|100000 |    29 |   261 |2291k|  49 |   - | 132 |1597 | 430 |   0 |   0 |  22 |  59k|  22 | 3.400000e+01 |      --      |    Inf 
22.98/23.00	c  20.9s|110000 |    24 |   261 |2288k|  49 |   - | 132 |1588 | 527 |   0 |   0 |  22 |  65k|  22 | 3.400000e+01 |      --      |    Inf 
24.98/25.01	c  22.7s|120000 |    32 |   261 |2290k|  49 |   - | 132 |1587 | 374 |   0 |   0 |  22 |  71k|  22 | 3.400000e+01 |      --      |    Inf 
26.98/27.09	c  24.6s|130000 |    29 |   261 |2290k|  51 |   - | 132 |1589 | 344 |   0 |   0 |  22 |  77k|  22 | 3.400000e+01 |      --      |    Inf 
29.18/29.20	c  26.6s|140000 |    26 |   261 |2291k|  51 |   - | 132 |1595 | 412 |   0 |   0 |  22 |  83k|  22 | 3.400000e+01 |      --      |    Inf 
31.28/31.33	c  28.5s|150000 |    24 |   261 |2299k|  51 |   - | 132 |1614 | 376 |   0 |   0 |  22 |  89k|  22 | 3.400000e+01 |      --      |    Inf 
33.57/33.67	c  30.7s|160000 |    21 |   261 |2283k|  51 |   - | 132 |1578 | 540 |   0 |   0 |  22 |  95k|  22 | 3.400000e+01 |      --      |    Inf 
35.77/35.87	c  32.7s|170000 |    25 |   261 |2299k|  51 |   - | 132 |1615 | 451 |   0 |   0 |  22 | 101k|  22 | 3.400000e+01 |      --      |    Inf 
38.17/38.22	c  34.9s|180000 |    25 |   261 |2289k|  51 |   - | 132 |1590 | 498 |   0 |   0 |  22 | 107k|  22 | 3.400000e+01 |      --      |    Inf 
40.68/40.78	c  37.2s|190000 |    30 |   261 |2300k|  51 |   - | 132 |1615 | 443 |   0 |   0 |  22 | 113k|  22 | 3.400000e+01 |      --      |    Inf 
43.37/43.49	c  39.8s|200000 |    20 |   261 |2289k|  51 |   - | 132 |1589 | 504 |   0 |   0 |  22 | 119k|  22 | 3.400000e+01 |      --      |    Inf 
45.77/45.89	c  42.0s|210000 |    22 |   261 |2287k|  51 |   - | 132 |1579 | 405 |   0 |   0 |  22 | 125k|  22 | 3.400000e+01 |      --      |    Inf 
47.86/47.91	c  43.9s|220000 |    27 |   261 |2289k|  51 |   - | 132 |1582 | 523 |   0 |   0 |  22 | 131k|  22 | 3.400000e+01 |      --      |    Inf 
50.17/50.22	c  46.0s|230000 |    22 |   261 |2295k|  51 |   - | 132 |1602 | 374 |   0 |   0 |  22 | 137k|  22 | 3.400000e+01 |      --      |    Inf 
52.67/52.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.67/52.76	c  48.4s|240000 |    21 |   261 |2289k|  51 |   - | 132 |1587 | 519 |   0 |   0 |  22 | 143k|  22 | 3.400000e+01 |      --      |    Inf 
54.86/54.97	c  50.4s|250000 |    21 |   261 |2294k|  51 |   - | 132 |1601 | 398 |   0 |   0 |  22 | 150k|  22 | 3.400000e+01 |      --      |    Inf 
57.07/57.14	c  52.4s|260000 |    25 |   261 |2302k|  51 |   - | 132 |1614 | 397 |   0 |   0 |  22 | 155k|  22 | 3.400000e+01 |      --      |    Inf 
59.07/59.10	c  54.1s|270000 |    19 |   261 |2285k|  51 |   - | 132 |1576 | 482 |   0 |   0 |  22 | 161k|  22 | 3.400000e+01 |      --      |    Inf 
60.86/60.97	c  55.8s|280000 |    15 |   261 |2288k|  51 |   - | 132 |1586 | 439 |   0 |   0 |  22 | 167k|  22 | 3.400000e+01 |      --      |    Inf 
63.16/63.21	c  57.9s|290000 |    28 |   261 |2293k|  51 |   - | 132 |1589 | 493 |   0 |   0 |  22 | 173k|  22 | 3.400000e+01 |      --      |    Inf 
65.76/65.84	c  60.3s|300000 |    24 |   261 |2304k|  51 |   - | 132 |1616 | 394 |   0 |   0 |  22 | 179k|  22 | 3.400000e+01 |      --      |    Inf 
68.36/68.46	c  62.8s|310000 |    20 |   261 |2295k|  51 |   - | 132 |1600 | 493 |   0 |   0 |  22 | 185k|  22 | 3.400000e+01 |      --      |    Inf 
70.96/71.01	c  65.1s|320000 |    25 |   261 |2288k|  51 |   - | 132 |1571 | 438 |   0 |   0 |  22 | 192k|  22 | 3.400000e+01 |      --      |    Inf 
73.25/73.38	c  67.3s|330000 |    22 |   261 |2293k|  51 |   - | 132 |1587 | 388 |   0 |   0 |  22 | 198k|  22 | 3.400000e+01 |      --      |    Inf 
75.66/75.75	c  69.5s|340000 |    15 |   261 |2290k|  51 |   - | 132 |1591 | 578 |   0 |   0 |  22 | 204k|  22 | 3.400000e+01 |      --      |    Inf 
78.35/78.43	c  72.0s|350000 |    21 |   261 |2293k|  51 |   - | 132 |1596 | 485 |   0 |   0 |  22 | 210k|  22 | 3.400000e+01 |      --      |    Inf 
80.66/80.73	c  74.1s|360000 |    16 |   261 |2298k|  51 |   - | 132 |1611 | 414 |   0 |   0 |  22 | 216k|  22 | 3.400000e+01 |      --      |    Inf 
82.75/82.80	c  76.0s|370000 |    24 |   261 |2297k|  51 |   - | 132 |1597 | 414 |   0 |   0 |  22 | 222k|  22 | 3.400000e+01 |      --      |    Inf 
85.16/85.29	c  78.3s|380000 |    24 |   261 |2298k|  51 |   - | 132 |1601 | 457 |   0 |   0 |  22 | 228k|  22 | 3.400000e+01 |      --      |    Inf 
87.96/88.00	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.96/88.00	c  80.8s|390000 |    20 |   261 |2294k|  51 |   - | 132 |1595 | 451 |   0 |   0 |  22 | 234k|  22 | 3.400000e+01 |      --      |    Inf 
90.75/90.83	c  83.5s|400000 |    21 |   261 |2290k|  51 |   - | 132 |1580 | 501 |   0 |   0 |  22 | 240k|  22 | 3.400000e+01 |      --      |    Inf 
93.36/93.48	c  85.9s|410000 |    21 |   261 |2298k|  51 |   - | 132 |1600 | 333 |   0 |   0 |  22 | 246k|  22 | 3.400000e+01 |      --      |    Inf 
96.05/96.12	c  88.4s|420000 |    22 |   261 |2296k|  51 |   - | 132 |1597 | 379 |   0 |   0 |  22 | 252k|  22 | 3.400000e+01 |      --      |    Inf 
98.25/98.30	c  90.4s|430000 |    20 |   261 |2293k|  51 |   - | 132 |1582 | 495 |   0 |   0 |  22 | 258k|  22 | 3.400000e+01 |      --      |    Inf 
100.45/100.52	c  92.4s|440000 |    26 |   261 |2303k|  51 |   - | 132 |1605 | 450 |   0 |   0 |  22 | 264k|  22 | 3.400000e+01 |      --      |    Inf 
103.15/103.29	c  95.0s|450000 |    27 |   261 |2297k|  51 |   - | 132 |1591 | 432 |   0 |   0 |  22 | 270k|  22 | 3.400000e+01 |      --      |    Inf 
105.95/106.01	c  97.5s|460000 |    23 |   261 |2291k|  51 |   - | 132 |1581 | 634 |   0 |   0 |  22 | 276k|  22 | 3.400000e+01 |      --      |    Inf 
108.75/108.87	c   100s|470000 |    20 |   261 |2300k|  51 |   - | 132 |1604 | 402 |   0 |   0 |  22 | 282k|  22 | 3.400000e+01 |      --      |    Inf 
111.64/111.74	c   103s|480000 |    20 |   261 |2297k|  51 |   - | 132 |1598 | 441 |   0 |   0 |  22 | 288k|  22 | 3.400000e+01 |      --      |    Inf 
114.35/114.44	c   105s|490000 |    16 |   261 |2291k|  51 |   - | 132 |1583 | 510 |   0 |   0 |  22 | 294k|  22 | 3.400000e+01 |      --      |    Inf 
116.85/116.92	c   108s|500000 |    21 |   261 |2295k|  51 |   - | 132 |1583 | 486 |   0 |   0 |  22 | 300k|  22 | 3.400000e+01 |      --      |    Inf 
119.45/119.52	c   110s|510000 |    18 |   261 |2304k|  51 |   - | 132 |1620 | 470 |   0 |   0 |  22 | 306k|  22 | 3.400000e+01 |      --      |    Inf 
121.35/121.45	c   112s|520000 |    20 |   261 |2294k|  51 |   - | 132 |1583 | 465 |   0 |   0 |  22 | 312k|  22 | 3.400000e+01 |      --      |    Inf 
123.14/123.27	c   114s|530000 |    21 |   261 |2302k|  51 |   - | 132 |1607 | 399 |   0 |   0 |  22 | 318k|  22 | 3.400000e+01 |      --      |    Inf 
125.25/125.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.25/125.31	c   115s|540000 |    13 |   261 |2304k|  51 |   - | 132 |1622 | 417 |   0 |   0 |  22 | 324k|  22 | 3.400000e+01 |      --      |    Inf 
127.45/127.55	c   117s|550000 |    16 |   261 |2296k|  51 |   - | 132 |1593 | 488 |   0 |   0 |  22 | 329k|  22 | 3.400000e+01 |      --      |    Inf 
129.65/129.72	c   119s|560000 |    15 |   261 |2299k|  51 |   - | 132 |1605 | 561 |   0 |   0 |  22 | 335k|  22 | 3.400000e+01 |      --      |    Inf 
131.84/131.98	c   122s|570000 |    18 |   261 |2302k|  51 |   - | 132 |1613 | 492 |   0 |   0 |  22 | 341k|  22 | 3.400000e+01 |      --      |    Inf 
134.55/134.65	c   124s|580000 |    15 |   261 |2297k|  51 |   - | 132 |1593 | 422 |   0 |   0 |  22 | 347k|  22 | 3.400000e+01 |      --      |    Inf 
136.64/136.71	c   126s|590000 |    12 |   261 |2304k|  51 |   - | 132 |1624 | 463 |   0 |   0 |  22 | 353k|  22 | 3.400000e+01 |      --      |    Inf 
138.44/138.50	c   128s|600000 |    25 |   261 |2299k|  51 |   - | 132 |1580 | 433 |   0 |   0 |  22 | 359k|  22 | 3.400000e+01 |      --      |    Inf 
140.34/140.47	c   129s|610000 |    27 |   261 |2304k|  51 |   - | 132 |1587 | 407 |   0 |   0 |  22 | 365k|  22 | 3.400000e+01 |      --      |    Inf 
142.34/142.40	c   131s|620000 |    18 |   261 |2302k|  51 |   - | 132 |1590 | 431 |   0 |   0 |  22 | 371k|  22 | 3.400000e+01 |      --      |    Inf 
144.33/144.47	c   133s|630000 |    19 |   261 |2301k|  51 |   - | 132 |1589 | 521 |   0 |   0 |  22 | 376k|  22 | 3.400000e+01 |      --      |    Inf 
146.54/146.62	c   135s|640000 |    27 |   261 |2306k|  51 |   - | 132 |1590 | 401 |   0 |   0 |  22 | 382k|  22 | 3.400000e+01 |      --      |    Inf 
148.54/148.66	c   137s|650000 |    25 |   261 |2308k|  51 |   - | 132 |1593 | 365 |   0 |   0 |  22 | 388k|  22 | 3.400000e+01 |      --      |    Inf 
151.24/151.30	c   139s|660000 |    24 |   261 |2307k|  51 |   - | 132 |1592 | 359 |   0 |   0 |  22 | 394k|  22 | 3.400000e+01 |      --      |    Inf 
153.73/153.86	c   142s|670000 |    24 |   261 |2308k|  51 |   - | 132 |1592 | 370 |   0 |   0 |  22 | 400k|  22 | 3.400000e+01 |      --      |    Inf 
156.13/156.23	c   144s|680000 |    20 |   261 |2301k|  51 |   - | 132 |1581 | 548 |   0 |   0 |  22 | 406k|  22 | 3.400000e+01 |      --      |    Inf 
158.43/158.50	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.43/158.50	c   146s|690000 |    23 |   261 |2306k|  51 |   - | 132 |1590 | 455 |   0 |   0 |  22 | 412k|  22 | 3.400000e+01 |      --      |    Inf 
160.62/160.79	c   148s|700000 |    15 |   261 |2298k|  51 |   - | 132 |1580 | 494 |   0 |   0 |  22 | 418k|  22 | 3.400000e+01 |      --      |    Inf 
162.73/162.82	c   150s|710000 |    28 |   261 |2316k|  51 |   - | 132 |1610 | 427 |   0 |   0 |  22 | 424k|  22 | 3.400000e+01 |      --      |    Inf 
164.72/164.86	c   152s|720000 |    26 |   261 |2304k|  51 |   - | 132 |1581 | 438 |   0 |   0 |  22 | 430k|  22 | 3.400000e+01 |      --      |    Inf 
167.22/167.36	c   154s|730000 |    18 |   261 |2303k|  51 |   - | 132 |1588 | 583 |   0 |   0 |  22 | 436k|  22 | 3.400000e+01 |      --      |    Inf 
169.42/169.56	c   156s|740000 |    21 |   261 |2315k|  51 |   - | 132 |1608 | 309 |   0 |   0 |  22 | 442k|  22 | 3.400000e+01 |      --      |    Inf 
171.32/171.47	c   158s|750000 |    26 |   261 |2316k|  51 |   - | 132 |1607 | 375 |   0 |   0 |  22 | 448k|  22 | 3.400000e+01 |      --      |    Inf 
173.82/173.92	c   160s|760000 |    27 |   261 |2312k|  51 |   - | 132 |1595 | 373 |   0 |   0 |  22 | 454k|  22 | 3.400000e+01 |      --      |    Inf 
176.22/176.35	c   162s|770000 |    21 |   261 |2312k|  51 |   - | 132 |1605 | 386 |   0 |   0 |  22 | 460k|  22 | 3.400000e+01 |      --      |    Inf 
178.32/178.46	c   164s|780000 |    18 |   261 |2313k|  51 |   - | 132 |1603 | 342 |   0 |   0 |  22 | 466k|  22 | 3.400000e+01 |      --      |    Inf 
180.52/180.68	c   166s|790000 |    23 |   261 |2314k|  51 |   - | 132 |1606 | 321 |   0 |   0 |  22 | 471k|  22 | 3.400000e+01 |      --      |    Inf 
182.91/183.09	c   169s|800000 |    22 |   261 |2314k|  51 |   - | 132 |1606 | 383 |   0 |   0 |  22 | 477k|  22 | 3.400000e+01 |      --      |    Inf 
185.12/185.27	c   171s|810000 |    30 |   261 |2315k|  51 |   - | 132 |1603 | 424 |   0 |   0 |  22 | 483k|  22 | 3.400000e+01 |      --      |    Inf 
187.22/187.33	c   172s|820000 |    22 |   261 |2331k|  51 |   - | 132 |1650 | 338 |   0 |   0 |  22 | 489k|  22 | 3.400000e+01 |      --      |    Inf 
189.22/189.32	c   174s|830000 |    23 |   261 |2323k|  51 |   - | 132 |1628 | 416 |   0 |   0 |  22 | 495k|  22 | 3.400000e+01 |      --      |    Inf 
191.72/191.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.72/191.82	c   177s|840000 |    24 |   261 |2314k|  51 |   - | 132 |1608 | 476 |   0 |   0 |  22 | 501k|  22 | 3.400000e+01 |      --      |    Inf 
194.11/194.20	c   179s|850000 |    32 |   261 |2312k|  51 |   - | 132 |1591 | 340 |   0 |   0 |  22 | 507k|  22 | 3.400000e+01 |      --      |    Inf 
196.12/196.21	c   181s|860000 |    22 |   261 |2326k|  51 |   - | 132 |1631 | 329 |   0 |   0 |  22 | 513k|  22 | 3.400000e+01 |      --      |    Inf 
198.11/198.28	c   183s|870000 |    28 |   261 |2327k|  51 |   - | 132 |1633 | 347 |   0 |   0 |  22 | 519k|  22 | 3.400000e+01 |      --      |    Inf 
200.32/200.42	c   184s|880000 |    32 |   261 |2326k|  52 |   - | 132 |1627 | 302 |   0 |   0 |  22 | 525k|  22 | 3.400000e+01 |      --      |    Inf 
202.72/202.86	c   187s|890000 |    27 |   261 |2321k|  52 |   - | 132 |1617 | 437 |   0 |   0 |  22 | 531k|  22 | 3.400000e+01 |      --      |    Inf 
205.11/205.29	c   189s|900000 |    26 |   261 |2329k|  52 |   - | 132 |1637 | 296 |   0 |   0 |  22 | 537k|  22 | 3.400000e+01 |      --      |    Inf 
207.31/207.42	c   191s|910000 |    30 |   261 |2322k|  52 |   - | 132 |1618 | 444 |   0 |   0 |  22 | 543k|  22 | 3.400000e+01 |      --      |    Inf 
209.51/209.63	c   193s|920000 |    21 |   261 |2327k|  52 |   - | 132 |1637 | 378 |   0 |   0 |  22 | 549k|  22 | 3.400000e+01 |      --      |    Inf 
212.01/212.16	c   195s|930000 |    28 |   261 |2324k|  52 |   - | 132 |1626 | 417 |   0 |   0 |  22 | 555k|  22 | 3.400000e+01 |      --      |    Inf 
214.11/214.27	c   197s|940000 |    20 |   261 |2329k|  52 |   - | 132 |1641 | 448 |   0 |   0 |  22 | 561k|  22 | 3.400000e+01 |      --      |    Inf 
216.10/216.21	c   199s|950000 |    19 |   261 |2324k|  52 |   - | 132 |1635 | 408 |   0 |   0 |  22 | 567k|  22 | 3.400000e+01 |      --      |    Inf 
218.11/218.29	c   201s|960000 |    19 |   261 |2328k|  52 |   - | 132 |1639 | 345 |   0 |   0 |  22 | 572k|  22 | 3.400000e+01 |      --      |    Inf 
220.11/220.25	c   203s|970000 |    20 |   261 |2324k|  52 |   - | 132 |1634 | 391 |   0 |   0 |  22 | 578k|  22 | 3.400000e+01 |      --      |    Inf 
222.40/222.54	c   205s|980000 |    22 |   261 |2331k|  52 |   - | 132 |1649 | 328 |   0 |   0 |  22 | 584k|  22 | 3.400000e+01 |      --      |    Inf 
224.81/224.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.81/224.96	c   207s|990000 |    24 |   261 |2313k|  52 |   - | 132 |1596 | 454 |   0 |   0 |  22 | 590k|  22 | 3.400000e+01 |      --      |    Inf 
227.20/227.35	c   209s|  1000k|    24 |   261 |2328k|  52 |   - | 132 |1633 | 335 |   0 |   0 |  22 | 596k|  22 | 3.400000e+01 |      --      |    Inf 
229.80/229.95	c   212s|  1010k|    23 |   261 |2325k|  52 |   - | 132 |1626 | 444 |   0 |   0 |  22 | 602k|  22 | 3.400000e+01 |      --      |    Inf 
232.50/232.63	c   214s|  1020k|    21 |   261 |2324k|  52 |   - | 132 |1631 | 433 |   0 |   0 |  22 | 608k|  22 | 3.400000e+01 |      --      |    Inf 
235.41/235.56	c   217s|  1030k|    22 |   261 |2312k|  52 |   - | 132 |1600 | 489 |   0 |   0 |  22 | 614k|  22 | 3.400000e+01 |      --      |    Inf 
238.30/238.44	c   220s|  1040k|    24 |   261 |2318k|  52 |   - | 132 |1607 | 353 |   0 |   0 |  22 | 620k|  22 | 3.400000e+01 |      --      |    Inf 
240.60/240.73	c   222s|  1050k|    25 |   261 |2331k|  52 |   - | 132 |1634 | 341 |   0 |   0 |  22 | 627k|  22 | 3.400000e+01 |      --      |    Inf 
243.30/243.45	c   224s|  1060k|    23 |   261 |2321k|  52 |   - | 132 |1612 | 321 |   0 |   0 |  22 | 633k|  22 | 3.400000e+01 |      --      |    Inf 
245.70/245.81	c   226s|  1070k|    21 |   261 |2316k|  52 |   - | 132 |1604 | 433 |   0 |   0 |  22 | 639k|  22 | 3.400000e+01 |      --      |    Inf 
248.20/248.31	c   229s|  1080k|    31 |   261 |2324k|  52 |   - | 132 |1618 | 340 |   0 |   0 |  22 | 645k|  22 | 3.400000e+01 |      --      |    Inf 
250.70/250.87	c   231s|  1090k|    21 |   261 |2334k|  52 |   - | 132 |1646 | 364 |   0 |   0 |  22 | 651k|  22 | 3.400000e+01 |      --      |    Inf 
253.90/254.00	c   234s|  1100k|    16 |   261 |2330k|  52 |   - | 132 |1648 | 422 |   0 |   0 |  22 | 657k|  22 | 3.400000e+01 |      --      |    Inf 
256.70/256.85	c   237s|  1110k|    20 |   261 |2328k|  52 |   - | 132 |1636 | 483 |   0 |   0 |  22 | 663k|  22 | 3.400000e+01 |      --      |    Inf 
259.40/259.55	c   239s|  1120k|    22 |   261 |2325k|  52 |   - | 132 |1633 | 481 |   0 |   0 |  22 | 669k|  22 | 3.400000e+01 |      --      |    Inf 
262.30/262.44	c   242s|  1130k|    18 |   261 |2327k|  52 |   - | 132 |1633 | 335 |   0 |   0 |  22 | 675k|  22 | 3.400000e+01 |      --      |    Inf 
264.99/265.13	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.99/265.13	c   244s|  1140k|    21 |   261 |2321k|  52 |   - | 132 |1622 | 450 |   0 |   0 |  22 | 681k|  22 | 3.400000e+01 |      --      |    Inf 
267.59/267.74	c   247s|  1150k|    21 |   261 |2316k|  52 |   - | 132 |1603 | 443 |   0 |   0 |  22 | 687k|  22 | 3.400000e+01 |      --      |    Inf 
270.30/270.42	c   249s|  1160k|    26 |   261 |2323k|  52 |   - | 132 |1617 | 293 |   0 |   0 |  22 | 693k|  22 | 3.400000e+01 |      --      |    Inf 
272.89/273.06	c   252s|  1170k|    26 |   261 |2325k|  52 |   - | 132 |1620 | 412 |   0 |   0 |  22 | 699k|  22 | 3.400000e+01 |      --      |    Inf 
275.69/275.87	c   254s|  1180k|    23 |   261 |2320k|  52 |   - | 132 |1613 | 388 |   0 |   0 |  22 | 705k|  22 | 3.400000e+01 |      --      |    Inf 
278.29/278.47	c   257s|  1190k|    19 |   261 |2326k|  52 |   - | 132 |1638 | 327 |   0 |   0 |  22 | 711k|  22 | 3.400000e+01 |      --      |    Inf 
281.29/281.41	c   260s|  1200k|    20 |   261 |2333k|  52 |   - | 132 |1647 | 343 |   0 |   0 |  22 | 717k|  22 | 3.400000e+01 |      --      |    Inf 
284.39/284.54	c   262s|  1210k|    18 |   261 |2328k|  52 |   - | 132 |1637 | 321 |   0 |   0 |  22 | 724k|  22 | 3.400000e+01 |      --      |    Inf 
286.99/287.15	c   265s|  1220k|    16 |   261 |2324k|  52 |   - | 132 |1627 | 365 |   0 |   0 |  22 | 730k|  22 | 3.400000e+01 |      --      |    Inf 
289.58/289.74	c   267s|  1230k|    21 |   261 |2320k|  52 |   - | 132 |1618 | 459 |   0 |   0 |  22 | 736k|  22 | 3.400000e+01 |      --      |    Inf 
292.09/292.26	c   270s|  1240k|    27 |   261 |2320k|  52 |   - | 132 |1608 | 423 |   0 |   0 |  22 | 742k|  22 | 3.400000e+01 |      --      |    Inf 
294.69/294.87	c   272s|  1250k|    29 |   261 |2342k|  52 |   - | 132 |1654 | 269 |   0 |   0 |  22 | 748k|  22 | 3.400000e+01 |      --      |    Inf 
297.69/297.87	c   275s|  1260k|    26 |   261 |2323k|  52 |   - | 132 |1620 | 503 |   0 |   0 |  22 | 754k|  22 | 3.400000e+01 |      --      |    Inf 
300.78/300.90	c   278s|  1270k|    27 |   261 |2325k|  52 |   - | 132 |1616 | 329 |   0 |   0 |  22 | 759k|  22 | 3.400000e+01 |      --      |    Inf 
303.68/303.80	c   280s|  1280k|    25 |   261 |2325k|  52 |   - | 132 |1620 | 382 |   0 |   0 |  22 | 765k|  22 | 3.400000e+01 |      --      |    Inf 
306.58/306.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.58/306.80	c   283s|  1290k|    20 |   261 |2330k|  52 |   - | 132 |1641 | 333 |   0 |   0 |  22 | 771k|  22 | 3.400000e+01 |      --      |    Inf 
309.28/309.44	c   286s|  1300k|    21 |   261 |2316k|  52 |   - | 132 |1599 | 415 |   0 |   0 |  22 | 777k|  22 | 3.400000e+01 |      --      |    Inf 
311.88/312.09	c   288s|  1310k|    25 |   261 |2323k|  52 |   - | 132 |1614 | 428 |   0 |   0 |  22 | 783k|  22 | 3.400000e+01 |      --      |    Inf 
314.58/314.71	c   290s|  1320k|    22 |   261 |2319k|  52 |   - | 132 |1606 | 359 |   0 |   0 |  22 | 789k|  22 | 3.400000e+01 |      --      |    Inf 
317.28/317.46	c   293s|  1330k|    26 |   261 |2325k|  52 |   - | 132 |1626 | 414 |   0 |   0 |  22 | 795k|  22 | 3.400000e+01 |      --      |    Inf 
320.37/320.50	c   296s|  1340k|    22 |   261 |2323k|  52 |   - | 132 |1620 | 454 |   0 |   0 |  22 | 801k|  22 | 3.400000e+01 |      --      |    Inf 
323.18/323.40	c   299s|  1350k|    18 |   261 |2315k|  52 |   - | 132 |1600 | 392 |   0 |   0 |  22 | 807k|  22 | 3.400000e+01 |      --      |    Inf 
326.28/326.49	c   302s|  1360k|    19 |   261 |2318k|  52 |   - | 132 |1614 | 537 |   0 |   0 |  22 | 813k|  22 | 3.400000e+01 |      --      |    Inf 
328.87/329.00	c   304s|  1370k|    15 |   261 |2332k|  52 |   - | 132 |1660 | 484 |   0 |   0 |  22 | 819k|  22 | 3.400000e+01 |      --      |    Inf 
331.07/331.27	c   306s|  1380k|    22 |   261 |2316k|  52 |   - | 132 |1599 | 381 |   0 |   0 |  22 | 825k|  22 | 3.400000e+01 |      --      |    Inf 
333.78/333.95	c   308s|  1390k|    17 |   261 |2318k|  52 |   - | 132 |1613 | 442 |   0 |   0 |  22 | 831k|  22 | 3.400000e+01 |      --      |    Inf 
336.48/336.62	c   311s|  1400k|    13 |   261 |2316k|  52 |   - | 132 |1607 | 494 |   0 |   0 |  22 | 837k|  22 | 3.400000e+01 |      --      |    Inf 
338.68/338.86	c   313s|  1410k|    18 |   261 |2310k|  52 |   - | 132 |1589 | 550 |   0 |   0 |  22 | 843k|  22 | 3.400000e+01 |      --      |    Inf 
341.07/341.28	c   315s|  1420k|    26 |   261 |2316k|  52 |   - | 132 |1595 | 381 |   0 |   0 |  22 | 848k|  22 | 3.400000e+01 |      --      |    Inf 
343.97/344.17	c   318s|  1430k|    29 |   261 |2320k|  52 |   - | 132 |1602 | 324 |   0 |   0 |  22 | 855k|  22 | 3.400000e+01 |      --      |    Inf 
346.27/346.43	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
346.27/346.43	c   320s|  1440k|    24 |   261 |2322k|  52 |   - | 132 |1610 | 334 |   0 |   0 |  22 | 860k|  22 | 3.400000e+01 |      --      |    Inf 
348.87/349.08	c   322s|  1450k|    24 |   261 |2321k|  52 |   - | 132 |1612 | 454 |   0 |   0 |  22 | 866k|  22 | 3.400000e+01 |      --      |    Inf 
351.87/352.07	c   325s|  1460k|    22 |   261 |2323k|  52 |   - | 132 |1624 | 507 |   0 |   0 |  22 | 872k|  22 | 3.400000e+01 |      --      |    Inf 
354.47/354.64	c   328s|  1470k|    23 |   261 |2325k|  52 |   - | 132 |1620 | 316 |   0 |   0 |  22 | 878k|  22 | 3.400000e+01 |      --      |    Inf 
356.87/357.07	c   330s|  1480k|    24 |   261 |2329k|  52 |   - | 132 |1630 | 338 |   0 |   0 |  22 | 884k|  22 | 3.400000e+01 |      --      |    Inf 
359.77/359.91	c   333s|  1490k|    21 |   261 |2323k|  52 |   - | 132 |1620 | 595 |   0 |   0 |  22 | 890k|  22 | 3.400000e+01 |      --      |    Inf 
362.26/362.41	c   335s|  1500k|    18 |   261 |2326k|  52 |   - | 132 |1634 | 342 |   0 |   0 |  22 | 896k|  22 | 3.400000e+01 |      --      |    Inf 
364.76/364.92	c   337s|  1510k|    21 |   261 |2329k|  52 |   - | 132 |1633 | 336 |   0 |   0 |  22 | 902k|  22 | 3.400000e+01 |      --      |    Inf 
367.56/367.79	c   340s|  1520k|    22 |   261 |2321k|  52 |   - | 132 |1613 | 445 |   0 |   0 |  22 | 908k|  22 | 3.400000e+01 |      --      |    Inf 
370.76/370.90	c   343s|  1530k|    19 |   261 |2318k|  52 |   - | 132 |1604 | 670 |   0 |   0 |  22 | 914k|  22 | 3.400000e+01 |      --      |    Inf 
373.56/373.70	c   346s|  1540k|    22 |   261 |2321k|  52 |   - | 132 |1609 | 422 |   0 |   0 |  22 | 920k|  22 | 3.400000e+01 |      --      |    Inf 
376.16/376.32	c   348s|  1550k|    17 |   261 |2323k|  52 |   - | 132 |1616 | 562 |   0 |   0 |  22 | 926k|  22 | 3.400000e+01 |      --      |    Inf 
378.56/378.73	c   350s|  1560k|    20 |   261 |2320k|  52 |   - | 132 |1601 | 363 |   0 |   0 |  22 | 932k|  22 | 3.400000e+01 |      --      |    Inf 
381.06/381.28	c   353s|  1570k|    18 |   261 |2324k|  52 |   - | 132 |1619 | 329 |   0 |   0 |  22 | 938k|  22 | 3.400000e+01 |      --      |    Inf 
383.66/383.84	c   355s|  1580k|    25 |   261 |2312k|  52 |   - | 132 |1576 | 561 |   0 |   0 |  22 | 944k|  22 | 3.400000e+01 |      --      |    Inf 
386.25/386.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
386.25/386.40	c   357s|  1590k|    24 |   261 |2314k|  52 |   - | 132 |1581 | 416 |   0 |   0 |  22 | 950k|  22 | 3.400000e+01 |      --      |    Inf 
388.66/388.82	c   360s|  1600k|    22 |   261 |2316k|  52 |   - | 132 |1591 | 568 |   0 |   0 |  22 | 956k|  22 | 3.400000e+01 |      --      |    Inf 
391.05/391.29	c   362s|  1610k|    20 |   261 |2326k|  52 |   - | 132 |1617 | 391 |   0 |   0 |  22 | 962k|  22 | 3.400000e+01 |      --      |    Inf 
393.56/393.79	c   364s|  1620k|    14 |   261 |2319k|  52 |   - | 132 |1610 | 539 |   0 |   0 |  22 | 968k|  22 | 3.400000e+01 |      --      |    Inf 
396.46/396.67	c   367s|  1630k|    16 |   261 |2326k|  52 |   - | 132 |1629 | 451 |   0 |   0 |  22 | 974k|  22 | 3.400000e+01 |      --      |    Inf 
398.95/399.19	c   369s|  1640k|    17 |   261 |2322k|  52 |   - | 132 |1618 | 453 |   0 |   0 |  22 | 980k|  22 | 3.400000e+01 |      --      |    Inf 
401.56/401.75	c   372s|  1650k|    19 |   261 |2329k|  52 |   - | 132 |1631 | 341 |   0 |   0 |  22 | 986k|  22 | 3.400000e+01 |      --      |    Inf 
404.05/404.28	c   374s|  1660k|    27 |   261 |2319k|  52 |   - | 132 |1590 | 300 |   0 |   0 |  22 | 992k|  22 | 3.400000e+01 |      --      |    Inf 
406.66/406.80	c   376s|  1670k|    23 |   261 |2319k|  52 |   - | 132 |1597 | 361 |   0 |   0 |  22 | 998k|  22 | 3.400000e+01 |      --      |    Inf 
409.35/409.55	c   379s|  1680k|    23 |   261 |2322k|  52 |   - | 132 |1603 | 337 |   0 |   0 |  22 |1004k|  22 | 3.400000e+01 |      --      |    Inf 
412.15/412.31	c   381s|  1690k|    23 |   261 |2322k|  52 |   - | 132 |1604 | 457 |   0 |   0 |  22 |1010k|  22 | 3.400000e+01 |      --      |    Inf 
415.15/415.32	c   384s|  1700k|    22 |   261 |2332k|  52 |   - | 132 |1630 | 441 |   0 |   0 |  22 |1016k|  22 | 3.400000e+01 |      --      |    Inf 
418.25/418.43	c   387s|  1710k|    17 |   261 |2324k|  52 |   - | 132 |1619 | 583 |   0 |   0 |  22 |1022k|  22 | 3.400000e+01 |      --      |    Inf 
421.44/421.63	c   390s|  1720k|    19 |   261 |2328k|  52 |   - | 132 |1632 | 489 |   0 |   0 |  22 |1028k|  22 | 3.400000e+01 |      --      |    Inf 
424.54/424.76	c   393s|  1730k|    18 |   261 |2324k|  52 |   - | 132 |1621 | 527 |   0 |   0 |  22 |1034k|  22 | 3.400000e+01 |      --      |    Inf 
427.55/427.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.55/427.73	c   396s|  1740k|    19 |   261 |2319k|  52 |   - | 132 |1596 | 472 |   0 |   0 |  22 |1040k|  22 | 3.400000e+01 |      --      |    Inf 
429.95/430.11	c   398s|  1750k|    20 |   261 |2330k|  52 |   - | 132 |1624 | 340 |   0 |   0 |  22 |1046k|  22 | 3.400000e+01 |      --      |    Inf 
432.54/432.71	c   400s|  1760k|    22 |   261 |2330k|  52 |   - | 132 |1628 | 294 |   0 |   0 |  22 |1052k|  22 | 3.400000e+01 |      --      |    Inf 
435.45/435.69	c   403s|  1770k|    14 |   261 |2322k|  52 |   - | 132 |1620 | 642 |   0 |   0 |  22 |1058k|  22 | 3.400000e+01 |      --      |    Inf 
438.54/438.74	c   406s|  1780k|    18 |   261 |2323k|  52 |   - | 132 |1612 | 532 |   0 |   0 |  22 |1064k|  22 | 3.400000e+01 |      --      |    Inf 
441.14/441.39	c   409s|  1790k|    23 |   261 |2319k|  52 |   - | 132 |1586 | 412 |   0 |   0 |  22 |1070k|  22 | 3.400000e+01 |      --      |    Inf 
443.24/443.41	c   410s|  1800k|    23 |   261 |2321k|  52 |   - | 132 |1591 | 365 |   0 |   0 |  22 |1076k|  22 | 3.400000e+01 |      --      |    Inf 
445.34/445.55	c   412s|  1810k|    18 |   261 |2323k|  52 |   - | 132 |1606 | 483 |   0 |   0 |  22 |1082k|  22 | 3.400000e+01 |      --      |    Inf 
447.54/447.71	c   414s|  1820k|    26 |   261 |2318k|  52 |   - | 132 |1588 | 476 |   0 |   0 |  22 |1088k|  22 | 3.400000e+01 |      --      |    Inf 
449.74/449.95	c   416s|  1830k|    24 |   261 |2336k|  52 |   - | 132 |1632 | 277 |   0 |   0 |  22 |1094k|  22 | 3.400000e+01 |      --      |    Inf 
452.04/452.25	c   419s|  1840k|    19 |   261 |2322k|  52 |   - | 132 |1604 | 497 |   0 |   0 |  22 |1100k|  22 | 3.400000e+01 |      --      |    Inf 
454.24/454.46	c   421s|  1850k|    25 |   261 |2323k|  52 |   - | 132 |1599 | 389 |   0 |   0 |  22 |1105k|  22 | 3.400000e+01 |      --      |    Inf 
456.84/457.09	c   423s|  1860k|    28 |   261 |2326k|  52 |   - | 132 |1610 | 438 |   0 |   0 |  22 |1111k|  22 | 3.400000e+01 |      --      |    Inf 
459.14/459.31	c   425s|  1870k|    15 |   261 |2326k|  52 |   - | 132 |1617 | 351 |   0 |   0 |  22 |1117k|  22 | 3.400000e+01 |      --      |    Inf 
462.04/462.26	c   428s|  1880k|    22 |   261 |2333k|  52 |   - | 132 |1630 | 286 |   0 |   0 |  22 |1123k|  22 | 3.400000e+01 |      --      |    Inf 
464.94/465.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
464.94/465.10	c   430s|  1890k|    26 |   261 |2317k|  52 |   - | 132 |1585 | 413 |   0 |   0 |  22 |1129k|  22 | 3.400000e+01 |      --      |    Inf 
467.44/467.65	c   433s|  1900k|    19 |   261 |2325k|  52 |   - | 132 |1614 | 378 |   0 |   0 |  22 |1135k|  22 | 3.400000e+01 |      --      |    Inf 
469.83/470.01	c   435s|  1910k|    18 |   261 |2337k|  52 |   - | 132 |1646 | 386 |   0 |   0 |  22 |1141k|  22 | 3.400000e+01 |      --      |    Inf 
472.33/472.55	c   437s|  1920k|    18 |   261 |2316k|  52 |   - | 132 |1591 | 520 |   0 |   0 |  22 |1147k|  22 | 3.400000e+01 |      --      |    Inf 
475.04/475.26	c   440s|  1930k|    14 |   261 |2316k|  52 |   - | 132 |1595 | 516 |   0 |   0 |  22 |1153k|  22 | 3.400000e+01 |      --      |    Inf 
477.93/478.14	c   443s|  1940k|    18 |   261 |2332k|  52 |   - | 132 |1631 | 350 |   0 |   0 |  22 |1159k|  22 | 3.400000e+01 |      --      |    Inf 
480.83/481.02	c   445s|  1950k|    19 |   261 |2329k|  52 |   - | 132 |1621 | 450 |   0 |   0 |  22 |1166k|  22 | 3.400000e+01 |      --      |    Inf 
484.03/484.22	c   448s|  1960k|    19 |   261 |2320k|  52 |   - | 132 |1604 | 493 |   0 |   0 |  22 |1172k|  22 | 3.400000e+01 |      --      |    Inf 
486.93/487.10	c   451s|  1970k|    16 |   261 |2314k|  52 |   - | 132 |1584 | 497 |   0 |   0 |  22 |1177k|  22 | 3.400000e+01 |      --      |    Inf 
489.82/490.03	c   454s|  1980k|    19 |   261 |2333k|  52 |   - | 132 |1627 | 316 |   0 |   0 |  22 |1184k|  22 | 3.400000e+01 |      --      |    Inf 
492.72/492.98	c   457s|  1990k|    21 |   261 |2321k|  52 |   - | 132 |1600 | 479 |   0 |   0 |  22 |1190k|  22 | 3.400000e+01 |      --      |    Inf 
495.52/495.79	c   459s|  2000k|    19 |   261 |2326k|  52 |   - | 132 |1623 | 335 |   0 |   0 |  22 |1196k|  22 | 3.400000e+01 |      --      |    Inf 
498.42/498.68	c   462s|  2010k|    22 |   261 |2322k|  52 |   - | 132 |1597 | 337 |   0 |   0 |  22 |1202k|  22 | 3.400000e+01 |      --      |    Inf 
501.53/501.72	c   465s|  2020k|    17 |   261 |2328k|  52 |   - | 132 |1630 | 518 |   0 |   0 |  22 |1208k|  22 | 3.400000e+01 |      --      |    Inf 
504.32/504.54	c   467s|  2030k|    23 |   261 |2325k|  52 |   - | 132 |1612 | 345 |   0 |   0 |  22 |1214k|  22 | 3.400000e+01 |      --      |    Inf 
507.12/507.38	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.12/507.38	c   470s|  2040k|    16 |   261 |2325k|  52 |   - | 132 |1613 | 366 |   0 |   0 |  22 |1220k|  22 | 3.400000e+01 |      --      |    Inf 
509.82/510.04	c   472s|  2050k|    24 |   261 |2326k|  52 |   - | 132 |1603 | 413 |   0 |   0 |  22 |1226k|  22 | 3.400000e+01 |      --      |    Inf 
512.92/513.16	c   475s|  2060k|    17 |   261 |2322k|  52 |   - | 132 |1604 | 475 |   0 |   0 |  22 |1232k|  22 | 3.400000e+01 |      --      |    Inf 
516.12/516.33	c   478s|  2070k|    14 |   261 |2319k|  52 |   - | 132 |1603 | 477 |   0 |   0 |  22 |1238k|  22 | 3.400000e+01 |      --      |    Inf 
519.12/519.31	c   481s|  2080k|    14 |   261 |2322k|  52 |   - | 132 |1601 | 359 |   0 |   0 |  22 |1244k|  22 | 3.400000e+01 |      --      |    Inf 
521.31/521.58	c   483s|  2090k|    21 |   261 |2322k|  52 |   - | 132 |1589 | 459 |   0 |   0 |  22 |1250k|  22 | 3.400000e+01 |      --      |    Inf 
523.71/523.95	c   485s|  2100k|    22 |   261 |2328k|  52 |   - | 132 |1608 | 327 |   0 |   0 |  22 |1256k|  22 | 3.400000e+01 |      --      |    Inf 
526.12/526.35	c   488s|  2110k|    19 |   261 |2318k|  52 |   - | 132 |1587 | 421 |   0 |   0 |  22 |1262k|  22 | 3.400000e+01 |      --      |    Inf 
528.92/529.16	c   490s|  2120k|    24 |   261 |2323k|  52 |   - | 132 |1597 | 344 |   0 |   0 |  22 |1268k|  22 | 3.400000e+01 |      --      |    Inf 
531.51/531.72	c   493s|  2130k|    25 |   261 |2330k|  52 |   - | 132 |1611 | 437 |   0 |   0 |  22 |1274k|  22 | 3.400000e+01 |      --      |    Inf 
533.91/534.19	c   495s|  2140k|    16 |   261 |2323k|  52 |   - | 132 |1603 | 480 |   0 |   0 |  22 |1280k|  22 | 3.400000e+01 |      --      |    Inf 
536.41/536.66	c   497s|  2150k|    18 |   261 |2328k|  52 |   - | 132 |1612 | 345 |   0 |   0 |  22 |1286k|  22 | 3.400000e+01 |      --      |    Inf 
539.21/539.44	c   500s|  2160k|    23 |   261 |2323k|  52 |   - | 132 |1595 | 512 |   0 |   0 |  22 |1292k|  22 | 3.400000e+01 |      --      |    Inf 
542.31/542.53	c   503s|  2170k|    23 |   261 |2328k|  52 |   - | 132 |1615 | 434 |   0 |   0 |  22 |1298k|  22 | 3.400000e+01 |      --      |    Inf 
545.61/545.85	c   506s|  2180k|    17 |   261 |2325k|  52 |   - | 132 |1608 | 385 |   0 |   0 |  22 |1304k|  22 | 3.400000e+01 |      --      |    Inf 
548.11/548.33	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
548.11/548.33	c   508s|  2190k|    16 |   261 |2327k|  52 |   - | 132 |1611 | 351 |   0 |   0 |  22 |1311k|  22 | 3.400000e+01 |      --      |    Inf 
550.40/550.67	c   510s|  2200k|    22 |   261 |2315k|  52 |   - | 132 |1576 | 485 |   0 |   0 |  22 |1317k|  22 | 3.400000e+01 |      --      |    Inf 
553.30/553.51	c   513s|  2210k|    18 |   261 |2315k|  52 |   - | 132 |1583 | 537 |   0 |   0 |  22 |1323k|  22 | 3.400000e+01 |      --      |    Inf 
556.41/556.64	c   516s|  2220k|    19 |   261 |2314k|  52 |   - | 132 |1576 | 441 |   0 |   0 |  22 |1329k|  22 | 3.400000e+01 |      --      |    Inf 
559.61/559.84	c   519s|  2230k|    19 |   261 |2315k|  52 |   - | 132 |1582 | 549 |   0 |   0 |  22 |1335k|  22 | 3.400000e+01 |      --      |    Inf 
562.80/563.00	c   522s|  2240k|    21 |   261 |2319k|  52 |   - | 132 |1590 | 506 |   0 |   0 |  22 |1341k|  22 | 3.400000e+01 |      --      |    Inf 
566.10/566.39	c   525s|  2250k|    15 |   261 |2331k|  52 |   - | 132 |1624 | 457 |   0 |   0 |  22 |1347k|  22 | 3.400000e+01 |      --      |    Inf 
568.91/569.17	c   528s|  2260k|    23 |   261 |2321k|  52 |   - | 132 |1588 | 373 |   0 |   0 |  22 |1353k|  22 | 3.400000e+01 |      --      |    Inf 
571.90/572.10	c   530s|  2270k|    18 |   261 |2330k|  52 |   - | 132 |1615 | 397 |   0 |   0 |  22 |1359k|  22 | 3.400000e+01 |      --      |    Inf 
574.90/575.18	c   533s|  2280k|    18 |   261 |2313k|  52 |   - | 132 |1570 | 606 |   0 |   0 |  22 |1365k|  22 | 3.400000e+01 |      --      |    Inf 
577.70/577.90	c   536s|  2290k|    18 |   261 |2323k|  52 |   - | 132 |1601 | 433 |   0 |   0 |  22 |1371k|  22 | 3.400000e+01 |      --      |    Inf 
579.90/580.14	c   538s|  2300k|    18 |   261 |2319k|  52 |   - | 132 |1593 | 594 |   0 |   0 |  22 |1377k|  22 | 3.400000e+01 |      --      |    Inf 
582.50/582.70	c   540s|  2310k|    19 |   261 |2319k|  52 |   - | 132 |1587 | 439 |   0 |   0 |  22 |1383k|  22 | 3.400000e+01 |      --      |    Inf 
585.00/585.23	c   543s|  2320k|    16 |   261 |2318k|  52 |   - | 132 |1584 | 376 |   0 |   0 |  22 |1389k|  22 | 3.400000e+01 |      --      |    Inf 
587.70/587.96	c   545s|  2330k|    12 |   261 |2315k|  52 |   - | 132 |1585 | 632 |   0 |   0 |  22 |1396k|  22 | 3.400000e+01 |      --      |    Inf 
590.59/590.89	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.59/590.89	c   548s|  2340k|    10 |   261 |2317k|  52 |   - | 132 |1589 | 541 |   0 |   0 |  22 |1402k|  22 | 3.400000e+01 |      --      |    Inf 
592.70/592.97	c   550s|  2350k|    19 |   261 |2319k|  52 |   - | 132 |1583 | 493 |   0 |   0 |  22 |1407k|  22 | 3.400000e+01 |      --      |    Inf 
594.90/595.15	c   552s|  2360k|    23 |   261 |2320k|  52 |   - | 132 |1580 | 378 |   0 |   0 |  22 |1413k|  22 | 3.400000e+01 |      --      |    Inf 
597.20/597.42	c   554s|  2370k|    20 |   261 |2323k|  52 |   - | 132 |1592 | 377 |   0 |   0 |  22 |1419k|  22 | 3.400000e+01 |      --      |    Inf 
599.69/599.95	c   556s|  2380k|    20 |   261 |2329k|  52 |   - | 132 |1612 | 395 |   0 |   0 |  22 |1425k|  22 | 3.400000e+01 |      --      |    Inf 
602.39/602.64	c   559s|  2390k|    24 |   261 |2315k|  52 |   - | 132 |1564 | 479 |   0 |   0 |  22 |1431k|  22 | 3.400000e+01 |      --      |    Inf 
604.80/605.07	c   561s|  2400k|    22 |   261 |2328k|  52 |   - | 132 |1600 | 318 |   0 |   0 |  22 |1437k|  22 | 3.400000e+01 |      --      |    Inf 
607.19/607.44	c   563s|  2410k|    19 |   261 |2330k|  52 |   - | 132 |1607 | 344 |   0 |   0 |  22 |1443k|  22 | 3.400000e+01 |      --      |    Inf 
609.59/609.89	c   565s|  2420k|    22 |   261 |2331k|  52 |   - | 132 |1605 | 317 |   0 |   0 |  22 |1449k|  22 | 3.400000e+01 |      --      |    Inf 
612.29/612.50	c   568s|  2430k|    17 |   261 |2325k|  52 |   - | 132 |1598 | 424 |   0 |   0 |  22 |1455k|  22 | 3.400000e+01 |      --      |    Inf 
614.70/614.90	c   570s|  2440k|    18 |   261 |2332k|  52 |   - | 132 |1613 | 390 |   0 |   0 |  22 |1461k|  22 | 3.400000e+01 |      --      |    Inf 
617.39/617.65	c   573s|  2450k|    21 |   261 |2332k|  52 |   - | 132 |1608 | 415 |   0 |   0 |  22 |1467k|  22 | 3.400000e+01 |      --      |    Inf 
619.89/620.12	c   575s|  2460k|    22 |   261 |2335k|  52 |   - | 132 |1617 | 368 |   0 |   0 |  22 |1473k|  22 | 3.400000e+01 |      --      |    Inf 
622.09/622.35	c   577s|  2470k|    22 |   261 |2329k|  52 |   - | 132 |1598 | 386 |   0 |   0 |  22 |1479k|  22 | 3.400000e+01 |      --      |    Inf 
624.49/624.80	c   579s|  2480k|    19 |   261 |2320k|  52 |   - | 132 |1575 | 456 |   0 |   0 |  22 |1485k|  22 | 3.400000e+01 |      --      |    Inf 
627.29/627.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.29/627.51	c   582s|  2490k|    18 |   261 |2328k|  52 |   - | 132 |1597 | 424 |   0 |   0 |  22 |1491k|  22 | 3.400000e+01 |      --      |    Inf 
629.88/630.12	c   584s|  2500k|    21 |   261 |2336k|  52 |   - | 132 |1621 | 376 |   0 |   0 |  22 |1497k|  22 | 3.400000e+01 |      --      |    Inf 
632.49/632.78	c   587s|  2510k|    17 |   261 |2331k|  52 |   - | 132 |1616 | 419 |   0 |   0 |  22 |1503k|  22 | 3.400000e+01 |      --      |    Inf 
634.89/635.20	c   589s|  2520k|    17 |   261 |2325k|  52 |   - | 132 |1591 | 449 |   0 |   0 |  22 |1509k|  22 | 3.400000e+01 |      --      |    Inf 
637.18/637.47	c   591s|  2530k|    16 |   261 |2326k|  52 |   - | 132 |1603 | 502 |   0 |   0 |  22 |1515k|  22 | 3.400000e+01 |      --      |    Inf 
639.68/639.99	c   593s|  2540k|    21 |   261 |2330k|  52 |   - | 132 |1598 | 389 |   0 |   0 |  22 |1521k|  22 | 3.400000e+01 |      --      |    Inf 
642.78/643.09	c   596s|  2550k|    20 |   261 |2330k|  52 |   - | 132 |1607 | 557 |   0 |   0 |  22 |1527k|  22 | 3.400000e+01 |      --      |    Inf 
646.08/646.30	c   599s|  2560k|    18 |   261 |2332k|  52 |   - | 132 |1608 | 338 |   0 |   0 |  22 |1533k|  22 | 3.400000e+01 |      --      |    Inf 
649.18/649.47	c   602s|  2570k|    15 |   261 |2334k|  52 |   - | 132 |1622 | 467 |   0 |   0 |  22 |1539k|  22 | 3.400000e+01 |      --      |    Inf 
652.38/652.67	c   605s|  2580k|    15 |   261 |2331k|  52 |   - | 132 |1616 | 546 |   0 |   0 |  22 |1545k|  22 | 3.400000e+01 |      --      |    Inf 
655.57/655.83	c   608s|  2590k|    18 |   261 |2335k|  52 |   - | 132 |1624 | 397 |   0 |   0 |  22 |1551k|  22 | 3.400000e+01 |      --      |    Inf 
658.78/659.02	c   611s|  2600k|    13 |   261 |2324k|  52 |   - | 132 |1600 | 658 |   0 |   0 |  22 |1557k|  22 | 3.400000e+01 |      --      |    Inf 
661.48/661.77	c   614s|  2610k|    13 |   261 |2322k|  52 |   - | 132 |1593 | 567 |   0 |   0 |  22 |1563k|  22 | 3.400000e+01 |      --      |    Inf 
664.27/664.56	c   616s|  2620k|    17 |   261 |2327k|  52 |   - | 132 |1597 | 401 |   0 |   0 |  22 |1569k|  22 | 3.400000e+01 |      --      |    Inf 
666.58/666.81	c   618s|  2630k|    17 |   261 |2322k|  52 |   - | 132 |1580 | 434 |   0 |   0 |  22 |1575k|  22 | 3.400000e+01 |      --      |    Inf 
669.07/669.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
669.07/669.31	c   621s|  2640k|    15 |   261 |2323k|  52 |   - | 132 |1590 | 499 |   0 |   0 |  22 |1581k|  22 | 3.400000e+01 |      --      |    Inf 
671.67/671.98	c   623s|  2650k|    15 |   261 |2318k|  52 |   - | 132 |1575 | 484 |   0 |   0 |  22 |1587k|  22 | 3.400000e+01 |      --      |    Inf 
674.57/674.80	c   626s|  2660k|    12 |   261 |2317k|  52 |   - | 132 |1570 | 492 |   0 |   0 |  22 |1593k|  22 | 3.400000e+01 |      --      |    Inf 
677.27/677.50	c   628s|  2670k|    16 |   261 |2317k|  52 |   - | 132 |1569 | 670 |   0 |   0 |  22 |1599k|  22 | 3.400000e+01 |      --      |    Inf 
679.58/679.84	c   631s|  2680k|    28 |   261 |2327k|  52 |   - | 132 |1580 | 362 |   0 |   0 |  22 |1605k|  22 | 3.400000e+01 |      --      |    Inf 
681.47/681.74	c   632s|  2690k|    21 |   261 |2325k|  52 |   - | 132 |1584 | 434 |   0 |   0 |  22 |1611k|  22 | 3.400000e+01 |      --      |    Inf 
683.57/683.86	c   634s|  2700k|    17 |   261 |2326k|  52 |   - | 132 |1588 | 432 |   0 |   0 |  22 |1616k|  22 | 3.400000e+01 |      --      |    Inf 
685.77/686.01	c   636s|  2710k|    21 |   261 |2319k|  52 |   - | 132 |1561 | 452 |   0 |   0 |  22 |1622k|  22 | 3.400000e+01 |      --      |    Inf 
687.77/688.06	c   638s|  2720k|    14 |   261 |2319k|  52 |   - | 132 |1568 | 453 |   0 |   0 |  22 |1628k|  22 | 3.400000e+01 |      --      |    Inf 
689.67/689.95	c   640s|  2730k|    15 |   261 |2326k|  52 |   - | 132 |1595 | 417 |   0 |   0 |  22 |1634k|  22 | 3.400000e+01 |      --      |    Inf 
691.67/691.91	c   641s|  2740k|    23 |   261 |2329k|  52 |   - | 132 |1592 | 370 |   0 |   0 |  22 |1640k|  22 | 3.400000e+01 |      --      |    Inf 
693.67/693.92	c   643s|  2750k|    24 |   261 |2344k|  52 |   - | 132 |1626 | 356 |   0 |   0 |  22 |1646k|  22 | 3.400000e+01 |      --      |    Inf 
695.86/696.18	c   645s|  2760k|    21 |   261 |2336k|  52 |   - | 132 |1612 | 328 |   0 |   0 |  22 |1652k|  22 | 3.400000e+01 |      --      |    Inf 
698.07/698.34	c   647s|  2770k|    26 |   261 |2328k|  52 |   - | 132 |1587 | 348 |   0 |   0 |  22 |1658k|  22 | 3.400000e+01 |      --      |    Inf 
700.37/700.69	c   650s|  2780k|    17 |   261 |2327k|  52 |   - | 132 |1599 | 492 |   0 |   0 |  22 |1664k|  22 | 3.400000e+01 |      --      |    Inf 
702.67/702.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.67/702.99	c   652s|  2790k|    24 |   261 |2330k|  52 |   - | 132 |1594 | 366 |   0 |   0 |  22 |1670k|  22 | 3.400000e+01 |      --      |    Inf 
705.16/705.44	c   654s|  2800k|    19 |   261 |2331k|  52 |   - | 132 |1594 | 401 |   0 |   0 |  22 |1676k|  22 | 3.400000e+01 |      --      |    Inf 
707.16/707.50	c   656s|  2810k|    22 |   261 |2321k|  52 |   - | 132 |1572 | 487 |   0 |   0 |  22 |1682k|  22 | 3.400000e+01 |      --      |    Inf 
709.07/709.39	c   658s|  2820k|    21 |   261 |2335k|  52 |   - | 132 |1610 | 333 |   0 |   0 |  22 |1688k|  22 | 3.400000e+01 |      --      |    Inf 
711.06/711.31	c   659s|  2830k|    22 |   261 |2330k|  52 |   - | 132 |1587 | 356 |   0 |   0 |  22 |1694k|  22 | 3.400000e+01 |      --      |    Inf 
713.06/713.36	c   661s|  2840k|    20 |   261 |2325k|  52 |   - | 132 |1580 | 343 |   0 |   0 |  22 |1699k|  22 | 3.400000e+01 |      --      |    Inf 
715.56/715.83	c   663s|  2850k|    22 |   261 |2321k|  52 |   - | 132 |1566 | 510 |   0 |   0 |  22 |1705k|  22 | 3.400000e+01 |      --      |    Inf 
717.86/718.12	c   666s|  2860k|    21 |   261 |2329k|  52 |   - | 132 |1589 | 408 |   0 |   0 |  22 |1711k|  22 | 3.400000e+01 |      --      |    Inf 
720.56/720.83	c   668s|  2870k|    21 |   261 |2326k|  52 |   - | 132 |1584 | 472 |   0 |   0 |  22 |1717k|  22 | 3.400000e+01 |      --      |    Inf 
723.36/723.63	c   671s|  2880k|    18 |   261 |2333k|  52 |   - | 132 |1603 | 437 |   0 |   0 |  22 |1723k|  22 | 3.400000e+01 |      --      |    Inf 
725.96/726.22	c   673s|  2890k|    20 |   261 |2334k|  52 |   - | 132 |1597 | 356 |   0 |   0 |  22 |1729k|  22 | 3.400000e+01 |      --      |    Inf 
728.46/728.74	c   676s|  2900k|    19 |   261 |2331k|  52 |   - | 132 |1594 | 336 |   0 |   0 |  22 |1735k|  22 | 3.400000e+01 |      --      |    Inf 
730.75/731.09	c   678s|  2910k|    20 |   261 |2334k|  52 |   - | 132 |1602 | 356 |   0 |   0 |  22 |1741k|  22 | 3.400000e+01 |      --      |    Inf 
733.05/733.35	c   680s|  2920k|    20 |   261 |2328k|  52 |   - | 132 |1592 | 363 |   0 |   0 |  22 |1747k|  22 | 3.400000e+01 |      --      |    Inf 
735.45/735.76	c   682s|  2930k|    20 |   261 |2342k|  52 |   - | 132 |1623 | 332 |   0 |   0 |  22 |1753k|  22 | 3.400000e+01 |      --      |    Inf 
738.05/738.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
738.05/738.37	c   684s|  2940k|    22 |   261 |2332k|  52 |   - | 132 |1595 | 377 |   0 |   0 |  22 |1759k|  22 | 3.400000e+01 |      --      |    Inf 
740.66/740.93	c   687s|  2950k|    15 |   261 |2324k|  52 |   - | 132 |1582 | 433 |   0 |   0 |  22 |1765k|  22 | 3.400000e+01 |      --      |    Inf 
743.05/743.36	c   689s|  2960k|    21 |   261 |2322k|  52 |   - | 132 |1570 | 399 |   0 |   0 |  22 |1771k|  22 | 3.400000e+01 |      --      |    Inf 
745.65/746.00	c   691s|  2970k|    21 |   261 |2330k|  52 |   - | 132 |1593 | 415 |   0 |   0 |  22 |1777k|  22 | 3.400000e+01 |      --      |    Inf 
748.65/748.91	c   694s|  2980k|    19 |   261 |2329k|  52 |   - | 132 |1590 | 304 |   0 |   0 |  22 |1784k|  22 | 3.400000e+01 |      --      |    Inf 
750.85/751.18	c   696s|  2990k|    18 |   261 |2326k|  52 |   - | 132 |1585 | 409 |   0 |   0 |  22 |1790k|  22 | 3.400000e+01 |      --      |    Inf 
753.26/753.51	c   698s|  3000k|    19 |   261 |2323k|  52 |   - | 132 |1576 | 505 |   0 |   0 |  22 |1796k|  22 | 3.400000e+01 |      --      |    Inf 
755.84/756.16	c   701s|  3010k|    23 |   261 |2324k|  52 |   - | 132 |1576 | 506 |   0 |   0 |  22 |1801k|  22 | 3.400000e+01 |      --      |    Inf 
758.55/758.80	c   703s|  3020k|    17 |   261 |2328k|  52 |   - | 132 |1587 | 413 |   0 |   0 |  22 |1808k|  22 | 3.400000e+01 |      --      |    Inf 
761.35/761.69	c   706s|  3030k|    19 |   261 |2318k|  52 |   - | 132 |1562 | 532 |   0 |   0 |  22 |1814k|  22 | 3.400000e+01 |      --      |    Inf 
764.14/764.45	c   709s|  3040k|    16 |   261 |2316k|  52 |   - | 132 |1553 | 516 |   0 |   0 |  22 |1820k|  22 | 3.400000e+01 |      --      |    Inf 
766.55/766.81	c   711s|  3050k|    15 |   261 |2330k|  52 |   - | 132 |1600 | 314 |   0 |   0 |  22 |1826k|  22 | 3.400000e+01 |      --      |    Inf 
768.74/769.01	c   713s|  3060k|    21 |   261 |2317k|  52 |   - | 132 |1554 | 484 |   0 |   0 |  22 |1832k|  22 | 3.400000e+01 |      --      |    Inf 
770.75/771.08	c   715s|  3070k|    19 |   261 |2326k|  52 |   - | 132 |1586 | 535 |   0 |   0 |  22 |1837k|  22 | 3.400000e+01 |      --      |    Inf 
773.25/773.58	c   717s|  3080k|    15 |   261 |2329k|  52 |   - | 132 |1597 | 496 |   0 |   0 |  22 |1844k|  22 | 3.400000e+01 |      --      |    Inf 
776.04/776.33	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
776.04/776.33	c   720s|  3090k|    14 |   261 |2334k|  52 |   - | 132 |1606 | 397 |   0 |   0 |  22 |1850k|  22 | 3.400000e+01 |      --      |    Inf 
778.75/779.08	c   722s|  3100k|    18 |   261 |2317k|  52 |   - | 132 |1554 | 470 |   0 |   0 |  22 |1856k|  22 | 3.400000e+01 |      --      |    Inf 
781.44/781.70	c   725s|  3110k|    13 |   261 |2323k|  52 |   - | 132 |1572 | 512 |   0 |   0 |  22 |1862k|  22 | 3.400000e+01 |      --      |    Inf 
784.04/784.35	c   727s|  3120k|    15 |   261 |2324k|  52 |   - | 132 |1584 | 599 |   0 |   0 |  22 |1868k|  22 | 3.400000e+01 |      --      |    Inf 
786.64/786.95	c   729s|  3130k|    13 |   261 |2323k|  52 |   - | 132 |1575 | 503 |   0 |   0 |  22 |1874k|  22 | 3.400000e+01 |      --      |    Inf 
789.13/789.43	c   732s|  3140k|    14 |   261 |2322k|  52 |   - | 132 |1573 | 461 |   0 |   0 |  22 |1880k|  22 | 3.400000e+01 |      --      |    Inf 
791.34/791.69	c   734s|  3150k|    17 |   261 |2327k|  52 |   - | 132 |1588 | 425 |   0 |   0 |  22 |1886k|  22 | 3.400000e+01 |      --      |    Inf 
793.44/793.76	c   736s|  3160k|    14 |   261 |2320k|  52 |   - | 132 |1568 | 484 |   0 |   0 |  22 |1892k|  22 | 3.400000e+01 |      --      |    Inf 
795.43/795.79	c   738s|  3170k|    24 |   261 |2328k|  52 |   - | 132 |1579 | 335 |   0 |   0 |  22 |1897k|  22 | 3.400000e+01 |      --      |    Inf 
797.73/798.08	c   740s|  3180k|    18 |   261 |2324k|  52 |   - | 132 |1577 | 449 |   0 |   0 |  22 |1903k|  22 | 3.400000e+01 |      --      |    Inf 
800.34/800.68	c   742s|  3190k|    16 |   261 |2326k|  52 |   - | 132 |1580 | 405 |   0 |   0 |  22 |1909k|  22 | 3.400000e+01 |      --      |    Inf 
802.84/803.19	c   744s|  3200k|    19 |   261 |2321k|  52 |   - | 132 |1564 | 404 |   0 |   0 |  22 |1915k|  22 | 3.400000e+01 |      --      |    Inf 
805.73/806.09	c   747s|  3210k|    18 |   261 |2319k|  52 |   - | 132 |1562 | 508 |   0 |   0 |  22 |1921k|  22 | 3.400000e+01 |      --      |    Inf 
808.44/808.78	c   750s|  3220k|    11 |   261 |2315k|  52 |   - | 132 |1561 | 659 |   0 |   0 |  22 |1927k|  22 | 3.400000e+01 |      --      |    Inf 
810.73/811.08	c   752s|  3230k|    14 |   261 |2321k|  52 |   - | 132 |1560 | 382 |   0 |   0 |  22 |1933k|  22 | 3.400000e+01 |      --      |    Inf 
812.93/813.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
812.93/813.26	c   754s|  3240k|    20 |   261 |2334k|  52 |   - | 132 |1583 | 508 |   0 |   0 |  22 |1939k|  22 | 3.400000e+01 |      --      |    Inf 
815.03/815.39	c   756s|  3250k|    23 |   261 |2326k|  52 |   - | 132 |1554 | 511 |   0 |   0 |  22 |1945k|  22 | 3.400000e+01 |      --      |    Inf 
817.63/817.96	c   758s|  3260k|    30 |   261 |2348k|  52 |   - | 132 |1600 | 314 |   0 |   0 |  22 |1951k|  22 | 3.400000e+01 |      --      |    Inf 
820.34/820.65	c   761s|  3270k|    21 |   261 |2338k|  52 |   - | 132 |1587 | 419 |   0 |   0 |  22 |1957k|  22 | 3.400000e+01 |      --      |    Inf 
822.63/822.93	c   763s|  3280k|    34 |   261 |2344k|  52 |   - | 132 |1584 | 361 |   0 |   0 |  22 |1963k|  22 | 3.400000e+01 |      --      |    Inf 
825.13/825.42	c   765s|  3290k|    25 |   261 |2340k|  52 |   - | 132 |1581 | 399 |   0 |   0 |  22 |1969k|  22 | 3.400000e+01 |      --      |    Inf 
827.73/828.03	c   767s|  3300k|    21 |   261 |2343k|  52 |   - | 132 |1594 | 487 |   0 |   0 |  22 |1975k|  22 | 3.400000e+01 |      --      |    Inf 
830.13/830.42	c   770s|  3310k|    19 |   261 |2342k|  52 |   - | 132 |1592 | 407 |   0 |   0 |  22 |1981k|  22 | 3.400000e+01 |      --      |    Inf 
832.72/833.06	c   772s|  3320k|    29 |   261 |2342k|  52 |   - | 132 |1580 | 432 |   0 |   0 |  22 |1987k|  22 | 3.400000e+01 |      --      |    Inf 
835.53/835.86	c   775s|  3330k|    29 |   261 |2332k|  52 |   - | 132 |1560 | 506 |   0 |   0 |  22 |1994k|  22 | 3.400000e+01 |      --      |    Inf 
838.23/838.58	c   777s|  3340k|    27 |   261 |2339k|  52 |   - | 132 |1578 | 369 |   0 |   0 |  22 |2000k|  22 | 3.400000e+01 |      --      |    Inf 
840.62/840.96	c   779s|  3350k|    25 |   261 |2338k|  52 |   - | 132 |1578 | 504 |   0 |   0 |  22 |2006k|  22 | 3.400000e+01 |      --      |    Inf 
843.33/843.66	c   782s|  3360k|    28 |   261 |2335k|  52 |   - | 132 |1566 | 432 |   0 |   0 |  22 |2012k|  22 | 3.400000e+01 |      --      |    Inf 
846.02/846.38	c   784s|  3370k|    23 |   261 |2334k|  52 |   - | 132 |1562 | 450 |   0 |   0 |  22 |2018k|  22 | 3.400000e+01 |      --      |    Inf 
848.42/848.70	c   786s|  3380k|    25 |   261 |2341k|  52 |   - | 132 |1587 | 357 |   0 |   0 |  22 |2024k|  22 | 3.400000e+01 |      --      |    Inf 
850.82/851.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
850.82/851.10	c   789s|  3390k|    30 |   261 |2334k|  52 |   - | 132 |1565 | 524 |   0 |   0 |  22 |2030k|  22 | 3.400000e+01 |      --      |    Inf 
853.02/853.32	c   791s|  3400k|    34 |   261 |2342k|  52 |   - | 132 |1578 | 341 |   0 |   0 |  22 |2036k|  22 | 3.400000e+01 |      --      |    Inf 
855.62/855.95	c   793s|  3410k|    21 |   261 |2334k|  52 |   - | 132 |1567 | 420 |   0 |   0 |  22 |2042k|  22 | 3.400000e+01 |      --      |    Inf 
858.32/858.66	c   796s|  3420k|    21 |   261 |2335k|  52 |   - | 132 |1566 | 420 |   0 |   0 |  22 |2048k|  22 | 3.400000e+01 |      --      |    Inf 
860.62/860.98	c   798s|  3430k|    21 |   261 |2338k|  52 |   - | 132 |1577 | 382 |   0 |   0 |  22 |2054k|  22 | 3.400000e+01 |      --      |    Inf 
863.01/863.31	c   800s|  3440k|    23 |   261 |2334k|  52 |   - | 132 |1567 | 472 |   0 |   0 |  22 |2060k|  22 | 3.400000e+01 |      --      |    Inf 
865.22/865.57	c   802s|  3450k|    27 |   261 |2342k|  52 |   - | 132 |1587 | 437 |   0 |   0 |  22 |2066k|  22 | 3.400000e+01 |      --      |    Inf 
867.92/868.24	c   805s|  3460k|    21 |   261 |2338k|  52 |   - | 132 |1582 | 512 |   0 |   0 |  22 |2072k|  22 | 3.400000e+01 |      --      |    Inf 
870.61/870.94	c   807s|  3470k|    18 |   261 |2340k|  52 |   - | 132 |1582 | 391 |   0 |   0 |  22 |2078k|  22 | 3.400000e+01 |      --      |    Inf 
873.51/873.85	c   810s|  3480k|    19 |   261 |2338k|  52 |   - | 132 |1580 | 421 |   0 |   0 |  22 |2084k|  22 | 3.400000e+01 |      --      |    Inf 
875.81/876.17	c   812s|  3490k|    23 |   261 |2347k|  52 |   - | 132 |1601 | 390 |   0 |   0 |  22 |2090k|  22 | 3.400000e+01 |      --      |    Inf 
878.31/878.61	c   814s|  3500k|    20 |   261 |2341k|  52 |   - | 132 |1588 | 377 |   0 |   0 |  22 |2096k|  22 | 3.400000e+01 |      --      |    Inf 
880.91/881.20	c   817s|  3510k|    19 |   261 |2339k|  52 |   - | 132 |1590 | 491 |   0 |   0 |  22 |2102k|  22 | 3.400000e+01 |      --      |    Inf 
883.51/883.80	c   819s|  3520k|    21 |   261 |2336k|  52 |   - | 132 |1578 | 576 |   0 |   0 |  22 |2108k|  22 | 3.400000e+01 |      --      |    Inf 
886.41/886.77	c   822s|  3530k|    25 |   261 |2336k|  52 |   - | 132 |1570 | 389 |   0 |   0 |  22 |2114k|  22 | 3.400000e+01 |      --      |    Inf 
889.01/889.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
889.01/889.39	c   824s|  3540k|    20 |   261 |2339k|  52 |   - | 132 |1579 | 384 |   0 |   0 |  22 |2120k|  22 | 3.400000e+01 |      --      |    Inf 
891.51/891.88	c   827s|  3550k|    21 |   261 |2347k|  52 |   - | 132 |1604 | 377 |   0 |   0 |  22 |2126k|  22 | 3.400000e+01 |      --      |    Inf 
893.91/894.21	c   829s|  3560k|    27 |   261 |2334k|  52 |   - | 132 |1560 | 406 |   0 |   0 |  22 |2132k|  22 | 3.400000e+01 |      --      |    Inf 
896.11/896.46	c   831s|  3570k|    23 |   261 |2339k|  52 |   - | 132 |1587 | 492 |   0 |   0 |  22 |2138k|  22 | 3.400000e+01 |      --      |    Inf 
898.81/899.12	c   833s|  3580k|    21 |   261 |2339k|  52 |   - | 132 |1579 | 378 |   0 |   0 |  22 |2144k|  22 | 3.400000e+01 |      --      |    Inf 
901.50/901.84	c   836s|  3590k|    21 |   261 |2337k|  52 |   - | 132 |1579 | 492 |   0 |   0 |  22 |2150k|  22 | 3.400000e+01 |      --      |    Inf 
904.20/904.52	c   838s|  3600k|    18 |   261 |2334k|  52 |   - | 132 |1570 | 401 |   0 |   0 |  22 |2156k|  22 | 3.400000e+01 |      --      |    Inf 
906.20/906.53	c   840s|  3610k|    28 |   261 |2341k|  52 |   - | 132 |1579 | 335 |   0 |   0 |  22 |2162k|  22 | 3.400000e+01 |      --      |    Inf 
908.50/908.81	c   842s|  3620k|    21 |   261 |2338k|  52 |   - | 132 |1576 | 338 |   0 |   0 |  22 |2168k|  22 | 3.400000e+01 |      --      |    Inf 
910.89/911.26	c   844s|  3630k|    26 |   261 |2339k|  52 |   - | 132 |1580 | 473 |   0 |   0 |  22 |2174k|  22 | 3.400000e+01 |      --      |    Inf 
913.20/913.53	c   847s|  3640k|    25 |   261 |2353k|  52 |   - | 132 |1610 | 311 |   0 |   0 |  22 |2180k|  22 | 3.400000e+01 |      --      |    Inf 
915.59/915.97	c   849s|  3650k|    24 |   261 |2346k|  52 |   - | 132 |1593 | 353 |   0 |   0 |  22 |2186k|  22 | 3.400000e+01 |      --      |    Inf 
917.99/918.37	c   851s|  3660k|    25 |   261 |2335k|  52 |   - | 132 |1567 | 410 |   0 |   0 |  22 |2192k|  22 | 3.400000e+01 |      --      |    Inf 
920.60/921.00	c   853s|  3670k|    22 |   261 |2353k|  52 |   - | 132 |1611 | 266 |   0 |   0 |  22 |2198k|  22 | 3.400000e+01 |      --      |    Inf 
923.20/923.55	c   856s|  3680k|    18 |   261 |2343k|  52 |   - | 132 |1595 | 378 |   0 |   0 |  22 |2204k|  22 | 3.400000e+01 |      --      |    Inf 
925.90/926.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
925.90/926.25	c   858s|  3690k|    22 |   261 |2341k|  52 |   - | 132 |1585 | 379 |   0 |   0 |  22 |2210k|  22 | 3.400000e+01 |      --      |    Inf 
928.30/928.66	c   861s|  3700k|    21 |   261 |2340k|  52 |   - | 132 |1581 | 356 |   0 |   0 |  22 |2216k|  22 | 3.400000e+01 |      --      |    Inf 
930.59/930.95	c   863s|  3710k|    24 |   261 |2342k|  52 |   - | 132 |1585 | 382 |   0 |   0 |  22 |2221k|  22 | 3.400000e+01 |      --      |    Inf 
933.19/933.51	c   865s|  3720k|    22 |   261 |2347k|  52 |   - | 132 |1601 | 403 |   0 |   0 |  22 |2227k|  22 | 3.400000e+01 |      --      |    Inf 
935.89/936.21	c   868s|  3730k|    22 |   261 |2340k|  52 |   - | 132 |1584 | 478 |   0 |   0 |  22 |2233k|  22 | 3.400000e+01 |      --      |    Inf 
938.29/938.68	c   870s|  3740k|    28 |   261 |2345k|  52 |   - | 132 |1589 | 353 |   0 |   0 |  22 |2239k|  22 | 3.400000e+01 |      --      |    Inf 
940.29/940.66	c   872s|  3750k|    27 |   261 |2352k|  52 |   - | 132 |1604 | 289 |   0 |   0 |  22 |2245k|  22 | 3.400000e+01 |      --      |    Inf 
942.69/943.05	c   874s|  3760k|    21 |   261 |2347k|  52 |   - | 132 |1596 | 286 |   0 |   0 |  22 |2251k|  22 | 3.400000e+01 |      --      |    Inf 
944.88/945.24	c   876s|  3770k|    20 |   261 |2347k|  52 |   - | 132 |1602 | 326 |   0 |   0 |  22 |2257k|  22 | 3.400000e+01 |      --      |    Inf 
946.99/947.37	c   878s|  3780k|    22 |   261 |2361k|  52 |   - | 132 |1640 | 303 |   0 |   0 |  22 |2263k|  22 | 3.400000e+01 |      --      |    Inf 
949.28/949.63	c   880s|  3790k|    24 |   261 |2336k|  52 |   - | 132 |1574 | 443 |   0 |   0 |  22 |2269k|  22 | 3.400000e+01 |      --      |    Inf 
951.38/951.76	c   882s|  3800k|    25 |   261 |2345k|  52 |   - | 132 |1594 | 336 |   0 |   0 |  22 |2275k|  22 | 3.400000e+01 |      --      |    Inf 
953.49/953.84	c   884s|  3810k|    26 |   261 |2347k|  52 |   - | 132 |1596 | 310 |   0 |   0 |  22 |2281k|  22 | 3.400000e+01 |      --      |    Inf 
956.08/956.42	c   886s|  3820k|    24 |   261 |2337k|  52 |   - | 132 |1573 | 492 |   0 |   0 |  22 |2287k|  22 | 3.400000e+01 |      --      |    Inf 
958.38/958.77	c   888s|  3830k|    27 |   261 |2340k|  52 |   - | 132 |1577 | 500 |   0 |   0 |  22 |2293k|  22 | 3.400000e+01 |      --      |    Inf 
960.48/960.84	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.48/960.84	c   890s|  3840k|    30 |   261 |2349k|  52 |   - | 132 |1599 | 256 |   0 |   0 |  22 |2299k|  22 | 3.400000e+01 |      --      |    Inf 
963.08/963.42	c   893s|  3850k|    24 |   261 |2348k|  52 |   - | 132 |1600 | 402 |   0 |   0 |  22 |2304k|  22 | 3.400000e+01 |      --      |    Inf 
965.19/965.55	c   895s|  3860k|    20 |   261 |2349k|  52 |   - | 132 |1606 | 287 |   0 |   0 |  22 |2310k|  22 | 3.400000e+01 |      --      |    Inf 
967.38/967.78	c   897s|  3870k|    29 |   261 |2351k|  52 |   - | 132 |1601 | 248 |   0 |   0 |  22 |2316k|  22 | 3.400000e+01 |      --      |    Inf 
969.58/969.99	c   899s|  3880k|    30 |   261 |2343k|  52 |   - | 132 |1583 | 370 |   0 |   0 |  22 |2322k|  22 | 3.400000e+01 |      --      |    Inf 
971.68/972.07	c   900s|  3890k|    26 |   261 |2365k|  52 |   - | 132 |1638 | 255 |   0 |   0 |  22 |2328k|  22 | 3.400000e+01 |      --      |    Inf 
973.68/974.08	c   902s|  3900k|    23 |   261 |2365k|  52 |   - | 132 |1638 | 328 |   0 |   0 |  22 |2334k|  22 | 3.400000e+01 |      --      |    Inf 
975.98/976.39	c   904s|  3910k|    33 |   261 |2351k|  52 |   - | 132 |1597 | 349 |   0 |   0 |  22 |2340k|  22 | 3.400000e+01 |      --      |    Inf 
978.28/978.60	c   906s|  3920k|    23 |   261 |2361k|  52 |   - | 132 |1630 | 325 |   0 |   0 |  22 |2346k|  22 | 3.400000e+01 |      --      |    Inf 
980.88/981.25	c   909s|  3930k|    22 |   261 |2350k|  52 |   - | 132 |1601 | 331 |   0 |   0 |  22 |2351k|  22 | 3.400000e+01 |      --      |    Inf 
983.18/983.57	c   911s|  3940k|    21 |   261 |2345k|  52 |   - | 132 |1595 | 444 |   0 |   0 |  22 |2357k|  22 | 3.400000e+01 |      --      |    Inf 
985.37/985.70	c   913s|  3950k|    19 |   261 |2348k|  52 |   - | 132 |1598 | 306 |   0 |   0 |  22 |2363k|  22 | 3.400000e+01 |      --      |    Inf 
987.38/987.77	c   915s|  3960k|    23 |   261 |2358k|  52 |   - | 132 |1616 | 320 |   0 |   0 |  22 |2369k|  22 | 3.400000e+01 |      --      |    Inf 
989.58/989.99	c   917s|  3970k|    25 |   261 |2352k|  52 |   - | 132 |1605 | 455 |   0 |   0 |  22 |2375k|  22 | 3.400000e+01 |      --      |    Inf 
992.08/992.42	c   919s|  3980k|    20 |   261 |2354k|  52 |   - | 132 |1612 | 333 |   0 |   0 |  22 |2381k|  22 | 3.400000e+01 |      --      |    Inf 
994.17/994.59	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
994.17/994.59	c   921s|  3990k|    26 |   261 |2352k|  52 |   - | 132 |1604 | 283 |   0 |   0 |  22 |2387k|  22 | 3.400000e+01 |      --      |    Inf 
996.67/997.04	c   924s|  4000k|    32 |   261 |2352k|  52 |   - | 132 |1604 | 454 |   0 |   0 |  22 |2393k|  22 | 3.400000e+01 |      --      |    Inf 
999.07/999.47	c   926s|  4010k|    29 |   261 |2353k|  52 |   - | 132 |1604 | 298 |   0 |   0 |  22 |2399k|  22 | 3.400000e+01 |      --      |    Inf 
1001.97/1002.38	c   928s|  4020k|    26 |   261 |2353k|  52 |   - | 132 |1610 | 404 |   0 |   0 |  22 |2405k|  22 | 3.400000e+01 |      --      |    Inf 
1005.17/1005.53	c   931s|  4030k|    25 |   261 |2349k|  52 |   - | 132 |1600 | 445 |   0 |   0 |  22 |2411k|  22 | 3.400000e+01 |      --      |    Inf 
1008.38/1008.75	c   934s|  4040k|    22 |   261 |2345k|  52 |   - | 132 |1596 | 593 |   0 |   0 |  22 |2417k|  22 | 3.400000e+01 |      --      |    Inf 
1011.47/1011.89	c   937s|  4050k|    19 |   261 |2345k|  52 |   - | 132 |1596 | 438 |   0 |   0 |  22 |2423k|  22 | 3.400000e+01 |      --      |    Inf 
1014.07/1014.49	c   940s|  4060k|    28 |   261 |2346k|  57 |   - | 132 |1585 | 363 |   0 |   0 |  22 |2429k|  22 | 3.400000e+01 |      --      |    Inf 
1016.37/1016.75	c   942s|  4070k|    24 |   261 |2354k|  57 |   - | 132 |1604 | 340 |   0 |   0 |  22 |2435k|  22 | 3.400000e+01 |      --      |    Inf 
1018.57/1018.91	c   944s|  4080k|    26 |   261 |2348k|  57 |   - | 132 |1592 | 319 |   0 |   0 |  22 |2441k|  22 | 3.400000e+01 |      --      |    Inf 
1020.87/1021.27	c   946s|  4090k|    26 |   261 |2352k|  57 |   - | 132 |1600 | 306 |   0 |   0 |  22 |2447k|  22 | 3.400000e+01 |      --      |    Inf 
1023.46/1023.83	c   948s|  4100k|    24 |   261 |2358k|  57 |   - | 132 |1615 | 305 |   0 |   0 |  22 |2453k|  22 | 3.400000e+01 |      --      |    Inf 
1026.56/1026.94	c   951s|  4110k|    24 |   261 |2343k|  57 |   - | 132 |1581 | 314 |   0 |   0 |  22 |2459k|  22 | 3.400000e+01 |      --      |    Inf 
1029.57/1029.97	c   954s|  4120k|    22 |   261 |2347k|  57 |   - | 132 |1591 | 457 |   0 |   0 |  22 |2465k|  22 | 3.400000e+01 |      --      |    Inf 
1031.96/1032.33	c   956s|  4130k|    23 |   261 |2347k|  57 |   - | 132 |1591 | 351 |   0 |   0 |  22 |2471k|  22 | 3.400000e+01 |      --      |    Inf 
1034.36/1034.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1034.36/1034.76	c   959s|  4140k|    17 |   261 |2344k|  57 |   - | 132 |1590 | 324 |   0 |   0 |  22 |2477k|  22 | 3.400000e+01 |      --      |    Inf 
1036.46/1036.83	c   961s|  4150k|    24 |   261 |2344k|  57 |   - | 132 |1584 | 403 |   0 |   0 |  22 |2483k|  22 | 3.400000e+01 |      --      |    Inf 
1038.56/1038.92	c   962s|  4160k|    25 |   261 |2348k|  57 |   - | 132 |1597 | 438 |   0 |   0 |  22 |2489k|  22 | 3.400000e+01 |      --      |    Inf 
1040.86/1041.29	c   965s|  4170k|    21 |   261 |2356k|  57 |   - | 132 |1616 | 196 |   0 |   0 |  22 |2495k|  22 | 3.400000e+01 |      --      |    Inf 
1043.06/1043.46	c   967s|  4180k|    19 |   261 |2352k|  57 |   - | 132 |1609 | 317 |   0 |   0 |  22 |2501k|  22 | 3.400000e+01 |      --      |    Inf 
1045.46/1045.88	c   969s|  4190k|    20 |   261 |2347k|  57 |   - | 132 |1600 | 433 |   0 |   0 |  22 |2506k|  22 | 3.400000e+01 |      --      |    Inf 
1048.05/1048.48	c   971s|  4200k|    24 |   261 |2356k|  57 |   - | 132 |1614 | 233 |   0 |   0 |  22 |2512k|  22 | 3.400000e+01 |      --      |    Inf 
1050.76/1051.10	c   974s|  4210k|    17 |   261 |2350k|  57 |   - | 132 |1606 | 407 |   0 |   0 |  22 |2518k|  22 | 3.400000e+01 |      --      |    Inf 
1052.75/1053.19	c   976s|  4220k|    18 |   261 |2345k|  57 |   - | 132 |1591 | 345 |   0 |   0 |  22 |2524k|  22 | 3.400000e+01 |      --      |    Inf 
1055.06/1055.44	c   978s|  4230k|    24 |   261 |2335k|  57 |   - | 132 |1558 | 650 |   0 |   0 |  22 |2530k|  22 | 3.400000e+01 |      --      |    Inf 
1057.65/1058.05	c   980s|  4240k|    26 |   261 |2348k|  57 |   - | 132 |1588 | 339 |   0 |   0 |  22 |2536k|  22 | 3.400000e+01 |      --      |    Inf 
1060.36/1060.75	c   983s|  4250k|    23 |   261 |2346k|  57 |   - | 132 |1594 | 434 |   0 |   0 |  22 |2542k|  22 | 3.400000e+01 |      --      |    Inf 
1062.75/1063.18	c   985s|  4260k|    20 |   261 |2359k|  57 |   - | 132 |1626 | 284 |   0 |   0 |  22 |2548k|  22 | 3.400000e+01 |      --      |    Inf 
1065.65/1066.00	c   987s|  4270k|    16 |   261 |2357k|  57 |   - | 132 |1627 | 442 |   0 |   0 |  22 |2554k|  22 | 3.400000e+01 |      --      |    Inf 
1068.15/1068.54	c   990s|  4280k|    17 |   261 |2350k|  57 |   - | 132 |1605 | 320 |   0 |   0 |  22 |2560k|  22 | 3.400000e+01 |      --      |    Inf 
1070.75/1071.11	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1070.75/1071.11	c   992s|  4290k|    19 |   261 |2343k|  57 |   - | 132 |1586 | 422 |   0 |   0 |  22 |2566k|  22 | 3.400000e+01 |      --      |    Inf 
1072.95/1073.32	c   994s|  4300k|    23 |   261 |2347k|  57 |   - | 132 |1591 | 399 |   0 |   0 |  22 |2572k|  22 | 3.400000e+01 |      --      |    Inf 
1075.25/1075.70	c   996s|  4310k|    23 |   261 |2361k|  57 |   - | 132 |1626 | 313 |   0 |   0 |  22 |2578k|  22 | 3.400000e+01 |      --      |    Inf 
1077.74/1078.12	c   999s|  4320k|    25 |   261 |2353k|  57 |   - | 132 |1608 | 471 |   0 |   0 |  22 |2584k|  22 | 3.400000e+01 |      --      |    Inf 
1080.54/1080.97	c  1001s|  4330k|    24 |   261 |2354k|  57 |   - | 132 |1613 | 404 |   0 |   0 |  22 |2590k|  22 | 3.400000e+01 |      --      |    Inf 
1083.45/1083.85	c  1004s|  4340k|    30 |   261 |2354k|  57 |   - | 132 |1602 | 386 |   0 |   0 |  22 |2596k|  22 | 3.400000e+01 |      --      |    Inf 
1086.44/1086.85	c  1007s|  4350k|    21 |   261 |2351k|  57 |   - | 132 |1605 | 435 |   0 |   0 |  22 |2602k|  22 | 3.400000e+01 |      --      |    Inf 
1088.84/1089.26	c  1009s|  4360k|    23 |   261 |2351k|  57 |   - | 132 |1600 | 271 |   0 |   0 |  22 |2608k|  22 | 3.400000e+01 |      --      |    Inf 
1091.44/1091.81	c  1011s|  4370k|    25 |   261 |2360k|  57 |   - | 132 |1622 | 230 |   0 |   0 |  22 |2613k|  22 | 3.400000e+01 |      --      |    Inf 
1093.74/1094.17	c  1014s|  4380k|    23 |   261 |2360k|  57 |   - | 132 |1626 | 309 |   0 |   0 |  22 |2619k|  22 | 3.400000e+01 |      --      |    Inf 
1096.04/1096.42	c  1016s|  4390k|    28 |   261 |2356k|  57 |   - | 132 |1608 | 268 |   0 |   0 |  22 |2625k|  22 | 3.400000e+01 |      --      |    Inf 
1098.74/1099.15	c  1018s|  4400k|    27 |   261 |2356k|  57 |   - | 132 |1612 | 327 |   0 |   0 |  22 |2631k|  22 | 3.400000e+01 |      --      |    Inf 
1101.74/1102.14	c  1021s|  4410k|    21 |   261 |2349k|  57 |   - | 132 |1602 | 518 |   0 |   0 |  22 |2637k|  22 | 3.400000e+01 |      --      |    Inf 
1104.74/1105.19	c  1024s|  4420k|    18 |   261 |2346k|  57 |   - | 132 |1599 | 536 |   0 |   0 |  22 |2643k|  22 | 3.400000e+01 |      --      |    Inf 
1107.34/1107.75	c  1026s|  4430k|    24 |   261 |2357k|  57 |   - | 132 |1604 | 302 |   0 |   0 |  22 |2649k|  22 | 3.400000e+01 |      --      |    Inf 
1109.93/1110.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1109.93/1110.35	c  1029s|  4440k|    24 |   261 |2347k|  57 |   - | 132 |1586 | 525 |   0 |   0 |  22 |2655k|  22 | 3.400000e+01 |      --      |    Inf 
1112.53/1112.97	c  1031s|  4450k|    19 |   261 |2338k|  57 |   - | 132 |1565 | 472 |   0 |   0 |  22 |2661k|  22 | 3.400000e+01 |      --      |    Inf 
1114.93/1115.35	c  1033s|  4460k|    21 |   261 |2359k|  57 |   - | 132 |1618 | 292 |   0 |   0 |  22 |2667k|  22 | 3.400000e+01 |      --      |    Inf 
1117.54/1117.99	c  1036s|  4470k|    16 |   261 |2343k|  57 |   - | 132 |1579 | 430 |   0 |   0 |  22 |2673k|  22 | 3.400000e+01 |      --      |    Inf 
1120.13/1120.50	c  1038s|  4480k|    22 |   261 |2361k|  57 |   - | 132 |1620 | 284 |   0 |   0 |  22 |2679k|  22 | 3.400000e+01 |      --      |    Inf 
1122.64/1123.05	c  1040s|  4490k|    16 |   261 |2350k|  57 |   - | 132 |1596 | 318 |   0 |   0 |  22 |2685k|  22 | 3.400000e+01 |      --      |    Inf 
1125.43/1125.81	c  1043s|  4500k|    21 |   261 |2359k|  57 |   - | 132 |1615 | 391 |   0 |   0 |  22 |2691k|  22 | 3.400000e+01 |      --      |    Inf 
1128.03/1128.43	c  1045s|  4510k|    19 |   261 |2362k|  57 |   - | 132 |1637 | 374 |   0 |   0 |  22 |2697k|  22 | 3.400000e+01 |      --      |    Inf 
1130.53/1130.96	c  1048s|  4520k|    20 |   261 |2353k|  57 |   - | 132 |1609 | 325 |   0 |   0 |  22 |2703k|  22 | 3.400000e+01 |      --      |    Inf 
1133.23/1133.61	c  1050s|  4530k|    22 |   261 |2348k|  57 |   - | 132 |1593 | 400 |   0 |   0 |  22 |2709k|  22 | 3.400000e+01 |      --      |    Inf 
1135.73/1136.13	c  1053s|  4540k|    16 |   261 |2348k|  57 |   - | 132 |1596 | 401 |   0 |   0 |  22 |2714k|  22 | 3.400000e+01 |      --      |    Inf 
1138.13/1138.58	c  1055s|  4550k|    23 |   261 |2347k|  57 |   - | 132 |1586 | 316 |   0 |   0 |  22 |2721k|  22 | 3.400000e+01 |      --      |    Inf 
1140.42/1140.88	c  1057s|  4560k|    25 |   261 |2348k|  57 |   - | 132 |1586 | 334 |   0 |   0 |  22 |2727k|  22 | 3.400000e+01 |      --      |    Inf 
1143.03/1143.45	c  1059s|  4570k|    20 |   261 |2347k|  57 |   - | 132 |1586 | 331 |   0 |   0 |  22 |2733k|  22 | 3.400000e+01 |      --      |    Inf 
1145.12/1145.53	c  1061s|  4580k|    21 |   261 |2357k|  57 |   - | 132 |1607 | 302 |   0 |   0 |  22 |2738k|  22 | 3.400000e+01 |      --      |    Inf 
1147.22/1147.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1147.22/1147.67	c  1063s|  4590k|    28 |   261 |2359k|  57 |   - | 132 |1607 | 256 |   0 |   0 |  22 |2744k|  22 | 3.400000e+01 |      --      |    Inf 
1149.92/1150.31	c  1066s|  4600k|    24 |   261 |2355k|  57 |   - | 132 |1599 | 336 |   0 |   0 |  22 |2750k|  22 | 3.400000e+01 |      --      |    Inf 
1152.72/1153.13	c  1068s|  4610k|    21 |   261 |2359k|  57 |   - | 132 |1614 | 371 |   0 |   0 |  22 |2756k|  22 | 3.400000e+01 |      --      |    Inf 
1155.22/1155.66	c  1070s|  4620k|    25 |   261 |2355k|  57 |   - | 132 |1605 | 338 |   0 |   0 |  22 |2763k|  22 | 3.400000e+01 |      --      |    Inf 
1158.02/1158.47	c  1073s|  4630k|    20 |   261 |2347k|  57 |   - | 132 |1581 | 367 |   0 |   0 |  22 |2769k|  22 | 3.400000e+01 |      --      |    Inf 
1160.82/1161.26	c  1076s|  4640k|    23 |   261 |2351k|  57 |   - | 132 |1593 | 311 |   0 |   0 |  22 |2775k|  22 | 3.400000e+01 |      --      |    Inf 
1163.72/1164.11	c  1078s|  4650k|    20 |   261 |2351k|  57 |   - | 132 |1594 | 475 |   0 |   0 |  22 |2781k|  22 | 3.400000e+01 |      --      |    Inf 
1166.52/1167.00	c  1081s|  4660k|    25 |   261 |2356k|  57 |   - | 132 |1609 | 408 |   0 |   0 |  22 |2787k|  22 | 3.400000e+01 |      --      |    Inf 
1169.22/1169.62	c  1084s|  4670k|    22 |   261 |2355k|  57 |   - | 132 |1605 | 310 |   0 |   0 |  22 |2793k|  22 | 3.400000e+01 |      --      |    Inf 
1172.02/1172.41	c  1086s|  4680k|    26 |   261 |2354k|  57 |   - | 132 |1601 | 326 |   0 |   0 |  22 |2799k|  22 | 3.400000e+01 |      --      |    Inf 
1174.92/1175.33	c  1089s|  4690k|    25 |   261 |2352k|  57 |   - | 132 |1594 | 418 |   0 |   0 |  22 |2805k|  22 | 3.400000e+01 |      --      |    Inf 
1177.81/1178.25	c  1092s|  4700k|    22 |   261 |2356k|  57 |   - | 132 |1610 | 302 |   0 |   0 |  22 |2811k|  22 | 3.400000e+01 |      --      |    Inf 
1180.71/1181.17	c  1094s|  4710k|    22 |   261 |2351k|  57 |   - | 132 |1591 | 421 |   0 |   0 |  22 |2817k|  22 | 3.400000e+01 |      --      |    Inf 
1183.91/1184.31	c  1097s|  4720k|    13 |   261 |2349k|  57 |   - | 132 |1601 | 460 |   0 |   0 |  22 |2823k|  22 | 3.400000e+01 |      --      |    Inf 
1186.81/1187.20	c  1100s|  4730k|    19 |   261 |2351k|  57 |   - | 132 |1599 | 445 |   0 |   0 |  22 |2829k|  22 | 3.400000e+01 |      --      |    Inf 
1189.81/1190.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1189.81/1190.20	c  1103s|  4740k|    19 |   261 |2348k|  57 |   - | 132 |1595 | 574 |   0 |   0 |  22 |2835k|  22 | 3.400000e+01 |      --      |    Inf 
1192.41/1192.86	c  1105s|  4750k|    20 |   261 |2368k|  57 |   - | 132 |1638 | 303 |   0 |   0 |  22 |2841k|  22 | 3.400000e+01 |      --      |    Inf 
1195.31/1195.77	c  1108s|  4760k|    18 |   261 |2357k|  57 |   - | 132 |1612 | 389 |   0 |   0 |  22 |2847k|  22 | 3.400000e+01 |      --      |    Inf 
1198.31/1198.77	c  1111s|  4770k|    20 |   261 |2357k|  57 |   - | 132 |1614 | 458 |   0 |   0 |  22 |2853k|  22 | 3.400000e+01 |      --      |    Inf 
1201.31/1201.71	c  1113s|  4780k|    20 |   261 |2348k|  57 |   - | 132 |1591 | 559 |   0 |   0 |  22 |2859k|  22 | 3.400000e+01 |      --      |    Inf 
1204.21/1204.63	c  1116s|  4790k|    14 |   261 |2347k|  57 |   - | 132 |1597 | 618 |   0 |   0 |  22 |2866k|  22 | 3.400000e+01 |      --      |    Inf 
1207.20/1207.69	c  1119s|  4800k|    21 |   261 |2355k|  57 |   - | 132 |1612 | 518 |   0 |   0 |  22 |2872k|  22 | 3.400000e+01 |      --      |    Inf 
1210.10/1210.54	c  1122s|  4810k|    26 |   261 |2340k|  57 |   - | 132 |1556 | 390 |   0 |   0 |  22 |2878k|  22 | 3.400000e+01 |      --      |    Inf 
1212.01/1212.41	c  1123s|  4820k|    22 |   261 |2357k|  57 |   - | 132 |1607 | 296 |   0 |   0 |  22 |2884k|  22 | 3.400000e+01 |      --      |    Inf 
1214.10/1214.54	c  1125s|  4830k|    19 |   261 |2361k|  57 |   - | 132 |1622 | 315 |   0 |   0 |  22 |2890k|  22 | 3.400000e+01 |      --      |    Inf 
1216.11/1216.55	c  1127s|  4840k|    27 |   261 |2360k|  57 |   - | 132 |1606 | 254 |   0 |   0 |  22 |2895k|  22 | 3.400000e+01 |      --      |    Inf 
1218.20/1218.68	c  1129s|  4850k|    20 |   261 |2349k|  57 |   - | 132 |1582 | 354 |   0 |   0 |  22 |2901k|  22 | 3.400000e+01 |      --      |    Inf 
1220.41/1220.88	c  1131s|  4860k|    24 |   261 |2352k|  57 |   - | 132 |1591 | 485 |   0 |   0 |  22 |2907k|  22 | 3.400000e+01 |      --      |    Inf 
1222.60/1223.06	c  1133s|  4870k|    20 |   261 |2358k|  57 |   - | 132 |1609 | 268 |   0 |   0 |  22 |2913k|  22 | 3.400000e+01 |      --      |    Inf 
1224.69/1225.15	c  1135s|  4880k|    19 |   261 |2358k|  57 |   - | 132 |1615 | 296 |   0 |   0 |  22 |2919k|  22 | 3.400000e+01 |      --      |    Inf 
1227.10/1227.59	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1227.10/1227.59	c  1137s|  4890k|    19 |   261 |2352k|  57 |   - | 132 |1597 | 363 |   0 |   0 |  22 |2925k|  22 | 3.400000e+01 |      --      |    Inf 
1229.40/1229.83	c  1139s|  4900k|    18 |   261 |2352k|  57 |   - | 132 |1595 | 261 |   0 |   0 |  22 |2931k|  22 | 3.400000e+01 |      --      |    Inf 
1231.80/1232.28	c  1142s|  4910k|    23 |   261 |2348k|  57 |   - | 132 |1585 | 341 |   0 |   0 |  22 |2938k|  22 | 3.400000e+01 |      --      |    Inf 
1234.60/1235.01	c  1144s|  4920k|    16 |   261 |2349k|  57 |   - | 132 |1591 | 288 |   0 |   0 |  22 |2944k|  22 | 3.400000e+01 |      --      |    Inf 
1236.89/1237.36	c  1146s|  4930k|    19 |   261 |2342k|  57 |   - | 132 |1572 | 431 |   0 |   0 |  22 |2950k|  22 | 3.400000e+01 |      --      |    Inf 
1239.20/1239.63	c  1148s|  4940k|    21 |   261 |2346k|  57 |   - | 132 |1576 | 367 |   0 |   0 |  22 |2956k|  22 | 3.400000e+01 |      --      |    Inf 
1241.19/1241.67	c  1150s|  4950k|    18 |   261 |2358k|  57 |   - | 132 |1611 | 414 |   0 |   0 |  22 |2962k|  22 | 3.400000e+01 |      --      |    Inf 
1243.09/1243.53	c  1152s|  4960k|    21 |   261 |2354k|  57 |   - | 132 |1600 | 296 |   0 |   0 |  22 |2967k|  22 | 3.400000e+01 |      --      |    Inf 
1245.09/1245.56	c  1154s|  4970k|    16 |   261 |2353k|  57 |   - | 132 |1592 | 350 |   0 |   0 |  22 |2973k|  22 | 3.400000e+01 |      --      |    Inf 
1247.09/1247.52	c  1156s|  4980k|    13 |   261 |2357k|  57 |   - | 132 |1610 | 374 |   0 |   0 |  22 |2979k|  22 | 3.400000e+01 |      --      |    Inf 
1249.20/1249.65	c  1158s|  4990k|    25 |   261 |2353k|  57 |   - | 132 |1578 | 324 |   0 |   0 |  22 |2985k|  22 | 3.400000e+01 |      --      |    Inf 
1251.69/1252.11	c  1160s|  5000k|    21 |   261 |2347k|  57 |   - | 132 |1572 | 488 |   0 |   0 |  22 |2991k|  22 | 3.400000e+01 |      --      |    Inf 
1254.39/1254.87	c  1162s|  5010k|    22 |   261 |2352k|  57 |   - | 132 |1578 | 350 |   0 |   0 |  22 |2997k|  22 | 3.400000e+01 |      --      |    Inf 
1256.98/1257.47	c  1165s|  5020k|    29 |   261 |2353k|  57 |   - | 132 |1580 | 429 |   0 |   0 |  22 |3003k|  22 | 3.400000e+01 |      --      |    Inf 
1259.69/1260.11	c  1167s|  5030k|    28 |   261 |2355k|  57 |   - | 132 |1577 | 390 |   0 |   0 |  22 |3009k|  22 | 3.400000e+01 |      --      |    Inf 
1262.49/1263.00	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1262.49/1263.00	c  1170s|  5040k|    27 |   261 |2363k|  57 |   - | 132 |1601 | 365 |   0 |   0 |  22 |3015k|  22 | 3.400000e+01 |      --      |    Inf 
1265.49/1265.98	c  1173s|  5050k|    22 |   261 |2354k|  57 |   - | 132 |1589 | 411 |   0 |   0 |  22 |3021k|  22 | 3.400000e+01 |      --      |    Inf 
1268.09/1268.54	c  1175s|  5060k|    22 |   261 |2353k|  57 |   - | 132 |1579 | 403 |   0 |   0 |  22 |3027k|  22 | 3.400000e+01 |      --      |    Inf 
1270.78/1271.29	c  1178s|  5070k|    24 |   261 |2352k|  57 |   - | 132 |1583 | 370 |   0 |   0 |  22 |3033k|  22 | 3.400000e+01 |      --      |    Inf 
1273.48/1273.98	c  1180s|  5080k|    27 |   261 |2366k|  57 |   - | 132 |1611 | 344 |   0 |   0 |  22 |3039k|  22 | 3.400000e+01 |      --      |    Inf 
1276.48/1276.96	c  1183s|  5090k|    23 |   261 |2373k|  57 |   - | 132 |1621 | 456 |   0 |   0 |  22 |3046k|  22 | 3.400000e+01 |      --      |    Inf 
1279.78/1280.27	c  1186s|  5100k|    18 |   261 |2362k|  57 |   - | 132 |1600 | 493 |   0 |   0 |  22 |3051k|  22 | 3.400000e+01 |      --      |    Inf 
1282.98/1283.45	c  1189s|  5110k|    17 |   261 |2359k|  57 |   - | 132 |1594 | 487 |   0 |   0 |  22 |3057k|  22 | 3.400000e+01 |      --      |    Inf 
1285.97/1286.44	c  1192s|  5120k|    25 |   261 |2365k|  57 |   - | 132 |1598 | 340 |   0 |   0 |  22 |3063k|  22 | 3.400000e+01 |      --      |    Inf 
1289.18/1289.61	c  1195s|  5130k|    25 |   261 |2359k|  57 |   - | 132 |1585 | 295 |   0 |   0 |  22 |3069k|  22 | 3.400000e+01 |      --      |    Inf 
1291.88/1292.37	c  1197s|  5140k|    29 |   261 |2362k|  57 |   - | 132 |1586 | 328 |   0 |   0 |  22 |3075k|  22 | 3.400000e+01 |      --      |    Inf 
1294.57/1295.06	c  1200s|  5150k|    22 |   261 |2367k|  57 |   - | 132 |1607 | 321 |   0 |   0 |  22 |3081k|  22 | 3.400000e+01 |      --      |    Inf 
1297.18/1297.65	c  1202s|  5160k|    20 |   261 |2366k|  57 |   - | 132 |1604 | 285 |   0 |   0 |  22 |3087k|  22 | 3.400000e+01 |      --      |    Inf 
1300.07/1300.57	c  1205s|  5170k|    28 |   261 |2363k|  57 |   - | 132 |1590 | 476 |   0 |   0 |  22 |3093k|  22 | 3.400000e+01 |      --      |    Inf 
1303.27/1303.72	c  1208s|  5180k|    24 |   261 |2371k|  57 |   - | 132 |1616 | 361 |   0 |   0 |  22 |3099k|  22 | 3.400000e+01 |      --      |    Inf 
1306.38/1306.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1306.38/1306.82	c  1211s|  5190k|    21 |   261 |2360k|  57 |   - | 132 |1590 | 564 |   0 |   0 |  22 |3105k|  22 | 3.400000e+01 |      --      |    Inf 
1309.68/1310.12	c  1214s|  5200k|    17 |   261 |2364k|  57 |   - | 132 |1595 | 554 |   0 |   0 |  22 |3111k|  22 | 3.400000e+01 |      --      |    Inf 
1312.77/1313.21	c  1217s|  5210k|    23 |   261 |2367k|  57 |   - | 132 |1596 | 454 |   0 |   0 |  22 |3117k|  22 | 3.400000e+01 |      --      |    Inf 
1315.87/1316.39	c  1220s|  5220k|    18 |   261 |2363k|  57 |   - | 132 |1603 | 534 |   0 |   0 |  22 |3122k|  22 | 3.400000e+01 |      --      |    Inf 
1318.97/1319.41	c  1223s|  5230k|    18 |   261 |2357k|  57 |   - | 132 |1584 | 425 |   0 |   0 |  22 |3128k|  22 | 3.400000e+01 |      --      |    Inf 
1321.77/1322.27	c  1225s|  5240k|    20 |   261 |2362k|  57 |   - | 132 |1585 | 349 |   0 |   0 |  22 |3134k|  22 | 3.400000e+01 |      --      |    Inf 
1324.86/1325.31	c  1228s|  5250k|    21 |   261 |2362k|  57 |   - | 132 |1584 | 361 |   0 |   0 |  22 |3140k|  22 | 3.400000e+01 |      --      |    Inf 
1327.76/1328.29	c  1231s|  5260k|    23 |   261 |2361k|  57 |   - | 132 |1587 | 435 |   0 |   0 |  22 |3146k|  22 | 3.400000e+01 |      --      |    Inf 
1330.97/1331.43	c  1234s|  5270k|    19 |   261 |2359k|  57 |   - | 132 |1583 | 514 |   0 |   0 |  22 |3152k|  22 | 3.400000e+01 |      --      |    Inf 
1334.16/1334.60	c  1237s|  5280k|    17 |   261 |2358k|  57 |   - | 132 |1585 | 420 |   0 |   0 |  22 |3158k|  22 | 3.400000e+01 |      --      |    Inf 
1336.76/1337.21	c  1239s|  5290k|    19 |   261 |2354k|  57 |   - | 132 |1567 | 412 |   0 |   0 |  22 |3164k|  22 | 3.400000e+01 |      --      |    Inf 
1340.06/1340.57	c  1242s|  5300k|    23 |   261 |2362k|  57 |   - | 132 |1588 | 571 |   0 |   0 |  22 |3170k|  22 | 3.400000e+01 |      --      |    Inf 
1343.36/1343.82	c  1245s|  5310k|    22 |   261 |2364k|  57 |   - | 132 |1585 | 396 |   0 |   0 |  22 |3176k|  22 | 3.400000e+01 |      --      |    Inf 
1346.66/1347.10	c  1249s|  5320k|    17 |   261 |2360k|  57 |   - | 132 |1591 | 614 |   0 |   0 |  22 |3182k|  22 | 3.400000e+01 |      --      |    Inf 
1350.16/1350.63	c  1252s|  5330k|    19 |   261 |2354k|  57 |   - | 132 |1570 | 463 |   0 |   0 |  22 |3188k|  22 | 3.400000e+01 |      --      |    Inf 
1353.46/1353.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1353.46/1353.94	c  1255s|  5340k|    19 |   261 |2354k|  57 |   - | 132 |1576 | 687 |   0 |   0 |  22 |3194k|  22 | 3.400000e+01 |      --      |    Inf 
1356.86/1357.32	c  1258s|  5350k|    13 |   261 |2359k|  57 |   - | 132 |1588 | 415 |   0 |   0 |  22 |3200k|  22 | 3.400000e+01 |      --      |    Inf 
1359.75/1360.25	c  1261s|  5360k|    16 |   261 |2360k|  57 |   - | 132 |1582 | 354 |   0 |   0 |  22 |3206k|  22 | 3.400000e+01 |      --      |    Inf 
1362.45/1362.90	c  1263s|  5370k|    13 |   261 |2354k|  57 |   - | 132 |1575 | 378 |   0 |   0 |  22 |3212k|  22 | 3.400000e+01 |      --      |    Inf 
1364.85/1365.31	c  1266s|  5380k|    13 |   261 |2356k|  57 |   - | 132 |1575 | 355 |   0 |   0 |  22 |3218k|  22 | 3.400000e+01 |      --      |    Inf 
1367.56/1368.02	c  1268s|  5390k|    22 |   261 |2353k|  57 |   - | 132 |1568 | 673 |   0 |   0 |  22 |3224k|  22 | 3.400000e+01 |      --      |    Inf 
1370.35/1370.89	c  1271s|  5400k|    21 |   261 |2359k|  57 |   - | 132 |1581 | 506 |   0 |   0 |  22 |3230k|  22 | 3.400000e+01 |      --      |    Inf 
1372.95/1373.42	c  1273s|  5410k|    32 |   261 |2356k|  57 |   - | 132 |1563 | 353 |   0 |   0 |  22 |3236k|  22 | 3.400000e+01 |      --      |    Inf 
1375.85/1376.31	c  1276s|  5420k|    33 |   261 |2361k|  57 |   - | 132 |1573 | 444 |   0 |   0 |  22 |3242k|  22 | 3.400000e+01 |      --      |    Inf 
1378.65/1379.11	c  1278s|  5430k|    24 |   261 |2366k|  57 |   - | 132 |1591 | 300 |   0 |   0 |  22 |3249k|  22 | 3.400000e+01 |      --      |    Inf 
1381.55/1382.05	c  1281s|  5440k|    27 |   261 |2357k|  57 |   - | 132 |1562 | 538 |   0 |   0 |  22 |3255k|  22 | 3.400000e+01 |      --      |    Inf 
1384.75/1385.22	c  1284s|  5450k|    26 |   261 |2363k|  57 |   - | 132 |1589 | 601 |   0 |   0 |  22 |3261k|  22 | 3.400000e+01 |      --      |    Inf 
1387.95/1388.46	c  1287s|  5460k|    25 |   261 |2360k|  57 |   - | 132 |1579 | 396 |   0 |   0 |  22 |3267k|  22 | 3.400000e+01 |      --      |    Inf 
1390.95/1391.44	c  1290s|  5470k|    23 |   261 |2364k|  57 |   - | 132 |1586 | 328 |   0 |   0 |  22 |3273k|  22 | 3.400000e+01 |      --      |    Inf 
1393.55/1394.04	c  1292s|  5480k|    28 |   261 |2369k|  57 |   - | 132 |1597 | 311 |   0 |   0 |  22 |3279k|  22 | 3.400000e+01 |      --      |    Inf 
1396.45/1396.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1396.45/1396.92	c  1295s|  5490k|    27 |   261 |2350k|  57 |   - | 132 |1551 | 550 |   0 |   0 |  22 |3285k|  22 | 3.400000e+01 |      --      |    Inf 
1398.94/1399.47	c  1297s|  5500k|    27 |   261 |2366k|  57 |   - | 132 |1592 | 475 |   0 |   0 |  22 |3291k|  22 | 3.400000e+01 |      --      |    Inf 
1402.05/1402.56	c  1300s|  5510k|    28 |   261 |2379k|  57 |   - | 132 |1620 | 298 |   0 |   0 |  22 |3297k|  22 | 3.400000e+01 |      --      |    Inf 
1404.94/1405.46	c  1303s|  5520k|    33 |   261 |2368k|  57 |   - | 132 |1593 | 270 |   0 |   0 |  22 |3303k|  22 | 3.400000e+01 |      --      |    Inf 
1407.94/1408.42	c  1306s|  5530k|    25 |   261 |2364k|  57 |   - | 132 |1592 | 435 |   0 |   0 |  22 |3310k|  22 | 3.400000e+01 |      --      |    Inf 
1410.74/1411.20	c  1308s|  5540k|    25 |   261 |2371k|  57 |   - | 132 |1609 | 377 |   0 |   0 |  22 |3316k|  22 | 3.400000e+01 |      --      |    Inf 
1413.44/1413.93	c  1311s|  5550k|    23 |   261 |2369k|  57 |   - | 132 |1606 | 302 |   0 |   0 |  22 |3322k|  22 | 3.400000e+01 |      --      |    Inf 
1415.94/1416.48	c  1313s|  5560k|    21 |   261 |2372k|  57 |   - | 132 |1610 | 324 |   0 |   0 |  22 |3328k|  22 | 3.400000e+01 |      --      |    Inf 
1418.94/1419.42	c  1316s|  5570k|    27 |   261 |2373k|  57 |   - | 132 |1607 | 340 |   0 |   0 |  22 |3334k|  22 | 3.400000e+01 |      --      |    Inf 
1421.94/1422.46	c  1319s|  5580k|    21 |   261 |2381k|  57 |   - | 132 |1634 | 313 |   0 |   0 |  22 |3340k|  22 | 3.400000e+01 |      --      |    Inf 
1424.94/1425.40	c  1322s|  5590k|    25 |   261 |2367k|  57 |   - | 132 |1593 | 359 |   0 |   0 |  22 |3346k|  22 | 3.400000e+01 |      --      |    Inf 
1427.54/1428.01	c  1324s|  5600k|    27 |   261 |2361k|  57 |   - | 132 |1577 | 363 |   0 |   0 |  22 |3352k|  22 | 3.400000e+01 |      --      |    Inf 
1429.93/1430.45	c  1326s|  5610k|    27 |   261 |2363k|  57 |   - | 132 |1587 | 517 |   0 |   0 |  22 |3358k|  22 | 3.400000e+01 |      --      |    Inf 
1432.84/1433.36	c  1329s|  5620k|    25 |   261 |2365k|  57 |   - | 132 |1590 | 313 |   0 |   0 |  22 |3364k|  22 | 3.400000e+01 |      --      |    Inf 
1435.64/1436.12	c  1332s|  5630k|    24 |   261 |2368k|  57 |   - | 132 |1597 | 213 |   0 |   0 |  22 |3370k|  22 | 3.400000e+01 |      --      |    Inf 
1437.93/1438.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1437.93/1438.48	c  1334s|  5640k|    27 |   261 |2355k|  57 |   - | 132 |1564 | 515 |   0 |   0 |  22 |3376k|  22 | 3.400000e+01 |      --      |    Inf 
1440.23/1440.70	c  1336s|  5650k|    32 |   261 |2362k|  57 |   - | 132 |1575 | 399 |   0 |   0 |  22 |3382k|  22 | 3.400000e+01 |      --      |    Inf 
1442.53/1443.02	c  1338s|  5660k|    28 |   261 |2372k|  57 |   - | 132 |1602 | 282 |   0 |   0 |  22 |3388k|  22 | 3.400000e+01 |      --      |    Inf 
1444.83/1445.34	c  1340s|  5670k|    28 |   261 |2365k|  57 |   - | 132 |1585 | 370 |   0 |   0 |  22 |3394k|  22 | 3.400000e+01 |      --      |    Inf 
1447.22/1447.78	c  1342s|  5680k|    33 |   261 |2369k|  57 |   - | 132 |1589 | 327 |   0 |   0 |  22 |3400k|  22 | 3.400000e+01 |      --      |    Inf 
1449.73/1450.22	c  1345s|  5690k|    32 |   261 |2366k|  57 |   - | 132 |1585 | 285 |   0 |   0 |  22 |3406k|  22 | 3.400000e+01 |      --      |    Inf 
1452.42/1452.97	c  1347s|  5700k|    33 |   261 |2375k|  57 |   - | 132 |1603 | 316 |   0 |   0 |  22 |3412k|  22 | 3.400000e+01 |      --      |    Inf 
1454.83/1455.33	c  1349s|  5710k|    27 |   261 |2371k|  57 |   - | 132 |1601 | 424 |   0 |   0 |  22 |3418k|  22 | 3.400000e+01 |      --      |    Inf 
1457.23/1457.74	c  1351s|  5720k|    33 |   261 |2376k|  57 |   - | 132 |1606 | 258 |   0 |   0 |  22 |3424k|  22 | 3.400000e+01 |      --      |    Inf 
1459.93/1460.44	c  1354s|  5730k|    29 |   261 |2370k|  57 |   - | 132 |1599 | 423 |   0 |   0 |  22 |3430k|  22 | 3.400000e+01 |      --      |    Inf 
1462.83/1463.31	c  1357s|  5740k|    30 |   261 |2372k|  57 |   - | 132 |1597 | 315 |   0 |   0 |  22 |3436k|  22 | 3.400000e+01 |      --      |    Inf 
1465.22/1465.79	c  1359s|  5750k|    32 |   261 |2370k|  57 |   - | 132 |1593 | 362 |   0 |   0 |  22 |3442k|  22 | 3.400000e+01 |      --      |    Inf 
1468.23/1468.77	c  1362s|  5760k|    27 |   261 |2374k|  57 |   - | 132 |1608 | 330 |   0 |   0 |  22 |3448k|  22 | 3.400000e+01 |      --      |    Inf 
1471.33/1471.82	c  1365s|  5770k|    26 |   261 |2377k|  60 |   - | 132 |1616 | 325 |   0 |   0 |  22 |3454k|  22 | 3.400000e+01 |      --      |    Inf 
1473.92/1474.41	c  1367s|  5780k|    28 |   261 |2375k|  60 |   - | 132 |1599 | 348 |   0 |   0 |  22 |3460k|  22 | 3.400000e+01 |      --      |    Inf 
1476.52/1477.05	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1476.52/1477.05	c  1369s|  5790k|    26 |   261 |2373k|  60 |   - | 132 |1611 | 366 |   0 |   0 |  22 |3466k|  22 | 3.400000e+01 |      --      |    Inf 
1479.22/1479.70	c  1372s|  5800k|    28 |   261 |2373k|  60 |   - | 132 |1605 | 312 |   0 |   0 |  22 |3472k|  22 | 3.400000e+01 |      --      |    Inf 
1481.92/1482.41	c  1374s|  5810k|    33 |   261 |2372k|  60 |   - | 132 |1598 | 404 |   0 |   0 |  22 |3478k|  22 | 3.400000e+01 |      --      |    Inf 
1484.91/1485.40	c  1377s|  5820k|    29 |   261 |2373k|  60 |   - | 132 |1597 | 306 |   0 |   0 |  22 |3484k|  22 | 3.400000e+01 |      --      |    Inf 
1487.91/1488.44	c  1380s|  5830k|    30 |   261 |2361k|  60 |   - | 132 |1573 | 437 |   0 |   0 |  22 |3490k|  22 | 3.400000e+01 |      --      |    Inf 
1490.92/1491.48	c  1383s|  5840k|    25 |   261 |2376k|  60 |   - | 132 |1615 | 333 |   0 |   0 |  22 |3496k|  22 | 3.400000e+01 |      --      |    Inf 
1494.01/1494.59	c  1386s|  5850k|    23 |   261 |2373k|  60 |   - | 132 |1607 | 360 |   0 |   0 |  22 |3502k|  22 | 3.400000e+01 |      --      |    Inf 
1496.91/1497.41	c  1388s|  5860k|    25 |   261 |2368k|  60 |   - | 132 |1591 | 355 |   0 |   0 |  22 |3508k|  22 | 3.400000e+01 |      --      |    Inf 
1499.51/1500.03	c  1391s|  5870k|    28 |   261 |2377k|  60 |   - | 132 |1618 | 460 |   0 |   0 |  22 |3514k|  22 | 3.400000e+01 |      --      |    Inf 
1502.62/1503.10	c  1394s|  5880k|    32 |   261 |2371k|  60 |   - | 132 |1597 | 413 |   0 |   0 |  22 |3520k|  22 | 3.400000e+01 |      --      |    Inf 
1505.41/1505.99	c  1396s|  5890k|    30 |   261 |2378k|  60 |   - | 132 |1618 | 416 |   0 |   0 |  22 |3526k|  22 | 3.400000e+01 |      --      |    Inf 
1508.62/1509.11	c  1399s|  5900k|    25 |   261 |2370k|  60 |   - | 132 |1601 | 369 |   0 |   0 |  22 |3532k|  22 | 3.400000e+01 |      --      |    Inf 
1511.61/1512.14	c  1402s|  5910k|    21 |   261 |2379k|  60 |   - | 132 |1626 | 426 |   0 |   0 |  22 |3538k|  22 | 3.400000e+01 |      --      |    Inf 
1514.41/1514.92	c  1405s|  5920k|    21 |   261 |2371k|  60 |   - | 132 |1601 | 376 |   0 |   0 |  22 |3544k|  22 | 3.400000e+01 |      --      |    Inf 
1517.01/1517.53	c  1407s|  5930k|    25 |   261 |2377k|  60 |   - | 132 |1612 | 281 |   0 |   0 |  22 |3550k|  22 | 3.400000e+01 |      --      |    Inf 
1519.91/1520.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1519.91/1520.48	c  1410s|  5940k|    32 |   261 |2372k|  60 |   - | 132 |1600 | 426 |   0 |   0 |  22 |3556k|  22 | 3.400000e+01 |      --      |    Inf 
1523.21/1523.76	c  1413s|  5950k|    24 |   261 |2379k|  60 |   - | 132 |1630 | 561 |   0 |   0 |  22 |3562k|  22 | 3.400000e+01 |      --      |    Inf 
1526.40/1526.96	c  1416s|  5960k|    24 |   261 |2371k|  60 |   - | 132 |1604 | 360 |   0 |   0 |  22 |3568k|  22 | 3.400000e+01 |      --      |    Inf 
1529.51/1530.07	c  1419s|  5970k|    27 |   261 |2371k|  60 |   - | 132 |1596 | 378 |   0 |   0 |  22 |3574k|  22 | 3.400000e+01 |      --      |    Inf 
1532.71/1533.26	c  1422s|  5980k|    25 |   261 |2380k|  60 |   - | 132 |1632 | 445 |   0 |   0 |  22 |3580k|  22 | 3.400000e+01 |      --      |    Inf 
1535.70/1536.28	c  1425s|  5990k|    25 |   261 |2372k|  60 |   - | 132 |1601 | 453 |   0 |   0 |  22 |3586k|  22 | 3.400000e+01 |      --      |    Inf 
1538.80/1539.31	c  1428s|  6000k|    28 |   261 |2377k|  60 |   - | 132 |1611 | 342 |   0 |   0 |  22 |3592k|  22 | 3.400000e+01 |      --      |    Inf 
1541.71/1542.28	c  1430s|  6010k|    23 |   261 |2375k|  60 |   - | 132 |1614 | 489 |   0 |   0 |  22 |3598k|  22 | 3.400000e+01 |      --      |    Inf 
1545.00/1545.50	c  1433s|  6020k|    21 |   261 |2380k|  60 |   - | 132 |1629 | 313 |   0 |   0 |  22 |3604k|  22 | 3.400000e+01 |      --      |    Inf 
1547.89/1548.44	c  1436s|  6030k|    26 |   261 |2377k|  60 |   - | 132 |1618 | 406 |   0 |   0 |  22 |3610k|  22 | 3.400000e+01 |      --      |    Inf 
1550.99/1551.50	c  1439s|  6040k|    15 |   261 |2374k|  60 |   - | 132 |1617 | 348 |   0 |   0 |  22 |3617k|  22 | 3.400000e+01 |      --      |    Inf 
1553.70/1554.25	c  1441s|  6050k|    26 |   261 |2375k|  60 |   - | 132 |1610 | 488 |   0 |   0 |  22 |3623k|  22 | 3.400000e+01 |      --      |    Inf 
1556.80/1557.34	c  1444s|  6060k|    27 |   261 |2378k|  60 |   - | 132 |1614 | 398 |   0 |   0 |  22 |3629k|  22 | 3.400000e+01 |      --      |    Inf 
1560.10/1560.68	c  1448s|  6070k|    22 |   261 |2375k|  60 |   - | 132 |1616 | 481 |   0 |   0 |  22 |3635k|  22 | 3.400000e+01 |      --      |    Inf 
1563.19/1563.76	c  1450s|  6080k|    22 |   261 |2373k|  60 |   - | 132 |1608 | 297 |   0 |   0 |  22 |3641k|  22 | 3.400000e+01 |      --      |    Inf 
1566.20/1566.77	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.20/1566.77	c  1453s|  6090k|    25 |   261 |2368k|  60 |   - | 132 |1591 | 444 |   0 |   0 |  22 |3647k|  22 | 3.400000e+01 |      --      |    Inf 
1569.19/1569.73	c  1456s|  6100k|    29 |   261 |2387k|  60 |   - | 132 |1629 | 256 |   0 |   0 |  22 |3653k|  22 | 3.400000e+01 |      --      |    Inf 
1571.89/1572.44	c  1458s|  6110k|    34 |   261 |2371k|  60 |   - | 132 |1591 | 404 |   0 |   0 |  22 |3659k|  22 | 3.400000e+01 |      --      |    Inf 
1574.79/1575.38	c  1461s|  6120k|    31 |   261 |2375k|  60 |   - | 132 |1603 | 287 |   0 |   0 |  22 |3665k|  22 | 3.400000e+01 |      --      |    Inf 
1577.79/1578.39	c  1464s|  6130k|    26 |   261 |2372k|  60 |   - | 132 |1595 | 368 |   0 |   0 |  22 |3672k|  22 | 3.400000e+01 |      --      |    Inf 
1580.99/1581.54	c  1467s|  6140k|    26 |   261 |2381k|  60 |   - | 132 |1628 | 499 |   0 |   0 |  22 |3678k|  22 | 3.400000e+01 |      --      |    Inf 
1584.09/1584.67	c  1470s|  6150k|    25 |   261 |2376k|  60 |   - | 132 |1607 | 350 |   0 |   0 |  22 |3684k|  22 | 3.400000e+01 |      --      |    Inf 
1587.48/1588.08	c  1473s|  6160k|    20 |   261 |2377k|  60 |   - | 132 |1614 | 348 |   0 |   0 |  22 |3690k|  22 | 3.400000e+01 |      --      |    Inf 
1590.59/1591.11	c  1476s|  6170k|    22 |   261 |2369k|  60 |   - | 132 |1589 | 335 |   0 |   0 |  22 |3696k|  22 | 3.400000e+01 |      --      |    Inf 
1593.49/1594.02	c  1479s|  6180k|    20 |   261 |2372k|  60 |   - | 132 |1600 | 306 |   0 |   0 |  22 |3702k|  22 | 3.400000e+01 |      --      |    Inf 
1596.18/1596.72	c  1481s|  6190k|    28 |   261 |2378k|  60 |   - | 132 |1618 | 268 |   0 |   0 |  22 |3708k|  22 | 3.400000e+01 |      --      |    Inf 
1598.98/1599.54	c  1484s|  6200k|    20 |   261 |2374k|  60 |   - | 132 |1616 | 467 |   0 |   0 |  22 |3714k|  22 | 3.400000e+01 |      --      |    Inf 
1601.18/1601.78	c  1486s|  6210k|    28 |   261 |2364k|  60 |   - | 132 |1575 | 377 |   0 |   0 |  22 |3720k|  22 | 3.400000e+01 |      --      |    Inf 
1603.18/1603.78	c  1488s|  6220k|    34 |   261 |2374k|  60 |   - | 132 |1595 | 294 |   0 |   0 |  22 |3726k|  22 | 3.400000e+01 |      --      |    Inf 
1605.39/1605.99	c  1490s|  6230k|    23 |   261 |2368k|  60 |   - | 132 |1589 | 336 |   0 |   0 |  22 |3732k|  22 | 3.400000e+01 |      --      |    Inf 
1607.78/1608.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1607.78/1608.31	c  1492s|  6240k|    27 |   261 |2370k|  60 |   - | 132 |1588 | 240 |   0 |   0 |  22 |3738k|  22 | 3.400000e+01 |      --      |    Inf 
1610.17/1610.77	c  1494s|  6250k|    19 |   261 |2366k|  60 |   - | 132 |1593 | 536 |   0 |   0 |  22 |3744k|  22 | 3.400000e+01 |      --      |    Inf 
1612.78/1613.33	c  1497s|  6260k|    23 |   261 |2373k|  60 |   - | 132 |1600 | 327 |   0 |   0 |  22 |3751k|  22 | 3.400000e+01 |      --      |    Inf 
1615.38/1615.91	c  1499s|  6270k|    22 |   261 |2364k|  60 |   - | 132 |1580 | 306 |   0 |   0 |  22 |3756k|  22 | 3.400000e+01 |      --      |    Inf 
1617.98/1618.57	c  1501s|  6280k|    21 |   261 |2383k|  60 |   - | 132 |1629 | 436 |   0 |   0 |  22 |3763k|  22 | 3.400000e+01 |      --      |    Inf 
1619.88/1620.46	c  1503s|  6290k|    22 |   261 |2366k|  60 |   - | 132 |1583 | 357 |   0 |   0 |  22 |3768k|  22 | 3.400000e+01 |      --      |    Inf 
1621.88/1622.50	c  1505s|  6300k|    28 |   261 |2373k|  60 |   - | 132 |1597 | 317 |   0 |   0 |  22 |3774k|  22 | 3.400000e+01 |      --      |    Inf 
1624.28/1624.85	c  1507s|  6310k|    21 |   261 |2372k|  60 |   - | 132 |1600 | 352 |   0 |   0 |  22 |3780k|  22 | 3.400000e+01 |      --      |    Inf 
1626.38/1626.96	c  1509s|  6320k|    18 |   261 |2369k|  60 |   - | 132 |1595 | 425 |   0 |   0 |  22 |3786k|  22 | 3.400000e+01 |      --      |    Inf 
1628.87/1629.47	c  1511s|  6330k|    22 |   261 |2369k|  60 |   - | 132 |1593 | 364 |   0 |   0 |  22 |3792k|  22 | 3.400000e+01 |      --      |    Inf 
1631.78/1632.33	c  1514s|  6340k|    25 |   261 |2376k|  60 |   - | 132 |1605 | 362 |   0 |   0 |  22 |3798k|  22 | 3.400000e+01 |      --      |    Inf 
1634.67/1635.27	c  1517s|  6350k|    25 |   261 |2371k|  60 |   - | 132 |1593 | 341 |   0 |   0 |  22 |3804k|  22 | 3.400000e+01 |      --      |    Inf 
1637.17/1637.77	c  1519s|  6360k|    23 |   261 |2371k|  60 |   - | 132 |1592 | 293 |   0 |   0 |  22 |3810k|  22 | 3.400000e+01 |      --      |    Inf 
1639.97/1640.54	c  1522s|  6370k|    22 |   261 |2368k|  60 |   - | 132 |1588 | 348 |   0 |   0 |  22 |3816k|  22 | 3.400000e+01 |      --      |    Inf 
1642.97/1643.55	c  1524s|  6380k|    24 |   261 |2364k|  60 |   - | 132 |1573 | 287 |   0 |   0 |  22 |3823k|  22 | 3.400000e+01 |      --      |    Inf 
1645.47/1646.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1645.47/1646.02	c  1527s|  6390k|    27 |   261 |2374k|  60 |   - | 132 |1596 | 280 |   0 |   0 |  22 |3829k|  22 | 3.400000e+01 |      --      |    Inf 
1647.56/1648.14	c  1529s|  6400k|    28 |   261 |2371k|  60 |   - | 132 |1587 | 272 |   0 |   0 |  22 |3835k|  22 | 3.400000e+01 |      --      |    Inf 
1649.57/1650.15	c  1530s|  6410k|    28 |   261 |2387k|  60 |   - | 132 |1628 | 267 |   0 |   0 |  22 |3840k|  22 | 3.400000e+01 |      --      |    Inf 
1652.06/1652.64	c  1533s|  6420k|    22 |   261 |2379k|  60 |   - | 132 |1616 | 359 |   0 |   0 |  22 |3846k|  22 | 3.400000e+01 |      --      |    Inf 
1654.87/1655.42	c  1535s|  6430k|    26 |   261 |2359k|  60 |   - | 132 |1559 | 482 |   0 |   0 |  22 |3852k|  22 | 3.400000e+01 |      --      |    Inf 
1656.76/1657.37	c  1537s|  6440k|    26 |   261 |2377k|  60 |   - | 132 |1607 | 253 |   0 |   0 |  22 |3858k|  22 | 3.400000e+01 |      --      |    Inf 
1659.06/1659.66	c  1539s|  6450k|    21 |   261 |2370k|  60 |   - | 132 |1599 | 394 |   0 |   0 |  22 |3864k|  22 | 3.400000e+01 |      --      |    Inf 
1661.57/1662.18	c  1542s|  6460k|    23 |   261 |2371k|  60 |   - | 132 |1587 | 385 |   0 |   0 |  22 |3870k|  22 | 3.400000e+01 |      --      |    Inf 
1664.56/1665.16	c  1544s|  6470k|    23 |   261 |2369k|  60 |   - | 132 |1586 | 285 |   0 |   0 |  22 |3876k|  22 | 3.400000e+01 |      --      |    Inf 
1667.26/1667.82	c  1547s|  6480k|    19 |   261 |2372k|  60 |   - | 132 |1598 | 284 |   0 |   0 |  22 |3882k|  22 | 3.400000e+01 |      --      |    Inf 
1669.66/1670.27	c  1549s|  6490k|    20 |   261 |2366k|  60 |   - | 132 |1583 | 446 |   0 |   0 |  22 |3888k|  22 | 3.400000e+01 |      --      |    Inf 
1672.16/1672.75	c  1551s|  6500k|    18 |   261 |2368k|  60 |   - | 132 |1586 | 400 |   0 |   0 |  22 |3894k|  22 | 3.400000e+01 |      --      |    Inf 
1675.26/1675.84	c  1554s|  6510k|    14 |   261 |2369k|  60 |   - | 132 |1597 | 386 |   0 |   0 |  22 |3900k|  22 | 3.400000e+01 |      --      |    Inf 
1677.66/1678.23	c  1556s|  6520k|    23 |   261 |2370k|  60 |   - | 132 |1590 | 309 |   0 |   0 |  22 |3906k|  22 | 3.400000e+01 |      --      |    Inf 
1680.05/1680.68	c  1559s|  6530k|    20 |   261 |2374k|  60 |   - | 132 |1612 | 398 |   0 |   0 |  22 |3912k|  22 | 3.400000e+01 |      --      |    Inf 
1682.46/1683.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1682.46/1683.01	c  1561s|  6540k|    28 |   261 |2364k|  60 |   - | 132 |1570 | 518 |   0 |   0 |  22 |3918k|  22 | 3.400000e+01 |      --      |    Inf 
1684.66/1685.24	c  1563s|  6550k|    27 |   261 |2370k|  60 |   - | 132 |1586 | 337 |   0 |   0 |  22 |3924k|  22 | 3.400000e+01 |      --      |    Inf 
1686.76/1687.38	c  1565s|  6560k|    26 |   261 |2370k|  60 |   - | 132 |1583 | 391 |   0 |   0 |  22 |3930k|  22 | 3.400000e+01 |      --      |    Inf 
1689.15/1689.73	c  1567s|  6570k|    25 |   261 |2370k|  60 |   - | 132 |1588 | 343 |   0 |   0 |  22 |3936k|  22 | 3.400000e+01 |      --      |    Inf 
1691.26/1691.83	c  1569s|  6580k|    19 |   261 |2374k|  60 |   - | 132 |1605 | 346 |   0 |   0 |  22 |3942k|  22 | 3.400000e+01 |      --      |    Inf 
1693.65/1694.21	c  1571s|  6590k|    24 |   261 |2371k|  60 |   - | 132 |1588 | 374 |   0 |   0 |  22 |3948k|  22 | 3.400000e+01 |      --      |    Inf 
1696.55/1697.11	c  1574s|  6600k|    25 |   261 |2359k|  60 |   - | 132 |1554 | 477 |   0 |   0 |  22 |3954k|  22 | 3.400000e+01 |      --      |    Inf 
1699.15/1699.72	c  1576s|  6610k|    26 |   261 |2366k|  60 |   - | 132 |1574 | 371 |   0 |   0 |  22 |3960k|  22 | 3.400000e+01 |      --      |    Inf 
1701.55/1702.14	c  1579s|  6620k|    32 |   261 |2375k|  60 |   - | 132 |1600 | 441 |   0 |   0 |  22 |3966k|  22 | 3.400000e+01 |      --      |    Inf 
1704.05/1704.68	c  1581s|  6630k|    35 |   261 |2384k|  60 |   - | 132 |1607 | 226 |   0 |   0 |  22 |3972k|  22 | 3.400000e+01 |      --      |    Inf 
1706.95/1707.53	c  1584s|  6640k|    27 |   261 |2373k|  60 |   - | 132 |1597 | 390 |   0 |   0 |  22 |3978k|  22 | 3.400000e+01 |      --      |    Inf 
1709.34/1709.98	c  1586s|  6650k|    31 |   261 |2380k|  60 |   - | 132 |1611 | 322 |   0 |   0 |  22 |3984k|  22 | 3.400000e+01 |      --      |    Inf 
1711.84/1712.43	c  1588s|  6660k|    25 |   261 |2374k|  60 |   - | 132 |1595 | 357 |   0 |   0 |  22 |3990k|  22 | 3.400000e+01 |      --      |    Inf 
1713.94/1714.51	c  1590s|  6670k|    34 |   261 |2377k|  60 |   - | 132 |1603 | 258 |   0 |   0 |  22 |3996k|  22 | 3.400000e+01 |      --      |    Inf 
1715.94/1716.58	c  1592s|  6680k|    29 |   261 |2376k|  60 |   - | 132 |1597 | 294 |   0 |   0 |  22 |4002k|  22 | 3.400000e+01 |      --      |    Inf 
1718.35/1718.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.35/1718.93	c  1594s|  6690k|    33 |   261 |2381k|  60 |   - | 132 |1608 | 313 |   0 |   0 |  22 |4008k|  22 | 3.400000e+01 |      --      |    Inf 
1720.55/1721.11	c  1596s|  6700k|    28 |   261 |2371k|  60 |   - | 132 |1586 | 374 |   0 |   0 |  22 |4014k|  22 | 3.400000e+01 |      --      |    Inf 
1723.34/1723.98	c  1599s|  6710k|    29 |   261 |2371k|  60 |   - | 132 |1591 | 529 |   0 |   0 |  22 |4020k|  22 | 3.400000e+01 |      --      |    Inf 
1725.64/1726.22	c  1601s|  6720k|    26 |   261 |2376k|  60 |   - | 132 |1605 | 363 |   0 |   0 |  22 |4026k|  22 | 3.400000e+01 |      --      |    Inf 
1728.04/1728.65	c  1603s|  6730k|    27 |   261 |2378k|  60 |   - | 132 |1606 | 344 |   0 |   0 |  22 |4032k|  22 | 3.400000e+01 |      --      |    Inf 
1730.84/1731.41	c  1606s|  6740k|    27 |   261 |2379k|  60 |   - | 132 |1603 | 311 |   0 |   0 |  22 |4038k|  22 | 3.400000e+01 |      --      |    Inf 
1733.63/1734.26	c  1608s|  6750k|    26 |   261 |2378k|  60 |   - | 132 |1606 | 424 |   0 |   0 |  22 |4045k|  22 | 3.400000e+01 |      --      |    Inf 
1736.24/1736.86	c  1611s|  6760k|    24 |   261 |2369k|  60 |   - | 132 |1592 | 579 |   0 |   0 |  22 |4051k|  22 | 3.400000e+01 |      --      |    Inf 
1738.84/1739.40	c  1613s|  6770k|    29 |   261 |2380k|  60 |   - | 132 |1606 | 286 |   0 |   0 |  22 |4057k|  22 | 3.400000e+01 |      --      |    Inf 
1741.43/1742.06	c  1615s|  6780k|    27 |   261 |2379k|  60 |   - | 132 |1612 | 309 |   0 |   0 |  22 |4063k|  22 | 3.400000e+01 |      --      |    Inf 
1743.74/1744.38	c  1618s|  6790k|    22 |   261 |2389k|  60 |   - | 132 |1635 | 294 |   0 |   0 |  22 |4069k|  22 | 3.400000e+01 |      --      |    Inf 
1746.44/1747.05	c  1620s|  6800k|    22 |   261 |2375k|  60 |   - | 132 |1605 | 336 |   0 |   0 |  22 |4075k|  22 | 3.400000e+01 |      --      |    Inf 
1749.13/1749.80	c  1623s|  6810k|    30 |   261 |2380k|  60 |   - | 132 |1602 | 284 |   0 |   0 |  22 |4081k|  22 | 3.400000e+01 |      --      |    Inf 
1751.73/1752.35	c  1625s|  6820k|    22 |   261 |2386k|  60 |   - | 132 |1632 | 393 |   0 |   0 |  22 |4087k|  22 | 3.400000e+01 |      --      |    Inf 
1754.43/1755.02	c  1627s|  6830k|    20 |   261 |2369k|  60 |   - | 132 |1595 | 524 |   0 |   0 |  22 |4093k|  22 | 3.400000e+01 |      --      |    Inf 
1756.83/1757.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1756.83/1757.41	c  1630s|  6840k|    32 |   261 |2379k|  60 |   - | 132 |1595 | 259 |   0 |   0 |  22 |4099k|  22 | 3.400000e+01 |      --      |    Inf 
1759.23/1759.89	c  1632s|  6850k|    27 |   261 |2376k|  60 |   - | 132 |1597 | 448 |   0 |   0 |  22 |4105k|  22 | 3.400000e+01 |      --      |    Inf 
1761.83/1762.46	c  1634s|  6860k|    19 |   261 |2366k|  60 |   - | 132 |1586 | 565 |   0 |   0 |  22 |4111k|  22 | 3.400000e+01 |      --      |    Inf 
1764.23/1764.82	c  1637s|  6870k|    28 |   261 |2373k|  60 |   - | 132 |1593 | 365 |   0 |   0 |  22 |4117k|  22 | 3.400000e+01 |      --      |    Inf 
1766.33/1766.92	c  1638s|  6880k|    25 |   261 |2373k|  60 |   - | 132 |1595 | 311 |   0 |   0 |  22 |4123k|  22 | 3.400000e+01 |      --      |    Inf 
1768.33/1768.97	c  1640s|  6890k|    21 |   261 |2370k|  60 |   - | 132 |1595 | 485 |   0 |   0 |  22 |4129k|  22 | 3.400000e+01 |      --      |    Inf 
1770.43/1771.04	c  1642s|  6900k|    30 |   261 |2388k|  60 |   - | 132 |1626 | 334 |   0 |   0 |  22 |4135k|  22 | 3.400000e+01 |      --      |    Inf 
1772.93/1773.55	c  1644s|  6910k|    21 |   261 |2375k|  60 |   - | 132 |1606 | 327 |   0 |   0 |  22 |4140k|  22 | 3.400000e+01 |      --      |    Inf 
1775.23/1775.85	c  1647s|  6920k|    19 |   261 |2370k|  60 |   - | 132 |1593 | 404 |   0 |   0 |  22 |4146k|  22 | 3.400000e+01 |      --      |    Inf 
1777.92/1778.54	c  1649s|  6930k|    18 |   261 |2370k|  60 |   - | 132 |1595 | 582 |   0 |   0 |  22 |4152k|  22 | 3.400000e+01 |      --      |    Inf 
1780.53/1781.15	c  1651s|  6940k|    36 |   261 |2375k|  60 |   - | 132 |1588 | 311 |   0 |   0 |  22 |4158k|  22 | 3.400000e+01 |      --      |    Inf 
1783.43/1784.00	c  1654s|  6950k|    32 |   261 |2378k|  60 |   - | 132 |1604 | 316 |   0 |   0 |  22 |4164k|  22 | 3.400000e+01 |      --      |    Inf 
1786.12/1786.75	c  1657s|  6960k|    31 |   261 |2375k|  60 |   - | 132 |1598 | 339 |   0 |   0 |  22 |4170k|  22 | 3.400000e+01 |      --      |    Inf 
1788.92/1789.58	c  1659s|  6970k|    30 |   261 |2377k|  60 |   - | 132 |1599 | 315 |   0 |   0 |  22 |4176k|  22 | 3.400000e+01 |      --      |    Inf 
1791.42/1792.08	c  1662s|  6980k|    28 |   261 |2375k|  60 |   - | 132 |1603 | 451 |   0 |   0 |  22 |4182k|  22 | 3.400000e+01 |      --      |    Inf 
1794.32/1794.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1794.32/1794.92	c  1664s|  6990k|    31 |   261 |2372k|  60 |   - | 132 |1586 | 307 |   0 |   0 |  22 |4188k|  22 | 3.400000e+01 |      --      |    Inf 
1797.12/1797.71	c  1667s|  7000k|    24 |   261 |2385k|  60 |   - | 132 |1621 | 311 |   0 |   0 |  22 |4194k|  22 | 3.400000e+01 |      --      |    Inf 
1799.72/1800.34	c  1669s|  7010k|    33 |   261 |2383k|  60 |   - | 132 |1607 | 270 |   0 |   0 |  22 |4200k|  22 | 3.400000e+01 |      --      |    Inf 
1800.03/1800.61	c 
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time (sec) : 1669.65
1800.03/1800.61	c Solving Nodes      : 7010916
1800.03/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.61	c Dual Bound         : +3.40000000000000e+01
1800.03/1800.61	c Gap                : infinite
1800.03/1800.61	c NODE         7010916
1800.03/1800.61	c DUAL BOUND   34
1800.03/1800.61	c PRIMAL BOUND 1e+20
1800.03/1800.61	c GAP          1e+20
1800.03/1800.61	s UNKNOWN
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time       :    1669.65
1800.03/1800.61	c Original Problem   :
1800.03/1800.61	c   Problem name     : HOME/instance-1884117-1245254306.opb
1800.03/1800.61	c   Variables        : 132 (132 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 1527 initial, 1527 maximal
1800.03/1800.61	c Presolved Problem  :
1800.03/1800.61	c   Problem name     : t_HOME/instance-1884117-1245254306.opb
1800.03/1800.61	c   Variables        : 132 (132 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 1527 initial, 1753 maximal
1800.03/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.03/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.03/1800.61	c   logicor          :       1527+         5   31366655          0          0    4116253  112306074          0          0          0
1800.03/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.61	c   integral         :       0.36       0.00       0.00       0.36       0.00
1800.03/1800.61	c   logicor          :     618.11       0.00     618.11       0.00       0.00
1800.03/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.61	c   rootredcost      :      11.90          0          0          0
1800.03/1800.61	c   pseudoobj        :     328.13   39599816          0          0
1800.03/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.61	c   propagation      :     180.96    4116253    4114665    4114665       21.3      92977       19.3          -
1800.03/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.61	c   applied globally :          -          -          -    4061350       20.9          -          -          -
1800.03/1800.61	c   applied locally  :          -          -          -     139836       32.5          -          -          -
1800.03/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.61	c   cut pool         :       0.00          4          -          -          2          -    (maximal pool size: 111)
1800.03/1800.61	c   redcost          :       0.00          5          0          0          0          0
1800.03/1800.61	c   impliedbounds    :       0.00          5          0          0          0          0
1800.03/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.61	c   gomory           :       0.13          5          0          0       2500          0
1800.03/1800.61	c   strongcg         :       0.14          5          0          0       2500          0
1800.03/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.61	c   clique           :       0.00          5          0          0          9          0
1800.03/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.61	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.61	c Pricers            :       Time      Calls       Vars
1800.03/1800.61	c   problem variables:       0.00          0          0
1800.03/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   relpscost        :       0.36          1          0          0          0          0          2
1800.03/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   inference        :      56.05    4627450          0          0          0          0    9254900
1800.03/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.61	c   LP solutions     :       0.00          -          0
1800.03/1800.61	c   pseudo solutions :       0.00          -          0
1800.03/1800.61	c   simplerounding   :       0.00          0          0
1800.03/1800.61	c   rounding         :       0.00          0          0
1800.03/1800.61	c   shifting         :       0.00          0          0
1800.03/1800.61	c   intshifting      :       0.00          0          0
1800.03/1800.61	c   oneopt           :       0.00          0          0
1800.03/1800.61	c   fixandinfer      :       0.00          0          0
1800.03/1800.61	c   feaspump         :       0.00          0          0
1800.03/1800.61	c   coefdiving       :       0.00          0          0
1800.03/1800.61	c   pscostdiving     :       0.00          0          0
1800.03/1800.61	c   fracdiving       :       0.00          0          0
1800.03/1800.61	c   veclendiving     :       0.00          0          0
1800.03/1800.61	c   intdiving        :       0.00          0          0
1800.03/1800.61	c   actconsdiving    :       0.00          0          0
1800.03/1800.61	c   objpscostdiving  :       0.00          0          0
1800.03/1800.61	c   rootsoldiving    :       0.00          0          0
1800.03/1800.61	c   linesearchdiving :       0.00          0          0
1800.03/1800.61	c   guideddiving     :       0.00          0          0
1800.03/1800.61	c   octane           :       0.00          0          0
1800.03/1800.61	c   rens             :       0.00          0          0
1800.03/1800.61	c   rins             :       0.00          0          0
1800.03/1800.61	c   localbranching   :       0.00          0          0
1800.03/1800.61	c   mutation         :       0.00          0          0
1800.03/1800.61	c   crossover        :       0.00          0          0
1800.03/1800.61	c   dins             :       0.00          0          0
1800.03/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.61	c   dual LP          :       0.07          6        261      43.50    3728.57
1800.03/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.61	c   strong branching :       0.36         22       1463      66.50    4063.89
1800.03/1800.61	c     (at root node) :          -         22       1463      66.50          -
1800.03/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.61	c B&B Tree           :
1800.03/1800.61	c   number of runs   :          1
1800.03/1800.61	c   nodes            :    7010916
1800.03/1800.61	c   nodes (total)    :    7010916
1800.03/1800.61	c   nodes left       :         26
1800.03/1800.61	c   max depth        :         60
1800.03/1800.61	c   max depth (total):         60
1800.03/1800.61	c   backtracks       :    1751644 (25.0%)
1800.03/1800.61	c   delayed cutoffs  :    2243961
1800.03/1800.61	c   repropagations   :    7568847 (49322097 domain reductions, 1732788 cutoffs)
1800.03/1800.61	c   avg switch length:       3.00
1800.03/1800.61	c   switching time   :     333.38
1800.03/1800.61	c Solution           :
1800.03/1800.61	c   Solutions found  :          0 (0 improvements)
1800.03/1800.61	c   Primal Bound     :          -
1800.03/1800.61	c   Dual Bound       : +3.40000000000000e+01
1800.03/1800.61	c   Gap              :   infinite
1800.03/1800.61	c   Root Dual Bound  : +3.40000000000000e+01
1800.03/1800.62	c Time complete: 1800.04.

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-1884117-1245254306/watcher-1884117-1245254306 -o /tmp/evaluation-result-1884117-1245254306/solver-1884117-1245254306 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884117-1245254306.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.92 0.40 0.15 3/64 9004
/proc/meminfo: memFree=1769216/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=6100 CPUtime=0
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 552 0 0 0 0 0 0 0 18 0 1 0 193030281 6246400 534 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/9004/statm: 1525 545 325 886 0 635 0

[startup+0.0733971 s]
/proc/loadavg: 0.92 0.40 0.15 3/64 9004
/proc/meminfo: memFree=1769216/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=15224 CPUtime=0.06
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 3213 0 0 0 5 1 0 0 18 0 1 0 193030281 15589376 2841 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 3806 2841 425 886 0 2916 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15224

[startup+0.1014 s]
/proc/loadavg: 0.92 0.40 0.15 3/64 9004
/proc/meminfo: memFree=1769216/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=16704 CPUtime=0.09
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 3762 0 0 0 8 1 0 0 16 0 1 0 193030281 17104896 3371 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 4176 3371 498 886 0 3286 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16704

[startup+0.30142 s]
/proc/loadavg: 0.92 0.40 0.15 3/64 9004
/proc/meminfo: memFree=1769216/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=18440 CPUtime=0.29
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4238 0 0 0 27 2 0 0 18 0 1 0 193030281 18882560 3823 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 4610 3823 534 886 0 3720 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18440

[startup+0.70146 s]
/proc/loadavg: 0.92 0.40 0.15 3/64 9004
/proc/meminfo: memFree=1769216/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=19732 CPUtime=0.69
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4596 0 0 0 66 3 0 0 21 0 1 0 193030281 20205568 4181 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 4933 4181 537 886 0 4043 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19732

[startup+1.50154 s]
/proc/loadavg: 0.92 0.40 0.15 2/65 9005
/proc/meminfo: memFree=1754488/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=19876 CPUtime=1.49
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4617 0 0 0 139 10 0 0 25 0 1 0 193030281 20353024 4202 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 4969 4202 547 886 0 4079 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19876

[startup+3.1017 s]
/proc/loadavg: 0.92 0.40 0.15 2/65 9005
/proc/meminfo: memFree=1754360/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=19876 CPUtime=3.09
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4617 0 0 0 284 25 0 0 25 0 1 0 193030281 20353024 4202 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 4969 4202 547 886 0 4079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19876

[startup+6.30103 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 9005
/proc/meminfo: memFree=1754040/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=19876 CPUtime=6.28
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4617 0 0 0 574 54 0 0 25 0 1 0 193030281 20353024 4202 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 4969 4202 547 886 0 4079 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19876

[startup+12.7017 s]
/proc/loadavg: 0.93 0.42 0.15 2/65 9005
/proc/meminfo: memFree=1754168/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=19876 CPUtime=12.68
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4632 0 0 0 1157 111 0 0 25 0 1 0 193030281 20353024 4217 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 4969 4217 547 886 0 4079 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19876

[startup+25.502 s]
/proc/loadavg: 0.95 0.45 0.17 2/65 9005
/proc/meminfo: memFree=1754168/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=19876 CPUtime=25.48
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4647 0 0 0 2318 230 0 0 25 0 1 0 193030281 20353024 4232 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 4969 4232 547 886 0 4079 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19876

[startup+51.1016 s]
/proc/loadavg: 0.96 0.49 0.19 2/65 9005
/proc/meminfo: memFree=1754232/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=19876 CPUtime=51.06
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4658 0 0 0 4681 425 0 0 25 0 1 0 193030281 20353024 4243 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 4969 4243 547 886 0 4079 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 19876

[startup+102.306 s]
/proc/loadavg: 0.98 0.57 0.23 2/65 9005
/proc/meminfo: memFree=1754104/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20008 CPUtime=102.26
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4665 0 0 0 9411 815 0 0 25 0 1 0 193030281 20488192 4250 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5002 4250 547 886 0 4112 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20008

[startup+162.302 s]
/proc/loadavg: 0.99 0.64 0.28 2/65 9011
/proc/meminfo: memFree=1753848/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20008 CPUtime=162.22
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4666 0 0 0 14951 1271 0 0 25 0 1 0 193030281 20488192 4251 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5002 4251 547 886 0 4112 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 20008

[startup+222.301 s]
/proc/loadavg: 1.06 0.72 0.32 2/65 9011
/proc/meminfo: memFree=1753848/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20008 CPUtime=222.21
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4676 0 0 0 20459 1762 0 0 25 0 1 0 193030281 20488192 4261 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5002 4261 547 886 0 4112 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20008

[startup+282.301 s]
/proc/loadavg: 1.02 0.77 0.36 2/65 9011
/proc/meminfo: memFree=1753784/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20008 CPUtime=282.19
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4676 0 0 0 26038 2181 0 0 25 0 1 0 193030281 20488192 4261 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5002 4261 547 886 0 4112 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 20008

[startup+342.301 s]
/proc/loadavg: 1.00 0.81 0.40 2/65 9011
/proc/meminfo: memFree=1753720/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20008 CPUtime=342.17
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4676 0 0 0 31623 2594 0 0 25 0 1 0 193030281 20488192 4261 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5002 4261 547 886 0 4112 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 20008

[startup+402.301 s]
/proc/loadavg: 1.00 0.84 0.43 2/65 9011
/proc/meminfo: memFree=1753656/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20008 CPUtime=402.15
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4684 0 0 0 37210 3005 0 0 25 0 1 0 193030281 20488192 4269 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5002 4269 547 886 0 4112 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 20008

[startup+462.301 s]
/proc/loadavg: 1.00 0.87 0.47 2/65 9011
/proc/meminfo: memFree=1753528/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20008 CPUtime=462.13
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4686 0 0 0 42791 3422 0 0 25 0 1 0 193030281 20488192 4271 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5002 4271 547 886 0 4112 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 20008

[startup+522.302 s]
/proc/loadavg: 1.00 0.89 0.50 2/65 9011
/proc/meminfo: memFree=1753464/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20008 CPUtime=522.11
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4687 0 0 0 48395 3816 0 0 25 0 1 0 193030281 20488192 4272 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5002 4272 547 886 0 4112 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 20008

[startup+582.302 s]
/proc/loadavg: 1.00 0.91 0.53 2/65 9011
/proc/meminfo: memFree=1753336/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20008 CPUtime=582.1
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4690 0 0 0 53991 4219 0 0 25 0 1 0 193030281 20488192 4275 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5002 4275 547 886 0 4112 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 20008

[startup+642.302 s]
/proc/loadavg: 1.00 0.92 0.55 2/65 9011
/proc/meminfo: memFree=1753208/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=642.09
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4695 0 0 0 59557 4652 0 0 25 0 1 0 193030281 20627456 4280 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4280 547 886 0 4146 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 20144

[startup+702.302 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 0.95 0.62 2/65 9011
/proc/meminfo: memFree=1752952/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=822.03
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4702 0 0 0 76215 5988 0 0 25 0 1 0 193030281 20627456 4287 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4287 547 886 0 4146 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 20144

[startup+882.301 s]
/proc/loadavg: 1.00 0.95 0.64 2/65 9011
/proc/meminfo: memFree=1752888/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=882.01
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4703 0 0 0 81764 6437 0 0 25 0 1 0 193030281 20627456 4288 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4288 547 886 0 4146 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 20144

[startup+942.301 s]
/proc/loadavg: 1.00 0.96 0.66 2/65 9011
/proc/meminfo: memFree=1752824/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=941.99
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4703 0 0 0 87317 6882 0 0 25 0 1 0 193030281 20627456 4288 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4288 547 886 0 4146 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 20144

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.68 2/65 9011
/proc/meminfo: memFree=1752760/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=1001.97
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4707 0 0 0 92844 7353 0 0 25 0 1 0 193030281 20627456 4292 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4292 547 886 0 4146 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 20144

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.70 2/65 9011
/proc/meminfo: memFree=1752632/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=1061.95
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4707 0 0 0 98399 7796 0 0 25 0 1 0 193030281 20627456 4292 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4292 547 886 0 4146 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 20144

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.71 2/65 9011
/proc/meminfo: memFree=1752504/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=1121.93
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4716 0 0 0 103965 8228 0 0 25 0 1 0 193030281 20627456 4301 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4301 547 886 0 4146 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 20144

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.73 2/65 9011
/proc/meminfo: memFree=1752440/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=1181.91
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4718 0 0 0 109540 8651 0 0 25 0 1 0 193030281 20627456 4303 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4303 547 886 0 4146 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 20144

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.74 2/65 9011
/proc/meminfo: memFree=1752184/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=1241.89
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4718 0 0 0 115085 9104 0 0 25 0 1 0 193030281 20627456 4303 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4303 547 886 0 4146 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 20144

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.75 2/65 9011
/proc/meminfo: memFree=1752120/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20144 CPUtime=1301.88
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4724 0 0 0 120656 9532 0 0 25 0 1 0 193030281 20627456 4309 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5036 4309 547 886 0 4146 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 20144

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.77 2/65 9011
/proc/meminfo: memFree=1751992/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20280 CPUtime=1361.85
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4732 0 0 0 126278 9907 0 0 25 0 1 0 193030281 20766720 4317 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5070 4317 547 886 0 4180 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 20280

[startup+1422.31 s]
/proc/loadavg: 1.00 0.97 0.78 2/65 9011
/proc/meminfo: memFree=1751864/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20280 CPUtime=1421.84
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4734 0 0 0 131874 10310 0 0 25 0 1 0 193030281 20766720 4319 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5070 4319 547 886 0 4180 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 20280

[startup+1482.3 s]
/proc/loadavg: 1.00 0.97 0.79 2/65 9011
/proc/meminfo: memFree=1751800/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20280 CPUtime=1481.82
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4734 0 0 0 137424 10758 0 0 25 0 1 0 193030281 20766720 4319 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5070 4319 547 886 0 4180 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 20280

[startup+1542.3 s]
/proc/loadavg: 1.00 0.97 0.80 2/65 9011
/proc/meminfo: memFree=1751736/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20280 CPUtime=1541.8
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4735 0 0 0 143035 11145 0 0 25 0 1 0 193030281 20766720 4320 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5070 4320 547 886 0 4180 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 20280

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.81 2/65 9011
/proc/meminfo: memFree=1751672/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20280 CPUtime=1601.79
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4735 0 0 0 148636 11543 0 0 25 0 1 0 193030281 20766720 4320 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5070 4320 547 886 0 4180 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 20280

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/65 9011
/proc/meminfo: memFree=1751544/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20280 CPUtime=1661.76
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4735 0 0 0 154165 12011 0 0 25 0 1 0 193030281 20766720 4320 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5070 4320 547 886 0 4180 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 20280

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.83 2/65 9011
/proc/meminfo: memFree=1751480/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20280 CPUtime=1721.74
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4739 0 0 0 159713 12461 0 0 25 0 1 0 193030281 20766720 4324 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5070 4324 547 886 0 4180 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 20280

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.83 2/65 9011
/proc/meminfo: memFree=1751352/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20280 CPUtime=1781.72
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4739 0 0 0 165258 12914 0 0 25 0 1 0 193030281 20766720 4324 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5070 4324 547 886 0 4180 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 20280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 0.97 0.84 2/65 9011
/proc/meminfo: memFree=1751352/2055920 swapFree=4192812/4192956
[pid=9004] ppid=9002 vsize=20280 CPUtime=1800.03
/proc/9004/stat : 9004 (pbscip.linux.x8) R 9002 9004 8843 0 -1 4194304 4739 0 0 0 166967 13036 0 0 25 0 1 0 193030281 20766720 4324 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9004/statm: 5070 4324 547 886 0 4180 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 20280

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.63
CPU time (s): 1800.05
CPU user time (s): 1669.68
CPU system time (s): 130.365
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 20280

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

runsolver used 1.46578 second user time and 5.15222 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-17 17:58:26
IDJOB=1884117
IDBENCH=71925
IDSOLVER=683
FILE ID=node27/1884117-1245254306
PBS_JOBID= 9372426
Free space on /tmp= 66256 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/sabharwal/counting-clqcolor-unsat-set-b-clqcolor-08-06-07.sat05-1257.reshuffled-07.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884117-1245254306/watcher-1884117-1245254306 -o /tmp/evaluation-result-1884117-1245254306/solver-1884117-1245254306 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884117-1245254306.opb

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

MD5SUM BENCH= b22fbe902bd5955aeb51799f85bdd68d
RANDOM SEED=1342452738

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1769632 kB
Buffers:         33456 kB
Cached:         160820 kB
SwapCached:          0 kB
Active:          89776 kB
Inactive:       118920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10000 kB
Writeback:           0 kB
Mapped:          24208 kB
Slab:            63488 kB
Committed_AS:   196064 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node27 at 2009-06-17 18:28:29