Trace number 2664271

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14ls.opb
MD5SUM8999d4ddd4825a5d620fe0a3c798bc24
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 benchmark2.39064
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
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-2664271-1276269675.opb>
0.00/0.02	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 476 constraints
0.00/0.02	c problem read
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c presolving settings loaded
0.00/0.02	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.04	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 348 impls, 0 clqs
0.00/0.05	c (round 2) 8 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 476 upgd conss, 9460 impls, 0 clqs
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  8 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  9460 implications, 0 cliques
0.00/0.06	c presolved problem has 308 variables (308 bin, 0 int, 0 impl, 0 cont) and 476 constraints
0.00/0.06	c     202 constraints of type <knapsack>
0.00/0.06	c     274 constraints of type <logicor>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.03
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 1620
0.00/0.06	c 
0.00/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c limits/solutions = 1
0.00/0.06	c 
0.00/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c lp/solvefreq = -1
0.00/0.06	c 
0.00/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.06	c separating/maxrounds = 1
0.00/0.06	c 
0.00/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/maxroundsroot = 5
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.06	c constraints/knapsack/disaggregation = FALSE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c presolving/probing/maxrounds = 0
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/coefdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.06	c heuristics/crossover/freq = -1
0.00/0.06	c 
0.00/0.06	c # number of nodes added to the contingent of the total nodes
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.06	c heuristics/crossover/nodesofs = 750
0.00/0.06	c 
0.00/0.06	c # number of nodes without incumbent change that heuristic should wait
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.06	c heuristics/crossover/nwaitingnodes = 100
0.00/0.06	c 
0.00/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.06	c # [type: real, range: [0,1], default: 0.1]
0.00/0.06	c heuristics/crossover/nodesquot = 0.15
0.00/0.06	c 
0.00/0.06	c # minimum percentage of integer variables that have to be fixed 
0.00/0.06	c # [type: real, range: [0,1], default: 0.666]
0.00/0.06	c heuristics/crossover/minfixingrate = 0.5
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/feaspump/freq = -1
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/fracdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/guideddiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/intshifting/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/linesearchdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/nlp/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/objpscostdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.06	c # [type: real, range: [0,1], default: 0.01]
0.00/0.06	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/oneopt/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/pscostdiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/rens/freq = -1
0.00/0.06	c 
0.00/0.06	c # minimum percentage of integer variables that have to be fixable 
0.00/0.06	c # [type: real, range: [0,1], default: 0.5]
0.00/0.06	c heuristics/rens/minfixingrate = 0.3
0.00/0.06	c 
0.00/0.06	c # number of nodes added to the contingent of the total nodes
0.00/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.06	c heuristics/rens/nodesofs = 2000
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.06	c heuristics/rootsoldiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/rounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/shifting/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/simplerounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c heuristics/trivial/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/trysol/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.06	c heuristics/veclendiving/freq = -1
0.00/0.06	c 
0.00/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.06	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.06	c 
0.00/0.06	c # additional number of allowed LP iterations
0.00/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.06	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.06	c 
0.00/0.06	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c heuristics/zirounding/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/cmir/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.06	c separating/flowcover/freq = -1
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.06	c   0.0s|     1 |     2 |     0 |     - |1563k|   0 |   - | 308 | 476 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.86	c   1.7s| 10000 |  7298 |     0 |   0.0 |5380k|  83 |   - | 308 | 514 |   0 |   0 |   0 | 232 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.85	c   3.5s| 20000 | 13226 |     0 |   0.0 |8703k|  83 |   - | 308 | 541 |   0 |   0 |   0 | 625 |   0 | 0.000000e+00 |      --      |    Inf 
5.69/5.78	c   5.2s| 30000 | 19403 |     0 |   0.0 |  12M|  90 |   - | 308 | 578 |   0 |   0 |   0 | 965 |   0 | 0.000000e+00 |      --      |    Inf 
7.70/7.72	c   7.0s| 40000 | 25963 |     0 |   0.0 |  15M|  90 |   - | 308 | 667 |   0 |   0 |   0 |1327 |   0 | 0.000000e+00 |      --      |    Inf 
9.69/9.73	c   8.9s| 50000 | 31858 |     0 |   0.0 |  19M|  90 |   - | 308 | 664 |   0 |   0 |   0 |1770 |   0 | 0.000000e+00 |      --      |    Inf 
11.59/11.65	c  10.6s| 60000 | 38425 |     0 |   0.0 |  22M|  90 |   - | 308 | 624 |   0 |   0 |   0 |2125 |   0 | 0.000000e+00 |      --      |    Inf 
13.49/13.54	c  12.3s| 70000 | 45178 |     0 |   0.0 |  26M|  90 |   - | 308 | 610 |   0 |   0 |   0 |2470 |   0 | 0.000000e+00 |      --      |    Inf 
15.40/15.48	c  14.1s| 80000 | 51696 |     0 |   0.0 |  29M|  90 |   - | 308 | 610 |   0 |   0 |   0 |2820 |   0 | 0.000000e+00 |      --      |    Inf 
17.29/17.37	c  15.8s| 90000 | 58237 |     0 |   0.0 |  33M|  90 |   - | 308 | 575 |   0 |   0 |   0 |3124 |   0 | 0.000000e+00 |      --      |    Inf 
19.28/19.31	c  17.6s|100000 | 64527 |     0 |   0.0 |  36M|  90 |   - | 308 | 609 |   0 |   0 |   0 |3487 |   0 | 0.000000e+00 |      --      |    Inf 
21.19/21.22	c  19.4s|110000 | 70859 |     0 |   0.0 |  40M|  90 |   - | 308 | 588 |   0 |   0 |   0 |3801 |   0 | 0.000000e+00 |      --      |    Inf 
23.18/23.21	c  21.2s|120000 | 77021 |     0 |   0.0 |  43M|  90 |   - | 308 | 585 |   0 |   0 |   0 |4162 |   0 | 0.000000e+00 |      --      |    Inf 
25.19/25.21	c  23.0s|130000 | 83067 |     0 |   0.0 |  46M|  90 |   - | 308 | 594 |   0 |   0 |   0 |4538 |   0 | 0.000000e+00 |      --      |    Inf 
27.18/27.24	c  24.9s|140000 | 88936 |     0 |   0.0 |  49M|  90 |   - | 308 | 605 |   0 |   0 |   0 |4970 |   0 | 0.000000e+00 |      --      |    Inf 
29.18/29.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.18/29.28	c  26.7s|150000 | 94928 |     0 |   0.0 |  52M|  90 |   - | 308 | 596 |   0 |   0 |   0 |5430 |   0 | 0.000000e+00 |      --      |    Inf 
31.38/31.40	c  28.6s|160000 |100369 |     0 |   0.0 |  55M|  90 |   - | 308 | 594 |   0 |   0 |   0 |5874 |   0 | 0.000000e+00 |      --      |    Inf 
33.48/33.53	c  30.6s|170000 |105643 |     0 |   0.0 |  59M|  90 |   - | 308 | 607 |   0 |   0 |   0 |6377 |   0 | 0.000000e+00 |      --      |    Inf 
35.58/35.69	c  32.6s|180000 |110992 |     0 |   0.0 |  62M|  90 |   - | 308 | 641 |   0 |   0 |   0 |6923 |   0 | 0.000000e+00 |      --      |    Inf 
37.78/37.82	c  34.6s|190000 |116455 |     0 |   0.0 |  65M|  90 |   - | 308 | 634 |   0 |   0 |   0 |7381 |   0 | 0.000000e+00 |      --      |    Inf 
39.98/40.02	c  36.6s|200000 |121563 |     0 |   0.0 |  68M|  90 |   - | 308 | 632 |   0 |   0 |   0 |7906 |   0 | 0.000000e+00 |      --      |    Inf 
42.17/42.20	c  38.6s|210000 |126766 |     0 |   0.0 |  71M|  90 |   - | 308 | 635 |   0 |   0 |   0 |8413 |   0 | 0.000000e+00 |      --      |    Inf 
44.37/44.45	c  40.7s|220000 |131808 |     0 |   0.0 |  74M|  90 |   - | 308 | 657 |   0 |   0 |   0 |9013 |   0 | 0.000000e+00 |      --      |    Inf 
46.67/46.75	c  42.9s|230000 |136358 |     0 |   0.0 |  77M|  90 |   - | 308 | 683 |   0 |   0 |   0 |9685 |   0 | 0.000000e+00 |      --      |    Inf 
49.07/49.11	c  45.0s|240000 |140903 |     0 |   0.0 |  80M|  90 |   - | 308 | 683 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
51.47/51.51	c  47.3s|250000 |145421 |     0 |   0.0 |  83M|  90 |   - | 308 | 676 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
53.88/54.00	c  49.6s|260000 |149633 |     0 |   0.0 |  85M|  91 |   - | 308 | 678 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
56.17/56.22	c  51.6s|270000 |154605 |     0 |   0.0 |  88M|  93 |   - | 308 | 672 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
58.37/58.46	c  53.7s|280000 |160033 |     0 |   0.0 |  92M|  93 |   - | 308 | 786 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
60.67/60.71	c  55.7s|290000 |165523 |     0 |   0.0 |  95M|  93 |   - | 308 | 862 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
62.77/62.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.77/62.89	c  57.7s|300000 |171149 |     0 |   0.0 |  98M|  93 |   - | 308 | 830 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
64.97/65.01	c  59.7s|310000 |176967 |     0 |   0.0 | 102M|  93 |   - | 308 | 796 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
67.17/67.21	c  61.7s|320000 |182639 |     0 |   0.0 | 105M|  93 |   - | 308 | 838 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
69.37/69.43	c  63.7s|330000 |188144 |     0 |   0.0 | 109M|  93 |   - | 308 | 826 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
71.47/71.60	c  65.7s|340000 |193972 |     0 |   0.0 | 112M|  93 |   - | 308 | 862 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
73.76/73.83	c  67.8s|350000 |199408 |     0 |   0.0 | 116M|  93 |   - | 308 | 796 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
75.87/75.97	c  69.7s|360000 |205212 |     0 |   0.0 | 119M|  93 |   - | 308 | 843 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
77.97/78.10	c  71.7s|370000 |211210 |     0 |   0.0 | 123M|  93 |   - | 308 | 801 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
80.27/80.36	c  73.8s|380000 |216589 |     0 |   0.0 | 126M|  93 |   - | 308 | 871 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
82.37/82.46	c  75.7s|390000 |222500 |     0 |   0.0 | 129M|  93 |   - | 308 | 781 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
84.57/84.62	c  77.7s|400000 |228244 |     0 |   0.0 | 133M|  93 |   - | 308 | 801 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
86.76/86.81	c  79.7s|410000 |233885 |     0 |   0.0 | 136M|  93 |   - | 308 | 844 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
88.96/89.02	c  81.8s|420000 |239498 |     0 |   0.0 | 140M|  93 |   - | 308 | 814 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
91.17/91.26	c  83.8s|430000 |244914 |     0 |   0.0 | 143M|  93 |   - | 308 | 764 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
93.37/93.50	c  85.9s|440000 |250189 |     0 |   0.0 | 146M|  93 |   - | 308 | 837 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
95.56/95.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.56/95.70	c  87.9s|450000 |255578 |     0 |   0.0 | 150M|  93 |   - | 308 | 788 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
97.76/97.86	c  89.9s|460000 |261256 |     0 |   0.0 | 153M|  93 |   - | 308 | 772 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
99.86/99.98	c  91.9s|470000 |267298 |     0 |   0.0 | 157M|  93 |   - | 308 | 741 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
101.96/102.08	c  93.8s|480000 |273399 |     0 |   0.0 | 160M|  93 |   - | 308 | 708 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
104.15/104.29	c  95.8s|490000 |279158 |     0 |   0.0 | 163M|  93 |   - | 308 | 790 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
106.46/106.54	c  97.9s|500000 |284676 |     0 |   0.0 | 167M|  93 |   - | 308 | 833 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
108.55/108.62	c  99.8s|510000 |290951 |     0 |   0.0 | 170M|  93 |   - | 308 | 739 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
110.76/110.80	c   102s|520000 |296614 |     0 |   0.0 | 174M|  93 |   - | 308 | 794 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
113.05/113.11	c   104s|530000 |301909 |     0 |   0.0 | 177M|  93 |   - | 308 | 793 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
115.25/115.34	c   106s|540000 |307265 |     0 |   0.0 | 180M|  93 |   - | 308 | 795 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
117.45/117.54	c   108s|550000 |312851 |     0 |   0.0 | 184M|  93 |   - | 308 | 813 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
119.65/119.71	c   110s|560000 |318735 |     0 |   0.0 | 187M|  93 |   - | 308 | 737 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
121.85/121.92	c   112s|570000 |324413 |     0 |   0.0 | 191M|  93 |   - | 308 | 751 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
124.06/124.16	c   114s|580000 |329913 |     0 |   0.0 | 194M|  93 |   - | 308 | 805 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
126.25/126.37	c   116s|590000 |335586 |     0 |   0.0 | 197M|  93 |   - | 308 | 820 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
128.56/128.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.56/128.64	c   118s|600000 |340947 |     0 |   0.0 | 201M|  93 |   - | 308 | 781 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
130.86/130.93	c   120s|610000 |346434 |     0 |   0.0 | 204M|  93 |   - | 308 | 840 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
133.24/133.33	c   123s|620000 |351460 |     0 |   0.0 | 207M|  93 |   - | 308 | 861 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
135.54/135.61	c   125s|630000 |356877 |     0 |   0.0 | 210M|  93 |   - | 308 | 815 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
137.74/137.88	c   127s|640000 |362239 |     0 |   0.0 | 214M|  93 |   - | 308 | 838 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
140.04/140.12	c   129s|650000 |367621 |     0 |   0.0 | 217M|  93 |   - | 308 | 789 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
142.35/142.43	c   131s|660000 |372845 |     0 |   0.0 | 220M|  93 |   - | 308 | 797 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
144.74/144.82	c   133s|670000 |377948 |     0 |   0.0 | 223M|  93 |   - | 308 | 842 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
147.05/147.15	c   135s|680000 |383276 |     0 |   0.0 | 226M|  93 |   - | 308 | 819 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
149.34/149.42	c   137s|690000 |388625 |     0 |   0.0 | 230M|  93 |   - | 308 | 836 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
151.65/151.71	c   140s|700000 |393934 |     0 |   0.0 | 233M|  93 |   - | 308 | 830 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
153.95/154.01	c   142s|710000 |399272 |     0 |   0.0 | 236M|  93 |   - | 308 | 755 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
156.05/156.15	c   144s|720000 |405427 |     0 |   0.0 | 240M|  93 |   - | 308 | 762 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
158.35/158.47	c   146s|730000 |410881 |     0 |   0.0 | 243M|  93 |   - | 308 | 815 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
160.74/160.87	c   148s|740000 |415845 |     0 |   0.0 | 246M|  93 |   - | 308 | 807 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
163.04/163.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.04/163.16	c   150s|750000 |421130 |     0 |   0.0 | 249M|  93 |   - | 308 | 794 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
165.34/165.44	c   152s|760000 |426564 |     0 |   0.0 | 252M|  93 |   - | 308 | 825 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
167.53/167.66	c   154s|770000 |432411 |     0 |   0.0 | 256M|  93 |   - | 308 | 783 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
169.74/169.82	c   156s|780000 |438282 |     0 |   0.0 | 259M|  93 |   - | 308 | 764 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
171.94/172.08	c   158s|790000 |444014 |     0 |   0.0 | 263M|  93 |   - | 308 | 878 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
174.34/174.49	c   161s|800000 |449062 |     0 |   0.0 | 266M|  93 |   - | 308 | 868 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
176.74/176.88	c   163s|810000 |454017 |     0 |   0.0 | 269M|  93 |   - | 308 | 821 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
179.03/179.15	c   165s|820000 |459546 |     0 |   0.0 | 272M|  93 |   - | 308 | 820 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
181.23/181.39	c   167s|830000 |465156 |     0 |   0.0 | 275M|  93 |   - | 308 | 817 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
183.44/183.55	c   169s|840000 |471095 |     0 |   0.0 | 279M|  93 |   - | 308 | 767 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
185.63/185.77	c   171s|850000 |476861 |     0 |   0.0 | 282M|  93 |   - | 308 | 772 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
187.94/188.05	c   173s|860000 |482393 |     0 |   0.0 | 285M|  93 |   - | 308 | 799 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
190.34/190.47	c   175s|870000 |487244 |     0 |   0.0 | 289M|  93 |   - | 308 | 817 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
192.83/192.91	c   178s|880000 |492317 |     0 |   0.0 | 292M|  93 |   - | 308 | 852 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
195.13/195.23	c   180s|890000 |497594 |     0 |   0.0 | 295M|  93 |   - | 308 | 807 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
197.23/197.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.23/197.39	c   182s|900000 |503591 |     0 |   0.0 | 298M|  93 |   - | 308 | 711 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
199.63/199.71	c   184s|910000 |508939 |     0 |   0.0 | 301M|  93 |   - | 308 | 782 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
201.83/201.92	c   186s|920000 |514795 |     0 |   0.0 | 305M|  93 |   - | 308 | 701 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
204.13/204.27	c   188s|930000 |519948 |     0 |   0.0 | 308M|  93 |   - | 308 | 838 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
206.53/206.60	c   190s|940000 |525086 |     0 |   0.0 | 311M|  93 |   - | 308 | 754 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
208.73/208.84	c   192s|950000 |530865 |     0 |   0.0 | 314M|  93 |   - | 308 | 718 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
210.93/211.08	c   194s|960000 |536745 |     0 |   0.0 | 318M|  93 |   - | 308 | 703 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
213.13/213.28	c   196s|970000 |542578 |     0 |   0.0 | 321M|  93 |   - | 308 | 656 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
215.43/215.53	c   198s|980000 |548262 |     0 |   0.0 | 324M|  93 |   - | 308 | 693 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
217.63/217.72	c   200s|990000 |554071 |     0 |   0.0 | 328M|  93 |   - | 308 | 673 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
220.02/220.10	c   203s|  1000k|559218 |     0 |   0.0 | 331M|  93 |   - | 308 | 825 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
222.33/222.45	c   205s|  1010k|564523 |     0 |   0.0 | 334M|  93 |   - | 308 | 744 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
224.62/224.75	c   207s|  1020k|570065 |     0 |   0.0 | 337M|  93 |   - | 308 | 668 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
226.83/226.97	c   209s|  1030k|575930 |     0 |   0.0 | 340M|  93 |   - | 308 | 689 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
229.12/229.24	c   211s|  1040k|581566 |     0 |   0.0 | 344M|  93 |   - | 308 | 650 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
231.43/231.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.43/231.54	c   213s|  1050k|587133 |     0 |   0.0 | 347M|  93 |   - | 308 | 677 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
233.62/233.78	c   215s|  1060k|592626 |     0 |   0.0 | 350M|  93 |   - | 308 | 713 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
235.82/235.94	c   217s|  1070k|598500 |     0 |   0.0 | 353M|  93 |   - | 308 | 679 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
238.12/238.29	c   219s|  1080k|603780 |     0 |   0.0 | 356M|  93 |   - | 308 | 698 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
240.42/240.51	c   221s|  1090k|609559 |     0 |   0.0 | 360M|  93 |   - | 308 | 701 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
242.72/242.81	c   224s|  1100k|615168 |     0 |   0.0 | 363M|  93 |   - | 308 | 718 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
245.12/245.21	c   226s|  1110k|620497 |     0 |   0.0 | 366M|  93 |   - | 308 | 711 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
247.32/247.43	c   228s|  1120k|626265 |     0 |   0.0 | 369M|  93 |   - | 308 | 697 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
249.52/249.64	c   230s|  1130k|632121 |     0 |   0.0 | 372M|  93 |   - | 308 | 668 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
251.92/252.01	c   232s|  1140k|637523 |     0 |   0.0 | 376M|  93 |   - | 308 | 687 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
254.22/254.37	c   234s|  1150k|642896 |     0 |   0.0 | 379M|  93 |   - | 308 | 702 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
256.62/256.70	c   236s|  1160k|648464 |     0 |   0.0 | 382M|  93 |   - | 308 | 694 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
258.92/259.07	c   239s|  1170k|653808 |     0 |   0.0 | 385M|  93 |   - | 308 | 652 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
261.21/261.36	c   241s|  1180k|659293 |     0 |   0.0 | 388M|  93 |   - | 308 | 675 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
263.62/263.75	c   243s|  1190k|664602 |     0 |   0.0 | 391M|  93 |   - | 308 | 685 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
266.02/266.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
266.02/266.17	c   245s|  1200k|670012 |     0 |   0.0 | 395M|  93 |   - | 308 | 733 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
268.42/268.58	c   247s|  1210k|675099 |     0 |   0.0 | 398M|  93 |   - | 308 | 699 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
270.82/270.90	c   250s|  1220k|680489 |     0 |   0.0 | 401M|  93 |   - | 308 | 685 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
273.21/273.30	c   252s|  1230k|685665 |     0 |   0.0 | 404M|  93 |   - | 308 | 671 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
275.51/275.64	c   254s|  1240k|691062 |     0 |   0.0 | 407M|  93 |   - | 308 | 713 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
277.91/278.02	c   256s|  1250k|696252 |     0 |   0.0 | 410M|  93 |   - | 308 | 697 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
280.31/280.42	c   258s|  1260k|701557 |     0 |   0.0 | 413M|  93 |   - | 308 | 684 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
282.81/282.92	c   261s|  1270k|706454 |     0 |   0.0 | 416M|  93 |   - | 308 | 716 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
285.21/285.35	c   263s|  1280k|711502 |     0 |   0.0 | 419M|  93 |   - | 308 | 746 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
287.61/287.78	c   265s|  1290k|716664 |     0 |   0.0 | 422M|  93 |   - | 308 | 678 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
290.01/290.19	c   267s|  1300k|721789 |     0 |   0.0 | 425M|  93 |   - | 308 | 695 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
292.51/292.62	c   270s|  1310k|726818 |     0 |   0.0 | 428M|  93 |   - | 308 | 675 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
294.80/294.98	c   272s|  1320k|732197 |     0 |   0.0 | 432M|  93 |   - | 308 | 726 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
297.40/297.52	c   274s|  1330k|736954 |     0 |   0.0 | 435M|  93 |   - | 308 | 710 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
299.90/300.04	c   276s|  1340k|741779 |     0 |   0.0 | 438M|  93 |   - | 308 | 689 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
302.31/302.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
302.31/302.49	c   279s|  1350k|746757 |     0 |   0.0 | 440M|  93 |   - | 308 | 739 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
304.90/305.03	c   281s|  1360k|751756 |     0 |   0.0 | 443M|  93 |   - | 308 | 695 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
307.40/307.50	c   283s|  1370k|756717 |     0 |   0.0 | 446M|  93 |   - | 308 | 687 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
309.80/309.91	c   286s|  1380k|761893 |     0 |   0.0 | 450M|  93 |   - | 308 | 700 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
312.31/312.43	c   288s|  1390k|766885 |     0 |   0.0 | 453M|  93 |   - | 308 | 716 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
314.90/315.06	c   290s|  1400k|771348 |     0 |   0.0 | 455M|  93 |   - | 308 | 688 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
317.40/317.54	c   293s|  1410k|776368 |     0 |   0.0 | 458M|  93 |   - | 308 | 713 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
319.90/320.09	c   295s|  1420k|781302 |     0 |   0.0 | 461M|  93 |   - | 308 | 714 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
322.40/322.59	c   297s|  1430k|786357 |     0 |   0.0 | 464M|  93 |   - | 308 | 750 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
324.89/325.09	c   300s|  1440k|791402 |     0 |   0.0 | 467M|  93 |   - | 308 | 763 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
327.49/327.69	c   302s|  1450k|796177 |     0 |   0.0 | 470M|  93 |   - | 308 | 710 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
330.09/330.29	c   305s|  1460k|800790 |     0 |   0.0 | 473M|  93 |   - | 308 | 707 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
332.69/332.86	c   307s|  1470k|805327 |     0 |   0.0 | 476M|  93 |   - | 308 | 718 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
335.30/335.43	c   309s|  1480k|810161 |     0 |   0.0 | 479M|  93 |   - | 308 | 716 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
337.79/337.95	c   312s|  1490k|815116 |     0 |   0.0 | 482M|  93 |   - | 308 | 723 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
340.28/340.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.28/340.48	c   314s|  1500k|820107 |     0 |   0.0 | 485M|  93 |   - | 308 | 726 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
342.89/343.08	c   317s|  1510k|824736 |     0 |   0.0 | 488M|  93 |   - | 308 | 719 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
345.59/345.76	c   319s|  1520k|829093 |     0 |   0.0 | 491M|  93 |   - | 308 | 748 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
348.29/348.43	c   322s|  1530k|833582 |     0 |   0.0 | 493M|  93 |   - | 308 | 728 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
350.79/350.99	c   324s|  1540k|838451 |     0 |   0.0 | 496M|  93 |   - | 308 | 682 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
353.49/353.61	c   326s|  1550k|843257 |     0 |   0.0 | 499M|  93 |   - | 308 | 726 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
356.08/356.24	c   329s|  1560k|847948 |     0 |   0.0 | 502M|  93 |   - | 308 | 727 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
358.78/358.92	c   331s|  1570k|852025 |     0 |   0.0 | 505M|  93 |   - | 308 | 732 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
361.48/361.63	c   334s|  1580k|856364 |     0 |   0.0 | 508M|  93 |   - | 308 | 725 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
364.18/364.31	c   336s|  1590k|860960 |     0 |   0.0 | 511M|  93 |   - | 308 | 704 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
366.77/366.93	c   339s|  1600k|865644 |     0 |   0.0 | 514M|  93 |   - | 308 | 727 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
369.48/369.64	c   341s|  1610k|870098 |     0 |   0.0 | 517M|  93 |   - | 308 | 706 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
372.27/372.43	c   344s|  1620k|874018 |     0 |   0.0 | 519M|  93 |   - | 308 | 748 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
375.08/375.27	c   347s|  1630k|878179 |     0 |   0.0 | 522M|  93 |   - | 308 | 738 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
377.77/377.97	c   349s|  1640k|882718 |     0 |   0.0 | 525M|  93 |   - | 308 | 734 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
380.48/380.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
380.48/380.63	c   352s|  1650k|887231 |     0 |   0.0 | 528M|  93 |   - | 308 | 721 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
383.27/383.41	c   354s|  1660k|891565 |     0 |   0.0 | 530M|  93 |   - | 308 | 754 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
386.08/386.27	c   357s|  1670k|895272 |     0 |   0.0 | 533M|  93 |   - | 308 | 731 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
388.87/389.04	c   359s|  1680k|899476 |     0 |   0.0 | 536M|  93 |   - | 308 | 756 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
391.57/391.72	c   362s|  1690k|903988 |     0 |   0.0 | 539M|  93 |   - | 308 | 770 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
394.27/394.45	c   364s|  1700k|908383 |     0 |   0.0 | 542M|  93 |   - | 308 | 771 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
397.07/397.29	c   367s|  1710k|912436 |     0 |   0.0 | 544M|  93 |   - | 308 | 700 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
400.07/400.21	c   370s|  1720k|916183 |     0 |   0.0 | 547M|  93 |   - | 308 | 742 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
402.77/403.00	c   372s|  1730k|920360 |     0 |   0.0 | 550M|  93 |   - | 308 | 783 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
405.57/405.73	c   375s|  1740k|924791 |     0 |   0.0 | 552M|  93 |   - | 308 | 734 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
408.46/408.67	c   378s|  1750k|928420 |     0 |   0.0 | 555M|  93 |   - | 308 | 733 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
411.37/411.58	c   380s|  1760k|932301 |     0 |   0.0 | 558M|  93 |   - | 308 | 741 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
414.26/414.42	c   383s|  1770k|936466 |     0 |   0.0 | 560M|  93 |   - | 308 | 734 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
417.17/417.36	c   386s|  1780k|940377 |     0 |   0.0 | 563M|  93 |   - | 308 | 742 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
420.16/420.37	c   389s|  1790k|943797 |     0 |   0.0 | 565M|  93 |   - | 308 | 758 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
423.06/423.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
423.06/423.24	c   391s|  1800k|947746 |     0 |   0.0 | 568M|  93 |   - | 308 | 754 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
425.96/426.13	c   394s|  1810k|951881 |     0 |   0.0 | 571M|  93 |   - | 308 | 736 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
429.06/429.26	c   397s|  1820k|955125 |     0 |   0.0 | 573M|  93 |   - | 308 | 799 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
431.96/432.19	c   400s|  1830k|959171 |     0 |   0.0 | 576M|  93 |   - | 308 | 737 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
435.06/435.29	c   403s|  1840k|962635 |     0 |   0.0 | 579M|  93 |   - | 308 | 724 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
438.06/438.28	c   406s|  1850k|966515 |     0 |   0.0 | 581M|  93 |   - | 308 | 715 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
441.06/441.25	c   408s|  1860k|970293 |     0 |   0.0 | 584M|  93 |   - | 308 | 744 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
444.16/444.35	c   411s|  1870k|973688 |     0 |   0.0 | 586M|  93 |   - | 308 | 719 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
447.25/447.41	c   414s|  1880k|977347 |     0 |   0.0 | 589M|  93 |   - | 308 | 722 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
450.35/450.58	c   417s|  1890k|980641 |     0 |   0.0 | 591M|  93 |   - | 308 | 750 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
453.55/453.72	c   420s|  1900k|983878 |     0 |   0.0 | 594M|  93 |   - | 308 | 723 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
456.75/456.92	c   423s|  1910k|987322 |     0 |   0.0 | 596M|  93 |   - | 308 | 701 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
459.95/460.18	c   426s|  1920k|990384 |     0 |   0.0 | 598M|  93 |   - | 308 | 705 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
463.24/463.48	c   429s|  1930k|993453 |     0 |   0.0 | 601M|  93 |   - | 308 | 741 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
466.55/466.76	c   433s|  1940k|996463 |     0 |   0.0 | 603M|  93 |   - | 308 | 706 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
469.95/470.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
469.95/470.20	c   436s|  1950k|999362 |     0 |   0.0 | 605M|  93 |   - | 308 | 702 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
473.45/473.68	c   439s|  1960k|  1002k|     0 |   0.0 | 608M|  93 |   - | 308 | 659 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
477.15/477.36	c   443s|  1970k|  1004k|     0 |   0.0 | 609M|  93 |   - | 308 | 673 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
480.75/480.90	c   446s|  1980k|  1006k|     0 |   0.0 | 612M|  93 |   - | 308 | 663 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
484.35/484.52	c   449s|  1990k|  1008k|     0 |   0.0 | 613M|  93 |   - | 308 | 596 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
486.84/487.09	c   452s|  2000k|  1012k|     0 |   0.0 | 617M|  93 |   - | 308 | 774 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
489.54/489.71	c   454s|  2010k|  1017k|     0 |   0.0 | 620M|  93 |   - | 308 | 889 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
492.24/492.43	c   457s|  2020k|  1021k|     0 |   0.0 | 623M|  93 |   - | 308 | 912 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
494.84/495.06	c   459s|  2030k|  1026k|     0 |   0.0 | 626M|  93 |   - | 308 |1055 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
497.54/497.70	c   462s|  2040k|  1030k|     0 |   0.0 | 629M|  93 |   - | 308 |1042 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
500.04/500.28	c   464s|  2050k|  1035k|     0 |   0.0 | 632M|  93 |   - | 308 |1138 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
502.73/502.90	c   466s|  2060k|  1040k|     0 |   0.0 | 636M|  93 |   - | 308 |1048 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
505.24/505.48	c   469s|  2070k|  1045k|     0 |   0.0 | 639M|  93 |   - | 308 |1180 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
507.83/508.05	c   471s|  2080k|  1049k|     0 |   0.0 | 642M|  93 |   - | 308 |1022 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
510.54/510.71	c   474s|  2090k|  1054k|     0 |   0.0 | 645M|  93 |   - | 308 |1065 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
513.03/513.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
513.03/513.21	c   476s|  2100k|  1059k|     0 |   0.0 | 649M|  93 |   - | 308 |1131 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
515.54/515.72	c   478s|  2110k|  1064k|     0 |   0.0 | 652M|  93 |   - | 308 |1121 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
518.04/518.23	c   481s|  2120k|  1069k|     0 |   0.0 | 655M|  93 |   - | 308 |1021 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
520.63/520.87	c   483s|  2130k|  1074k|     0 |   0.0 | 658M|  93 |   - | 308 |1144 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
523.13/523.36	c   485s|  2140k|  1079k|     0 |   0.0 | 662M|  93 |   - | 308 |1251 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
525.64/525.89	c   488s|  2150k|  1084k|     0 |   0.0 | 665M|  93 |   - | 308 |1234 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
528.23/528.40	c   490s|  2160k|  1090k|     0 |   0.0 | 668M|  93 |   - | 308 |1174 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
530.83/531.04	c   493s|  2170k|  1094k|     0 |   0.0 | 671M|  93 |   - | 308 | 998 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
533.33/533.59	c   495s|  2180k|  1099k|     0 |   0.0 | 675M|  93 |   - | 308 |1284 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
535.83/536.05	c   497s|  2190k|  1104k|     0 |   0.0 | 678M|  93 |   - | 308 |1279 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
538.32/538.52	c   500s|  2200k|  1110k|     0 |   0.0 | 681M|  93 |   - | 308 |1155 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
540.83/541.03	c   502s|  2210k|  1115k|     0 |   0.0 | 685M|  93 |   - | 308 |1025 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
543.24/543.41	c   504s|  2220k|  1120k|     0 |   0.0 | 688M|  93 |   - | 308 |1031 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
545.93/546.10	c   507s|  2230k|  1125k|     0 |   0.0 | 691M|  93 |   - | 308 |1010 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
548.42/548.69	c   509s|  2240k|  1130k|     0 |   0.0 | 694M|  93 |   - | 308 |1188 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
550.83/551.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
550.83/551.07	c   511s|  2250k|  1135k|     0 |   0.0 | 698M|  93 |   - | 308 |1190 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
553.32/553.52	c   513s|  2260k|  1140k|     0 |   0.0 | 701M|  93 |   - | 308 |1162 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
555.73/555.94	c   516s|  2270k|  1146k|     0 |   0.0 | 704M|  93 |   - | 308 |1104 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
558.23/558.42	c   518s|  2280k|  1151k|     0 |   0.0 | 708M|  93 |   - | 308 | 991 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
560.73/560.93	c   520s|  2290k|  1157k|     0 |   0.0 | 711M|  93 |   - | 308 |1005 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
563.42/563.64	c   523s|  2300k|  1161k|     0 |   0.0 | 714M|  93 |   - | 308 | 975 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
566.02/566.29	c   525s|  2310k|  1166k|     0 |   0.0 | 717M|  93 |   - | 308 |1178 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
568.62/568.80	c   528s|  2320k|  1171k|     0 |   0.0 | 721M|  93 |   - | 308 |1238 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
571.02/571.22	c   530s|  2330k|  1176k|     0 |   0.0 | 724M|  93 |   - | 308 |1189 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
573.42/573.64	c   532s|  2340k|  1182k|     0 |   0.0 | 728M|  93 |   - | 308 |1184 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
575.82/576.04	c   534s|  2350k|  1187k|     0 |   0.0 | 731M|  93 |   - | 308 |1028 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
578.22/578.46	c   537s|  2360k|  1193k|     0 |   0.0 | 734M|  93 |   - | 308 |1041 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
580.71/580.97	c   539s|  2370k|  1198k|     0 |   0.0 | 737M|  93 |   - | 308 | 967 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
583.22/583.47	c   541s|  2380k|  1203k|     0 |   0.0 | 741M|  93 |   - | 308 | 945 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
586.02/586.22	c   544s|  2390k|  1207k|     0 |   0.0 | 744M|  93 |   - | 308 |1083 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
588.61/588.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
588.61/588.84	c   546s|  2400k|  1212k|     0 |   0.0 | 747M|  93 |   - | 308 |1330 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
591.12/591.40	c   549s|  2410k|  1217k|     0 |   0.0 | 750M|  93 |   - | 308 |1262 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
593.72/593.96	c   551s|  2420k|  1222k|     0 |   0.0 | 754M|  93 |   - | 308 |1256 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
596.32/596.53	c   553s|  2430k|  1228k|     0 |   0.0 | 757M|  93 |   - | 308 |1170 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
598.81/599.05	c   556s|  2440k|  1233k|     0 |   0.0 | 760M|  93 |   - | 308 |1159 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
601.31/601.53	c   558s|  2450k|  1238k|     0 |   0.0 | 764M|  93 |   - | 308 | 992 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
603.72/603.91	c   560s|  2460k|  1244k|     0 |   0.0 | 767M|  93 |   - | 308 |1003 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
606.22/606.45	c   563s|  2470k|  1249k|     0 |   0.0 | 770M|  93 |   - | 308 | 910 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
608.71/608.96	c   565s|  2480k|  1254k|     0 |   0.0 | 774M|  93 |   - | 308 |1031 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
611.31/611.57	c   567s|  2490k|  1259k|     0 |   0.0 | 777M|  93 |   - | 308 |1002 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
614.11/614.33	c   570s|  2500k|  1264k|     0 |   0.0 | 780M|  93 |   - | 308 |1242 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
616.71/616.94	c   572s|  2510k|  1269k|     0 |   0.0 | 783M|  93 |   - | 308 |1317 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
619.31/619.52	c   575s|  2520k|  1274k|     0 |   0.0 | 786M|  93 |   - | 308 |1271 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
621.91/622.17	c   577s|  2530k|  1279k|     0 |   0.0 | 790M|  93 |   - | 308 |1248 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
624.51/624.74	c   580s|  2540k|  1284k|     0 |   0.0 | 793M|  93 |   - | 308 |1212 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
627.01/627.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
627.01/627.25	c   582s|  2550k|  1290k|     0 |   0.0 | 796M|  93 |   - | 308 |1074 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
629.50/629.72	c   584s|  2560k|  1295k|     0 |   0.0 | 800M|  93 |   - | 308 |1070 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
631.90/632.19	c   587s|  2570k|  1300k|     0 |   0.0 | 803M|  93 |   - | 308 | 938 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
634.41/634.66	c   589s|  2580k|  1305k|     0 |   0.0 | 806M|  93 |   - | 308 | 984 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
636.91/637.15	c   591s|  2590k|  1310k|     0 |   0.0 | 809M|  93 |   - | 308 | 915 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
639.50/639.71	c   594s|  2600k|  1315k|     0 |   0.0 | 813M|  93 |   - | 308 | 958 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
642.00/642.24	c   596s|  2610k|  1320k|     0 |   0.0 | 816M|  93 |   - | 308 | 924 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
644.51/644.74	c   598s|  2620k|  1326k|     0 |   0.0 | 819M|  93 |   - | 308 | 919 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
647.30/647.57	c   601s|  2630k|  1330k|     0 |   0.0 | 822M|  93 |   - | 308 |1150 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
650.10/650.32	c   603s|  2640k|  1334k|     0 |   0.0 | 826M|  93 |   - | 308 |1314 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
652.70/652.90	c   606s|  2650k|  1339k|     0 |   0.0 | 829M|  93 |   - | 308 |1298 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
655.30/655.55	c   608s|  2660k|  1344k|     0 |   0.0 | 832M|  93 |   - | 308 |1283 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
658.00/658.21	c   611s|  2670k|  1349k|     0 |   0.0 | 835M|  93 |   - | 308 |1179 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
660.59/660.81	c   613s|  2680k|  1355k|     0 |   0.0 | 839M|  93 |   - | 308 |1059 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
663.11/663.40	c   616s|  2690k|  1360k|     0 |   0.0 | 842M|  93 |   - | 308 |1117 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
665.70/665.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
665.70/665.93	c   618s|  2700k|  1365k|     0 |   0.0 | 845M|  93 |   - | 308 |1026 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
668.20/668.48	c   620s|  2710k|  1370k|     0 |   0.0 | 848M|  93 |   - | 308 |1121 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
670.80/671.09	c   623s|  2720k|  1375k|     0 |   0.0 | 852M|  93 |   - | 308 | 981 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
673.30/673.58	c   625s|  2730k|  1380k|     0 |   0.0 | 855M|  93 |   - | 308 | 980 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
675.79/676.09	c   627s|  2740k|  1385k|     0 |   0.0 | 858M|  93 |   - | 308 | 916 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
678.29/678.59	c   630s|  2750k|  1390k|     0 |   0.0 | 861M|  93 |   - | 308 | 867 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
680.99/681.25	c   632s|  2760k|  1395k|     0 |   0.0 | 865M|  93 |   - | 308 |1000 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
683.59/683.82	c   635s|  2770k|  1400k|     0 |   0.0 | 868M|  93 |   - | 308 | 906 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
686.10/686.36	c   637s|  2780k|  1405k|     0 |   0.0 | 871M|  93 |   - | 308 | 947 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
688.69/688.97	c   639s|  2790k|  1410k|     0 |   0.0 | 874M|  93 |   - | 308 | 903 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
691.48/691.79	c   642s|  2800k|  1415k|     0 |   0.0 | 877M|  93 |   - | 308 |1212 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
694.29/694.51	c   645s|  2810k|  1419k|     0 |   0.0 | 881M|  93 |   - | 308 |1304 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
696.88/697.10	c   647s|  2820k|  1424k|     0 |   0.0 | 884M|  93 |   - | 308 |1304 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
699.59/699.80	c   649s|  2830k|  1429k|     0 |   0.0 | 887M|  93 |   - | 308 |1212 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
702.28/702.51	c   652s|  2840k|  1434k|     0 |   0.0 | 890M|  93 |   - | 308 |1154 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
704.89/705.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.89/705.14	c   654s|  2850k|  1439k|     0 |   0.0 | 893M|  93 |   - | 308 |1118 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
707.49/707.72	c   657s|  2860k|  1444k|     0 |   0.0 | 897M|  93 |   - | 308 |1060 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
710.08/710.30	c   659s|  2870k|  1449k|     0 |   0.0 | 900M|  93 |   - | 308 |1177 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
712.59/712.87	c   662s|  2880k|  1454k|     0 |   0.0 | 903M|  93 |   - | 308 |1044 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
715.18/715.49	c   664s|  2890k|  1459k|     0 |   0.0 | 907M|  93 |   - | 308 |1050 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
717.78/718.03	c   666s|  2900k|  1465k|     0 |   0.0 | 910M|  93 |   - | 308 | 986 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
720.38/720.61	c   669s|  2910k|  1470k|     0 |   0.0 | 913M|  93 |   - | 308 |1023 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
722.98/723.29	c   671s|  2920k|  1475k|     0 |   0.0 | 916M|  93 |   - | 308 |1026 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
725.68/725.99	c   674s|  2930k|  1479k|     0 |   0.0 | 919M|  93 |   - | 308 |1012 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
728.18/728.47	c   676s|  2940k|  1485k|     0 |   0.0 | 923M|  93 |   - | 308 | 969 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
730.67/730.99	c   678s|  2950k|  1490k|     0 |   0.0 | 926M|  93 |   - | 308 | 959 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
733.39/733.67	c   681s|  2960k|  1495k|     0 |   0.0 | 929M|  93 |   - | 308 | 976 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
735.97/736.22	c   683s|  2970k|  1500k|     0 |   0.0 | 932M|  93 |   - | 308 | 930 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
738.67/738.95	c   686s|  2980k|  1504k|     0 |   0.0 | 935M|  93 |   - | 308 | 922 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
741.47/741.71	c   688s|  2990k|  1509k|     0 |   0.0 | 938M|  93 |   - | 308 |1118 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
744.07/744.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
744.07/744.39	c   691s|  3000k|  1513k|     0 |   0.0 | 942M|  93 |   - | 308 |1214 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
746.97/747.21	c   694s|  3010k|  1518k|     0 |   0.0 | 945M|  93 |   - | 308 |1233 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
749.77/750.01	c   696s|  3020k|  1522k|     0 |   0.0 | 948M|  93 |   - | 308 |1210 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
752.37/752.66	c   699s|  3030k|  1527k|     0 |   0.0 | 951M|  93 |   - | 308 |1186 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
755.07/755.32	c   701s|  3040k|  1532k|     0 |   0.0 | 954M|  93 |   - | 308 |1149 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
757.67/757.94	c   704s|  3050k|  1538k|     0 |   0.0 | 958M|  93 |   - | 308 |1174 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
760.27/760.58	c   706s|  3060k|  1543k|     0 |   0.0 | 961M|  93 |   - | 308 |1008 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
762.86/763.11	c   708s|  3070k|  1548k|     0 |   0.0 | 964M|  93 |   - | 308 |1010 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
765.37/765.69	c   711s|  3080k|  1553k|     0 |   0.0 | 968M|  93 |   - | 308 |1038 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
768.06/768.32	c   713s|  3090k|  1558k|     0 |   0.0 | 971M|  93 |   - | 308 | 987 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
770.77/771.07	c   716s|  3100k|  1563k|     0 |   0.0 | 974M|  93 |   - | 308 |1031 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
773.47/773.79	c   718s|  3110k|  1567k|     0 |   0.0 | 977M|  93 |   - | 308 |1041 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
776.16/776.47	c   721s|  3120k|  1572k|     0 |   0.0 | 980M|  93 |   - | 308 |1034 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
778.86/779.12	c   723s|  3130k|  1577k|     0 |   0.0 | 984M|  93 |   - | 308 |1059 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
781.56/781.87	c   726s|  3140k|  1581k|     0 |   0.0 | 987M|  93 |   - | 308 | 982 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
784.16/784.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
784.16/784.47	c   728s|  3150k|  1587k|     0 |   0.0 | 990M|  93 |   - | 308 | 917 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
786.86/787.10	c   731s|  3160k|  1591k|     0 |   0.0 | 993M|  93 |   - | 308 | 932 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
789.65/789.95	c   733s|  3170k|  1596k|     0 |   0.0 | 996M|  93 |   - | 308 | 952 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
792.35/792.63	c   736s|  3180k|  1601k|     0 |   0.0 | 999M|  93 |   - | 308 | 941 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
795.06/795.35	c   738s|  3190k|  1605k|     0 |   0.0 |1002M|  93 |   - | 308 | 977 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
797.66/797.99	c   741s|  3200k|  1610k|     0 |   0.0 |1005M|  93 |   - | 308 | 940 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
800.46/800.77	c   743s|  3210k|  1614k|     0 |   0.0 |1008M|  93 |   - | 308 |1133 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
803.16/803.40	c   746s|  3220k|  1619k|     0 |   0.0 |1011M|  93 |   - | 308 |1133 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
805.85/806.15	c   748s|  3230k|  1624k|     0 |   0.0 |1015M|  93 |   - | 308 |1122 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
808.55/808.89	c   751s|  3240k|  1629k|     0 |   0.0 |1018M|  93 |   - | 308 |1144 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
811.35/811.64	c   754s|  3250k|  1634k|     0 |   0.0 |1021M|  93 |   - | 308 |1160 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
814.05/814.30	c   756s|  3260k|  1639k|     0 |   0.0 |1024M|  93 |   - | 308 |1093 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
816.65/816.90	c   758s|  3270k|  1644k|     0 |   0.0 |1027M|  93 |   - | 308 |1000 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
819.25/819.50	c   761s|  3280k|  1649k|     0 |   0.0 |1031M|  93 |   - | 308 |1024 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
821.85/822.18	c   763s|  3290k|  1654k|     0 |   0.0 |1034M|  93 |   - | 308 |1055 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
824.65/824.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
824.65/824.91	c   766s|  3300k|  1659k|     0 |   0.0 |1037M|  93 |   - | 308 | 986 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
827.24/827.59	c   768s|  3310k|  1664k|     0 |   0.0 |1040M|  93 |   - | 308 |1025 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
830.05/830.33	c   771s|  3320k|  1669k|     0 |   0.0 |1043M|  93 |   - | 308 |1052 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
832.75/833.00	c   773s|  3330k|  1674k|     0 |   0.0 |1047M|  93 |   - | 308 |1018 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
835.34/835.62	c   776s|  3340k|  1679k|     0 |   0.0 |1050M|  93 |   - | 308 | 904 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
837.95/838.29	c   778s|  3350k|  1684k|     0 |   0.0 |1053M|  93 |   - | 308 | 902 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
840.74/841.05	c   781s|  3360k|  1688k|     0 |   0.0 |1056M|  93 |   - | 308 |1009 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
843.54/843.85	c   784s|  3370k|  1693k|     0 |   0.0 |1059M|  93 |   - | 308 | 974 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
846.24/846.56	c   786s|  3380k|  1698k|     0 |   0.0 |1063M|  93 |   - | 308 | 955 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
848.95/849.28	c   789s|  3390k|  1703k|     0 |   0.0 |1066M|  93 |   - | 308 | 957 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
851.74/852.06	c   791s|  3400k|  1708k|     0 |   0.0 |1069M|  93 |   - | 308 |1021 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
854.45/854.79	c   794s|  3410k|  1712k|     0 |   0.0 |1072M|  93 |   - | 308 | 958 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
857.24/857.52	c   796s|  3420k|  1717k|     0 |   0.0 |1075M|  93 |   - | 308 | 914 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
859.94/860.24	c   799s|  3430k|  1722k|     0 |   0.0 |1078M|  93 |   - | 308 | 916 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
862.53/862.88	c   801s|  3440k|  1726k|     0 |   0.0 |1081M|  93 |   - | 308 | 939 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
865.34/865.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
865.34/865.65	c   804s|  3450k|  1731k|     0 |   0.0 |1085M|  93 |   - | 308 |1073 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
868.04/868.39	c   806s|  3460k|  1736k|     0 |   0.0 |1088M|  93 |   - | 308 |1143 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
870.84/871.10	c   809s|  3470k|  1741k|     0 |   0.0 |1091M|  93 |   - | 308 |1132 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
873.54/873.87	c   812s|  3480k|  1745k|     0 |   0.0 |1094M|  93 |   - | 308 |1137 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
876.23/876.52	c   814s|  3490k|  1750k|     0 |   0.0 |1097M|  93 |   - | 308 |1026 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
878.83/879.15	c   816s|  3500k|  1755k|     0 |   0.0 |1100M|  93 |   - | 308 |1068 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
881.53/881.82	c   819s|  3510k|  1760k|     0 |   0.0 |1104M|  93 |   - | 308 |1031 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
884.23/884.58	c   822s|  3520k|  1765k|     0 |   0.0 |1107M|  93 |   - | 308 |1026 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
887.03/887.34	c   824s|  3530k|  1770k|     0 |   0.0 |1110M|  93 |   - | 308 |1084 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
889.83/890.19	c   827s|  3540k|  1774k|     0 |   0.0 |1113M|  93 |   - | 308 |1061 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
892.63/892.95	c   829s|  3550k|  1779k|     0 |   0.0 |1116M|  93 |   - | 308 |1017 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
895.32/895.68	c   832s|  3560k|  1784k|     0 |   0.0 |1119M|  93 |   - | 308 | 934 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
898.03/898.38	c   834s|  3570k|  1789k|     0 |   0.0 |1122M|  93 |   - | 308 | 985 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
901.03/901.31	c   837s|  3580k|  1793k|     0 |   0.0 |1125M|  93 |   - | 308 |1048 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
903.72/904.04	c   840s|  3590k|  1798k|     0 |   0.0 |1129M|  93 |   - | 308 | 952 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
906.42/906.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
906.42/906.77	c   842s|  3600k|  1803k|     0 |   0.0 |1132M|  93 |   - | 308 | 956 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
909.13/909.49	c   845s|  3610k|  1807k|     0 |   0.0 |1135M|  93 |   - | 308 | 984 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
911.82/912.17	c   847s|  3620k|  1813k|     0 |   0.0 |1138M|  93 |   - | 308 | 985 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
914.52/914.82	c   850s|  3630k|  1818k|     0 |   0.0 |1141M|  93 |   - | 308 | 993 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
917.13/917.49	c   852s|  3640k|  1823k|     0 |   0.0 |1145M|  93 |   - | 308 | 942 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
919.72/920.09	c   855s|  3650k|  1828k|     0 |   0.0 |1148M|  93 |   - | 308 | 915 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
922.62/922.95	c   857s|  3660k|  1832k|     0 |   0.0 |1151M|  93 |   - | 308 | 961 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
925.33/925.61	c   860s|  3670k|  1837k|     0 |   0.0 |1154M|  93 |   - | 308 | 962 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
927.92/928.22	c   862s|  3680k|  1842k|     0 |   0.0 |1157M|  93 |   - | 308 | 917 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
930.62/930.91	c   865s|  3690k|  1847k|     0 |   0.0 |1160M|  93 |   - | 308 | 920 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
933.22/933.58	c   867s|  3700k|  1852k|     0 |   0.0 |1163M|  93 |   - | 308 | 992 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
936.02/936.31	c   870s|  3710k|  1856k|     0 |   0.0 |1167M|  93 |   - | 308 |1121 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
938.82/939.19	c   872s|  3720k|  1861k|     0 |   0.0 |1170M|  93 |   - | 308 |1114 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
941.61/941.95	c   875s|  3730k|  1866k|     0 |   0.0 |1173M|  93 |   - | 308 |1108 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
944.32/944.63	c   878s|  3740k|  1871k|     0 |   0.0 |1176M|  93 |   - | 308 |1108 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
947.01/947.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
947.01/947.30	c   880s|  3750k|  1875k|     0 |   0.0 |1179M|  93 |   - | 308 |1093 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
949.91/950.24	c   883s|  3760k|  1880k|     0 |   0.0 |1182M|  93 |   - | 308 |1123 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
952.72/953.08	c   885s|  3770k|  1885k|     0 |   0.0 |1186M|  93 |   - | 308 |1068 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
955.52/955.87	c   888s|  3780k|  1890k|     0 |   0.0 |1189M|  93 |   - | 308 |1103 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
958.42/958.72	c   891s|  3790k|  1894k|     0 |   0.0 |1192M|  93 |   - | 308 |1076 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
961.21/961.51	c   893s|  3800k|  1899k|     0 |   0.0 |1195M|  93 |   - | 308 | 999 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
963.91/964.26	c   896s|  3810k|  1904k|     0 |   0.0 |1198M|  93 |   - | 308 | 968 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
966.81/967.18	c   899s|  3820k|  1908k|     0 |   0.0 |1201M|  93 |   - | 308 |1061 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
969.71/970.04	c   901s|  3830k|  1913k|     0 |   0.0 |1204M|  93 |   - | 308 |1011 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
972.41/972.76	c   904s|  3840k|  1918k|     0 |   0.0 |1207M|  93 |   - | 308 | 961 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
975.32/975.63	c   907s|  3850k|  1923k|     0 |   0.0 |1210M|  93 |   - | 308 |1047 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
978.11/978.45	c   909s|  3860k|  1927k|     0 |   0.0 |1214M|  93 |   - | 308 | 996 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
980.82/981.16	c   912s|  3870k|  1932k|     0 |   0.0 |1217M|  93 |   - | 308 | 991 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
983.61/983.92	c   914s|  3880k|  1937k|     0 |   0.0 |1220M|  93 |   - | 308 | 929 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
986.31/986.63	c   917s|  3890k|  1942k|     0 |   0.0 |1223M|  93 |   - | 308 | 888 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
989.00/989.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
989.00/989.37	c   919s|  3900k|  1947k|     0 |   0.0 |1226M|  93 |   - | 308 | 941 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
991.71/992.08	c   922s|  3910k|  1952k|     0 |   0.0 |1230M|  93 |   - | 308 | 909 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
994.40/994.75	c   924s|  3920k|  1957k|     0 |   0.0 |1233M|  93 |   - | 308 | 914 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
997.10/997.41	c   927s|  3930k|  1962k|     0 |   0.0 |1236M|  93 |   - | 308 | 944 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
999.80/1000.11	c   929s|  3940k|  1967k|     0 |   0.0 |1239M|  93 |   - | 308 | 907 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
1002.51/1002.84	c   932s|  3950k|  1972k|     0 |   0.0 |1242M|  93 |   - | 308 | 939 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
1005.30/1005.64	c   935s|  3960k|  1977k|     0 |   0.0 |1245M|  93 |   - | 308 | 928 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
1008.00/1008.38	c   937s|  3970k|  1982k|     0 |   0.0 |1248M|  93 |   - | 308 | 856 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
1010.90/1011.20	c   940s|  3980k|  1986k|     0 |   0.0 |1252M|  93 |   - | 308 | 922 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1013.69/1014.04	c   942s|  3990k|  1991k|     0 |   0.0 |1255M|  93 |   - | 308 |1120 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1016.60/1016.90	c   945s|  4000k|  1995k|     0 |   0.0 |1258M|  93 |   - | 308 |1085 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1019.20/1019.59	c   948s|  4010k|  2000k|     0 |   0.0 |1261M|  93 |   - | 308 |1039 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1022.00/1022.36	c   950s|  4020k|  2005k|     0 |   0.0 |1264M|  93 |   - | 308 |1046 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1025.00/1025.30	c   953s|  4030k|  2009k|     0 |   0.0 |1267M|  93 |   - | 308 |1062 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1027.80/1028.13	c   956s|  4040k|  2014k|     0 |   0.0 |1270M|  93 |   - | 308 |1063 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1030.59/1030.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1030.59/1030.96	c   958s|  4050k|  2019k|     0 |   0.0 |1274M|  93 |   - | 308 |1051 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1033.40/1033.78	c   961s|  4060k|  2023k|     0 |   0.0 |1277M|  93 |   - | 308 | 976 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1036.19/1036.53	c   963s|  4070k|  2028k|     0 |   0.0 |1280M|  93 |   - | 308 | 980 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1038.99/1039.31	c   966s|  4080k|  2033k|     0 |   0.0 |1283M|  93 |   - | 308 | 967 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1041.89/1042.23	c   969s|  4090k|  2037k|     0 |   0.0 |1286M|  93 |   - | 308 |1036 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1044.79/1045.11	c   971s|  4100k|  2042k|     0 |   0.0 |1289M|  93 |   - | 308 | 990 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1047.49/1047.86	c   974s|  4110k|  2047k|     0 |   0.0 |1292M|  93 |   - | 308 | 953 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1050.39/1050.71	c   977s|  4120k|  2051k|     0 |   0.0 |1295M|  93 |   - | 308 | 973 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1053.09/1053.47	c   979s|  4130k|  2056k|     0 |   0.0 |1299M|  93 |   - | 308 | 910 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1055.99/1056.38	c   982s|  4140k|  2061k|     0 |   0.0 |1302M|  93 |   - | 308 | 978 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1058.79/1059.11	c   985s|  4150k|  2066k|     0 |   0.0 |1305M|  93 |   - | 308 | 947 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1061.48/1061.86	c   987s|  4160k|  2071k|     0 |   0.0 |1308M|  93 |   - | 308 |1026 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1064.28/1064.66	c   990s|  4170k|  2075k|     0 |   0.0 |1311M|  93 |   - | 308 | 970 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1066.99/1067.39	c   992s|  4180k|  2080k|     0 |   0.0 |1314M|  93 |   - | 308 | 927 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1069.89/1070.24	c   995s|  4190k|  2085k|     0 |   0.0 |1317M|  93 |   - | 308 | 957 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1072.78/1073.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1072.78/1073.11	c   998s|  4200k|  2090k|     0 |   0.0 |1321M|  93 |   - | 308 |1019 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1075.49/1075.86	c  1000s|  4210k|  2095k|     0 |   0.0 |1324M|  93 |   - | 308 | 958 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1078.18/1078.59	c  1003s|  4220k|  2100k|     0 |   0.0 |1327M|  93 |   - | 308 | 898 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1081.08/1081.42	c  1005s|  4230k|  2105k|     0 |   0.0 |1330M|  93 |   - | 308 | 882 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1083.88/1084.27	c  1008s|  4240k|  2110k|     0 |   0.0 |1333M|  93 |   - | 308 | 913 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1086.78/1087.12	c  1011s|  4250k|  2114k|     0 |   0.0 |1336M|  93 |   - | 308 | 943 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1089.78/1090.13	c  1014s|  4260k|  2119k|     0 |   0.0 |1339M|  93 |   - | 308 | 953 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1092.67/1093.00	c  1016s|  4270k|  2123k|     0 |   0.0 |1342M|  93 |   - | 308 | 903 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1095.47/1095.89	c  1019s|  4280k|  2128k|     0 |   0.0 |1345M|  93 |   - | 308 |1002 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1098.48/1098.82	c  1022s|  4290k|  2132k|     0 |   0.0 |1348M|  93 |   - | 308 |1045 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1101.37/1101.72	c  1024s|  4300k|  2137k|     0 |   0.0 |1351M|  93 |   - | 308 |1056 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1104.47/1104.85	c  1027s|  4310k|  2141k|     0 |   0.0 |1354M|  93 |   - | 308 |1112 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1107.47/1107.84	c  1030s|  4320k|  2145k|     0 |   0.0 |1357M|  93 |   - | 308 |1059 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1108.48/1108.89	c (node 4323553) switching to memory saving mode (mem: 1296.0M/1620.0M)
1111.36/1111.79	c  1034s|  4330k|  2145k|     0 |   0.0 |1357M|  93 |   - | 308 |1054 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1114.57/1114.96	c  1037s|  4340k|  2143k|     0 |   0.0 |1356M|  93 |   - | 308 |1026 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1117.77/1118.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1117.77/1118.15	c  1040s|  4350k|  2142k|     0 |   0.0 |1355M|  93 |   - | 308 | 981 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1120.77/1121.19	c  1043s|  4360k|  2141k|     0 |   0.0 |1354M|  93 |   - | 308 | 965 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1123.87/1124.23	c  1046s|  4370k|  2139k|     0 |   0.0 |1354M|  93 |   - | 308 | 952 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1126.66/1127.03	c  1048s|  4380k|  2139k|     0 |   0.0 |1353M|  93 |   - | 308 | 894 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1129.86/1130.27	c  1051s|  4390k|  2137k|     0 |   0.0 |1352M|  93 |   - | 308 | 913 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1132.86/1133.24	c  1054s|  4400k|  2136k|     0 |   0.0 |1352M|  93 |   - | 308 | 915 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1135.76/1136.16	c  1057s|  4410k|  2136k|     0 |   0.0 |1351M|  93 |   - | 308 | 892 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1138.66/1139.02	c  1059s|  4420k|  2135k|     0 |   0.0 |1351M|  93 |   - | 308 | 900 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1141.86/1142.21	c  1062s|  4430k|  2134k|     0 |   0.0 |1350M|  93 |   - | 308 | 944 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1144.67/1145.09	c  1065s|  4440k|  2133k|     0 |   0.0 |1350M|  93 |   - | 308 | 911 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1147.76/1148.13	c  1068s|  4450k|  2132k|     0 |   0.0 |1349M|  93 |   - | 308 | 888 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1151.06/1151.41	c  1071s|  4460k|  2131k|     0 |   0.0 |1348M|  93 |   - | 308 | 940 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1153.76/1154.16	c  1074s|  4470k|  2130k|     0 |   0.0 |1348M|  93 |   - | 308 | 912 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1156.36/1156.79	c  1076s|  4480k|  2130k|     0 |   0.0 |1348M|  95 |   - | 308 | 905 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1159.75/1160.15	c  1079s|  4490k|  2129k|     0 |   0.0 |1347M|  95 |   - | 308 | 968 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1162.95/1163.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1162.95/1163.32	c  1082s|  4500k|  2128k|     0 |   0.0 |1346M|  95 |   - | 308 | 939 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1165.66/1166.06	c  1085s|  4510k|  2127k|     0 |   0.0 |1346M|  95 |   - | 308 | 927 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1168.45/1168.81	c  1087s|  4520k|  2127k|     0 |   0.0 |1346M|  95 |   - | 308 | 903 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1171.95/1172.30	c  1090s|  4530k|  2125k|     0 |   0.0 |1345M|  95 |   - | 308 | 904 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1174.75/1175.14	c  1093s|  4540k|  2125k|     0 |   0.0 |1345M|  95 |   - | 308 | 960 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1177.76/1178.18	c  1096s|  4550k|  2124k|     0 |   0.0 |1344M|  95 |   - | 308 | 964 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1180.64/1181.05	c  1099s|  4560k|  2123k|     0 |   0.0 |1344M|  95 |   - | 308 | 916 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1183.35/1183.72	c  1101s|  4570k|  2123k|     0 |   0.0 |1344M|  95 |   - | 308 | 879 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1186.25/1186.62	c  1104s|  4580k|  2122k|     0 |   0.0 |1343M|  95 |   - | 308 | 891 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1189.65/1190.05	c  1107s|  4590k|  2121k|     0 |   0.0 |1342M|  95 |   - | 308 | 966 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1192.65/1193.02	c  1110s|  4600k|  2120k|     0 |   0.0 |1342M|  95 |   - | 308 | 959 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1195.65/1196.03	c  1113s|  4610k|  2120k|     0 |   0.0 |1342M|  95 |   - | 308 | 939 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1198.44/1198.86	c  1115s|  4620k|  2119k|     0 |   0.0 |1341M|  95 |   - | 308 | 971 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1201.35/1201.70	c  1118s|  4630k|  2119k|     0 |   0.0 |1341M|  95 |   - | 308 | 944 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1203.94/1204.36	c  1120s|  4640k|  2118k|     0 |   0.0 |1341M|  95 |   - | 308 | 888 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1207.14/1207.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1207.14/1207.51	c  1123s|  4650k|  2117k|     0 |   0.0 |1340M|  95 |   - | 308 | 913 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1210.44/1210.80	c  1126s|  4660k|  2116k|     0 |   0.0 |1339M|  95 |   - | 308 | 965 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1213.24/1213.69	c  1129s|  4670k|  2115k|     0 |   0.0 |1339M|  95 |   - | 308 |1059 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1216.24/1216.68	c  1132s|  4680k|  2115k|     0 |   0.0 |1339M|  95 |   - | 308 |1037 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1219.24/1219.69	c  1135s|  4690k|  2114k|     0 |   0.0 |1338M|  95 |   - | 308 | 996 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1222.14/1222.51	c  1137s|  4700k|  2114k|     0 |   0.0 |1338M|  95 |   - | 308 | 948 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1224.95/1225.32	c  1140s|  4710k|  2113k|     0 |   0.0 |1338M|  95 |   - | 308 | 961 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1227.64/1228.09	c  1142s|  4720k|  2113k|     0 |   0.0 |1338M|  95 |   - | 308 | 944 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1230.45/1230.88	c  1145s|  4730k|  2113k|     0 |   0.0 |1338M|  95 |   - | 308 | 990 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1233.74/1234.17	c  1148s|  4740k|  2111k|     0 |   0.0 |1337M|  95 |   - | 308 | 958 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1236.93/1237.35	c  1151s|  4750k|  2111k|     0 |   0.0 |1336M|  95 |   - | 308 | 985 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1240.03/1240.47	c  1154s|  4760k|  2110k|     0 |   0.0 |1336M|  95 |   - | 308 |1042 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1243.03/1243.46	c  1157s|  4770k|  2109k|     0 |   0.0 |1335M|  95 |   - | 308 |1056 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1245.94/1246.38	c  1160s|  4780k|  2109k|     0 |   0.0 |1335M|  95 |   - | 308 |1064 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1248.83/1249.29	c  1162s|  4790k|  2108k|     0 |   0.0 |1335M|  95 |   - | 308 | 980 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1251.73/1252.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1251.73/1252.17	c  1165s|  4800k|  2108k|     0 |   0.0 |1335M|  95 |   - | 308 | 941 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1254.53/1254.98	c  1168s|  4810k|  2107k|     0 |   0.0 |1334M|  95 |   - | 308 | 932 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1257.23/1257.69	c  1170s|  4820k|  2107k|     0 |   0.0 |1334M|  95 |   - | 308 |1010 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1260.13/1260.51	c  1173s|  4830k|  2106k|     0 |   0.0 |1334M|  95 |   - | 308 | 963 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1262.62/1263.08	c  1175s|  4840k|  2106k|     0 |   0.0 |1334M|  95 |   - | 308 | 956 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1265.42/1265.83	c  1178s|  4850k|  2106k|     0 |   0.0 |1333M|  95 |   - | 308 | 950 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1268.63/1269.06	c  1181s|  4860k|  2105k|     0 |   0.0 |1333M|  95 |   - | 308 | 989 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1271.83/1272.20	c  1184s|  4870k|  2104k|     0 |   0.0 |1332M|  95 |   - | 308 |1060 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1274.83/1275.25	c  1186s|  4880k|  2103k|     0 |   0.0 |1332M|  95 |   - | 308 |1091 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1277.84/1278.28	c  1189s|  4890k|  2103k|     0 |   0.0 |1331M|  95 |   - | 308 |1065 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1280.72/1281.20	c  1192s|  4900k|  2102k|     0 |   0.0 |1331M|  95 |   - | 308 |1043 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1283.42/1283.90	c  1194s|  4910k|  2102k|     0 |   0.0 |1331M|  95 |   - | 308 |1107 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1286.53/1286.91	c  1197s|  4920k|  2101k|     0 |   0.0 |1331M|  95 |   - | 308 |1130 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1289.32/1289.72	c  1200s|  4930k|  2101k|     0 |   0.0 |1331M|  95 |   - | 308 |1116 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1292.22/1292.66	c  1203s|  4940k|  2100k|     0 |   0.0 |1330M|  95 |   - | 308 |1053 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1295.12/1295.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1295.12/1295.58	c  1205s|  4950k|  2100k|     0 |   0.0 |1330M|  95 |   - | 308 |1060 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1297.92/1298.39	c  1208s|  4960k|  2099k|     0 |   0.0 |1330M|  95 |   - | 308 |1019 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1300.72/1301.17	c  1211s|  4970k|  2099k|     0 |   0.0 |1330M|  95 |   - | 308 |1090 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1303.62/1304.00	c  1213s|  4980k|  2099k|     0 |   0.0 |1329M|  95 |   - | 308 |1108 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1306.42/1306.81	c  1216s|  4990k|  2098k|     0 |   0.0 |1329M|  95 |   - | 308 |1111 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1309.02/1309.48	c  1218s|  5000k|  2098k|     0 |   0.0 |1329M|  95 |   - | 308 |1060 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1312.01/1312.45	c  1221s|  5010k|  2097k|     0 |   0.0 |1329M|  95 |   - | 308 |1032 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1315.51/1315.96	c  1224s|  5020k|  2096k|     0 |   0.0 |1328M|  95 |   - | 308 |1058 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1318.91/1319.32	c  1228s|  5030k|  2095k|     0 |   0.0 |1327M|  95 |   - | 308 |1067 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1321.91/1322.32	c  1230s|  5040k|  2095k|     0 |   0.0 |1327M|  95 |   - | 308 |1117 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1324.91/1325.30	c  1233s|  5050k|  2094k|     0 |   0.0 |1326M|  95 |   - | 308 |1089 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1327.81/1328.24	c  1236s|  5060k|  2094k|     0 |   0.0 |1326M|  95 |   - | 308 |1037 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1330.71/1331.16	c  1239s|  5070k|  2093k|     0 |   0.0 |1326M|  95 |   - | 308 |1060 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1333.61/1334.02	c  1241s|  5080k|  2093k|     0 |   0.0 |1326M|  95 |   - | 308 |1057 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1336.41/1336.85	c  1244s|  5090k|  2093k|     0 |   0.0 |1326M|  95 |   - | 308 |1146 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1339.20/1339.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1339.20/1339.62	c  1246s|  5100k|  2092k|     0 |   0.0 |1326M|  95 |   - | 308 |1137 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1342.01/1342.45	c  1249s|  5110k|  2092k|     0 |   0.0 |1325M|  95 |   - | 308 |1034 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1344.82/1345.28	c  1252s|  5120k|  2091k|     0 |   0.0 |1325M|  95 |   - | 308 |1042 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1347.50/1347.96	c  1254s|  5130k|  2091k|     0 |   0.0 |1325M|  95 |   - | 308 |1044 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1350.21/1350.67	c  1257s|  5140k|  2091k|     0 |   0.0 |1325M|  95 |   - | 308 |1047 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1352.90/1353.33	c  1259s|  5150k|  2091k|     0 |   0.0 |1324M|  95 |   - | 308 |1031 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1355.81/1356.27	c  1262s|  5160k|  2090k|     0 |   0.0 |1324M|  95 |   - | 308 |1109 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
1358.60/1359.09	c  1265s|  5170k|  2090k|     0 |   0.0 |1324M|  95 |   - | 308 |1177 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1361.61/1362.00	c  1267s|  5180k|  2090k|     0 |   0.0 |1324M|  95 |   - | 308 |1182 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1364.60/1365.08	c  1270s|  5190k|  2089k|     0 |   0.0 |1323M|  95 |   - | 308 |1054 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
1367.40/1367.87	c  1273s|  5200k|  2089k|     0 |   0.0 |1323M|  95 |   - | 308 |1039 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1370.40/1370.89	c  1276s|  5210k|  2088k|     0 |   0.0 |1323M|  95 |   - | 308 |1084 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
1373.80/1374.28	c  1279s|  5220k|  2087k|     0 |   0.0 |1322M|  95 |   - | 308 |1028 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
1377.10/1377.52	c  1282s|  5230k|  2086k|     0 |   0.0 |1322M|  95 |   - | 308 |1005 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1380.10/1380.57	c  1285s|  5240k|  2086k|     0 |   0.0 |1321M|  95 |   - | 308 |1014 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
1383.20/1383.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1383.20/1383.62	c  1287s|  5250k|  2085k|     0 |   0.0 |1321M|  95 |   - | 308 |1072 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
1386.19/1386.64	c  1290s|  5260k|  2085k|     0 |   0.0 |1321M|  95 |   - | 308 |1156 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
1389.19/1389.63	c  1293s|  5270k|  2085k|     0 |   0.0 |1321M|  95 |   - | 308 |1096 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1392.10/1392.56	c  1296s|  5280k|  2084k|     0 |   0.0 |1321M|  95 |   - | 308 |1144 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
1394.79/1395.29	c  1298s|  5290k|  2084k|     0 |   0.0 |1320M|  95 |   - | 308 |1120 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1397.60/1398.08	c  1301s|  5300k|  2084k|     0 |   0.0 |1320M|  95 |   - | 308 |1204 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1400.49/1400.99	c  1304s|  5310k|  2083k|     0 |   0.0 |1320M|  95 |   - | 308 |1178 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
1403.49/1403.90	c  1306s|  5320k|  2083k|     0 |   0.0 |1320M|  95 |   - | 308 |1190 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1406.19/1406.66	c  1309s|  5330k|  2083k|     0 |   0.0 |1320M|  95 |   - | 308 |1202 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1408.99/1409.42	c  1312s|  5340k|  2083k|     0 |   0.0 |1320M|  95 |   - | 308 |1210 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
1411.89/1412.31	c  1314s|  5350k|  2082k|     0 |   0.0 |1320M|  95 |   - | 308 |1143 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
1414.69/1415.14	c  1317s|  5360k|  2082k|     0 |   0.0 |1319M|  95 |   - | 308 |1025 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
1417.59/1418.00	c  1319s|  5370k|  2082k|     0 |   0.0 |1319M|  95 |   - | 308 |1065 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
1420.38/1420.81	c  1322s|  5380k|  2081k|     0 |   0.0 |1319M|  95 |   - | 308 |1102 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1423.18/1423.66	c  1325s|  5390k|  2081k|     0 |   0.0 |1319M|  95 |   - | 308 |1109 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1426.09/1426.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1426.09/1426.52	c  1327s|  5400k|  2081k|     0 |   0.0 |1318M|  95 |   - | 308 |1118 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
1428.78/1429.28	c  1330s|  5410k|  2080k|     0 |   0.0 |1318M|  95 |   - | 308 |1152 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
1431.59/1432.09	c  1333s|  5420k|  2080k|     0 |   0.0 |1318M|  95 |   - | 308 |1070 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1434.28/1434.79	c  1335s|  5430k|  2080k|     0 |   0.0 |1318M|  95 |   - | 308 |1122 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1437.29/1437.74	c  1338s|  5440k|  2080k|     0 |   0.0 |1318M|  95 |   - | 308 |1219 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
1440.28/1440.77	c  1341s|  5450k|  2079k|     0 |   0.0 |1318M|  95 |   - | 308 |1147 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
1442.88/1443.34	c  1343s|  5460k|  2079k|     0 |   0.0 |1318M|  95 |   - | 308 |1152 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
1445.88/1446.31	c  1346s|  5470k|  2079k|     0 |   0.0 |1317M|  95 |   - | 308 |1127 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
1448.88/1449.34	c  1349s|  5480k|  2078k|     0 |   0.0 |1317M|  95 |   - | 308 |1125 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1451.58/1452.05	c  1351s|  5490k|  2078k|     0 |   0.0 |1317M|  95 |   - | 308 |1111 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1454.68/1455.15	c  1354s|  5500k|  2077k|     0 |   0.0 |1317M|  95 |   - | 308 |1105 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
1457.68/1458.12	c  1357s|  5510k|  2077k|     0 |   0.0 |1316M|  95 |   - | 308 |1169 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1461.08/1461.53	c  1360s|  5520k|  2076k|     0 |   0.0 |1316M|  95 |   - | 308 |1134 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
1464.28/1464.74	c  1363s|  5530k|  2075k|     0 |   0.0 |1315M|  95 |   - | 308 |1102 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
1466.99/1467.44	c  1365s|  5540k|  2075k|     0 |   0.0 |1315M|  95 |   - | 308 |1177 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
1470.07/1470.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1470.07/1470.58	c  1368s|  5550k|  2075k|     0 |   0.0 |1315M|  95 |   - | 308 |1147 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
1473.27/1473.77	c  1371s|  5560k|  2074k|     0 |   0.0 |1315M|  95 |   - | 308 |1131 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
1476.57/1477.04	c  1374s|  5570k|  2073k|     0 |   0.0 |1314M|  95 |   - | 308 |1156 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
1479.17/1479.64	c  1377s|  5580k|  2073k|     0 |   0.0 |1314M|  95 |   - | 308 |1257 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
1482.07/1482.51	c  1380s|  5590k|  2073k|     0 |   0.0 |1314M|  95 |   - | 308 |1187 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
1484.67/1485.17	c  1382s|  5600k|  2073k|     0 |   0.0 |1314M|  95 |   - | 308 |1171 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
1487.27/1487.76	c  1384s|  5610k|  2073k|     0 |   0.0 |1314M|  95 |   - | 308 |1151 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
1490.17/1490.67	c  1387s|  5620k|  2073k|     0 |   0.0 |1314M|  95 |   - | 308 |1269 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 |      --      |    Inf 
1493.07/1493.59	c  1390s|  5630k|  2072k|     0 |   0.0 |1314M|  95 |   - | 308 |1175 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
1495.87/1496.38	c  1392s|  5640k|  2072k|     0 |   0.0 |1314M|  95 |   - | 308 |1206 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
1498.78/1499.23	c  1395s|  5650k|  2072k|     0 |   0.0 |1313M|  95 |   - | 308 |1186 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
1501.67/1502.13	c  1398s|  5660k|  2072k|     0 |   0.0 |1313M|  95 |   - | 308 |1191 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
1504.57/1505.00	c  1400s|  5670k|  2071k|     0 |   0.0 |1313M|  95 |   - | 308 |1166 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
1507.26/1507.75	c  1403s|  5680k|  2071k|     0 |   0.0 |1313M|  95 |   - | 308 |1214 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
1509.97/1510.45	c  1405s|  5690k|  2071k|     0 |   0.0 |1313M|  95 |   - | 308 |1168 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
1512.56/1513.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1512.56/1513.09	c  1408s|  5700k|  2071k|     0 |   0.0 |1313M|  95 |   - | 308 |1208 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 |      --      |    Inf 
1515.37/1515.89	c  1410s|  5710k|  2070k|     0 |   0.0 |1313M|  95 |   - | 308 |1141 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
1518.26/1518.74	c  1413s|  5720k|  2070k|     0 |   0.0 |1313M|  95 |   - | 308 |1130 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
1520.96/1521.45	c  1416s|  5730k|  2070k|     0 |   0.0 |1313M|  95 |   - | 308 |1214 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
1523.86/1524.30	c  1418s|  5740k|  2069k|     0 |   0.0 |1312M|  95 |   - | 308 |1066 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
1526.67/1527.15	c  1421s|  5750k|  2069k|     0 |   0.0 |1312M|  95 |   - | 308 |1053 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
1529.57/1530.03	c  1424s|  5760k|  2069k|     0 |   0.0 |1311M|  95 |   - | 308 |1112 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
1532.37/1532.80	c  1426s|  5770k|  2069k|     0 |   0.0 |1311M|  95 |   - | 308 |1150 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
1535.17/1535.65	c  1429s|  5780k|  2068k|     0 |   0.0 |1311M|  95 |   - | 308 |1246 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
1538.06/1538.51	c  1432s|  5790k|  2068k|     0 |   0.0 |1311M|  95 |   - | 308 |1104 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
1540.76/1541.28	c  1434s|  5800k|  2068k|     0 |   0.0 |1311M|  95 |   - | 308 |1123 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
1543.56/1544.08	c  1437s|  5810k|  2068k|     0 |   0.0 |1311M|  95 |   - | 308 |1131 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
1546.55/1547.03	c  1440s|  5820k|  2067k|     0 |   0.0 |1311M|  95 |   - | 308 |1135 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
1549.36/1549.89	c  1442s|  5830k|  2067k|     0 |   0.0 |1310M|  95 |   - | 308 |1142 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
1552.25/1552.77	c  1445s|  5840k|  2067k|     0 |   0.0 |1310M|  95 |   - | 308 |1101 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
1555.16/1555.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1555.16/1555.65	c  1448s|  5850k|  2066k|     0 |   0.0 |1310M|  95 |   - | 308 |1158 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
1557.96/1558.41	c  1450s|  5860k|  2066k|     0 |   0.0 |1310M|  95 |   - | 308 |1207 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
1560.86/1561.39	c  1453s|  5870k|  2066k|     0 |   0.0 |1310M|  95 |   - | 308 |1159 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
1563.76/1564.24	c  1455s|  5880k|  2065k|     0 |   0.0 |1310M|  95 |   - | 308 |1212 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
1566.46/1566.92	c  1458s|  5890k|  2065k|     0 |   0.0 |1310M|  95 |   - | 308 |1184 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
1569.26/1569.79	c  1461s|  5900k|  2065k|     0 |   0.0 |1309M|  95 |   - | 308 |1196 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
1572.15/1572.66	c  1463s|  5910k|  2065k|     0 |   0.0 |1309M|  95 |   - | 308 |1199 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 |      --      |    Inf 
1575.15/1575.69	c  1466s|  5920k|  2064k|     0 |   0.0 |1309M|  95 |   - | 308 |1229 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
1578.25/1578.70	c  1469s|  5930k|  2064k|     0 |   0.0 |1309M|  95 |   - | 308 |1287 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 |      --      |    Inf 
1581.55/1582.03	c  1472s|  5940k|  2063k|     0 |   0.0 |1308M|  95 |   - | 308 |1144 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
1585.05/1585.55	c  1475s|  5950k|  2062k|     0 |   0.0 |1307M|  95 |   - | 308 |1046 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
1588.04/1588.51	c  1478s|  5960k|  2062k|     0 |   0.0 |1307M|  95 |   - | 308 |1215 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 |      --      |    Inf 
1591.25/1591.77	c  1481s|  5970k|  2061k|     0 |   0.0 |1307M|  95 |   - | 308 |1173 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
1594.05/1594.58	c  1484s|  5980k|  2061k|     0 |   0.0 |1307M|  95 |   - | 308 |1159 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
1596.94/1597.44	c  1486s|  5990k|  2061k|     0 |   0.0 |1307M|  95 |   - | 308 |1247 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
1600.05/1600.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1600.05/1600.51	c  1489s|  6000k|  2060k|     0 |   0.0 |1306M|  95 |   - | 308 |1292 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 |      --      |    Inf 
1602.94/1603.44	c  1492s|  6010k|  2060k|     0 |   0.0 |1306M|  95 |   - | 308 |1393 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 |      --      |    Inf 
1605.84/1606.39	c  1495s|  6020k|  2060k|     0 |   0.0 |1306M|  95 |   - | 308 |1293 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 |      --      |    Inf 
1608.74/1609.22	c  1497s|  6030k|  2059k|     0 |   0.0 |1306M|  95 |   - | 308 |1326 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
1611.44/1611.91	c  1500s|  6040k|  2059k|     0 |   0.0 |1306M|  95 |   - | 308 |1302 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
1614.43/1614.99	c  1503s|  6050k|  2059k|     0 |   0.0 |1306M|  95 |   - | 308 |1149 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
1617.24/1617.76	c  1505s|  6060k|  2059k|     0 |   0.0 |1305M|  95 |   - | 308 |1146 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 |      --      |    Inf 
1620.24/1620.70	c  1508s|  6070k|  2058k|     0 |   0.0 |1305M|  95 |   - | 308 |1312 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
1623.04/1623.54	c  1511s|  6080k|  2058k|     0 |   0.0 |1305M|  95 |   - | 308 |1300 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
1625.84/1626.32	c  1513s|  6090k|  2058k|     0 |   0.0 |1305M|  95 |   - | 308 |1387 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 |      --      |    Inf 
1628.54/1629.08	c  1516s|  6100k|  2058k|     0 |   0.0 |1305M|  95 |   - | 308 |1361 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 |      --      |    Inf 
1631.33/1631.81	c  1518s|  6110k|  2058k|     0 |   0.0 |1305M|  95 |   - | 308 |1416 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 |      --      |    Inf 
1634.14/1634.66	c  1521s|  6120k|  2057k|     0 |   0.0 |1305M|  95 |   - | 308 |1299 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 |      --      |    Inf 
1636.93/1637.42	c  1524s|  6130k|  2057k|     0 |   0.0 |1305M|  95 |   - | 308 |1283 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
1639.64/1640.17	c  1526s|  6140k|  2057k|     0 |   0.0 |1305M|  95 |   - | 308 |1213 |   0 |   0 |   0 | 513k|   0 | 0.000000e+00 |      --      |    Inf 
1642.33/1642.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1642.33/1642.80	c  1529s|  6150k|  2057k|     0 |   0.0 |1305M|  95 |   - | 308 |1260 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 |      --      |    Inf 
1645.14/1645.65	c  1531s|  6160k|  2057k|     0 |   0.0 |1304M|  95 |   - | 308 |1179 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 |      --      |    Inf 
1647.92/1648.44	c  1534s|  6170k|  2056k|     0 |   0.0 |1304M|  95 |   - | 308 |1172 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 |      --      |    Inf 
1650.53/1651.08	c  1536s|  6180k|  2056k|     0 |   0.0 |1304M|  95 |   - | 308 |1194 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 |      --      |    Inf 
1653.33/1653.89	c  1539s|  6190k|  2056k|     0 |   0.0 |1304M|  95 |   - | 308 |1164 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
1656.14/1656.66	c  1541s|  6200k|  2056k|     0 |   0.0 |1304M|  95 |   - | 308 |1214 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 |      --      |    Inf 
1659.13/1659.62	c  1544s|  6210k|  2055k|     0 |   0.0 |1304M|  95 |   - | 308 |1140 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 |      --      |    Inf 
1662.12/1662.66	c  1547s|  6220k|  2055k|     0 |   0.0 |1303M|  95 |   - | 308 |1164 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
1664.93/1665.41	c  1550s|  6230k|  2055k|     0 |   0.0 |1303M|  95 |   - | 308 |1228 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 |      --      |    Inf 
1667.73/1668.27	c  1552s|  6240k|  2054k|     0 |   0.0 |1303M|  95 |   - | 308 |1283 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 |      --      |    Inf 
1670.62/1671.12	c  1555s|  6250k|  2054k|     0 |   0.0 |1303M|  95 |   - | 308 |1204 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
1673.32/1673.87	c  1558s|  6260k|  2054k|     0 |   0.0 |1302M|  95 |   - | 308 |1174 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 |      --      |    Inf 
1676.22/1676.71	c  1560s|  6270k|  2053k|     0 |   0.0 |1302M|  95 |   - | 308 |1110 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 |      --      |    Inf 
1679.13/1679.61	c  1563s|  6280k|  2053k|     0 |   0.0 |1302M|  95 |   - | 308 |1136 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 |      --      |    Inf 
1681.82/1682.37	c  1566s|  6290k|  2053k|     0 |   0.0 |1302M|  95 |   - | 308 |1179 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 |      --      |    Inf 
1684.72/1685.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1684.72/1685.21	c  1568s|  6300k|  2053k|     0 |   0.0 |1302M|  95 |   - | 308 |1176 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
1687.52/1688.06	c  1571s|  6310k|  2052k|     0 |   0.0 |1302M|  95 |   - | 308 |1221 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 |      --      |    Inf 
1690.02/1690.57	c  1573s|  6320k|  2052k|     0 |   0.0 |1302M|  96 |   - | 308 |1241 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 |      --      |    Inf 
1692.43/1692.99	c  1575s|  6330k|  2052k|     0 |   0.0 |1302M|  96 |   - | 308 |1234 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 |      --      |    Inf 
1695.31/1695.84	c  1578s|  6340k|  2052k|     0 |   0.0 |1302M|  96 |   - | 308 |1342 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 |      --      |    Inf 
1698.12/1698.67	c  1581s|  6350k|  2052k|     0 |   0.0 |1301M|  96 |   - | 308 |1247 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 |      --      |    Inf 
1700.92/1701.43	c  1583s|  6360k|  2052k|     0 |   0.0 |1301M|  96 |   - | 308 |1303 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 |      --      |    Inf 
1703.52/1704.03	c  1586s|  6370k|  2052k|     0 |   0.0 |1301M|  96 |   - | 308 |1280 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 |      --      |    Inf 
1706.01/1706.53	c  1588s|  6380k|  2052k|     0 |   0.0 |1301M|  96 |   - | 308 |1309 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 |      --      |    Inf 
1708.82/1709.33	c  1591s|  6390k|  2052k|     0 |   0.0 |1301M|  96 |   - | 308 |1276 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 |      --      |    Inf 
1711.81/1712.30	c  1593s|  6400k|  2051k|     0 |   0.0 |1301M|  96 |   - | 308 |1254 |   0 |   0 |   0 | 543k|   0 | 0.000000e+00 |      --      |    Inf 
1714.41/1714.97	c  1596s|  6410k|  2051k|     0 |   0.0 |1301M|  96 |   - | 308 |1283 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
1717.41/1717.92	c  1598s|  6420k|  2051k|     0 |   0.0 |1301M|  96 |   - | 308 |1199 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 |      --      |    Inf 
1720.31/1720.84	c  1601s|  6430k|  2051k|     0 |   0.0 |1301M|  96 |   - | 308 |1231 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 |      --      |    Inf 
1723.21/1723.74	c  1604s|  6440k|  2050k|     0 |   0.0 |1301M|  96 |   - | 308 |1224 |   0 |   0 |   0 | 548k|   0 | 0.000000e+00 |      --      |    Inf 
1726.30/1726.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.30/1726.89	c  1607s|  6450k|  2050k|     0 |   0.0 |1300M|  96 |   - | 308 |1197 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 |      --      |    Inf 
1729.01/1729.55	c  1609s|  6460k|  2050k|     0 |   0.0 |1301M|  96 |   - | 308 |1374 |   0 |   0 |   0 | 551k|   0 | 0.000000e+00 |      --      |    Inf 
1731.60/1732.13	c  1612s|  6470k|  2050k|     0 |   0.0 |1301M|  96 |   - | 308 |1362 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 |      --      |    Inf 
1734.21/1734.72	c  1614s|  6480k|  2050k|     0 |   0.0 |1301M|  96 |   - | 308 |1461 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 |      --      |    Inf 
1737.00/1737.56	c  1617s|  6490k|  2050k|     0 |   0.0 |1300M|  96 |   - | 308 |1341 |   0 |   0 |   0 | 554k|   0 | 0.000000e+00 |      --      |    Inf 
1739.90/1740.41	c  1619s|  6500k|  2049k|     0 |   0.0 |1300M|  96 |   - | 308 |1289 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 |      --      |    Inf 
1742.80/1743.31	c  1622s|  6510k|  2049k|     0 |   0.0 |1300M|  96 |   - | 308 |1234 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 |      --      |    Inf 
1745.80/1746.39	c  1625s|  6520k|  2049k|     0 |   0.0 |1300M|  96 |   - | 308 |1215 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 |      --      |    Inf 
1749.19/1749.74	c  1628s|  6530k|  2048k|     0 |   0.0 |1299M|  96 |   - | 308 |1125 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 |      --      |    Inf 
1752.30/1752.82	c  1631s|  6540k|  2048k|     0 |   0.0 |1299M|  96 |   - | 308 |1087 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 |      --      |    Inf 
1755.49/1756.05	c  1634s|  6550k|  2047k|     0 |   0.0 |1299M|  96 |   - | 308 |1080 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 |      --      |    Inf 
1758.50/1759.09	c  1637s|  6560k|  2046k|     0 |   0.0 |1298M|  96 |   - | 308 |1149 |   0 |   0 |   0 | 563k|   0 | 0.000000e+00 |      --      |    Inf 
1761.39/1761.97	c  1639s|  6570k|  2046k|     0 |   0.0 |1298M|  96 |   - | 308 |1183 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 |      --      |    Inf 
1764.29/1764.85	c  1642s|  6580k|  2046k|     0 |   0.0 |1298M|  96 |   - | 308 |1162 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 |      --      |    Inf 
1767.39/1767.95	c  1645s|  6590k|  2045k|     0 |   0.0 |1298M|  96 |   - | 308 |1283 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 |      --      |    Inf 
1770.20/1770.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1770.20/1770.78	c  1648s|  6600k|  2045k|     0 |   0.0 |1298M|  96 |   - | 308 |1220 |   0 |   0 |   0 | 568k|   0 | 0.000000e+00 |      --      |    Inf 
1773.40/1773.91	c  1651s|  6610k|  2045k|     0 |   0.0 |1297M|  96 |   - | 308 |1173 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 |      --      |    Inf 
1776.29/1776.88	c  1653s|  6620k|  2044k|     0 |   0.0 |1297M|  96 |   - | 308 |1311 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 |      --      |    Inf 
1779.39/1779.93	c  1656s|  6630k|  2044k|     0 |   0.0 |1297M|  96 |   - | 308 |1420 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 |      --      |    Inf 
1782.39/1782.97	c  1659s|  6640k|  2044k|     0 |   0.0 |1297M|  96 |   - | 308 |1236 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 |      --      |    Inf 
1785.19/1785.78	c  1662s|  6650k|  2044k|     0 |   0.0 |1297M|  96 |   - | 308 |1277 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 |      --      |    Inf 
1788.19/1788.75	c  1664s|  6660k|  2043k|     0 |   0.0 |1297M|  96 |   - | 308 |1290 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 |      --      |    Inf 
1791.08/1791.69	c  1667s|  6670k|  2043k|     0 |   0.0 |1296M|  96 |   - | 308 |1278 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 |      --      |    Inf 
1793.89/1794.41	c  1670s|  6680k|  2043k|     0 |   0.0 |1296M|  96 |   - | 308 |1309 |   0 |   0 |   0 | 579k|   0 | 0.000000e+00 |      --      |    Inf 
1796.79/1797.35	c  1672s|  6690k|  2043k|     0 |   0.0 |1296M|  96 |   - | 308 |1310 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 |      --      |    Inf 
1799.39/1799.91	c  1675s|  6700k|  2043k|     0 |   0.0 |1296M|  96 |   - | 308 |1309 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 |      --      |    Inf 
1800.10/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.10/1800.61	c 
1800.10/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.61	c Solving Time (sec) : 1675.40
1800.10/1800.61	c Solving Nodes      : 6702391
1800.10/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.10/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.10/1800.61	c Gap                : infinite
1800.10/1800.61	s UNKNOWN
1800.10/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.10/1800.61	c Solving Time       :    1675.40
1800.10/1800.61	c Original Problem   :
1800.10/1800.61	c   Problem name     : HOME/instance-2664271-1276269675.opb
1800.10/1800.61	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.61	c   Constraints      : 476 initial, 476 maximal
1800.10/1800.61	c Presolved Problem  :
1800.10/1800.61	c   Problem name     : t_HOME/instance-2664271-1276269675.opb
1800.10/1800.61	c   Variables        : 308 (308 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.10/1800.61	c   Constraints      : 476 initial, 1534 maximal
1800.10/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.10/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   implics          :       0.00          0          8          0          0          0          0          0          0
1800.10/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.10/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.10/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.10/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.10/1800.61	c   knapsack         :        202          0   16045744          0    4456371    2189034   79410531          0          0          0
1800.10/1800.61	c   logicor          :        274+         0    9865572          0    4456371     199769   34281989          0          0          0
1800.10/1800.61	c   countsols        :          0          0          0          0    4456371          0          0          0          0          0
1800.10/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.10/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.10/1800.61	c   knapsack         :     524.64       0.00     493.15       0.00      31.49
1800.10/1800.61	c   logicor          :     339.40       0.00     241.49       0.00      97.91
1800.10/1800.61	c   countsols        :       2.05       0.00       0.00       0.00       2.05
1800.10/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.10/1800.61	c   vbounds          :       7.24          1          0          0
1800.10/1800.61	c   rootredcost      :       7.82          0          0          0
1800.10/1800.61	c   pseudoobj        :       7.26          0          0          0
1800.10/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.10/1800.61	c   propagation      :     171.96     542007     511673    5044373       78.8       5402       61.4          -
1800.10/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.10/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.10/1800.61	c   applied globally :          -          -          -     322205       21.1          -          -          -
1800.10/1800.61	c   applied locally  :          -          -          -     259392       47.3          -          -          -
1800.10/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.10/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.10/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.10/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.10/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.10/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.10/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.10/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.10/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.10/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.10/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.10/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.10/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.10/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.10/1800.61	c Pricers            :       Time      Calls       Vars
1800.10/1800.61	c   problem variables:       0.00          0          0
1800.10/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.10/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   inference        :     102.67    4456371          0          0          0          0    8912742
1800.10/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.10/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.10/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.10/1800.61	c   LP solutions     :       0.00          -          0
1800.10/1800.61	c   pseudo solutions :       0.00          -          0
1800.10/1800.61	c   trivial          :       0.00          1          0
1800.10/1800.61	c   simplerounding   :       0.00          0          0
1800.10/1800.61	c   zirounding       :       0.00          0          0
1800.10/1800.61	c   rounding         :       0.00          0          0
1800.10/1800.61	c   shifting         :       0.00          0          0
1800.10/1800.61	c   intshifting      :       0.00          0          0
1800.10/1800.61	c   oneopt           :       0.00          0          0
1800.10/1800.61	c   twoopt           :       0.00          0          0
1800.10/1800.61	c   fixandinfer      :       0.00          0          0
1800.10/1800.61	c   feaspump         :       0.00          0          0
1800.10/1800.61	c   coefdiving       :       0.00          0          0
1800.10/1800.61	c   pscostdiving     :       0.00          0          0
1800.10/1800.61	c   fracdiving       :       0.00          0          0
1800.10/1800.61	c   veclendiving     :       0.00          0          0
1800.10/1800.61	c   intdiving        :       0.00          0          0
1800.10/1800.61	c   actconsdiving    :       0.00          0          0
1800.10/1800.61	c   objpscostdiving  :       0.00          0          0
1800.10/1800.61	c   rootsoldiving    :       0.00          0          0
1800.10/1800.61	c   linesearchdiving :       0.00          0          0
1800.10/1800.61	c   guideddiving     :       0.00          0          0
1800.10/1800.61	c   octane           :       0.00          0          0
1800.10/1800.61	c   rens             :       0.00          0          0
1800.10/1800.61	c   rins             :       0.00          0          0
1800.10/1800.61	c   localbranching   :       0.00          0          0
1800.10/1800.61	c   mutation         :       0.00          0          0
1800.10/1800.61	c   crossover        :       0.00          0          0
1800.10/1800.61	c   dins             :       0.00          0          0
1800.10/1800.61	c   undercover       :       0.00          0          0
1800.10/1800.61	c   nlp              :       0.00          0          0
1800.10/1800.61	c   trysol           :       0.00          0          0
1800.10/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.10/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.10/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.10/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.10/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.10/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.10/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.10/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.10/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.10/1800.61	c B&B Tree           :
1800.10/1800.61	c   number of runs   :          1
1800.10/1800.61	c   nodes            :    6702391
1800.10/1800.61	c   nodes (total)    :    6702391
1800.10/1800.61	c   nodes left       :    2043111
1800.10/1800.61	c   max depth        :         96
1800.10/1800.61	c   max depth (total):         96
1800.10/1800.61	c   backtracks       :    1173854 (17.5%)
1800.10/1800.61	c   delayed cutoffs  :     167241
1800.10/1800.61	c   repropagations   :     721411 (6543398 domain reductions, 142783 cutoffs)
1800.10/1800.61	c   avg switch length:       6.32
1800.10/1800.61	c   switching time   :     471.16
1800.10/1800.61	c Solution           :
1800.10/1800.61	c   Solutions found  :          0 (0 improvements)
1800.10/1800.61	c   Primal Bound     :          -
1800.10/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.10/1800.61	c   Gap              :   infinite
1800.10/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.10/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-2664271-1276269675/watcher-2664271-1276269675 -o /tmp/evaluation-result-2664271-1276269675/solver-2664271-1276269675 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664271-1276269675.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: 0.92 0.98 0.96 3/106 3856
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=6584 CPUtime=0
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 1019 0 0 0 0 0 0 0 20 0 1 0 2571436 6742016 941 1992294400 4194304 7136930 140735071694880 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3856/statm: 1646 951 254 719 0 925 0

[startup+0.0867901 s]
/proc/loadavg: 0.92 0.98 0.96 3/106 3856
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=13656 CPUtime=0.07
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 4410 0 0 0 6 1 0 0 20 0 1 0 2571436 13983744 2693 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 3414 2693 391 719 0 2693 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13656

[startup+0.100793 s]
/proc/loadavg: 0.92 0.98 0.96 3/106 3856
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=13656 CPUtime=0.09
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 4413 0 0 0 8 1 0 0 20 0 1 0 2571436 13983744 2696 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 3414 2696 391 719 0 2693 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13656

[startup+0.300836 s]
/proc/loadavg: 0.92 0.98 0.96 3/106 3856
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=14468 CPUtime=0.29
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 4600 0 0 0 26 3 0 0 20 0 1 0 2571436 14815232 2883 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 3617 2883 391 719 0 2896 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14468

[startup+0.700921 s]
/proc/loadavg: 0.92 0.98 0.96 3/106 3856
/proc/meminfo: memFree=1583576/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=15492 CPUtime=0.69
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 4877 0 0 0 62 7 0 0 20 0 1 0 2571436 15863808 3160 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 3873 3160 391 719 0 3152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15492

[startup+1.50109 s]
/proc/loadavg: 0.93 0.98 0.96 2/107 3859
/proc/meminfo: memFree=1571044/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=17392 CPUtime=1.49
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 5345 0 0 0 136 13 0 0 22 0 1 0 2571436 17809408 3628 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 4348 3628 391 719 0 3627 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17392

[startup+3.10143 s]
/proc/loadavg: 0.93 0.98 0.96 2/107 3859
/proc/meminfo: memFree=1568316/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=20920 CPUtime=3.09
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 6273 0 0 0 281 28 0 0 25 0 1 0 2571436 21422080 4556 1992294400 4194304 7136930 140735071694880 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 5230 4556 391 719 0 4509 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20920

[startup+6.3011 s]
/proc/loadavg: 0.93 0.98 0.96 2/107 3859
/proc/meminfo: memFree=1560876/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=27848 CPUtime=6.29
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 8016 0 0 0 572 57 0 0 25 0 1 0 2571436 28516352 6299 1992294400 4194304 7136930 140735071694880 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 6962 6299 391 719 0 6241 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27848

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 0.96 2/107 3859
/proc/meminfo: memFree=1545500/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=42180 CPUtime=12.69
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 11684 0 0 0 1159 110 0 0 25 0 1 0 2571436 43192320 9967 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 10545 9967 391 719 0 9824 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42180

[startup+25.5009 s]
/proc/loadavg: 0.95 0.98 0.96 2/107 3859
/proc/meminfo: memFree=1518592/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=69932 CPUtime=25.49
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 18253 0 0 0 2329 220 0 0 25 0 1 0 2571436 71610368 16536 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 17483 16536 391 719 0 16762 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69932

[startup+51.1006 s]
/proc/loadavg: 1.03 1.00 0.97 2/107 3859
/proc/meminfo: memFree=1477052/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=110352 CPUtime=51.08
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 28577 0 0 0 4688 420 0 0 25 0 1 0 2571436 113000448 26860 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 27588 26860 391 719 0 26867 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 110352

[startup+102.309 s]
/proc/loadavg: 1.08 1.01 0.97 2/107 3861
/proc/meminfo: memFree=1388144/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=201024 CPUtime=102.27
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 50740 0 0 0 9402 825 0 0 25 0 1 0 2571436 205848576 49023 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 50256 49023 391 719 0 49535 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 201024

[startup+162.301 s]
/proc/loadavg: 1.09 1.02 0.98 3/107 3863
/proc/meminfo: memFree=1302212/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=285392 CPUtime=162.24
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 72403 0 0 0 14937 1287 0 0 25 0 1 0 2571436 292241408 70686 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 71348 70686 391 719 0 70627 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 285392

[startup+222.301 s]
/proc/loadavg: 1.09 1.03 0.98 2/107 3863
/proc/meminfo: memFree=1214296/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=377944 CPUtime=222.22
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 94066 0 0 0 20467 1755 0 0 25 0 1 0 2571436 387014656 92349 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 94486 92349 391 719 0 93765 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 377944

[startup+282.301 s]
/proc/loadavg: 1.08 1.04 0.99 2/107 3865
/proc/meminfo: memFree=1125884/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=464912 CPUtime=282.21
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 116324 0 0 0 26012 2209 0 0 25 0 1 0 2571436 476069888 114607 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 116228 114607 391 719 0 115507 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 464912

[startup+342.301 s]
/proc/loadavg: 1.03 1.03 0.99 2/107 3867
/proc/meminfo: memFree=1057312/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=530924 CPUtime=342.18
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 133283 0 0 0 31582 2636 0 0 25 0 1 0 2571436 543666176 131566 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 132731 131566 391 719 0 132010 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 530924

[startup+402.301 s]
/proc/loadavg: 1.01 1.02 0.99 2/107 3869
/proc/meminfo: memFree=993328/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=592904 CPUtime=402.16
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 149151 0 0 0 37183 3033 0 0 25 0 1 0 2571436 607133696 147434 1992294400 4194304 7136930 140735071694880 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 148226 147434 391 719 0 147505 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 592904

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 0.99 2/107 3871
/proc/meminfo: memFree=937404/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=663876 CPUtime=462.15
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 163067 0 0 0 42832 3383 0 0 25 0 1 0 2571436 679809024 161350 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 165969 161350 391 719 0 165248 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 663876

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 0.99 2/107 3871
/proc/meminfo: memFree=879496/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=720420 CPUtime=522.14
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 177549 0 0 0 48446 3768 0 0 25 0 1 0 2571436 737710080 175832 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 180105 175832 391 719 0 179384 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 720420

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3873
/proc/meminfo: memFree=799268/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=798216 CPUtime=582.11
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 197467 0 0 0 54020 4191 0 0 25 0 1 0 2571436 817373184 195750 1992294400 4194304 7136930 140735071694880 18446744073709551615 5957744 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 199554 195750 391 719 0 198833 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 798216

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3875
/proc/meminfo: memFree=717428/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=878136 CPUtime=642.11
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 217878 0 0 0 59594 4617 0 0 25 0 1 0 2571436 899211264 216161 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 219534 216161 391 719 0 218813 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 878136

[startup+702.302 s]

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

/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 343456 0 0 0 98759 7439 0 0 25 0 1 0 2571436 1435529216 341739 1992294400 4194304 7136930 140735071694880 18446744073709551615 4855006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 350471 341739 391 719 0 349750 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1401884

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3887
/proc/meminfo: memFree=161784/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1451424 CPUtime=1121.96
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364530 0 0 0 104376 7820 0 0 25 0 1 0 2571436 1486258176 354422 1992294400 4194304 7136930 140735071694880 18446744073709551615 4854933 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362856 354422 391 719 0 362135 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 1451424

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3889
/proc/meminfo: memFree=161660/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1451424 CPUtime=1181.95
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364533 0 0 0 109978 8217 0 0 25 0 1 0 2571436 1486258176 354425 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362856 354425 391 719 0 362135 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1451424

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3891
/proc/meminfo: memFree=162032/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450908 CPUtime=1241.93
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364533 0 0 0 115575 8618 0 0 25 0 1 0 2571436 1485729792 354296 1992294400 4194304 7136930 140735071694880 18446744073709551615 4854147 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362727 354296 391 719 0 362006 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 1450908

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3893
/proc/meminfo: memFree=162280/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450392 CPUtime=1301.93
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364533 0 0 0 121163 9030 0 0 25 0 1 0 2571436 1485201408 354167 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362598 354167 391 719 0 361877 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 1450392

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3895
/proc/meminfo: memFree=162280/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450392 CPUtime=1361.9
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364543 0 0 0 126755 9435 0 0 25 0 1 0 2571436 1485201408 354177 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362598 354177 391 719 0 361877 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1450392

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3895
/proc/meminfo: memFree=162280/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450564 CPUtime=1421.89
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364551 0 0 0 132344 9845 0 0 25 0 1 0 2571436 1485377536 354185 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362641 354185 391 719 0 361920 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1450564

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3897
/proc/meminfo: memFree=162156/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450564 CPUtime=1481.87
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364551 0 0 0 137932 10255 0 0 25 0 1 0 2571436 1485377536 354185 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362641 354185 391 719 0 361920 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1450564

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3899
/proc/meminfo: memFree=162032/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450564 CPUtime=1541.86
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364551 0 0 0 143509 10677 0 0 25 0 1 0 2571436 1485377536 354185 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362641 354185 391 719 0 361920 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 1450564

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3901
/proc/meminfo: memFree=162032/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450564 CPUtime=1601.85
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364551 0 0 0 149100 11085 0 0 25 0 1 0 2571436 1485377536 354185 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362641 354185 391 719 0 361920 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 1450564

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3903
/proc/meminfo: memFree=162032/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450564 CPUtime=1661.82
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364556 0 0 0 154679 11503 0 0 25 0 1 0 2571436 1485377536 354190 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362641 354190 391 719 0 361920 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 1450564

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3903
/proc/meminfo: memFree=161784/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450564 CPUtime=1721.8
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364556 0 0 0 160256 11924 0 0 25 0 1 0 2571436 1485377536 354190 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362641 354190 391 719 0 361920 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 1450564

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3905
/proc/meminfo: memFree=161536/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450564 CPUtime=1781.79
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364556 0 0 0 165843 12336 0 0 25 0 1 0 2571436 1485377536 354190 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362641 354190 391 719 0 361920 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 1450564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3905
/proc/meminfo: memFree=161536/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450564 CPUtime=1800.1
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364556 0 0 0 167541 12469 0 0 25 0 1 0 2571436 1485377536 354190 1992294400 4194304 7136930 140735071694880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3856/statm: 362641 354190 391 719 0 361920 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1450564

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3856

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/107 3905
/proc/meminfo: memFree=161536/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450564 CPUtime=1800.88
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364564 0 0 0 167619 12469 0 0 25 0 1 0 2571436 1485377536 354198 1992294400 4194304 7136930 140735071694880 18446744073709551615 6165652 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3856/statm: 362641 354198 397 719 0 361920 0
Current children cumulated CPU time (s) 1800.88
Current children cumulated vsize (KiB) 1450564

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 0.99 2/108 3908
/proc/meminfo: memFree=161404/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450304 CPUtime=1801.68
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364564 0 0 0 167699 12469 0 0 25 0 1 0 2571436 1485111296 354133 1992294400 4194304 7136930 140735071694880 18446744073709551615 6165617 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3856/statm: 362576 354133 397 719 0 361855 0
Current children cumulated CPU time (s) 1801.68
Current children cumulated vsize (KiB) 1450304

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/108 3908
/proc/meminfo: memFree=161404/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=1450304 CPUtime=1802.08
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4202496 364564 0 0 0 167739 12469 0 0 25 0 1 0 2571436 1485111296 354133 1992294400 4194304 7136930 140735071694880 18446744073709551615 6165646 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3856/statm: 362576 354133 397 719 0 361855 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 1450304

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/108 3908
/proc/meminfo: memFree=161404/2059040 swapFree=4192956/4192956
[pid=3856] ppid=3854 vsize=0 CPUtime=1802.19
/proc/3856/stat : 3856 (pbscip.linux.x8) R 3854 3856 3358 0 -1 4203524 364564 0 0 0 167741 12478 0 0 25 0 1 0 2571436 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/3856/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.74
CPU time (s): 1802.24
CPU user time (s): 1677.41
CPU system time (s): 124.824
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 1515948

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

runsolver used 2.96255 second user time and 8.5727 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-11 17:21:15
IDJOB=2664271
IDBENCH=1163
IDSOLVER=1167
FILE ID=node002/2664271-1276269675
PBS_JOBID= 11172208
Free space on /tmp= 62392 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-army10.14ls.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-2664271-1276269675/watcher-2664271-1276269675 -o /tmp/evaluation-result-2664271-1276269675/solver-2664271-1276269675 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664271-1276269675.opb -t 1800 -m 1800

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=627649932

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1583980 kB
Buffers:         43648 kB
Cached:         305500 kB
SwapCached:          0 kB
Active:         162848 kB
Inactive:       245752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1583980 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3468 kB
Writeback:           0 kB
AnonPages:       59408 kB
Mapped:          15380 kB
Slab:            44632 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179808 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= 62392 MiB
End job on node002 at 2010-06-11 17:51:18