Trace number 2664276

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.25 1802.74

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
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 benchmark30.5064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
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-2664276-1276270732.opb>
0.00/0.02	c original problem has 428 variables (428 bin, 0 int, 0 impl, 0 cont) and 644 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.02/0.03	c presolving:
0.02/0.06	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 460 impls, 0 clqs
0.02/0.08	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 644 upgd conss, 15484 impls, 0 clqs
0.02/0.08	c presolving (3 rounds):
0.02/0.08	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.08	c  15484 implications, 0 cliques
0.02/0.08	c presolved problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 644 constraints
0.02/0.08	c     290 constraints of type <knapsack>
0.02/0.08	c     354 constraints of type <logicor>
0.02/0.08	c transformed objective value is always integral (scale: 1)
0.02/0.08	c Presolving Time: 0.04
0.02/0.09	c - non default parameters ----------------------------------------------------------------------
0.02/0.09	c # SCIP version 1.2.1.2
0.02/0.09	c 
0.02/0.09	c # frequency for displaying node information lines
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.09	c display/freq = 10000
0.02/0.09	c 
0.02/0.09	c # maximal time in seconds to run
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.09	c limits/time = 1799.99
0.02/0.09	c 
0.02/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.09	c limits/memory = 1620
0.02/0.09	c 
0.02/0.09	c # solving stops, if the given number of solutions were found (-1: no limit)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.09	c limits/solutions = 1
0.02/0.09	c 
0.02/0.09	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.09	c lp/solvefreq = -1
0.02/0.09	c 
0.02/0.09	c # maximal number of separation rounds per node (-1: unlimited)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 5]
0.02/0.09	c separating/maxrounds = 1
0.02/0.09	c 
0.02/0.09	c # maximal number of separation rounds in the root node (-1: unlimited)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.09	c separating/maxroundsroot = 5
0.02/0.09	c 
0.02/0.09	c # should presolving try to simplify inequalities
0.02/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.09	c constraints/linear/simplifyinequalities = TRUE
0.02/0.09	c 
0.02/0.09	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.02/0.09	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.02/0.09	c constraints/knapsack/disaggregation = FALSE
0.02/0.09	c 
0.02/0.09	c # should presolving try to simplify knapsacks
0.02/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.09	c 
0.02/0.09	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.09	c presolving/probing/maxrounds = 0
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.09	c heuristics/coefdiving/freq = -1
0.02/0.09	c 
0.02/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.09	c heuristics/coefdiving/maxlpiterquot = 0.075
0.02/0.09	c 
0.02/0.09	c # additional number of allowed LP iterations
0.02/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.09	c heuristics/coefdiving/maxlpiterofs = 1500
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 30]
0.02/0.09	c heuristics/crossover/freq = -1
0.02/0.09	c 
0.02/0.09	c # number of nodes added to the contingent of the total nodes
0.02/0.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.09	c heuristics/crossover/nodesofs = 750
0.02/0.09	c 
0.02/0.09	c # number of nodes without incumbent change that heuristic should wait
0.02/0.09	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.02/0.09	c heuristics/crossover/nwaitingnodes = 100
0.02/0.09	c 
0.02/0.09	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.02/0.09	c # [type: real, range: [0,1], default: 0.1]
0.02/0.09	c heuristics/crossover/nodesquot = 0.15
0.02/0.09	c 
0.02/0.09	c # minimum percentage of integer variables that have to be fixed 
0.02/0.09	c # [type: real, range: [0,1], default: 0.666]
0.02/0.09	c heuristics/crossover/minfixingrate = 0.5
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.09	c heuristics/feaspump/freq = -1
0.02/0.09	c 
0.02/0.09	c # additional number of allowed LP iterations
0.02/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.09	c heuristics/feaspump/maxlpiterofs = 2000
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.09	c heuristics/fracdiving/freq = -1
0.02/0.09	c 
0.02/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.09	c heuristics/fracdiving/maxlpiterquot = 0.075
0.02/0.09	c 
0.02/0.09	c # additional number of allowed LP iterations
0.02/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.09	c heuristics/fracdiving/maxlpiterofs = 1500
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.09	c heuristics/guideddiving/freq = -1
0.02/0.09	c 
0.02/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.09	c heuristics/guideddiving/maxlpiterquot = 0.075
0.02/0.09	c 
0.02/0.09	c # additional number of allowed LP iterations
0.02/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.09	c heuristics/guideddiving/maxlpiterofs = 1500
0.02/0.09	c 
0.02/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.09	c heuristics/intdiving/maxlpiterquot = 0.075
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.09	c heuristics/intshifting/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.09	c heuristics/linesearchdiving/freq = -1
0.02/0.09	c 
0.02/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.09	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.02/0.09	c 
0.02/0.09	c # additional number of allowed LP iterations
0.02/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.09	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.09	c heuristics/nlp/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.09	c heuristics/objpscostdiving/freq = -1
0.02/0.09	c 
0.02/0.09	c # maximal fraction of diving LP iterations compared to total iteration number
0.02/0.09	c # [type: real, range: [0,1], default: 0.01]
0.02/0.09	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.02/0.09	c 
0.02/0.09	c # additional number of allowed LP iterations
0.02/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.09	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.09	c heuristics/oneopt/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.09	c heuristics/pscostdiving/freq = -1
0.02/0.09	c 
0.02/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.09	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.02/0.09	c 
0.02/0.09	c # additional number of allowed LP iterations
0.02/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.09	c heuristics/pscostdiving/maxlpiterofs = 1500
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.09	c heuristics/rens/freq = -1
0.02/0.09	c 
0.02/0.09	c # minimum percentage of integer variables that have to be fixable 
0.02/0.09	c # [type: real, range: [0,1], default: 0.5]
0.02/0.09	c heuristics/rens/minfixingrate = 0.3
0.02/0.09	c 
0.02/0.09	c # number of nodes added to the contingent of the total nodes
0.02/0.09	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.09	c heuristics/rens/nodesofs = 2000
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.09	c heuristics/rootsoldiving/freq = -1
0.02/0.09	c 
0.02/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.02/0.09	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.02/0.09	c 
0.02/0.09	c # additional number of allowed LP iterations
0.02/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.09	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.09	c heuristics/rounding/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.09	c heuristics/shifting/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.09	c heuristics/simplerounding/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.09	c heuristics/trivial/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.09	c heuristics/trysol/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.09	c heuristics/veclendiving/freq = -1
0.02/0.09	c 
0.02/0.09	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.09	c heuristics/veclendiving/maxlpiterquot = 0.075
0.02/0.09	c 
0.02/0.09	c # additional number of allowed LP iterations
0.02/0.09	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.09	c heuristics/veclendiving/maxlpiterofs = 1500
0.02/0.09	c 
0.02/0.09	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.09	c heuristics/zirounding/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.09	c separating/cmir/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.09	c separating/flowcover/freq = -1
0.02/0.09	c 
0.02/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.09	c separating/rapidlearning/freq = 0
0.02/0.09	c 
0.02/0.09	c -----------------------------------------------------------------------------------------------
0.02/0.09	c start solving
0.02/0.09	c 
0.02/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.09	c   0.1s|     1 |     2 |     0 |     - |2140k|   0 |   - | 420 | 644 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.39/2.43	c   2.2s| 10000 |  7029 |     0 |   0.0 |6504k| 125 |   - | 420 | 731 |   0 |   0 |   0 | 260 |   0 | 0.000000e+00 |      --      |    Inf 
4.89/4.99	c   4.6s| 20000 | 12940 |     0 |   0.0 |  10M| 125 |   - | 420 | 735 |   0 |   0 |   0 | 654 |   0 | 0.000000e+00 |      --      |    Inf 
7.59/7.61	c   7.1s| 30000 | 18221 |     0 |   0.0 |  13M| 125 |   - | 420 | 729 |   0 |   0 |   0 |1042 |   0 | 0.000000e+00 |      --      |    Inf 
9.90/9.90	c   9.2s| 40000 | 24968 |     0 |   0.0 |  16M| 140 |   - | 420 | 687 |   0 |   0 |   0 |1263 |   0 | 0.000000e+00 |      --      |    Inf 
12.18/12.21	c  11.4s| 50000 | 31905 |     0 |   0.0 |  20M| 140 |   - | 420 | 731 |   0 |   0 |   0 |1535 |   0 | 0.000000e+00 |      --      |    Inf 
14.49/14.56	c  13.6s| 60000 | 38652 |     0 |   0.0 |  24M| 140 |   - | 420 | 691 |   0 |   0 |   0 |1783 |   0 | 0.000000e+00 |      --      |    Inf 
16.79/16.88	c  15.7s| 70000 | 45373 |     0 |   0.0 |  28M| 140 |   - | 420 | 713 |   0 |   0 |   0 |2072 |   0 | 0.000000e+00 |      --      |    Inf 
19.28/19.32	c  18.0s| 80000 | 51558 |     0 |   0.0 |  32M| 140 |   - | 420 | 709 |   0 |   0 |   0 |2422 |   0 | 0.000000e+00 |      --      |    Inf 
21.79/21.88	c  20.4s| 90000 | 57329 |     0 |   0.0 |  35M| 140 |   - | 420 | 747 |   0 |   0 |   0 |2870 |   0 | 0.000000e+00 |      --      |    Inf 
24.28/24.32	c  22.7s|100000 | 63464 |     0 |   0.0 |  39M| 140 |   - | 420 | 717 |   0 |   0 |   0 |3226 |   0 | 0.000000e+00 |      --      |    Inf 
26.78/26.81	c  25.0s|110000 | 69806 |     0 |   0.0 |  43M| 140 |   - | 420 | 740 |   0 |   0 |   0 |3644 |   0 | 0.000000e+00 |      --      |    Inf 
29.18/29.29	c  27.2s|120000 | 75957 |     0 |   0.0 |  46M| 140 |   - | 420 | 750 |   0 |   0 |   0 |4054 |   0 | 0.000000e+00 |      --      |    Inf 
31.68/31.78	c  29.6s|130000 | 81924 |     0 |   0.0 |  50M| 140 |   - | 420 | 723 |   0 |   0 |   0 |4410 |   0 | 0.000000e+00 |      --      |    Inf 
34.29/34.34	c  32.0s|140000 | 87672 |     0 |   0.0 |  54M| 140 |   - | 420 | 741 |   0 |   0 |   0 |4807 |   0 | 0.000000e+00 |      --      |    Inf 
36.88/36.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.88/36.94	c  34.4s|150000 | 93296 |     0 |   0.0 |  57M| 140 |   - | 420 | 757 |   0 |   0 |   0 |5252 |   0 | 0.000000e+00 |      --      |    Inf 
39.49/39.59	c  36.9s|160000 | 98870 |     0 |   0.0 |  61M| 140 |   - | 420 | 747 |   0 |   0 |   0 |5758 |   0 | 0.000000e+00 |      --      |    Inf 
42.18/42.22	c  39.3s|170000 |104588 |     0 |   0.0 |  64M| 140 |   - | 420 | 760 |   0 |   0 |   0 |6204 |   0 | 0.000000e+00 |      --      |    Inf 
44.87/44.91	c  41.9s|180000 |110078 |     0 |   0.0 |  67M| 140 |   - | 420 | 775 |   0 |   0 |   0 |6713 |   0 | 0.000000e+00 |      --      |    Inf 
47.48/47.58	c  44.4s|190000 |115405 |     0 |   0.0 |  71M| 140 |   - | 420 | 776 |   0 |   0 |   0 |7221 |   0 | 0.000000e+00 |      --      |    Inf 
50.17/50.29	c  46.9s|200000 |120759 |     0 |   0.0 |  74M| 140 |   - | 420 | 760 |   0 |   0 |   0 |7746 |   0 | 0.000000e+00 |      --      |    Inf 
52.88/52.96	c  49.4s|210000 |126175 |     0 |   0.0 |  77M| 140 |   - | 420 | 761 |   0 |   0 |   0 |8211 |   0 | 0.000000e+00 |      --      |    Inf 
55.57/55.68	c  51.9s|220000 |131409 |     0 |   0.0 |  81M| 140 |   - | 420 | 792 |   0 |   0 |   0 |8716 |   0 | 0.000000e+00 |      --      |    Inf 
58.28/58.35	c  54.4s|230000 |136857 |     0 |   0.0 |  84M| 140 |   - | 420 | 733 |   0 |   0 |   0 |9167 |   0 | 0.000000e+00 |      --      |    Inf 
61.08/61.10	c  57.0s|240000 |141993 |     0 |   0.0 |  87M| 140 |   - | 420 | 756 |   0 |   0 |   0 |9661 |   0 | 0.000000e+00 |      --      |    Inf 
63.78/63.83	c  59.5s|250000 |147085 |     0 |   0.0 |  90M| 140 |   - | 420 | 787 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
66.47/66.56	c  62.1s|260000 |152102 |     0 |   0.0 |  93M| 140 |   - | 420 | 808 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
69.18/69.28	c  64.6s|270000 |157199 |     0 |   0.0 |  97M| 140 |   - | 420 | 797 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
72.07/72.10	c  67.3s|280000 |162078 |     0 |   0.0 | 100M| 140 |   - | 420 | 778 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
74.78/74.86	c  69.9s|290000 |167004 |     0 |   0.0 | 103M| 140 |   - | 420 | 772 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
77.57/77.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.57/77.64	c  72.5s|300000 |171866 |     0 |   0.0 | 106M| 140 |   - | 420 | 766 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
80.18/80.29	c  75.0s|310000 |176963 |     0 |   0.0 | 109M| 140 |   - | 420 | 755 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
82.97/83.01	c  77.5s|320000 |181841 |     0 |   0.0 | 112M| 140 |   - | 420 | 732 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
85.68/85.73	c  80.0s|330000 |186760 |     0 |   0.0 | 116M| 140 |   - | 420 | 735 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
88.36/88.48	c  82.6s|340000 |191553 |     0 |   0.0 | 119M| 140 |   - | 420 | 747 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
91.17/91.27	c  85.2s|350000 |196234 |     0 |   0.0 | 122M| 140 |   - | 420 | 778 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
93.96/94.02	c  87.8s|360000 |200958 |     0 |   0.0 | 125M| 140 |   - | 420 | 752 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
96.77/96.85	c  90.5s|370000 |205372 |     0 |   0.0 | 128M| 140 |   - | 420 | 736 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
99.46/99.59	c  93.0s|380000 |210231 |     0 |   0.0 | 131M| 140 |   - | 420 | 732 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
102.46/102.52	c  95.8s|390000 |214713 |     0 |   0.0 | 134M| 140 |   - | 420 | 745 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
105.27/105.36	c  98.5s|400000 |219171 |     0 |   0.0 | 137M| 140 |   - | 420 | 701 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
108.17/108.26	c   101s|410000 |223510 |     0 |   0.0 | 140M| 140 |   - | 420 | 695 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
110.97/111.07	c   104s|420000 |228270 |     0 |   0.0 | 143M| 140 |   - | 420 | 692 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
113.76/113.81	c   106s|430000 |233285 |     0 |   0.0 | 146M| 140 |   - | 420 | 700 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
116.36/116.49	c   109s|440000 |238505 |     0 |   0.0 | 149M| 140 |   - | 420 | 678 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
118.96/119.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.96/119.07	c   111s|450000 |244246 |     0 |   0.0 | 153M| 140 |   - | 420 | 682 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
121.36/121.48	c   114s|460000 |250621 |     0 |   0.0 | 156M| 140 |   - | 420 | 685 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
123.76/123.83	c   116s|470000 |257126 |     0 |   0.0 | 160M| 140 |   - | 420 | 676 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
126.05/126.13	c   118s|480000 |263820 |     0 |   0.0 | 163M| 140 |   - | 420 | 681 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
128.46/128.52	c   120s|490000 |270307 |     0 |   0.0 | 166M| 140 |   - | 420 | 679 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
130.87/130.98	c   122s|500000 |276555 |     0 |   0.0 | 170M| 142 |   - | 420 | 681 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
133.46/133.50	c   125s|510000 |281983 |     0 |   0.0 | 173M| 142 |   - | 420 | 691 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
135.95/136.02	c   127s|520000 |288452 |     0 |   0.0 | 177M| 148 |   - | 420 | 788 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
138.47/138.53	c   129s|530000 |294863 |     0 |   0.0 | 180M| 148 |   - | 420 | 834 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
141.05/141.13	c   132s|540000 |301105 |     0 |   0.0 | 184M| 148 |   - | 420 | 870 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
143.55/143.60	c   134s|550000 |307669 |     0 |   0.0 | 188M| 148 |   - | 420 | 854 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
146.16/146.25	c   137s|560000 |313865 |     0 |   0.0 | 191M| 148 |   - | 420 | 870 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
148.75/148.87	c   139s|570000 |320186 |     0 |   0.0 | 195M| 148 |   - | 420 | 880 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
151.55/151.60	c   142s|580000 |326181 |     0 |   0.0 | 199M| 148 |   - | 420 | 898 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
154.25/154.31	c   144s|590000 |331996 |     0 |   0.0 | 203M| 148 |   - | 420 | 860 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
156.95/157.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.95/157.06	c   147s|600000 |337977 |     0 |   0.0 | 206M| 148 |   - | 420 | 907 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
159.65/159.74	c   149s|610000 |343893 |     0 |   0.0 | 210M| 148 |   - | 420 | 877 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
162.25/162.39	c   152s|620000 |350065 |     0 |   0.0 | 213M| 148 |   - | 420 | 872 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
165.15/165.23	c   154s|630000 |355614 |     0 |   0.0 | 217M| 148 |   - | 420 | 902 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
167.85/167.98	c   157s|640000 |361491 |     0 |   0.0 | 221M| 148 |   - | 420 | 830 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
170.74/170.80	c   160s|650000 |367315 |     0 |   0.0 | 224M| 148 |   - | 420 | 908 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
173.44/173.51	c   162s|660000 |373211 |     0 |   0.0 | 228M| 148 |   - | 420 | 874 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
176.15/176.21	c   165s|670000 |378976 |     0 |   0.0 | 231M| 148 |   - | 420 | 852 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
178.74/178.89	c   167s|680000 |385046 |     0 |   0.0 | 235M| 148 |   - | 420 | 872 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
181.54/181.68	c   170s|690000 |390824 |     0 |   0.0 | 239M| 148 |   - | 420 | 944 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
184.44/184.52	c   172s|700000 |396500 |     0 |   0.0 | 242M| 148 |   - | 420 | 921 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
187.24/187.34	c   175s|710000 |402229 |     0 |   0.0 | 246M| 148 |   - | 420 | 866 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
189.84/189.91	c   177s|720000 |408682 |     0 |   0.0 | 249M| 148 |   - | 420 | 860 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
192.64/192.70	c   180s|730000 |414589 |     0 |   0.0 | 253M| 148 |   - | 420 | 930 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
195.34/195.42	c   183s|740000 |420442 |     0 |   0.0 | 256M| 148 |   - | 420 | 875 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
198.14/198.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
198.14/198.29	c   185s|750000 |425887 |     0 |   0.0 | 260M| 148 |   - | 420 | 918 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
200.94/201.02	c   188s|760000 |431824 |     0 |   0.0 | 264M| 148 |   - | 420 | 866 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
203.44/203.60	c   190s|770000 |438148 |     0 |   0.0 | 267M| 148 |   - | 420 | 869 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
206.14/206.20	c   193s|780000 |444261 |     0 |   0.0 | 271M| 148 |   - | 420 | 825 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
208.53/208.69	c   195s|790000 |450837 |     0 |   0.0 | 275M| 148 |   - | 420 | 822 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
211.34/211.42	c   198s|800000 |456625 |     0 |   0.0 | 279M| 148 |   - | 420 | 882 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
214.14/214.22	c   200s|810000 |462306 |     0 |   0.0 | 282M| 148 |   - | 420 | 887 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
216.83/216.99	c   203s|820000 |468260 |     0 |   0.0 | 286M| 148 |   - | 420 | 890 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
219.73/219.82	c   205s|830000 |473813 |     0 |   0.0 | 289M| 148 |   - | 420 | 861 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
222.53/222.62	c   208s|840000 |479581 |     0 |   0.0 | 293M| 148 |   - | 420 | 897 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
225.33/225.45	c   211s|850000 |485150 |     0 |   0.0 | 296M| 148 |   - | 420 | 855 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
228.03/228.16	c   213s|860000 |491201 |     0 |   0.0 | 300M| 148 |   - | 420 | 869 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
230.83/230.98	c   216s|870000 |496643 |     0 |   0.0 | 304M| 148 |   - | 420 | 837 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
233.63/233.71	c   218s|880000 |502433 |     0 |   0.0 | 307M| 148 |   - | 420 | 850 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
236.02/236.19	c   221s|890000 |509003 |     0 |   0.0 | 311M| 148 |   - | 420 | 825 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
238.53/238.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.53/238.64	c   223s|900000 |515519 |     0 |   0.0 | 315M| 148 |   - | 420 | 785 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
241.13/241.25	c   225s|910000 |521643 |     0 |   0.0 | 319M| 148 |   - | 420 | 817 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
243.62/243.74	c   228s|920000 |528069 |     0 |   0.0 | 323M| 148 |   - | 420 | 809 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
246.52/246.64	c   231s|930000 |533604 |     0 |   0.0 | 326M| 148 |   - | 420 | 870 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
249.32/249.44	c   233s|940000 |539203 |     0 |   0.0 | 330M| 148 |   - | 420 | 880 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
251.83/251.94	c   235s|950000 |545571 |     0 |   0.0 | 333M| 148 |   - | 420 | 856 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
254.42/254.50	c   238s|960000 |551731 |     0 |   0.0 | 337M| 148 |   - | 420 | 810 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
256.82/256.94	c   240s|970000 |558439 |     0 |   0.0 | 341M| 148 |   - | 420 | 849 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
259.43/259.53	c   243s|980000 |564819 |     0 |   0.0 | 345M| 148 |   - | 420 | 883 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
262.02/262.13	c   245s|990000 |570878 |     0 |   0.0 | 348M| 148 |   - | 420 | 837 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
264.92/265.10	c   248s|  1000k|576317 |     0 |   0.0 | 352M| 148 |   - | 420 | 929 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
267.72/267.80	c   250s|  1010k|582284 |     0 |   0.0 | 355M| 148 |   - | 420 | 868 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
270.43/270.60	c   253s|  1020k|587885 |     0 |   0.0 | 359M| 148 |   - | 420 | 921 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
273.31/273.44	c   256s|  1030k|593365 |     0 |   0.0 | 362M| 148 |   - | 420 | 891 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
276.03/276.16	c   258s|  1040k|599192 |     0 |   0.0 | 366M| 148 |   - | 420 | 895 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
278.71/278.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.71/278.88	c   261s|  1050k|605064 |     0 |   0.0 | 369M| 148 |   - | 420 | 868 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
281.42/281.53	c   263s|  1060k|611027 |     0 |   0.0 | 373M| 148 |   - | 420 | 815 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
284.02/284.18	c   266s|  1070k|616726 |     0 |   0.0 | 377M| 148 |   - | 420 | 835 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
286.71/286.85	c   268s|  1080k|622444 |     0 |   0.0 | 380M| 148 |   - | 420 | 827 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
289.41/289.56	c   271s|  1090k|628261 |     0 |   0.0 | 384M| 148 |   - | 420 | 890 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
292.31/292.42	c   273s|  1100k|633929 |     0 |   0.0 | 387M| 148 |   - | 420 | 957 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
295.11/295.27	c   276s|  1110k|639359 |     0 |   0.0 | 391M| 148 |   - | 420 | 888 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
297.92/298.07	c   279s|  1120k|644957 |     0 |   0.0 | 395M| 148 |   - | 420 | 865 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
300.71/300.83	c   281s|  1130k|650813 |     0 |   0.0 | 398M| 148 |   - | 420 | 849 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
303.31/303.45	c   284s|  1140k|656820 |     0 |   0.0 | 402M| 148 |   - | 420 | 808 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
305.91/306.08	c   286s|  1150k|662564 |     0 |   0.0 | 405M| 148 |   - | 420 | 811 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
308.71/308.83	c   289s|  1160k|668067 |     0 |   0.0 | 409M| 148 |   - | 420 | 850 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
311.40/311.50	c   291s|  1170k|673788 |     0 |   0.0 | 412M| 148 |   - | 420 | 810 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
314.11/314.20	c   294s|  1180k|679298 |     0 |   0.0 | 416M| 148 |   - | 420 | 858 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
316.81/316.90	c   296s|  1190k|685115 |     0 |   0.0 | 419M| 148 |   - | 420 | 808 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
319.40/319.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
319.40/319.55	c   299s|  1200k|691010 |     0 |   0.0 | 423M| 148 |   - | 420 | 829 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
321.90/322.06	c   301s|  1210k|697155 |     0 |   0.0 | 426M| 148 |   - | 420 | 820 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
324.60/324.76	c   304s|  1220k|703142 |     0 |   0.0 | 430M| 148 |   - | 420 | 791 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
327.20/327.39	c   306s|  1230k|708978 |     0 |   0.0 | 433M| 148 |   - | 420 | 835 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
330.00/330.13	c   309s|  1240k|714590 |     0 |   0.0 | 437M| 148 |   - | 420 | 869 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
332.60/332.78	c   311s|  1250k|720223 |     0 |   0.0 | 441M| 148 |   - | 420 | 852 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
335.31/335.49	c   314s|  1260k|725866 |     0 |   0.0 | 444M| 148 |   - | 420 | 838 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
338.20/338.30	c   316s|  1270k|731283 |     0 |   0.0 | 448M| 148 |   - | 420 | 856 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
340.91/341.02	c   319s|  1280k|737093 |     0 |   0.0 | 451M| 148 |   - | 420 | 824 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
343.50/343.64	c   321s|  1290k|743033 |     0 |   0.0 | 455M| 148 |   - | 420 | 803 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
346.20/346.32	c   324s|  1300k|748843 |     0 |   0.0 | 458M| 148 |   - | 420 | 812 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
348.80/348.97	c   326s|  1310k|754716 |     0 |   0.0 | 462M| 148 |   - | 420 | 804 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
351.50/351.65	c   329s|  1320k|760423 |     0 |   0.0 | 465M| 148 |   - | 420 | 777 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
354.19/354.33	c   331s|  1330k|766217 |     0 |   0.0 | 468M| 148 |   - | 420 | 815 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
356.89/357.03	c   334s|  1340k|771959 |     0 |   0.0 | 472M| 148 |   - | 420 | 838 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
359.60/359.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.60/359.79	c   336s|  1350k|777241 |     0 |   0.0 | 475M| 148 |   - | 420 | 842 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
362.39/362.57	c   339s|  1360k|782580 |     0 |   0.0 | 479M| 148 |   - | 420 | 791 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
365.19/365.34	c   342s|  1370k|787916 |     0 |   0.0 | 482M| 148 |   - | 420 | 825 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
367.89/368.07	c   344s|  1380k|793442 |     0 |   0.0 | 485M| 148 |   - | 420 | 826 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
370.70/370.88	c   347s|  1390k|798870 |     0 |   0.0 | 489M| 148 |   - | 420 | 817 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
373.39/373.53	c   349s|  1400k|804610 |     0 |   0.0 | 492M| 148 |   - | 420 | 836 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
376.19/376.35	c   352s|  1410k|810112 |     0 |   0.0 | 496M| 148 |   - | 420 | 828 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
378.89/379.08	c   354s|  1420k|815719 |     0 |   0.0 | 499M| 148 |   - | 420 | 812 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
381.69/381.81	c   357s|  1430k|821240 |     0 |   0.0 | 503M| 148 |   - | 420 | 833 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
384.39/384.55	c   360s|  1440k|826790 |     0 |   0.0 | 506M| 148 |   - | 420 | 821 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
387.09/387.24	c   362s|  1450k|832465 |     0 |   0.0 | 510M| 148 |   - | 420 | 838 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
389.98/390.11	c   365s|  1460k|837521 |     0 |   0.0 | 513M| 148 |   - | 420 | 814 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
392.69/392.82	c   367s|  1470k|843026 |     0 |   0.0 | 516M| 148 |   - | 420 | 859 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
395.48/395.62	c   370s|  1480k|848343 |     0 |   0.0 | 520M| 148 |   - | 420 | 829 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
398.18/398.38	c   373s|  1490k|853963 |     0 |   0.0 | 523M| 148 |   - | 420 | 827 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
400.98/401.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.98/401.15	c   375s|  1500k|859500 |     0 |   0.0 | 527M| 148 |   - | 420 | 854 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
403.68/403.84	c   378s|  1510k|865239 |     0 |   0.0 | 530M| 148 |   - | 420 | 811 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
406.48/406.60	c   380s|  1520k|870826 |     0 |   0.0 | 533M| 148 |   - | 420 | 791 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
409.18/409.34	c   383s|  1530k|876426 |     0 |   0.0 | 537M| 148 |   - | 420 | 801 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
411.98/412.14	c   385s|  1540k|881860 |     0 |   0.0 | 540M| 148 |   - | 420 | 848 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
414.68/414.89	c   388s|  1550k|887288 |     0 |   0.0 | 543M| 148 |   - | 420 | 848 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
417.48/417.60	c   391s|  1560k|892968 |     0 |   0.0 | 547M| 148 |   - | 420 | 811 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
420.28/420.43	c   393s|  1570k|898299 |     0 |   0.0 | 550M| 148 |   - | 420 | 826 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
422.98/423.17	c   396s|  1580k|903583 |     0 |   0.0 | 554M| 148 |   - | 420 | 820 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
425.77/425.99	c   398s|  1590k|908604 |     0 |   0.0 | 557M| 148 |   - | 420 | 813 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
428.68/428.83	c   401s|  1600k|913833 |     0 |   0.0 | 560M| 148 |   - | 420 | 831 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
431.37/431.58	c   404s|  1610k|919369 |     0 |   0.0 | 564M| 148 |   - | 420 | 822 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
434.17/434.30	c   406s|  1620k|925016 |     0 |   0.0 | 567M| 148 |   - | 420 | 892 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
436.88/437.05	c   409s|  1630k|930871 |     0 |   0.0 | 571M| 148 |   - | 420 | 873 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
439.78/439.91	c   412s|  1640k|936030 |     0 |   0.0 | 574M| 148 |   - | 420 | 863 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
442.37/442.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.37/442.59	c   414s|  1650k|941602 |     0 |   0.0 | 577M| 148 |   - | 420 | 821 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
445.28/445.45	c   417s|  1660k|946774 |     0 |   0.0 | 581M| 148 |   - | 420 | 835 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
448.07/448.22	c   419s|  1670k|952420 |     0 |   0.0 | 584M| 148 |   - | 420 | 792 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
450.88/451.09	c   422s|  1680k|957769 |     0 |   0.0 | 587M| 148 |   - | 420 | 837 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
453.77/453.93	c   425s|  1690k|963043 |     0 |   0.0 | 591M| 148 |   - | 420 | 836 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
456.77/456.90	c   428s|  1700k|967930 |     0 |   0.0 | 594M| 148 |   - | 420 | 866 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
459.58/459.73	c   430s|  1710k|973200 |     0 |   0.0 | 597M| 148 |   - | 420 | 812 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
462.47/462.61	c   433s|  1720k|978402 |     0 |   0.0 | 601M| 148 |   - | 420 | 843 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
465.27/465.44	c   436s|  1730k|983688 |     0 |   0.0 | 604M| 148 |   - | 420 | 836 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
468.17/468.34	c   438s|  1740k|988848 |     0 |   0.0 | 607M| 148 |   - | 420 | 855 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
471.06/471.25	c   441s|  1750k|993907 |     0 |   0.0 | 610M| 148 |   - | 420 | 826 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
473.97/474.11	c   444s|  1760k|999096 |     0 |   0.0 | 614M| 148 |   - | 420 | 836 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
476.76/476.98	c   446s|  1770k|  1004k|     0 |   0.0 | 617M| 148 |   - | 420 | 852 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
479.66/479.86	c   449s|  1780k|  1009k|     0 |   0.0 | 620M| 148 |   - | 420 | 836 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
482.36/482.58	c   452s|  1790k|  1015k|     0 |   0.0 | 624M| 148 |   - | 420 | 849 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
485.15/485.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.15/485.37	c   454s|  1800k|  1020k|     0 |   0.0 | 627M| 148 |   - | 420 | 789 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
488.06/488.25	c   457s|  1810k|  1025k|     0 |   0.0 | 630M| 148 |   - | 420 | 826 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
491.06/491.22	c   460s|  1820k|  1030k|     0 |   0.0 | 633M| 148 |   - | 420 | 833 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
494.06/494.20	c   463s|  1830k|  1035k|     0 |   0.0 | 637M| 148 |   - | 420 | 864 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
496.76/496.99	c   465s|  1840k|  1040k|     0 |   0.0 | 640M| 148 |   - | 420 | 836 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
499.65/499.88	c   468s|  1850k|  1045k|     0 |   0.0 | 643M| 148 |   - | 420 | 834 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
502.46/502.70	c   470s|  1860k|  1050k|     0 |   0.0 | 646M| 148 |   - | 420 | 802 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
505.46/505.66	c   473s|  1870k|  1056k|     0 |   0.0 | 650M| 148 |   - | 420 | 858 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
508.35/508.53	c   476s|  1880k|  1061k|     0 |   0.0 | 653M| 148 |   - | 420 | 857 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
511.26/511.46	c   479s|  1890k|  1066k|     0 |   0.0 | 656M| 148 |   - | 420 | 844 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
514.25/514.42	c   482s|  1900k|  1071k|     0 |   0.0 | 659M| 148 |   - | 420 | 900 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
517.05/517.28	c   484s|  1910k|  1076k|     0 |   0.0 | 662M| 148 |   - | 420 | 843 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
519.85/520.01	c   487s|  1920k|  1082k|     0 |   0.0 | 666M| 148 |   - | 420 | 812 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
522.65/522.86	c   489s|  1930k|  1087k|     0 |   0.0 | 669M| 148 |   - | 420 | 865 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
525.56/525.79	c   492s|  1940k|  1092k|     0 |   0.0 | 672M| 148 |   - | 420 | 851 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
528.44/528.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
528.44/528.68	c   495s|  1950k|  1097k|     0 |   0.0 | 676M| 148 |   - | 420 | 818 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
531.45/531.60	c   498s|  1960k|  1102k|     0 |   0.0 | 679M| 148 |   - | 420 | 849 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
534.24/534.43	c   500s|  1970k|  1107k|     0 |   0.0 | 682M| 148 |   - | 420 | 810 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
537.15/537.39	c   503s|  1980k|  1112k|     0 |   0.0 | 685M| 148 |   - | 420 | 850 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
540.04/540.27	c   506s|  1990k|  1118k|     0 |   0.0 | 689M| 148 |   - | 420 | 827 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
543.16/543.30	c   509s|  2000k|  1122k|     0 |   0.0 | 692M| 148 |   - | 420 | 847 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
546.04/546.23	c   511s|  2010k|  1127k|     0 |   0.0 | 695M| 148 |   - | 420 | 884 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
548.94/549.13	c   514s|  2020k|  1132k|     0 |   0.0 | 698M| 148 |   - | 420 | 843 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
551.74/551.99	c   517s|  2030k|  1137k|     0 |   0.0 | 701M| 148 |   - | 420 | 848 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
554.64/554.81	c   519s|  2040k|  1143k|     0 |   0.0 | 705M| 148 |   - | 420 | 804 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
557.45/557.62	c   522s|  2050k|  1148k|     0 |   0.0 | 708M| 148 |   - | 420 | 839 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
560.44/560.64	c   525s|  2060k|  1153k|     0 |   0.0 | 711M| 148 |   - | 420 | 849 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
563.44/563.61	c   528s|  2070k|  1158k|     0 |   0.0 | 714M| 148 |   - | 420 | 814 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
566.44/566.60	c   531s|  2080k|  1163k|     0 |   0.0 | 718M| 148 |   - | 420 | 877 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
569.24/569.47	c   533s|  2090k|  1169k|     0 |   0.0 | 721M| 148 |   - | 420 | 829 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
572.23/572.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.23/572.47	c   536s|  2100k|  1173k|     0 |   0.0 | 724M| 148 |   - | 420 | 851 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
575.34/575.56	c   539s|  2110k|  1178k|     0 |   0.0 | 727M| 148 |   - | 420 | 862 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
578.34/578.56	c   542s|  2120k|  1183k|     0 |   0.0 | 730M| 148 |   - | 420 | 861 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
581.33/581.50	c   544s|  2130k|  1188k|     0 |   0.0 | 734M| 148 |   - | 420 | 858 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
584.43/584.65	c   547s|  2140k|  1193k|     0 |   0.0 | 737M| 148 |   - | 420 | 862 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
587.43/587.64	c   550s|  2150k|  1197k|     0 |   0.0 | 740M| 148 |   - | 420 | 869 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
590.33/590.51	c   553s|  2160k|  1203k|     0 |   0.0 | 743M| 148 |   - | 420 | 817 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
593.23/593.47	c   556s|  2170k|  1208k|     0 |   0.0 | 746M| 148 |   - | 420 | 843 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
596.23/596.44	c   558s|  2180k|  1213k|     0 |   0.0 | 750M| 148 |   - | 420 | 852 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
599.23/599.47	c   561s|  2190k|  1218k|     0 |   0.0 | 753M| 148 |   - | 420 | 842 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
602.33/602.51	c   564s|  2200k|  1223k|     0 |   0.0 | 756M| 148 |   - | 420 | 877 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
605.22/605.47	c   567s|  2210k|  1228k|     0 |   0.0 | 759M| 148 |   - | 420 | 833 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
608.14/608.39	c   570s|  2220k|  1233k|     0 |   0.0 | 763M| 148 |   - | 420 | 829 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
611.02/611.21	c   572s|  2230k|  1238k|     0 |   0.0 | 766M| 148 |   - | 420 | 853 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
614.13/614.30	c   575s|  2240k|  1243k|     0 |   0.0 | 769M| 148 |   - | 420 | 850 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
617.13/617.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.13/617.32	c   578s|  2250k|  1248k|     0 |   0.0 | 772M| 148 |   - | 420 | 858 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
620.23/620.46	c   581s|  2260k|  1252k|     0 |   0.0 | 775M| 148 |   - | 420 | 842 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
623.32/623.51	c   584s|  2270k|  1257k|     0 |   0.0 | 778M| 148 |   - | 420 | 862 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
626.42/626.61	c   587s|  2280k|  1262k|     0 |   0.0 | 781M| 148 |   - | 420 | 889 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
629.42/629.65	c   590s|  2290k|  1266k|     0 |   0.0 | 784M| 148 |   - | 420 | 846 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
632.42/632.67	c   593s|  2300k|  1271k|     0 |   0.0 | 788M| 148 |   - | 420 | 881 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
635.41/635.67	c   595s|  2310k|  1276k|     0 |   0.0 | 791M| 148 |   - | 420 | 836 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
638.32/638.58	c   598s|  2320k|  1282k|     0 |   0.0 | 794M| 148 |   - | 420 | 825 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
641.41/641.63	c   601s|  2330k|  1287k|     0 |   0.0 | 797M| 148 |   - | 420 | 817 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
644.21/644.42	c   604s|  2340k|  1292k|     0 |   0.0 | 801M| 148 |   - | 420 | 788 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
647.12/647.30	c   606s|  2350k|  1298k|     0 |   0.0 | 804M| 148 |   - | 420 | 815 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
649.92/650.19	c   609s|  2360k|  1303k|     0 |   0.0 | 807M| 148 |   - | 420 | 841 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
653.02/653.25	c   612s|  2370k|  1308k|     0 |   0.0 | 810M| 148 |   - | 420 | 857 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
656.11/656.31	c   615s|  2380k|  1312k|     0 |   0.0 | 813M| 148 |   - | 420 | 820 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
659.21/659.42	c   618s|  2390k|  1317k|     0 |   0.0 | 817M| 148 |   - | 420 | 868 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
662.31/662.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.31/662.51	c   621s|  2400k|  1321k|     0 |   0.0 | 820M| 148 |   - | 420 | 849 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
665.32/665.52	c   623s|  2410k|  1326k|     0 |   0.0 | 823M| 148 |   - | 420 | 879 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
668.31/668.54	c   626s|  2420k|  1331k|     0 |   0.0 | 826M| 148 |   - | 420 | 845 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
671.41/671.61	c   629s|  2430k|  1336k|     0 |   0.0 | 829M| 148 |   - | 420 | 846 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
674.31/674.54	c   632s|  2440k|  1341k|     0 |   0.0 | 832M| 148 |   - | 420 | 871 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
677.31/677.54	c   635s|  2450k|  1346k|     0 |   0.0 | 835M| 148 |   - | 420 | 840 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
680.31/680.51	c   637s|  2460k|  1351k|     0 |   0.0 | 838M| 148 |   - | 420 | 822 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
683.21/683.44	c   640s|  2470k|  1356k|     0 |   0.0 | 841M| 148 |   - | 420 | 795 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
686.00/686.29	c   643s|  2480k|  1361k|     0 |   0.0 | 845M| 148 |   - | 420 | 810 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
689.00/689.25	c   646s|  2490k|  1366k|     0 |   0.0 | 848M| 148 |   - | 420 | 823 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
691.91/692.13	c   648s|  2500k|  1371k|     0 |   0.0 | 851M| 148 |   - | 420 | 874 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
695.10/695.32	c   651s|  2510k|  1376k|     0 |   0.0 | 854M| 148 |   - | 420 | 843 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
698.21/698.47	c   654s|  2520k|  1380k|     0 |   0.0 | 857M| 148 |   - | 420 | 877 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
701.30/701.57	c   657s|  2530k|  1385k|     0 |   0.0 | 860M| 148 |   - | 420 | 813 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
704.31/704.51	c   660s|  2540k|  1390k|     0 |   0.0 | 863M| 148 |   - | 420 | 832 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
707.40/707.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
707.40/707.61	c   663s|  2550k|  1394k|     0 |   0.0 | 866M| 148 |   - | 420 | 878 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
710.50/710.75	c   666s|  2560k|  1399k|     0 |   0.0 | 869M| 148 |   - | 420 | 866 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
713.60/713.84	c   669s|  2570k|  1404k|     0 |   0.0 | 873M| 148 |   - | 420 | 886 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
716.70/716.93	c   672s|  2580k|  1409k|     0 |   0.0 | 876M| 148 |   - | 420 | 831 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
719.60/719.89	c   675s|  2590k|  1414k|     0 |   0.0 | 879M| 148 |   - | 420 | 830 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
722.50/722.74	c   677s|  2600k|  1419k|     0 |   0.0 | 882M| 148 |   - | 420 | 852 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
725.40/725.68	c   680s|  2610k|  1424k|     0 |   0.0 | 885M| 148 |   - | 420 | 846 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
728.30/728.56	c   683s|  2620k|  1430k|     0 |   0.0 | 889M| 148 |   - | 420 | 824 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
731.30/731.58	c   685s|  2630k|  1435k|     0 |   0.0 | 892M| 148 |   - | 420 | 832 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
734.49/734.74	c   688s|  2640k|  1439k|     0 |   0.0 | 895M| 148 |   - | 420 | 857 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
737.69/737.98	c   692s|  2650k|  1443k|     0 |   0.0 | 898M| 148 |   - | 420 | 848 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
740.90/741.12	c   694s|  2660k|  1448k|     0 |   0.0 | 901M| 148 |   - | 420 | 846 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
743.89/744.11	c   697s|  2670k|  1452k|     0 |   0.0 | 904M| 148 |   - | 420 | 821 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
746.89/747.14	c   700s|  2680k|  1457k|     0 |   0.0 | 907M| 148 |   - | 420 | 857 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
749.89/750.20	c   703s|  2690k|  1462k|     0 |   0.0 | 910M| 148 |   - | 420 | 814 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
752.98/753.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
752.98/753.25	c   706s|  2700k|  1467k|     0 |   0.0 | 913M| 148 |   - | 420 | 826 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
756.09/756.31	c   709s|  2710k|  1472k|     0 |   0.0 | 916M| 148 |   - | 420 | 800 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
758.99/759.28	c   711s|  2720k|  1477k|     0 |   0.0 | 919M| 148 |   - | 420 | 817 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
761.99/762.28	c   714s|  2730k|  1482k|     0 |   0.0 | 923M| 148 |   - | 420 | 785 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
764.99/765.26	c   717s|  2740k|  1487k|     0 |   0.0 | 926M| 148 |   - | 420 | 810 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
767.89/768.18	c   720s|  2750k|  1492k|     0 |   0.0 | 929M| 148 |   - | 420 | 802 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
770.98/771.21	c   723s|  2760k|  1497k|     0 |   0.0 | 932M| 148 |   - | 420 | 813 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
774.19/774.43	c   726s|  2770k|  1502k|     0 |   0.0 | 935M| 148 |   - | 420 | 845 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
777.39/777.65	c   729s|  2780k|  1506k|     0 |   0.0 | 938M| 148 |   - | 420 | 876 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
780.58/780.80	c   732s|  2790k|  1510k|     0 |   0.0 | 941M| 148 |   - | 420 | 820 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
783.58/783.81	c   735s|  2800k|  1515k|     0 |   0.0 | 944M| 148 |   - | 420 | 827 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
786.77/787.01	c   738s|  2810k|  1519k|     0 |   0.0 | 947M| 148 |   - | 420 | 821 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
789.78/790.02	c   740s|  2820k|  1524k|     0 |   0.0 | 950M| 148 |   - | 420 | 793 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
792.89/793.20	c   744s|  2830k|  1529k|     0 |   0.0 | 953M| 148 |   - | 420 | 806 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
795.98/796.20	c   746s|  2840k|  1534k|     0 |   0.0 | 956M| 148 |   - | 420 | 798 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
798.87/799.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
798.87/799.19	c   749s|  2850k|  1539k|     0 |   0.0 | 959M| 148 |   - | 420 | 811 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
801.98/802.22	c   752s|  2860k|  1544k|     0 |   0.0 | 962M| 148 |   - | 420 | 797 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
804.98/805.23	c   755s|  2870k|  1549k|     0 |   0.0 | 966M| 148 |   - | 420 | 802 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
807.97/808.23	c   758s|  2880k|  1554k|     0 |   0.0 | 969M| 148 |   - | 420 | 834 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
810.97/811.25	c   760s|  2890k|  1559k|     0 |   0.0 | 972M| 148 |   - | 420 | 827 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
814.17/814.47	c   763s|  2900k|  1563k|     0 |   0.0 | 975M| 148 |   - | 420 | 818 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
817.27/817.56	c   766s|  2910k|  1567k|     0 |   0.0 | 978M| 148 |   - | 420 | 786 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
820.47/820.73	c   769s|  2920k|  1572k|     0 |   0.0 | 981M| 148 |   - | 420 | 817 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
823.67/823.91	c   772s|  2930k|  1576k|     0 |   0.0 | 984M| 148 |   - | 420 | 832 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
826.77/827.05	c   775s|  2940k|  1581k|     0 |   0.0 | 986M| 148 |   - | 420 | 804 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
829.86/830.18	c   778s|  2950k|  1586k|     0 |   0.0 | 990M| 148 |   - | 420 | 797 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
832.96/833.22	c   781s|  2960k|  1591k|     0 |   0.0 | 993M| 148 |   - | 420 | 793 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
835.96/836.26	c   784s|  2970k|  1596k|     0 |   0.0 | 996M| 148 |   - | 420 | 804 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
838.97/839.29	c   787s|  2980k|  1600k|     0 |   0.0 | 999M| 148 |   - | 420 | 820 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
842.07/842.34	c   790s|  2990k|  1605k|     0 |   0.0 |1002M| 148 |   - | 420 | 789 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
845.07/845.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
845.07/845.33	c   793s|  3000k|  1611k|     0 |   0.0 |1005M| 148 |   - | 420 | 786 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
847.96/848.27	c   795s|  3010k|  1616k|     0 |   0.0 |1008M| 148 |   - | 420 | 785 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
851.36/851.62	c   798s|  3020k|  1620k|     0 |   0.0 |1011M| 148 |   - | 420 | 841 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
854.47/854.76	c   801s|  3030k|  1624k|     0 |   0.0 |1014M| 148 |   - | 420 | 819 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
857.67/857.91	c   804s|  3040k|  1629k|     0 |   0.0 |1017M| 148 |   - | 420 | 787 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
860.97/861.20	c   808s|  3050k|  1633k|     0 |   0.0 |1020M| 148 |   - | 420 | 811 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
864.05/864.30	c   810s|  3060k|  1638k|     0 |   0.0 |1023M| 148 |   - | 420 | 795 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
867.16/867.41	c   813s|  3070k|  1642k|     0 |   0.0 |1026M| 148 |   - | 420 | 794 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
870.15/870.49	c   816s|  3080k|  1647k|     0 |   0.0 |1029M| 148 |   - | 420 | 820 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
873.36/873.64	c   819s|  3090k|  1652k|     0 |   0.0 |1032M| 148 |   - | 420 | 802 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
876.36/876.67	c   822s|  3100k|  1657k|     0 |   0.0 |1035M| 148 |   - | 420 | 778 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
879.35/879.64	c   825s|  3110k|  1662k|     0 |   0.0 |1038M| 148 |   - | 420 | 771 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
882.35/882.60	c   828s|  3120k|  1667k|     0 |   0.0 |1042M| 148 |   - | 420 | 780 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
885.45/885.75	c   831s|  3130k|  1671k|     0 |   0.0 |1045M| 148 |   - | 420 | 825 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
888.65/888.97	c   834s|  3140k|  1676k|     0 |   0.0 |1047M| 148 |   - | 420 | 785 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
891.86/892.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
891.86/892.12	c   837s|  3150k|  1680k|     0 |   0.0 |1050M| 148 |   - | 420 | 833 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
895.05/895.35	c   840s|  3160k|  1684k|     0 |   0.0 |1053M| 148 |   - | 420 | 828 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
898.25/898.54	c   843s|  3170k|  1689k|     0 |   0.0 |1056M| 148 |   - | 420 | 814 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
901.45/901.72	c   846s|  3180k|  1694k|     0 |   0.0 |1060M| 148 |   - | 420 | 838 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
904.65/904.93	c   849s|  3190k|  1698k|     0 |   0.0 |1063M| 148 |   - | 420 | 823 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
907.75/908.04	c   852s|  3200k|  1703k|     0 |   0.0 |1066M| 148 |   - | 420 | 799 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
910.85/911.17	c   854s|  3210k|  1708k|     0 |   0.0 |1069M| 148 |   - | 420 | 761 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
913.85/914.13	c   857s|  3220k|  1713k|     0 |   0.0 |1072M| 148 |   - | 420 | 811 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
916.85/917.18	c   860s|  3230k|  1718k|     0 |   0.0 |1075M| 148 |   - | 420 | 787 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
920.05/920.32	c   863s|  3240k|  1723k|     0 |   0.0 |1078M| 148 |   - | 420 | 812 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
923.24/923.58	c   866s|  3250k|  1727k|     0 |   0.0 |1081M| 148 |   - | 420 | 796 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
926.54/926.87	c   869s|  3260k|  1731k|     0 |   0.0 |1084M| 148 |   - | 420 | 831 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
929.64/929.99	c   872s|  3270k|  1736k|     0 |   0.0 |1087M| 148 |   - | 420 | 785 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
932.84/933.14	c   875s|  3280k|  1740k|     0 |   0.0 |1090M| 148 |   - | 420 | 789 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
936.04/936.30	c   878s|  3290k|  1744k|     0 |   0.0 |1093M| 148 |   - | 420 | 768 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
939.05/939.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
939.05/939.33	c   881s|  3300k|  1749k|     0 |   0.0 |1096M| 148 |   - | 420 | 799 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
942.04/942.37	c   884s|  3310k|  1754k|     0 |   0.0 |1099M| 148 |   - | 420 | 780 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
945.04/945.37	c   887s|  3320k|  1759k|     0 |   0.0 |1102M| 148 |   - | 420 | 781 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
948.14/948.43	c   890s|  3330k|  1764k|     0 |   0.0 |1105M| 148 |   - | 420 | 798 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
951.15/951.45	c   892s|  3340k|  1769k|     0 |   0.0 |1109M| 148 |   - | 420 | 787 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
954.33/954.63	c   895s|  3350k|  1774k|     0 |   0.0 |1112M| 148 |   - | 420 | 785 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
957.64/957.96	c   899s|  3360k|  1778k|     0 |   0.0 |1114M| 148 |   - | 420 | 774 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
960.83/961.18	c   902s|  3370k|  1782k|     0 |   0.0 |1117M| 148 |   - | 420 | 795 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
964.13/964.45	c   905s|  3380k|  1786k|     0 |   0.0 |1120M| 148 |   - | 420 | 790 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
967.23/967.59	c   908s|  3390k|  1791k|     0 |   0.0 |1123M| 148 |   - | 420 | 798 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
970.53/970.83	c   911s|  3400k|  1796k|     0 |   0.0 |1126M| 148 |   - | 420 | 769 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
973.63/973.91	c   914s|  3410k|  1801k|     0 |   0.0 |1129M| 148 |   - | 420 | 773 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
976.73/977.04	c   917s|  3420k|  1806k|     0 |   0.0 |1133M| 148 |   - | 420 | 783 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
979.84/980.11	c   919s|  3430k|  1810k|     0 |   0.0 |1136M| 148 |   - | 420 | 779 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
982.83/983.12	c   922s|  3440k|  1816k|     0 |   0.0 |1139M| 148 |   - | 420 | 761 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
985.92/986.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
985.92/986.25	c   925s|  3450k|  1820k|     0 |   0.0 |1142M| 148 |   - | 420 | 781 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
989.22/989.56	c   928s|  3460k|  1824k|     0 |   0.0 |1145M| 148 |   - | 420 | 818 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
992.53/992.88	c   932s|  3470k|  1828k|     0 |   0.0 |1148M| 148 |   - | 420 | 835 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
995.82/996.13	c   935s|  3480k|  1833k|     0 |   0.0 |1151M| 148 |   - | 420 | 778 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
999.02/999.30	c   938s|  3490k|  1837k|     0 |   0.0 |1154M| 148 |   - | 420 | 763 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1002.02/1002.38	c   941s|  3500k|  1842k|     0 |   0.0 |1157M| 148 |   - | 420 | 770 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
1005.22/1005.56	c   944s|  3510k|  1847k|     0 |   0.0 |1160M| 148 |   - | 420 | 784 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1008.33/1008.65	c   946s|  3520k|  1852k|     0 |   0.0 |1163M| 148 |   - | 420 | 765 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
1011.32/1011.65	c   949s|  3530k|  1857k|     0 |   0.0 |1166M| 148 |   - | 420 | 780 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1014.32/1014.62	c   952s|  3540k|  1862k|     0 |   0.0 |1169M| 148 |   - | 420 | 801 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
1017.31/1017.69	c   955s|  3550k|  1867k|     0 |   0.0 |1172M| 148 |   - | 420 | 775 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1020.62/1020.98	c   958s|  3560k|  1871k|     0 |   0.0 |1175M| 148 |   - | 420 | 803 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
1024.01/1024.34	c   961s|  3570k|  1875k|     0 |   0.0 |1178M| 148 |   - | 420 | 797 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1027.12/1027.42	c   964s|  3580k|  1880k|     0 |   0.0 |1181M| 148 |   - | 420 | 762 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
1030.21/1030.59	c   967s|  3590k|  1884k|     0 |   0.0 |1184M| 148 |   - | 420 | 791 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1033.41/1033.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1033.41/1033.74	c   970s|  3600k|  1889k|     0 |   0.0 |1187M| 148 |   - | 420 | 761 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
1036.42/1036.78	c   973s|  3610k|  1894k|     0 |   0.0 |1190M| 148 |   - | 420 | 773 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1039.41/1039.79	c   976s|  3620k|  1899k|     0 |   0.0 |1193M| 148 |   - | 420 | 761 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
1042.61/1042.96	c   979s|  3630k|  1903k|     0 |   0.0 |1196M| 148 |   - | 420 | 755 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1045.82/1046.12	c   982s|  3640k|  1908k|     0 |   0.0 |1199M| 148 |   - | 420 | 765 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
1049.11/1049.48	c   985s|  3650k|  1912k|     0 |   0.0 |1202M| 148 |   - | 420 | 781 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1052.42/1052.71	c   988s|  3660k|  1916k|     0 |   0.0 |1205M| 148 |   - | 420 | 777 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
1055.80/1056.11	c   991s|  3670k|  1921k|     0 |   0.0 |1208M| 148 |   - | 420 | 817 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1058.92/1059.28	c   994s|  3680k|  1925k|     0 |   0.0 |1211M| 148 |   - | 420 | 794 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
1062.10/1062.46	c   997s|  3690k|  1930k|     0 |   0.0 |1214M| 148 |   - | 420 | 777 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1065.20/1065.57	c  1000s|  3700k|  1935k|     0 |   0.0 |1217M| 148 |   - | 420 | 771 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
1068.31/1068.65	c  1003s|  3710k|  1940k|     0 |   0.0 |1220M| 148 |   - | 420 | 770 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1071.40/1071.76	c  1006s|  3720k|  1945k|     0 |   0.0 |1223M| 148 |   - | 420 | 741 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
1074.60/1074.94	c  1009s|  3730k|  1949k|     0 |   0.0 |1226M| 148 |   - | 420 | 761 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1078.00/1078.32	c  1012s|  3740k|  1953k|     0 |   0.0 |1229M| 148 |   - | 420 | 776 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
1081.30/1081.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1081.30/1081.66	c  1015s|  3750k|  1957k|     0 |   0.0 |1232M| 148 |   - | 420 | 782 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1084.50/1084.88	c  1018s|  3760k|  1962k|     0 |   0.0 |1234M| 148 |   - | 420 | 786 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
1087.70/1088.05	c  1021s|  3770k|  1966k|     0 |   0.0 |1237M| 148 |   - | 420 | 776 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1090.90/1091.28	c  1024s|  3780k|  1971k|     0 |   0.0 |1241M| 148 |   - | 420 | 750 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
1094.10/1094.43	c  1027s|  3790k|  1976k|     0 |   0.0 |1244M| 148 |   - | 420 | 762 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1097.20/1097.56	c  1030s|  3800k|  1980k|     0 |   0.0 |1247M| 148 |   - | 420 | 729 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
1100.49/1100.82	c  1033s|  3810k|  1985k|     0 |   0.0 |1250M| 148 |   - | 420 | 744 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1103.89/1104.25	c  1037s|  3820k|  1989k|     0 |   0.0 |1252M| 148 |   - | 420 | 768 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
1107.09/1107.48	c  1040s|  3830k|  1993k|     0 |   0.0 |1255M| 148 |   - | 420 | 755 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1110.39/1110.77	c  1043s|  3840k|  1997k|     0 |   0.0 |1258M| 148 |   - | 420 | 775 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
1113.49/1113.83	c  1046s|  3850k|  2002k|     0 |   0.0 |1261M| 148 |   - | 420 | 755 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1116.39/1116.79	c  1048s|  3860k|  2007k|     0 |   0.0 |1264M| 148 |   - | 420 | 705 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
1119.59/1119.90	c  1051s|  3870k|  2012k|     0 |   0.0 |1267M| 148 |   - | 420 | 721 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1122.59/1122.94	c  1054s|  3880k|  2017k|     0 |   0.0 |1271M| 148 |   - | 420 | 737 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
1126.09/1126.43	c  1058s|  3890k|  2021k|     0 |   0.0 |1273M| 148 |   - | 420 | 760 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1129.48/1129.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1129.48/1129.85	c  1061s|  3900k|  2025k|     0 |   0.0 |1276M| 148 |   - | 420 | 783 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
1132.69/1133.01	c  1064s|  3910k|  2029k|     0 |   0.0 |1279M| 148 |   - | 420 | 758 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1135.89/1136.30	c  1067s|  3920k|  2034k|     0 |   0.0 |1282M| 148 |   - | 420 | 738 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
1139.09/1139.49	c  1070s|  3930k|  2039k|     0 |   0.0 |1285M| 148 |   - | 420 | 714 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1142.18/1142.57	c  1073s|  3940k|  2044k|     0 |   0.0 |1288M| 148 |   - | 420 | 746 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
1145.28/1145.64	c  1076s|  3950k|  2048k|     0 |   0.0 |1291M| 148 |   - | 420 | 745 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1148.68/1149.00	c  1079s|  3960k|  2052k|     0 |   0.0 |1294M| 148 |   - | 420 | 769 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
1152.08/1152.42	c  1082s|  3970k|  2056k|     0 |   0.0 |1297M| 148 |   - | 420 | 768 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1155.28/1155.64	c  1085s|  3980k|  2061k|     0 |   0.0 |1300M| 148 |   - | 420 | 756 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
1158.38/1158.78	c  1088s|  3990k|  2065k|     0 |   0.0 |1303M| 148 |   - | 420 | 737 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1161.58/1161.95	c  1091s|  4000k|  2070k|     0 |   0.0 |1306M| 148 |   - | 420 | 742 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
1164.68/1165.08	c  1094s|  4010k|  2075k|     0 |   0.0 |1309M| 148 |   - | 420 | 722 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1168.08/1168.47	c  1097s|  4020k|  2079k|     0 |   0.0 |1312M| 148 |   - | 420 | 776 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
1171.47/1171.86	c  1101s|  4030k|  2083k|     0 |   0.0 |1315M| 148 |   - | 420 | 745 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1174.58/1174.96	c  1103s|  4040k|  2088k|     0 |   0.0 |1318M| 148 |   - | 420 | 732 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
1177.78/1178.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1177.78/1178.14	c  1106s|  4050k|  2092k|     0 |   0.0 |1321M| 148 |   - | 420 | 729 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1180.87/1181.24	c  1109s|  4060k|  2097k|     0 |   0.0 |1324M| 148 |   - | 420 | 741 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
1184.17/1184.50	c  1112s|  4070k|  2102k|     0 |   0.0 |1327M| 148 |   - | 420 | 727 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1187.68/1188.05	c  1116s|  4080k|  2106k|     0 |   0.0 |1330M| 148 |   - | 420 | 757 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
1190.98/1191.40	c  1119s|  4090k|  2110k|     0 |   0.0 |1333M| 148 |   - | 420 | 756 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1194.17/1194.55	c  1122s|  4100k|  2114k|     0 |   0.0 |1336M| 148 |   - | 420 | 734 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
1197.36/1197.70	c  1125s|  4110k|  2119k|     0 |   0.0 |1339M| 148 |   - | 420 | 737 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1200.56/1200.99	c  1128s|  4120k|  2124k|     0 |   0.0 |1342M| 148 |   - | 420 | 715 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
1203.86/1204.25	c  1131s|  4130k|  2128k|     0 |   0.0 |1345M| 148 |   - | 420 | 758 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1207.26/1207.67	c  1134s|  4140k|  2132k|     0 |   0.0 |1348M| 148 |   - | 420 | 756 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
1210.46/1210.82	c  1137s|  4150k|  2136k|     0 |   0.0 |1351M| 148 |   - | 420 | 742 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1213.57/1213.95	c  1140s|  4160k|  2141k|     0 |   0.0 |1354M| 148 |   - | 420 | 730 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1216.76/1217.14	c  1143s|  4170k|  2146k|     0 |   0.0 |1357M| 148 |   - | 420 | 732 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
1218.37/1218.72	c (node 4174812) switching to memory saving mode (mem: 1296.0M/1620.0M)
1220.47/1220.80	c  1147s|  4180k|  2148k|     0 |   0.0 |1358M| 150 |   - | 420 | 716 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
1223.26/1223.66	c  1149s|  4190k|  2147k|     0 |   0.0 |1358M| 150 |   - | 420 | 723 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
1226.07/1226.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1226.07/1226.44	c  1152s|  4200k|  2147k|     0 |   0.0 |1358M| 152 |   - | 420 | 720 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1228.86/1229.20	c  1155s|  4210k|  2146k|     0 |   0.0 |1357M| 152 |   - | 420 | 722 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
1231.56/1231.98	c  1157s|  4220k|  2146k|     0 |   0.0 |1357M| 152 |   - | 420 | 728 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
1234.26/1234.60	c  1160s|  4230k|  2146k|     0 |   0.0 |1357M| 154 |   - | 420 | 721 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
1236.96/1237.34	c  1162s|  4240k|  2146k|     0 |   0.0 |1357M| 154 |   - | 420 | 729 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1239.66/1240.04	c  1165s|  4250k|  2145k|     0 |   0.0 |1357M| 154 |   - | 420 | 720 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
1242.36/1242.79	c  1167s|  4260k|  2145k|     0 |   0.0 |1357M| 154 |   - | 420 | 737 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
1245.05/1245.46	c  1170s|  4270k|  2145k|     0 |   0.0 |1357M| 154 |   - | 420 | 722 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
1247.76/1248.17	c  1172s|  4280k|  2145k|     0 |   0.0 |1357M| 154 |   - | 420 | 728 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
1250.55/1250.97	c  1175s|  4290k|  2145k|     0 |   0.0 |1356M| 154 |   - | 420 | 735 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1253.35/1253.71	c  1177s|  4300k|  2145k|     0 |   0.0 |1356M| 154 |   - | 420 | 732 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
1256.05/1256.44	c  1180s|  4310k|  2144k|     0 |   0.0 |1356M| 154 |   - | 420 | 732 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
1258.75/1259.10	c  1183s|  4320k|  2144k|     0 |   0.0 |1356M| 154 |   - | 420 | 727 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
1261.36/1261.71	c  1185s|  4330k|  2144k|     0 |   0.0 |1356M| 154 |   - | 420 | 714 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1263.75/1264.18	c  1187s|  4340k|  2144k|     0 |   0.0 |1356M| 154 |   - | 420 | 718 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
1266.55/1266.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1266.55/1266.90	c  1190s|  4350k|  2144k|     0 |   0.0 |1356M| 154 |   - | 420 | 728 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
1269.25/1269.65	c  1192s|  4360k|  2144k|     0 |   0.0 |1356M| 154 |   - | 420 | 724 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
1271.94/1272.36	c  1195s|  4370k|  2144k|     0 |   0.0 |1356M| 154 |   - | 420 | 727 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1274.65/1275.01	c  1197s|  4380k|  2144k|     0 |   0.0 |1356M| 154 |   - | 420 | 733 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
1277.35/1277.74	c  1200s|  4390k|  2143k|     0 |   0.0 |1356M| 154 |   - | 420 | 749 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
1280.05/1280.42	c  1202s|  4400k|  2143k|     0 |   0.0 |1356M| 154 |   - | 420 | 750 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
1282.75/1283.10	c  1205s|  4410k|  2143k|     0 |   0.0 |1356M| 154 |   - | 420 | 737 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1285.35/1285.73	c  1207s|  4420k|  2143k|     0 |   0.0 |1356M| 154 |   - | 420 | 742 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
1287.94/1288.32	c  1210s|  4430k|  2143k|     0 |   0.0 |1356M| 154 |   - | 420 | 740 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
1290.74/1291.10	c  1212s|  4440k|  2143k|     0 |   0.0 |1355M| 154 |   - | 420 | 742 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
1293.34/1293.75	c  1215s|  4450k|  2143k|     0 |   0.0 |1355M| 154 |   - | 420 | 741 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
1296.14/1296.51	c  1217s|  4460k|  2142k|     0 |   0.0 |1355M| 154 |   - | 420 | 727 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1298.65/1299.07	c  1220s|  4470k|  2142k|     0 |   0.0 |1355M| 154 |   - | 420 | 722 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
1301.14/1301.58	c  1222s|  4480k|  2142k|     0 |   0.0 |1355M| 154 |   - | 420 | 727 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
1303.74/1304.16	c  1225s|  4490k|  2142k|     0 |   0.0 |1355M| 154 |   - | 420 | 731 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1306.44/1306.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1306.44/1306.84	c  1227s|  4500k|  2142k|     0 |   0.0 |1355M| 154 |   - | 420 | 756 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
1309.13/1309.57	c  1230s|  4510k|  2142k|     0 |   0.0 |1355M| 154 |   - | 420 | 761 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
1311.74/1312.18	c  1232s|  4520k|  2142k|     0 |   0.0 |1355M| 154 |   - | 420 | 761 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
1314.63/1315.02	c  1235s|  4530k|  2142k|     0 |   0.0 |1355M| 158 |   - | 420 | 777 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1317.45/1317.83	c  1237s|  4540k|  2142k|     0 |   0.0 |1355M| 158 |   - | 420 | 757 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
1320.04/1320.48	c  1240s|  4550k|  2142k|     0 |   0.0 |1355M| 158 |   - | 420 | 742 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
1322.64/1323.08	c  1242s|  4560k|  2142k|     0 |   0.0 |1355M| 158 |   - | 420 | 740 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1325.23/1325.68	c  1245s|  4570k|  2142k|     0 |   0.0 |1355M| 158 |   - | 420 | 738 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
1328.03/1328.47	c  1247s|  4580k|  2141k|     0 |   0.0 |1355M| 158 |   - | 420 | 772 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
1330.72/1331.11	c  1250s|  4590k|  2141k|     0 |   0.0 |1355M| 158 |   - | 420 | 758 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
1333.42/1333.84	c  1252s|  4600k|  2141k|     0 |   0.0 |1355M| 158 |   - | 420 | 756 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
1336.23/1336.64	c  1255s|  4610k|  2141k|     0 |   0.0 |1355M| 158 |   - | 420 | 761 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1338.82/1339.21	c  1257s|  4620k|  2141k|     0 |   0.0 |1355M| 158 |   - | 420 | 755 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
1341.53/1341.92	c  1260s|  4630k|  2141k|     0 |   0.0 |1355M| 158 |   - | 420 | 754 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
1344.12/1344.55	c  1262s|  4640k|  2141k|     0 |   0.0 |1355M| 158 |   - | 420 | 763 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
1346.82/1347.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1346.82/1347.20	c  1265s|  4650k|  2141k|     0 |   0.0 |1355M| 158 |   - | 420 | 764 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1349.33/1349.78	c  1267s|  4660k|  2141k|     0 |   0.0 |1355M| 158 |   - | 420 | 763 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
1351.91/1352.39	c  1270s|  4670k|  2141k|     0 |   0.0 |1354M| 158 |   - | 420 | 769 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
1354.72/1355.20	c  1272s|  4680k|  2141k|     0 |   0.0 |1354M| 158 |   - | 420 | 798 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
1357.42/1357.82	c  1275s|  4690k|  2141k|     0 |   0.0 |1354M| 158 |   - | 420 | 768 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1360.12/1360.57	c  1277s|  4700k|  2141k|     0 |   0.0 |1354M| 158 |   - | 420 | 845 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
1362.81/1363.24	c  1280s|  4710k|  2141k|     0 |   0.0 |1354M| 158 |   - | 420 | 814 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
1365.51/1365.93	c  1282s|  4720k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 801 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
1368.02/1368.50	c  1285s|  4730k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 805 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1370.72/1371.14	c  1287s|  4740k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 794 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
1373.42/1373.86	c  1290s|  4750k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 802 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
1376.01/1376.48	c  1292s|  4760k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 794 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
1378.71/1379.14	c  1294s|  4770k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 793 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1381.51/1381.98	c  1297s|  4780k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 809 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
1384.21/1384.66	c  1300s|  4790k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 817 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
1386.91/1387.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1386.91/1387.33	c  1302s|  4800k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 830 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1389.61/1390.05	c  1305s|  4810k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 824 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1392.21/1392.66	c  1307s|  4820k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 804 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1394.90/1395.33	c  1310s|  4830k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 782 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1397.50/1397.94	c  1312s|  4840k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 792 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1400.20/1400.63	c  1315s|  4850k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 793 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1402.70/1403.16	c  1317s|  4860k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 785 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1405.31/1405.79	c  1319s|  4870k|  2140k|     0 |   0.0 |1354M| 158 |   - | 420 | 773 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1408.00/1408.44	c  1322s|  4880k|  2139k|     0 |   0.0 |1354M| 158 |   - | 420 | 781 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1410.70/1411.12	c  1324s|  4890k|  2139k|     0 |   0.0 |1354M| 158 |   - | 420 | 787 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1413.30/1413.73	c  1327s|  4900k|  2139k|     0 |   0.0 |1354M| 158 |   - | 420 | 776 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1415.80/1416.24	c  1329s|  4910k|  2139k|     0 |   0.0 |1354M| 158 |   - | 420 | 775 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1418.70/1419.10	c  1332s|  4920k|  2139k|     0 |   0.0 |1354M| 158 |   - | 420 | 819 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1421.40/1421.81	c  1334s|  4930k|  2139k|     0 |   0.0 |1354M| 158 |   - | 420 | 836 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1424.01/1424.46	c  1337s|  4940k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 808 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1426.90/1427.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1426.90/1427.32	c  1339s|  4950k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 803 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1429.50/1429.94	c  1342s|  4960k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 802 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1432.10/1432.56	c  1344s|  4970k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 797 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1434.70/1435.15	c  1347s|  4980k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 799 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1437.30/1437.75	c  1349s|  4990k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 797 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1439.79/1440.29	c  1351s|  5000k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 793 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1442.50/1442.94	c  1354s|  5010k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 803 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1445.00/1445.43	c  1356s|  5020k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 828 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1447.69/1448.13	c  1359s|  5030k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 813 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1450.29/1450.74	c  1361s|  5040k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 820 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1452.89/1453.37	c  1364s|  5050k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 830 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1455.59/1456.00	c  1366s|  5060k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 822 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1458.10/1458.57	c  1368s|  5070k|  2139k|     0 |   0.0 |1353M| 158 |   - | 420 | 811 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1460.99/1461.41	c  1371s|  5080k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 825 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1463.70/1464.16	c  1374s|  5090k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 866 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1466.29/1466.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1466.29/1466.79	c  1376s|  5100k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 894 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1468.98/1469.41	c  1379s|  5110k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 840 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1471.68/1472.12	c  1381s|  5120k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 841 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1474.29/1474.76	c  1384s|  5130k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 867 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1476.89/1477.39	c  1386s|  5140k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 878 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1479.68/1480.14	c  1389s|  5150k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 898 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1482.39/1482.87	c  1391s|  5160k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 887 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1485.08/1485.51	c  1394s|  5170k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 841 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1487.68/1488.10	c  1396s|  5180k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 834 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1490.38/1490.86	c  1399s|  5190k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 832 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1493.08/1493.57	c  1401s|  5200k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 834 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1495.88/1496.36	c  1404s|  5210k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 842 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1498.38/1498.86	c  1406s|  5220k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 841 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1500.99/1501.44	c  1408s|  5230k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 851 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1503.78/1504.21	c  1411s|  5240k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 850 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1506.38/1506.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1506.38/1506.85	c  1413s|  5250k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 833 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1509.08/1509.51	c  1416s|  5260k|  2138k|     0 |   0.0 |1353M| 158 |   - | 420 | 824 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1511.87/1512.36	c  1419s|  5270k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 826 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1514.58/1515.09	c  1421s|  5280k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 853 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1517.27/1517.79	c  1424s|  5290k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 868 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1519.87/1520.38	c  1426s|  5300k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 881 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1522.57/1523.00	c  1428s|  5310k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 860 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1525.28/1525.80	c  1431s|  5320k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 821 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1527.97/1528.40	c  1433s|  5330k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 835 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1530.67/1531.14	c  1436s|  5340k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 842 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1533.37/1533.88	c  1439s|  5350k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 839 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1535.97/1536.49	c  1441s|  5360k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 829 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1538.77/1539.29	c  1444s|  5370k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 865 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1541.57/1542.01	c  1446s|  5380k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 873 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1544.07/1544.55	c  1449s|  5390k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 849 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1546.56/1547.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1546.56/1547.07	c  1451s|  5400k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 847 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1549.17/1549.67	c  1453s|  5410k|  2137k|     0 |   0.0 |1353M| 158 |   - | 420 | 853 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1551.96/1552.41	c  1456s|  5420k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 868 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1554.67/1555.11	c  1458s|  5430k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 859 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1557.26/1557.71	c  1461s|  5440k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 864 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1560.07/1560.60	c  1463s|  5450k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 849 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1562.66/1563.19	c  1466s|  5460k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 838 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1565.26/1565.71	c  1468s|  5470k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 836 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1567.86/1568.36	c  1471s|  5480k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 843 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1570.37/1570.81	c  1473s|  5490k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 820 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1572.76/1573.26	c  1475s|  5500k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 814 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1575.26/1575.76	c  1478s|  5510k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 829 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1577.96/1578.41	c  1480s|  5520k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 820 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1580.56/1581.08	c  1483s|  5530k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 821 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1583.36/1583.89	c  1485s|  5540k|  2137k|     0 |   0.0 |1352M| 158 |   - | 420 | 800 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1586.16/1586.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1586.16/1586.67	c  1488s|  5550k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 912 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1588.97/1589.41	c  1490s|  5560k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 915 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1591.65/1592.14	c  1493s|  5570k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 905 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1594.46/1594.94	c  1495s|  5580k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 917 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1597.15/1597.64	c  1498s|  5590k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 895 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1599.75/1600.28	c  1500s|  5600k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 875 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1602.45/1602.90	c  1503s|  5610k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 870 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1605.25/1605.71	c  1506s|  5620k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 899 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1607.95/1608.42	c  1508s|  5630k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 931 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1610.54/1611.09	c  1511s|  5640k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 915 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1613.15/1613.70	c  1513s|  5650k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 925 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1615.84/1616.38	c  1515s|  5660k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 930 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1618.54/1619.03	c  1518s|  5670k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 926 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1621.15/1621.65	c  1520s|  5680k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 924 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1623.84/1624.31	c  1523s|  5690k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 949 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1626.45/1626.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1626.45/1626.94	c  1525s|  5700k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 949 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1629.04/1629.57	c  1528s|  5710k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 948 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1631.64/1632.19	c  1530s|  5720k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 941 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1634.55/1635.02	c  1533s|  5730k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 898 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1637.24/1637.71	c  1535s|  5740k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 925 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1639.74/1640.26	c  1538s|  5750k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 903 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1642.34/1642.85	c  1540s|  5760k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 920 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1645.14/1645.67	c  1543s|  5770k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 895 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1647.73/1648.23	c  1545s|  5780k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 878 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1650.43/1650.90	c  1548s|  5790k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 853 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1653.24/1653.71	c  1550s|  5800k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 812 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1656.04/1656.56	c  1553s|  5810k|  2136k|     0 |   0.0 |1352M| 158 |   - | 420 | 831 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1658.74/1659.27	c  1555s|  5820k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 880 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1661.44/1661.96	c  1558s|  5830k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 911 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1664.13/1664.66	c  1560s|  5840k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 858 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1666.93/1667.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1666.93/1667.44	c  1563s|  5850k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 851 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1669.73/1670.27	c  1566s|  5860k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 862 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1672.54/1673.04	c  1568s|  5870k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 856 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1675.33/1675.86	c  1571s|  5880k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 854 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1678.03/1678.57	c  1573s|  5890k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 898 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1680.63/1681.14	c  1576s|  5900k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 920 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1683.23/1683.79	c  1578s|  5910k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 915 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1685.93/1686.49	c  1581s|  5920k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 920 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1688.63/1689.19	c  1583s|  5930k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 933 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1691.34/1691.81	c  1586s|  5940k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 919 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1694.02/1694.54	c  1588s|  5950k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 925 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1696.62/1697.17	c  1591s|  5960k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 |1000 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1699.22/1699.78	c  1593s|  5970k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 983 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1701.82/1702.31	c  1596s|  5980k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 959 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1704.53/1705.03	c  1598s|  5990k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 935 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1707.12/1707.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1707.12/1707.68	c  1601s|  6000k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 919 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1709.72/1710.26	c  1603s|  6010k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 966 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1712.42/1712.91	c  1606s|  6020k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 946 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1715.02/1715.54	c  1608s|  6030k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 941 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1717.73/1718.28	c  1611s|  6040k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 934 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1720.42/1720.94	c  1613s|  6050k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 935 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1723.01/1723.59	c  1615s|  6060k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 945 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1725.62/1726.19	c  1618s|  6070k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 966 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1728.42/1728.95	c  1620s|  6080k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 913 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1731.12/1731.62	c  1623s|  6090k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 902 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1733.71/1734.26	c  1625s|  6100k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 923 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1736.32/1736.88	c  1628s|  6110k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 928 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1739.02/1739.53	c  1630s|  6120k|  2135k|     0 |   0.0 |1352M| 158 |   - | 420 | 902 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1741.61/1742.13	c  1633s|  6130k|  2135k|     0 |   0.0 |1351M| 158 |   - | 420 | 918 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1744.31/1744.80	c  1635s|  6140k|  2135k|     0 |   0.0 |1351M| 158 |   - | 420 | 914 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1746.81/1747.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1746.81/1747.38	c  1638s|  6150k|  2135k|     0 |   0.0 |1351M| 158 |   - | 420 | 887 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1749.42/1749.95	c  1640s|  6160k|  2135k|     0 |   0.0 |1351M| 158 |   - | 420 | 886 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1752.21/1752.75	c  1643s|  6170k|  2135k|     0 |   0.0 |1351M| 158 |   - | 420 | 897 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1755.02/1755.55	c  1645s|  6180k|  2135k|     0 |   0.0 |1351M| 158 |   - | 420 | 894 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1757.71/1758.24	c  1648s|  6190k|  2135k|     0 |   0.0 |1351M| 158 |   - | 420 | 928 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1760.41/1760.96	c  1650s|  6200k|  2135k|     0 |   0.0 |1351M| 158 |   - | 420 | 926 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1763.21/1763.71	c  1653s|  6210k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 930 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1766.11/1766.67	c  1656s|  6220k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 |1029 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1768.90/1769.46	c  1658s|  6230k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 |1022 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1771.61/1772.19	c  1661s|  6240k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 966 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1774.30/1774.86	c  1663s|  6250k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 |1003 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1777.11/1777.60	c  1666s|  6260k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 |1040 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1779.80/1780.38	c  1668s|  6270k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 961 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1782.41/1782.99	c  1671s|  6280k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 964 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1785.20/1785.72	c  1673s|  6290k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 961 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1787.80/1788.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1787.80/1788.38	c  1676s|  6300k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 950 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1790.70/1791.20	c  1678s|  6310k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 934 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1793.40/1793.96	c  1681s|  6320k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 910 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1796.10/1796.63	c  1684s|  6330k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 961 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1798.80/1799.32	c  1686s|  6340k|  2134k|     0 |   0.0 |1351M| 158 |   - | 420 | 946 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1800.11/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.11/1800.61	c 
1800.11/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.61	c Solving Time (sec) : 1687.24
1800.11/1800.61	c Solving Nodes      : 6345179
1800.11/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.11/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.11/1800.61	c Gap                : infinite
1800.11/1800.61	s UNKNOWN
1800.11/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.11/1800.61	c Solving Time       :    1687.24
1800.11/1800.61	c Original Problem   :
1800.11/1800.61	c   Problem name     : HOME/instance-2664276-1276270732.opb
1800.11/1800.61	c   Variables        : 428 (428 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.61	c   Constraints      : 644 initial, 644 maximal
1800.11/1800.61	c Presolved Problem  :
1800.11/1800.61	c   Problem name     : t_HOME/instance-2664276-1276270732.opb
1800.11/1800.61	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.11/1800.61	c   Constraints      : 644 initial, 1069 maximal
1800.11/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.11/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   implics          :       0.00          0          8          0          0          0          0          0          0
1800.11/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.11/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.11/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.11/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.11/1800.61	c   knapsack         :        290          0   14294000          0    4284400    2022864   89915149          0          0          0
1800.11/1800.61	c   logicor          :        354+         0    8601258          0    4284400     113712   37271800          0          0          0
1800.11/1800.61	c   countsols        :          0          0          0          0    4284400          0          0          0          0          0
1800.11/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.11/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.11/1800.61	c   knapsack         :     605.49       0.00     564.36       0.00      41.13
1800.11/1800.61	c   logicor          :     342.93       0.00     205.12       0.00     137.81
1800.11/1800.61	c   countsols        :       1.69       0.00       0.00       0.00       1.69
1800.11/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.11/1800.61	c   vbounds          :       6.58          1          0          0
1800.11/1800.61	c   rootredcost      :       6.40          0          0          0
1800.11/1800.61	c   pseudoobj        :       6.23          0          0          0
1800.11/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.11/1800.61	c   propagation      :     191.88     362424     331627    3601478      106.8       1894       77.3          -
1800.11/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.11/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.11/1800.61	c   applied globally :          -          -          -     173296       32.7          -          -          -
1800.11/1800.61	c   applied locally  :          -          -          -     200084       66.2          -          -          -
1800.11/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.11/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.11/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.11/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.11/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.11/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.11/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.11/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.11/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.11/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.11/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.11/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.11/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.11/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.11/1800.61	c Pricers            :       Time      Calls       Vars
1800.11/1800.61	c   problem variables:       0.00          0          0
1800.11/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.11/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   inference        :     134.68    4284400          0          0          0          0    8568800
1800.11/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.11/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.11/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.11/1800.61	c   LP solutions     :       0.00          -          0
1800.11/1800.61	c   pseudo solutions :       0.00          -          0
1800.11/1800.61	c   trivial          :       0.00          1          0
1800.11/1800.61	c   simplerounding   :       0.00          0          0
1800.11/1800.61	c   zirounding       :       0.00          0          0
1800.11/1800.61	c   rounding         :       0.00          0          0
1800.11/1800.61	c   shifting         :       0.00          0          0
1800.11/1800.61	c   intshifting      :       0.00          0          0
1800.11/1800.61	c   oneopt           :       0.00          0          0
1800.11/1800.61	c   twoopt           :       0.00          0          0
1800.11/1800.61	c   fixandinfer      :       0.00          0          0
1800.11/1800.61	c   feaspump         :       0.00          0          0
1800.11/1800.61	c   coefdiving       :       0.00          0          0
1800.11/1800.61	c   pscostdiving     :       0.00          0          0
1800.11/1800.61	c   fracdiving       :       0.00          0          0
1800.11/1800.61	c   veclendiving     :       0.00          0          0
1800.11/1800.61	c   intdiving        :       0.00          0          0
1800.11/1800.61	c   actconsdiving    :       0.00          0          0
1800.11/1800.61	c   objpscostdiving  :       0.00          0          0
1800.11/1800.61	c   rootsoldiving    :       0.00          0          0
1800.11/1800.61	c   linesearchdiving :       0.00          0          0
1800.11/1800.61	c   guideddiving     :       0.00          0          0
1800.11/1800.61	c   octane           :       0.00          0          0
1800.11/1800.61	c   rens             :       0.00          0          0
1800.11/1800.61	c   rins             :       0.00          0          0
1800.11/1800.61	c   localbranching   :       0.00          0          0
1800.11/1800.61	c   mutation         :       0.00          0          0
1800.11/1800.61	c   crossover        :       0.00          0          0
1800.11/1800.61	c   dins             :       0.00          0          0
1800.11/1800.61	c   undercover       :       0.00          0          0
1800.11/1800.61	c   nlp              :       0.00          0          0
1800.11/1800.61	c   trysol           :       0.00          0          0
1800.11/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.11/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.11/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.11/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.11/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.11/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.11/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.11/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.11/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.11/1800.61	c B&B Tree           :
1800.11/1800.61	c   number of runs   :          1
1800.11/1800.61	c   nodes            :    6345179
1800.11/1800.61	c   nodes (total)    :    6345179
1800.11/1800.61	c   nodes left       :    2134662
1800.11/1800.61	c   max depth        :        158
1800.11/1800.61	c   max depth (total):        158
1800.11/1800.61	c   backtracks       :    1019501 (16.1%)
1800.11/1800.61	c   delayed cutoffs  :      88960
1800.11/1800.61	c   repropagations   :     469454 (4420483 domain reductions, 75797 cutoffs)
1800.11/1800.61	c   avg switch length:       4.70
1800.11/1800.61	c   switching time   :     393.14
1800.11/1800.61	c Solution           :
1800.11/1800.61	c   Solutions found  :          0 (0 improvements)
1800.11/1800.61	c   Primal Bound     :          -
1800.11/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.11/1800.61	c   Gap              :   infinite
1800.11/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.11/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-2664276-1276270732/watcher-2664276-1276270732 -o /tmp/evaluation-result-2664276-1276270732/solver-2664276-1276270732 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664276-1276270732.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.00 0.99 0.91 3/106 3827
/proc/meminfo: memFree=1594344/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=6584 CPUtime=0
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 1071 0 0 0 0 0 0 0 20 0 1 0 2674944 6742016 994 1992294400 4194304 7136930 140734332253968 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3827/statm: 1646 1004 254 719 0 925 0

[startup+0.0318049 s]
/proc/loadavg: 1.00 0.99 0.91 3/106 3827
/proc/meminfo: memFree=1594344/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=10268 CPUtime=0.02
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 2417 0 0 0 2 0 0 0 20 0 1 0 2674944 10514432 1986 1992294400 4194304 7136930 140734332253968 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 2567 1987 291 719 0 1846 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10268

[startup+0.100813 s]
/proc/loadavg: 1.00 0.99 0.91 3/106 3827
/proc/meminfo: memFree=1594344/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=14436 CPUtime=0.09
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 4597 0 0 0 8 1 0 0 20 0 1 0 2674944 14782464 2881 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 3609 2881 387 719 0 2888 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14436

[startup+0.300838 s]
/proc/loadavg: 1.00 0.99 0.91 3/106 3827
/proc/meminfo: memFree=1594344/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=15368 CPUtime=0.29
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 4829 0 0 0 26 3 0 0 20 0 1 0 2674944 15736832 3113 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 3842 3113 391 719 0 3121 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15368

[startup+0.700889 s]
/proc/loadavg: 1.00 0.99 0.91 3/106 3827
/proc/meminfo: memFree=1594344/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=16248 CPUtime=0.69
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 5046 0 0 0 64 5 0 0 21 0 1 0 2674944 16637952 3330 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 4062 3330 391 719 0 3341 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16248

[startup+1.50099 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3828
/proc/meminfo: memFree=1581440/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=18600 CPUtime=1.49
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 5640 0 0 0 139 10 0 0 23 0 1 0 2674944 19046400 3924 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 4650 3924 391 719 0 3929 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18600

[startup+3.10119 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3828
/proc/meminfo: memFree=1578588/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=21580 CPUtime=3.09
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 6423 0 0 0 289 20 0 0 25 0 1 0 2674944 22097920 4707 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 5395 4707 391 719 0 4674 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21580

[startup+6.30059 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3828
/proc/meminfo: memFree=1572636/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=26272 CPUtime=6.29
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 7594 0 0 0 591 38 0 0 25 0 1 0 2674944 26902528 5878 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 6568 5878 391 719 0 5847 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26272

[startup+12.7014 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3828
/proc/meminfo: memFree=1560112/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=38884 CPUtime=12.69
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 10810 0 0 0 1185 84 0 0 25 0 1 0 2674944 39817216 9094 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 9721 9094 391 719 0 9000 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38884

[startup+25.5009 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3828
/proc/meminfo: memFree=1534196/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=65508 CPUtime=25.48
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 17077 0 0 0 2375 173 0 0 25 0 1 0 2674944 67080192 15361 1992294400 4194304 7136930 140734332253968 18446744073709551615 4407939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 16377 15361 391 719 0 15656 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65508

[startup+51.1008 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3828
/proc/meminfo: memFree=1495136/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=104032 CPUtime=51.07
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 26908 0 0 0 4763 344 0 0 25 0 1 0 2674944 106528768 25192 1992294400 4194304 7136930 140734332253968 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 26008 25192 391 719 0 25287 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 104032

[startup+102.308 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3830
/proc/meminfo: memFree=1429788/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=170964 CPUtime=102.27
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 42988 0 0 0 9560 667 0 0 25 0 1 0 2674944 175067136 41272 1992294400 4194304 7136930 140734332253968 18446744073709551615 4677840 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 42741 41272 391 719 0 42020 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 170964

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3832
/proc/meminfo: memFree=1344228/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=255488 CPUtime=162.25
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 64624 0 0 0 15166 1059 0 0 25 0 1 0 2674944 261619712 62908 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 63872 62908 391 719 0 63151 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 255488

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3834
/proc/meminfo: memFree=1262884/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=342140 CPUtime=222.23
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 84744 0 0 0 20772 1451 0 0 25 0 1 0 2674944 350351360 83028 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 85535 83028 391 719 0 84814 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 342140

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3834
/proc/meminfo: memFree=1188236/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=415044 CPUtime=282.21
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 103517 0 0 0 26393 1828 0 0 25 0 1 0 2674944 425005056 101801 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 103761 101801 391 719 0 103040 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 415044

[startup+342.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3836
/proc/meminfo: memFree=1095608/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=505076 CPUtime=342.19
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 126507 0 0 0 31999 2220 0 0 25 0 1 0 2674944 517197824 124791 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 126269 124791 391 719 0 125548 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 505076

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3838
/proc/meminfo: memFree=1025424/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=572412 CPUtime=402.18
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 143783 0 0 0 37625 2593 0 0 25 0 1 0 2674944 586149888 142067 1992294400 4194304 7136930 140734332253968 18446744073709551615 6123181 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 143103 142067 391 719 0 142382 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 572412

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3840
/proc/meminfo: memFree=946560/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=649648 CPUtime=462.17
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 163574 0 0 0 43258 2959 0 0 25 0 1 0 2674944 665239552 161858 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 162412 161858 391 719 0 161691 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 649648

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3842
/proc/meminfo: memFree=878112/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=732628 CPUtime=522.14
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 180607 0 0 0 48893 3321 0 0 25 0 1 0 2674944 750211072 178891 1992294400 4194304 7136930 140734332253968 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 183157 178891 391 719 0 182436 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 732628

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3842
/proc/meminfo: memFree=815244/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=794864 CPUtime=582.14
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 196584 0 0 0 54519 3695 0 0 25 0 1 0 2674944 813940736 194868 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 198716 194868 391 719 0 197995 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 794864

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3844
/proc/meminfo: memFree=746672/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=859964 CPUtime=642.13
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 213230 0 0 0 60161 4052 0 0 25 0 1 0 2674944 880603136 211514 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 214991 211514 391 719 0 214270 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 859964

[startup+702.301 s]

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

/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 318282 0 0 0 99700 6500 0 0 25 0 1 0 2674944 1300738048 316566 1992294400 4194304 7136930 140734332253968 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 317563 316566 391 719 0 316842 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 1270252

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3858
/proc/meminfo: memFree=270512/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1323660 CPUtime=1121.99
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 331923 0 0 0 105367 6832 0 0 25 0 1 0 2674944 1355427840 330207 1992294400 4194304 7136930 140734332253968 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 330915 330207 391 719 0 330194 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 1323660

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3858
/proc/meminfo: memFree=211984/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1413784 CPUtime=1181.97
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 346593 0 0 0 111040 7157 0 0 25 0 1 0 2674944 1447714816 344877 1992294400 4194304 7136930 140734332253968 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 353446 344877 391 719 0 352725 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 1413784

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3860
/proc/meminfo: memFree=175652/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1447780 CPUtime=1241.95
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363689 0 0 0 116686 7509 0 0 25 0 1 0 2674944 1482526720 353577 1992294400 4194304 7136930 140734332253968 18446744073709551615 6166602 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 361945 353577 391 719 0 361224 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 1447780

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3862
/proc/meminfo: memFree=175528/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1447936 CPUtime=1301.95
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363701 0 0 0 122289 7906 0 0 25 0 1 0 2674944 1482686464 353589 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 361984 353589 391 719 0 361263 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1447936

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3873
/proc/meminfo: memFree=175156/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1447936 CPUtime=1361.91
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363719 0 0 0 127883 8308 0 0 25 0 1 0 2674944 1482686464 353607 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 361984 353607 391 719 0 361263 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1447936

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3875
/proc/meminfo: memFree=175156/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1448068 CPUtime=1421.91
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363726 0 0 0 133478 8713 0 0 25 0 1 0 2674944 1482821632 353614 1992294400 4194304 7136930 140734332253968 18446744073709551615 4854173 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 362017 353614 391 719 0 361296 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 1448068

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3875
/proc/meminfo: memFree=175156/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1448068 CPUtime=1481.88
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363728 0 0 0 139059 9129 0 0 25 0 1 0 2674944 1482821632 353616 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 362017 353616 391 719 0 361296 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1448068

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3877
/proc/meminfo: memFree=175032/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1448068 CPUtime=1541.87
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363729 0 0 0 144647 9540 0 0 25 0 1 0 2674944 1482821632 353617 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 362017 353617 391 719 0 361296 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1448068

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3879
/proc/meminfo: memFree=174908/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1448068 CPUtime=1601.85
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363730 0 0 0 150237 9948 0 0 25 0 1 0 2674944 1482821632 353618 1992294400 4194304 7136930 140734332253968 18446744073709551615 4854249 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 362017 353618 391 719 0 361296 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 1448068

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3881
/proc/meminfo: memFree=174908/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1448068 CPUtime=1661.84
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363733 0 0 0 155831 10353 0 0 25 0 1 0 2674944 1482821632 353621 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 362017 353621 391 719 0 361296 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 1448068

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3883
/proc/meminfo: memFree=174660/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1448068 CPUtime=1721.82
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363733 0 0 0 161427 10755 0 0 25 0 1 0 2674944 1482821632 353621 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 362017 353621 391 719 0 361296 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1448068

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3883
/proc/meminfo: memFree=174288/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1448068 CPUtime=1781.81
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363733 0 0 0 167021 11160 0 0 25 0 1 0 2674944 1482821632 353621 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 362017 353621 391 719 0 361296 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1448068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3885
/proc/meminfo: memFree=174288/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1448068 CPUtime=1800.11
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363733 0 0 0 168726 11285 0 0 25 0 1 0 2674944 1482821632 353621 1992294400 4194304 7136930 140734332253968 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3827/statm: 362017 353621 391 719 0 361296 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1448068

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3827

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

[startup+1801.4 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 3885
/proc/meminfo: memFree=174288/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1447036 CPUtime=1800.89
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363739 0 0 0 168804 11285 0 0 25 0 1 0 2674944 1481764864 353369 1992294400 4194304 7136930 140734332253968 18446744073709551615 4616919 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3827/statm: 361759 353369 397 719 0 361038 0
Current children cumulated CPU time (s) 1800.89
Current children cumulated vsize (KiB) 1447036

[startup+1802.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/108 3886
/proc/meminfo: memFree=175396/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1447036 CPUtime=1801.69
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363739 0 0 0 168884 11285 0 0 25 0 1 0 2674944 1481764864 353369 1992294400 4194304 7136930 140734332253968 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3827/statm: 361759 353369 397 719 0 361038 0
Current children cumulated CPU time (s) 1801.69
Current children cumulated vsize (KiB) 1447036

[startup+1802.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/108 3886
/proc/meminfo: memFree=175396/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=1447036 CPUtime=1802.09
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4202496 363739 0 0 0 168924 11285 0 0 25 0 1 0 2674944 1481764864 353369 1992294400 4194304 7136930 140734332253968 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3827/statm: 361759 353369 397 719 0 361038 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 1447036

[startup+1802.7 s]
/proc/loadavg: 1.00 0.99 0.91 2/108 3886
/proc/meminfo: memFree=175396/2059040 swapFree=4192956/4192956
[pid=3827] ppid=3825 vsize=0 CPUtime=1802.2
/proc/3827/stat : 3827 (pbscip.linux.x8) R 3825 3827 3354 0 -1 4203524 363739 0 0 0 168926 11294 0 0 25 0 1 0 2674944 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3827/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.74
CPU time (s): 1802.25
CPU user time (s): 1689.26
CPU system time (s): 112.984
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 1512304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1689.26
system time used= 112.984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363739
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 18200

runsolver used 2.95855 second user time and 8.5747 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-11 17:38:52
IDJOB=2664276
IDBENCH=1168
IDSOLVER=1167
FILE ID=node009/2664276-1276270732
PBS_JOBID= 11172202
Free space on /tmp= 62432 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-army12.21ls.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-2664276-1276270732/watcher-2664276-1276270732 -o /tmp/evaluation-result-2664276-1276270732/solver-2664276-1276270732 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664276-1276270732.opb -t 1800 -m 1800

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=2056878793

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1594872 kB
Buffers:         44676 kB
Cached:         294228 kB
SwapCached:          0 kB
Active:         150268 kB
Inactive:       247820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1594872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3248 kB
Writeback:           0 kB
AnonPages:       59084 kB
Mapped:          15460 kB
Slab:            44296 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180172 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= 62428 MiB
End job on node009 at 2010-06-11 18:08:55