Trace number 2664273

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.16 1802.74

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.36849
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
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.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2664273-1276270661.opb>
0.00/0.02	c original problem has 370 variables (370 bin, 0 int, 0 impl, 0 cont) and 557 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.02	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.05	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 557 upgd conss, 402 impls, 0 clqs
0.00/0.06	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 557 upgd conss, 12226 impls, 0 clqs
0.00/0.07	c presolving (3 rounds):
0.00/0.07	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.07	c  12226 implications, 0 cliques
0.00/0.07	c presolved problem has 362 variables (362 bin, 0 int, 0 impl, 0 cont) and 557 constraints
0.00/0.07	c     244 constraints of type <knapsack>
0.00/0.07	c     313 constraints of type <logicor>
0.00/0.07	c transformed objective value is always integral (scale: 1)
0.00/0.07	c Presolving Time: 0.04
0.00/0.07	c - non default parameters ----------------------------------------------------------------------
0.00/0.07	c # SCIP version 1.2.1.2
0.00/0.07	c 
0.00/0.07	c # frequency for displaying node information lines
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.07	c display/freq = 10000
0.00/0.07	c 
0.00/0.07	c # maximal time in seconds to run
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/time = 1799.99
0.00/0.07	c 
0.00/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/memory = 1620
0.00/0.07	c 
0.00/0.07	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c limits/solutions = 1
0.00/0.07	c 
0.00/0.07	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c lp/solvefreq = -1
0.00/0.07	c 
0.00/0.07	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.07	c separating/maxrounds = 1
0.00/0.07	c 
0.00/0.07	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c separating/maxroundsroot = 5
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify inequalities
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/linear/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.07	c constraints/knapsack/disaggregation = FALSE
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify knapsacks
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c presolving/probing/maxrounds = 0
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/coefdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.07	c heuristics/crossover/freq = -1
0.00/0.07	c 
0.00/0.07	c # number of nodes added to the contingent of the total nodes
0.00/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.07	c heuristics/crossover/nodesofs = 750
0.00/0.07	c 
0.00/0.07	c # number of nodes without incumbent change that heuristic should wait
0.00/0.07	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.07	c heuristics/crossover/nwaitingnodes = 100
0.00/0.07	c 
0.00/0.07	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.07	c # [type: real, range: [0,1], default: 0.1]
0.00/0.07	c heuristics/crossover/nodesquot = 0.15
0.00/0.07	c 
0.00/0.07	c # minimum percentage of integer variables that have to be fixed 
0.00/0.07	c # [type: real, range: [0,1], default: 0.666]
0.00/0.07	c heuristics/crossover/minfixingrate = 0.5
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.07	c heuristics/feaspump/freq = -1
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/fracdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/guideddiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/intshifting/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/linesearchdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/nlp/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.07	c heuristics/objpscostdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.07	c # [type: real, range: [0,1], default: 0.01]
0.00/0.07	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/oneopt/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/pscostdiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c heuristics/rens/freq = -1
0.00/0.07	c 
0.00/0.07	c # minimum percentage of integer variables that have to be fixable 
0.00/0.07	c # [type: real, range: [0,1], default: 0.5]
0.00/0.07	c heuristics/rens/minfixingrate = 0.3
0.00/0.07	c 
0.00/0.07	c # number of nodes added to the contingent of the total nodes
0.00/0.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.07	c heuristics/rens/nodesofs = 2000
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.07	c heuristics/rootsoldiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.07	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/rounding/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/shifting/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/simplerounding/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c heuristics/trivial/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/trysol/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.07	c heuristics/veclendiving/freq = -1
0.00/0.07	c 
0.00/0.07	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.07	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.07	c 
0.00/0.07	c # additional number of allowed LP iterations
0.00/0.07	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.07	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.07	c 
0.00/0.07	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c heuristics/zirounding/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c separating/cmir/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.07	c separating/flowcover/freq = -1
0.00/0.07	c 
0.00/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c separating/rapidlearning/freq = 0
0.00/0.07	c 
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c start solving
0.00/0.07	c 
0.00/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.07	c   0.1s|     1 |     2 |     0 |     - |1831k|   0 |   - | 362 | 557 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.15	c   2.0s| 10000 |  6980 |     0 |   0.0 |5786k| 111 |   - | 362 | 605 |   0 |   0 |   0 | 214 |   0 | 0.000000e+00 |      --      |    Inf 
4.39/4.41	c   4.0s| 20000 | 12889 |     0 |   0.0 |9082k| 111 |   - | 362 | 641 |   0 |   0 |   0 | 600 |   0 | 0.000000e+00 |      --      |    Inf 
6.59/6.67	c   6.1s| 30000 | 18512 |     0 |   0.0 |  12M| 111 |   - | 362 | 632 |   0 |   0 |   0 |1040 |   0 | 0.000000e+00 |      --      |    Inf 
8.79/8.85	c   8.2s| 40000 | 24911 |     0 |   0.0 |  16M| 122 |   - | 362 | 669 |   0 |   0 |   0 |1429 |   0 | 0.000000e+00 |      --      |    Inf 
10.89/10.95	c  10.1s| 50000 | 31913 |     0 |   0.0 |  20M| 122 |   - | 362 | 691 |   0 |   0 |   0 |1714 |   0 | 0.000000e+00 |      --      |    Inf 
12.98/13.07	c  12.1s| 60000 | 38630 |     0 |   0.0 |  23M| 122 |   - | 362 | 665 |   0 |   0 |   0 |1987 |   0 | 0.000000e+00 |      --      |    Inf 
15.18/15.23	c  14.0s| 70000 | 45095 |     0 |   0.0 |  27M| 122 |   - | 362 | 667 |   0 |   0 |   0 |2290 |   0 | 0.000000e+00 |      --      |    Inf 
17.28/17.38	c  16.0s| 80000 | 51470 |     0 |   0.0 |  31M| 122 |   - | 362 | 671 |   0 |   0 |   0 |2582 |   0 | 0.000000e+00 |      --      |    Inf 
19.49/19.52	c  18.0s| 90000 | 57776 |     0 |   0.0 |  34M| 122 |   - | 362 | 641 |   0 |   0 |   0 |2858 |   0 | 0.000000e+00 |      --      |    Inf 
21.69/21.74	c  20.1s|100000 | 63795 |     0 |   0.0 |  38M| 122 |   - | 362 | 661 |   0 |   0 |   0 |3206 |   0 | 0.000000e+00 |      --      |    Inf 
23.88/23.96	c  22.1s|110000 | 69759 |     0 |   0.0 |  41M| 122 |   - | 362 | 692 |   0 |   0 |   0 |3541 |   0 | 0.000000e+00 |      --      |    Inf 
26.19/26.24	c  24.2s|120000 | 75481 |     0 |   0.0 |  45M| 122 |   - | 362 | 672 |   0 |   0 |   0 |3929 |   0 | 0.000000e+00 |      --      |    Inf 
28.49/28.51	c  26.4s|130000 | 81197 |     0 |   0.0 |  48M| 122 |   - | 362 | 667 |   0 |   0 |   0 |4263 |   0 | 0.000000e+00 |      --      |    Inf 
30.69/30.80	c  28.5s|140000 | 86749 |     0 |   0.0 |  51M| 122 |   - | 362 | 668 |   0 |   0 |   0 |4627 |   0 | 0.000000e+00 |      --      |    Inf 
33.09/33.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.09/33.19	c  30.7s|150000 | 92024 |     0 |   0.0 |  55M| 122 |   - | 362 | 678 |   0 |   0 |   0 |5046 |   0 | 0.000000e+00 |      --      |    Inf 
35.48/35.58	c  32.9s|160000 | 97314 |     0 |   0.0 |  58M| 122 |   - | 362 | 689 |   0 |   0 |   0 |5484 |   0 | 0.000000e+00 |      --      |    Inf 
37.98/38.01	c  35.2s|170000 |102482 |     0 |   0.0 |  61M| 122 |   - | 362 | 679 |   0 |   0 |   0 |5935 |   0 | 0.000000e+00 |      --      |    Inf 
40.38/40.41	c  37.4s|180000 |107726 |     0 |   0.0 |  64M| 122 |   - | 362 | 669 |   0 |   0 |   0 |6378 |   0 | 0.000000e+00 |      --      |    Inf 
42.67/42.79	c  39.6s|190000 |113005 |     0 |   0.0 |  68M| 122 |   - | 362 | 687 |   0 |   0 |   0 |6839 |   0 | 0.000000e+00 |      --      |    Inf 
45.18/45.25	c  41.9s|200000 |117996 |     0 |   0.0 |  71M| 122 |   - | 362 | 683 |   0 |   0 |   0 |7286 |   0 | 0.000000e+00 |      --      |    Inf 
47.67/47.70	c  44.2s|210000 |123027 |     0 |   0.0 |  74M| 122 |   - | 362 | 674 |   0 |   0 |   0 |7743 |   0 | 0.000000e+00 |      --      |    Inf 
50.07/50.13	c  46.4s|220000 |128138 |     0 |   0.0 |  77M| 122 |   - | 362 | 645 |   0 |   0 |   0 |8164 |   0 | 0.000000e+00 |      --      |    Inf 
52.58/52.66	c  48.8s|230000 |132845 |     0 |   0.0 |  80M| 122 |   - | 362 | 675 |   0 |   0 |   0 |8693 |   0 | 0.000000e+00 |      --      |    Inf 
55.08/55.16	c  51.1s|240000 |137927 |     0 |   0.0 |  83M| 122 |   - | 362 | 688 |   0 |   0 |   0 |9187 |   0 | 0.000000e+00 |      --      |    Inf 
57.47/57.57	c  53.4s|250000 |143197 |     0 |   0.0 |  86M| 122 |   - | 362 | 673 |   0 |   0 |   0 |9612 |   0 | 0.000000e+00 |      --      |    Inf 
60.07/60.11	c  55.7s|260000 |148105 |     0 |   0.0 |  90M| 122 |   - | 362 | 695 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
62.48/62.59	c  58.0s|270000 |153273 |     0 |   0.0 |  93M| 122 |   - | 362 | 669 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
65.08/65.10	c  60.4s|280000 |158166 |     0 |   0.0 |  96M| 122 |   - | 362 | 670 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
67.37/67.49	c  62.6s|290000 |163635 |     0 |   0.0 |  99M| 122 |   - | 362 | 673 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
69.77/69.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.77/69.88	c  64.8s|300000 |168936 |     0 |   0.0 | 103M| 122 |   - | 362 | 665 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
72.16/72.22	c  67.0s|310000 |174506 |     0 |   0.0 | 106M| 122 |   - | 362 | 662 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
74.57/74.60	c  69.2s|320000 |180050 |     0 |   0.0 | 109M| 122 |   - | 362 | 645 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
76.97/77.02	c  71.4s|330000 |185371 |     0 |   0.0 | 112M| 122 |   - | 362 | 678 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
79.37/79.47	c  73.7s|340000 |190466 |     0 |   0.0 | 115M| 122 |   - | 362 | 692 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
81.96/82.05	c  76.1s|350000 |195157 |     0 |   0.0 | 118M| 122 |   - | 362 | 704 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
84.57/84.60	c  78.5s|360000 |200072 |     0 |   0.0 | 121M| 122 |   - | 362 | 689 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
87.07/87.11	c  80.8s|370000 |205425 |     0 |   0.0 | 124M| 122 |   - | 362 | 626 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
89.47/89.59	c  83.2s|380000 |210955 |     0 |   0.0 | 127M| 122 |   - | 362 | 601 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
91.97/92.07	c  85.5s|390000 |216149 |     0 |   0.0 | 130M| 122 |   - | 362 | 602 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
94.26/94.30	c  87.5s|400000 |222603 |     0 |   0.0 | 134M| 135 |   - | 362 | 721 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
96.26/96.39	c  89.4s|410000 |229602 |     0 |   0.0 | 138M| 135 |   - | 362 | 773 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
98.56/98.68	c  91.5s|420000 |235961 |     0 |   0.0 | 141M| 135 |   - | 362 | 793 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
100.96/101.02	c  93.7s|430000 |242085 |     0 |   0.0 | 145M| 135 |   - | 362 | 782 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
103.06/103.16	c  95.7s|440000 |249033 |     0 |   0.0 | 149M| 135 |   - | 362 | 767 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
105.26/105.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.26/105.34	c  97.7s|450000 |255656 |     0 |   0.0 | 153M| 135 |   - | 362 | 762 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
107.46/107.55	c  99.7s|460000 |262323 |     0 |   0.0 | 156M| 135 |   - | 362 | 732 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
109.66/109.72	c   102s|470000 |268974 |     0 |   0.0 | 160M| 135 |   - | 362 | 681 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
111.76/111.83	c   104s|480000 |276020 |     0 |   0.0 | 164M| 135 |   - | 362 | 682 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
113.96/114.08	c   106s|490000 |282459 |     0 |   0.0 | 167M| 135 |   - | 362 | 790 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
116.06/116.16	c   108s|500000 |289557 |     0 |   0.0 | 171M| 135 |   - | 362 | 693 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
118.46/118.59	c   110s|510000 |295455 |     0 |   0.0 | 175M| 135 |   - | 362 | 820 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
120.76/120.86	c   112s|520000 |302035 |     0 |   0.0 | 178M| 135 |   - | 362 | 865 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
122.95/123.01	c   114s|530000 |308996 |     0 |   0.0 | 182M| 135 |   - | 362 | 722 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
125.46/125.53	c   116s|540000 |314685 |     0 |   0.0 | 185M| 135 |   - | 362 | 928 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
128.06/128.17	c   119s|550000 |319836 |     0 |   0.0 | 188M| 135 |   - | 362 | 987 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
130.75/130.81	c   121s|560000 |325190 |     0 |   0.0 | 192M| 135 |   - | 362 | 897 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
133.35/133.48	c   124s|570000 |330477 |     0 |   0.0 | 195M| 135 |   - | 362 | 890 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
136.16/136.21	c   126s|580000 |335475 |     0 |   0.0 | 198M| 135 |   - | 362 |1006 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
138.85/138.93	c   129s|590000 |340565 |     0 |   0.0 | 201M| 135 |   - | 362 | 892 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
141.45/141.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.45/141.52	c   131s|600000 |345929 |     0 |   0.0 | 204M| 135 |   - | 362 | 881 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
144.06/144.15	c   134s|610000 |351415 |     0 |   0.0 | 208M| 135 |   - | 362 | 937 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
146.75/146.82	c   136s|620000 |356839 |     0 |   0.0 | 211M| 135 |   - | 362 | 976 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
149.45/149.53	c   139s|630000 |362054 |     0 |   0.0 | 214M| 135 |   - | 362 | 884 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
152.15/152.22	c   141s|640000 |367143 |     0 |   0.0 | 217M| 135 |   - | 362 | 962 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
154.65/154.76	c   144s|650000 |372755 |     0 |   0.0 | 221M| 135 |   - | 362 | 895 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
157.35/157.47	c   146s|660000 |377830 |     0 |   0.0 | 224M| 135 |   - | 362 | 990 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
159.95/160.09	c   149s|670000 |383355 |     0 |   0.0 | 227M| 135 |   - | 362 | 905 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
162.54/162.66	c   151s|680000 |388979 |     0 |   0.0 | 231M| 135 |   - | 362 | 985 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
165.14/165.28	c   153s|690000 |394278 |     0 |   0.0 | 234M| 135 |   - | 362 | 922 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
167.84/167.94	c   156s|700000 |399492 |     0 |   0.0 | 237M| 135 |   - | 362 |1010 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
170.54/170.62	c   158s|710000 |404822 |     0 |   0.0 | 240M| 135 |   - | 362 | 937 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
173.24/173.36	c   161s|720000 |409963 |     0 |   0.0 | 243M| 135 |   - | 362 | 941 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
175.95/176.10	c   164s|730000 |415064 |     0 |   0.0 | 247M| 135 |   - | 362 | 970 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
178.53/178.62	c   166s|740000 |420812 |     0 |   0.0 | 250M| 135 |   - | 362 | 901 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
180.94/181.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.94/181.00	c   168s|750000 |426696 |     0 |   0.0 | 254M| 135 |   - | 362 | 802 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
183.24/183.35	c   170s|760000 |432683 |     0 |   0.0 | 257M| 135 |   - | 362 | 865 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
185.95/186.02	c   173s|770000 |437782 |     0 |   0.0 | 260M| 135 |   - | 362 | 905 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
188.64/188.79	c   175s|780000 |442782 |     0 |   0.0 | 263M| 135 |   - | 362 | 943 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
191.45/191.59	c   178s|790000 |447695 |     0 |   0.0 | 267M| 135 |   - | 362 | 975 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
194.13/194.22	c   180s|800000 |453155 |     0 |   0.0 | 270M| 135 |   - | 362 | 875 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
196.44/196.56	c   183s|810000 |459215 |     0 |   0.0 | 273M| 135 |   - | 362 | 835 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
198.83/198.90	c   185s|820000 |465251 |     0 |   0.0 | 277M| 135 |   - | 362 | 753 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
201.43/201.51	c   187s|830000 |470659 |     0 |   0.0 | 280M| 135 |   - | 362 | 891 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
204.03/204.17	c   190s|840000 |476211 |     0 |   0.0 | 284M| 135 |   - | 362 | 962 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
206.53/206.69	c   192s|850000 |481928 |     0 |   0.0 | 287M| 135 |   - | 362 | 823 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
209.03/209.11	c   194s|860000 |487850 |     0 |   0.0 | 290M| 135 |   - | 362 | 770 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
211.43/211.51	c   197s|870000 |493704 |     0 |   0.0 | 294M| 135 |   - | 362 | 782 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
213.83/213.90	c   199s|880000 |499648 |     0 |   0.0 | 298M| 135 |   - | 362 | 760 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
216.23/216.31	c   201s|890000 |505297 |     0 |   0.0 | 301M| 135 |   - | 362 | 736 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
218.53/218.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.53/218.70	c   203s|900000 |511170 |     0 |   0.0 | 304M| 135 |   - | 362 | 706 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
221.03/221.15	c   205s|910000 |516879 |     0 |   0.0 | 308M| 135 |   - | 362 | 762 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
223.43/223.57	c   208s|920000 |522578 |     0 |   0.0 | 311M| 135 |   - | 362 | 741 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
225.93/226.00	c   210s|930000 |528163 |     0 |   0.0 | 315M| 135 |   - | 362 | 720 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
228.32/228.40	c   212s|940000 |533867 |     0 |   0.0 | 318M| 135 |   - | 362 | 755 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
230.62/230.76	c   214s|950000 |539740 |     0 |   0.0 | 322M| 135 |   - | 362 | 765 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
233.02/233.18	c   217s|960000 |545420 |     0 |   0.0 | 325M| 135 |   - | 362 | 762 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
235.52/235.68	c   219s|970000 |550767 |     0 |   0.0 | 329M| 135 |   - | 362 | 749 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
237.93/238.09	c   221s|980000 |556654 |     0 |   0.0 | 332M| 135 |   - | 362 | 829 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
240.43/240.58	c   223s|990000 |562341 |     0 |   0.0 | 335M| 135 |   - | 362 | 749 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
242.92/243.01	c   226s|  1000k|567932 |     0 |   0.0 | 339M| 135 |   - | 362 | 757 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
245.33/245.49	c   228s|  1010k|573541 |     0 |   0.0 | 342M| 135 |   - | 362 | 820 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
248.02/248.17	c   230s|  1020k|578852 |     0 |   0.0 | 346M| 135 |   - | 362 | 888 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
250.52/250.61	c   233s|  1030k|584519 |     0 |   0.0 | 349M| 135 |   - | 362 | 747 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
252.93/253.07	c   235s|  1040k|590121 |     0 |   0.0 | 352M| 135 |   - | 362 | 758 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
255.32/255.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.32/255.49	c   237s|  1050k|595869 |     0 |   0.0 | 356M| 135 |   - | 362 | 789 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
257.92/258.05	c   240s|  1060k|601261 |     0 |   0.0 | 359M| 135 |   - | 362 | 770 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
260.32/260.46	c   242s|  1070k|607032 |     0 |   0.0 | 363M| 135 |   - | 362 | 754 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
262.82/262.98	c   244s|  1080k|612312 |     0 |   0.0 | 366M| 135 |   - | 362 | 776 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
265.32/265.44	c   246s|  1090k|617997 |     0 |   0.0 | 369M| 135 |   - | 362 | 734 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
267.82/267.91	c   249s|  1100k|623539 |     0 |   0.0 | 373M| 135 |   - | 362 | 752 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
270.22/270.40	c   251s|  1110k|628967 |     0 |   0.0 | 376M| 135 |   - | 362 | 751 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
272.72/272.83	c   253s|  1120k|634534 |     0 |   0.0 | 379M| 135 |   - | 362 | 724 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
275.22/275.31	c   256s|  1130k|640227 |     0 |   0.0 | 383M| 135 |   - | 362 | 809 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
277.81/277.91	c   258s|  1140k|645472 |     0 |   0.0 | 386M| 135 |   - | 362 | 775 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
280.31/280.44	c   260s|  1150k|650860 |     0 |   0.0 | 389M| 135 |   - | 362 | 769 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
282.82/282.93	c   263s|  1160k|656412 |     0 |   0.0 | 393M| 135 |   - | 362 | 757 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
285.31/285.40	c   265s|  1170k|661832 |     0 |   0.0 | 396M| 135 |   - | 362 | 760 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
287.71/287.89	c   267s|  1180k|667154 |     0 |   0.0 | 399M| 135 |   - | 362 | 714 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
290.21/290.37	c   270s|  1190k|672622 |     0 |   0.0 | 403M| 135 |   - | 362 | 713 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
292.71/292.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.71/292.80	c   272s|  1200k|678165 |     0 |   0.0 | 406M| 135 |   - | 362 | 738 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
295.21/295.35	c   274s|  1210k|683518 |     0 |   0.0 | 409M| 135 |   - | 362 | 768 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
297.80/297.90	c   277s|  1220k|688623 |     0 |   0.0 | 413M| 135 |   - | 362 | 745 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
300.31/300.45	c   279s|  1230k|693793 |     0 |   0.0 | 416M| 135 |   - | 362 | 756 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
302.90/303.02	c   281s|  1240k|698921 |     0 |   0.0 | 419M| 135 |   - | 362 | 729 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
305.41/305.54	c   284s|  1250k|704181 |     0 |   0.0 | 422M| 135 |   - | 362 | 753 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
308.01/308.13	c   286s|  1260k|709416 |     0 |   0.0 | 425M| 135 |   - | 362 | 774 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
310.50/310.69	c   289s|  1270k|714602 |     0 |   0.0 | 429M| 135 |   - | 362 | 787 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
313.11/313.22	c   291s|  1280k|719936 |     0 |   0.0 | 432M| 135 |   - | 362 | 746 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
315.62/315.78	c   293s|  1290k|725276 |     0 |   0.0 | 435M| 135 |   - | 362 | 773 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
318.21/318.35	c   296s|  1300k|730455 |     0 |   0.0 | 439M| 135 |   - | 362 | 756 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
320.80/320.94	c   298s|  1310k|735649 |     0 |   0.0 | 442M| 135 |   - | 362 | 734 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
323.50/323.60	c   301s|  1320k|740473 |     0 |   0.0 | 445M| 135 |   - | 362 | 768 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
326.10/326.23	c   303s|  1330k|745491 |     0 |   0.0 | 448M| 135 |   - | 362 | 791 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
328.60/328.77	c   305s|  1340k|750728 |     0 |   0.0 | 451M| 135 |   - | 362 | 737 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
331.30/331.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.30/331.44	c   308s|  1350k|755640 |     0 |   0.0 | 455M| 135 |   - | 362 | 768 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
333.90/334.01	c   310s|  1360k|760988 |     0 |   0.0 | 458M| 135 |   - | 362 | 816 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
336.51/336.62	c   313s|  1370k|766367 |     0 |   0.0 | 461M| 135 |   - | 362 | 758 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
339.09/339.28	c   315s|  1380k|771403 |     0 |   0.0 | 464M| 135 |   - | 362 | 751 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
341.79/341.90	c   318s|  1390k|776508 |     0 |   0.0 | 468M| 135 |   - | 362 | 735 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
344.50/344.61	c   320s|  1400k|781310 |     0 |   0.0 | 471M| 135 |   - | 362 | 743 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
347.19/347.30	c   323s|  1410k|785997 |     0 |   0.0 | 474M| 135 |   - | 362 | 799 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
349.71/349.87	c   325s|  1420k|791058 |     0 |   0.0 | 477M| 135 |   - | 362 | 743 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
352.29/352.46	c   328s|  1430k|796220 |     0 |   0.0 | 480M| 135 |   - | 362 | 738 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
355.00/355.18	c   330s|  1440k|801166 |     0 |   0.0 | 483M| 135 |   - | 362 | 800 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
357.70/357.82	c   333s|  1450k|806375 |     0 |   0.0 | 487M| 135 |   - | 362 | 736 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
360.39/360.53	c   335s|  1460k|811344 |     0 |   0.0 | 490M| 135 |   - | 362 | 761 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
363.10/363.23	c   338s|  1470k|816302 |     0 |   0.0 | 493M| 135 |   - | 362 | 780 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
365.69/365.87	c   340s|  1480k|821516 |     0 |   0.0 | 496M| 135 |   - | 362 | 745 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
368.40/368.57	c   343s|  1490k|826209 |     0 |   0.0 | 499M| 135 |   - | 362 | 796 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
371.09/371.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
371.09/371.28	c   345s|  1500k|830886 |     0 |   0.0 | 502M| 135 |   - | 362 | 780 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
373.79/373.94	c   348s|  1510k|835739 |     0 |   0.0 | 505M| 135 |   - | 362 | 771 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
376.49/376.69	c   350s|  1520k|840350 |     0 |   0.0 | 508M| 135 |   - | 362 | 752 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
379.29/379.42	c   353s|  1530k|845111 |     0 |   0.0 | 511M| 135 |   - | 362 | 774 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
381.99/382.19	c   355s|  1540k|849927 |     0 |   0.0 | 515M| 135 |   - | 362 | 772 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
384.79/384.92	c   358s|  1550k|854763 |     0 |   0.0 | 518M| 135 |   - | 362 | 756 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
387.39/387.58	c   360s|  1560k|859811 |     0 |   0.0 | 521M| 135 |   - | 362 | 788 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
390.09/390.21	c   363s|  1570k|864968 |     0 |   0.0 | 524M| 135 |   - | 362 | 767 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
392.78/392.99	c   365s|  1580k|869585 |     0 |   0.0 | 527M| 135 |   - | 362 | 753 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
395.48/395.69	c   368s|  1590k|874285 |     0 |   0.0 | 530M| 135 |   - | 362 | 732 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
398.19/398.36	c   370s|  1600k|879109 |     0 |   0.0 | 533M| 135 |   - | 362 | 723 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
400.88/401.05	c   373s|  1610k|883914 |     0 |   0.0 | 537M| 135 |   - | 362 | 765 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
403.69/403.84	c   376s|  1620k|888586 |     0 |   0.0 | 540M| 135 |   - | 362 | 756 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
406.48/406.61	c   378s|  1630k|893369 |     0 |   0.0 | 543M| 135 |   - | 362 | 716 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
409.19/409.39	c   381s|  1640k|898079 |     0 |   0.0 | 546M| 135 |   - | 362 | 769 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
411.78/411.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
411.78/411.98	c   383s|  1650k|903205 |     0 |   0.0 | 549M| 135 |   - | 362 | 750 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
414.58/414.72	c   386s|  1660k|908010 |     0 |   0.0 | 552M| 135 |   - | 362 | 771 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
417.48/417.60	c   388s|  1670k|912331 |     0 |   0.0 | 555M| 135 |   - | 362 | 779 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
420.28/420.43	c   391s|  1680k|916814 |     0 |   0.0 | 558M| 135 |   - | 362 | 776 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
423.08/423.23	c   394s|  1690k|921079 |     0 |   0.0 | 561M| 135 |   - | 362 | 804 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
425.88/426.05	c   396s|  1700k|925639 |     0 |   0.0 | 564M| 135 |   - | 362 | 769 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
428.78/428.93	c   399s|  1710k|930082 |     0 |   0.0 | 567M| 135 |   - | 362 | 770 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
431.58/431.70	c   402s|  1720k|934722 |     0 |   0.0 | 570M| 135 |   - | 362 | 725 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
434.17/434.38	c   404s|  1730k|939674 |     0 |   0.0 | 573M| 135 |   - | 362 | 760 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
436.98/437.11	c   407s|  1740k|944365 |     0 |   0.0 | 576M| 135 |   - | 362 | 759 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
439.68/439.82	c   409s|  1750k|949366 |     0 |   0.0 | 580M| 135 |   - | 362 | 764 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
442.47/442.67	c   412s|  1760k|953808 |     0 |   0.0 | 583M| 135 |   - | 362 | 782 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
445.17/445.39	c   414s|  1770k|958350 |     0 |   0.0 | 585M| 135 |   - | 362 | 743 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
448.07/448.23	c   417s|  1780k|962795 |     0 |   0.0 | 588M| 135 |   - | 362 | 762 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
450.88/451.09	c   420s|  1790k|967291 |     0 |   0.0 | 591M| 135 |   - | 362 | 755 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
453.77/453.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
453.77/453.95	c   422s|  1800k|971895 |     0 |   0.0 | 594M| 135 |   - | 362 | 742 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
456.57/456.75	c   425s|  1810k|976516 |     0 |   0.0 | 597M| 135 |   - | 362 | 747 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
459.27/459.49	c   428s|  1820k|981430 |     0 |   0.0 | 601M| 135 |   - | 362 | 758 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
462.06/462.27	c   430s|  1830k|986189 |     0 |   0.0 | 604M| 135 |   - | 362 | 751 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
464.77/464.97	c   433s|  1840k|991199 |     0 |   0.0 | 607M| 135 |   - | 362 | 739 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
467.57/467.76	c   435s|  1850k|995896 |     0 |   0.0 | 610M| 135 |   - | 362 | 745 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
470.36/470.56	c   438s|  1860k|  1000k|     0 |   0.0 | 613M| 135 |   - | 362 | 734 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
473.26/473.42	c   441s|  1870k|  1004k|     0 |   0.0 | 616M| 135 |   - | 362 | 743 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
476.27/476.41	c   443s|  1880k|  1008k|     0 |   0.0 | 619M| 135 |   - | 362 | 775 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
479.06/479.26	c   446s|  1890k|  1013k|     0 |   0.0 | 622M| 135 |   - | 362 | 762 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
481.86/482.04	c   449s|  1900k|  1017k|     0 |   0.0 | 625M| 135 |   - | 362 | 778 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
484.66/484.88	c   451s|  1910k|  1022k|     0 |   0.0 | 628M| 135 |   - | 362 | 778 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
487.55/487.72	c   454s|  1920k|  1027k|     0 |   0.0 | 631M| 135 |   - | 362 | 741 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
490.35/490.58	c   457s|  1930k|  1032k|     0 |   0.0 | 634M| 135 |   - | 362 | 738 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
493.16/493.38	c   459s|  1940k|  1036k|     0 |   0.0 | 637M| 135 |   - | 362 | 728 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
496.15/496.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
496.15/496.36	c   462s|  1950k|  1040k|     0 |   0.0 | 640M| 135 |   - | 362 | 753 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
499.05/499.28	c   465s|  1960k|  1044k|     0 |   0.0 | 643M| 135 |   - | 362 | 796 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
502.05/502.22	c   468s|  1970k|  1048k|     0 |   0.0 | 646M| 135 |   - | 362 | 761 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
504.86/505.09	c   470s|  1980k|  1053k|     0 |   0.0 | 649M| 135 |   - | 362 | 753 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
507.76/507.96	c   473s|  1990k|  1058k|     0 |   0.0 | 652M| 135 |   - | 362 | 745 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
510.55/510.78	c   476s|  2000k|  1063k|     0 |   0.0 | 655M| 135 |   - | 362 | 757 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
513.45/513.63	c   478s|  2010k|  1067k|     0 |   0.0 | 658M| 135 |   - | 362 | 738 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
516.25/516.42	c   481s|  2020k|  1072k|     0 |   0.0 | 661M| 135 |   - | 362 | 729 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
519.16/519.33	c   484s|  2030k|  1076k|     0 |   0.0 | 664M| 135 |   - | 362 | 741 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
522.15/522.34	c   486s|  2040k|  1080k|     0 |   0.0 | 667M| 135 |   - | 362 | 765 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
525.05/525.25	c   489s|  2050k|  1084k|     0 |   0.0 | 669M| 135 |   - | 362 | 746 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
527.96/528.12	c   492s|  2060k|  1089k|     0 |   0.0 | 672M| 135 |   - | 362 | 754 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
530.84/531.00	c   494s|  2070k|  1093k|     0 |   0.0 | 675M| 135 |   - | 362 | 754 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
533.75/533.95	c   497s|  2080k|  1098k|     0 |   0.0 | 679M| 135 |   - | 362 | 751 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
536.65/536.87	c   500s|  2090k|  1102k|     0 |   0.0 | 682M| 135 |   - | 362 | 752 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
539.65/539.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.65/539.83	c   503s|  2100k|  1107k|     0 |   0.0 | 685M| 135 |   - | 362 | 733 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
542.55/542.79	c   506s|  2110k|  1111k|     0 |   0.0 | 688M| 135 |   - | 362 | 760 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
545.74/545.94	c   509s|  2120k|  1115k|     0 |   0.0 | 690M| 135 |   - | 362 | 790 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
548.85/549.02	c   511s|  2130k|  1119k|     0 |   0.0 | 693M| 135 |   - | 362 | 735 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
551.74/551.96	c   514s|  2140k|  1123k|     0 |   0.0 | 696M| 135 |   - | 362 | 823 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
554.64/554.82	c   517s|  2150k|  1128k|     0 |   0.0 | 699M| 135 |   - | 362 | 734 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
557.44/557.67	c   520s|  2160k|  1132k|     0 |   0.0 | 702M| 135 |   - | 362 | 744 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
560.35/560.59	c   522s|  2170k|  1137k|     0 |   0.0 | 705M| 135 |   - | 362 | 715 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
563.24/563.44	c   525s|  2180k|  1142k|     0 |   0.0 | 709M| 135 |   - | 362 | 761 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
566.34/566.53	c   528s|  2190k|  1146k|     0 |   0.0 | 711M| 135 |   - | 362 | 782 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
569.34/569.55	c   531s|  2200k|  1149k|     0 |   0.0 | 714M| 135 |   - | 362 | 762 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
572.44/572.61	c   534s|  2210k|  1153k|     0 |   0.0 | 717M| 135 |   - | 362 | 773 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
575.33/575.51	c   536s|  2220k|  1158k|     0 |   0.0 | 720M| 135 |   - | 362 | 756 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
578.14/578.35	c   539s|  2230k|  1163k|     0 |   0.0 | 723M| 135 |   - | 362 | 774 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
581.04/581.27	c   542s|  2240k|  1167k|     0 |   0.0 | 726M| 135 |   - | 362 | 736 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
583.83/584.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
583.83/584.06	c   544s|  2250k|  1172k|     0 |   0.0 | 729M| 135 |   - | 362 | 728 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
586.83/587.05	c   547s|  2260k|  1176k|     0 |   0.0 | 732M| 135 |   - | 362 | 718 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
589.83/590.09	c   550s|  2270k|  1180k|     0 |   0.0 | 735M| 135 |   - | 362 | 793 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
592.84/593.09	c   553s|  2280k|  1184k|     0 |   0.0 | 738M| 135 |   - | 362 | 777 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
595.73/595.92	c   555s|  2290k|  1189k|     0 |   0.0 | 741M| 135 |   - | 362 | 776 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
598.73/598.91	c   558s|  2300k|  1193k|     0 |   0.0 | 744M| 135 |   - | 362 | 788 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
601.73/601.92	c   561s|  2310k|  1198k|     0 |   0.0 | 747M| 135 |   - | 362 | 736 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
604.53/604.70	c   564s|  2320k|  1203k|     0 |   0.0 | 750M| 135 |   - | 362 | 765 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
607.63/607.89	c   567s|  2330k|  1206k|     0 |   0.0 | 753M| 135 |   - | 362 | 750 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
610.73/610.94	c   570s|  2340k|  1210k|     0 |   0.0 | 755M| 135 |   - | 362 | 740 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
613.73/613.91	c   572s|  2350k|  1215k|     0 |   0.0 | 758M| 135 |   - | 362 | 756 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
616.62/616.88	c   575s|  2360k|  1219k|     0 |   0.0 | 761M| 135 |   - | 362 | 750 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
619.63/619.81	c   578s|  2370k|  1224k|     0 |   0.0 | 765M| 135 |   - | 362 | 755 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
622.43/622.65	c   581s|  2380k|  1229k|     0 |   0.0 | 768M| 135 |   - | 362 | 725 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
625.52/625.70	c   583s|  2390k|  1233k|     0 |   0.0 | 770M| 135 |   - | 362 | 729 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
628.62/628.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
628.62/628.85	c   586s|  2400k|  1237k|     0 |   0.0 | 773M| 135 |   - | 362 | 731 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
631.62/631.87	c   589s|  2410k|  1241k|     0 |   0.0 | 776M| 135 |   - | 362 | 752 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
634.52/634.73	c   592s|  2420k|  1246k|     0 |   0.0 | 779M| 135 |   - | 362 | 784 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
637.32/637.53	c   595s|  2430k|  1251k|     0 |   0.0 | 782M| 135 |   - | 362 | 757 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
640.22/640.46	c   597s|  2440k|  1256k|     0 |   0.0 | 786M| 135 |   - | 362 | 735 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
643.43/643.63	c   600s|  2450k|  1260k|     0 |   0.0 | 788M| 135 |   - | 362 | 807 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
646.51/646.71	c   603s|  2460k|  1264k|     0 |   0.0 | 791M| 135 |   - | 362 | 781 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
649.41/649.68	c   606s|  2470k|  1269k|     0 |   0.0 | 794M| 135 |   - | 362 | 780 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
652.41/652.64	c   609s|  2480k|  1273k|     0 |   0.0 | 798M| 135 |   - | 362 | 795 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
655.42/655.63	c   612s|  2490k|  1278k|     0 |   0.0 | 801M| 135 |   - | 362 | 743 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
658.42/658.60	c   614s|  2500k|  1283k|     0 |   0.0 | 804M| 135 |   - | 362 | 712 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
661.51/661.74	c   617s|  2510k|  1286k|     0 |   0.0 | 806M| 135 |   - | 362 | 748 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
664.51/664.79	c   620s|  2520k|  1291k|     0 |   0.0 | 809M| 135 |   - | 362 | 760 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
667.52/667.71	c   623s|  2530k|  1296k|     0 |   0.0 | 812M| 135 |   - | 362 | 711 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
670.41/670.63	c   626s|  2540k|  1301k|     0 |   0.0 | 816M| 135 |   - | 362 | 726 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
673.31/673.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
673.31/673.55	c   628s|  2550k|  1306k|     0 |   0.0 | 819M| 135 |   - | 362 | 714 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
676.61/676.80	c   631s|  2560k|  1309k|     0 |   0.0 | 821M| 135 |   - | 362 | 766 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
679.61/679.83	c   634s|  2570k|  1314k|     0 |   0.0 | 824M| 135 |   - | 362 | 782 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
682.51/682.79	c   637s|  2580k|  1319k|     0 |   0.0 | 827M| 135 |   - | 362 | 737 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
685.51/685.70	c   640s|  2590k|  1324k|     0 |   0.0 | 830M| 135 |   - | 362 | 715 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
688.30/688.57	c   643s|  2600k|  1329k|     0 |   0.0 | 833M| 135 |   - | 362 | 711 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
691.61/691.87	c   646s|  2610k|  1332k|     0 |   0.0 | 836M| 135 |   - | 362 | 776 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
694.60/694.89	c   648s|  2620k|  1337k|     0 |   0.0 | 839M| 135 |   - | 362 | 798 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
697.61/697.87	c   651s|  2630k|  1341k|     0 |   0.0 | 842M| 135 |   - | 362 | 733 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
700.51/700.74	c   654s|  2640k|  1347k|     0 |   0.0 | 845M| 135 |   - | 362 | 709 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
703.81/704.00	c   657s|  2650k|  1350k|     0 |   0.0 | 848M| 135 |   - | 362 | 750 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
706.80/707.04	c   660s|  2660k|  1355k|     0 |   0.0 | 851M| 135 |   - | 362 | 729 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
709.80/710.07	c   663s|  2670k|  1359k|     0 |   0.0 | 854M| 135 |   - | 362 | 781 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
712.80/713.02	c   666s|  2680k|  1364k|     0 |   0.0 | 857M| 135 |   - | 362 | 734 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
715.90/716.19	c   669s|  2690k|  1368k|     0 |   0.0 | 860M| 135 |   - | 362 | 728 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
719.21/719.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
719.21/719.40	c   672s|  2700k|  1373k|     0 |   0.0 | 863M| 135 |   - | 362 | 808 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
722.20/722.45	c   674s|  2710k|  1377k|     0 |   0.0 | 866M| 135 |   - | 362 | 764 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
725.30/725.58	c   677s|  2720k|  1382k|     0 |   0.0 | 869M| 135 |   - | 362 | 758 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
728.39/728.63	c   680s|  2730k|  1386k|     0 |   0.0 | 872M| 135 |   - | 362 | 704 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
731.59/731.82	c   683s|  2740k|  1390k|     0 |   0.0 | 874M| 135 |   - | 362 | 750 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
734.69/734.94	c   686s|  2750k|  1395k|     0 |   0.0 | 877M| 135 |   - | 362 | 745 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
737.69/737.99	c   689s|  2760k|  1400k|     0 |   0.0 | 881M| 135 |   - | 362 | 754 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
741.20/741.40	c   692s|  2770k|  1403k|     0 |   0.0 | 883M| 135 |   - | 362 | 772 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
744.39/744.60	c   695s|  2780k|  1408k|     0 |   0.0 | 886M| 135 |   - | 362 | 797 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
747.49/747.78	c   698s|  2790k|  1412k|     0 |   0.0 | 889M| 135 |   - | 362 | 706 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
750.69/750.94	c   701s|  2800k|  1417k|     0 |   0.0 | 892M| 135 |   - | 362 | 692 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
754.08/754.39	c   705s|  2810k|  1420k|     0 |   0.0 | 895M| 135 |   - | 362 | 805 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
757.28/757.50	c   708s|  2820k|  1425k|     0 |   0.0 | 898M| 135 |   - | 362 | 750 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
760.18/760.47	c   710s|  2830k|  1429k|     0 |   0.0 | 901M| 135 |   - | 362 | 704 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
763.48/763.78	c   713s|  2840k|  1433k|     0 |   0.0 | 903M| 135 |   - | 362 | 756 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
766.59/766.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
766.59/766.83	c   716s|  2850k|  1438k|     0 |   0.0 | 906M| 135 |   - | 362 | 710 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
769.58/769.89	c   719s|  2860k|  1443k|     0 |   0.0 | 909M| 135 |   - | 362 | 701 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
773.09/773.31	c   722s|  2870k|  1446k|     0 |   0.0 | 912M| 135 |   - | 362 | 764 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
776.28/776.50	c   725s|  2880k|  1451k|     0 |   0.0 | 914M| 135 |   - | 362 | 721 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
779.48/779.72	c   729s|  2890k|  1455k|     0 |   0.0 | 917M| 135 |   - | 362 | 720 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
782.78/783.01	c   732s|  2900k|  1459k|     0 |   0.0 | 920M| 135 |   - | 362 | 752 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
785.88/786.14	c   735s|  2910k|  1464k|     0 |   0.0 | 923M| 135 |   - | 362 | 735 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
789.17/789.49	c   738s|  2920k|  1468k|     0 |   0.0 | 926M| 135 |   - | 362 | 744 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
792.38/792.62	c   741s|  2930k|  1473k|     0 |   0.0 | 928M| 135 |   - | 362 | 679 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
795.68/795.99	c   744s|  2940k|  1477k|     0 |   0.0 | 931M| 135 |   - | 362 | 724 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
798.97/799.23	c   747s|  2950k|  1481k|     0 |   0.0 | 934M| 135 |   - | 362 | 690 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
802.38/802.68	c   750s|  2960k|  1485k|     0 |   0.0 | 937M| 135 |   - | 362 | 715 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
805.67/805.93	c   753s|  2970k|  1490k|     0 |   0.0 | 940M| 135 |   - | 362 | 661 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
808.97/809.24	c   756s|  2980k|  1494k|     0 |   0.0 | 942M| 135 |   - | 362 | 711 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
812.37/812.66	c   760s|  2990k|  1498k|     0 |   0.0 | 945M| 135 |   - | 362 | 679 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
815.67/815.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
815.67/815.97	c   763s|  3000k|  1502k|     0 |   0.0 | 948M| 135 |   - | 362 | 668 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
818.97/819.25	c   766s|  3010k|  1506k|     0 |   0.0 | 950M| 135 |   - | 362 | 666 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
822.17/822.41	c   769s|  3020k|  1510k|     0 |   0.0 | 953M| 135 |   - | 362 | 658 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
825.36/825.64	c   772s|  3030k|  1514k|     0 |   0.0 | 956M| 135 |   - | 362 | 630 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
828.66/828.90	c   775s|  3040k|  1519k|     0 |   0.0 | 959M| 135 |   - | 362 | 625 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
831.77/832.06	c   778s|  3050k|  1523k|     0 |   0.0 | 961M| 135 |   - | 362 | 624 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
834.87/835.16	c   781s|  3060k|  1528k|     0 |   0.0 | 964M| 135 |   - | 362 | 624 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
837.97/838.22	c   784s|  3070k|  1532k|     0 |   0.0 | 967M| 135 |   - | 362 | 612 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
840.96/841.23	c   787s|  3080k|  1537k|     0 |   0.0 | 970M| 135 |   - | 362 | 611 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
843.96/844.20	c   789s|  3090k|  1541k|     0 |   0.0 | 973M| 135 |   - | 362 | 615 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
846.77/847.09	c   792s|  3100k|  1546k|     0 |   0.0 | 976M| 135 |   - | 362 | 601 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
849.76/850.01	c   795s|  3110k|  1550k|     0 |   0.0 | 979M| 135 |   - | 362 | 601 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
852.75/853.07	c   798s|  3120k|  1555k|     0 |   0.0 | 982M| 135 |   - | 362 | 600 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
855.66/855.99	c   800s|  3130k|  1559k|     0 |   0.0 | 984M| 135 |   - | 362 | 594 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
858.56/858.85	c   803s|  3140k|  1564k|     0 |   0.0 | 987M| 135 |   - | 362 | 592 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
861.55/861.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
861.55/861.82	c   806s|  3150k|  1569k|     0 |   0.0 | 990M| 135 |   - | 362 | 596 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
864.36/864.69	c   809s|  3160k|  1574k|     0 |   0.0 | 993M| 135 |   - | 362 | 596 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
867.26/867.51	c   811s|  3170k|  1578k|     0 |   0.0 | 996M| 135 |   - | 362 | 594 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
870.05/870.36	c   814s|  3180k|  1583k|     0 |   0.0 | 999M| 135 |   - | 362 | 596 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
873.05/873.31	c   817s|  3190k|  1588k|     0 |   0.0 |1002M| 135 |   - | 362 | 600 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
875.85/876.14	c   819s|  3200k|  1593k|     0 |   0.0 |1005M| 135 |   - | 362 | 604 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
878.76/879.01	c   822s|  3210k|  1598k|     0 |   0.0 |1008M| 135 |   - | 362 | 600 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
881.65/881.98	c   825s|  3220k|  1602k|     0 |   0.0 |1010M| 135 |   - | 362 | 601 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
884.65/884.90	c   827s|  3230k|  1607k|     0 |   0.0 |1013M| 135 |   - | 362 | 612 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
887.45/887.77	c   830s|  3240k|  1612k|     0 |   0.0 |1016M| 135 |   - | 362 | 602 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
890.35/890.66	c   833s|  3250k|  1617k|     0 |   0.0 |1019M| 135 |   - | 362 | 605 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
893.35/893.69	c   836s|  3260k|  1621k|     0 |   0.0 |1022M| 135 |   - | 362 | 601 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
896.25/896.57	c   838s|  3270k|  1626k|     0 |   0.0 |1025M| 135 |   - | 362 | 604 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
899.34/899.61	c   841s|  3280k|  1630k|     0 |   0.0 |1028M| 135 |   - | 362 | 602 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
902.34/902.66	c   844s|  3290k|  1635k|     0 |   0.0 |1031M| 135 |   - | 362 | 602 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
905.54/905.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
905.54/905.83	c   847s|  3300k|  1639k|     0 |   0.0 |1033M| 135 |   - | 362 | 605 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
908.84/909.18	c   850s|  3310k|  1643k|     0 |   0.0 |1036M| 135 |   - | 362 | 603 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
911.84/912.17	c   853s|  3320k|  1647k|     0 |   0.0 |1039M| 136 |   - | 362 | 751 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
913.95/914.30	c   855s|  3330k|  1655k|     0 |   0.0 |1043M| 136 |   - | 362 | 790 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
916.34/916.68	c   857s|  3340k|  1661k|     0 |   0.0 |1047M| 136 |   - | 362 | 879 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
918.73/919.09	c   860s|  3350k|  1668k|     0 |   0.0 |1050M| 136 |   - | 362 | 913 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
921.23/921.56	c   862s|  3360k|  1674k|     0 |   0.0 |1054M| 136 |   - | 362 | 894 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
923.75/924.10	c   864s|  3370k|  1680k|     0 |   0.0 |1058M| 136 |   - | 362 | 991 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
926.33/926.63	c   867s|  3380k|  1686k|     0 |   0.0 |1061M| 136 |   - | 362 | 871 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
928.83/929.12	c   869s|  3390k|  1693k|     0 |   0.0 |1065M| 136 |   - | 362 | 948 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
931.24/931.59	c   871s|  3400k|  1699k|     0 |   0.0 |1069M| 136 |   - | 362 | 908 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
933.74/934.05	c   873s|  3410k|  1705k|     0 |   0.0 |1072M| 136 |   - | 362 | 926 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
936.33/936.69	c   876s|  3420k|  1711k|     0 |   0.0 |1076M| 136 |   - | 362 |1101 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
938.83/939.15	c   878s|  3430k|  1718k|     0 |   0.0 |1080M| 136 |   - | 362 | 967 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
941.53/941.80	c   881s|  3440k|  1724k|     0 |   0.0 |1083M| 136 |   - | 362 | 967 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
943.93/944.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
943.93/944.23	c   883s|  3450k|  1730k|     0 |   0.0 |1087M| 136 |   - | 362 | 940 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
946.43/946.78	c   885s|  3460k|  1737k|     0 |   0.0 |1090M| 136 |   - | 362 | 999 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
949.04/949.38	c   888s|  3470k|  1743k|     0 |   0.0 |1094M| 136 |   - | 362 |1003 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
951.82/952.12	c   890s|  3480k|  1748k|     0 |   0.0 |1098M| 136 |   - | 362 |1000 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
954.43/954.73	c   893s|  3490k|  1754k|     0 |   0.0 |1101M| 136 |   - | 362 |1007 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
957.12/957.47	c   895s|  3500k|  1760k|     0 |   0.0 |1104M| 136 |   - | 362 | 836 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
959.63/959.99	c   898s|  3510k|  1766k|     0 |   0.0 |1108M| 136 |   - | 362 |1010 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
962.23/962.58	c   900s|  3520k|  1772k|     0 |   0.0 |1112M| 136 |   - | 362 |1039 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
964.92/965.25	c   903s|  3530k|  1778k|     0 |   0.0 |1115M| 136 |   - | 362 |1116 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
967.73/968.03	c   905s|  3540k|  1783k|     0 |   0.0 |1118M| 136 |   - | 362 |1061 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
970.62/970.91	c   908s|  3550k|  1789k|     0 |   0.0 |1122M| 136 |   - | 362 | 905 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
973.52/973.85	c   911s|  3560k|  1793k|     0 |   0.0 |1125M| 136 |   - | 362 |1106 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
976.32/976.62	c   913s|  3570k|  1799k|     0 |   0.0 |1128M| 136 |   - | 362 | 936 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
979.12/979.45	c   916s|  3580k|  1804k|     0 |   0.0 |1131M| 136 |   - | 362 | 844 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
981.72/982.07	c   918s|  3590k|  1810k|     0 |   0.0 |1135M| 136 |   - | 362 | 978 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
984.33/984.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
984.33/984.66	c   921s|  3600k|  1816k|     0 |   0.0 |1139M| 136 |   - | 362 |1102 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
987.32/987.64	c   924s|  3610k|  1822k|     0 |   0.0 |1142M| 136 |   - | 362 |1171 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
990.31/990.61	c   926s|  3620k|  1827k|     0 |   0.0 |1145M| 136 |   - | 362 |1187 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
993.21/993.54	c   929s|  3630k|  1832k|     0 |   0.0 |1148M| 136 |   - | 362 |1007 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
996.32/996.65	c   932s|  3640k|  1836k|     0 |   0.0 |1151M| 136 |   - | 362 |1064 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
999.21/999.59	c   935s|  3650k|  1841k|     0 |   0.0 |1155M| 136 |   - | 362 |1078 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1002.31/1002.64	c   938s|  3660k|  1846k|     0 |   0.0 |1158M| 136 |   - | 362 |1048 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1005.11/1005.50	c   940s|  3670k|  1852k|     0 |   0.0 |1161M| 136 |   - | 362 |1077 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1007.91/1008.23	c   943s|  3680k|  1857k|     0 |   0.0 |1165M| 136 |   - | 362 | 941 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1010.61/1010.93	c   945s|  3690k|  1863k|     0 |   0.0 |1168M| 136 |   - | 362 |1050 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1013.40/1013.70	c   948s|  3700k|  1869k|     0 |   0.0 |1171M| 136 |   - | 362 |1109 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1016.31/1016.68	c   951s|  3710k|  1874k|     0 |   0.0 |1175M| 136 |   - | 362 |1159 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1019.31/1019.70	c   954s|  3720k|  1879k|     0 |   0.0 |1178M| 136 |   - | 362 |1013 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1022.30/1022.69	c   956s|  3730k|  1884k|     0 |   0.0 |1181M| 136 |   - | 362 |1221 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1025.41/1025.79	c   959s|  3740k|  1888k|     0 |   0.0 |1184M| 136 |   - | 362 |1111 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1028.50/1028.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1028.50/1028.80	c   962s|  3750k|  1893k|     0 |   0.0 |1187M| 136 |   - | 362 |1103 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1031.20/1031.51	c   965s|  3760k|  1899k|     0 |   0.0 |1190M| 136 |   - | 362 | 997 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1034.20/1034.56	c   968s|  3770k|  1904k|     0 |   0.0 |1194M| 136 |   - | 362 |1143 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1037.00/1037.31	c   970s|  3780k|  1910k|     0 |   0.0 |1197M| 136 |   - | 362 | 894 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1039.90/1040.24	c   973s|  3790k|  1915k|     0 |   0.0 |1200M| 136 |   - | 362 | 982 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1042.61/1042.93	c   975s|  3800k|  1921k|     0 |   0.0 |1204M| 136 |   - | 362 |1027 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1045.39/1045.73	c   978s|  3810k|  1927k|     0 |   0.0 |1207M| 136 |   - | 362 |1155 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1048.19/1048.52	c   981s|  3820k|  1932k|     0 |   0.0 |1210M| 136 |   - | 362 |1178 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1051.30/1051.60	c   983s|  3830k|  1937k|     0 |   0.0 |1214M| 136 |   - | 362 |1227 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1053.99/1054.31	c   986s|  3840k|  1943k|     0 |   0.0 |1217M| 136 |   - | 362 |1017 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1056.90/1057.25	c   989s|  3850k|  1948k|     0 |   0.0 |1220M| 136 |   - | 362 |1073 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1059.99/1060.37	c   992s|  3860k|  1953k|     0 |   0.0 |1223M| 136 |   - | 362 |1194 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1063.09/1063.41	c   995s|  3870k|  1957k|     0 |   0.0 |1226M| 136 |   - | 362 | 933 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1065.79/1066.17	c   997s|  3880k|  1963k|     0 |   0.0 |1230M| 136 |   - | 362 |1092 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1068.90/1069.25	c  1000s|  3890k|  1968k|     0 |   0.0 |1233M| 136 |   - | 362 |1020 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1071.69/1072.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1071.69/1072.07	c  1003s|  3900k|  1973k|     0 |   0.0 |1236M| 136 |   - | 362 |1080 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1074.69/1075.03	c  1005s|  3910k|  1978k|     0 |   0.0 |1239M| 136 |   - | 362 | 969 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1077.59/1077.90	c  1008s|  3920k|  1983k|     0 |   0.0 |1243M| 136 |   - | 362 | 917 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1080.49/1080.82	c  1011s|  3930k|  1988k|     0 |   0.0 |1246M| 136 |   - | 362 | 964 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1083.19/1083.56	c  1013s|  3940k|  1994k|     0 |   0.0 |1249M| 136 |   - | 362 |1085 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1086.08/1086.43	c  1016s|  3950k|  1999k|     0 |   0.0 |1253M| 136 |   - | 362 |1102 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1089.08/1089.40	c  1019s|  3960k|  2005k|     0 |   0.0 |1256M| 136 |   - | 362 |1090 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1092.28/1092.66	c  1022s|  3970k|  2009k|     0 |   0.0 |1259M| 136 |   - | 362 |1233 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1095.38/1095.74	c  1025s|  3980k|  2014k|     0 |   0.0 |1262M| 136 |   - | 362 |1152 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1098.39/1098.75	c  1028s|  3990k|  2019k|     0 |   0.0 |1265M| 136 |   - | 362 |1050 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1101.47/1101.81	c  1031s|  4000k|  2024k|     0 |   0.0 |1268M| 136 |   - | 362 |1174 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1104.28/1104.60	c  1033s|  4010k|  2029k|     0 |   0.0 |1271M| 136 |   - | 362 |1022 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1107.39/1107.80	c  1036s|  4020k|  2034k|     0 |   0.0 |1274M| 136 |   - | 362 |1146 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1110.38/1110.79	c  1039s|  4030k|  2039k|     0 |   0.0 |1278M| 136 |   - | 362 | 979 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1113.28/1113.69	c  1042s|  4040k|  2044k|     0 |   0.0 |1281M| 136 |   - | 362 |1057 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1115.98/1116.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1115.98/1116.36	c  1044s|  4050k|  2049k|     0 |   0.0 |1284M| 136 |   - | 362 | 916 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1118.77/1119.16	c  1047s|  4060k|  2055k|     0 |   0.0 |1288M| 136 |   - | 362 | 986 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1121.78/1122.11	c  1050s|  4070k|  2060k|     0 |   0.0 |1291M| 136 |   - | 362 | 964 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1124.67/1125.04	c  1052s|  4080k|  2065k|     0 |   0.0 |1294M| 136 |   - | 362 | 896 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1127.57/1127.90	c  1055s|  4090k|  2070k|     0 |   0.0 |1297M| 136 |   - | 362 |1005 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1130.27/1130.68	c  1058s|  4100k|  2076k|     0 |   0.0 |1301M| 136 |   - | 362 | 962 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1133.17/1133.60	c  1060s|  4110k|  2082k|     0 |   0.0 |1304M| 136 |   - | 362 |1166 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1136.17/1136.52	c  1063s|  4120k|  2087k|     0 |   0.0 |1308M| 136 |   - | 362 |1216 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1138.96/1139.38	c  1066s|  4130k|  2093k|     0 |   0.0 |1311M| 136 |   - | 362 |1171 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1142.07/1142.44	c  1069s|  4140k|  2097k|     0 |   0.0 |1314M| 136 |   - | 362 |1173 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1145.17/1145.56	c  1072s|  4150k|  2102k|     0 |   0.0 |1317M| 136 |   - | 362 |1087 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1148.37/1148.74	c  1075s|  4160k|  2106k|     0 |   0.0 |1320M| 136 |   - | 362 |1245 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1151.26/1151.65	c  1077s|  4170k|  2112k|     0 |   0.0 |1323M| 136 |   - | 362 |1079 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1154.46/1154.87	c  1080s|  4180k|  2116k|     0 |   0.0 |1327M| 136 |   - | 362 |1157 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1157.36/1157.77	c  1083s|  4190k|  2121k|     0 |   0.0 |1330M| 136 |   - | 362 |1069 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1160.17/1160.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1160.17/1160.53	c  1086s|  4200k|  2127k|     0 |   0.0 |1334M| 136 |   - | 362 | 940 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1162.65/1163.06	c  1088s|  4210k|  2133k|     0 |   0.0 |1337M| 136 |   - | 362 | 980 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1165.56/1165.90	c  1091s|  4220k|  2139k|     0 |   0.0 |1340M| 136 |   - | 362 |1004 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1168.35/1168.74	c  1093s|  4230k|  2144k|     0 |   0.0 |1344M| 136 |   - | 362 | 939 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1171.16/1171.58	c  1096s|  4240k|  2149k|     0 |   0.0 |1347M| 136 |   - | 362 | 972 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1174.05/1174.47	c  1099s|  4250k|  2154k|     0 |   0.0 |1350M| 136 |   - | 362 |1115 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1177.15/1177.53	c  1102s|  4260k|  2159k|     0 |   0.0 |1353M| 136 |   - | 362 | 980 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1179.96/1180.38	c  1104s|  4270k|  2164k|     0 |   0.0 |1357M| 136 |   - | 362 | 985 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1181.75/1182.13	c (node 4275985) switching to memory saving mode (mem: 1296.0M/1620.0M)
1183.75/1184.13	c  1108s|  4280k|  2166k|     0 |   0.0 |1358M| 136 |   - | 362 | 943 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1186.95/1187.35	c  1111s|  4290k|  2165k|     0 |   0.0 |1357M| 137 |   - | 362 | 930 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1189.96/1190.34	c  1114s|  4300k|  2164k|     0 |   0.0 |1357M| 137 |   - | 362 | 929 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1192.85/1193.25	c  1116s|  4310k|  2164k|     0 |   0.0 |1357M| 137 |   - | 362 | 920 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1195.84/1196.26	c  1119s|  4320k|  2163k|     0 |   0.0 |1356M| 137 |   - | 362 | 922 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1198.94/1199.40	c  1122s|  4330k|  2162k|     0 |   0.0 |1356M| 137 |   - | 362 | 909 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1201.95/1202.38	c  1125s|  4340k|  2162k|     0 |   0.0 |1356M| 139 |   - | 362 | 896 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1204.84/1205.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1204.84/1205.22	c  1127s|  4350k|  2162k|     0 |   0.0 |1355M| 139 |   - | 362 | 899 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1207.84/1208.26	c  1130s|  4360k|  2161k|     0 |   0.0 |1355M| 139 |   - | 362 | 885 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1210.85/1211.25	c  1133s|  4370k|  2160k|     0 |   0.0 |1355M| 139 |   - | 362 | 876 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1213.94/1214.31	c  1136s|  4380k|  2160k|     0 |   0.0 |1354M| 139 |   - | 362 | 878 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1216.74/1217.16	c  1139s|  4390k|  2159k|     0 |   0.0 |1354M| 139 |   - | 362 | 871 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1219.74/1220.17	c  1141s|  4400k|  2159k|     0 |   0.0 |1354M| 142 |   - | 362 | 871 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1222.73/1223.12	c  1144s|  4410k|  2159k|     0 |   0.0 |1354M| 142 |   - | 362 | 862 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1225.53/1225.93	c  1147s|  4420k|  2158k|     0 |   0.0 |1353M| 142 |   - | 362 | 852 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1228.53/1228.95	c  1150s|  4430k|  2158k|     0 |   0.0 |1353M| 142 |   - | 362 | 861 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1231.43/1231.85	c  1152s|  4440k|  2157k|     0 |   0.0 |1353M| 142 |   - | 362 | 842 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1234.33/1234.77	c  1155s|  4450k|  2157k|     0 |   0.0 |1353M| 142 |   - | 362 | 848 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1237.14/1237.58	c  1158s|  4460k|  2157k|     0 |   0.0 |1353M| 142 |   - | 362 | 852 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1240.13/1240.55	c  1160s|  4470k|  2156k|     0 |   0.0 |1352M| 142 |   - | 362 | 845 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1243.13/1243.52	c  1163s|  4480k|  2156k|     0 |   0.0 |1352M| 142 |   - | 362 | 839 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1246.04/1246.46	c  1166s|  4490k|  2155k|     0 |   0.0 |1352M| 142 |   - | 362 | 850 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1248.92/1249.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1248.92/1249.32	c  1169s|  4500k|  2155k|     0 |   0.0 |1352M| 142 |   - | 362 | 852 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1251.62/1252.07	c  1171s|  4510k|  2155k|     0 |   0.0 |1351M| 142 |   - | 362 | 854 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1254.62/1255.02	c  1174s|  4520k|  2154k|     0 |   0.0 |1351M| 142 |   - | 362 | 848 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1257.52/1257.99	c  1177s|  4530k|  2154k|     0 |   0.0 |1351M| 142 |   - | 362 | 830 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1260.42/1260.81	c  1179s|  4540k|  2153k|     0 |   0.0 |1351M| 142 |   - | 362 | 828 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1263.32/1263.71	c  1182s|  4550k|  2153k|     0 |   0.0 |1351M| 142 |   - | 362 | 831 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1266.02/1266.40	c  1184s|  4560k|  2153k|     0 |   0.0 |1350M| 142 |   - | 362 | 832 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1268.72/1269.12	c  1187s|  4570k|  2153k|     0 |   0.0 |1350M| 142 |   - | 362 | 833 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1271.72/1272.10	c  1190s|  4580k|  2152k|     0 |   0.0 |1350M| 142 |   - | 362 | 852 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1274.53/1274.98	c  1192s|  4590k|  2152k|     0 |   0.0 |1350M| 142 |   - | 362 | 836 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1277.41/1277.87	c  1195s|  4600k|  2152k|     0 |   0.0 |1350M| 142 |   - | 362 | 820 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1280.22/1280.69	c  1198s|  4610k|  2151k|     0 |   0.0 |1349M| 142 |   - | 362 | 822 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1283.01/1283.49	c  1200s|  4620k|  2151k|     0 |   0.0 |1349M| 142 |   - | 362 | 830 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1285.92/1286.31	c  1203s|  4630k|  2151k|     0 |   0.0 |1349M| 142 |   - | 362 | 835 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1288.51/1288.99	c  1205s|  4640k|  2150k|     0 |   0.0 |1349M| 142 |   - | 362 | 836 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1291.21/1291.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1291.21/1291.67	c  1208s|  4650k|  2150k|     0 |   0.0 |1349M| 142 |   - | 362 | 833 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1294.32/1294.72	c  1211s|  4660k|  2150k|     0 |   0.0 |1348M| 142 |   - | 362 | 822 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1297.20/1297.66	c  1214s|  4670k|  2149k|     0 |   0.0 |1348M| 142 |   - | 362 | 816 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1300.11/1300.55	c  1216s|  4680k|  2149k|     0 |   0.0 |1348M| 142 |   - | 362 | 826 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1302.91/1303.37	c  1219s|  4690k|  2149k|     0 |   0.0 |1348M| 142 |   - | 362 | 826 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1305.81/1306.29	c  1222s|  4700k|  2149k|     0 |   0.0 |1348M| 142 |   - | 362 | 828 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1308.72/1309.18	c  1224s|  4710k|  2148k|     0 |   0.0 |1348M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1311.40/1311.84	c  1227s|  4720k|  2148k|     0 |   0.0 |1348M| 142 |   - | 362 | 835 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1314.11/1314.54	c  1229s|  4730k|  2148k|     0 |   0.0 |1347M| 142 |   - | 362 | 840 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1316.80/1317.23	c  1232s|  4740k|  2148k|     0 |   0.0 |1347M| 142 |   - | 362 | 825 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1319.71/1320.11	c  1235s|  4750k|  2147k|     0 |   0.0 |1347M| 142 |   - | 362 | 830 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1322.60/1323.09	c  1237s|  4760k|  2147k|     0 |   0.0 |1347M| 142 |   - | 362 | 847 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1325.30/1325.76	c  1240s|  4770k|  2147k|     0 |   0.0 |1347M| 142 |   - | 362 | 842 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1328.10/1328.59	c  1242s|  4780k|  2147k|     0 |   0.0 |1347M| 142 |   - | 362 | 831 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1330.90/1331.34	c  1245s|  4790k|  2146k|     0 |   0.0 |1346M| 142 |   - | 362 | 837 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1333.69/1334.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1333.69/1334.19	c  1248s|  4800k|  2146k|     0 |   0.0 |1346M| 142 |   - | 362 | 841 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1336.60/1337.00	c  1250s|  4810k|  2146k|     0 |   0.0 |1346M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1339.30/1339.78	c  1253s|  4820k|  2146k|     0 |   0.0 |1346M| 142 |   - | 362 | 850 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1342.19/1342.68	c  1256s|  4830k|  2146k|     0 |   0.0 |1346M| 142 |   - | 362 | 869 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1345.00/1345.43	c  1258s|  4840k|  2145k|     0 |   0.0 |1346M| 142 |   - | 362 | 847 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1347.79/1348.22	c  1261s|  4850k|  2145k|     0 |   0.0 |1346M| 142 |   - | 362 | 835 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1350.50/1350.98	c  1263s|  4860k|  2145k|     0 |   0.0 |1346M| 142 |   - | 362 | 839 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1353.29/1353.70	c  1266s|  4870k|  2145k|     0 |   0.0 |1346M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1355.90/1356.34	c  1268s|  4880k|  2145k|     0 |   0.0 |1346M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1358.99/1359.43	c  1271s|  4890k|  2144k|     0 |   0.0 |1345M| 142 |   - | 362 | 826 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1361.79/1362.25	c  1274s|  4900k|  2144k|     0 |   0.0 |1345M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1364.58/1365.00	c  1276s|  4910k|  2144k|     0 |   0.0 |1345M| 142 |   - | 362 | 853 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1367.49/1367.93	c  1279s|  4920k|  2144k|     0 |   0.0 |1345M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1370.38/1370.82	c  1282s|  4930k|  2143k|     0 |   0.0 |1345M| 142 |   - | 362 | 834 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1373.08/1373.54	c  1284s|  4940k|  2143k|     0 |   0.0 |1345M| 142 |   - | 362 | 853 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1375.98/1376.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1375.98/1376.41	c  1287s|  4950k|  2143k|     0 |   0.0 |1345M| 142 |   - | 362 | 834 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1378.68/1379.19	c  1290s|  4960k|  2143k|     0 |   0.0 |1345M| 142 |   - | 362 | 841 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1381.58/1382.00	c  1292s|  4970k|  2143k|     0 |   0.0 |1344M| 142 |   - | 362 | 833 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1384.18/1384.66	c  1295s|  4980k|  2143k|     0 |   0.0 |1344M| 142 |   - | 362 | 837 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1386.98/1387.43	c  1297s|  4990k|  2142k|     0 |   0.0 |1344M| 142 |   - | 362 | 828 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1389.88/1390.33	c  1300s|  5000k|  2142k|     0 |   0.0 |1344M| 142 |   - | 362 | 836 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1392.68/1393.10	c  1302s|  5010k|  2142k|     0 |   0.0 |1344M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1395.27/1395.78	c  1305s|  5020k|  2142k|     0 |   0.0 |1344M| 142 |   - | 362 | 852 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1398.08/1398.59	c  1308s|  5030k|  2142k|     0 |   0.0 |1344M| 142 |   - | 362 | 835 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1400.85/1401.33	c  1310s|  5040k|  2142k|     0 |   0.0 |1344M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1403.55/1404.05	c  1313s|  5050k|  2142k|     0 |   0.0 |1344M| 142 |   - | 362 | 834 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1406.65/1407.15	c  1316s|  5060k|  2141k|     0 |   0.0 |1343M| 142 |   - | 362 | 832 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1409.55/1410.06	c  1318s|  5070k|  2141k|     0 |   0.0 |1343M| 142 |   - | 362 | 834 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1412.45/1412.95	c  1321s|  5080k|  2141k|     0 |   0.0 |1343M| 142 |   - | 362 | 833 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1415.25/1415.75	c  1324s|  5090k|  2141k|     0 |   0.0 |1343M| 142 |   - | 362 | 850 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1418.05/1418.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1418.05/1418.53	c  1326s|  5100k|  2140k|     0 |   0.0 |1343M| 142 |   - | 362 | 840 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1420.64/1421.12	c  1328s|  5110k|  2140k|     0 |   0.0 |1343M| 142 |   - | 362 | 845 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1423.35/1423.89	c  1331s|  5120k|  2140k|     0 |   0.0 |1343M| 142 |   - | 362 | 822 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1426.14/1426.64	c  1334s|  5130k|  2140k|     0 |   0.0 |1343M| 142 |   - | 362 | 831 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1428.95/1429.41	c  1336s|  5140k|  2140k|     0 |   0.0 |1343M| 142 |   - | 362 | 839 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1431.64/1432.14	c  1339s|  5150k|  2140k|     0 |   0.0 |1343M| 142 |   - | 362 | 833 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1434.34/1434.88	c  1341s|  5160k|  2139k|     0 |   0.0 |1343M| 142 |   - | 362 | 824 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1437.24/1437.78	c  1344s|  5170k|  2139k|     0 |   0.0 |1343M| 142 |   - | 362 | 851 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1440.04/1440.58	c  1347s|  5180k|  2139k|     0 |   0.0 |1342M| 142 |   - | 362 | 845 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1442.85/1443.34	c  1349s|  5190k|  2139k|     0 |   0.0 |1342M| 142 |   - | 362 | 842 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1445.44/1445.97	c  1352s|  5200k|  2139k|     0 |   0.0 |1342M| 142 |   - | 362 | 848 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1448.25/1448.74	c  1354s|  5210k|  2139k|     0 |   0.0 |1342M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1451.03/1451.57	c  1357s|  5220k|  2139k|     0 |   0.0 |1342M| 142 |   - | 362 | 847 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1453.74/1454.28	c  1359s|  5230k|  2139k|     0 |   0.0 |1342M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1456.64/1457.11	c  1362s|  5240k|  2139k|     0 |   0.0 |1342M| 142 |   - | 362 | 841 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1459.25/1459.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1459.25/1459.72	c  1364s|  5250k|  2139k|     0 |   0.0 |1342M| 142 |   - | 362 | 837 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1462.03/1462.58	c  1367s|  5260k|  2138k|     0 |   0.0 |1342M| 142 |   - | 362 | 849 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1464.73/1465.27	c  1369s|  5270k|  2138k|     0 |   0.0 |1342M| 142 |   - | 362 | 834 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1467.53/1468.04	c  1372s|  5280k|  2138k|     0 |   0.0 |1342M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1470.23/1470.71	c  1375s|  5290k|  2138k|     0 |   0.0 |1342M| 142 |   - | 362 | 871 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1472.93/1473.42	c  1377s|  5300k|  2138k|     0 |   0.0 |1342M| 142 |   - | 362 | 851 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1475.93/1476.45	c  1380s|  5310k|  2137k|     0 |   0.0 |1341M| 142 |   - | 362 | 838 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1478.73/1479.22	c  1382s|  5320k|  2137k|     0 |   0.0 |1341M| 142 |   - | 362 | 844 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1481.43/1481.92	c  1385s|  5330k|  2137k|     0 |   0.0 |1341M| 142 |   - | 362 | 859 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1484.22/1484.78	c  1388s|  5340k|  2137k|     0 |   0.0 |1341M| 142 |   - | 362 | 845 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1487.02/1487.50	c  1390s|  5350k|  2137k|     0 |   0.0 |1341M| 142 |   - | 362 | 847 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1489.72/1490.23	c  1393s|  5360k|  2137k|     0 |   0.0 |1341M| 142 |   - | 362 | 840 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1492.62/1493.11	c  1395s|  5370k|  2137k|     0 |   0.0 |1341M| 142 |   - | 362 | 855 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1495.42/1495.91	c  1398s|  5380k|  2136k|     0 |   0.0 |1341M| 142 |   - | 362 | 829 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1498.22/1498.70	c  1401s|  5390k|  2136k|     0 |   0.0 |1341M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1500.92/1501.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1500.92/1501.46	c  1403s|  5400k|  2136k|     0 |   0.0 |1341M| 142 |   - | 362 | 831 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1503.62/1504.16	c  1406s|  5410k|  2136k|     0 |   0.0 |1340M| 142 |   - | 362 | 823 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1506.42/1506.93	c  1408s|  5420k|  2136k|     0 |   0.0 |1340M| 142 |   - | 362 | 854 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1509.22/1509.77	c  1411s|  5430k|  2136k|     0 |   0.0 |1340M| 142 |   - | 362 | 838 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1511.92/1512.49	c  1414s|  5440k|  2136k|     0 |   0.0 |1340M| 142 |   - | 362 | 842 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1514.72/1515.22	c  1416s|  5450k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 842 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1517.41/1517.94	c  1419s|  5460k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 849 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1520.11/1520.66	c  1421s|  5470k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 851 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1522.91/1523.45	c  1424s|  5480k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 845 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1525.60/1526.19	c  1426s|  5490k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 867 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1528.41/1528.91	c  1429s|  5500k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 866 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1531.11/1531.67	c  1431s|  5510k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 850 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1533.91/1534.48	c  1434s|  5520k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 842 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1536.50/1537.09	c  1436s|  5530k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 834 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1539.31/1539.84	c  1439s|  5540k|  2135k|     0 |   0.0 |1340M| 142 |   - | 362 | 840 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1542.00/1542.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1542.00/1542.58	c  1441s|  5550k|  2134k|     0 |   0.0 |1340M| 142 |   - | 362 | 835 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1544.70/1545.24	c  1444s|  5560k|  2134k|     0 |   0.0 |1340M| 142 |   - | 362 | 835 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1547.40/1547.94	c  1446s|  5570k|  2134k|     0 |   0.0 |1339M| 142 |   - | 362 | 826 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1550.30/1550.89	c  1449s|  5580k|  2134k|     0 |   0.0 |1339M| 142 |   - | 362 | 832 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1553.30/1553.89	c  1452s|  5590k|  2133k|     0 |   0.0 |1339M| 142 |   - | 362 | 840 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1556.01/1556.51	c  1454s|  5600k|  2133k|     0 |   0.0 |1339M| 142 |   - | 362 | 872 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1558.70/1559.28	c  1457s|  5610k|  2133k|     0 |   0.0 |1339M| 142 |   - | 362 | 861 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
1561.60/1562.11	c  1460s|  5620k|  2133k|     0 |   0.0 |1339M| 142 |   - | 362 | 837 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1564.40/1564.93	c  1462s|  5630k|  2133k|     0 |   0.0 |1339M| 142 |   - | 362 | 851 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1567.00/1567.56	c  1465s|  5640k|  2133k|     0 |   0.0 |1339M| 142 |   - | 362 | 850 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
1569.80/1570.36	c  1467s|  5650k|  2133k|     0 |   0.0 |1339M| 142 |   - | 362 | 848 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
1572.50/1573.10	c  1470s|  5660k|  2132k|     0 |   0.0 |1339M| 142 |   - | 362 | 859 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
1575.19/1575.79	c  1472s|  5670k|  2132k|     0 |   0.0 |1338M| 142 |   - | 362 | 848 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1578.00/1578.60	c  1475s|  5680k|  2132k|     0 |   0.0 |1338M| 142 |   - | 362 | 838 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
1580.79/1581.39	c  1478s|  5690k|  2132k|     0 |   0.0 |1338M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
1583.60/1584.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1583.60/1584.18	c  1480s|  5700k|  2132k|     0 |   0.0 |1338M| 142 |   - | 362 | 860 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1586.29/1586.86	c  1483s|  5710k|  2132k|     0 |   0.0 |1338M| 142 |   - | 362 | 839 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1589.00/1589.54	c  1485s|  5720k|  2132k|     0 |   0.0 |1338M| 142 |   - | 362 | 840 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
1591.59/1592.13	c  1488s|  5730k|  2132k|     0 |   0.0 |1338M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
1594.18/1594.77	c  1490s|  5740k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
1596.89/1597.43	c  1493s|  5750k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 841 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1599.68/1600.22	c  1495s|  5760k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 838 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1602.29/1602.88	c  1498s|  5770k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 845 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
1604.88/1605.46	c  1500s|  5780k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1607.58/1608.12	c  1502s|  5790k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 847 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1610.29/1610.83	c  1505s|  5800k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 839 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1612.98/1613.53	c  1507s|  5810k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 847 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
1615.68/1616.21	c  1510s|  5820k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 836 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
1618.38/1618.98	c  1513s|  5830k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 840 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1621.08/1621.69	c  1515s|  5840k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 842 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1623.77/1624.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1623.77/1624.32	c  1518s|  5850k|  2131k|     0 |   0.0 |1338M| 142 |   - | 362 | 837 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
1626.57/1627.16	c  1520s|  5860k|  2130k|     0 |   0.0 |1338M| 142 |   - | 362 | 854 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
1629.38/1629.97	c  1523s|  5870k|  2130k|     0 |   0.0 |1338M| 142 |   - | 362 | 850 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
1632.07/1632.63	c  1525s|  5880k|  2130k|     0 |   0.0 |1338M| 142 |   - | 362 | 841 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
1634.67/1635.26	c  1528s|  5890k|  2130k|     0 |   0.0 |1337M| 142 |   - | 362 | 829 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
1637.28/1637.89	c  1530s|  5900k|  2130k|     0 |   0.0 |1337M| 142 |   - | 362 | 826 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1639.88/1640.43	c  1532s|  5910k|  2130k|     0 |   0.0 |1337M| 142 |   - | 362 | 824 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1642.47/1643.04	c  1535s|  5920k|  2130k|     0 |   0.0 |1337M| 142 |   - | 362 | 819 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1645.08/1645.66	c  1537s|  5930k|  2130k|     0 |   0.0 |1337M| 142 |   - | 362 | 831 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
1647.96/1648.53	c  1540s|  5940k|  2129k|     0 |   0.0 |1337M| 142 |   - | 362 | 820 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
1650.97/1651.59	c  1543s|  5950k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 824 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
1653.66/1654.21	c  1545s|  5960k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 829 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1656.46/1657.00	c  1548s|  5970k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 839 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1659.16/1659.77	c  1550s|  5980k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 842 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
1661.86/1662.46	c  1553s|  5990k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 836 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
1664.57/1665.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1664.57/1665.18	c  1555s|  6000k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 834 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
1667.36/1667.92	c  1558s|  6010k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
1670.16/1670.70	c  1561s|  6020k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
1672.86/1673.42	c  1563s|  6030k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 841 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1675.45/1676.07	c  1566s|  6040k|  2129k|     0 |   0.0 |1336M| 142 |   - | 362 | 840 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1678.36/1678.90	c  1568s|  6050k|  2128k|     0 |   0.0 |1336M| 142 |   - | 362 | 837 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
1680.86/1681.49	c  1571s|  6060k|  2128k|     0 |   0.0 |1336M| 142 |   - | 362 | 832 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
1683.76/1684.36	c  1573s|  6070k|  2128k|     0 |   0.0 |1336M| 142 |   - | 362 | 842 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1686.55/1687.12	c  1576s|  6080k|  2128k|     0 |   0.0 |1336M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
1689.25/1689.86	c  1578s|  6090k|  2128k|     0 |   0.0 |1336M| 142 |   - | 362 | 866 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
1692.05/1692.68	c  1581s|  6100k|  2128k|     0 |   0.0 |1336M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
1694.75/1695.36	c  1584s|  6110k|  2128k|     0 |   0.0 |1336M| 142 |   - | 362 | 839 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
1697.45/1698.05	c  1586s|  6120k|  2128k|     0 |   0.0 |1336M| 142 |   - | 362 | 843 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
1700.25/1700.80	c  1589s|  6130k|  2128k|     0 |   0.0 |1336M| 142 |   - | 362 | 855 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
1702.95/1703.55	c  1591s|  6140k|  2127k|     0 |   0.0 |1336M| 142 |   - | 362 | 836 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
1705.75/1706.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1705.75/1706.39	c  1594s|  6150k|  2127k|     0 |   0.0 |1336M| 142 |   - | 362 | 865 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
1708.55/1709.10	c  1596s|  6160k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 847 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
1711.15/1711.75	c  1599s|  6170k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 851 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
1713.84/1714.41	c  1601s|  6180k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 887 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
1716.65/1717.22	c  1604s|  6190k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 868 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
1719.35/1719.95	c  1606s|  6200k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 862 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
1721.94/1722.57	c  1609s|  6210k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 869 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
1724.64/1725.28	c  1611s|  6220k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 880 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 |      --      |    Inf 
1727.44/1728.05	c  1614s|  6230k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 858 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
1730.14/1730.72	c  1616s|  6240k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 847 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
1732.94/1733.56	c  1619s|  6250k|  2127k|     0 |   0.0 |1335M| 142 |   - | 362 | 865 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
1735.64/1736.25	c  1622s|  6260k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 860 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
1738.34/1738.96	c  1624s|  6270k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 853 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
1741.04/1741.66	c  1627s|  6280k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 861 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
1743.63/1744.27	c  1629s|  6290k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 849 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
1746.44/1747.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1746.44/1747.02	c  1632s|  6300k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 851 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
1749.14/1749.72	c  1634s|  6310k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 855 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
1751.84/1752.46	c  1637s|  6320k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 858 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
1754.53/1755.12	c  1639s|  6330k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 864 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
1757.03/1757.64	c  1641s|  6340k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 858 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
1759.63/1760.27	c  1644s|  6350k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 864 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
1762.43/1763.00	c  1646s|  6360k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 870 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
1765.03/1765.62	c  1649s|  6370k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 846 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
1767.43/1768.07	c  1651s|  6380k|  2126k|     0 |   0.0 |1335M| 142 |   - | 362 | 839 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
1770.12/1770.76	c  1654s|  6390k|  2125k|     0 |   0.0 |1335M| 142 |   - | 362 | 890 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
1772.93/1773.54	c  1656s|  6400k|  2125k|     0 |   0.0 |1334M| 142 |   - | 362 | 852 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
1775.53/1776.11	c  1659s|  6410k|  2125k|     0 |   0.0 |1334M| 142 |   - | 362 | 853 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
1778.42/1779.08	c  1661s|  6420k|  2125k|     0 |   0.0 |1334M| 142 |   - | 362 | 852 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
1781.43/1782.03	c  1664s|  6430k|  2124k|     0 |   0.0 |1334M| 142 |   - | 362 | 847 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
1784.02/1784.64	c  1666s|  6440k|  2124k|     0 |   0.0 |1334M| 142 |   - | 362 | 876 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
1786.52/1787.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1786.52/1787.18	c  1669s|  6450k|  2124k|     0 |   0.0 |1334M| 142 |   - | 362 | 871 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
1789.32/1789.97	c  1671s|  6460k|  2124k|     0 |   0.0 |1334M| 142 |   - | 362 | 874 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
1792.03/1792.61	c  1674s|  6470k|  2124k|     0 |   0.0 |1334M| 142 |   - | 362 | 871 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
1794.63/1795.30	c  1676s|  6480k|  2124k|     0 |   0.0 |1334M| 142 |   - | 362 | 877 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
1797.51/1798.15	c  1679s|  6490k|  2124k|     0 |   0.0 |1334M| 142 |   - | 362 | 867 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
1800.02/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.60	c 
1800.02/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.60	c Solving Time (sec) : 1681.29
1800.02/1800.60	c Solving Nodes      : 6498669
1800.02/1800.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.60	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.60	c Gap                : infinite
1800.02/1800.60	s UNKNOWN
1800.02/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.60	c Solving Time       :    1681.29
1800.02/1800.60	c Original Problem   :
1800.02/1800.60	c   Problem name     : HOME/instance-2664273-1276270661.opb
1800.02/1800.60	c   Variables        : 370 (370 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.60	c   Constraints      : 557 initial, 557 maximal
1800.02/1800.60	c Presolved Problem  :
1800.02/1800.60	c   Problem name     : t_HOME/instance-2664273-1276270661.opb
1800.02/1800.60	c   Variables        : 362 (362 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.60	c   Constraints      : 557 initial, 1298 maximal
1800.02/1800.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.60	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   implics          :       0.01          0          8          0          0          0          0          0          0
1800.02/1800.60	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.60	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.60	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.60	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.60	c   knapsack         :        244          0   15166052          0    4376797    2060805   86417386          0          0          0
1800.02/1800.60	c   logicor          :        313+         0    9234955          0    4376797     173485   36308016          0          0          0
1800.02/1800.60	c   countsols        :          0          0          0          0    4376797          0          0          0          0          0
1800.02/1800.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.60	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.60	c   knapsack         :     571.83       0.00     533.35       0.00      38.48
1800.02/1800.60	c   logicor          :     341.62       0.00     219.96       0.00     121.66
1800.02/1800.60	c   countsols        :       1.63       0.00       0.00       0.00       1.63
1800.02/1800.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.61	c   vbounds          :       7.12          1          0          0
1800.02/1800.61	c   rootredcost      :       7.09          0          0          0
1800.02/1800.61	c   pseudoobj        :       6.90          0          0          0
1800.02/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.61	c   propagation      :     186.67     459309     421702    4288879       93.1       3414       71.9          -
1800.02/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.61	c   applied globally :          -          -          -     185188       24.9          -          -          -
1800.02/1800.61	c   applied locally  :          -          -          -     290732       60.9          -          -          -
1800.02/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.61	c Pricers            :       Time      Calls       Vars
1800.02/1800.61	c   problem variables:       0.00          0          0
1800.02/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   inference        :     121.75    4376797          0          0          0          0    8753594
1800.02/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.61	c   LP solutions     :       0.00          -          0
1800.02/1800.61	c   pseudo solutions :       0.00          -          0
1800.02/1800.61	c   trivial          :       0.00          1          0
1800.02/1800.61	c   simplerounding   :       0.00          0          0
1800.02/1800.61	c   zirounding       :       0.00          0          0
1800.02/1800.61	c   rounding         :       0.00          0          0
1800.02/1800.61	c   shifting         :       0.00          0          0
1800.02/1800.61	c   intshifting      :       0.00          0          0
1800.02/1800.61	c   oneopt           :       0.00          0          0
1800.02/1800.61	c   twoopt           :       0.00          0          0
1800.02/1800.61	c   fixandinfer      :       0.00          0          0
1800.02/1800.61	c   feaspump         :       0.00          0          0
1800.02/1800.61	c   coefdiving       :       0.00          0          0
1800.02/1800.61	c   pscostdiving     :       0.00          0          0
1800.02/1800.61	c   fracdiving       :       0.00          0          0
1800.02/1800.61	c   veclendiving     :       0.00          0          0
1800.02/1800.61	c   intdiving        :       0.00          0          0
1800.02/1800.61	c   actconsdiving    :       0.00          0          0
1800.02/1800.61	c   objpscostdiving  :       0.00          0          0
1800.02/1800.61	c   rootsoldiving    :       0.00          0          0
1800.02/1800.61	c   linesearchdiving :       0.00          0          0
1800.02/1800.61	c   guideddiving     :       0.00          0          0
1800.02/1800.61	c   octane           :       0.00          0          0
1800.02/1800.61	c   rens             :       0.00          0          0
1800.02/1800.61	c   rins             :       0.00          0          0
1800.02/1800.61	c   localbranching   :       0.00          0          0
1800.02/1800.61	c   mutation         :       0.00          0          0
1800.02/1800.61	c   crossover        :       0.00          0          0
1800.02/1800.61	c   dins             :       0.00          0          0
1800.02/1800.61	c   undercover       :       0.00          0          0
1800.02/1800.61	c   nlp              :       0.00          0          0
1800.02/1800.61	c   trysol           :       0.00          0          0
1800.02/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.61	c B&B Tree           :
1800.02/1800.61	c   number of runs   :          1
1800.02/1800.61	c   nodes            :    6498669
1800.02/1800.61	c   nodes (total)    :    6498669
1800.02/1800.61	c   nodes left       :    2124674
1800.02/1800.61	c   max depth        :        142
1800.02/1800.61	c   max depth (total):        142
1800.02/1800.61	c   backtracks       :    1068273 (16.4%)
1800.02/1800.61	c   delayed cutoffs  :     130252
1800.02/1800.61	c   repropagations   :     596811 (5985089 domain reductions, 112418 cutoffs)
1800.02/1800.61	c   avg switch length:       5.24
1800.02/1800.61	c   switching time   :     423.42
1800.02/1800.61	c Solution           :
1800.02/1800.61	c   Solutions found  :          0 (0 improvements)
1800.02/1800.61	c   Primal Bound     :          -
1800.02/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.61	c   Gap              :   infinite
1800.02/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.61	c   Root Iterations  :          0

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-2664273-1276270661/watcher-2664273-1276270661 -o /tmp/evaluation-result-2664273-1276270661/solver-2664273-1276270661 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664273-1276270661.opb -t 1800 -m 1800 

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: 1.09 1.03 1.10 3/106 4348
/proc/meminfo: memFree=1581204/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=6584 CPUtime=0
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 1008 0 0 0 0 0 0 0 24 0 1 0 2669818 6742016 931 1992294400 4194304 7136930 140734868839936 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4348/statm: 1646 942 254 719 0 925 0

[startup+0.104935 s]
/proc/loadavg: 1.09 1.03 1.10 3/106 4348
/proc/meminfo: memFree=1581204/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=13688 CPUtime=0.1
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 4429 0 0 0 8 2 0 0 24 0 1 0 2669818 14016512 2713 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 3422 2713 391 719 0 2701 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13688

[startup+0.200941 s]
/proc/loadavg: 1.09 1.03 1.10 3/106 4348
/proc/meminfo: memFree=1581204/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=14220 CPUtime=0.19
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 4552 0 0 0 16 3 0 0 24 0 1 0 2669818 14561280 2836 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 3555 2836 391 719 0 2834 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14220

[startup+0.300947 s]
/proc/loadavg: 1.09 1.03 1.10 3/106 4348
/proc/meminfo: memFree=1581204/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=14500 CPUtime=0.29
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 4625 0 0 0 25 4 0 0 25 0 1 0 2669818 14848000 2909 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 3625 2909 391 719 0 2904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14500

[startup+0.700971 s]
/proc/loadavg: 1.09 1.03 1.10 3/106 4348
/proc/meminfo: memFree=1581204/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=15572 CPUtime=0.69
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 4876 0 0 0 62 7 0 0 25 0 1 0 2669818 15945728 3160 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 3893 3160 391 719 0 3172 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15572

[startup+1.50102 s]
/proc/loadavg: 1.09 1.03 1.10 2/107 4349
/proc/meminfo: memFree=1568424/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=17408 CPUtime=1.49
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 5345 0 0 0 137 12 0 0 25 0 1 0 2669818 17825792 3629 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 4352 3629 391 719 0 3631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17408

[startup+3.10112 s]
/proc/loadavg: 1.08 1.03 1.10 2/107 4349
/proc/meminfo: memFree=1565944/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=20888 CPUtime=3.09
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 6239 0 0 0 284 25 0 0 25 0 1 0 2669818 21389312 4523 1992294400 4194304 7136930 140734868839936 18446744073709551615 4854930 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 5222 4523 391 719 0 4501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20888

[startup+6.30031 s]
/proc/loadavg: 1.08 1.03 1.10 2/107 4349
/proc/meminfo: memFree=1559992/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=26944 CPUtime=6.28
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 7783 0 0 0 579 49 0 0 25 0 1 0 2669818 27590656 6067 1992294400 4194304 7136930 140734868839936 18446744073709551615 4209087 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 6736 6067 391 719 0 6015 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26944

[startup+12.7017 s]
/proc/loadavg: 1.07 1.03 1.09 2/107 4349
/proc/meminfo: memFree=1544748/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=41328 CPUtime=12.69
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 11437 0 0 0 1172 97 0 0 25 0 1 0 2669818 42319872 9721 1992294400 4194304 7136930 140734868839936 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 10332 9721 391 719 0 9611 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41328

[startup+25.5014 s]
/proc/loadavg: 1.06 1.02 1.09 2/107 4349
/proc/meminfo: memFree=1518212/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=67824 CPUtime=25.49
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 17684 0 0 0 2359 190 0 0 25 0 1 0 2669818 69451776 15968 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 16956 15968 391 719 0 16235 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67824

[startup+51.1009 s]
/proc/loadavg: 1.04 1.02 1.09 2/107 4349
/proc/meminfo: memFree=1481880/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=103392 CPUtime=51.07
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 26785 0 0 0 4733 374 0 0 25 0 1 0 2669818 105873408 25069 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 25848 25069 391 719 0 25127 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 103392

[startup+102.301 s]
/proc/loadavg: 1.01 1.02 1.08 2/107 4351
/proc/meminfo: memFree=1405248/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=181712 CPUtime=102.26
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 45807 0 0 0 9489 737 0 0 25 0 1 0 2669818 186073088 44091 1992294400 4194304 7136930 140734868839936 18446744073709551615 6121974 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 45428 44091 391 719 0 44707 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 181712

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.08 2/107 4353
/proc/meminfo: memFree=1314976/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=270008 CPUtime=162.24
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 68433 0 0 0 15067 1157 0 0 25 0 1 0 2669818 276488192 66717 1992294400 4194304 7136930 140734868839936 18446744073709551615 5924475 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 67502 66717 391 719 0 66781 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 270008

[startup+222.308 s]
/proc/loadavg: 1.00 1.01 1.07 2/107 4355
/proc/meminfo: memFree=1238964/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=351604 CPUtime=222.23
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 87272 0 0 0 20651 1572 0 0 25 0 1 0 2669818 360042496 85556 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 87901 85556 391 719 0 87180 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 351604

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 4355
/proc/meminfo: memFree=1149808/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=438880 CPUtime=282.21
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 109646 0 0 0 26220 2001 0 0 25 0 1 0 2669818 449413120 107930 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 109720 107930 391 719 0 108999 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 438880

[startup+342.301 s]
/proc/loadavg: 1.03 1.01 1.07 2/107 4357
/proc/meminfo: memFree=1074912/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=511116 CPUtime=342.2
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 128162 0 0 0 31807 2413 0 0 25 0 1 0 2669818 523382784 126446 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 127779 126446 391 719 0 127058 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 511116

[startup+402.301 s]
/proc/loadavg: 1.04 1.02 1.07 2/107 4359
/proc/meminfo: memFree=1000512/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=584272 CPUtime=402.18
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 146851 0 0 0 37412 2806 0 0 25 0 1 0 2669818 598294528 145135 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 146068 145135 391 719 0 145347 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 584272

[startup+462.301 s]
/proc/loadavg: 1.01 1.02 1.06 2/107 4361
/proc/meminfo: memFree=932808/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=665932 CPUtime=462.17
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 163562 0 0 0 43022 3195 0 0 25 0 1 0 2669818 681914368 161846 1992294400 4194304 7136930 140734868839936 18446744073709551615 5000112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 166483 161846 391 719 0 165762 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 665932

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.05 2/107 4363
/proc/meminfo: memFree=869692/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=727780 CPUtime=522.15
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 179396 0 0 0 48637 3578 0 0 25 0 1 0 2669818 745246720 177680 1992294400 4194304 7136930 140734868839936 18446744073709551615 4221902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 181945 177680 391 719 0 181224 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 727780

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 4363
/proc/meminfo: memFree=809428/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=788600 CPUtime=582.14
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 194927 0 0 0 54265 3949 0 0 25 0 1 0 2669818 807526400 193211 1992294400 4194304 7136930 140734868839936 18446744073709551615 5909078 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 197150 193211 391 719 0 196429 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 788600

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 4365
/proc/meminfo: memFree=748048/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=847932 CPUtime=642.11
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 210097 0 0 0 59901 4310 0 0 25 0 1 0 2669818 868282368 208381 1992294400 4194304 7136930 140734868839936 18446744073709551615 4678324 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 211983 208381 391 719 0 211262 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 847932

[startup+702.301 s]

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

/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 304074 0 0 0 93729 6473 0 0 25 0 1 0 2669818 1243971584 302358 1992294400 4194304 7136930 140734868839936 18446744073709551615 4660952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 303704 302358 391 719 0 302983 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 1214816

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4377
/proc/meminfo: memFree=300656/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1281412 CPUtime=1061.99
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 321071 0 0 0 99354 6845 0 0 25 0 1 0 2669818 1312165888 319355 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 320353 319355 391 719 0 319632 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 1281412

[startup+1122.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 4379
/proc/meminfo: memFree=230720/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1381968 CPUtime=1121.97
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 338431 0 0 0 104981 7216 0 0 25 0 1 0 2669818 1415135232 336715 1992294400 4194304 7136930 140734868839936 18446744073709551615 5909086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 345492 336715 391 719 0 344771 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 1381968

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 4379
/proc/meminfo: memFree=160288/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1515640 CPUtime=1181.95
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 358248 0 0 0 110605 7590 0 0 25 0 1 0 2669818 1552015360 356532 1992294400 4194304 7136930 140734868839936 18446744073709551615 6125515 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 378910 356532 391 719 0 378189 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1515640

[startup+1242.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 4381
/proc/meminfo: memFree=158924/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1451308 CPUtime=1241.93
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364599 0 0 0 116202 7991 0 0 25 0 1 0 2669818 1486139392 354416 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362827 354416 391 719 0 362106 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 1451308

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4383
/proc/meminfo: memFree=158800/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1451308 CPUtime=1301.91
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364603 0 0 0 121791 8400 0 0 25 0 1 0 2669818 1486139392 354420 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362827 354420 391 719 0 362106 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1451308

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4385
/proc/meminfo: memFree=158800/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1451472 CPUtime=1361.88
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364626 0 0 0 127387 8801 0 0 25 0 1 0 2669818 1486307328 354443 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362868 354443 391 719 0 362147 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1451472

[startup+1422.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 4396
/proc/meminfo: memFree=157932/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1451472 CPUtime=1421.86
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364627 0 0 0 132958 9228 0 0 25 0 1 0 2669818 1486307328 354444 1992294400 4194304 7136930 140734868839936 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362868 354444 391 719 0 362147 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 1451472

[startup+1482.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/107 4396
/proc/meminfo: memFree=157932/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1451472 CPUtime=1481.82
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364630 0 0 0 138538 9644 0 0 25 0 1 0 2669818 1486307328 354447 1992294400 4194304 7136930 140734868839936 18446744073709551615 4854973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362868 354447 391 719 0 362147 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 1451472

[startup+1542.31 s]
/proc/loadavg: 1.06 1.03 1.00 2/107 4398
/proc/meminfo: memFree=158428/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1450956 CPUtime=1541.81
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364631 0 0 0 144125 10056 0 0 25 0 1 0 2669818 1485778944 354319 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362739 354319 391 719 0 362018 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 1450956

[startup+1602.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 4400
/proc/meminfo: memFree=158428/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1450956 CPUtime=1601.79
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364634 0 0 0 149711 10468 0 0 25 0 1 0 2669818 1485778944 354322 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362739 354322 391 719 0 362018 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 1450956

[startup+1662.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/107 4402
/proc/meminfo: memFree=158428/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1450956 CPUtime=1661.76
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364634 0 0 0 155278 10898 0 0 25 0 1 0 2669818 1485778944 354322 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362739 354322 391 719 0 362018 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 1450956

[startup+1722.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/107 4404
/proc/meminfo: memFree=158304/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1450956 CPUtime=1721.74
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364638 0 0 0 160855 11319 0 0 25 0 1 0 2669818 1485778944 354326 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362739 354326 391 719 0 362018 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 1450956

[startup+1782.3 s]
/proc/loadavg: 1.12 1.07 1.01 2/107 4404
/proc/meminfo: memFree=157932/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1450956 CPUtime=1781.72
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364638 0 0 0 166431 11741 0 0 25 0 1 0 2669818 1485778944 354326 1992294400 4194304 7136930 140734868839936 18446744073709551615 4852088 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362739 354326 391 719 0 362018 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 1450956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.17 1.08 1.01 2/107 4406
/proc/meminfo: memFree=157932/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1450956 CPUtime=1800.02
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364638 0 0 0 168130 11872 0 0 25 0 1 0 2669818 1485778944 354326 1992294400 4194304 7136930 140734868839936 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4348/statm: 362739 354326 391 719 0 362018 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1450956

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4348

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

[startup+1801.5 s]
/proc/loadavg: 1.17 1.08 1.01 2/108 4407
/proc/meminfo: memFree=157924/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1450956 CPUtime=1800.91
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364644 0 0 0 168219 11872 0 0 25 0 1 0 2669818 1485778944 354332 1992294400 4194304 7136930 140734868839936 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4348/statm: 362739 354332 397 719 0 362018 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 1450956

[startup+1802.3 s]
/proc/loadavg: 1.23 1.09 1.02 2/108 4407
/proc/meminfo: memFree=157924/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=1450956 CPUtime=1801.71
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4202496 364644 0 0 0 168299 11872 0 0 25 0 1 0 2669818 1485778944 354332 1992294400 4194304 7136930 140734868839936 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4348/statm: 362739 354332 397 719 0 362018 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 1450956

[startup+1802.7 s]
/proc/loadavg: 1.23 1.09 1.02 2/108 4407
/proc/meminfo: memFree=157924/2059040 swapFree=4192956/4192956
[pid=4348] ppid=4346 vsize=0 CPUtime=1802.12
/proc/4348/stat : 4348 (pbscip.linux.x8) R 4346 4348 3358 0 -1 4203524 364644 0 0 0 168330 11882 0 0 25 0 1 0 2669818 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/4348/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.74
CPU time (s): 1802.16
CPU user time (s): 1683.31
CPU system time (s): 118.857
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 1515640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1683.31
system time used= 118.857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364644
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 7580

runsolver used 3.18552 second user time and 8.34773 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-11 17:37:41
IDJOB=2664273
IDBENCH=1165
IDSOLVER=1167
FILE ID=node005/2664273-1276270661
PBS_JOBID= 11172205
Free space on /tmp= 62532 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664273-1276270661/watcher-2664273-1276270661 -o /tmp/evaluation-result-2664273-1276270661/solver-2664273-1276270661 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664273-1276270661.opb -t 1800 -m 1800

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=977102123

node005.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1581608 kB
Buffers:         46468 kB
Cached:         305176 kB
SwapCached:          0 kB
Active:         155888 kB
Inactive:       254988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1581608 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3252 kB
Writeback:           0 kB
AnonPages:       59200 kB
Mapped:          15388 kB
Slab:            44772 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62528 MiB
End job on node005 at 2010-06-11 18:07:44