Trace number 2664503

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr.opb
MD5SUM7cdaf60ccaf85c600aba211d4d47e719
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.018996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables480
Total number of constraints62
Number of constraints which are clauses32
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 constraint16
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 17
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-2664503-1276323573.opb>
0.01/0.01	c original problem has 480 variables (480 bin, 0 int, 0 impl, 0 cont) and 62 constraints
0.01/0.01	c problem read
0.01/0.01	c No objective function, only one solution is needed.
0.01/0.01	c presolving settings loaded
0.01/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.01/0.02	c presolving:
0.01/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 32 upgd conss, 0 impls, 30 clqs
0.01/0.02	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 62 upgd conss, 0 impls, 30 clqs
0.01/0.03	c presolving (3 rounds):
0.01/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.03	c  0 implications, 30 cliques
0.01/0.03	c presolved problem has 480 variables (480 bin, 0 int, 0 impl, 0 cont) and 62 constraints
0.01/0.03	c      30 constraints of type <setppc>
0.01/0.03	c      32 constraints of type <logicor>
0.01/0.03	c transformed objective value is always integral (scale: 1)
0.01/0.03	c Presolving Time: 0.00
0.01/0.03	c - non default parameters ----------------------------------------------------------------------
0.01/0.03	c # SCIP version 1.2.1.2
0.01/0.03	c 
0.01/0.03	c # frequency for displaying node information lines
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.03	c display/freq = 10000
0.01/0.03	c 
0.01/0.03	c # maximal time in seconds to run
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/time = 1799.99
0.01/0.03	c 
0.01/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/memory = 1620
0.01/0.03	c 
0.01/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c limits/solutions = 1
0.01/0.03	c 
0.01/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c lp/solvefreq = -1
0.01/0.03	c 
0.01/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.03	c separating/maxrounds = 1
0.01/0.03	c 
0.01/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c separating/maxroundsroot = 5
0.01/0.03	c 
0.01/0.03	c # should presolving try to simplify inequalities
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/linear/simplifyinequalities = TRUE
0.01/0.03	c 
0.01/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.03	c constraints/knapsack/disaggregation = FALSE
0.01/0.03	c 
0.01/0.03	c # should presolving try to simplify knapsacks
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.03	c 
0.01/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c presolving/probing/maxrounds = 0
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/coefdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.03	c heuristics/crossover/freq = -1
0.01/0.03	c 
0.01/0.03	c # number of nodes added to the contingent of the total nodes
0.01/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.03	c heuristics/crossover/nodesofs = 750
0.01/0.03	c 
0.01/0.03	c # number of nodes without incumbent change that heuristic should wait
0.01/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.03	c heuristics/crossover/nwaitingnodes = 100
0.01/0.03	c 
0.01/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.03	c # [type: real, range: [0,1], default: 0.1]
0.01/0.03	c heuristics/crossover/nodesquot = 0.15
0.01/0.03	c 
0.01/0.03	c # minimum percentage of integer variables that have to be fixed 
0.01/0.03	c # [type: real, range: [0,1], default: 0.666]
0.01/0.03	c heuristics/crossover/minfixingrate = 0.5
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.03	c heuristics/feaspump/freq = -1
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/fracdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/guideddiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/intshifting/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/linesearchdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/nlp/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.03	c heuristics/objpscostdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.03	c # [type: real, range: [0,1], default: 0.01]
0.01/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/oneopt/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/pscostdiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c heuristics/rens/freq = -1
0.01/0.03	c 
0.01/0.03	c # minimum percentage of integer variables that have to be fixable 
0.01/0.03	c # [type: real, range: [0,1], default: 0.5]
0.01/0.03	c heuristics/rens/minfixingrate = 0.3
0.01/0.03	c 
0.01/0.03	c # number of nodes added to the contingent of the total nodes
0.01/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.03	c heuristics/rens/nodesofs = 2000
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.03	c heuristics/rootsoldiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/rounding/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/shifting/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/simplerounding/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c heuristics/trivial/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/trysol/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/veclendiving/freq = -1
0.01/0.03	c 
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.01/0.03	c 
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.01/0.03	c 
0.01/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/zirounding/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c separating/cmir/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c separating/flowcover/freq = -1
0.01/0.03	c 
0.01/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c separating/rapidlearning/freq = 0
0.01/0.03	c 
0.01/0.03	c -----------------------------------------------------------------------------------------------
0.01/0.03	c start solving
0.01/0.03	c 
0.01/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.01/0.03	c   0.0s|     1 |     2 |     0 |     - | 942k|   0 |   - | 480 |  62 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.31	c   1.2s| 10000 |  9689 |     0 |   0.0 |4298k| 260 |   - | 480 | 385 |   0 |   0 |   0 | 538 |   0 | 0.000000e+00 |      --      |    Inf 
2.49/2.54	c   2.2s| 20000 | 19032 |     0 |   0.0 |7584k| 260 |   - | 480 | 957 |   0 |   0 |   0 |2607 |   0 | 0.000000e+00 |      --      |    Inf 
3.88/3.95	c   3.5s| 30000 | 28724 |     0 |   0.0 |  10M| 260 |   - | 480 | 425 |   0 |   0 |   0 |3543 |   0 | 0.000000e+00 |      --      |    Inf 
5.29/5.36	c   4.8s| 40000 | 38423 |     0 |   0.0 |  13M| 260 |   - | 480 | 427 |   0 |   0 |   0 |4532 |   0 | 0.000000e+00 |      --      |    Inf 
6.69/6.75	c   6.1s| 50000 | 48123 |     0 |   0.0 |  16M| 260 |   - | 480 | 429 |   0 |   0 |   0 |5508 |   0 | 0.000000e+00 |      --      |    Inf 
8.09/8.16	c   7.4s| 60000 | 57757 |     0 |   0.0 |  19M| 260 |   - | 480 | 479 |   0 |   0 |   0 |6434 |   0 | 0.000000e+00 |      --      |    Inf 
9.49/9.57	c   8.6s| 70000 | 67407 |     0 |   0.0 |  22M| 260 |   - | 480 | 505 |   0 |   0 |   0 |7492 |   0 | 0.000000e+00 |      --      |    Inf 
10.89/10.98	c   9.9s| 80000 | 77038 |     0 |   0.0 |  25M| 260 |   - | 480 | 574 |   0 |   0 |   0 |8620 |   0 | 0.000000e+00 |      --      |    Inf 
12.28/12.39	c  11.2s| 90000 | 86670 |     0 |   0.0 |  28M| 260 |   - | 480 | 537 |   0 |   0 |   0 |9749 |   0 | 0.000000e+00 |      --      |    Inf 
13.79/13.80	c  12.4s|100000 | 96277 |     0 |   0.0 |  30M| 260 |   - | 480 | 349 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
15.08/15.19	c  13.7s|110000 |105936 |     0 |   0.0 |  33M| 260 |   - | 480 | 576 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
16.50/16.58	c  15.0s|120000 |115569 |     0 |   0.0 |  36M| 260 |   - | 480 | 506 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
17.89/17.97	c  16.2s|130000 |125209 |     0 |   0.0 |  39M| 260 |   - | 480 | 559 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
19.28/19.36	c  17.5s|140000 |134854 |     0 |   0.0 |  42M| 260 |   - | 480 | 569 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
20.68/20.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.68/20.76	c  18.8s|150000 |144471 |     0 |   0.0 |  45M| 260 |   - | 480 | 479 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
22.09/22.16	c  20.0s|160000 |154041 |     0 |   0.0 |  48M| 260 |   - | 480 | 544 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
23.49/23.54	c  21.3s|170000 |163629 |     0 |   0.0 |  51M| 260 |   - | 480 | 383 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
24.89/24.91	c  22.5s|180000 |173217 |     0 |   0.0 |  54M| 260 |   - | 480 | 376 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
26.18/26.29	c  23.8s|190000 |182807 |     0 |   0.0 |  57M| 260 |   - | 480 | 557 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
27.58/27.67	c  25.0s|200000 |192374 |     0 |   0.0 |  60M| 260 |   - | 480 | 503 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
28.99/29.04	c  26.3s|210000 |201953 |     0 |   0.0 |  63M| 260 |   - | 480 | 525 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
30.38/30.41	c  27.5s|220000 |211539 |     0 |   0.0 |  66M| 260 |   - | 480 | 439 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
31.68/31.80	c  28.8s|230000 |221103 |     0 |   0.0 |  69M| 260 |   - | 480 | 459 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
33.08/33.16	c  30.0s|240000 |230662 |     0 |   0.0 |  72M| 260 |   - | 480 | 526 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
34.48/34.55	c  31.3s|250000 |240183 |     0 |   0.0 |  75M| 260 |   - | 480 | 620 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
35.78/35.88	c  32.5s|260000 |249727 |     0 |   0.0 |  78M| 260 |   - | 480 | 527 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
37.17/37.25	c  33.7s|270000 |259263 |     0 |   0.0 |  81M| 260 |   - | 480 | 561 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
38.57/38.63	c  35.0s|280000 |268779 |     0 |   0.0 |  84M| 260 |   - | 480 | 469 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
39.98/40.03	c  36.2s|290000 |278273 |     0 |   0.0 |  86M| 260 |   - | 480 | 406 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
41.38/41.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.38/41.41	c  37.5s|300000 |287797 |     0 |   0.0 |  89M| 260 |   - | 480 | 514 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
42.67/42.79	c  38.7s|310000 |297296 |     0 |   0.0 |  92M| 260 |   - | 480 | 447 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
44.07/44.18	c  40.0s|320000 |306798 |     0 |   0.0 |  95M| 260 |   - | 480 | 574 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
45.47/45.57	c  41.2s|330000 |316297 |     0 |   0.0 |  98M| 260 |   - | 480 | 623 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
46.87/46.95	c  42.4s|340000 |325791 |     0 |   0.0 | 101M| 260 |   - | 480 | 477 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
48.28/48.36	c  43.7s|350000 |335270 |     0 |   0.0 | 104M| 260 |   - | 480 | 497 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
49.67/49.72	c  44.9s|360000 |344741 |     0 |   0.0 | 107M| 260 |   - | 480 | 427 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
51.07/51.10	c  46.2s|370000 |354211 |     0 |   0.0 | 110M| 260 |   - | 480 | 621 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
52.47/52.51	c  47.4s|380000 |363657 |     0 |   0.0 | 113M| 260 |   - | 480 | 506 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
53.88/53.91	c  48.7s|390000 |373077 |     0 |   0.0 | 116M| 260 |   - | 480 | 606 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
55.27/55.30	c  50.0s|400000 |382531 |     0 |   0.0 | 119M| 260 |   - | 480 | 701 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
56.67/56.73	c  51.2s|410000 |391948 |     0 |   0.0 | 122M| 260 |   - | 480 | 574 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
58.07/58.11	c  52.5s|420000 |401362 |     0 |   0.0 | 125M| 260 |   - | 480 | 634 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
59.47/59.55	c  53.8s|430000 |410727 |     0 |   0.0 | 128M| 260 |   - | 480 | 605 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
60.87/60.94	c  55.1s|440000 |420123 |     0 |   0.0 | 131M| 260 |   - | 480 | 626 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
62.26/62.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.26/62.36	c  56.4s|450000 |429528 |     0 |   0.0 | 134M| 260 |   - | 480 | 545 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
63.68/63.74	c  57.6s|460000 |438938 |     0 |   0.0 | 137M| 260 |   - | 480 | 713 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
65.06/65.19	c  58.9s|470000 |448277 |     0 |   0.0 | 140M| 260 |   - | 480 | 702 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
66.57/66.61	c  60.2s|480000 |457609 |     0 |   0.0 | 143M| 260 |   - | 480 | 635 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
67.97/68.07	c  61.5s|490000 |466905 |     0 |   0.0 | 146M| 260 |   - | 480 | 803 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
69.47/69.53	c  62.9s|500000 |476203 |     0 |   0.0 | 149M| 260 |   - | 480 | 837 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
70.87/70.96	c  64.1s|510000 |485534 |     0 |   0.0 | 153M| 260 |   - | 480 | 851 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
72.37/72.44	c  65.5s|520000 |494821 |     0 |   0.0 | 156M| 260 |   - | 480 | 832 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
73.86/73.90	c  66.8s|530000 |504093 |     0 |   0.0 | 159M| 260 |   - | 480 | 822 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
75.26/75.34	c  68.1s|540000 |513347 |     0 |   0.0 | 162M| 260 |   - | 480 | 819 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
76.77/76.84	c  69.4s|550000 |522576 |     0 |   0.0 | 165M| 260 |   - | 480 | 845 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
78.27/78.30	c  70.8s|560000 |531824 |     0 |   0.0 | 168M| 260 |   - | 480 | 791 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
79.67/79.79	c  72.1s|570000 |541027 |     0 |   0.0 | 171M| 260 |   - | 480 | 778 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
81.16/81.24	c  73.4s|580000 |550221 |     0 |   0.0 | 174M| 260 |   - | 480 | 850 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
82.56/82.66	c  74.7s|590000 |559467 |     0 |   0.0 | 177M| 260 |   - | 480 | 702 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
84.06/84.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.06/84.15	c  76.0s|600000 |568616 |     0 |   0.0 | 181M| 260 |   - | 480 | 949 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
85.56/85.69	c  77.4s|610000 |577684 |     0 |   0.0 | 184M| 260 |   - | 480 | 901 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
87.16/87.20	c  78.8s|620000 |586829 |     0 |   0.0 | 187M| 260 |   - | 480 | 899 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
88.66/88.73	c  80.2s|630000 |595874 |     0 |   0.0 | 190M| 260 |   - | 480 | 777 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
90.16/90.24	c  81.5s|640000 |604930 |     0 |   0.0 | 193M| 260 |   - | 480 | 887 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
91.76/91.83	c  83.0s|650000 |613898 |     0 |   0.0 | 196M| 260 |   - | 480 |1112 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
93.37/93.42	c  84.4s|660000 |622886 |     0 |   0.0 | 200M| 260 |   - | 480 |1138 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
94.86/94.96	c  85.8s|670000 |631896 |     0 |   0.0 | 203M| 260 |   - | 480 |1014 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
96.46/96.57	c  87.2s|680000 |640836 |     0 |   0.0 | 206M| 260 |   - | 480 |1096 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
98.15/98.21	c  88.7s|690000 |649717 |     0 |   0.0 | 209M| 260 |   - | 480 |1290 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
99.85/99.90	c  90.3s|700000 |658509 |     0 |   0.0 | 212M| 260 |   - | 480 |1197 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
101.56/101.61	c  91.8s|710000 |667253 |     0 |   0.0 | 216M| 260 |   - | 480 |1252 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
103.36/103.41	c  93.5s|720000 |675830 |     0 |   0.0 | 219M| 260 |   - | 480 |1533 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
105.16/105.20	c  95.1s|730000 |684454 |     0 |   0.0 | 222M| 260 |   - | 480 |1787 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
106.95/107.02	c  96.8s|740000 |693057 |     0 |   0.0 | 226M| 260 |   - | 480 |1682 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
108.86/108.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.86/108.97	c  98.6s|750000 |701492 |     0 |   0.0 | 229M| 260 |   - | 480 |2068 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
110.75/110.88	c   100s|760000 |710045 |     0 |   0.0 | 232M| 260 |   - | 480 |1941 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
112.75/112.87	c   102s|770000 |718429 |     0 |   0.0 | 236M| 260 |   - | 480 |1915 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
114.75/114.85	c   104s|780000 |726740 |     0 |   0.0 | 239M| 260 |   - | 480 |2318 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
116.85/116.97	c   106s|790000 |734965 |     0 |   0.0 | 242M| 260 |   - | 480 |2514 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
118.95/119.00	c   108s|800000 |743273 |     0 |   0.0 | 246M| 260 |   - | 480 |2540 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
121.05/121.16	c   110s|810000 |751521 |     0 |   0.0 | 249M| 260 |   - | 480 |2906 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
123.35/123.44	c   112s|820000 |759597 |     0 |   0.0 | 252M| 260 |   - | 480 |3214 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
125.75/125.82	c   114s|830000 |767529 |     0 |   0.0 | 256M| 260 |   - | 480 |3737 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
128.75/128.82	c   117s|840000 |774893 |     0 |   0.0 | 260M| 260 |   - | 480 |4954 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
133.75/133.88	c   122s|850000 |780768 |     0 |   0.0 | 264M| 260 |   - | 480 |8324 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
135.54/135.60	c   123s|860000 |790375 |     0 |   0.0 | 264M| 260 |   - | 480 | 618 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
136.95/137.07	c   125s|870000 |800012 |     0 |   0.0 | 267M| 260 |   - | 480 | 584 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
138.45/138.51	c   126s|880000 |809645 |     0 |   0.0 | 270M| 260 |   - | 480 | 515 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
139.84/139.96	c   127s|890000 |819282 |     0 |   0.0 | 273M| 260 |   - | 480 | 630 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
141.34/141.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.34/141.40	c   129s|900000 |828950 |     0 |   0.0 | 276M| 260 |   - | 480 | 596 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
142.74/142.85	c   130s|910000 |838604 |     0 |   0.0 | 279M| 260 |   - | 480 | 622 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
144.14/144.27	c   131s|920000 |848267 |     0 |   0.0 | 282M| 260 |   - | 480 | 554 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
145.64/145.77	c   133s|930000 |857896 |     0 |   0.0 | 285M| 260 |   - | 480 | 651 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
147.14/147.26	c   134s|940000 |867545 |     0 |   0.0 | 288M| 260 |   - | 480 | 638 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
148.64/148.72	c   135s|950000 |877175 |     0 |   0.0 | 291M| 260 |   - | 480 | 423 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
150.04/150.19	c   137s|960000 |886829 |     0 |   0.0 | 294M| 260 |   - | 480 | 520 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
151.53/151.67	c   138s|970000 |896445 |     0 |   0.0 | 297M| 260 |   - | 480 | 549 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
153.04/153.13	c   139s|980000 |906090 |     0 |   0.0 | 300M| 260 |   - | 480 | 580 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
154.43/154.59	c   141s|990000 |915722 |     0 |   0.0 | 303M| 260 |   - | 480 | 453 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
155.94/156.07	c   142s|  1000k|925342 |     0 |   0.0 | 306M| 260 |   - | 480 | 605 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
157.43/157.56	c   143s|  1010k|934944 |     0 |   0.0 | 309M| 260 |   - | 480 | 598 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
158.94/159.00	c   145s|  1020k|944602 |     0 |   0.0 | 312M| 260 |   - | 480 | 450 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
160.33/160.45	c   146s|  1030k|954240 |     0 |   0.0 | 315M| 260 |   - | 480 | 520 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
161.84/161.90	c   147s|  1040k|963883 |     0 |   0.0 | 318M| 260 |   - | 480 | 505 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
163.24/163.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.24/163.37	c   149s|  1050k|973505 |     0 |   0.0 | 321M| 260 |   - | 480 | 577 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
164.74/164.87	c   150s|  1060k|983103 |     0 |   0.0 | 324M| 260 |   - | 480 | 543 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
166.24/166.34	c   151s|  1070k|992747 |     0 |   0.0 | 327M| 260 |   - | 480 | 463 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
167.63/167.78	c   153s|  1080k|  1002k|     0 |   0.0 | 330M| 260 |   - | 480 | 564 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
169.13/169.24	c   154s|  1090k|  1011k|     0 |   0.0 | 333M| 260 |   - | 480 | 498 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
170.63/170.72	c   155s|  1100k|  1021k|     0 |   0.0 | 336M| 260 |   - | 480 | 511 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
172.03/172.16	c   157s|  1110k|  1031k|     0 |   0.0 | 338M| 260 |   - | 480 | 528 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
173.43/173.57	c   158s|  1120k|  1040k|     0 |   0.0 | 341M| 260 |   - | 480 | 492 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
174.93/175.07	c   159s|  1130k|  1050k|     0 |   0.0 | 344M| 260 |   - | 480 | 526 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
176.43/176.53	c   161s|  1140k|  1060k|     0 |   0.0 | 347M| 260 |   - | 480 | 458 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
177.83/177.95	c   162s|  1150k|  1069k|     0 |   0.0 | 351M| 260 |   - | 480 | 655 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
179.24/179.39	c   163s|  1160k|  1079k|     0 |   0.0 | 353M| 260 |   - | 480 | 567 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
180.74/180.85	c   164s|  1170k|  1089k|     0 |   0.0 | 356M| 260 |   - | 480 | 580 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
182.33/182.41	c   166s|  1180k|  1098k|     0 |   0.0 | 359M| 260 |   - | 480 | 604 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
183.73/183.88	c   167s|  1190k|  1108k|     0 |   0.0 | 362M| 260 |   - | 480 | 634 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
185.23/185.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.23/185.35	c   168s|  1200k|  1117k|     0 |   0.0 | 365M| 260 |   - | 480 | 570 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
186.73/186.84	c   170s|  1210k|  1127k|     0 |   0.0 | 368M| 260 |   - | 480 | 518 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
188.23/188.33	c   171s|  1220k|  1136k|     0 |   0.0 | 371M| 260 |   - | 480 | 520 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
189.63/189.75	c   173s|  1230k|  1146k|     0 |   0.0 | 374M| 260 |   - | 480 | 532 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
191.13/191.20	c   174s|  1240k|  1156k|     0 |   0.0 | 377M| 260 |   - | 480 | 597 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
192.53/192.67	c   175s|  1250k|  1165k|     0 |   0.0 | 380M| 260 |   - | 480 | 510 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
194.03/194.12	c   177s|  1260k|  1175k|     0 |   0.0 | 383M| 260 |   - | 480 | 520 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
195.43/195.58	c   178s|  1270k|  1185k|     0 |   0.0 | 386M| 260 |   - | 480 | 530 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
196.92/197.03	c   179s|  1280k|  1194k|     0 |   0.0 | 389M| 260 |   - | 480 | 574 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
198.33/198.49	c   181s|  1290k|  1204k|     0 |   0.0 | 392M| 260 |   - | 480 | 561 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
199.93/200.00	c   182s|  1300k|  1213k|     0 |   0.0 | 395M| 260 |   - | 480 | 589 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
201.32/201.49	c   183s|  1310k|  1223k|     0 |   0.0 | 398M| 260 |   - | 480 | 481 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
202.82/202.94	c   185s|  1320k|  1233k|     0 |   0.0 | 401M| 260 |   - | 480 | 560 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
204.23/204.38	c   186s|  1330k|  1242k|     0 |   0.0 | 404M| 260 |   - | 480 | 579 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
205.73/205.81	c   187s|  1340k|  1252k|     0 |   0.0 | 407M| 260 |   - | 480 | 592 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
207.23/207.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.23/207.30	c   189s|  1350k|  1261k|     0 |   0.0 | 410M| 260 |   - | 480 | 551 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
208.62/208.74	c   190s|  1360k|  1271k|     0 |   0.0 | 413M| 260 |   - | 480 | 430 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
210.12/210.23	c   191s|  1370k|  1281k|     0 |   0.0 | 416M| 260 |   - | 480 | 489 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
211.52/211.69	c   193s|  1380k|  1290k|     0 |   0.0 | 419M| 260 |   - | 480 | 486 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
213.02/213.16	c   194s|  1390k|  1300k|     0 |   0.0 | 422M| 260 |   - | 480 | 654 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
214.52/214.63	c   195s|  1400k|  1309k|     0 |   0.0 | 424M| 260 |   - | 480 | 396 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
215.92/216.09	c   197s|  1410k|  1319k|     0 |   0.0 | 428M| 260 |   - | 480 | 567 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
217.42/217.59	c   198s|  1420k|  1329k|     0 |   0.0 | 430M| 260 |   - | 480 | 455 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
218.92/219.01	c   199s|  1430k|  1338k|     0 |   0.0 | 433M| 260 |   - | 480 | 539 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
220.31/220.45	c   201s|  1440k|  1348k|     0 |   0.0 | 436M| 260 |   - | 480 | 591 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
221.82/221.94	c   202s|  1450k|  1358k|     0 |   0.0 | 439M| 260 |   - | 480 | 495 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
223.32/223.43	c   203s|  1460k|  1367k|     0 |   0.0 | 442M| 260 |   - | 480 | 606 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
224.71/224.85	c   205s|  1470k|  1377k|     0 |   0.0 | 445M| 260 |   - | 480 | 419 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
226.21/226.30	c   206s|  1480k|  1386k|     0 |   0.0 | 448M| 260 |   - | 480 | 515 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
227.72/227.82	c   207s|  1490k|  1396k|     0 |   0.0 | 451M| 260 |   - | 480 | 473 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
229.11/229.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.11/229.24	c   209s|  1500k|  1406k|     0 |   0.0 | 454M| 260 |   - | 480 | 486 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
230.61/230.75	c   210s|  1510k|  1415k|     0 |   0.0 | 457M| 260 |   - | 480 | 609 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
232.12/232.29	c   211s|  1520k|  1425k|     0 |   0.0 | 460M| 260 |   - | 480 | 602 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
233.61/233.75	c   213s|  1530k|  1434k|     0 |   0.0 | 463M| 260 |   - | 480 | 571 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
235.11/235.24	c   214s|  1540k|  1444k|     0 |   0.0 | 466M| 260 |   - | 480 | 532 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
236.62/236.75	c   215s|  1550k|  1454k|     0 |   0.0 | 469M| 260 |   - | 480 | 668 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
238.11/238.20	c   217s|  1560k|  1463k|     0 |   0.0 | 472M| 260 |   - | 480 | 522 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 |      --      |    Inf 
239.51/239.65	c   218s|  1570k|  1473k|     0 |   0.0 | 475M| 260 |   - | 480 | 508 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
240.91/241.09	c   219s|  1580k|  1482k|     0 |   0.0 | 478M| 260 |   - | 480 | 521 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
242.42/242.59	c   221s|  1590k|  1492k|     0 |   0.0 | 481M| 260 |   - | 480 | 562 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
244.02/244.16	c   222s|  1600k|  1502k|     0 |   0.0 | 484M| 260 |   - | 480 | 560 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
245.51/245.62	c   223s|  1610k|  1511k|     0 |   0.0 | 487M| 260 |   - | 480 | 410 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
246.91/247.08	c   225s|  1620k|  1521k|     0 |   0.0 | 489M| 260 |   - | 480 | 444 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 |      --      |    Inf 
248.42/248.57	c   226s|  1630k|  1530k|     0 |   0.0 | 492M| 260 |   - | 480 | 619 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
250.01/250.10	c   228s|  1640k|  1540k|     0 |   0.0 | 495M| 260 |   - | 480 | 456 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
251.41/251.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
251.41/251.56	c   229s|  1650k|  1550k|     0 |   0.0 | 498M| 260 |   - | 480 | 457 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
252.92/253.01	c   230s|  1660k|  1559k|     0 |   0.0 | 501M| 260 |   - | 480 | 488 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
254.40/254.50	c   232s|  1670k|  1569k|     0 |   0.0 | 504M| 260 |   - | 480 | 579 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 |      --      |    Inf 
255.81/255.96	c   233s|  1680k|  1578k|     0 |   0.0 | 507M| 260 |   - | 480 | 507 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
257.32/257.41	c   234s|  1690k|  1588k|     0 |   0.0 | 510M| 260 |   - | 480 | 458 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
258.71/258.85	c   236s|  1700k|  1598k|     0 |   0.0 | 513M| 260 |   - | 480 | 573 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
260.20/260.32	c   237s|  1710k|  1607k|     0 |   0.0 | 516M| 260 |   - | 480 | 665 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
261.71/261.87	c   238s|  1720k|  1617k|     0 |   0.0 | 519M| 260 |   - | 480 | 566 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
263.20/263.39	c   240s|  1730k|  1626k|     0 |   0.0 | 522M| 260 |   - | 480 | 461 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
264.70/264.84	c   241s|  1740k|  1636k|     0 |   0.0 | 525M| 260 |   - | 480 | 566 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
266.20/266.31	c   242s|  1750k|  1646k|     0 |   0.0 | 528M| 260 |   - | 480 | 570 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
267.60/267.75	c   244s|  1760k|  1655k|     0 |   0.0 | 531M| 260 |   - | 480 | 503 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
269.21/269.31	c   245s|  1770k|  1665k|     0 |   0.0 | 534M| 260 |   - | 480 | 509 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
270.70/270.82	c   246s|  1780k|  1674k|     0 |   0.0 | 537M| 260 |   - | 480 | 673 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
272.20/272.31	c   248s|  1790k|  1684k|     0 |   0.0 | 540M| 260 |   - | 480 | 559 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
273.71/273.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
273.71/273.84	c   249s|  1800k|  1693k|     0 |   0.0 | 543M| 260 |   - | 480 | 606 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
275.20/275.35	c   251s|  1810k|  1703k|     0 |   0.0 | 546M| 260 |   - | 480 | 468 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
276.60/276.78	c   252s|  1820k|  1713k|     0 |   0.0 | 549M| 260 |   - | 480 | 646 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
278.21/278.32	c   253s|  1830k|  1722k|     0 |   0.0 | 551M| 260 |   - | 480 | 497 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
279.60/279.76	c   255s|  1840k|  1732k|     0 |   0.0 | 554M| 260 |   - | 480 | 547 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
281.10/281.24	c   256s|  1850k|  1741k|     0 |   0.0 | 557M| 260 |   - | 480 | 575 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
282.51/282.68	c   257s|  1860k|  1751k|     0 |   0.0 | 560M| 260 |   - | 480 | 676 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
284.00/284.17	c   259s|  1870k|  1761k|     0 |   0.0 | 563M| 260 |   - | 480 | 505 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
285.50/285.65	c   260s|  1880k|  1770k|     0 |   0.0 | 566M| 260 |   - | 480 | 695 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
287.01/287.13	c   261s|  1890k|  1780k|     0 |   0.0 | 569M| 260 |   - | 480 | 386 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
288.50/288.68	c   263s|  1900k|  1789k|     0 |   0.0 | 572M| 260 |   - | 480 | 478 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
289.99/290.11	c   264s|  1910k|  1799k|     0 |   0.0 | 575M| 260 |   - | 480 | 526 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
291.40/291.52	c   265s|  1920k|  1808k|     0 |   0.0 | 578M| 260 |   - | 480 | 638 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
292.80/292.98	c   267s|  1930k|  1818k|     0 |   0.0 | 581M| 260 |   - | 480 | 678 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
294.30/294.47	c   268s|  1940k|  1828k|     0 |   0.0 | 584M| 260 |   - | 480 | 590 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
295.89/296.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.89/296.04	c   270s|  1950k|  1837k|     0 |   0.0 | 587M| 260 |   - | 480 | 558 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
297.40/297.51	c   271s|  1960k|  1847k|     0 |   0.0 | 590M| 260 |   - | 480 | 523 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
298.80/298.96	c   272s|  1970k|  1856k|     0 |   0.0 | 593M| 260 |   - | 480 | 586 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
300.30/300.40	c   273s|  1980k|  1866k|     0 |   0.0 | 596M| 260 |   - | 480 | 376 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
301.70/301.82	c   275s|  1990k|  1876k|     0 |   0.0 | 599M| 260 |   - | 480 | 429 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
303.09/303.24	c   276s|  2000k|  1885k|     0 |   0.0 | 602M| 260 |   - | 480 | 413 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
304.50/304.69	c   277s|  2010k|  1895k|     0 |   0.0 | 605M| 260 |   - | 480 | 548 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
306.00/306.12	c   279s|  2020k|  1904k|     0 |   0.0 | 608M| 260 |   - | 480 | 675 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
307.40/307.57	c   280s|  2030k|  1914k|     0 |   0.0 | 611M| 260 |   - | 480 | 554 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
308.90/309.09	c   281s|  2040k|  1924k|     0 |   0.0 | 613M| 260 |   - | 480 | 485 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
310.39/310.57	c   283s|  2050k|  1933k|     0 |   0.0 | 616M| 260 |   - | 480 | 485 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
311.89/312.05	c   284s|  2060k|  1943k|     0 |   0.0 | 619M| 260 |   - | 480 | 502 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
313.40/313.53	c   285s|  2070k|  1952k|     0 |   0.0 | 622M| 260 |   - | 480 | 428 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
314.89/315.06	c   287s|  2080k|  1962k|     0 |   0.0 | 625M| 260 |   - | 480 | 605 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
316.39/316.52	c   288s|  2090k|  1971k|     0 |   0.0 | 628M| 260 |   - | 480 | 636 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
317.89/318.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.89/318.02	c   290s|  2100k|  1981k|     0 |   0.0 | 631M| 260 |   - | 480 | 495 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
319.39/319.56	c   291s|  2110k|  1991k|     0 |   0.0 | 634M| 260 |   - | 480 | 619 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
320.99/321.18	c   292s|  2120k|  2000k|     0 |   0.0 | 637M| 260 |   - | 480 | 501 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
322.48/322.63	c   294s|  2130k|  2010k|     0 |   0.0 | 640M| 260 |   - | 480 | 451 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
323.89/324.08	c   295s|  2140k|  2019k|     0 |   0.0 | 643M| 260 |   - | 480 | 407 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
325.39/325.58	c   296s|  2150k|  2029k|     0 |   0.0 | 646M| 260 |   - | 480 | 595 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
326.88/327.08	c   298s|  2160k|  2038k|     0 |   0.0 | 649M| 260 |   - | 480 | 442 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
328.38/328.55	c   299s|  2170k|  2048k|     0 |   0.0 | 652M| 260 |   - | 480 | 568 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
329.89/330.04	c   300s|  2180k|  2058k|     0 |   0.0 | 655M| 260 |   - | 480 | 543 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
331.39/331.55	c   302s|  2190k|  2067k|     0 |   0.0 | 658M| 260 |   - | 480 | 639 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
332.89/333.05	c   303s|  2200k|  2077k|     0 |   0.0 | 661M| 260 |   - | 480 | 586 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
334.39/334.58	c   305s|  2210k|  2086k|     0 |   0.0 | 664M| 260 |   - | 480 | 442 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
335.89/336.09	c   306s|  2220k|  2096k|     0 |   0.0 | 667M| 260 |   - | 480 | 484 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
337.39/337.54	c   307s|  2230k|  2106k|     0 |   0.0 | 670M| 260 |   - | 480 | 483 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
338.88/339.02	c   309s|  2240k|  2115k|     0 |   0.0 | 673M| 260 |   - | 480 | 511 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
340.39/340.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.39/340.51	c   310s|  2250k|  2125k|     0 |   0.0 | 676M| 260 |   - | 480 | 512 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
341.89/342.05	c   311s|  2260k|  2134k|     0 |   0.0 | 678M| 260 |   - | 480 | 547 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
343.38/343.52	c   313s|  2270k|  2144k|     0 |   0.0 | 681M| 260 |   - | 480 | 574 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
344.88/345.04	c   314s|  2280k|  2153k|     0 |   0.0 | 684M| 260 |   - | 480 | 528 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
346.39/346.57	c   316s|  2290k|  2163k|     0 |   0.0 | 687M| 260 |   - | 480 | 588 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
347.88/348.05	c   317s|  2300k|  2173k|     0 |   0.0 | 690M| 260 |   - | 480 | 590 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
349.48/349.60	c   318s|  2310k|  2182k|     0 |   0.0 | 693M| 260 |   - | 480 | 508 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
350.98/351.13	c   320s|  2320k|  2192k|     0 |   0.0 | 696M| 260 |   - | 480 | 526 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
352.48/352.61	c   321s|  2330k|  2201k|     0 |   0.0 | 699M| 260 |   - | 480 | 567 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
353.88/354.07	c   322s|  2340k|  2211k|     0 |   0.0 | 702M| 260 |   - | 480 | 587 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
355.48/355.61	c   324s|  2350k|  2220k|     0 |   0.0 | 705M| 260 |   - | 480 | 522 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
356.88/357.07	c   325s|  2360k|  2230k|     0 |   0.0 | 708M| 260 |   - | 480 | 495 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
358.38/358.56	c   326s|  2370k|  2240k|     0 |   0.0 | 711M| 260 |   - | 480 | 632 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
359.98/360.10	c   328s|  2380k|  2249k|     0 |   0.0 | 714M| 260 |   - | 480 | 521 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
361.48/361.61	c   329s|  2390k|  2259k|     0 |   0.0 | 717M| 260 |   - | 480 | 684 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
362.98/363.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.98/363.10	c   331s|  2400k|  2268k|     0 |   0.0 | 720M| 260 |   - | 480 | 622 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
364.48/364.62	c   332s|  2410k|  2278k|     0 |   0.0 | 723M| 260 |   - | 480 | 520 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
365.97/366.11	c   333s|  2420k|  2287k|     0 |   0.0 | 726M| 260 |   - | 480 | 493 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
367.38/367.57	c   335s|  2430k|  2297k|     0 |   0.0 | 729M| 260 |   - | 480 | 504 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
368.87/369.04	c   336s|  2440k|  2307k|     0 |   0.0 | 732M| 260 |   - | 480 | 338 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
370.28/370.47	c   337s|  2450k|  2316k|     0 |   0.0 | 735M| 260 |   - | 480 | 489 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
371.77/371.90	c   339s|  2460k|  2326k|     0 |   0.0 | 738M| 260 |   - | 480 | 604 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
373.17/373.32	c   340s|  2470k|  2335k|     0 |   0.0 | 741M| 260 |   - | 480 | 644 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
374.67/374.84	c   341s|  2480k|  2345k|     0 |   0.0 | 744M| 260 |   - | 480 | 505 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
376.17/376.32	c   343s|  2490k|  2354k|     0 |   0.0 | 747M| 260 |   - | 480 | 586 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
377.67/377.83	c   344s|  2500k|  2364k|     0 |   0.0 | 750M| 260 |   - | 480 | 671 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
379.17/379.31	c   345s|  2510k|  2374k|     0 |   0.0 | 753M| 260 |   - | 480 | 594 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
380.68/380.80	c   347s|  2520k|  2383k|     0 |   0.0 | 755M| 260 |   - | 480 | 414 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
382.07/382.27	c   348s|  2530k|  2393k|     0 |   0.0 | 758M| 260 |   - | 480 | 422 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
383.57/383.73	c   349s|  2540k|  2402k|     0 |   0.0 | 761M| 260 |   - | 480 | 527 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
384.97/385.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
384.97/385.16	c   351s|  2550k|  2412k|     0 |   0.0 | 764M| 260 |   - | 480 | 375 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
386.47/386.62	c   352s|  2560k|  2421k|     0 |   0.0 | 767M| 260 |   - | 480 | 590 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
387.87/388.09	c   353s|  2570k|  2431k|     0 |   0.0 | 770M| 260 |   - | 480 | 441 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
389.36/389.58	c   355s|  2580k|  2441k|     0 |   0.0 | 773M| 260 |   - | 480 | 447 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
390.97/391.11	c   356s|  2590k|  2450k|     0 |   0.0 | 776M| 260 |   - | 480 | 527 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
392.47/392.64	c   358s|  2600k|  2460k|     0 |   0.0 | 779M| 260 |   - | 480 | 573 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
393.96/394.18	c   359s|  2610k|  2469k|     0 |   0.0 | 782M| 260 |   - | 480 | 628 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
395.57/395.74	c   360s|  2620k|  2479k|     0 |   0.0 | 785M| 260 |   - | 480 | 508 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
397.16/397.30	c   362s|  2630k|  2488k|     0 |   0.0 | 788M| 260 |   - | 480 | 477 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
398.57/398.76	c   363s|  2640k|  2498k|     0 |   0.0 | 791M| 260 |   - | 480 | 501 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
400.07/400.26	c   364s|  2650k|  2508k|     0 |   0.0 | 794M| 260 |   - | 480 | 455 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
401.57/401.78	c   366s|  2660k|  2517k|     0 |   0.0 | 797M| 260 |   - | 480 | 518 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
403.16/403.32	c   367s|  2670k|  2527k|     0 |   0.0 | 800M| 260 |   - | 480 | 591 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
404.57/404.76	c   369s|  2680k|  2536k|     0 |   0.0 | 803M| 260 |   - | 480 | 481 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
406.06/406.22	c   370s|  2690k|  2546k|     0 |   0.0 | 806M| 260 |   - | 480 | 573 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
407.56/407.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
407.56/407.72	c   371s|  2700k|  2555k|     0 |   0.0 | 809M| 260 |   - | 480 | 591 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
408.97/409.18	c   373s|  2710k|  2565k|     0 |   0.0 | 812M| 260 |   - | 480 | 646 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
410.46/410.66	c   374s|  2720k|  2575k|     0 |   0.0 | 815M| 260 |   - | 480 | 532 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
411.96/412.15	c   375s|  2730k|  2584k|     0 |   0.0 | 817M| 260 |   - | 480 | 484 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
413.37/413.59	c   377s|  2740k|  2594k|     0 |   0.0 | 820M| 260 |   - | 480 | 448 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
414.96/415.13	c   378s|  2750k|  2603k|     0 |   0.0 | 823M| 260 |   - | 480 | 550 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
416.56/416.71	c   380s|  2760k|  2613k|     0 |   0.0 | 826M| 260 |   - | 480 | 417 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
418.16/418.35	c   381s|  2770k|  2622k|     0 |   0.0 | 829M| 260 |   - | 480 | 439 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
419.76/419.92	c   382s|  2780k|  2632k|     0 |   0.0 | 832M| 260 |   - | 480 | 675 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
421.26/421.45	c   384s|  2790k|  2641k|     0 |   0.0 | 835M| 260 |   - | 480 | 446 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
422.76/422.93	c   385s|  2800k|  2651k|     0 |   0.0 | 838M| 260 |   - | 480 | 577 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
424.25/424.41	c   387s|  2810k|  2661k|     0 |   0.0 | 841M| 260 |   - | 480 | 547 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
425.76/425.95	c   388s|  2820k|  2670k|     0 |   0.0 | 844M| 260 |   - | 480 | 555 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
427.35/427.51	c   389s|  2830k|  2680k|     0 |   0.0 | 847M| 260 |   - | 480 | 607 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
428.76/428.95	c   391s|  2840k|  2689k|     0 |   0.0 | 850M| 260 |   - | 480 | 508 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
430.36/430.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
430.36/430.54	c   392s|  2850k|  2699k|     0 |   0.0 | 853M| 260 |   - | 480 | 538 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
431.95/432.13	c   394s|  2860k|  2708k|     0 |   0.0 | 856M| 260 |   - | 480 | 488 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
433.46/433.62	c   395s|  2870k|  2718k|     0 |   0.0 | 859M| 260 |   - | 480 | 571 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
434.85/435.08	c   396s|  2880k|  2728k|     0 |   0.0 | 862M| 260 |   - | 480 | 560 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
436.46/436.70	c   398s|  2890k|  2737k|     0 |   0.0 | 865M| 260 |   - | 480 | 512 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
438.06/438.23	c   399s|  2900k|  2747k|     0 |   0.0 | 868M| 260 |   - | 480 | 428 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
439.56/439.72	c   400s|  2910k|  2756k|     0 |   0.0 | 871M| 260 |   - | 480 | 481 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
440.96/441.19	c   402s|  2920k|  2766k|     0 |   0.0 | 874M| 260 |   - | 480 | 567 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
442.45/442.69	c   403s|  2930k|  2775k|     0 |   0.0 | 877M| 260 |   - | 480 | 572 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
444.05/444.21	c   405s|  2940k|  2785k|     0 |   0.0 | 880M| 260 |   - | 480 | 642 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
445.55/445.76	c   406s|  2950k|  2794k|     0 |   0.0 | 883M| 260 |   - | 480 | 607 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
447.25/447.47	c   408s|  2960k|  2804k|     0 |   0.0 | 886M| 260 |   - | 480 | 661 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
448.94/449.18	c   409s|  2970k|  2813k|     0 |   0.0 | 888M| 260 |   - | 480 | 584 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
450.55/450.79	c   411s|  2980k|  2823k|     0 |   0.0 | 891M| 260 |   - | 480 | 543 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
452.15/452.36	c   412s|  2990k|  2833k|     0 |   0.0 | 894M| 260 |   - | 480 | 509 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
453.75/453.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
453.75/453.92	c   414s|  3000k|  2842k|     0 |   0.0 | 897M| 260 |   - | 480 | 496 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
455.15/455.37	c   415s|  3010k|  2852k|     0 |   0.0 | 900M| 260 |   - | 480 | 408 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
456.85/457.02	c   416s|  3020k|  2861k|     0 |   0.0 | 903M| 260 |   - | 480 | 576 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
458.35/458.57	c   418s|  3030k|  2871k|     0 |   0.0 | 906M| 260 |   - | 480 | 453 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
459.84/460.02	c   419s|  3040k|  2880k|     0 |   0.0 | 909M| 260 |   - | 480 | 480 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
461.45/461.63	c   421s|  3050k|  2890k|     0 |   0.0 | 912M| 260 |   - | 480 | 465 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
462.96/463.17	c   422s|  3060k|  2899k|     0 |   0.0 | 915M| 260 |   - | 480 | 649 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
464.54/464.71	c   423s|  3070k|  2909k|     0 |   0.0 | 918M| 260 |   - | 480 | 608 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
465.95/466.17	c   425s|  3080k|  2919k|     0 |   0.0 | 921M| 260 |   - | 480 | 515 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
467.54/467.70	c   426s|  3090k|  2928k|     0 |   0.0 | 924M| 260 |   - | 480 | 601 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
469.05/469.26	c   428s|  3100k|  2938k|     0 |   0.0 | 927M| 260 |   - | 480 | 500 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
470.55/470.79	c   429s|  3110k|  2947k|     0 |   0.0 | 930M| 260 |   - | 480 | 406 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
472.04/472.28	c   430s|  3120k|  2957k|     0 |   0.0 | 933M| 260 |   - | 480 | 497 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
473.54/473.78	c   432s|  3130k|  2966k|     0 |   0.0 | 936M| 260 |   - | 480 | 390 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
475.14/475.38	c   433s|  3140k|  2976k|     0 |   0.0 | 939M| 260 |   - | 480 | 481 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
476.75/476.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.75/476.91	c   435s|  3150k|  2985k|     0 |   0.0 | 942M| 260 |   - | 480 | 540 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
478.24/478.47	c   436s|  3160k|  2995k|     0 |   0.0 | 945M| 260 |   - | 480 | 576 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
479.74/479.95	c   437s|  3170k|  3004k|     0 |   0.0 | 947M| 260 |   - | 480 | 557 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
481.44/481.65	c   439s|  3180k|  3014k|     0 |   0.0 | 950M| 260 |   - | 480 | 543 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
483.05/483.26	c   440s|  3190k|  3024k|     0 |   0.0 | 953M| 260 |   - | 480 | 576 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
484.64/484.83	c   442s|  3200k|  3033k|     0 |   0.0 | 956M| 260 |   - | 480 | 688 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
486.34/486.50	c   443s|  3210k|  3043k|     0 |   0.0 | 959M| 260 |   - | 480 | 648 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
487.84/488.09	c   445s|  3220k|  3052k|     0 |   0.0 | 962M| 260 |   - | 480 | 538 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
489.54/489.75	c   446s|  3230k|  3062k|     0 |   0.0 | 965M| 260 |   - | 480 | 472 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
491.14/491.31	c   448s|  3240k|  3071k|     0 |   0.0 | 968M| 260 |   - | 480 | 458 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
492.73/492.97	c   449s|  3250k|  3081k|     0 |   0.0 | 971M| 260 |   - | 480 | 481 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
494.34/494.60	c   451s|  3260k|  3090k|     0 |   0.0 | 974M| 260 |   - | 480 | 366 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
495.94/496.17	c   452s|  3270k|  3100k|     0 |   0.0 | 977M| 260 |   - | 480 | 514 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
497.64/497.88	c   454s|  3280k|  3110k|     0 |   0.0 | 980M| 260 |   - | 480 | 568 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
499.25/499.49	c   455s|  3290k|  3119k|     0 |   0.0 | 983M| 260 |   - | 480 | 543 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
500.83/501.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
500.83/501.01	c   457s|  3300k|  3129k|     0 |   0.0 | 986M| 260 |   - | 480 | 559 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
502.33/502.52	c   458s|  3310k|  3138k|     0 |   0.0 | 989M| 260 |   - | 480 | 673 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
503.84/504.08	c   459s|  3320k|  3148k|     0 |   0.0 | 992M| 260 |   - | 480 | 486 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
505.43/505.65	c   461s|  3330k|  3157k|     0 |   0.0 | 995M| 260 |   - | 480 | 492 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
506.94/507.15	c   462s|  3340k|  3167k|     0 |   0.0 | 998M| 260 |   - | 480 | 552 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
508.64/508.80	c   464s|  3350k|  3176k|     0 |   0.0 |1001M| 260 |   - | 480 | 616 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
510.24/510.49	c   465s|  3360k|  3186k|     0 |   0.0 |1004M| 260 |   - | 480 | 511 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
511.93/512.14	c   467s|  3370k|  3195k|     0 |   0.0 |1007M| 260 |   - | 480 | 633 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
513.54/513.76	c   468s|  3380k|  3205k|     0 |   0.0 |1010M| 260 |   - | 480 | 439 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
515.14/515.37	c   470s|  3390k|  3214k|     0 |   0.0 |1013M| 260 |   - | 480 | 454 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
516.74/516.95	c   471s|  3400k|  3224k|     0 |   0.0 |1015M| 260 |   - | 480 | 460 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
518.34/518.50	c   473s|  3410k|  3234k|     0 |   0.0 |1018M| 260 |   - | 480 | 562 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
520.04/520.21	c   474s|  3420k|  3243k|     0 |   0.0 |1021M| 260 |   - | 480 | 498 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
521.53/521.71	c   476s|  3430k|  3253k|     0 |   0.0 |1024M| 260 |   - | 480 | 386 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
522.93/523.12	c   477s|  3440k|  3262k|     0 |   0.0 |1027M| 260 |   - | 480 | 536 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
524.63/524.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.63/524.86	c   478s|  3450k|  3272k|     0 |   0.0 |1030M| 260 |   - | 480 | 706 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
526.33/526.50	c   480s|  3460k|  3281k|     0 |   0.0 |1033M| 260 |   - | 480 | 552 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
527.93/528.15	c   481s|  3470k|  3291k|     0 |   0.0 |1036M| 260 |   - | 480 | 592 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
529.53/529.76	c   483s|  3480k|  3300k|     0 |   0.0 |1039M| 260 |   - | 480 | 638 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
531.13/531.39	c   484s|  3490k|  3310k|     0 |   0.0 |1042M| 260 |   - | 480 | 522 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
532.63/532.89	c   486s|  3500k|  3319k|     0 |   0.0 |1045M| 260 |   - | 480 | 497 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
534.33/534.53	c   487s|  3510k|  3329k|     0 |   0.0 |1048M| 260 |   - | 480 | 400 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
535.92/536.15	c   489s|  3520k|  3338k|     0 |   0.0 |1051M| 260 |   - | 480 | 448 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
537.43/537.66	c   490s|  3530k|  3348k|     0 |   0.0 |1054M| 260 |   - | 480 | 591 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
539.03/539.25	c   492s|  3540k|  3357k|     0 |   0.0 |1057M| 260 |   - | 480 | 545 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
540.52/540.77	c   493s|  3550k|  3367k|     0 |   0.0 |1060M| 260 |   - | 480 | 378 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
542.13/542.39	c   495s|  3560k|  3377k|     0 |   0.0 |1063M| 260 |   - | 480 | 459 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
543.53/543.79	c   496s|  3570k|  3386k|     0 |   0.0 |1066M| 260 |   - | 480 | 421 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
545.22/545.43	c   497s|  3580k|  3396k|     0 |   0.0 |1069M| 260 |   - | 480 | 391 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
546.82/547.08	c   499s|  3590k|  3405k|     0 |   0.0 |1072M| 260 |   - | 480 | 577 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
548.32/548.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
548.32/548.55	c   500s|  3600k|  3415k|     0 |   0.0 |1075M| 260 |   - | 480 | 577 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
549.93/550.14	c   502s|  3610k|  3424k|     0 |   0.0 |1078M| 260 |   - | 480 | 643 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
551.52/551.73	c   503s|  3620k|  3434k|     0 |   0.0 |1081M| 260 |   - | 480 | 543 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
553.13/553.36	c   505s|  3630k|  3443k|     0 |   0.0 |1083M| 260 |   - | 480 | 497 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
554.82/555.02	c   506s|  3640k|  3453k|     0 |   0.0 |1086M| 260 |   - | 480 | 510 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
556.43/556.61	c   508s|  3650k|  3462k|     0 |   0.0 |1089M| 260 |   - | 480 | 531 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
558.02/558.23	c   509s|  3660k|  3472k|     0 |   0.0 |1092M| 260 |   - | 480 | 484 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
559.52/559.78	c   510s|  3670k|  3482k|     0 |   0.0 |1095M| 260 |   - | 480 | 431 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
561.22/561.40	c   512s|  3680k|  3491k|     0 |   0.0 |1098M| 260 |   - | 480 | 508 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 |      --      |    Inf 
562.72/562.97	c   513s|  3690k|  3501k|     0 |   0.0 |1101M| 260 |   - | 480 | 493 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
564.32/564.53	c   515s|  3700k|  3510k|     0 |   0.0 |1104M| 260 |   - | 480 | 597 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
565.81/566.07	c   516s|  3710k|  3520k|     0 |   0.0 |1107M| 260 |   - | 480 | 649 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
567.43/567.61	c   518s|  3720k|  3529k|     0 |   0.0 |1110M| 260 |   - | 480 | 534 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
569.01/569.29	c   519s|  3730k|  3539k|     0 |   0.0 |1113M| 260 |   - | 480 | 431 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
570.62/570.83	c   521s|  3740k|  3548k|     0 |   0.0 |1116M| 260 |   - | 480 | 554 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
572.41/572.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
572.41/572.61	c   522s|  3750k|  3558k|     0 |   0.0 |1119M| 260 |   - | 480 | 485 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
574.12/574.35	c   524s|  3760k|  3567k|     0 |   0.0 |1122M| 260 |   - | 480 | 524 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
575.62/575.84	c   525s|  3770k|  3577k|     0 |   0.0 |1125M| 260 |   - | 480 | 594 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
577.22/577.49	c   527s|  3780k|  3586k|     0 |   0.0 |1128M| 260 |   - | 480 | 619 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
578.81/579.02	c   528s|  3790k|  3596k|     0 |   0.0 |1131M| 260 |   - | 480 | 558 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
580.41/580.67	c   530s|  3800k|  3605k|     0 |   0.0 |1134M| 260 |   - | 480 | 465 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
582.01/582.21	c   531s|  3810k|  3615k|     0 |   0.0 |1137M| 260 |   - | 480 | 547 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
583.61/583.85	c   533s|  3820k|  3624k|     0 |   0.0 |1140M| 260 |   - | 480 | 550 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
585.21/585.47	c   534s|  3830k|  3634k|     0 |   0.0 |1143M| 260 |   - | 480 | 405 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
586.71/586.99	c   535s|  3840k|  3644k|     0 |   0.0 |1146M| 260 |   - | 480 | 427 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
588.32/588.56	c   537s|  3850k|  3653k|     0 |   0.0 |1149M| 260 |   - | 480 | 406 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
590.00/590.26	c   538s|  3860k|  3663k|     0 |   0.0 |1152M| 260 |   - | 480 | 597 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
591.71/591.92	c   540s|  3870k|  3672k|     0 |   0.0 |1154M| 260 |   - | 480 | 482 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
593.31/593.53	c   541s|  3880k|  3682k|     0 |   0.0 |1157M| 260 |   - | 480 | 452 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
594.92/595.10	c   543s|  3890k|  3691k|     0 |   0.0 |1160M| 260 |   - | 480 | 479 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
596.51/596.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
596.51/596.70	c   544s|  3900k|  3701k|     0 |   0.0 |1163M| 260 |   - | 480 | 505 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
597.91/598.19	c   546s|  3910k|  3710k|     0 |   0.0 |1166M| 260 |   - | 480 | 517 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
599.51/599.73	c   547s|  3920k|  3720k|     0 |   0.0 |1169M| 260 |   - | 480 | 517 |   0 |   0 |   0 | 483k|   0 | 0.000000e+00 |      --      |    Inf 
601.01/601.25	c   548s|  3930k|  3729k|     0 |   0.0 |1172M| 260 |   - | 480 | 550 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 |      --      |    Inf 
602.80/603.01	c   550s|  3940k|  3739k|     0 |   0.0 |1175M| 260 |   - | 480 | 634 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
604.50/604.71	c   552s|  3950k|  3748k|     0 |   0.0 |1178M| 260 |   - | 480 | 429 |   0 |   0 |   0 | 486k|   0 | 0.000000e+00 |      --      |    Inf 
605.91/606.14	c   553s|  3960k|  3758k|     0 |   0.0 |1181M| 260 |   - | 480 | 550 |   0 |   0 |   0 | 487k|   0 | 0.000000e+00 |      --      |    Inf 
607.60/607.81	c   554s|  3970k|  3767k|     0 |   0.0 |1184M| 260 |   - | 480 | 428 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
609.11/609.31	c   556s|  3980k|  3777k|     0 |   0.0 |1187M| 260 |   - | 480 | 541 |   0 |   0 |   0 | 489k|   0 | 0.000000e+00 |      --      |    Inf 
610.60/610.86	c   557s|  3990k|  3787k|     0 |   0.0 |1190M| 260 |   - | 480 | 390 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
612.10/612.38	c   559s|  4000k|  3796k|     0 |   0.0 |1193M| 260 |   - | 480 | 483 |   0 |   0 |   0 | 491k|   0 | 0.000000e+00 |      --      |    Inf 
613.70/613.94	c   560s|  4010k|  3806k|     0 |   0.0 |1196M| 260 |   - | 480 | 427 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
615.40/615.63	c   562s|  4020k|  3815k|     0 |   0.0 |1199M| 260 |   - | 480 | 415 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
617.10/617.31	c   563s|  4030k|  3825k|     0 |   0.0 |1202M| 260 |   - | 480 | 503 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
618.60/618.82	c   565s|  4040k|  3834k|     0 |   0.0 |1205M| 260 |   - | 480 | 403 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
620.21/620.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.21/620.49	c   566s|  4050k|  3844k|     0 |   0.0 |1208M| 260 |   - | 480 | 445 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
621.90/622.10	c   568s|  4060k|  3853k|     0 |   0.0 |1211M| 260 |   - | 480 | 575 |   0 |   0 |   0 | 496k|   0 | 0.000000e+00 |      --      |    Inf 
623.40/623.66	c   569s|  4070k|  3863k|     0 |   0.0 |1213M| 260 |   - | 480 | 522 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 |      --      |    Inf 
624.90/625.19	c   570s|  4080k|  3872k|     0 |   0.0 |1216M| 260 |   - | 480 | 550 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
626.50/626.74	c   572s|  4090k|  3882k|     0 |   0.0 |1219M| 260 |   - | 480 | 578 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
628.20/628.45	c   573s|  4100k|  3891k|     0 |   0.0 |1222M| 260 |   - | 480 | 639 |   0 |   0 |   0 | 501k|   0 | 0.000000e+00 |      --      |    Inf 
629.80/630.09	c   575s|  4110k|  3901k|     0 |   0.0 |1225M| 260 |   - | 480 | 521 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
631.40/631.63	c   576s|  4120k|  3910k|     0 |   0.0 |1228M| 260 |   - | 480 | 454 |   0 |   0 |   0 | 503k|   0 | 0.000000e+00 |      --      |    Inf 
633.10/633.31	c   578s|  4130k|  3920k|     0 |   0.0 |1231M| 260 |   - | 480 | 465 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 |      --      |    Inf 
634.59/634.87	c   579s|  4140k|  3930k|     0 |   0.0 |1234M| 260 |   - | 480 | 555 |   0 |   0 |   0 | 505k|   0 | 0.000000e+00 |      --      |    Inf 
636.29/636.51	c   581s|  4150k|  3939k|     0 |   0.0 |1237M| 260 |   - | 480 | 551 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
637.89/638.15	c   582s|  4160k|  3949k|     0 |   0.0 |1240M| 260 |   - | 480 | 545 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 |      --      |    Inf 
639.59/639.80	c   584s|  4170k|  3958k|     0 |   0.0 |1243M| 260 |   - | 480 | 444 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 |      --      |    Inf 
641.10/641.31	c   585s|  4180k|  3968k|     0 |   0.0 |1246M| 260 |   - | 480 | 531 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 |      --      |    Inf 
642.69/642.90	c   587s|  4190k|  3977k|     0 |   0.0 |1249M| 260 |   - | 480 | 365 |   0 |   0 |   0 | 509k|   0 | 0.000000e+00 |      --      |    Inf 
644.30/644.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.30/644.50	c   588s|  4200k|  3987k|     0 |   0.0 |1252M| 260 |   - | 480 | 477 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 |      --      |    Inf 
645.89/646.10	c   590s|  4210k|  3996k|     0 |   0.0 |1255M| 260 |   - | 480 | 362 |   0 |   0 |   0 | 511k|   0 | 0.000000e+00 |      --      |    Inf 
647.40/647.66	c   591s|  4220k|  4006k|     0 |   0.0 |1258M| 260 |   - | 480 | 451 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
649.09/649.31	c   593s|  4230k|  4015k|     0 |   0.0 |1261M| 260 |   - | 480 | 464 |   0 |   0 |   0 | 513k|   0 | 0.000000e+00 |      --      |    Inf 
650.59/650.89	c   594s|  4240k|  4025k|     0 |   0.0 |1264M| 260 |   - | 480 | 500 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 |      --      |    Inf 
652.19/652.46	c   595s|  4250k|  4034k|     0 |   0.0 |1267M| 260 |   - | 480 | 624 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 |      --      |    Inf 
653.79/654.00	c   597s|  4260k|  4044k|     0 |   0.0 |1270M| 260 |   - | 480 | 516 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 |      --      |    Inf 
655.39/655.61	c   598s|  4270k|  4053k|     0 |   0.0 |1273M| 260 |   - | 480 | 536 |   0 |   0 |   0 | 517k|   0 | 0.000000e+00 |      --      |    Inf 
657.19/657.43	c   600s|  4280k|  4063k|     0 |   0.0 |1276M| 260 |   - | 480 | 606 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
658.89/659.10	c   602s|  4290k|  4072k|     0 |   0.0 |1279M| 260 |   - | 480 | 499 |   0 |   0 |   0 | 519k|   0 | 0.000000e+00 |      --      |    Inf 
660.39/660.64	c   603s|  4300k|  4082k|     0 |   0.0 |1281M| 260 |   - | 480 | 346 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 |      --      |    Inf 
661.90/662.19	c   604s|  4310k|  4092k|     0 |   0.0 |1284M| 260 |   - | 480 | 388 |   0 |   0 |   0 | 521k|   0 | 0.000000e+00 |      --      |    Inf 
663.49/663.73	c   606s|  4320k|  4101k|     0 |   0.0 |1287M| 260 |   - | 480 | 421 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
664.98/665.21	c   607s|  4330k|  4111k|     0 |   0.0 |1290M| 260 |   - | 480 | 424 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
666.78/667.06	c   609s|  4340k|  4120k|     0 |   0.0 |1293M| 260 |   - | 480 | 569 |   0 |   0 |   0 | 523k|   0 | 0.000000e+00 |      --      |    Inf 
668.39/668.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
668.39/668.63	c   610s|  4350k|  4130k|     0 |   0.0 |1296M| 260 |   - | 480 | 420 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 |      --      |    Inf 
669.89/670.14	c   612s|  4360k|  4139k|     0 |   0.0 |1299M| 260 |   - | 480 | 419 |   0 |   0 |   0 | 525k|   0 | 0.000000e+00 |      --      |    Inf 
671.49/671.73	c   613s|  4370k|  4149k|     0 |   0.0 |1302M| 260 |   - | 480 | 378 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
673.00/673.28	c   615s|  4380k|  4158k|     0 |   0.0 |1305M| 260 |   - | 480 | 501 |   0 |   0 |   0 | 527k|   0 | 0.000000e+00 |      --      |    Inf 
674.78/675.03	c   616s|  4390k|  4168k|     0 |   0.0 |1308M| 260 |   - | 480 | 408 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 |      --      |    Inf 
676.49/676.79	c   618s|  4400k|  4177k|     0 |   0.0 |1311M| 260 |   - | 480 | 599 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 |      --      |    Inf 
678.19/678.40	c   619s|  4410k|  4187k|     0 |   0.0 |1314M| 260 |   - | 480 | 604 |   0 |   0 |   0 | 530k|   0 | 0.000000e+00 |      --      |    Inf 
679.78/680.07	c   621s|  4420k|  4196k|     0 |   0.0 |1317M| 260 |   - | 480 | 476 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 |      --      |    Inf 
681.39/681.63	c   622s|  4430k|  4206k|     0 |   0.0 |1320M| 260 |   - | 480 | 587 |   0 |   0 |   0 | 532k|   0 | 0.000000e+00 |      --      |    Inf 
682.89/683.16	c   624s|  4440k|  4215k|     0 |   0.0 |1323M| 260 |   - | 480 | 489 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 |      --      |    Inf 
684.48/684.70	c   625s|  4450k|  4225k|     0 |   0.0 |1326M| 260 |   - | 480 | 488 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 |      --      |    Inf 
685.98/686.27	c   626s|  4460k|  4234k|     0 |   0.0 |1329M| 260 |   - | 480 | 459 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 |      --      |    Inf 
687.68/687.94	c   628s|  4470k|  4244k|     0 |   0.0 |1332M| 260 |   - | 480 | 347 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 |      --      |    Inf 
689.27/689.52	c   629s|  4480k|  4253k|     0 |   0.0 |1335M| 260 |   - | 480 | 451 |   0 |   0 |   0 | 536k|   0 | 0.000000e+00 |      --      |    Inf 
691.17/691.44	c   631s|  4490k|  4263k|     0 |   0.0 |1337M| 260 |   - | 480 | 378 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 |      --      |    Inf 
692.78/693.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
692.78/693.01	c   633s|  4500k|  4272k|     0 |   0.0 |1340M| 260 |   - | 480 | 518 |   0 |   0 |   0 | 538k|   0 | 0.000000e+00 |      --      |    Inf 
694.47/694.75	c   634s|  4510k|  4282k|     0 |   0.0 |1343M| 260 |   - | 480 | 425 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 |      --      |    Inf 
696.17/696.45	c   636s|  4520k|  4291k|     0 |   0.0 |1346M| 260 |   - | 480 | 419 |   0 |   0 |   0 | 540k|   0 | 0.000000e+00 |      --      |    Inf 
697.77/698.06	c   637s|  4530k|  4301k|     0 |   0.0 |1349M| 260 |   - | 480 | 549 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 |      --      |    Inf 
699.47/699.70	c   639s|  4540k|  4310k|     0 |   0.0 |1352M| 260 |   - | 480 | 539 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 |      --      |    Inf 
701.07/701.33	c   640s|  4550k|  4320k|     0 |   0.0 |1355M| 260 |   - | 480 | 423 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 |      --      |    Inf 
702.68/702.94	c   642s|  4560k|  4330k|     0 |   0.0 |1358M| 260 |   - | 480 | 539 |   0 |   0 |   0 | 543k|   0 | 0.000000e+00 |      --      |    Inf 
702.78/703.09	c (node 4561016) switching to memory saving mode (mem: 1296.0M/1620.0M)
707.08/707.37	c   646s|  4570k|  4330k|     0 |   0.0 |1359M| 267 |   - | 480 |2487 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 |      --      |    Inf 
711.27/711.60	c   650s|  4580k|  4330k|     0 |   0.0 |1359M| 271 |   - | 480 |2447 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 |      --      |    Inf 
715.57/715.87	c   654s|  4590k|  4330k|     0 |   0.0 |1359M| 271 |   - | 480 |2574 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 |      --      |    Inf 
720.06/720.34	c   658s|  4600k|  4330k|     0 |   0.0 |1360M| 271 |   - | 480 |3495 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 |      --      |    Inf 
724.67/724.99	c   662s|  4610k|  4330k|     0 |   0.0 |1360M| 272 |   - | 480 |3179 |   0 |   0 |   0 | 590k|   0 | 0.000000e+00 |      --      |    Inf 
729.27/729.52	c   666s|  4620k|  4330k|     0 |   0.0 |1359M| 272 |   - | 480 |2528 |   0 |   0 |   0 | 598k|   0 | 0.000000e+00 |      --      |    Inf 
733.67/733.92	c   670s|  4630k|  4330k|     0 |   0.0 |1360M| 272 |   - | 480 |2956 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 |      --      |    Inf 
738.26/738.50	c   675s|  4640k|  4330k|     0 |   0.0 |1360M| 272 |   - | 480 |2828 |   0 |   0 |   0 | 615k|   0 | 0.000000e+00 |      --      |    Inf 
742.86/743.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
742.86/743.14	c   679s|  4650k|  4330k|     0 |   0.0 |1360M| 272 |   - | 480 |2951 |   0 |   0 |   0 | 624k|   0 | 0.000000e+00 |      --      |    Inf 
747.36/747.68	c   683s|  4660k|  4330k|     0 |   0.0 |1360M| 272 |   - | 480 |2816 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 |      --      |    Inf 
751.96/752.22	c   687s|  4670k|  4330k|     0 |   0.0 |1360M| 272 |   - | 480 |3581 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 |      --      |    Inf 
756.85/757.16	c   692s|  4680k|  4330k|     0 |   0.0 |1360M| 274 |   - | 480 |3333 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 |      --      |    Inf 
761.65/761.90	c   696s|  4690k|  4330k|     0 |   0.0 |1360M| 274 |   - | 480 |3564 |   0 |   0 |   0 | 658k|   0 | 0.000000e+00 |      --      |    Inf 
766.15/766.44	c   701s|  4700k|  4330k|     0 |   0.0 |1360M| 274 |   - | 480 |3000 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 |      --      |    Inf 
770.86/771.17	c   705s|  4710k|  4330k|     0 |   0.0 |1360M| 275 |   - | 480 |3260 |   0 |   0 |   0 | 674k|   0 | 0.000000e+00 |      --      |    Inf 
775.55/775.84	c   709s|  4720k|  4330k|     0 |   0.0 |1360M| 275 |   - | 480 |2858 |   0 |   0 |   0 | 682k|   0 | 0.000000e+00 |      --      |    Inf 
779.75/780.08	c   713s|  4730k|  4330k|     0 |   0.0 |1359M| 275 |   - | 480 |2282 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 |      --      |    Inf 
784.05/784.31	c   717s|  4740k|  4330k|     0 |   0.0 |1359M| 275 |   - | 480 |2428 |   0 |   0 |   0 | 698k|   0 | 0.000000e+00 |      --      |    Inf 
788.35/788.68	c   721s|  4750k|  4330k|     0 |   0.0 |1360M| 275 |   - | 480 |3135 |   0 |   0 |   0 | 706k|   0 | 0.000000e+00 |      --      |    Inf 
792.85/793.19	c   726s|  4760k|  4330k|     0 |   0.0 |1360M| 275 |   - | 480 |3288 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 |      --      |    Inf 
797.25/797.59	c   730s|  4770k|  4330k|     0 |   0.0 |1359M| 275 |   - | 480 |2519 |   0 |   0 |   0 | 723k|   0 | 0.000000e+00 |      --      |    Inf 
801.65/801.93	c   734s|  4780k|  4330k|     0 |   0.0 |1360M| 275 |   - | 480 |2922 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 |      --      |    Inf 
806.05/806.38	c   738s|  4790k|  4330k|     0 |   0.0 |1360M| 275 |   - | 480 |3344 |   0 |   0 |   0 | 741k|   0 | 0.000000e+00 |      --      |    Inf 
811.45/811.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
811.45/811.71	c   743s|  4800k|  4330k|     0 |   0.0 |1360M| 275 |   - | 480 |4081 |   0 |   0 |   0 | 750k|   0 | 0.000000e+00 |      --      |    Inf 
817.13/817.43	c   748s|  4810k|  4330k|     0 |   0.0 |1360M| 275 |   - | 480 |4273 |   0 |   0 |   0 | 760k|   0 | 0.000000e+00 |      --      |    Inf 
823.14/823.42	c   754s|  4820k|  4330k|     0 |   0.0 |1360M| 275 |   - | 480 |4173 |   0 |   0 |   0 | 768k|   0 | 0.000000e+00 |      --      |    Inf 
828.33/828.64	c   759s|  4830k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3373 |   0 |   0 |   0 | 776k|   0 | 0.000000e+00 |      --      |    Inf 
832.83/833.17	c   763s|  4840k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2689 |   0 |   0 |   0 | 785k|   0 | 0.000000e+00 |      --      |    Inf 
837.33/837.64	c   767s|  4850k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2570 |   0 |   0 |   0 | 793k|   0 | 0.000000e+00 |      --      |    Inf 
841.73/842.00	c   771s|  4860k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2745 |   0 |   0 |   0 | 801k|   0 | 0.000000e+00 |      --      |    Inf 
846.64/846.95	c   776s|  4870k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3679 |   0 |   0 |   0 | 810k|   0 | 0.000000e+00 |      --      |    Inf 
852.13/852.42	c   781s|  4880k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |4176 |   0 |   0 |   0 | 820k|   0 | 0.000000e+00 |      --      |    Inf 
857.32/857.62	c   786s|  4890k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3663 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 |      --      |    Inf 
862.43/862.76	c   791s|  4900k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3024 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 |      --      |    Inf 
867.23/867.57	c   795s|  4910k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2861 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 |      --      |    Inf 
871.82/872.11	c   800s|  4920k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2985 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 |      --      |    Inf 
876.62/876.92	c   804s|  4930k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3174 |   0 |   0 |   0 | 862k|   0 | 0.000000e+00 |      --      |    Inf 
881.61/881.96	c   809s|  4940k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3137 |   0 |   0 |   0 | 871k|   0 | 0.000000e+00 |      --      |    Inf 
886.92/887.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
886.92/887.22	c   814s|  4950k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3213 |   0 |   0 |   0 | 879k|   0 | 0.000000e+00 |      --      |    Inf 
892.71/893.04	c   819s|  4960k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3967 |   0 |   0 |   0 | 887k|   0 | 0.000000e+00 |      --      |    Inf 
898.21/898.58	c   824s|  4970k|  4330k|     0 |   0.0 |1361M| 278 |   - | 480 |4411 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 |      --      |    Inf 
904.01/904.31	c   830s|  4980k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |4212 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 |      --      |    Inf 
909.71/910.06	c   835s|  4990k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3712 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 |      --      |    Inf 
915.51/915.86	c   841s|  5000k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |4165 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 |      --      |    Inf 
920.91/921.28	c   846s|  5010k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3068 |   0 |   0 |   0 | 930k|   0 | 0.000000e+00 |      --      |    Inf 
925.91/926.28	c   850s|  5020k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3113 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 |      --      |    Inf 
930.99/931.38	c   855s|  5030k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3148 |   0 |   0 |   0 | 947k|   0 | 0.000000e+00 |      --      |    Inf 
935.81/936.17	c   860s|  5040k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3060 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 |      --      |    Inf 
940.69/941.00	c   864s|  5050k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2699 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 |      --      |    Inf 
945.19/945.58	c   868s|  5060k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2674 |   0 |   0 |   0 | 970k|   0 | 0.000000e+00 |      --      |    Inf 
949.99/950.33	c   873s|  5070k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2829 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 |      --      |    Inf 
954.69/955.09	c   877s|  5080k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2894 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 |      --      |    Inf 
959.59/959.94	c   882s|  5090k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2965 |   0 |   0 |   0 | 994k|   0 | 0.000000e+00 |      --      |    Inf 
964.40/964.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
964.40/964.75	c   886s|  5100k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3263 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 |      --      |    Inf 
969.49/969.80	c   891s|  5110k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3199 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 |      --      |    Inf 
974.98/975.32	c   896s|  5120k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3420 |   0 |   0 |   0 |1020k|   0 | 0.000000e+00 |      --      |    Inf 
980.19/980.55	c   901s|  5130k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3669 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 |      --      |    Inf 
985.38/985.76	c   906s|  5140k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3619 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 |      --      |    Inf 
990.48/990.83	c   911s|  5150k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3422 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 |      --      |    Inf 
995.68/996.01	c   916s|  5160k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3237 |   0 |   0 |   0 |1053k|   0 | 0.000000e+00 |      --      |    Inf 
1000.38/1000.73	c   920s|  5170k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3518 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 |      --      |    Inf 
1005.37/1005.73	c   925s|  5180k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3174 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 |      --      |    Inf 
1010.48/1010.85	c   930s|  5190k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3775 |   0 |   0 |   0 |1077k|   0 | 0.000000e+00 |      --      |    Inf 
1015.47/1015.80	c   934s|  5200k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3462 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 |      --      |    Inf 
1020.38/1020.80	c   939s|  5210k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3103 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 |      --      |    Inf 
1025.47/1025.83	c   944s|  5220k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3736 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 |      --      |    Inf 
1030.87/1031.20	c   949s|  5230k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3838 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 |      --      |    Inf 
1035.97/1036.39	c   954s|  5240k|  4330k|     0 |   0.0 |1361M| 278 |   - | 480 |4178 |   0 |   0 |   0 |1121k|   0 | 0.000000e+00 |      --      |    Inf 
1041.57/1041.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1041.57/1041.91	c   959s|  5250k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3213 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 |      --      |    Inf 
1046.56/1046.98	c   964s|  5260k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3267 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 |      --      |    Inf 
1051.66/1052.00	c   968s|  5270k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3770 |   0 |   0 |   0 |1147k|   0 | 0.000000e+00 |      --      |    Inf 
1056.86/1057.27	c   973s|  5280k|  4330k|     0 |   0.0 |1361M| 278 |   - | 480 |4336 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 |      --      |    Inf 
1062.66/1063.03	c   979s|  5290k|  4330k|     0 |   0.0 |1361M| 278 |   - | 480 |4193 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 |      --      |    Inf 
1067.85/1068.27	c   984s|  5300k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3796 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 |      --      |    Inf 
1072.95/1073.32	c   988s|  5310k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3798 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 |      --      |    Inf 
1078.15/1078.54	c   993s|  5320k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3830 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 |      --      |    Inf 
1083.35/1083.72	c   998s|  5330k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3498 |   0 |   0 |   0 |1196k|   0 | 0.000000e+00 |      --      |    Inf 
1088.44/1088.85	c  1003s|  5340k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3291 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 |      --      |    Inf 
1093.65/1094.02	c  1008s|  5350k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3129 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 |      --      |    Inf 
1098.46/1098.83	c  1012s|  5360k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3560 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 |      --      |    Inf 
1103.04/1103.49	c  1016s|  5370k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3339 |   0 |   0 |   0 |1228k|   0 | 0.000000e+00 |      --      |    Inf 
1107.84/1108.24	c  1021s|  5380k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3094 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 |      --      |    Inf 
1112.75/1113.14	c  1026s|  5390k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3190 |   0 |   0 |   0 |1244k|   0 | 0.000000e+00 |      --      |    Inf 
1117.64/1118.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1117.64/1118.00	c  1030s|  5400k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3170 |   0 |   0 |   0 |1252k|   0 | 0.000000e+00 |      --      |    Inf 
1122.43/1122.83	c  1035s|  5410k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3627 |   0 |   0 |   0 |1261k|   0 | 0.000000e+00 |      --      |    Inf 
1127.83/1128.28	c  1040s|  5420k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3879 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 |      --      |    Inf 
1133.23/1133.63	c  1045s|  5430k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2990 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 |      --      |    Inf 
1138.04/1138.47	c  1049s|  5440k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3020 |   0 |   0 |   0 |1286k|   0 | 0.000000e+00 |      --      |    Inf 
1143.13/1143.57	c  1054s|  5450k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3299 |   0 |   0 |   0 |1294k|   0 | 0.000000e+00 |      --      |    Inf 
1148.23/1148.61	c  1059s|  5460k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3218 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 |      --      |    Inf 
1153.33/1153.76	c  1064s|  5470k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2885 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 |      --      |    Inf 
1158.23/1158.62	c  1068s|  5480k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2777 |   0 |   0 |   0 |1319k|   0 | 0.000000e+00 |      --      |    Inf 
1162.53/1162.98	c  1072s|  5490k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2429 |   0 |   0 |   0 |1326k|   0 | 0.000000e+00 |      --      |    Inf 
1166.82/1167.29	c  1076s|  5500k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2633 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 |      --      |    Inf 
1171.13/1171.59	c  1080s|  5510k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2528 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 |      --      |    Inf 
1175.72/1176.11	c  1085s|  5520k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2564 |   0 |   0 |   0 |1349k|   0 | 0.000000e+00 |      --      |    Inf 
1180.02/1180.43	c  1089s|  5530k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2383 |   0 |   0 |   0 |1356k|   0 | 0.000000e+00 |      --      |    Inf 
1184.41/1184.82	c  1093s|  5540k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2842 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 |      --      |    Inf 
1189.02/1189.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1189.02/1189.46	c  1097s|  5550k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2530 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 |      --      |    Inf 
1193.72/1194.10	c  1101s|  5560k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2736 |   0 |   0 |   0 |1380k|   0 | 0.000000e+00 |      --      |    Inf 
1198.32/1198.78	c  1106s|  5570k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2735 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 |      --      |    Inf 
1203.02/1203.44	c  1110s|  5580k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2921 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 |      --      |    Inf 
1207.62/1208.09	c  1114s|  5590k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2652 |   0 |   0 |   0 |1403k|   0 | 0.000000e+00 |      --      |    Inf 
1212.31/1212.79	c  1119s|  5600k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2649 |   0 |   0 |   0 |1410k|   0 | 0.000000e+00 |      --      |    Inf 
1217.01/1217.48	c  1123s|  5610k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3072 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 |      --      |    Inf 
1222.10/1222.50	c  1128s|  5620k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3414 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 |      --      |    Inf 
1227.50/1227.96	c  1133s|  5630k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3202 |   0 |   0 |   0 |1434k|   0 | 0.000000e+00 |      --      |    Inf 
1232.51/1232.92	c  1138s|  5640k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2924 |   0 |   0 |   0 |1441k|   0 | 0.000000e+00 |      --      |    Inf 
1237.61/1238.06	c  1142s|  5650k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3339 |   0 |   0 |   0 |1450k|   0 | 0.000000e+00 |      --      |    Inf 
1243.00/1243.45	c  1147s|  5660k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3547 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 |      --      |    Inf 
1248.20/1248.60	c  1152s|  5670k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2898 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 |      --      |    Inf 
1253.30/1253.72	c  1157s|  5680k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3387 |   0 |   0 |   0 |1475k|   0 | 0.000000e+00 |      --      |    Inf 
1258.30/1258.76	c  1162s|  5690k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3029 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 |      --      |    Inf 
1263.30/1263.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.30/1263.70	c  1166s|  5700k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3803 |   0 |   0 |   0 |1492k|   0 | 0.000000e+00 |      --      |    Inf 
1268.49/1268.94	c  1171s|  5710k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3020 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 |      --      |    Inf 
1273.00/1273.45	c  1176s|  5720k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2495 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 |      --      |    Inf 
1277.60/1278.02	c  1180s|  5730k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2581 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 |      --      |    Inf 
1282.39/1282.85	c  1184s|  5740k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2945 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 |      --      |    Inf 
1287.29/1287.77	c  1189s|  5750k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2926 |   0 |   0 |   0 |1535k|   0 | 0.000000e+00 |      --      |    Inf 
1292.69/1293.10	c  1194s|  5760k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2677 |   0 |   0 |   0 |1544k|   0 | 0.000000e+00 |      --      |    Inf 
1297.49/1297.92	c  1198s|  5770k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2347 |   0 |   0 |   0 |1553k|   0 | 0.000000e+00 |      --      |    Inf 
1302.09/1302.55	c  1203s|  5780k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2840 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 |      --      |    Inf 
1306.79/1307.25	c  1207s|  5790k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2565 |   0 |   0 |   0 |1569k|   0 | 0.000000e+00 |      --      |    Inf 
1311.28/1311.78	c  1211s|  5800k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2501 |   0 |   0 |   0 |1577k|   0 | 0.000000e+00 |      --      |    Inf 
1315.48/1315.99	c  1215s|  5810k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2272 |   0 |   0 |   0 |1584k|   0 | 0.000000e+00 |      --      |    Inf 
1320.08/1320.57	c  1219s|  5820k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2786 |   0 |   0 |   0 |1592k|   0 | 0.000000e+00 |      --      |    Inf 
1324.68/1325.19	c  1224s|  5830k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2821 |   0 |   0 |   0 |1600k|   0 | 0.000000e+00 |      --      |    Inf 
1329.38/1329.89	c  1228s|  5840k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2454 |   0 |   0 |   0 |1607k|   0 | 0.000000e+00 |      --      |    Inf 
1334.07/1334.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1334.07/1334.52	c  1232s|  5850k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2781 |   0 |   0 |   0 |1615k|   0 | 0.000000e+00 |      --      |    Inf 
1338.77/1339.23	c  1237s|  5860k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2801 |   0 |   0 |   0 |1624k|   0 | 0.000000e+00 |      --      |    Inf 
1343.78/1344.27	c  1242s|  5870k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2998 |   0 |   0 |   0 |1632k|   0 | 0.000000e+00 |      --      |    Inf 
1348.97/1349.46	c  1246s|  5880k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2831 |   0 |   0 |   0 |1640k|   0 | 0.000000e+00 |      --      |    Inf 
1353.97/1354.45	c  1251s|  5890k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3032 |   0 |   0 |   0 |1648k|   0 | 0.000000e+00 |      --      |    Inf 
1358.87/1359.35	c  1256s|  5900k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3527 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 |      --      |    Inf 
1364.17/1364.68	c  1261s|  5910k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3786 |   0 |   0 |   0 |1665k|   0 | 0.000000e+00 |      --      |    Inf 
1369.27/1369.77	c  1265s|  5920k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2990 |   0 |   0 |   0 |1673k|   0 | 0.000000e+00 |      --      |    Inf 
1374.16/1374.67	c  1270s|  5930k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3387 |   0 |   0 |   0 |1681k|   0 | 0.000000e+00 |      --      |    Inf 
1379.36/1379.83	c  1275s|  5940k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |3551 |   0 |   0 |   0 |1689k|   0 | 0.000000e+00 |      --      |    Inf 
1384.37/1384.83	c  1280s|  5950k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3397 |   0 |   0 |   0 |1697k|   0 | 0.000000e+00 |      --      |    Inf 
1389.36/1389.82	c  1284s|  5960k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2658 |   0 |   0 |   0 |1706k|   0 | 0.000000e+00 |      --      |    Inf 
1394.16/1394.62	c  1289s|  5970k|  4330k|     0 |   0.0 |1360M| 278 |   - | 480 |2541 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 |      --      |    Inf 
1398.66/1399.16	c  1293s|  5980k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2643 |   0 |   0 |   0 |1722k|   0 | 0.000000e+00 |      --      |    Inf 
1403.46/1403.90	c  1297s|  5990k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2896 |   0 |   0 |   0 |1731k|   0 | 0.000000e+00 |      --      |    Inf 
1407.95/1408.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1407.95/1408.42	c  1302s|  6000k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2743 |   0 |   0 |   0 |1738k|   0 | 0.000000e+00 |      --      |    Inf 
1412.55/1413.06	c  1306s|  6010k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2760 |   0 |   0 |   0 |1745k|   0 | 0.000000e+00 |      --      |    Inf 
1417.15/1417.62	c  1310s|  6020k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2799 |   0 |   0 |   0 |1753k|   0 | 0.000000e+00 |      --      |    Inf 
1421.76/1422.20	c  1314s|  6030k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2828 |   0 |   0 |   0 |1760k|   0 | 0.000000e+00 |      --      |    Inf 
1426.35/1426.86	c  1319s|  6040k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2664 |   0 |   0 |   0 |1767k|   0 | 0.000000e+00 |      --      |    Inf 
1430.95/1431.41	c  1323s|  6050k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2771 |   0 |   0 |   0 |1775k|   0 | 0.000000e+00 |      --      |    Inf 
1435.74/1436.20	c  1327s|  6060k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3419 |   0 |   0 |   0 |1783k|   0 | 0.000000e+00 |      --      |    Inf 
1440.85/1441.37	c  1332s|  6070k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3212 |   0 |   0 |   0 |1791k|   0 | 0.000000e+00 |      --      |    Inf 
1446.25/1446.77	c  1337s|  6080k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3390 |   0 |   0 |   0 |1799k|   0 | 0.000000e+00 |      --      |    Inf 
1451.34/1451.83	c  1342s|  6090k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3444 |   0 |   0 |   0 |1806k|   0 | 0.000000e+00 |      --      |    Inf 
1456.24/1456.79	c  1347s|  6100k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3411 |   0 |   0 |   0 |1815k|   0 | 0.000000e+00 |      --      |    Inf 
1461.45/1461.94	c  1352s|  6110k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3550 |   0 |   0 |   0 |1823k|   0 | 0.000000e+00 |      --      |    Inf 
1466.64/1467.18	c  1356s|  6120k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3180 |   0 |   0 |   0 |1832k|   0 | 0.000000e+00 |      --      |    Inf 
1471.83/1472.30	c  1361s|  6130k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2940 |   0 |   0 |   0 |1840k|   0 | 0.000000e+00 |      --      |    Inf 
1477.03/1477.54	c  1366s|  6140k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3155 |   0 |   0 |   0 |1848k|   0 | 0.000000e+00 |      --      |    Inf 
1482.13/1482.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1482.13/1482.63	c  1371s|  6150k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3369 |   0 |   0 |   0 |1855k|   0 | 0.000000e+00 |      --      |    Inf 
1487.53/1488.06	c  1376s|  6160k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3583 |   0 |   0 |   0 |1864k|   0 | 0.000000e+00 |      --      |    Inf 
1493.24/1493.74	c  1381s|  6170k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4605 |   0 |   0 |   0 |1874k|   0 | 0.000000e+00 |      --      |    Inf 
1499.23/1499.72	c  1387s|  6180k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4442 |   0 |   0 |   0 |1883k|   0 | 0.000000e+00 |      --      |    Inf 
1504.63/1505.19	c  1392s|  6190k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4339 |   0 |   0 |   0 |1891k|   0 | 0.000000e+00 |      --      |    Inf 
1510.63/1511.11	c  1398s|  6200k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4458 |   0 |   0 |   0 |1900k|   0 | 0.000000e+00 |      --      |    Inf 
1516.53/1517.06	c  1403s|  6210k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4299 |   0 |   0 |   0 |1907k|   0 | 0.000000e+00 |      --      |    Inf 
1522.72/1523.29	c  1409s|  6220k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4097 |   0 |   0 |   0 |1915k|   0 | 0.000000e+00 |      --      |    Inf 
1529.02/1529.56	c  1415s|  6230k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4175 |   0 |   0 |   0 |1923k|   0 | 0.000000e+00 |      --      |    Inf 
1534.82/1535.33	c  1421s|  6240k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4601 |   0 |   0 |   0 |1931k|   0 | 0.000000e+00 |      --      |    Inf 
1540.92/1541.41	c  1426s|  6250k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4415 |   0 |   0 |   0 |1939k|   0 | 0.000000e+00 |      --      |    Inf 
1547.12/1547.70	c  1432s|  6260k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4123 |   0 |   0 |   0 |1948k|   0 | 0.000000e+00 |      --      |    Inf 
1553.41/1553.92	c  1438s|  6270k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4434 |   0 |   0 |   0 |1958k|   0 | 0.000000e+00 |      --      |    Inf 
1559.51/1560.00	c  1444s|  6280k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4665 |   0 |   0 |   0 |1966k|   0 | 0.000000e+00 |      --      |    Inf 
1565.41/1565.97	c  1450s|  6290k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4861 |   0 |   0 |   0 |1975k|   0 | 0.000000e+00 |      --      |    Inf 
1571.71/1572.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1571.71/1572.27	c  1456s|  6300k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4931 |   0 |   0 |   0 |1984k|   0 | 0.000000e+00 |      --      |    Inf 
1578.21/1578.72	c  1462s|  6310k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3453 |   0 |   0 |   0 |1991k|   0 | 0.000000e+00 |      --      |    Inf 
1583.41/1583.98	c  1467s|  6320k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2394 |   0 |   0 |   0 |1999k|   0 | 0.000000e+00 |      --      |    Inf 
1588.00/1588.52	c  1471s|  6330k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2531 |   0 |   0 |   0 |2006k|   0 | 0.000000e+00 |      --      |    Inf 
1592.60/1593.14	c  1475s|  6340k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2664 |   0 |   0 |   0 |2014k|   0 | 0.000000e+00 |      --      |    Inf 
1597.30/1597.83	c  1480s|  6350k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2737 |   0 |   0 |   0 |2023k|   0 | 0.000000e+00 |      --      |    Inf 
1602.21/1602.76	c  1484s|  6360k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2853 |   0 |   0 |   0 |2031k|   0 | 0.000000e+00 |      --      |    Inf 
1607.10/1607.67	c  1489s|  6370k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2670 |   0 |   0 |   0 |2039k|   0 | 0.000000e+00 |      --      |    Inf 
1611.69/1612.27	c  1493s|  6380k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2712 |   0 |   0 |   0 |2047k|   0 | 0.000000e+00 |      --      |    Inf 
1616.60/1617.13	c  1498s|  6390k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3025 |   0 |   0 |   0 |2056k|   0 | 0.000000e+00 |      --      |    Inf 
1621.50/1622.00	c  1502s|  6400k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2567 |   0 |   0 |   0 |2064k|   0 | 0.000000e+00 |      --      |    Inf 
1626.30/1626.81	c  1507s|  6410k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2661 |   0 |   0 |   0 |2072k|   0 | 0.000000e+00 |      --      |    Inf 
1630.99/1631.53	c  1511s|  6420k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2817 |   0 |   0 |   0 |2080k|   0 | 0.000000e+00 |      --      |    Inf 
1635.79/1636.30	c  1516s|  6430k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2660 |   0 |   0 |   0 |2089k|   0 | 0.000000e+00 |      --      |    Inf 
1640.69/1641.21	c  1520s|  6440k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2995 |   0 |   0 |   0 |2099k|   0 | 0.000000e+00 |      --      |    Inf 
1645.48/1646.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1645.48/1646.02	c  1525s|  6450k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2790 |   0 |   0 |   0 |2107k|   0 | 0.000000e+00 |      --      |    Inf 
1650.49/1651.08	c  1529s|  6460k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2768 |   0 |   0 |   0 |2115k|   0 | 0.000000e+00 |      --      |    Inf 
1655.39/1655.93	c  1534s|  6470k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2335 |   0 |   0 |   0 |2123k|   0 | 0.000000e+00 |      --      |    Inf 
1659.98/1660.50	c  1538s|  6480k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2386 |   0 |   0 |   0 |2131k|   0 | 0.000000e+00 |      --      |    Inf 
1664.48/1665.05	c  1542s|  6490k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2512 |   0 |   0 |   0 |2139k|   0 | 0.000000e+00 |      --      |    Inf 
1669.37/1669.92	c  1547s|  6500k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3213 |   0 |   0 |   0 |2148k|   0 | 0.000000e+00 |      --      |    Inf 
1674.57/1675.17	c  1552s|  6510k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3109 |   0 |   0 |   0 |2157k|   0 | 0.000000e+00 |      --      |    Inf 
1679.57/1680.17	c  1557s|  6520k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2937 |   0 |   0 |   0 |2165k|   0 | 0.000000e+00 |      --      |    Inf 
1684.28/1684.81	c  1561s|  6530k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3011 |   0 |   0 |   0 |2173k|   0 | 0.000000e+00 |      --      |    Inf 
1689.27/1689.87	c  1566s|  6540k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3239 |   0 |   0 |   0 |2181k|   0 | 0.000000e+00 |      --      |    Inf 
1694.27/1694.85	c  1570s|  6550k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |3713 |   0 |   0 |   0 |2189k|   0 | 0.000000e+00 |      --      |    Inf 
1699.57/1700.17	c  1575s|  6560k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |3467 |   0 |   0 |   0 |2198k|   0 | 0.000000e+00 |      --      |    Inf 
1704.87/1705.47	c  1580s|  6570k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |3728 |   0 |   0 |   0 |2206k|   0 | 0.000000e+00 |      --      |    Inf 
1710.46/1711.06	c  1586s|  6580k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |4181 |   0 |   0 |   0 |2215k|   0 | 0.000000e+00 |      --      |    Inf 
1716.17/1716.74	c  1591s|  6590k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |3832 |   0 |   0 |   0 |2223k|   0 | 0.000000e+00 |      --      |    Inf 
1721.57/1722.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1721.57/1722.18	c  1596s|  6600k|  4329k|     0 |   0.0 |1361M| 278 |   - | 480 |3637 |   0 |   0 |   0 |2231k|   0 | 0.000000e+00 |      --      |    Inf 
1726.86/1727.42	c  1601s|  6610k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2974 |   0 |   0 |   0 |2238k|   0 | 0.000000e+00 |      --      |    Inf 
1731.56/1732.13	c  1606s|  6620k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2004 |   0 |   0 |   0 |2246k|   0 | 0.000000e+00 |      --      |    Inf 
1735.86/1736.49	c  1610s|  6630k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |1921 |   0 |   0 |   0 |2254k|   0 | 0.000000e+00 |      --      |    Inf 
1740.26/1740.80	c  1614s|  6640k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2117 |   0 |   0 |   0 |2262k|   0 | 0.000000e+00 |      --      |    Inf 
1744.66/1745.21	c  1618s|  6650k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |1963 |   0 |   0 |   0 |2270k|   0 | 0.000000e+00 |      --      |    Inf 
1748.76/1749.34	c  1622s|  6660k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |1921 |   0 |   0 |   0 |2277k|   0 | 0.000000e+00 |      --      |    Inf 
1752.96/1753.50	c  1625s|  6670k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |1996 |   0 |   0 |   0 |2284k|   0 | 0.000000e+00 |      --      |    Inf 
1757.16/1757.74	c  1629s|  6680k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2099 |   0 |   0 |   0 |2292k|   0 | 0.000000e+00 |      --      |    Inf 
1761.35/1761.94	c  1633s|  6690k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2279 |   0 |   0 |   0 |2299k|   0 | 0.000000e+00 |      --      |    Inf 
1765.65/1766.23	c  1637s|  6700k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2267 |   0 |   0 |   0 |2307k|   0 | 0.000000e+00 |      --      |    Inf 
1770.15/1770.70	c  1641s|  6710k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2431 |   0 |   0 |   0 |2315k|   0 | 0.000000e+00 |      --      |    Inf 
1774.65/1775.21	c  1646s|  6720k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |1776 |   0 |   0 |   0 |2322k|   0 | 0.000000e+00 |      --      |    Inf 
1778.65/1779.27	c  1649s|  6730k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |1729 |   0 |   0 |   0 |2329k|   0 | 0.000000e+00 |      --      |    Inf 
1782.84/1783.48	c  1653s|  6740k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |1861 |   0 |   0 |   0 |2337k|   0 | 0.000000e+00 |      --      |    Inf 
1787.24/1787.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1787.24/1787.89	c  1657s|  6750k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2135 |   0 |   0 |   0 |2346k|   0 | 0.000000e+00 |      --      |    Inf 
1791.74/1792.39	c  1662s|  6760k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |2075 |   0 |   0 |   0 |2353k|   0 | 0.000000e+00 |      --      |    Inf 
1796.14/1796.70	c  1666s|  6770k|  4329k|     0 |   0.0 |1360M| 278 |   - | 480 |1820 |   0 |   0 |   0 |2361k|   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) : 1669.12
1800.05/1800.61	c Solving Nodes      : 6779029
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       :    1669.12
1800.05/1800.61	c Original Problem   :
1800.05/1800.61	c   Problem name     : HOME/instance-2664503-1276323573.opb
1800.05/1800.61	c   Variables        : 480 (480 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 62 initial, 62 maximal
1800.05/1800.61	c Presolved Problem  :
1800.05/1800.61	c   Problem name     : t_HOME/instance-2664503-1276323573.opb
1800.05/1800.61	c   Variables        : 480 (480 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 62 initial, 8519 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   15527074          0    6088082     960597   30202901          0          0          0
1800.05/1800.61	c   logicor          :         32+         0    9373453          0    6088082     548170   11085911          0          0          0
1800.05/1800.61	c   countsols        :          0          0          0          0    6088082          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           :     335.34       0.00     265.94       0.00      69.40
1800.05/1800.61	c   logicor          :     434.92       0.00     372.63       0.00      62.29
1800.05/1800.61	c   countsols        :       2.62       0.00       0.00       0.00       2.62
1800.05/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.61	c   vbounds          :       7.47          1          0          0
1800.05/1800.61	c   rootredcost      :       7.26          0          0          0
1800.05/1800.61	c   pseudoobj        :       6.79          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      :     290.45    1508766    1508766   11132148       74.9      27456       61.7          -
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 :          -          -          -    1374966       36.1          -          -          -
1800.05/1800.61	c   applied locally  :          -          -          -     993312       67.8          -          -          -
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        :     300.00    6088082          0          0          0          0   12176164
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            :    6779029
1800.05/1800.61	c   nodes (total)    :    6779029
1800.05/1800.61	c   nodes left       :    4329875
1800.05/1800.61	c   max depth        :        278
1800.05/1800.61	c   max depth (total):        278
1800.05/1800.61	c   backtracks       :     885134 (13.1%)
1800.05/1800.61	c   delayed cutoffs  :    1067261
1800.05/1800.61	c   repropagations   :    1735798 (21143123 domain reductions, 817820 cutoffs)
1800.05/1800.61	c   avg switch length:       3.14
1800.05/1800.61	c   switching time   :     318.02
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-2664503-1276323573/watcher-2664503-1276323573 -o /tmp/evaluation-result-2664503-1276323573/solver-2664503-1276323573 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664503-1276323573.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 9392
/proc/meminfo: memFree=1514724/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=6584 CPUtime=0
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 1006 0 0 0 0 0 0 0 20 0 1 0 7961069 6742016 928 1992294400 4194304 7136930 140736481100144 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9392/statm: 1646 936 254 719 0 925 0

[startup+0.014739 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9392
/proc/meminfo: memFree=1514724/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=8348 CPUtime=0.01
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 1566 0 0 0 1 0 0 0 20 0 1 0 7961069 8548352 1488 1992294400 4194304 7136930 140736481100144 18446744073709551615 4333616 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9392/statm: 2087 1488 269 719 0 1366 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8348

[startup+0.101745 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9392
/proc/meminfo: memFree=1514724/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=12528 CPUtime=0.09
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 4103 0 0 0 8 1 0 0 20 0 1 0 7961069 12828672 2387 1992294400 4194304 7136930 140736481100144 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 3132 2387 379 719 0 2411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12528

[startup+0.300768 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9392
/proc/meminfo: memFree=1514724/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=13444 CPUtime=0.29
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 4337 0 0 0 26 3 0 0 20 0 1 0 7961069 13766656 2621 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 3361 2621 379 719 0 2640 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13444

[startup+0.700811 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 9392
/proc/meminfo: memFree=1514724/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=14484 CPUtime=0.69
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 4632 0 0 0 62 7 0 0 21 0 1 0 7961069 14831616 2916 1992294400 4194304 7136930 140736481100144 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 3621 2916 379 719 0 2900 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14484

[startup+1.5009 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9393
/proc/meminfo: memFree=1503680/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=16868 CPUtime=1.49
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 5250 0 0 0 134 15 0 0 23 0 1 0 7961069 17272832 3534 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 4217 3534 379 719 0 3496 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16868

[startup+3.10108 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 9393
/proc/meminfo: memFree=1499588/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=21136 CPUtime=3.09
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 6339 0 0 0 274 35 0 0 25 0 1 0 7961069 21643264 4623 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 5284 4623 379 719 0 4563 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21136

[startup+6.30044 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9393
/proc/meminfo: memFree=1492024/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=28424 CPUtime=6.29
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 8244 0 0 0 567 62 0 0 25 0 1 0 7961069 29106176 6528 1992294400 4194304 7136930 140736481100144 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 7106 6528 379 719 0 6385 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28424

[startup+12.7001 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 9393
/proc/meminfo: memFree=1477144/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=43816 CPUtime=12.69
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 11757 0 0 0 1147 122 0 0 25 0 1 0 7961069 44867584 10041 1992294400 4194304 7136930 140736481100144 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 10954 10041 379 719 0 10233 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43816

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 9393
/proc/meminfo: memFree=1446268/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=71776 CPUtime=25.48
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 19108 0 0 0 2308 240 0 0 25 0 1 0 7961069 73498624 17392 1992294400 4194304 7136930 140736481100144 18446744073709551615 5910004 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 17944 17392 379 719 0 17223 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71776

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 9395
/proc/meminfo: memFree=1385632/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=134684 CPUtime=51.07
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 34477 0 0 0 4618 489 0 0 25 0 1 0 7961069 137916416 32761 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 33671 32761 379 719 0 32950 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 134684

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 9395
/proc/meminfo: memFree=1269320/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=253112 CPUtime=102.27
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 63257 0 0 0 9247 980 0 0 25 0 1 0 7961069 259186688 61541 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 63278 61541 379 719 0 62557 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 253112

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9397
/proc/meminfo: memFree=1159828/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=358424 CPUtime=162.24
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 90757 0 0 0 14763 1461 0 0 25 0 1 0 7961069 367026176 89041 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 89606 89041 379 719 0 88885 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 358424

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9399
/proc/meminfo: memFree=1031612/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=495636 CPUtime=222.22
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 122470 0 0 0 20223 1999 0 0 25 0 1 0 7961069 507531264 120754 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 123909 120754 379 719 0 123188 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 495636

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9401
/proc/meminfo: memFree=908852/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=613248 CPUtime=282.2
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 153423 0 0 0 25697 2523 0 0 25 0 1 0 7961069 627965952 151707 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 153312 151707 379 719 0 152591 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 613248

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 9403
/proc/meminfo: memFree=783984/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=763932 CPUtime=342.18
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 184424 0 0 0 31166 3052 0 0 25 0 1 0 7961069 782266368 182708 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 190983 182708 379 719 0 190262 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 763932

[startup+402.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/107 9403
/proc/meminfo: memFree=658868/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=882852 CPUtime=402.17
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 215650 0 0 0 36635 3582 0 0 25 0 1 0 7961069 904040448 213934 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 220713 213934 379 719 0 219992 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 882852

[startup+462.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/107 9405
/proc/meminfo: memFree=537968/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=996964 CPUtime=462.15
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 245632 0 0 0 42121 4094 0 0 25 0 1 0 7961069 1020891136 243916 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 249241 243916 379 719 0 248520 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 996964

[startup+522.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 9407
/proc/meminfo: memFree=422028/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1107848 CPUtime=522.13
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 274773 0 0 0 47608 4605 0 0 25 0 1 0 7961069 1134436352 273057 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 276962 273057 379 719 0 276241 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1107848

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9409
/proc/meminfo: memFree=303112/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1219784 CPUtime=582.11
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 304150 0 0 0 53111 5100 0 0 25 0 1 0 7961069 1249058816 302434 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 304946 302434 379 719 0 304225 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1219784

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9411
/proc/meminfo: memFree=187048/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1329260 CPUtime=642.1
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 332921 0 0 0 58612 5598 0 0 25 0 1 0 7961069 1361162240 331205 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 332315 331205 379 719 0 331594 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 1329260

[startup+702.301 s]

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

/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380104 0 0 0 97793 8403 0 0 25 0 1 0 7961069 1546649600 361469 1992294400 4194304 7136930 140736481100144 18446744073709551615 4633919 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377600 361469 379 719 0 376879 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 1510400

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9423
/proc/meminfo: memFree=72464/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1510536 CPUtime=1121.93
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380120 0 0 0 103410 8783 0 0 25 0 1 0 7961069 1546788864 361485 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377634 361485 379 719 0 376913 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 1510536

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9425
/proc/meminfo: memFree=72216/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1510536 CPUtime=1181.92
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380150 0 0 0 109029 9163 0 0 25 0 1 0 7961069 1546788864 361515 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377634 361515 379 719 0 376913 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 1510536

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9427
/proc/meminfo: memFree=71968/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1510856 CPUtime=1241.9
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380199 0 0 0 114637 9553 0 0 25 0 1 0 7961069 1547116544 361564 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377714 361564 379 719 0 376993 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 1510856

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9427
/proc/meminfo: memFree=71720/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1510856 CPUtime=1301.89
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380199 0 0 0 120249 9940 0 0 25 0 1 0 7961069 1547116544 361564 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377714 361564 379 719 0 376993 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 1510856

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9429
/proc/meminfo: memFree=71596/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1510996 CPUtime=1361.87
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380232 0 0 0 125845 10342 0 0 25 0 1 0 7961069 1547259904 361597 1992294400 4194304 7136930 140736481100144 18446744073709551615 4212314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377749 361597 379 719 0 377028 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 1510996

[startup+1422.31 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 9431
/proc/meminfo: memFree=71596/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1510996 CPUtime=1421.86
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380242 0 0 0 131449 10737 0 0 25 0 1 0 7961069 1547259904 361607 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377749 361607 379 719 0 377028 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 1510996

[startup+1482.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 9433
/proc/meminfo: memFree=71472/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1510996 CPUtime=1481.84
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380244 0 0 0 137059 11125 0 0 25 0 1 0 7961069 1547259904 361609 1992294400 4194304 7136930 140736481100144 18446744073709551615 5908957 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377749 361609 379 719 0 377028 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 1510996

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9435
/proc/meminfo: memFree=71224/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1511128 CPUtime=1541.82
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380272 0 0 0 142733 11449 0 0 25 0 1 0 7961069 1547395072 361637 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377782 361637 379 719 0 377061 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 1511128

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9435
/proc/meminfo: memFree=70976/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1511260 CPUtime=1601.8
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380296 0 0 0 148391 11789 0 0 25 0 1 0 7961069 1547530240 361661 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377815 361661 379 719 0 377094 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 1511260

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9437
/proc/meminfo: memFree=70976/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1511260 CPUtime=1661.78
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380297 0 0 0 153990 12188 0 0 25 0 1 0 7961069 1547530240 361662 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377815 361662 379 719 0 377094 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 1511260

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9439
/proc/meminfo: memFree=70728/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1511260 CPUtime=1721.77
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380297 0 0 0 159645 12532 0 0 25 0 1 0 7961069 1547530240 361662 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377815 361662 379 719 0 377094 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 1511260

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9441
/proc/meminfo: memFree=70480/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1511260 CPUtime=1781.75
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380299 0 0 0 165217 12958 0 0 25 0 1 0 7961069 1547530240 361664 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377815 361664 379 719 0 377094 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 1511260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9441
/proc/meminfo: memFree=70480/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1511260 CPUtime=1800.05
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380299 0 0 0 166913 13092 0 0 25 0 1 0 7961069 1547530240 361664 1992294400 4194304 7136930 140736481100144 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9392/statm: 377815 361664 379 719 0 377094 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1511260

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9392

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 9441
/proc/meminfo: memFree=70480/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1511260 CPUtime=1800.84
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380304 0 0 0 166992 13092 0 0 25 0 1 0 7961069 1547530240 361669 1992294400 4194304 7136930 140736481100144 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9392/statm: 377815 361669 384 719 0 377094 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 1511260

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9442
/proc/meminfo: memFree=70348/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1511260 CPUtime=1801.64
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380304 0 0 0 167072 13092 0 0 25 0 1 0 7961069 1547530240 361669 1992294400 4194304 7136930 140736481100144 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9392/statm: 377815 361669 384 719 0 377094 0
Current children cumulated CPU time (s) 1801.64
Current children cumulated vsize (KiB) 1511260

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9442
/proc/meminfo: memFree=70348/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=1511260 CPUtime=1802.04
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4202496 380304 0 0 0 167112 13092 0 0 25 0 1 0 7961069 1547530240 361669 1992294400 4194304 7136930 140736481100144 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9392/statm: 377815 361669 384 719 0 377094 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 1511260

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9442
/proc/meminfo: memFree=70348/2059040 swapFree=4192956/4192956
[pid=9392] ppid=9390 vsize=0 CPUtime=1802.14
/proc/9392/stat : 9392 (pbscip.linux.x8) R 9390 9392 9077 0 -1 4203524 380304 0 0 0 167113 13101 0 0 25 0 1 0 7961069 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9392/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.75
CPU time (s): 1802.2
CPU user time (s): 1671.14
CPU system time (s): 131.06
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 1635680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1671.14
system time used= 131.06
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380304
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= 3
involuntary context switches= 14655

runsolver used 3.09053 second user time and 8.44372 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-12 08:19:33
IDJOB=2664503
IDBENCH=1409
IDSOLVER=1167
FILE ID=node005/2664503-1276323573
PBS_JOBID= 11173156
Free space on /tmp= 62532 MiB

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

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

MD5SUM BENCH= 7cdaf60ccaf85c600aba211d4d47e719
RANDOM SEED=1082931728

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.246
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1515252 kB
Buffers:        101772 kB
Cached:         313148 kB
SwapCached:          0 kB
Active:         178472 kB
Inactive:       295748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1515252 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3260 kB
Writeback:           4 kB
AnonPages:       59236 kB
Mapped:          15368 kB
Slab:            47804 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180584 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62528 MiB
End job on node005 at 2010-06-12 08:49:36