Trace number 2664483

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.19 1802.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
MD5SUMd9b1351aa6c01bb5c883e4233663f5e0
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.027995
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints70
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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-2664483-1276321130.opb>
0.00/0.01	c original problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 70 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	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.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 40 upgd conss, 0 impls, 30 clqs
0.00/0.02	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 70 upgd conss, 0 impls, 30 clqs
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 30 cliques
0.00/0.03	c presolved problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 70 constraints
0.00/0.03	c      30 constraints of type <setppc>
0.00/0.03	c      40 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.00
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 1.2.1.2
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1799.99
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 1620
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = -1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/nlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	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.03	c   0.0s|     1 |     2 |     0 |     - |1150k|   0 |   - | 600 |  70 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.58	c   1.4s| 10000 |  9687 |     0 |   0.0 |4621k| 308 |   - | 600 | 303 |   0 |   0 |   0 | 582 |   0 | 0.000000e+00 |      --      |    Inf 
3.09/3.12	c   2.8s| 20000 | 18950 |     0 |   0.0 |8306k| 308 |   - | 600 |1073 |   0 |   0 |   0 |3412 |   0 | 0.000000e+00 |      --      |    Inf 
4.78/4.84	c   4.4s| 30000 | 28627 |     0 |   0.0 |  11M| 308 |   - | 600 | 617 |   0 |   0 |   0 |4703 |   0 | 0.000000e+00 |      --      |    Inf 
6.49/6.56	c   6.0s| 40000 | 38326 |     0 |   0.0 |  14M| 308 |   - | 600 | 565 |   0 |   0 |   0 |6051 |   0 | 0.000000e+00 |      --      |    Inf 
8.19/8.27	c   7.5s| 50000 | 48013 |     0 |   0.0 |  17M| 308 |   - | 600 | 489 |   0 |   0 |   0 |7321 |   0 | 0.000000e+00 |      --      |    Inf 
9.89/9.97	c   9.1s| 60000 | 57713 |     0 |   0.0 |  20M| 308 |   - | 600 | 516 |   0 |   0 |   0 |8549 |   0 | 0.000000e+00 |      --      |    Inf 
11.59/11.67	c  10.7s| 70000 | 67416 |     0 |   0.0 |  23M| 308 |   - | 600 | 562 |   0 |   0 |   0 |9828 |   0 | 0.000000e+00 |      --      |    Inf 
13.29/13.36	c  12.2s| 80000 | 77083 |     0 |   0.0 |  26M| 308 |   - | 600 | 489 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
14.98/15.05	c  13.8s| 90000 | 86771 |     0 |   0.0 |  29M| 308 |   - | 600 | 603 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
16.69/16.76	c  15.3s|100000 | 96415 |     0 |   0.0 |  33M| 308 |   - | 600 | 535 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
18.38/18.45	c  16.9s|110000 |106067 |     0 |   0.0 |  36M| 308 |   - | 600 | 588 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
20.08/20.13	c  18.4s|120000 |115736 |     0 |   0.0 |  39M| 308 |   - | 600 | 546 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
21.79/21.84	c  20.0s|130000 |125374 |     0 |   0.0 |  42M| 308 |   - | 600 | 621 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
23.48/23.54	c  21.5s|140000 |135007 |     0 |   0.0 |  45M| 308 |   - | 600 | 535 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
25.19/25.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.19/25.23	c  23.1s|150000 |144647 |     0 |   0.0 |  48M| 308 |   - | 600 | 629 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
26.89/26.93	c  24.7s|160000 |154292 |     0 |   0.0 |  51M| 308 |   - | 600 | 543 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
28.60/28.63	c  26.2s|170000 |163899 |     0 |   0.0 |  54M| 308 |   - | 600 | 619 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
30.28/30.35	c  27.8s|180000 |173509 |     0 |   0.0 |  58M| 308 |   - | 600 | 678 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
31.98/32.06	c  29.4s|190000 |183124 |     0 |   0.0 |  61M| 308 |   - | 600 | 698 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
33.68/33.79	c  31.0s|200000 |192682 |     0 |   0.0 |  64M| 308 |   - | 600 | 602 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
35.37/35.48	c  32.6s|210000 |202265 |     0 |   0.0 |  67M| 308 |   - | 600 | 533 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
37.08/37.18	c  34.1s|220000 |211841 |     0 |   0.0 |  70M| 308 |   - | 600 | 591 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
38.88/38.90	c  35.7s|230000 |221423 |     0 |   0.0 |  73M| 308 |   - | 600 | 720 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
40.58/40.62	c  37.3s|240000 |230987 |     0 |   0.0 |  76M| 308 |   - | 600 | 676 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
42.27/42.31	c  38.9s|250000 |240583 |     0 |   0.0 |  79M| 308 |   - | 600 | 627 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
43.97/44.01	c  40.4s|260000 |250164 |     0 |   0.0 |  83M| 308 |   - | 600 | 738 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
45.67/45.72	c  42.0s|270000 |259740 |     0 |   0.0 |  86M| 308 |   - | 600 | 660 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
47.38/47.45	c  43.6s|280000 |269276 |     0 |   0.0 |  89M| 308 |   - | 600 | 745 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
49.07/49.15	c  45.2s|290000 |278809 |     0 |   0.0 |  92M| 308 |   - | 600 | 695 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
50.77/50.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.77/50.85	c  46.7s|300000 |288363 |     0 |   0.0 |  95M| 308 |   - | 600 | 735 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
52.57/52.60	c  48.3s|310000 |297856 |     0 |   0.0 |  98M| 308 |   - | 600 | 716 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
54.27/54.35	c  49.9s|320000 |307346 |     0 |   0.0 | 102M| 308 |   - | 600 | 766 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
55.98/56.07	c  51.5s|330000 |316847 |     0 |   0.0 | 105M| 308 |   - | 600 | 750 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
57.66/57.77	c  53.1s|340000 |326373 |     0 |   0.0 | 108M| 308 |   - | 600 | 906 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
59.47/59.50	c  54.7s|350000 |335894 |     0 |   0.0 | 111M| 308 |   - | 600 | 841 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
61.16/61.26	c  56.3s|360000 |345338 |     0 |   0.0 | 115M| 308 |   - | 600 | 895 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
62.96/63.00	c  57.9s|370000 |354798 |     0 |   0.0 | 118M| 308 |   - | 600 | 958 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
64.66/64.78	c  59.5s|380000 |364263 |     0 |   0.0 | 121M| 308 |   - | 600 | 800 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
66.46/66.52	c  61.1s|390000 |373717 |     0 |   0.0 | 124M| 308 |   - | 600 | 816 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
68.17/68.29	c  62.8s|400000 |383160 |     0 |   0.0 | 127M| 308 |   - | 600 | 762 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
69.96/70.03	c  64.4s|410000 |392587 |     0 |   0.0 | 131M| 308 |   - | 600 | 859 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
71.66/71.76	c  66.0s|420000 |402042 |     0 |   0.0 | 134M| 308 |   - | 600 | 756 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
73.46/73.53	c  67.6s|430000 |411445 |     0 |   0.0 | 137M| 308 |   - | 600 | 821 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
75.17/75.28	c  69.2s|440000 |420871 |     0 |   0.0 | 140M| 308 |   - | 600 | 771 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
76.97/77.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.97/77.05	c  70.8s|450000 |430255 |     0 |   0.0 | 143M| 308 |   - | 600 | 959 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
78.77/78.83	c  72.5s|460000 |439659 |     0 |   0.0 | 147M| 308 |   - | 600 |1002 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
80.56/80.61	c  74.1s|470000 |449038 |     0 |   0.0 | 150M| 308 |   - | 600 | 989 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
82.37/82.42	c  75.8s|480000 |458403 |     0 |   0.0 | 153M| 308 |   - | 600 | 948 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
84.16/84.21	c  77.5s|490000 |467750 |     0 |   0.0 | 157M| 308 |   - | 600 | 987 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
85.95/86.00	c  79.1s|500000 |477068 |     0 |   0.0 | 160M| 308 |   - | 600 | 908 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
87.65/87.77	c  80.7s|510000 |486387 |     0 |   0.0 | 163M| 308 |   - | 600 | 988 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
89.55/89.60	c  82.4s|520000 |495640 |     0 |   0.0 | 166M| 308 |   - | 600 |1057 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
91.26/91.39	c  84.1s|530000 |504945 |     0 |   0.0 | 170M| 308 |   - | 600 | 944 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
93.16/93.22	c  85.8s|540000 |514181 |     0 |   0.0 | 173M| 308 |   - | 600 |1123 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
94.96/95.03	c  87.4s|550000 |523446 |     0 |   0.0 | 177M| 308 |   - | 600 |1023 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
96.76/96.84	c  89.1s|560000 |532699 |     0 |   0.0 | 180M| 308 |   - | 600 |1067 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
98.66/98.70	c  90.8s|570000 |541930 |     0 |   0.0 | 183M| 308 |   - | 600 |1012 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
100.45/100.55	c  92.5s|580000 |551097 |     0 |   0.0 | 187M| 308 |   - | 600 |1007 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
102.36/102.43	c  94.2s|590000 |560264 |     0 |   0.0 | 190M| 308 |   - | 600 |1220 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
104.15/104.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.15/104.24	c  95.9s|600000 |569473 |     0 |   0.0 | 193M| 308 |   - | 600 |1026 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
106.05/106.10	c  97.6s|610000 |578654 |     0 |   0.0 | 197M| 308 |   - | 600 | 977 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
107.85/107.96	c  99.3s|620000 |587772 |     0 |   0.0 | 200M| 308 |   - | 600 |1164 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
109.75/109.83	c   101s|630000 |596909 |     0 |   0.0 | 204M| 308 |   - | 600 |1121 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
111.65/111.72	c   103s|640000 |606002 |     0 |   0.0 | 207M| 308 |   - | 600 |1117 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
113.55/113.69	c   105s|650000 |615017 |     0 |   0.0 | 211M| 308 |   - | 600 |1118 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
115.46/115.59	c   106s|660000 |624061 |     0 |   0.0 | 215M| 308 |   - | 600 |1232 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
117.44/117.55	c   108s|670000 |633038 |     0 |   0.0 | 218M| 308 |   - | 600 |1212 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
119.45/119.55	c   110s|680000 |641955 |     0 |   0.0 | 222M| 308 |   - | 600 |1312 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
121.44/121.55	c   112s|690000 |650875 |     0 |   0.0 | 226M| 308 |   - | 600 |1437 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
123.45/123.58	c   114s|700000 |659741 |     0 |   0.0 | 229M| 308 |   - | 600 |1462 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
125.65/125.78	c   116s|710000 |668450 |     0 |   0.0 | 233M| 308 |   - | 600 |1351 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
127.85/127.98	c   118s|720000 |677045 |     0 |   0.0 | 237M| 308 |   - | 600 |1602 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
130.05/130.13	c   120s|730000 |685656 |     0 |   0.0 | 241M| 308 |   - | 600 |1665 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
132.25/132.37	c   122s|740000 |694187 |     0 |   0.0 | 244M| 308 |   - | 600 |1869 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
134.64/134.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.64/134.78	c   124s|750000 |702524 |     0 |   0.0 | 248M| 308 |   - | 600 |1962 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
137.15/137.23	c   126s|760000 |710852 |     0 |   0.0 | 252M| 308 |   - | 600 |1945 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
139.55/139.69	c   129s|770000 |719100 |     0 |   0.0 | 256M| 308 |   - | 600 |2260 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
142.24/142.33	c   131s|780000 |727192 |     0 |   0.0 | 260M| 308 |   - | 600 |2656 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
144.84/144.98	c   134s|790000 |735272 |     0 |   0.0 | 264M| 308 |   - | 600 |2611 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
147.64/147.74	c   136s|800000 |743153 |     0 |   0.0 | 268M| 308 |   - | 600 |2667 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
150.55/150.61	c   139s|810000 |750886 |     0 |   0.0 | 272M| 308 |   - | 600 |3108 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
153.54/153.61	c   142s|820000 |758531 |     0 |   0.0 | 276M| 308 |   - | 600 |3991 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
157.15/157.24	c   145s|830000 |765788 |     0 |   0.0 | 280M| 308 |   - | 600 |4766 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
161.54/161.69	c   150s|840000 |772520 |     0 |   0.0 | 285M| 308 |   - | 600 |5962 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
165.14/165.26	c   153s|850000 |780640 |     0 |   0.0 | 286M| 308 |   - | 600 | 697 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
166.94/167.05	c   155s|860000 |790281 |     0 |   0.0 | 289M| 308 |   - | 600 | 657 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
168.73/168.86	c   156s|870000 |799900 |     0 |   0.0 | 293M| 308 |   - | 600 | 784 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
170.53/170.65	c   158s|880000 |809527 |     0 |   0.0 | 296M| 308 |   - | 600 | 685 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
172.33/172.42	c   160s|890000 |819181 |     0 |   0.0 | 299M| 308 |   - | 600 | 697 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
174.13/174.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
174.13/174.21	c   161s|900000 |828814 |     0 |   0.0 | 302M| 308 |   - | 600 | 745 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
175.94/176.01	c   163s|910000 |838455 |     0 |   0.0 | 305M| 308 |   - | 600 | 630 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
177.63/177.76	c   164s|920000 |848109 |     0 |   0.0 | 309M| 308 |   - | 600 | 648 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
179.43/179.54	c   166s|930000 |857743 |     0 |   0.0 | 312M| 308 |   - | 600 | 635 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
181.23/181.33	c   168s|940000 |867385 |     0 |   0.0 | 315M| 308 |   - | 600 | 661 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
182.93/183.09	c   169s|950000 |877036 |     0 |   0.0 | 318M| 308 |   - | 600 | 665 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
184.73/184.89	c   171s|960000 |886662 |     0 |   0.0 | 321M| 308 |   - | 600 | 699 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
186.52/186.67	c   173s|970000 |896292 |     0 |   0.0 | 324M| 308 |   - | 600 | 652 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
188.33/188.45	c   174s|980000 |905927 |     0 |   0.0 | 328M| 308 |   - | 600 | 700 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
190.03/190.19	c   176s|990000 |915576 |     0 |   0.0 | 331M| 308 |   - | 600 | 653 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
191.83/191.94	c   178s|  1000k|925228 |     0 |   0.0 | 334M| 308 |   - | 600 | 566 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
193.62/193.72	c   179s|  1010k|934858 |     0 |   0.0 | 337M| 308 |   - | 600 | 617 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
195.32/195.46	c   181s|  1020k|944490 |     0 |   0.0 | 340M| 308 |   - | 600 | 534 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
197.13/197.24	c   182s|  1030k|954122 |     0 |   0.0 | 343M| 308 |   - | 600 | 666 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
198.93/199.01	c   184s|  1040k|963743 |     0 |   0.0 | 346M| 308 |   - | 600 | 628 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
200.62/200.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.62/200.74	c   186s|  1050k|973391 |     0 |   0.0 | 350M| 308 |   - | 600 | 599 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
202.42/202.52	c   187s|  1060k|983013 |     0 |   0.0 | 353M| 308 |   - | 600 | 593 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
204.12/204.23	c   189s|  1070k|992662 |     0 |   0.0 | 356M| 308 |   - | 600 | 594 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
205.82/205.98	c   190s|  1080k|  1002k|     0 |   0.0 | 359M| 308 |   - | 600 | 695 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
207.62/207.79	c   192s|  1090k|  1011k|     0 |   0.0 | 362M| 308 |   - | 600 | 647 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
209.42/209.56	c   194s|  1100k|  1021k|     0 |   0.0 | 365M| 308 |   - | 600 | 667 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
211.21/211.31	c   195s|  1110k|  1031k|     0 |   0.0 | 369M| 308 |   - | 600 | 655 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
212.91/213.08	c   197s|  1120k|  1040k|     0 |   0.0 | 372M| 308 |   - | 600 | 674 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
214.72/214.88	c   199s|  1130k|  1050k|     0 |   0.0 | 375M| 308 |   - | 600 | 659 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
216.52/216.67	c   200s|  1140k|  1060k|     0 |   0.0 | 378M| 308 |   - | 600 | 644 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
218.31/218.46	c   202s|  1150k|  1069k|     0 |   0.0 | 381M| 308 |   - | 600 | 606 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
220.11/220.26	c   204s|  1160k|  1079k|     0 |   0.0 | 384M| 308 |   - | 600 | 737 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
221.91/222.03	c   205s|  1170k|  1088k|     0 |   0.0 | 388M| 308 |   - | 600 | 623 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
223.61/223.76	c   207s|  1180k|  1098k|     0 |   0.0 | 391M| 308 |   - | 600 | 557 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
225.42/225.54	c   209s|  1190k|  1108k|     0 |   0.0 | 394M| 308 |   - | 600 | 647 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
227.32/227.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.32/227.40	c   210s|  1200k|  1117k|     0 |   0.0 | 397M| 308 |   - | 600 | 708 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
229.01/229.17	c   212s|  1210k|  1127k|     0 |   0.0 | 400M| 308 |   - | 600 | 638 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
230.81/230.93	c   214s|  1220k|  1136k|     0 |   0.0 | 403M| 308 |   - | 600 | 583 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
232.51/232.65	c   215s|  1230k|  1146k|     0 |   0.0 | 406M| 308 |   - | 600 | 543 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
234.22/234.37	c   217s|  1240k|  1156k|     0 |   0.0 | 410M| 308 |   - | 600 | 601 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
236.01/236.12	c   218s|  1250k|  1165k|     0 |   0.0 | 413M| 308 |   - | 600 | 655 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
237.80/237.90	c   220s|  1260k|  1175k|     0 |   0.0 | 416M| 308 |   - | 600 | 667 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
239.51/239.66	c   222s|  1270k|  1185k|     0 |   0.0 | 419M| 308 |   - | 600 | 652 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
241.31/241.45	c   223s|  1280k|  1194k|     0 |   0.0 | 422M| 308 |   - | 600 | 724 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
243.11/243.22	c   225s|  1290k|  1204k|     0 |   0.0 | 425M| 308 |   - | 600 | 630 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
244.91/245.07	c   227s|  1300k|  1213k|     0 |   0.0 | 429M| 308 |   - | 600 | 723 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
246.71/246.86	c   228s|  1310k|  1223k|     0 |   0.0 | 432M| 308 |   - | 600 | 644 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
248.42/248.59	c   230s|  1320k|  1233k|     0 |   0.0 | 435M| 308 |   - | 600 | 610 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
250.20/250.33	c   232s|  1330k|  1242k|     0 |   0.0 | 438M| 308 |   - | 600 | 656 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
252.01/252.12	c   233s|  1340k|  1252k|     0 |   0.0 | 441M| 308 |   - | 600 | 635 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
253.80/253.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
253.80/253.93	c   235s|  1350k|  1262k|     0 |   0.0 | 444M| 308 |   - | 600 | 741 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
255.60/255.74	c   237s|  1360k|  1271k|     0 |   0.0 | 448M| 308 |   - | 600 | 628 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
257.40/257.57	c   238s|  1370k|  1281k|     0 |   0.0 | 451M| 308 |   - | 600 | 680 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
259.20/259.32	c   240s|  1380k|  1290k|     0 |   0.0 | 454M| 308 |   - | 600 | 584 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
260.91/261.06	c   241s|  1390k|  1300k|     0 |   0.0 | 457M| 308 |   - | 600 | 705 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
262.60/262.78	c   243s|  1400k|  1310k|     0 |   0.0 | 460M| 308 |   - | 600 | 647 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
264.40/264.53	c   245s|  1410k|  1319k|     0 |   0.0 | 463M| 308 |   - | 600 | 639 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
266.10/266.29	c   246s|  1420k|  1329k|     0 |   0.0 | 467M| 308 |   - | 600 | 736 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
267.90/268.05	c   248s|  1430k|  1339k|     0 |   0.0 | 470M| 308 |   - | 600 | 712 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
269.70/269.83	c   250s|  1440k|  1348k|     0 |   0.0 | 473M| 308 |   - | 600 | 586 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
271.50/271.65	c   251s|  1450k|  1358k|     0 |   0.0 | 476M| 308 |   - | 600 | 579 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
273.20/273.39	c   253s|  1460k|  1367k|     0 |   0.0 | 479M| 308 |   - | 600 | 647 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
275.00/275.11	c   255s|  1470k|  1377k|     0 |   0.0 | 482M| 308 |   - | 600 | 642 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
276.70/276.83	c   256s|  1480k|  1387k|     0 |   0.0 | 486M| 308 |   - | 600 | 657 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
278.50/278.62	c   258s|  1490k|  1396k|     0 |   0.0 | 489M| 308 |   - | 600 | 638 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
280.20/280.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
280.20/280.38	c   259s|  1500k|  1406k|     0 |   0.0 | 492M| 308 |   - | 600 | 725 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
281.99/282.15	c   261s|  1510k|  1415k|     0 |   0.0 | 495M| 308 |   - | 600 | 688 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
283.80/283.90	c   263s|  1520k|  1425k|     0 |   0.0 | 498M| 308 |   - | 600 | 717 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
285.50/285.67	c   264s|  1530k|  1435k|     0 |   0.0 | 501M| 308 |   - | 600 | 607 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
287.29/287.45	c   266s|  1540k|  1444k|     0 |   0.0 | 504M| 308 |   - | 600 | 705 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
289.10/289.23	c   268s|  1550k|  1454k|     0 |   0.0 | 508M| 308 |   - | 600 | 670 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
290.90/291.03	c   269s|  1560k|  1464k|     0 |   0.0 | 511M| 308 |   - | 600 | 637 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
292.59/292.77	c   271s|  1570k|  1473k|     0 |   0.0 | 514M| 308 |   - | 600 | 671 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
294.39/294.52	c   272s|  1580k|  1483k|     0 |   0.0 | 517M| 308 |   - | 600 | 663 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
296.19/296.31	c   274s|  1590k|  1492k|     0 |   0.0 | 520M| 308 |   - | 600 | 662 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
297.90/298.09	c   276s|  1600k|  1502k|     0 |   0.0 | 523M| 308 |   - | 600 | 660 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
299.69/299.88	c   277s|  1610k|  1512k|     0 |   0.0 | 526M| 308 |   - | 600 | 546 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
301.49/301.62	c   279s|  1620k|  1521k|     0 |   0.0 | 530M| 308 |   - | 600 | 576 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
303.29/303.46	c   281s|  1630k|  1531k|     0 |   0.0 | 533M| 308 |   - | 600 | 694 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
305.19/305.30	c   282s|  1640k|  1541k|     0 |   0.0 | 536M| 308 |   - | 600 | 581 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
307.09/307.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
307.09/307.26	c   284s|  1650k|  1550k|     0 |   0.0 | 539M| 308 |   - | 600 | 633 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
309.00/309.17	c   286s|  1660k|  1560k|     0 |   0.0 | 542M| 308 |   - | 600 | 712 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
310.98/311.17	c   288s|  1670k|  1569k|     0 |   0.0 | 545M| 308 |   - | 600 | 692 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
312.89/313.06	c   290s|  1680k|  1579k|     0 |   0.0 | 548M| 308 |   - | 600 | 586 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
314.89/315.03	c   292s|  1690k|  1589k|     0 |   0.0 | 552M| 308 |   - | 600 | 623 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
316.79/316.97	c   293s|  1700k|  1598k|     0 |   0.0 | 555M| 308 |   - | 600 | 628 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
318.79/318.91	c   295s|  1710k|  1608k|     0 |   0.0 | 558M| 308 |   - | 600 | 694 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
320.68/320.89	c   297s|  1720k|  1617k|     0 |   0.0 | 561M| 308 |   - | 600 | 686 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
322.69/322.86	c   299s|  1730k|  1627k|     0 |   0.0 | 564M| 308 |   - | 600 | 592 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
324.69/324.81	c   301s|  1740k|  1637k|     0 |   0.0 | 567M| 308 |   - | 600 | 643 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
326.68/326.80	c   303s|  1750k|  1646k|     0 |   0.0 | 571M| 308 |   - | 600 | 711 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
328.58/328.71	c   304s|  1760k|  1656k|     0 |   0.0 | 574M| 308 |   - | 600 | 709 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
330.58/330.72	c   306s|  1770k|  1665k|     0 |   0.0 | 577M| 308 |   - | 600 | 616 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
332.38/332.58	c   308s|  1780k|  1675k|     0 |   0.0 | 580M| 308 |   - | 600 | 638 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
334.28/334.42	c   310s|  1790k|  1685k|     0 |   0.0 | 583M| 308 |   - | 600 | 670 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
336.08/336.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.08/336.24	c   311s|  1800k|  1694k|     0 |   0.0 | 586M| 308 |   - | 600 | 817 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
337.88/338.06	c   313s|  1810k|  1704k|     0 |   0.0 | 589M| 308 |   - | 600 | 614 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
339.69/339.90	c   315s|  1820k|  1713k|     0 |   0.0 | 593M| 308 |   - | 600 | 583 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
341.68/341.80	c   316s|  1830k|  1723k|     0 |   0.0 | 596M| 308 |   - | 600 | 695 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
343.48/343.62	c   318s|  1840k|  1733k|     0 |   0.0 | 599M| 308 |   - | 600 | 649 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
345.29/345.43	c   320s|  1850k|  1742k|     0 |   0.0 | 602M| 308 |   - | 600 | 629 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
347.08/347.23	c   322s|  1860k|  1752k|     0 |   0.0 | 605M| 308 |   - | 600 | 672 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
348.88/349.03	c   323s|  1870k|  1761k|     0 |   0.0 | 609M| 308 |   - | 600 | 722 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
350.68/350.85	c   325s|  1880k|  1771k|     0 |   0.0 | 612M| 308 |   - | 600 | 759 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
352.47/352.60	c   327s|  1890k|  1781k|     0 |   0.0 | 615M| 308 |   - | 600 | 697 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
354.17/354.35	c   328s|  1900k|  1790k|     0 |   0.0 | 618M| 308 |   - | 600 | 601 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
355.98/356.17	c   330s|  1910k|  1800k|     0 |   0.0 | 621M| 308 |   - | 600 | 579 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
357.88/358.03	c   332s|  1920k|  1809k|     0 |   0.0 | 624M| 308 |   - | 600 | 605 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
359.58/359.79	c   333s|  1930k|  1819k|     0 |   0.0 | 627M| 308 |   - | 600 | 740 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
361.37/361.59	c   335s|  1940k|  1829k|     0 |   0.0 | 631M| 308 |   - | 600 | 675 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
363.17/363.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
363.17/363.35	c   336s|  1950k|  1838k|     0 |   0.0 | 634M| 308 |   - | 600 | 635 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
364.98/365.13	c   338s|  1960k|  1848k|     0 |   0.0 | 637M| 308 |   - | 600 | 690 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
366.77/366.93	c   340s|  1970k|  1857k|     0 |   0.0 | 640M| 308 |   - | 600 | 666 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
368.57/368.74	c   341s|  1980k|  1867k|     0 |   0.0 | 643M| 308 |   - | 600 | 635 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
370.37/370.51	c   343s|  1990k|  1877k|     0 |   0.0 | 646M| 308 |   - | 600 | 601 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
372.07/372.27	c   345s|  2000k|  1886k|     0 |   0.0 | 650M| 308 |   - | 600 | 702 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
373.88/374.09	c   346s|  2010k|  1896k|     0 |   0.0 | 653M| 308 |   - | 600 | 692 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
375.67/375.81	c   348s|  2020k|  1905k|     0 |   0.0 | 656M| 308 |   - | 600 | 766 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
377.47/377.60	c   350s|  2030k|  1915k|     0 |   0.0 | 659M| 308 |   - | 600 | 668 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
379.16/379.37	c   351s|  2040k|  1925k|     0 |   0.0 | 662M| 308 |   - | 600 | 612 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
380.96/381.15	c   353s|  2050k|  1934k|     0 |   0.0 | 665M| 308 |   - | 600 | 732 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
382.77/382.91	c   355s|  2060k|  1944k|     0 |   0.0 | 668M| 308 |   - | 600 | 565 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
384.47/384.62	c   356s|  2070k|  1953k|     0 |   0.0 | 672M| 308 |   - | 600 | 649 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
386.16/386.37	c   358s|  2080k|  1963k|     0 |   0.0 | 675M| 308 |   - | 600 | 638 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
387.96/388.16	c   359s|  2090k|  1973k|     0 |   0.0 | 678M| 308 |   - | 600 | 685 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
389.77/389.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.77/389.94	c   361s|  2100k|  1982k|     0 |   0.0 | 681M| 308 |   - | 600 | 653 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
391.47/391.69	c   363s|  2110k|  1992k|     0 |   0.0 | 684M| 308 |   - | 600 | 749 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
393.27/393.47	c   364s|  2120k|  2001k|     0 |   0.0 | 688M| 308 |   - | 600 | 749 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
395.06/395.28	c   366s|  2130k|  2011k|     0 |   0.0 | 691M| 308 |   - | 600 | 785 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
396.97/397.18	c   368s|  2140k|  2021k|     0 |   0.0 | 694M| 308 |   - | 600 | 638 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
398.76/398.97	c   369s|  2150k|  2030k|     0 |   0.0 | 697M| 308 |   - | 600 | 646 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
400.56/400.77	c   371s|  2160k|  2040k|     0 |   0.0 | 700M| 308 |   - | 600 | 769 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
402.36/402.55	c   373s|  2170k|  2049k|     0 |   0.0 | 703M| 308 |   - | 600 | 645 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
404.06/404.29	c   374s|  2180k|  2059k|     0 |   0.0 | 706M| 308 |   - | 600 | 593 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
405.96/406.10	c   376s|  2190k|  2069k|     0 |   0.0 | 710M| 308 |   - | 600 | 713 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
407.76/407.95	c   378s|  2200k|  2078k|     0 |   0.0 | 713M| 308 |   - | 600 | 737 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
409.56/409.72	c   379s|  2210k|  2088k|     0 |   0.0 | 716M| 308 |   - | 600 | 665 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
411.36/411.55	c   381s|  2220k|  2097k|     0 |   0.0 | 719M| 308 |   - | 600 | 645 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
413.15/413.36	c   383s|  2230k|  2107k|     0 |   0.0 | 722M| 308 |   - | 600 | 770 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
414.96/415.16	c   384s|  2240k|  2117k|     0 |   0.0 | 725M| 308 |   - | 600 | 519 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
416.76/416.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
416.76/416.98	c   386s|  2250k|  2126k|     0 |   0.0 | 729M| 308 |   - | 600 | 661 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
418.66/418.80	c   388s|  2260k|  2136k|     0 |   0.0 | 732M| 308 |   - | 600 | 577 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
420.46/420.69	c   389s|  2270k|  2145k|     0 |   0.0 | 735M| 308 |   - | 600 | 641 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
422.36/422.55	c   391s|  2280k|  2155k|     0 |   0.0 | 738M| 308 |   - | 600 | 600 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
424.26/424.42	c   393s|  2290k|  2164k|     0 |   0.0 | 741M| 308 |   - | 600 | 667 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
425.96/426.19	c   395s|  2300k|  2174k|     0 |   0.0 | 744M| 308 |   - | 600 | 639 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
427.76/427.98	c   396s|  2310k|  2184k|     0 |   0.0 | 748M| 308 |   - | 600 | 696 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
429.56/429.76	c   398s|  2320k|  2193k|     0 |   0.0 | 751M| 308 |   - | 600 | 719 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
431.45/431.60	c   400s|  2330k|  2203k|     0 |   0.0 | 754M| 308 |   - | 600 | 671 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
433.16/433.33	c   401s|  2340k|  2212k|     0 |   0.0 | 757M| 308 |   - | 600 | 514 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
434.95/435.10	c   403s|  2350k|  2222k|     0 |   0.0 | 760M| 308 |   - | 600 | 691 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
436.65/436.87	c   404s|  2360k|  2232k|     0 |   0.0 | 763M| 308 |   - | 600 | 691 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
438.45/438.69	c   406s|  2370k|  2241k|     0 |   0.0 | 767M| 308 |   - | 600 | 684 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
440.35/440.52	c   408s|  2380k|  2251k|     0 |   0.0 | 770M| 308 |   - | 600 | 644 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
442.15/442.30	c   409s|  2390k|  2260k|     0 |   0.0 | 773M| 308 |   - | 600 | 718 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
443.85/444.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
443.85/444.05	c   411s|  2400k|  2270k|     0 |   0.0 | 776M| 308 |   - | 600 | 736 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
445.65/445.86	c   413s|  2410k|  2280k|     0 |   0.0 | 779M| 308 |   - | 600 | 776 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
447.45/447.68	c   414s|  2420k|  2289k|     0 |   0.0 | 783M| 308 |   - | 600 | 760 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
449.34/449.53	c   416s|  2430k|  2299k|     0 |   0.0 | 786M| 308 |   - | 600 | 761 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
451.04/451.28	c   418s|  2440k|  2308k|     0 |   0.0 | 789M| 308 |   - | 600 | 731 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
452.84/453.06	c   419s|  2450k|  2318k|     0 |   0.0 | 792M| 308 |   - | 600 | 659 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 |      --      |    Inf 
454.64/454.83	c   421s|  2460k|  2328k|     0 |   0.0 | 795M| 308 |   - | 600 | 527 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
456.45/456.68	c   423s|  2470k|  2337k|     0 |   0.0 | 798M| 308 |   - | 600 | 675 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
458.34/458.55	c   425s|  2480k|  2347k|     0 |   0.0 | 802M| 308 |   - | 600 | 820 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
460.04/460.28	c   426s|  2490k|  2356k|     0 |   0.0 | 805M| 308 |   - | 600 | 681 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
461.94/462.11	c   428s|  2500k|  2366k|     0 |   0.0 | 808M| 308 |   - | 600 | 645 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
463.84/464.02	c   430s|  2510k|  2375k|     0 |   0.0 | 811M| 308 |   - | 600 | 743 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 |      --      |    Inf 
465.64/465.88	c   431s|  2520k|  2385k|     0 |   0.0 | 814M| 308 |   - | 600 | 749 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
467.44/467.68	c   433s|  2530k|  2395k|     0 |   0.0 | 817M| 308 |   - | 600 | 724 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
469.24/469.46	c   435s|  2540k|  2404k|     0 |   0.0 | 820M| 308 |   - | 600 | 781 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
471.14/471.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
471.14/471.32	c   436s|  2550k|  2414k|     0 |   0.0 | 824M| 308 |   - | 600 | 643 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
472.94/473.18	c   438s|  2560k|  2423k|     0 |   0.0 | 827M| 308 |   - | 600 | 573 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
474.84/475.00	c   440s|  2570k|  2433k|     0 |   0.0 | 830M| 308 |   - | 600 | 632 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
476.53/476.78	c   441s|  2580k|  2443k|     0 |   0.0 | 833M| 308 |   - | 600 | 651 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
478.34/478.59	c   443s|  2590k|  2452k|     0 |   0.0 | 836M| 308 |   - | 600 | 708 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
480.14/480.31	c   445s|  2600k|  2462k|     0 |   0.0 | 839M| 308 |   - | 600 | 731 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
481.83/482.05	c   446s|  2610k|  2471k|     0 |   0.0 | 843M| 308 |   - | 600 | 711 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
483.64/483.84	c   448s|  2620k|  2481k|     0 |   0.0 | 846M| 308 |   - | 600 | 635 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
485.34/485.53	c   449s|  2630k|  2491k|     0 |   0.0 | 849M| 308 |   - | 600 | 719 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
487.14/487.36	c   451s|  2640k|  2500k|     0 |   0.0 | 852M| 308 |   - | 600 | 603 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
489.03/489.20	c   453s|  2650k|  2510k|     0 |   0.0 | 855M| 308 |   - | 600 | 703 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
490.74/490.98	c   455s|  2660k|  2519k|     0 |   0.0 | 858M| 308 |   - | 600 | 582 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
492.64/492.80	c   456s|  2670k|  2529k|     0 |   0.0 | 861M| 308 |   - | 600 | 660 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
494.43/494.66	c   458s|  2680k|  2538k|     0 |   0.0 | 865M| 308 |   - | 600 | 679 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
496.34/496.55	c   460s|  2690k|  2548k|     0 |   0.0 | 868M| 308 |   - | 600 | 624 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
498.23/498.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
498.23/498.43	c   461s|  2700k|  2558k|     0 |   0.0 | 871M| 308 |   - | 600 | 587 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
500.03/500.22	c   463s|  2710k|  2567k|     0 |   0.0 | 874M| 308 |   - | 600 | 735 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
501.83/502.01	c   465s|  2720k|  2577k|     0 |   0.0 | 877M| 308 |   - | 600 | 720 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 |      --      |    Inf 
503.63/503.80	c   466s|  2730k|  2586k|     0 |   0.0 | 880M| 308 |   - | 600 | 680 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 |      --      |    Inf 
505.43/505.67	c   468s|  2740k|  2596k|     0 |   0.0 | 883M| 308 |   - | 600 | 688 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
507.33/507.52	c   470s|  2750k|  2606k|     0 |   0.0 | 887M| 308 |   - | 600 | 683 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
509.14/509.33	c   472s|  2760k|  2615k|     0 |   0.0 | 890M| 308 |   - | 600 | 644 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
510.93/511.16	c   473s|  2770k|  2625k|     0 |   0.0 | 893M| 308 |   - | 600 | 702 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 |      --      |    Inf 
512.72/512.99	c   475s|  2780k|  2634k|     0 |   0.0 | 896M| 308 |   - | 600 | 677 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
514.53/514.79	c   477s|  2790k|  2644k|     0 |   0.0 | 899M| 308 |   - | 600 | 546 |   0 |   0 |   0 | 499k|   0 | 0.000000e+00 |      --      |    Inf 
516.33/516.52	c   478s|  2800k|  2653k|     0 |   0.0 | 902M| 308 |   - | 600 | 668 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
518.13/518.30	c   480s|  2810k|  2663k|     0 |   0.0 | 905M| 308 |   - | 600 | 581 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
519.92/520.16	c   482s|  2820k|  2673k|     0 |   0.0 | 909M| 308 |   - | 600 | 551 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 |      --      |    Inf 
521.72/521.99	c   483s|  2830k|  2682k|     0 |   0.0 | 912M| 308 |   - | 600 | 668 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
523.52/523.73	c   485s|  2840k|  2692k|     0 |   0.0 | 915M| 308 |   - | 600 | 763 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
525.32/525.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.32/525.52	c   486s|  2850k|  2701k|     0 |   0.0 | 918M| 308 |   - | 600 | 669 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 |      --      |    Inf 
527.02/527.29	c   488s|  2860k|  2711k|     0 |   0.0 | 921M| 308 |   - | 600 | 645 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 |      --      |    Inf 
528.93/529.17	c   490s|  2870k|  2721k|     0 |   0.0 | 925M| 308 |   - | 600 | 806 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 |      --      |    Inf 
530.92/531.11	c   492s|  2880k|  2730k|     0 |   0.0 | 928M| 308 |   - | 600 | 744 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
532.72/532.98	c   493s|  2890k|  2740k|     0 |   0.0 | 931M| 308 |   - | 600 | 551 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 |      --      |    Inf 
534.52/534.79	c   495s|  2900k|  2749k|     0 |   0.0 | 934M| 308 |   - | 600 | 801 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 |      --      |    Inf 
536.42/536.63	c   497s|  2910k|  2759k|     0 |   0.0 | 937M| 308 |   - | 600 | 759 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 |      --      |    Inf 
538.12/538.39	c   498s|  2920k|  2768k|     0 |   0.0 | 940M| 308 |   - | 600 | 647 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
540.02/540.25	c   500s|  2930k|  2778k|     0 |   0.0 | 943M| 308 |   - | 600 | 586 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 |      --      |    Inf 
541.92/542.13	c   502s|  2940k|  2788k|     0 |   0.0 | 947M| 308 |   - | 600 | 678 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 |      --      |    Inf 
543.72/543.90	c   504s|  2950k|  2797k|     0 |   0.0 | 950M| 308 |   - | 600 | 626 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 |      --      |    Inf 
545.51/545.77	c   505s|  2960k|  2807k|     0 |   0.0 | 953M| 308 |   - | 600 | 668 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 |      --      |    Inf 
547.31/547.52	c   507s|  2970k|  2816k|     0 |   0.0 | 956M| 308 |   - | 600 | 709 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
549.02/549.26	c   508s|  2980k|  2826k|     0 |   0.0 | 959M| 308 |   - | 600 | 748 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 |      --      |    Inf 
550.93/551.18	c   510s|  2990k|  2836k|     0 |   0.0 | 962M| 308 |   - | 600 | 658 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 |      --      |    Inf 
552.81/553.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
552.81/553.01	c   512s|  3000k|  2845k|     0 |   0.0 | 966M| 308 |   - | 600 | 657 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 |      --      |    Inf 
554.71/554.99	c   514s|  3010k|  2855k|     0 |   0.0 | 969M| 308 |   - | 600 | 782 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
556.62/556.80	c   515s|  3020k|  2864k|     0 |   0.0 | 972M| 308 |   - | 600 | 700 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 |      --      |    Inf 
558.52/558.70	c   517s|  3030k|  2874k|     0 |   0.0 | 975M| 308 |   - | 600 | 726 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 |      --      |    Inf 
560.31/560.56	c   519s|  3040k|  2883k|     0 |   0.0 | 978M| 308 |   - | 600 | 609 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 |      --      |    Inf 
562.12/562.35	c   521s|  3050k|  2893k|     0 |   0.0 | 981M| 308 |   - | 600 | 541 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 |      --      |    Inf 
564.02/564.21	c   522s|  3060k|  2903k|     0 |   0.0 | 984M| 308 |   - | 600 | 556 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 |      --      |    Inf 
565.92/566.10	c   524s|  3070k|  2912k|     0 |   0.0 | 988M| 308 |   - | 600 | 573 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 |      --      |    Inf 
567.71/567.92	c   526s|  3080k|  2922k|     0 |   0.0 | 991M| 308 |   - | 600 | 718 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 |      --      |    Inf 
569.51/569.78	c   528s|  3090k|  2931k|     0 |   0.0 | 994M| 308 |   - | 600 | 718 |   0 |   0 |   0 | 543k|   0 | 0.000000e+00 |      --      |    Inf 
571.41/571.61	c   529s|  3100k|  2941k|     0 |   0.0 | 997M| 308 |   - | 600 | 761 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
573.21/573.45	c   531s|  3110k|  2950k|     0 |   0.0 |1000M| 308 |   - | 600 | 704 |   0 |   0 |   0 | 546k|   0 | 0.000000e+00 |      --      |    Inf 
575.21/575.40	c   533s|  3120k|  2960k|     0 |   0.0 |1003M| 308 |   - | 600 | 682 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 |      --      |    Inf 
577.01/577.22	c   534s|  3130k|  2970k|     0 |   0.0 |1006M| 308 |   - | 600 | 547 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 |      --      |    Inf 
578.81/579.08	c   536s|  3140k|  2979k|     0 |   0.0 |1010M| 308 |   - | 600 | 679 |   0 |   0 |   0 | 550k|   0 | 0.000000e+00 |      --      |    Inf 
580.80/581.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
580.80/581.04	c   538s|  3150k|  2989k|     0 |   0.0 |1013M| 308 |   - | 600 | 578 |   0 |   0 |   0 | 552k|   0 | 0.000000e+00 |      --      |    Inf 
582.61/582.86	c   540s|  3160k|  2998k|     0 |   0.0 |1016M| 308 |   - | 600 | 712 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 |      --      |    Inf 
584.41/584.66	c   541s|  3170k|  3008k|     0 |   0.0 |1019M| 308 |   - | 600 | 632 |   0 |   0 |   0 | 555k|   0 | 0.000000e+00 |      --      |    Inf 
586.31/586.51	c   543s|  3180k|  3017k|     0 |   0.0 |1022M| 308 |   - | 600 | 717 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 |      --      |    Inf 
588.11/588.33	c   545s|  3190k|  3027k|     0 |   0.0 |1026M| 308 |   - | 600 | 677 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 |      --      |    Inf 
589.91/590.17	c   546s|  3200k|  3037k|     0 |   0.0 |1029M| 308 |   - | 600 | 692 |   0 |   0 |   0 | 559k|   0 | 0.000000e+00 |      --      |    Inf 
591.81/592.04	c   548s|  3210k|  3046k|     0 |   0.0 |1032M| 308 |   - | 600 | 653 |   0 |   0 |   0 | 561k|   0 | 0.000000e+00 |      --      |    Inf 
593.72/593.92	c   550s|  3220k|  3056k|     0 |   0.0 |1035M| 308 |   - | 600 | 747 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 |      --      |    Inf 
595.50/595.71	c   552s|  3230k|  3065k|     0 |   0.0 |1038M| 308 |   - | 600 | 833 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 |      --      |    Inf 
597.30/597.52	c   553s|  3240k|  3075k|     0 |   0.0 |1041M| 308 |   - | 600 | 688 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 |      --      |    Inf 
599.10/599.37	c   555s|  3250k|  3084k|     0 |   0.0 |1045M| 308 |   - | 600 | 675 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 |      --      |    Inf 
600.91/601.19	c   557s|  3260k|  3094k|     0 |   0.0 |1048M| 308 |   - | 600 | 725 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 |      --      |    Inf 
602.80/603.03	c   558s|  3270k|  3104k|     0 |   0.0 |1051M| 308 |   - | 600 | 729 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 |      --      |    Inf 
604.60/604.87	c   560s|  3280k|  3113k|     0 |   0.0 |1054M| 308 |   - | 600 | 751 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 |      --      |    Inf 
606.50/606.73	c   562s|  3290k|  3123k|     0 |   0.0 |1057M| 308 |   - | 600 | 791 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 |      --      |    Inf 
608.30/608.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
608.30/608.53	c   563s|  3300k|  3132k|     0 |   0.0 |1060M| 308 |   - | 600 | 687 |   0 |   0 |   0 | 575k|   0 | 0.000000e+00 |      --      |    Inf 
610.20/610.41	c   565s|  3310k|  3142k|     0 |   0.0 |1064M| 308 |   - | 600 | 608 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 |      --      |    Inf 
612.00/612.20	c   567s|  3320k|  3151k|     0 |   0.0 |1067M| 308 |   - | 600 | 702 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
613.70/613.97	c   568s|  3330k|  3161k|     0 |   0.0 |1070M| 308 |   - | 600 | 628 |   0 |   0 |   0 | 579k|   0 | 0.000000e+00 |      --      |    Inf 
615.50/615.72	c   570s|  3340k|  3171k|     0 |   0.0 |1073M| 308 |   - | 600 | 652 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 |      --      |    Inf 
617.30/617.54	c   572s|  3350k|  3180k|     0 |   0.0 |1076M| 308 |   - | 600 | 619 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 |      --      |    Inf 
619.11/619.38	c   574s|  3360k|  3190k|     0 |   0.0 |1079M| 308 |   - | 600 | 615 |   0 |   0 |   0 | 583k|   0 | 0.000000e+00 |      --      |    Inf 
620.89/621.16	c   575s|  3370k|  3199k|     0 |   0.0 |1083M| 308 |   - | 600 | 606 |   0 |   0 |   0 | 585k|   0 | 0.000000e+00 |      --      |    Inf 
622.70/622.98	c   577s|  3380k|  3209k|     0 |   0.0 |1086M| 308 |   - | 600 | 672 |   0 |   0 |   0 | 586k|   0 | 0.000000e+00 |      --      |    Inf 
624.60/624.81	c   579s|  3390k|  3218k|     0 |   0.0 |1089M| 308 |   - | 600 | 705 |   0 |   0 |   0 | 588k|   0 | 0.000000e+00 |      --      |    Inf 
626.39/626.61	c   580s|  3400k|  3228k|     0 |   0.0 |1092M| 308 |   - | 600 | 687 |   0 |   0 |   0 | 589k|   0 | 0.000000e+00 |      --      |    Inf 
628.10/628.35	c   582s|  3410k|  3238k|     0 |   0.0 |1095M| 308 |   - | 600 | 714 |   0 |   0 |   0 | 591k|   0 | 0.000000e+00 |      --      |    Inf 
629.90/630.11	c   583s|  3420k|  3247k|     0 |   0.0 |1098M| 308 |   - | 600 | 810 |   0 |   0 |   0 | 592k|   0 | 0.000000e+00 |      --      |    Inf 
631.70/631.99	c   585s|  3430k|  3257k|     0 |   0.0 |1102M| 308 |   - | 600 | 769 |   0 |   0 |   0 | 594k|   0 | 0.000000e+00 |      --      |    Inf 
633.60/633.84	c   587s|  3440k|  3266k|     0 |   0.0 |1105M| 308 |   - | 600 | 737 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 |      --      |    Inf 
635.39/635.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.39/635.67	c   589s|  3450k|  3276k|     0 |   0.0 |1108M| 308 |   - | 600 | 643 |   0 |   0 |   0 | 597k|   0 | 0.000000e+00 |      --      |    Inf 
637.29/637.55	c   590s|  3460k|  3285k|     0 |   0.0 |1111M| 308 |   - | 600 | 757 |   0 |   0 |   0 | 598k|   0 | 0.000000e+00 |      --      |    Inf 
639.19/639.47	c   592s|  3470k|  3295k|     0 |   0.0 |1114M| 308 |   - | 600 | 630 |   0 |   0 |   0 | 600k|   0 | 0.000000e+00 |      --      |    Inf 
640.99/641.28	c   594s|  3480k|  3305k|     0 |   0.0 |1117M| 308 |   - | 600 | 646 |   0 |   0 |   0 | 601k|   0 | 0.000000e+00 |      --      |    Inf 
642.90/643.16	c   596s|  3490k|  3314k|     0 |   0.0 |1120M| 308 |   - | 600 | 549 |   0 |   0 |   0 | 602k|   0 | 0.000000e+00 |      --      |    Inf 
644.69/644.98	c   597s|  3500k|  3324k|     0 |   0.0 |1123M| 308 |   - | 600 | 636 |   0 |   0 |   0 | 604k|   0 | 0.000000e+00 |      --      |    Inf 
646.69/646.97	c   599s|  3510k|  3333k|     0 |   0.0 |1127M| 308 |   - | 600 | 620 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 |      --      |    Inf 
648.49/648.79	c   601s|  3520k|  3343k|     0 |   0.0 |1130M| 308 |   - | 600 | 702 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 |      --      |    Inf 
650.38/650.69	c   603s|  3530k|  3352k|     0 |   0.0 |1133M| 308 |   - | 600 | 662 |   0 |   0 |   0 | 608k|   0 | 0.000000e+00 |      --      |    Inf 
652.29/652.55	c   604s|  3540k|  3362k|     0 |   0.0 |1136M| 308 |   - | 600 | 716 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 |      --      |    Inf 
654.19/654.40	c   606s|  3550k|  3371k|     0 |   0.0 |1139M| 308 |   - | 600 | 809 |   0 |   0 |   0 | 611k|   0 | 0.000000e+00 |      --      |    Inf 
655.99/656.26	c   608s|  3560k|  3381k|     0 |   0.0 |1142M| 308 |   - | 600 | 717 |   0 |   0 |   0 | 613k|   0 | 0.000000e+00 |      --      |    Inf 
657.89/658.17	c   610s|  3570k|  3391k|     0 |   0.0 |1146M| 308 |   - | 600 | 897 |   0 |   0 |   0 | 615k|   0 | 0.000000e+00 |      --      |    Inf 
659.88/660.18	c   611s|  3580k|  3400k|     0 |   0.0 |1149M| 308 |   - | 600 | 728 |   0 |   0 |   0 | 616k|   0 | 0.000000e+00 |      --      |    Inf 
661.78/662.03	c   613s|  3590k|  3410k|     0 |   0.0 |1152M| 308 |   - | 600 | 500 |   0 |   0 |   0 | 618k|   0 | 0.000000e+00 |      --      |    Inf 
663.58/663.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
663.58/663.81	c   615s|  3600k|  3419k|     0 |   0.0 |1155M| 308 |   - | 600 | 589 |   0 |   0 |   0 | 619k|   0 | 0.000000e+00 |      --      |    Inf 
665.39/665.63	c   616s|  3610k|  3429k|     0 |   0.0 |1158M| 308 |   - | 600 | 712 |   0 |   0 |   0 | 620k|   0 | 0.000000e+00 |      --      |    Inf 
667.28/667.57	c   618s|  3620k|  3438k|     0 |   0.0 |1161M| 308 |   - | 600 | 663 |   0 |   0 |   0 | 622k|   0 | 0.000000e+00 |      --      |    Inf 
669.29/669.57	c   620s|  3630k|  3448k|     0 |   0.0 |1165M| 308 |   - | 600 | 717 |   0 |   0 |   0 | 623k|   0 | 0.000000e+00 |      --      |    Inf 
671.18/671.42	c   622s|  3640k|  3458k|     0 |   0.0 |1168M| 308 |   - | 600 | 773 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 |      --      |    Inf 
673.09/673.31	c   624s|  3650k|  3467k|     0 |   0.0 |1171M| 308 |   - | 600 | 727 |   0 |   0 |   0 | 626k|   0 | 0.000000e+00 |      --      |    Inf 
674.98/675.23	c   625s|  3660k|  3477k|     0 |   0.0 |1174M| 308 |   - | 600 | 768 |   0 |   0 |   0 | 628k|   0 | 0.000000e+00 |      --      |    Inf 
676.88/677.14	c   627s|  3670k|  3486k|     0 |   0.0 |1177M| 308 |   - | 600 | 676 |   0 |   0 |   0 | 629k|   0 | 0.000000e+00 |      --      |    Inf 
678.78/679.00	c   629s|  3680k|  3496k|     0 |   0.0 |1180M| 308 |   - | 600 | 768 |   0 |   0 |   0 | 631k|   0 | 0.000000e+00 |      --      |    Inf 
680.69/680.92	c   631s|  3690k|  3505k|     0 |   0.0 |1184M| 308 |   - | 600 | 723 |   0 |   0 |   0 | 633k|   0 | 0.000000e+00 |      --      |    Inf 
682.58/682.89	c   632s|  3700k|  3515k|     0 |   0.0 |1187M| 308 |   - | 600 | 804 |   0 |   0 |   0 | 634k|   0 | 0.000000e+00 |      --      |    Inf 
684.48/684.79	c   634s|  3710k|  3524k|     0 |   0.0 |1190M| 308 |   - | 600 | 759 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 |      --      |    Inf 
686.48/686.70	c   636s|  3720k|  3534k|     0 |   0.0 |1193M| 308 |   - | 600 | 889 |   0 |   0 |   0 | 638k|   0 | 0.000000e+00 |      --      |    Inf 
688.38/688.66	c   638s|  3730k|  3543k|     0 |   0.0 |1196M| 308 |   - | 600 | 638 |   0 |   0 |   0 | 639k|   0 | 0.000000e+00 |      --      |    Inf 
690.18/690.44	c   639s|  3740k|  3553k|     0 |   0.0 |1200M| 308 |   - | 600 | 815 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 |      --      |    Inf 
691.98/692.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.98/692.26	c   641s|  3750k|  3563k|     0 |   0.0 |1203M| 308 |   - | 600 | 800 |   0 |   0 |   0 | 642k|   0 | 0.000000e+00 |      --      |    Inf 
693.89/694.15	c   643s|  3760k|  3572k|     0 |   0.0 |1206M| 308 |   - | 600 | 676 |   0 |   0 |   0 | 644k|   0 | 0.000000e+00 |      --      |    Inf 
695.78/696.01	c   645s|  3770k|  3582k|     0 |   0.0 |1209M| 308 |   - | 600 | 643 |   0 |   0 |   0 | 645k|   0 | 0.000000e+00 |      --      |    Inf 
697.68/697.95	c   646s|  3780k|  3591k|     0 |   0.0 |1212M| 308 |   - | 600 | 705 |   0 |   0 |   0 | 646k|   0 | 0.000000e+00 |      --      |    Inf 
699.67/699.92	c   648s|  3790k|  3601k|     0 |   0.0 |1215M| 308 |   - | 600 | 658 |   0 |   0 |   0 | 648k|   0 | 0.000000e+00 |      --      |    Inf 
701.58/701.89	c   650s|  3800k|  3610k|     0 |   0.0 |1218M| 308 |   - | 600 | 664 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 |      --      |    Inf 
703.57/703.82	c   652s|  3810k|  3620k|     0 |   0.0 |1221M| 308 |   - | 600 | 663 |   0 |   0 |   0 | 651k|   0 | 0.000000e+00 |      --      |    Inf 
705.47/705.71	c   654s|  3820k|  3629k|     0 |   0.0 |1225M| 308 |   - | 600 | 686 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 |      --      |    Inf 
707.48/707.78	c   656s|  3830k|  3639k|     0 |   0.0 |1228M| 308 |   - | 600 | 736 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 |      --      |    Inf 
709.47/709.70	c   657s|  3840k|  3649k|     0 |   0.0 |1231M| 308 |   - | 600 | 841 |   0 |   0 |   0 | 656k|   0 | 0.000000e+00 |      --      |    Inf 
711.38/711.61	c   659s|  3850k|  3658k|     0 |   0.0 |1234M| 308 |   - | 600 | 844 |   0 |   0 |   0 | 657k|   0 | 0.000000e+00 |      --      |    Inf 
713.17/713.44	c   661s|  3860k|  3668k|     0 |   0.0 |1237M| 308 |   - | 600 | 762 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 |      --      |    Inf 
715.07/715.37	c   663s|  3870k|  3677k|     0 |   0.0 |1241M| 308 |   - | 600 | 740 |   0 |   0 |   0 | 661k|   0 | 0.000000e+00 |      --      |    Inf 
716.98/717.27	c   664s|  3880k|  3687k|     0 |   0.0 |1244M| 308 |   - | 600 | 725 |   0 |   0 |   0 | 662k|   0 | 0.000000e+00 |      --      |    Inf 
718.97/719.22	c   666s|  3890k|  3696k|     0 |   0.0 |1247M| 308 |   - | 600 | 711 |   0 |   0 |   0 | 664k|   0 | 0.000000e+00 |      --      |    Inf 
720.87/721.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.87/721.18	c   668s|  3900k|  3706k|     0 |   0.0 |1250M| 308 |   - | 600 | 515 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 |      --      |    Inf 
722.77/723.07	c   670s|  3910k|  3715k|     0 |   0.0 |1253M| 308 |   - | 600 | 617 |   0 |   0 |   0 | 666k|   0 | 0.000000e+00 |      --      |    Inf 
724.77/725.03	c   672s|  3920k|  3725k|     0 |   0.0 |1256M| 308 |   - | 600 | 708 |   0 |   0 |   0 | 668k|   0 | 0.000000e+00 |      --      |    Inf 
726.78/727.01	c   673s|  3930k|  3735k|     0 |   0.0 |1260M| 308 |   - | 600 | 727 |   0 |   0 |   0 | 669k|   0 | 0.000000e+00 |      --      |    Inf 
728.67/728.97	c   675s|  3940k|  3744k|     0 |   0.0 |1263M| 308 |   - | 600 | 792 |   0 |   0 |   0 | 671k|   0 | 0.000000e+00 |      --      |    Inf 
730.47/730.77	c   677s|  3950k|  3754k|     0 |   0.0 |1266M| 308 |   - | 600 | 706 |   0 |   0 |   0 | 672k|   0 | 0.000000e+00 |      --      |    Inf 
732.27/732.57	c   679s|  3960k|  3763k|     0 |   0.0 |1269M| 308 |   - | 600 | 745 |   0 |   0 |   0 | 674k|   0 | 0.000000e+00 |      --      |    Inf 
734.16/734.48	c   680s|  3970k|  3773k|     0 |   0.0 |1272M| 308 |   - | 600 | 839 |   0 |   0 |   0 | 676k|   0 | 0.000000e+00 |      --      |    Inf 
736.17/736.40	c   682s|  3980k|  3782k|     0 |   0.0 |1276M| 308 |   - | 600 | 741 |   0 |   0 |   0 | 677k|   0 | 0.000000e+00 |      --      |    Inf 
738.26/738.51	c   684s|  3990k|  3792k|     0 |   0.0 |1279M| 308 |   - | 600 | 796 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 |      --      |    Inf 
740.26/740.56	c   686s|  4000k|  3801k|     0 |   0.0 |1282M| 308 |   - | 600 | 755 |   0 |   0 |   0 | 681k|   0 | 0.000000e+00 |      --      |    Inf 
742.27/742.54	c   688s|  4010k|  3811k|     0 |   0.0 |1285M| 308 |   - | 600 | 827 |   0 |   0 |   0 | 682k|   0 | 0.000000e+00 |      --      |    Inf 
744.26/744.58	c   690s|  4020k|  3820k|     0 |   0.0 |1288M| 308 |   - | 600 | 756 |   0 |   0 |   0 | 684k|   0 | 0.000000e+00 |      --      |    Inf 
746.16/746.43	c   692s|  4030k|  3830k|     0 |   0.0 |1292M| 308 |   - | 600 | 741 |   0 |   0 |   0 | 686k|   0 | 0.000000e+00 |      --      |    Inf 
748.06/748.37	c   693s|  4040k|  3840k|     0 |   0.0 |1295M| 308 |   - | 600 | 749 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 |      --      |    Inf 
750.06/750.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
750.06/750.31	c   695s|  4050k|  3849k|     0 |   0.0 |1298M| 308 |   - | 600 | 619 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 |      --      |    Inf 
751.96/752.29	c   697s|  4060k|  3859k|     0 |   0.0 |1301M| 308 |   - | 600 | 607 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 |      --      |    Inf 
753.96/754.26	c   699s|  4070k|  3868k|     0 |   0.0 |1304M| 308 |   - | 600 | 700 |   0 |   0 |   0 | 691k|   0 | 0.000000e+00 |      --      |    Inf 
755.76/756.03	c   700s|  4080k|  3878k|     0 |   0.0 |1307M| 308 |   - | 600 | 751 |   0 |   0 |   0 | 693k|   0 | 0.000000e+00 |      --      |    Inf 
757.66/757.96	c   702s|  4090k|  3887k|     0 |   0.0 |1310M| 308 |   - | 600 | 638 |   0 |   0 |   0 | 694k|   0 | 0.000000e+00 |      --      |    Inf 
759.66/759.91	c   704s|  4100k|  3897k|     0 |   0.0 |1314M| 308 |   - | 600 | 767 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 |      --      |    Inf 
761.66/761.91	c   706s|  4110k|  3906k|     0 |   0.0 |1317M| 308 |   - | 600 | 765 |   0 |   0 |   0 | 698k|   0 | 0.000000e+00 |      --      |    Inf 
763.66/763.97	c   708s|  4120k|  3916k|     0 |   0.0 |1320M| 308 |   - | 600 | 679 |   0 |   0 |   0 | 699k|   0 | 0.000000e+00 |      --      |    Inf 
765.46/765.76	c   709s|  4130k|  3926k|     0 |   0.0 |1323M| 308 |   - | 600 | 687 |   0 |   0 |   0 | 701k|   0 | 0.000000e+00 |      --      |    Inf 
767.35/767.63	c   711s|  4140k|  3935k|     0 |   0.0 |1326M| 308 |   - | 600 | 755 |   0 |   0 |   0 | 702k|   0 | 0.000000e+00 |      --      |    Inf 
769.36/769.63	c   713s|  4150k|  3945k|     0 |   0.0 |1330M| 308 |   - | 600 | 782 |   0 |   0 |   0 | 704k|   0 | 0.000000e+00 |      --      |    Inf 
771.16/771.49	c   715s|  4160k|  3954k|     0 |   0.0 |1333M| 308 |   - | 600 | 703 |   0 |   0 |   0 | 705k|   0 | 0.000000e+00 |      --      |    Inf 
773.16/773.45	c   717s|  4170k|  3964k|     0 |   0.0 |1336M| 308 |   - | 600 | 800 |   0 |   0 |   0 | 707k|   0 | 0.000000e+00 |      --      |    Inf 
775.06/775.33	c   718s|  4180k|  3973k|     0 |   0.0 |1339M| 308 |   - | 600 | 701 |   0 |   0 |   0 | 708k|   0 | 0.000000e+00 |      --      |    Inf 
777.05/777.30	c   720s|  4190k|  3983k|     0 |   0.0 |1342M| 308 |   - | 600 | 718 |   0 |   0 |   0 | 710k|   0 | 0.000000e+00 |      --      |    Inf 
778.96/779.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
778.96/779.25	c   722s|  4200k|  3992k|     0 |   0.0 |1345M| 308 |   - | 600 | 663 |   0 |   0 |   0 | 711k|   0 | 0.000000e+00 |      --      |    Inf 
781.06/781.33	c   724s|  4210k|  4002k|     0 |   0.0 |1348M| 308 |   - | 600 | 568 |   0 |   0 |   0 | 713k|   0 | 0.000000e+00 |      --      |    Inf 
782.86/783.19	c   726s|  4220k|  4011k|     0 |   0.0 |1351M| 308 |   - | 600 | 549 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 |      --      |    Inf 
784.85/785.16	c   728s|  4230k|  4021k|     0 |   0.0 |1355M| 308 |   - | 600 | 774 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 |      --      |    Inf 
786.95/787.21	c   729s|  4240k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 | 606 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 |      --      |    Inf 
787.25/787.56	c (node 4242128) switching to memory saving mode (mem: 1296.0M/1620.0M)
791.45/791.78	c   734s|  4250k|  4031k|     0 |   0.0 |1358M| 308 |   - | 600 | 860 |   0 |   0 |   0 | 724k|   0 | 0.000000e+00 |      --      |    Inf 
795.85/796.16	c   738s|  4260k|  4031k|     0 |   0.0 |1358M| 308 |   - | 600 |1255 |   0 |   0 |   0 | 733k|   0 | 0.000000e+00 |      --      |    Inf 
800.35/800.63	c   742s|  4270k|  4031k|     0 |   0.0 |1358M| 308 |   - | 600 |1132 |   0 |   0 |   0 | 742k|   0 | 0.000000e+00 |      --      |    Inf 
804.74/805.07	c   746s|  4280k|  4031k|     0 |   0.0 |1358M| 308 |   - | 600 |1081 |   0 |   0 |   0 | 750k|   0 | 0.000000e+00 |      --      |    Inf 
809.35/809.68	c   750s|  4290k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1654 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 |      --      |    Inf 
813.94/814.21	c   754s|  4300k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1440 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 |      --      |    Inf 
818.64/818.96	c   759s|  4310k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1452 |   0 |   0 |   0 | 775k|   0 | 0.000000e+00 |      --      |    Inf 
823.24/823.57	c   763s|  4320k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1793 |   0 |   0 |   0 | 783k|   0 | 0.000000e+00 |      --      |    Inf 
827.94/828.28	c   768s|  4330k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1370 |   0 |   0 |   0 | 791k|   0 | 0.000000e+00 |      --      |    Inf 
832.74/833.03	c   772s|  4340k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1234 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 |      --      |    Inf 
837.34/837.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
837.34/837.63	c   776s|  4350k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1212 |   0 |   0 |   0 | 806k|   0 | 0.000000e+00 |      --      |    Inf 
841.93/842.25	c   780s|  4360k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1487 |   0 |   0 |   0 | 814k|   0 | 0.000000e+00 |      --      |    Inf 
846.63/846.98	c   785s|  4370k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1440 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 |      --      |    Inf 
851.33/851.67	c   789s|  4380k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1535 |   0 |   0 |   0 | 830k|   0 | 0.000000e+00 |      --      |    Inf 
856.03/856.32	c   794s|  4390k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1556 |   0 |   0 |   0 | 838k|   0 | 0.000000e+00 |      --      |    Inf 
860.63/860.98	c   798s|  4400k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1425 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 |      --      |    Inf 
865.33/865.61	c   802s|  4410k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |2198 |   0 |   0 |   0 | 854k|   0 | 0.000000e+00 |      --      |    Inf 
870.12/870.48	c   807s|  4420k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |2324 |   0 |   0 |   0 | 862k|   0 | 0.000000e+00 |      --      |    Inf 
875.12/875.48	c   811s|  4430k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1856 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 |      --      |    Inf 
880.12/880.43	c   816s|  4440k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1586 |   0 |   0 |   0 | 878k|   0 | 0.000000e+00 |      --      |    Inf 
884.93/885.23	c   821s|  4450k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1415 |   0 |   0 |   0 | 886k|   0 | 0.000000e+00 |      --      |    Inf 
889.62/889.92	c   825s|  4460k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1424 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 |      --      |    Inf 
894.32/894.68	c   829s|  4470k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1823 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 |      --      |    Inf 
899.22/899.53	c   834s|  4480k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1753 |   0 |   0 |   0 | 911k|   0 | 0.000000e+00 |      --      |    Inf 
904.22/904.50	c   838s|  4490k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1429 |   0 |   0 |   0 | 918k|   0 | 0.000000e+00 |      --      |    Inf 
909.11/909.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
909.11/909.42	c   843s|  4500k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1537 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 |      --      |    Inf 
913.82/914.19	c   847s|  4510k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1276 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 |      --      |    Inf 
918.41/918.74	c   852s|  4520k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1689 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 |      --      |    Inf 
923.11/923.46	c   856s|  4530k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1462 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 |      --      |    Inf 
928.02/928.36	c   861s|  4540k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1671 |   0 |   0 |   0 | 958k|   0 | 0.000000e+00 |      --      |    Inf 
933.01/933.38	c   865s|  4550k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1851 |   0 |   0 |   0 | 966k|   0 | 0.000000e+00 |      --      |    Inf 
937.92/938.22	c   870s|  4560k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1952 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 |      --      |    Inf 
942.71/943.08	c   874s|  4570k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1921 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 |      --      |    Inf 
947.61/947.97	c   879s|  4580k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1808 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 |      --      |    Inf 
952.31/952.62	c   883s|  4590k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1815 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 |      --      |    Inf 
957.00/957.31	c   887s|  4600k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |2079 |   0 |   0 |   0 |1006k|   0 | 0.000000e+00 |      --      |    Inf 
961.90/962.26	c   892s|  4610k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |2181 |   0 |   0 |   0 |1014k|   0 | 0.000000e+00 |      --      |    Inf 
966.90/967.24	c   897s|  4620k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1957 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 |      --      |    Inf 
971.80/972.15	c   901s|  4630k|  4030k|     0 |   0.0 |1358M| 308 |   - | 600 |1667 |   0 |   0 |   0 |1030k|   0 | 0.000000e+00 |      --      |    Inf 
976.59/976.92	c   906s|  4640k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1363 |   0 |   0 |   0 |1037k|   0 | 0.000000e+00 |      --      |    Inf 
981.29/981.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
981.29/981.69	c   910s|  4650k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1702 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 |      --      |    Inf 
986.09/986.43	c   915s|  4660k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2025 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 |      --      |    Inf 
990.99/991.31	c   919s|  4670k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1714 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 |      --      |    Inf 
995.89/996.24	c   924s|  4680k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1513 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 |      --      |    Inf 
1000.59/1000.94	c   928s|  4690k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1576 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 |      --      |    Inf 
1005.49/1005.83	c   933s|  4700k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1936 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 |      --      |    Inf 
1010.28/1010.68	c   937s|  4710k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1757 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 |      --      |    Inf 
1015.28/1015.67	c   942s|  4720k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2227 |   0 |   0 |   0 |1100k|   0 | 0.000000e+00 |      --      |    Inf 
1020.58/1020.97	c   947s|  4730k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2037 |   0 |   0 |   0 |1107k|   0 | 0.000000e+00 |      --      |    Inf 
1025.48/1025.81	c   951s|  4740k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1804 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 |      --      |    Inf 
1030.18/1030.50	c   956s|  4750k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1728 |   0 |   0 |   0 |1123k|   0 | 0.000000e+00 |      --      |    Inf 
1034.87/1035.26	c   960s|  4760k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1780 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 |      --      |    Inf 
1039.88/1040.26	c   965s|  4770k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1930 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 |      --      |    Inf 
1044.68/1045.02	c   969s|  4780k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2206 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 |      --      |    Inf 
1049.67/1050.00	c   974s|  4790k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2103 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 |      --      |    Inf 
1054.37/1054.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1054.37/1054.77	c   978s|  4800k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1876 |   0 |   0 |   0 |1159k|   0 | 0.000000e+00 |      --      |    Inf 
1059.47/1059.83	c   983s|  4810k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2001 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 |      --      |    Inf 
1064.37/1064.72	c   987s|  4820k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |1856 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 |      --      |    Inf 
1069.06/1069.46	c   992s|  4830k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2109 |   0 |   0 |   0 |1184k|   0 | 0.000000e+00 |      --      |    Inf 
1074.27/1074.62	c   997s|  4840k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2179 |   0 |   0 |   0 |1192k|   0 | 0.000000e+00 |      --      |    Inf 
1079.36/1079.73	c  1001s|  4850k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2225 |   0 |   0 |   0 |1200k|   0 | 0.000000e+00 |      --      |    Inf 
1084.76/1085.10	c  1006s|  4860k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2638 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 |      --      |    Inf 
1089.86/1090.26	c  1011s|  4870k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2309 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 |      --      |    Inf 
1095.26/1095.65	c  1016s|  4880k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2384 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 |      --      |    Inf 
1100.15/1100.58	c  1021s|  4890k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2677 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 |      --      |    Inf 
1105.55/1105.98	c  1026s|  4900k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3014 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 |      --      |    Inf 
1111.56/1111.96	c  1032s|  4910k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3842 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 |      --      |    Inf 
1117.45/1117.89	c  1037s|  4920k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2870 |   0 |   0 |   0 |1256k|   0 | 0.000000e+00 |      --      |    Inf 
1122.85/1123.30	c  1042s|  4930k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3151 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 |      --      |    Inf 
1128.45/1128.85	c  1047s|  4940k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3247 |   0 |   0 |   0 |1273k|   0 | 0.000000e+00 |      --      |    Inf 
1134.04/1134.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1134.04/1134.48	c  1053s|  4950k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3122 |   0 |   0 |   0 |1281k|   0 | 0.000000e+00 |      --      |    Inf 
1139.95/1140.30	c  1058s|  4960k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2719 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 |      --      |    Inf 
1145.05/1145.43	c  1063s|  4970k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2649 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 |      --      |    Inf 
1150.15/1150.59	c  1068s|  4980k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2322 |   0 |   0 |   0 |1306k|   0 | 0.000000e+00 |      --      |    Inf 
1155.14/1155.52	c  1072s|  4990k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2823 |   0 |   0 |   0 |1315k|   0 | 0.000000e+00 |      --      |    Inf 
1160.34/1160.73	c  1077s|  5000k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2366 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 |      --      |    Inf 
1165.33/1165.77	c  1082s|  5010k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2328 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 |      --      |    Inf 
1170.63/1171.04	c  1087s|  5020k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2269 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 |      --      |    Inf 
1175.83/1176.28	c  1092s|  5030k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2531 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 |      --      |    Inf 
1181.03/1181.44	c  1097s|  5040k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2123 |   0 |   0 |   0 |1355k|   0 | 0.000000e+00 |      --      |    Inf 
1186.53/1186.97	c  1102s|  5050k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2139 |   0 |   0 |   0 |1363k|   0 | 0.000000e+00 |      --      |    Inf 
1191.53/1191.98	c  1107s|  5060k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2379 |   0 |   0 |   0 |1371k|   0 | 0.000000e+00 |      --      |    Inf 
1196.43/1196.89	c  1111s|  5070k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2613 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 |      --      |    Inf 
1202.02/1202.42	c  1116s|  5080k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2432 |   0 |   0 |   0 |1387k|   0 | 0.000000e+00 |      --      |    Inf 
1207.32/1207.74	c  1121s|  5090k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3009 |   0 |   0 |   0 |1396k|   0 | 0.000000e+00 |      --      |    Inf 
1212.82/1213.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1212.82/1213.27	c  1127s|  5100k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2625 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 |      --      |    Inf 
1218.22/1218.67	c  1132s|  5110k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2928 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 |      --      |    Inf 
1223.72/1224.10	c  1137s|  5120k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2575 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 |      --      |    Inf 
1229.11/1229.58	c  1142s|  5130k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2479 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 |      --      |    Inf 
1234.52/1234.94	c  1147s|  5140k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3008 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 |      --      |    Inf 
1240.21/1240.62	c  1152s|  5150k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3710 |   0 |   0 |   0 |1444k|   0 | 0.000000e+00 |      --      |    Inf 
1246.51/1246.94	c  1158s|  5160k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4003 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 |      --      |    Inf 
1252.90/1253.31	c  1164s|  5170k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3695 |   0 |   0 |   0 |1463k|   0 | 0.000000e+00 |      --      |    Inf 
1258.51/1258.96	c  1170s|  5180k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3315 |   0 |   0 |   0 |1470k|   0 | 0.000000e+00 |      --      |    Inf 
1264.62/1265.06	c  1175s|  5190k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3421 |   0 |   0 |   0 |1477k|   0 | 0.000000e+00 |      --      |    Inf 
1270.51/1270.97	c  1181s|  5200k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3023 |   0 |   0 |   0 |1484k|   0 | 0.000000e+00 |      --      |    Inf 
1275.90/1276.30	c  1186s|  5210k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3337 |   0 |   0 |   0 |1493k|   0 | 0.000000e+00 |      --      |    Inf 
1281.50/1281.95	c  1191s|  5220k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3186 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 |      --      |    Inf 
1286.80/1287.25	c  1196s|  5230k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4095 |   0 |   0 |   0 |1511k|   0 | 0.000000e+00 |      --      |    Inf 
1292.60/1293.08	c  1202s|  5240k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3653 |   0 |   0 |   0 |1520k|   0 | 0.000000e+00 |      --      |    Inf 
1298.19/1298.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1298.19/1298.69	c  1207s|  5250k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3633 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 |      --      |    Inf 
1304.39/1304.88	c  1213s|  5260k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3578 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 |      --      |    Inf 
1310.89/1311.30	c  1219s|  5270k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3884 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 |      --      |    Inf 
1317.30/1317.76	c  1225s|  5280k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3819 |   0 |   0 |   0 |1552k|   0 | 0.000000e+00 |      --      |    Inf 
1323.79/1324.27	c  1231s|  5290k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3860 |   0 |   0 |   0 |1560k|   0 | 0.000000e+00 |      --      |    Inf 
1330.58/1331.03	c  1238s|  5300k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3312 |   0 |   0 |   0 |1568k|   0 | 0.000000e+00 |      --      |    Inf 
1336.08/1336.54	c  1243s|  5310k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2941 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 |      --      |    Inf 
1341.47/1341.91	c  1248s|  5320k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3326 |   0 |   0 |   0 |1584k|   0 | 0.000000e+00 |      --      |    Inf 
1347.17/1347.69	c  1253s|  5330k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3512 |   0 |   0 |   0 |1593k|   0 | 0.000000e+00 |      --      |    Inf 
1352.97/1353.48	c  1259s|  5340k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4633 |   0 |   0 |   0 |1604k|   0 | 0.000000e+00 |      --      |    Inf 
1359.17/1359.61	c  1265s|  5350k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3953 |   0 |   0 |   0 |1611k|   0 | 0.000000e+00 |      --      |    Inf 
1365.46/1365.93	c  1271s|  5360k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4160 |   0 |   0 |   0 |1621k|   0 | 0.000000e+00 |      --      |    Inf 
1371.56/1372.05	c  1276s|  5370k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3968 |   0 |   0 |   0 |1629k|   0 | 0.000000e+00 |      --      |    Inf 
1377.87/1378.34	c  1282s|  5380k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2972 |   0 |   0 |   0 |1637k|   0 | 0.000000e+00 |      --      |    Inf 
1383.27/1383.75	c  1287s|  5390k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2298 |   0 |   0 |   0 |1644k|   0 | 0.000000e+00 |      --      |    Inf 
1388.56/1389.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1388.56/1389.03	c  1292s|  5400k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2403 |   0 |   0 |   0 |1652k|   0 | 0.000000e+00 |      --      |    Inf 
1393.85/1394.34	c  1297s|  5410k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2666 |   0 |   0 |   0 |1659k|   0 | 0.000000e+00 |      --      |    Inf 
1399.26/1399.78	c  1302s|  5420k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2868 |   0 |   0 |   0 |1666k|   0 | 0.000000e+00 |      --      |    Inf 
1404.65/1405.13	c  1307s|  5430k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2884 |   0 |   0 |   0 |1674k|   0 | 0.000000e+00 |      --      |    Inf 
1410.25/1410.77	c  1313s|  5440k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2621 |   0 |   0 |   0 |1682k|   0 | 0.000000e+00 |      --      |    Inf 
1415.65/1416.19	c  1318s|  5450k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2434 |   0 |   0 |   0 |1690k|   0 | 0.000000e+00 |      --      |    Inf 
1420.65/1421.15	c  1322s|  5460k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2313 |   0 |   0 |   0 |1697k|   0 | 0.000000e+00 |      --      |    Inf 
1425.55/1426.01	c  1327s|  5470k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2534 |   0 |   0 |   0 |1705k|   0 | 0.000000e+00 |      --      |    Inf 
1430.66/1431.16	c  1332s|  5480k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2419 |   0 |   0 |   0 |1713k|   0 | 0.000000e+00 |      --      |    Inf 
1436.05/1436.50	c  1337s|  5490k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2516 |   0 |   0 |   0 |1721k|   0 | 0.000000e+00 |      --      |    Inf 
1441.34/1441.80	c  1342s|  5500k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2538 |   0 |   0 |   0 |1728k|   0 | 0.000000e+00 |      --      |    Inf 
1446.73/1447.21	c  1347s|  5510k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2701 |   0 |   0 |   0 |1736k|   0 | 0.000000e+00 |      --      |    Inf 
1452.04/1452.59	c  1352s|  5520k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2673 |   0 |   0 |   0 |1744k|   0 | 0.000000e+00 |      --      |    Inf 
1457.54/1458.03	c  1357s|  5530k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2555 |   0 |   0 |   0 |1752k|   0 | 0.000000e+00 |      --      |    Inf 
1463.23/1463.75	c  1362s|  5540k|  4029k|     0 |   0.0 |1358M| 308 |   - | 600 |2535 |   0 |   0 |   0 |1760k|   0 | 0.000000e+00 |      --      |    Inf 
1468.63/1469.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1468.63/1469.11	c  1367s|  5550k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2691 |   0 |   0 |   0 |1768k|   0 | 0.000000e+00 |      --      |    Inf 
1474.23/1474.75	c  1373s|  5560k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2674 |   0 |   0 |   0 |1775k|   0 | 0.000000e+00 |      --      |    Inf 
1480.04/1480.54	c  1378s|  5570k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2673 |   0 |   0 |   0 |1782k|   0 | 0.000000e+00 |      --      |    Inf 
1485.64/1486.18	c  1383s|  5580k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2844 |   0 |   0 |   0 |1790k|   0 | 0.000000e+00 |      --      |    Inf 
1491.43/1491.93	c  1389s|  5590k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3091 |   0 |   0 |   0 |1798k|   0 | 0.000000e+00 |      --      |    Inf 
1497.23/1497.70	c  1394s|  5600k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3634 |   0 |   0 |   0 |1807k|   0 | 0.000000e+00 |      --      |    Inf 
1503.52/1504.03	c  1400s|  5610k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3695 |   0 |   0 |   0 |1816k|   0 | 0.000000e+00 |      --      |    Inf 
1509.22/1509.80	c  1406s|  5620k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2853 |   0 |   0 |   0 |1823k|   0 | 0.000000e+00 |      --      |    Inf 
1514.72/1515.26	c  1411s|  5630k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2676 |   0 |   0 |   0 |1831k|   0 | 0.000000e+00 |      --      |    Inf 
1520.02/1520.58	c  1416s|  5640k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3011 |   0 |   0 |   0 |1838k|   0 | 0.000000e+00 |      --      |    Inf 
1525.62/1526.18	c  1421s|  5650k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2773 |   0 |   0 |   0 |1846k|   0 | 0.000000e+00 |      --      |    Inf 
1531.12/1531.63	c  1426s|  5660k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3493 |   0 |   0 |   0 |1856k|   0 | 0.000000e+00 |      --      |    Inf 
1537.42/1537.97	c  1432s|  5670k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3843 |   0 |   0 |   0 |1866k|   0 | 0.000000e+00 |      --      |    Inf 
1543.41/1543.95	c  1438s|  5680k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2826 |   0 |   0 |   0 |1874k|   0 | 0.000000e+00 |      --      |    Inf 
1549.32/1549.86	c  1443s|  5690k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3300 |   0 |   0 |   0 |1883k|   0 | 0.000000e+00 |      --      |    Inf 
1555.21/1555.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1555.21/1555.75	c  1449s|  5700k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3212 |   0 |   0 |   0 |1890k|   0 | 0.000000e+00 |      --      |    Inf 
1560.71/1561.27	c  1454s|  5710k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2970 |   0 |   0 |   0 |1898k|   0 | 0.000000e+00 |      --      |    Inf 
1566.61/1567.17	c  1459s|  5720k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3159 |   0 |   0 |   0 |1905k|   0 | 0.000000e+00 |      --      |    Inf 
1572.41/1572.93	c  1465s|  5730k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2772 |   0 |   0 |   0 |1913k|   0 | 0.000000e+00 |      --      |    Inf 
1577.71/1578.20	c  1470s|  5740k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2675 |   0 |   0 |   0 |1921k|   0 | 0.000000e+00 |      --      |    Inf 
1583.20/1583.71	c  1475s|  5750k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2679 |   0 |   0 |   0 |1929k|   0 | 0.000000e+00 |      --      |    Inf 
1588.70/1589.24	c  1480s|  5760k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |2884 |   0 |   0 |   0 |1937k|   0 | 0.000000e+00 |      --      |    Inf 
1594.30/1594.87	c  1486s|  5770k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3971 |   0 |   0 |   0 |1946k|   0 | 0.000000e+00 |      --      |    Inf 
1600.30/1600.82	c  1491s|  5780k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3668 |   0 |   0 |   0 |1955k|   0 | 0.000000e+00 |      --      |    Inf 
1606.29/1606.81	c  1497s|  5790k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3412 |   0 |   0 |   0 |1963k|   0 | 0.000000e+00 |      --      |    Inf 
1612.00/1612.59	c  1502s|  5800k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4029 |   0 |   0 |   0 |1972k|   0 | 0.000000e+00 |      --      |    Inf 
1618.60/1619.18	c  1508s|  5810k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3807 |   0 |   0 |   0 |1979k|   0 | 0.000000e+00 |      --      |    Inf 
1624.79/1625.31	c  1514s|  5820k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4372 |   0 |   0 |   0 |1987k|   0 | 0.000000e+00 |      --      |    Inf 
1631.58/1632.19	c  1521s|  5830k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4959 |   0 |   0 |   0 |1995k|   0 | 0.000000e+00 |      --      |    Inf 
1638.50/1639.08	c  1527s|  5840k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4729 |   0 |   0 |   0 |2003k|   0 | 0.000000e+00 |      --      |    Inf 
1645.18/1645.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1645.18/1645.77	c  1534s|  5850k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4712 |   0 |   0 |   0 |2012k|   0 | 0.000000e+00 |      --      |    Inf 
1651.48/1652.01	c  1540s|  5860k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4048 |   0 |   0 |   0 |2021k|   0 | 0.000000e+00 |      --      |    Inf 
1657.58/1658.10	c  1545s|  5870k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4090 |   0 |   0 |   0 |2030k|   0 | 0.000000e+00 |      --      |    Inf 
1663.58/1664.13	c  1551s|  5880k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4029 |   0 |   0 |   0 |2038k|   0 | 0.000000e+00 |      --      |    Inf 
1669.57/1670.15	c  1557s|  5890k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4738 |   0 |   0 |   0 |2047k|   0 | 0.000000e+00 |      --      |    Inf 
1675.97/1676.58	c  1563s|  5900k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |5040 |   0 |   0 |   0 |2057k|   0 | 0.000000e+00 |      --      |    Inf 
1682.58/1683.15	c  1569s|  5910k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |5225 |   0 |   0 |   0 |2067k|   0 | 0.000000e+00 |      --      |    Inf 
1689.37/1689.99	c  1576s|  5920k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4814 |   0 |   0 |   0 |2075k|   0 | 0.000000e+00 |      --      |    Inf 
1695.87/1696.49	c  1582s|  5930k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4619 |   0 |   0 |   0 |2084k|   0 | 0.000000e+00 |      --      |    Inf 
1702.46/1703.01	c  1588s|  5940k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4483 |   0 |   0 |   0 |2091k|   0 | 0.000000e+00 |      --      |    Inf 
1709.36/1709.92	c  1595s|  5950k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4697 |   0 |   0 |   0 |2100k|   0 | 0.000000e+00 |      --      |    Inf 
1716.26/1716.86	c  1601s|  5960k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3939 |   0 |   0 |   0 |2107k|   0 | 0.000000e+00 |      --      |    Inf 
1722.86/1723.44	c  1607s|  5970k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4032 |   0 |   0 |   0 |2115k|   0 | 0.000000e+00 |      --      |    Inf 
1729.46/1730.07	c  1614s|  5980k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4080 |   0 |   0 |   0 |2123k|   0 | 0.000000e+00 |      --      |    Inf 
1735.45/1736.04	c  1619s|  5990k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4215 |   0 |   0 |   0 |2132k|   0 | 0.000000e+00 |      --      |    Inf 
1741.35/1741.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1741.35/1741.93	c  1625s|  6000k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3917 |   0 |   0 |   0 |2140k|   0 | 0.000000e+00 |      --      |    Inf 
1747.35/1747.93	c  1631s|  6010k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4559 |   0 |   0 |   0 |2149k|   0 | 0.000000e+00 |      --      |    Inf 
1753.45/1754.02	c  1636s|  6020k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4625 |   0 |   0 |   0 |2159k|   0 | 0.000000e+00 |      --      |    Inf 
1760.25/1760.88	c  1643s|  6030k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3710 |   0 |   0 |   0 |2168k|   0 | 0.000000e+00 |      --      |    Inf 
1766.15/1766.80	c  1648s|  6040k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |4244 |   0 |   0 |   0 |2176k|   0 | 0.000000e+00 |      --      |    Inf 
1772.44/1773.07	c  1654s|  6050k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4469 |   0 |   0 |   0 |2187k|   0 | 0.000000e+00 |      --      |    Inf 
1778.94/1779.52	c  1660s|  6060k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4461 |   0 |   0 |   0 |2196k|   0 | 0.000000e+00 |      --      |    Inf 
1785.04/1785.62	c  1666s|  6070k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3997 |   0 |   0 |   0 |2204k|   0 | 0.000000e+00 |      --      |    Inf 
1791.34/1791.92	c  1672s|  6080k|  4029k|     0 |   0.0 |1359M| 308 |   - | 600 |3976 |   0 |   0 |   0 |2213k|   0 | 0.000000e+00 |      --      |    Inf 
1797.63/1798.29	c  1678s|  6090k|  4029k|     0 |   0.0 |1360M| 308 |   - | 600 |4236 |   0 |   0 |   0 |2221k|   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.61	c 
1800.05/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.61	c Solving Time (sec) : 1680.43
1800.05/1800.61	c Solving Nodes      : 6093547
1800.05/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.61	c Gap                : infinite
1800.05/1800.61	s UNKNOWN
1800.05/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.61	c Solving Time       :    1680.43
1800.05/1800.61	c Original Problem   :
1800.05/1800.61	c   Problem name     : HOME/instance-2664483-1276321130.opb
1800.05/1800.61	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 70 initial, 70 maximal
1800.05/1800.61	c Presolved Problem  :
1800.05/1800.61	c   Problem name     : t_HOME/instance-2664483-1276321130.opb
1800.05/1800.61	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 70 initial, 6421 maximal
1800.05/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.61	c   setppc           :         30          0   14168535          0    5501865     754177   43887750          0          0          0
1800.05/1800.61	c   logicor          :         40+         0    8420405          0    5501864     486301   10726419          0          0          0
1800.05/1800.61	c   countsols        :          0          0          0          0    5501864          0          0          0          0          0
1800.05/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.61	c   setppc           :     365.26       0.00     286.21       0.00      79.05
1800.05/1800.61	c   logicor          :     413.09       0.00     338.76       0.00      74.33
1800.05/1800.61	c   countsols        :       2.44       0.00       0.00       0.00       2.44
1800.05/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.61	c   vbounds          :       7.19          1          0          0
1800.05/1800.61	c   rootredcost      :       6.28          0          0          0
1800.05/1800.61	c   pseudoobj        :       6.27          0          0          0
1800.05/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.61	c   propagation      :     320.98    1240478    1240478    9201323       89.3      11648       73.9          -
1800.05/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.61	c   applied globally :          -          -          -    1567930       42.4          -          -          -
1800.05/1800.61	c   applied locally  :          -          -          -     656978       83.1          -          -          -
1800.05/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.61	c Pricers            :       Time      Calls       Vars
1800.05/1800.61	c   problem variables:       0.00          0          0
1800.05/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   inference        :     390.37    5501864          0          0          0          0   11003728
1800.05/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.61	c   LP solutions     :       0.00          -          0
1800.05/1800.61	c   pseudo solutions :       0.00          -          0
1800.05/1800.61	c   trivial          :       0.00          1          0
1800.05/1800.61	c   simplerounding   :       0.00          0          0
1800.05/1800.61	c   zirounding       :       0.00          0          0
1800.05/1800.61	c   rounding         :       0.00          0          0
1800.05/1800.61	c   shifting         :       0.00          0          0
1800.05/1800.61	c   intshifting      :       0.00          0          0
1800.05/1800.61	c   oneopt           :       0.00          0          0
1800.05/1800.61	c   twoopt           :       0.00          0          0
1800.05/1800.61	c   fixandinfer      :       0.00          0          0
1800.05/1800.61	c   feaspump         :       0.00          0          0
1800.05/1800.61	c   coefdiving       :       0.00          0          0
1800.05/1800.61	c   pscostdiving     :       0.00          0          0
1800.05/1800.61	c   fracdiving       :       0.00          0          0
1800.05/1800.61	c   veclendiving     :       0.00          0          0
1800.05/1800.61	c   intdiving        :       0.00          0          0
1800.05/1800.61	c   actconsdiving    :       0.00          0          0
1800.05/1800.61	c   objpscostdiving  :       0.00          0          0
1800.05/1800.61	c   rootsoldiving    :       0.00          0          0
1800.05/1800.61	c   linesearchdiving :       0.00          0          0
1800.05/1800.61	c   guideddiving     :       0.00          0          0
1800.05/1800.61	c   octane           :       0.00          0          0
1800.05/1800.61	c   rens             :       0.00          0          0
1800.05/1800.61	c   rins             :       0.00          0          0
1800.05/1800.61	c   localbranching   :       0.00          0          0
1800.05/1800.61	c   mutation         :       0.00          0          0
1800.05/1800.61	c   crossover        :       0.00          0          0
1800.05/1800.61	c   dins             :       0.00          0          0
1800.05/1800.61	c   undercover       :       0.00          0          0
1800.05/1800.61	c   nlp              :       0.00          0          0
1800.05/1800.61	c   trysol           :       0.00          0          0
1800.05/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.61	c B&B Tree           :
1800.05/1800.61	c   number of runs   :          1
1800.05/1800.61	c   nodes            :    6093547
1800.05/1800.61	c   nodes (total)    :    6093547
1800.05/1800.61	c   nodes left       :    4029022
1800.05/1800.61	c   max depth        :        308
1800.05/1800.61	c   max depth (total):        308
1800.05/1800.61	c   backtracks       :     672530 (11.0%)
1800.05/1800.61	c   delayed cutoffs  :     881160
1800.05/1800.61	c   repropagations   :    1639625 (26574168 domain reductions, 648795 cutoffs)
1800.05/1800.61	c   avg switch length:       3.27
1800.05/1800.61	c   switching time   :     269.14
1800.05/1800.61	c Solution           :
1800.05/1800.61	c   Solutions found  :          0 (0 improvements)
1800.05/1800.61	c   Primal Bound     :          -
1800.05/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.61	c   Gap              :   infinite
1800.05/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/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-2664483-1276321130/watcher-2664483-1276321130 -o /tmp/evaluation-result-2664483-1276321130/solver-2664483-1276321130 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664483-1276321130.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.99 3/106 7786
/proc/meminfo: memFree=1518840/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=6584 CPUtime=0
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 976 0 0 0 0 0 0 0 20 0 1 0 7716903 6742016 898 1992294400 4194304 7136930 140733602868048 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7786/statm: 1646 907 254 719 0 925 0

[startup+0.0780311 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7786
/proc/meminfo: memFree=1518840/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=12824 CPUtime=0.06
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 4199 0 0 0 5 1 0 0 20 0 1 0 7716903 13131776 2483 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 3206 2483 379 719 0 2485 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12824

[startup+0.101033 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7786
/proc/meminfo: memFree=1518840/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=12956 CPUtime=0.09
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 4200 0 0 0 7 2 0 0 20 0 1 0 7716903 13266944 2484 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 3239 2484 379 719 0 2518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12956

[startup+0.301052 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7786
/proc/meminfo: memFree=1518840/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=13716 CPUtime=0.29
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 4404 0 0 0 26 3 0 0 20 0 1 0 7716903 14045184 2688 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 3429 2688 379 719 0 2708 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13716

[startup+0.701089 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 7786
/proc/meminfo: memFree=1518840/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=14884 CPUtime=0.69
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 4700 0 0 0 62 7 0 0 21 0 1 0 7716903 15241216 2984 1992294400 4194304 7136930 140733602868048 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 3721 2984 379 719 0 3000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14884

[startup+1.50117 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 7787
/proc/meminfo: memFree=1507300/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=16448 CPUtime=1.49
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 5137 0 0 0 136 13 0 0 23 0 1 0 7716903 16842752 3421 1992294400 4194304 7136930 140733602868048 18446744073709551615 4407800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 4112 3421 379 719 0 3391 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16448

[startup+3.10132 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 7787
/proc/meminfo: memFree=1504572/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=21248 CPUtime=3.09
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 6348 0 0 0 282 27 0 0 25 0 1 0 7716903 21757952 4632 1992294400 4194304 7136930 140733602868048 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 5312 4632 379 719 0 4591 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21248

[startup+6.30062 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 7789
/proc/meminfo: memFree=1496264/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=28048 CPUtime=6.29
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 8126 0 0 0 575 54 0 0 25 0 1 0 7716903 28721152 6410 1992294400 4194304 7136930 140733602868048 18446744073709551615 4643174 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 7012 6410 379 719 0 6291 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28048

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 7789
/proc/meminfo: memFree=1482128/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=42680 CPUtime=12.69
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 11426 0 0 0 1163 106 0 0 25 0 1 0 7716903 43704320 9710 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 10670 9710 379 719 0 9949 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42680

[startup+25.5004 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 7789
/proc/meminfo: memFree=1455220/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=68564 CPUtime=25.49
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 18153 0 0 0 2336 213 0 0 25 0 1 0 7716903 70209536 16437 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 17141 16437 379 719 0 16420 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68564

[startup+51.1009 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 7789
/proc/meminfo: memFree=1405620/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=121624 CPUtime=51.06
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 30956 0 0 0 4697 409 0 0 25 0 1 0 7716903 124542976 29240 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 30406 29240 379 719 0 29685 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 121624

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7791
/proc/meminfo: memFree=1301088/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=227280 CPUtime=102.26
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 56356 0 0 0 9415 811 0 0 25 0 1 0 7716903 232734720 54640 1992294400 4194304 7136930 140733602868048 18446744073709551615 4642966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 56820 54640 379 719 0 56099 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 227280

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7793
/proc/meminfo: memFree=1195688/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=328676 CPUtime=162.24
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 82554 0 0 0 15013 1211 0 0 25 0 1 0 7716903 336564224 80838 1992294400 4194304 7136930 140733602868048 18446744073709551615 4221190 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 82169 80838 379 719 0 81448 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 328676

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7793
/proc/meminfo: memFree=1084336/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=451960 CPUtime=222.21
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 110519 0 0 0 20558 1663 0 0 25 0 1 0 7716903 462807040 108803 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 112990 108803 379 719 0 112269 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 451960

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7795
/proc/meminfo: memFree=971620/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=559324 CPUtime=282.2
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 138639 0 0 0 26117 2103 0 0 25 0 1 0 7716903 572747776 136923 1992294400 4194304 7136930 140733602868048 18446744073709551615 4642122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 139831 136923 379 719 0 139110 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 559324

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7797
/proc/meminfo: memFree=868080/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=656668 CPUtime=342.17
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 164184 0 0 0 31698 2519 0 0 25 0 1 0 7716903 672428032 162468 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 164167 162468 379 719 0 163446 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 656668

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7799
/proc/meminfo: memFree=760324/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=794052 CPUtime=402.16
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 191591 0 0 0 37246 2970 0 0 25 0 1 0 7716903 813109248 189875 1992294400 4194304 7136930 140733602868048 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 198513 189875 379 719 0 197792 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 794052

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7801
/proc/meminfo: memFree=650832/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=896980 CPUtime=462.14
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 218572 0 0 0 42800 3414 0 0 25 0 1 0 7716903 918507520 216856 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 224245 216856 379 719 0 223524 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 896980

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7801
/proc/meminfo: memFree=537992/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1005264 CPUtime=522.13
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 246874 0 0 0 48355 3858 0 0 25 0 1 0 7716903 1029390336 245158 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 251316 245158 379 719 0 250595 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1005264

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7803
/proc/meminfo: memFree=431228/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1106236 CPUtime=582.11
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 273337 0 0 0 53917 4294 0 0 25 0 1 0 7716903 1132785664 271621 1992294400 4194304 7136930 140733602868048 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 276559 271621 379 719 0 275838 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1106236

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7805
/proc/meminfo: memFree=322356/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1208616 CPUtime=642.1
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 300163 0 0 0 59480 4730 0 0 25 0 1 0 7716903 1237622784 298447 1992294400 4194304 7136930 140733602868048 18446744073709551615 4240411 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 302154 298447 379 719 0 301433 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 1208616

[startup+702.301 s]

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

/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 378796 0 0 0 98520 7677 0 0 25 0 1 0 7716903 1483710464 361324 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362234 361324 379 719 0 361513 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 1448936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7817
/proc/meminfo: memFree=68900/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1449548 CPUtime=1121.95
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 378951 0 0 0 104127 8068 0 0 25 0 1 0 7716903 1484337152 361479 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362387 361479 379 719 0 361666 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1449548

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7819
/proc/meminfo: memFree=68528/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1449912 CPUtime=1181.93
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379015 0 0 0 109754 8439 0 0 25 0 1 0 7716903 1484709888 361543 1992294400 4194304 7136930 140733602868048 18446744073709551615 4240461 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362478 361543 379 719 0 361757 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 1449912

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7821
/proc/meminfo: memFree=68156/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1450112 CPUtime=1241.91
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379066 0 0 0 115384 8807 0 0 25 0 1 0 7716903 1484914688 361594 1992294400 4194304 7136930 140733602868048 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362528 361594 379 719 0 361807 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 1450112

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7823
/proc/meminfo: memFree=66296/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1451816 CPUtime=1301.9
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379488 0 0 0 121036 9154 0 0 25 0 1 0 7716903 1486659584 362016 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362954 362016 379 719 0 362233 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 1451816

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7834
/proc/meminfo: memFree=65180/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1451816 CPUtime=1361.86
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379493 0 0 0 126709 9477 0 0 25 0 1 0 7716903 1486659584 362021 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362954 362021 379 719 0 362233 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 1451816

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7834
/proc/meminfo: memFree=65180/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1451816 CPUtime=1421.86
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379497 0 0 0 132347 9839 0 0 25 0 1 0 7716903 1486659584 362025 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362954 362025 379 719 0 362233 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 1451816

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7836
/proc/meminfo: memFree=65180/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1451816 CPUtime=1481.83
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379502 0 0 0 137968 10215 0 0 25 0 1 0 7716903 1486659584 362030 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362954 362030 379 719 0 362233 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 1451816

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7838
/proc/meminfo: memFree=65180/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1451816 CPUtime=1541.81
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379502 0 0 0 143614 10567 0 0 25 0 1 0 7716903 1486659584 362030 1992294400 4194304 7136930 140733602868048 18446744073709551615 5909069 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362954 362030 379 719 0 362233 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 1451816

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7840
/proc/meminfo: memFree=65180/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1451816 CPUtime=1601.8
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379502 0 0 0 149252 10928 0 0 25 0 1 0 7716903 1486659584 362030 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362954 362030 379 719 0 362233 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 1451816

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7842
/proc/meminfo: memFree=65180/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1451964 CPUtime=1661.78
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379538 0 0 0 154935 11243 0 0 25 0 1 0 7716903 1486811136 362066 1992294400 4194304 7136930 140733602868048 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 362991 362066 379 719 0 362270 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 1451964

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7842
/proc/meminfo: memFree=64932/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1452096 CPUtime=1721.75
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379572 0 0 0 160631 11544 0 0 25 0 1 0 7716903 1486946304 362100 1992294400 4194304 7136930 140733602868048 18446744073709551615 5908976 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 363024 362100 379 719 0 362303 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 1452096

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7844
/proc/meminfo: memFree=64684/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1452252 CPUtime=1781.74
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379611 0 0 0 166310 11864 0 0 25 0 1 0 7716903 1487106048 362139 1992294400 4194304 7136930 140733602868048 18446744073709551615 5892251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 363063 362139 379 719 0 362342 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 1452252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7844
/proc/meminfo: memFree=64684/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1452252 CPUtime=1800.05
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379611 0 0 0 168045 11960 0 0 25 0 1 0 7716903 1487106048 362139 1992294400 4194304 7136930 140733602868048 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7786/statm: 363063 362139 379 719 0 362342 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1452252

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7786

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7844
/proc/meminfo: memFree=64684/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1452252 CPUtime=1800.83
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379616 0 0 0 168123 11960 0 0 25 0 1 0 7716903 1487106048 362144 1992294400 4194304 7136930 140733602868048 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7786/statm: 363063 362144 384 719 0 362342 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (KiB) 1452252

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7845
/proc/meminfo: memFree=64552/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1452252 CPUtime=1801.63
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379616 0 0 0 168203 11960 0 0 25 0 1 0 7716903 1487106048 362144 1992294400 4194304 7136930 140733602868048 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7786/statm: 363063 362144 384 719 0 362342 0
Current children cumulated CPU time (s) 1801.63
Current children cumulated vsize (KiB) 1452252

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7845
/proc/meminfo: memFree=64552/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=1452252 CPUtime=1802.03
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4202496 379616 0 0 0 168243 11960 0 0 25 0 1 0 7716903 1487106048 362144 1992294400 4194304 7136930 140733602868048 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7786/statm: 363063 362144 384 719 0 362342 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 1452252

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 7845
/proc/meminfo: memFree=64552/2059040 swapFree=4192956/4192956
[pid=7786] ppid=7784 vsize=0 CPUtime=1802.13
/proc/7786/stat : 7786 (pbscip.linux.x8) R 7784 7786 6933 0 -1 4203524 379616 0 0 0 168245 11968 0 0 25 0 1 0 7716903 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/7786/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.75
CPU time (s): 1802.19
CPU user time (s): 1682.45
CPU system time (s): 119.737
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 1510880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1682.45
system time used= 119.737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 379616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 8691

runsolver used 3.05253 second user time and 8.47971 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-12 07:38:50
IDJOB=2664483
IDBENCH=1389
IDSOLVER=1167
FILE ID=node004/2664483-1276321130
PBS_JOBID= 11173150
Free space on /tmp= 62536 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.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-2664483-1276321130/watcher-2664483-1276321130 -o /tmp/evaluation-result-2664483-1276321130/solver-2664483-1276321130 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664483-1276321130.opb -t 1800 -m 1800

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

MD5SUM BENCH= d9b1351aa6c01bb5c883e4233663f5e0
RANDOM SEED=2140768841

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1519244 kB
Buffers:         96176 kB
Cached:         315236 kB
SwapCached:          0 kB
Active:         179584 kB
Inactive:       291184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1519244 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3400 kB
Writeback:           0 kB
AnonPages:       59324 kB
Mapped:          15384 kB
Slab:            47220 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180592 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= 62536 MiB
End job on node004 at 2010-06-12 08:08:53