Trace number 2664508

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr.opb
MD5SUMfac1b7391a53ae9861d9e311ddf65af2
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.007997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables220
Total number of constraints42
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
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 12
Number of bits of the biggest sum of numbers4
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-2664508-1276325380.opb>
0.00/0.01	c original problem has 220 variables (220 bin, 0 int, 0 impl, 0 cont) and 42 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 22 upgd conss, 0 impls, 20 clqs
0.00/0.02	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 42 upgd conss, 0 impls, 20 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 20 cliques
0.00/0.02	c presolved problem has 220 variables (220 bin, 0 int, 0 impl, 0 cont) and 42 constraints
0.00/0.02	c      20 constraints of type <setppc>
0.00/0.02	c      22 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.00
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 1620
0.00/0.02	c 
0.00/0.02	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c limits/solutions = 1
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.02	c separating/maxrounds = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/maxroundsroot = 5
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c constraints/knapsack/disaggregation = FALSE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c presolving/probing/maxrounds = 0
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/coefdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.02	c heuristics/crossover/freq = -1
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/crossover/nodesofs = 750
0.00/0.02	c 
0.00/0.02	c # number of nodes without incumbent change that heuristic should wait
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.02	c heuristics/crossover/nwaitingnodes = 100
0.00/0.02	c 
0.00/0.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.02	c # [type: real, range: [0,1], default: 0.1]
0.00/0.02	c heuristics/crossover/nodesquot = 0.15
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixed 
0.00/0.02	c # [type: real, range: [0,1], default: 0.666]
0.00/0.02	c heuristics/crossover/minfixingrate = 0.5
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/feaspump/freq = -1
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/fracdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/guideddiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/intshifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/linesearchdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/nlp/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/objpscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.02	c # [type: real, range: [0,1], default: 0.01]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/oneopt/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/pscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/rens/freq = -1
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixable 
0.00/0.02	c # [type: real, range: [0,1], default: 0.5]
0.00/0.02	c heuristics/rens/minfixingrate = 0.3
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/rens/nodesofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/rootsoldiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/rounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/shifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/simplerounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/trivial/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/trysol/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/veclendiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/zirounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/cmir/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/flowcover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 492k|   0 |   - | 220 |  42 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.99	c   0.8s| 10000 |  9128 |     0 |   0.0 |3876k| 116 |   - | 220 | 626 |   0 |   0 |   0 |2091 |   0 | 0.000000e+00 |      --      |    Inf 
1.99/2.03	c   1.7s| 20000 | 18198 |     0 |   0.0 |6903k| 116 |   - | 220 | 696 |   0 |   0 |   0 |4463 |   0 | 0.000000e+00 |      --      |    Inf 
2.99/3.08	c   2.6s| 30000 | 27209 |     0 |   0.0 |9987k| 116 |   - | 220 | 790 |   0 |   0 |   0 |7080 |   0 | 0.000000e+00 |      --      |    Inf 
4.09/4.16	c   3.6s| 40000 | 36066 |     0 |   0.0 |  13M| 116 |   - | 220 | 906 |   0 |   0 |   0 |9877 |   0 | 0.000000e+00 |      --      |    Inf 
5.29/5.31	c   4.5s| 50000 | 44703 |     0 |   0.0 |  16M| 116 |   - | 220 | 994 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
6.50/6.58	c   5.7s| 60000 | 52961 |     0 |   0.0 |  19M| 116 |   - | 220 |1281 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
8.19/8.24	c   7.1s| 70000 | 60432 |     0 |   0.0 |  23M| 116 |   - | 220 |2457 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
10.79/10.90	c   9.6s| 80000 | 66654 |     0 |   0.0 |  25M| 116 |   - | 220 | 963 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
11.99/12.07	c  10.6s| 90000 | 75539 |     0 |   0.0 |  28M| 116 |   - | 220 | 945 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
13.19/13.26	c  11.7s|100000 | 84409 |     0 |   0.0 |  31M| 116 |   - | 220 | 873 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
14.38/14.41	c  12.7s|110000 | 93334 |     0 |   0.0 |  34M| 116 |   - | 220 | 746 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
15.58/15.60	c  13.8s|120000 |102156 |     0 |   0.0 |  37M| 116 |   - | 220 | 955 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
16.78/16.80	c  14.8s|130000 |110980 |     0 |   0.0 |  40M| 116 |   - | 220 | 851 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
17.98/18.01	c  15.9s|140000 |119785 |     0 |   0.0 |  43M| 116 |   - | 220 |1037 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
19.18/19.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.18/19.22	c  16.9s|150000 |128615 |     0 |   0.0 |  46M| 116 |   - | 220 | 775 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
20.38/20.45	c  18.0s|160000 |137391 |     0 |   0.0 |  49M| 116 |   - | 220 |1032 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
21.58/21.67	c  19.1s|170000 |146194 |     0 |   0.0 |  53M| 116 |   - | 220 | 920 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
22.78/22.88	c  20.2s|180000 |154966 |     0 |   0.0 |  56M| 116 |   - | 220 | 886 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
24.09/24.12	c  21.2s|190000 |163721 |     0 |   0.0 |  59M| 116 |   - | 220 | 842 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
25.29/25.33	c  22.3s|200000 |172478 |     0 |   0.0 |  62M| 116 |   - | 220 | 951 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
26.49/26.51	c  23.4s|210000 |181299 |     0 |   0.0 |  65M| 116 |   - | 220 | 845 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
27.68/27.72	c  24.4s|220000 |190038 |     0 |   0.0 |  68M| 116 |   - | 220 | 800 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
28.88/28.93	c  25.5s|230000 |198773 |     0 |   0.0 |  71M| 116 |   - | 220 | 816 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
30.08/30.16	c  26.6s|240000 |207496 |     0 |   0.0 |  74M| 116 |   - | 220 | 881 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
31.38/31.44	c  27.7s|250000 |216116 |     0 |   0.0 |  77M| 116 |   - | 220 | 849 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
32.68/32.71	c  28.8s|260000 |224777 |     0 |   0.0 |  80M| 116 |   - | 220 | 896 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
33.88/33.98	c  29.9s|270000 |233450 |     0 |   0.0 |  83M| 116 |   - | 220 | 956 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
35.19/35.28	c  31.1s|280000 |242082 |     0 |   0.0 |  86M| 116 |   - | 220 | 869 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
36.48/36.54	c  32.2s|290000 |250728 |     0 |   0.0 |  89M| 116 |   - | 220 | 965 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
37.78/37.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.78/37.86	c  33.4s|300000 |259319 |     0 |   0.0 |  92M| 116 |   - | 220 | 899 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
39.07/39.17	c  34.5s|310000 |267911 |     0 |   0.0 |  95M| 116 |   - | 220 |1023 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
40.47/40.51	c  35.7s|320000 |276464 |     0 |   0.0 |  98M| 116 |   - | 220 |1014 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
41.68/41.78	c  36.8s|330000 |285065 |     0 |   0.0 | 101M| 116 |   - | 220 | 965 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
43.08/43.12	c  38.0s|340000 |293601 |     0 |   0.0 | 104M| 116 |   - | 220 |1070 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
44.37/44.47	c  39.2s|350000 |302124 |     0 |   0.0 | 107M| 116 |   - | 220 |1304 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
45.78/45.80	c  40.4s|360000 |310702 |     0 |   0.0 | 110M| 116 |   - | 220 |1025 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
47.07/47.16	c  41.6s|370000 |319163 |     0 |   0.0 | 113M| 116 |   - | 220 |1196 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
48.47/48.53	c  42.8s|380000 |327662 |     0 |   0.0 | 116M| 116 |   - | 220 |1092 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
49.77/49.86	c  44.0s|390000 |336183 |     0 |   0.0 | 120M| 116 |   - | 220 |1237 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
51.27/51.31	c  45.3s|400000 |344602 |     0 |   0.0 | 123M| 116 |   - | 220 |1184 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
52.68/52.71	c  46.5s|410000 |353025 |     0 |   0.0 | 126M| 116 |   - | 220 |1075 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
54.07/54.14	c  47.8s|420000 |361405 |     0 |   0.0 | 129M| 116 |   - | 220 |1182 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
55.47/55.51	c  49.0s|430000 |369818 |     0 |   0.0 | 132M| 116 |   - | 220 |1101 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
56.87/56.95	c  50.3s|440000 |378101 |     0 |   0.0 | 135M| 116 |   - | 220 |1313 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
58.27/58.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.27/58.35	c  51.5s|450000 |386504 |     0 |   0.0 | 138M| 116 |   - | 220 |1124 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
59.77/59.84	c  52.9s|460000 |394803 |     0 |   0.0 | 141M| 116 |   - | 220 |1358 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
61.17/61.27	c  54.1s|470000 |403175 |     0 |   0.0 | 144M| 116 |   - | 220 |1219 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
62.68/62.74	c  55.4s|480000 |411478 |     0 |   0.0 | 147M| 116 |   - | 220 |1433 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
64.17/64.27	c  56.8s|490000 |419781 |     0 |   0.0 | 150M| 116 |   - | 220 |1219 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
65.67/65.71	c  58.1s|500000 |428091 |     0 |   0.0 | 153M| 116 |   - | 220 |1088 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
67.16/67.24	c  59.5s|510000 |436275 |     0 |   0.0 | 156M| 116 |   - | 220 |1394 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
68.66/68.76	c  60.9s|520000 |444526 |     0 |   0.0 | 159M| 116 |   - | 220 |1141 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
70.17/70.30	c  62.2s|530000 |452670 |     0 |   0.0 | 162M| 116 |   - | 220 |1393 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
71.76/71.83	c  63.6s|540000 |460848 |     0 |   0.0 | 166M| 116 |   - | 220 |1345 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
73.36/73.41	c  65.0s|550000 |468995 |     0 |   0.0 | 169M| 116 |   - | 220 |1455 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
75.06/75.12	c  66.6s|560000 |476955 |     0 |   0.0 | 172M| 116 |   - | 220 |1621 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
76.66/76.77	c  68.1s|570000 |485042 |     0 |   0.0 | 175M| 116 |   - | 220 |1567 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
78.57/78.60	c  69.8s|580000 |492963 |     0 |   0.0 | 178M| 116 |   - | 220 |1905 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
80.17/80.26	c  71.2s|590000 |500990 |     0 |   0.0 | 181M| 116 |   - | 220 |1549 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
81.86/81.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.86/81.93	c  72.8s|600000 |509055 |     0 |   0.0 | 184M| 116 |   - | 220 |1688 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
83.76/83.80	c  74.5s|610000 |516871 |     0 |   0.0 | 187M| 116 |   - | 220 |1673 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
85.46/85.53	c  76.0s|620000 |524820 |     0 |   0.0 | 191M| 116 |   - | 220 |1590 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
87.26/87.36	c  77.7s|630000 |532629 |     0 |   0.0 | 194M| 116 |   - | 220 |1858 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
89.07/89.17	c  79.3s|640000 |540509 |     0 |   0.0 | 197M| 116 |   - | 220 |1813 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
90.96/91.06	c  81.0s|650000 |548309 |     0 |   0.0 | 200M| 116 |   - | 220 |2116 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
92.96/93.02	c  82.8s|660000 |556014 |     0 |   0.0 | 203M| 116 |   - | 220 |1854 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
94.76/94.85	c  84.5s|670000 |563856 |     0 |   0.0 | 206M| 116 |   - | 220 |1593 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
96.76/96.89	c  86.4s|680000 |571418 |     0 |   0.0 | 209M| 116 |   - | 220 |2035 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
98.76/98.87	c  88.1s|690000 |579106 |     0 |   0.0 | 212M| 116 |   - | 220 |1928 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
100.85/100.93	c  90.0s|700000 |586655 |     0 |   0.0 | 216M| 116 |   - | 220 |2173 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 |      --      |    Inf 
102.96/103.09	c  92.0s|710000 |594151 |     0 |   0.0 | 219M| 116 |   - | 220 |1889 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
104.96/105.02	c  93.8s|720000 |601740 |     0 |   0.0 | 222M| 116 |   - | 220 |1982 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
107.06/107.19	c  95.8s|730000 |609091 |     0 |   0.0 | 225M| 116 |   - | 220 |2212 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
109.26/109.33	c  97.7s|740000 |616545 |     0 |   0.0 | 228M| 116 |   - | 220 |1939 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
111.55/111.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.55/111.65	c  99.9s|750000 |623770 |     0 |   0.0 | 231M| 116 |   - | 220 |2413 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
113.65/113.77	c   102s|760000 |631227 |     0 |   0.0 | 234M| 116 |   - | 220 |1829 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
116.06/116.10	c   104s|770000 |638408 |     0 |   0.0 | 238M| 116 |   - | 220 |2611 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
118.45/118.54	c   106s|780000 |645579 |     0 |   0.0 | 241M| 116 |   - | 220 |2099 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
120.86/120.93	c   108s|790000 |652713 |     0 |   0.0 | 244M| 116 |   - | 220 |2656 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
123.35/123.40	c   111s|800000 |659825 |     0 |   0.0 | 247M| 116 |   - | 220 |2168 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
125.75/125.84	c   113s|810000 |666960 |     0 |   0.0 | 250M| 116 |   - | 220 |2434 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
128.45/128.55	c   116s|820000 |673783 |     0 |   0.0 | 253M| 116 |   - | 220 |2441 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
130.86/130.98	c   118s|830000 |680939 |     0 |   0.0 | 256M| 116 |   - | 220 |2424 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
133.64/133.78	c   120s|840000 |687646 |     0 |   0.0 | 260M| 116 |   - | 220 |2521 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
136.15/136.26	c   123s|850000 |694678 |     0 |   0.0 | 263M| 116 |   - | 220 |2313 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
139.14/139.21	c   125s|860000 |701200 |     0 |   0.0 | 266M| 116 |   - | 220 |2724 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
141.76/141.82	c   128s|870000 |708171 |     0 |   0.0 | 269M| 116 |   - | 220 |2628 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
144.84/144.96	c   131s|880000 |714609 |     0 |   0.0 | 272M| 116 |   - | 220 |2803 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
147.64/147.78	c   133s|890000 |721314 |     0 |   0.0 | 275M| 116 |   - | 220 |2787 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
151.04/151.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.04/151.17	c   137s|900000 |727585 |     0 |   0.0 | 279M| 116 |   - | 220 |2890 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
154.14/154.28	c   140s|910000 |733976 |     0 |   0.0 | 282M| 116 |   - | 220 |3799 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
157.54/157.65	c   143s|920000 |740347 |     0 |   0.0 | 285M| 116 |   - | 220 |3163 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
161.14/161.20	c   146s|930000 |746386 |     0 |   0.0 | 288M| 116 |   - | 220 |3674 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
164.64/164.72	c   149s|940000 |752655 |     0 |   0.0 | 291M| 116 |   - | 220 |3365 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
168.74/168.84	c   153s|950000 |758438 |     0 |   0.0 | 294M| 116 |   - | 220 |3549 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
172.73/172.81	c   157s|960000 |764148 |     0 |   0.0 | 297M| 116 |   - | 220 |4476 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
176.74/176.84	c   161s|970000 |770014 |     0 |   0.0 | 300M| 116 |   - | 220 |3769 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
181.23/181.33	c   165s|980000 |775423 |     0 |   0.0 | 303M| 116 |   - | 220 |3906 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
186.03/186.15	c   170s|990000 |780653 |     0 |   0.0 | 306M| 116 |   - | 220 |4691 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 |      --      |    Inf 
191.24/191.30	c   175s|  1000k|785748 |     0 |   0.0 | 310M| 116 |   - | 220 |5590 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
196.63/196.75	c   180s|  1010k|790722 |     0 |   0.0 | 313M| 116 |   - | 220 |5819 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
202.62/202.72	c   186s|  1020k|795438 |     0 |   0.0 | 316M| 116 |   - | 220 |6152 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
209.43/209.56	c   192s|  1030k|799830 |     0 |   0.0 | 318M| 116 |   - | 220 |6423 |   0 |   0 |   0 | 494k|   0 | 0.000000e+00 |      --      |    Inf 
216.63/216.78	c   199s|  1040k|804157 |     0 |   0.0 | 321M| 116 |   - | 220 |6495 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 |      --      |    Inf 
224.12/224.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.12/224.22	c   207s|  1050k|808168 |     0 |   0.0 | 324M| 116 |   - | 220 |6833 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
232.42/232.56	c   215s|  1060k|811980 |     0 |   0.0 | 327M| 116 |   - | 220 |7233 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 |      --      |    Inf 
241.42/241.58	c   223s|  1070k|815379 |     0 |   0.0 | 329M| 116 |   - | 220 |6698 |   0 |   0 |   0 | 544k|   0 | 0.000000e+00 |      --      |    Inf 
250.51/250.62	c   232s|  1080k|818635 |     0 |   0.0 | 330M| 116 |   - | 220 |3083 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 |      --      |    Inf 
252.11/252.26	c   234s|  1090k|827295 |     0 |   0.0 | 333M| 116 |   - | 220 |1228 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 |      --      |    Inf 
253.71/253.82	c   235s|  1100k|835948 |     0 |   0.0 | 336M| 116 |   - | 220 |1165 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 |      --      |    Inf 
255.31/255.40	c   237s|  1110k|844564 |     0 |   0.0 | 339M| 116 |   - | 220 |1342 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 |      --      |    Inf 
256.81/256.95	c   238s|  1120k|853209 |     0 |   0.0 | 342M| 116 |   - | 220 |1270 |   0 |   0 |   0 | 571k|   0 | 0.000000e+00 |      --      |    Inf 
258.42/258.53	c   239s|  1130k|861880 |     0 |   0.0 | 345M| 116 |   - | 220 |1242 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 |      --      |    Inf 
260.00/260.13	c   241s|  1140k|870509 |     0 |   0.0 | 348M| 116 |   - | 220 |1276 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
261.62/261.71	c   242s|  1150k|879188 |     0 |   0.0 | 351M| 116 |   - | 220 |1268 |   0 |   0 |   0 | 581k|   0 | 0.000000e+00 |      --      |    Inf 
263.11/263.25	c   244s|  1160k|887838 |     0 |   0.0 | 354M| 116 |   - | 220 |1259 |   0 |   0 |   0 | 585k|   0 | 0.000000e+00 |      --      |    Inf 
264.71/264.85	c   245s|  1170k|896487 |     0 |   0.0 | 358M| 116 |   - | 220 |1280 |   0 |   0 |   0 | 588k|   0 | 0.000000e+00 |      --      |    Inf 
266.30/266.46	c   247s|  1180k|905075 |     0 |   0.0 | 361M| 116 |   - | 220 |1256 |   0 |   0 |   0 | 592k|   0 | 0.000000e+00 |      --      |    Inf 
267.80/267.95	c   248s|  1190k|913758 |     0 |   0.0 | 364M| 116 |   - | 220 |1200 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 |      --      |    Inf 
269.42/269.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.42/269.57	c   249s|  1200k|922345 |     0 |   0.0 | 367M| 116 |   - | 220 |1261 |   0 |   0 |   0 | 598k|   0 | 0.000000e+00 |      --      |    Inf 
271.01/271.12	c   251s|  1210k|930979 |     0 |   0.0 | 370M| 116 |   - | 220 |1273 |   0 |   0 |   0 | 602k|   0 | 0.000000e+00 |      --      |    Inf 
272.51/272.61	c   252s|  1220k|939654 |     0 |   0.0 | 373M| 116 |   - | 220 |1320 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 |      --      |    Inf 
274.10/274.23	c   254s|  1230k|948179 |     0 |   0.0 | 376M| 116 |   - | 220 |1354 |   0 |   0 |   0 | 609k|   0 | 0.000000e+00 |      --      |    Inf 
275.71/275.83	c   255s|  1240k|956809 |     0 |   0.0 | 379M| 116 |   - | 220 |1178 |   0 |   0 |   0 | 612k|   0 | 0.000000e+00 |      --      |    Inf 
277.20/277.36	c   257s|  1250k|965491 |     0 |   0.0 | 382M| 116 |   - | 220 |1204 |   0 |   0 |   0 | 615k|   0 | 0.000000e+00 |      --      |    Inf 
278.81/278.94	c   258s|  1260k|974064 |     0 |   0.0 | 385M| 116 |   - | 220 |1419 |   0 |   0 |   0 | 619k|   0 | 0.000000e+00 |      --      |    Inf 
280.41/280.57	c   259s|  1270k|982621 |     0 |   0.0 | 388M| 116 |   - | 220 |1357 |   0 |   0 |   0 | 622k|   0 | 0.000000e+00 |      --      |    Inf 
282.00/282.16	c   261s|  1280k|991289 |     0 |   0.0 | 391M| 116 |   - | 220 |1157 |   0 |   0 |   0 | 625k|   0 | 0.000000e+00 |      --      |    Inf 
283.61/283.71	c   262s|  1290k|999965 |     0 |   0.0 | 394M| 116 |   - | 220 |1148 |   0 |   0 |   0 | 629k|   0 | 0.000000e+00 |      --      |    Inf 
285.30/285.40	c   264s|  1300k|  1008k|     0 |   0.0 | 397M| 116 |   - | 220 |1348 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 |      --      |    Inf 
286.80/286.97	c   265s|  1310k|  1016k|     0 |   0.0 | 400M| 116 |   - | 220 |1273 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 |      --      |    Inf 
288.40/288.51	c   267s|  1320k|  1025k|     0 |   0.0 | 403M| 116 |   - | 220 |1178 |   0 |   0 |   0 | 639k|   0 | 0.000000e+00 |      --      |    Inf 
289.80/290.00	c   268s|  1330k|  1034k|     0 |   0.0 | 406M| 116 |   - | 220 |1128 |   0 |   0 |   0 | 642k|   0 | 0.000000e+00 |      --      |    Inf 
291.31/291.48	c   269s|  1340k|  1043k|     0 |   0.0 | 409M| 116 |   - | 220 |1185 |   0 |   0 |   0 | 645k|   0 | 0.000000e+00 |      --      |    Inf 
293.10/293.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.10/293.22	c   271s|  1350k|  1051k|     0 |   0.0 | 412M| 116 |   - | 220 |1445 |   0 |   0 |   0 | 649k|   0 | 0.000000e+00 |      --      |    Inf 
294.71/294.82	c   272s|  1360k|  1060k|     0 |   0.0 | 415M| 116 |   - | 220 |1149 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 |      --      |    Inf 
296.29/296.41	c   274s|  1370k|  1068k|     0 |   0.0 | 418M| 116 |   - | 220 |1166 |   0 |   0 |   0 | 656k|   0 | 0.000000e+00 |      --      |    Inf 
297.80/297.92	c   275s|  1380k|  1077k|     0 |   0.0 | 421M| 116 |   - | 220 |1208 |   0 |   0 |   0 | 659k|   0 | 0.000000e+00 |      --      |    Inf 
299.40/299.50	c   277s|  1390k|  1085k|     0 |   0.0 | 424M| 116 |   - | 220 |1263 |   0 |   0 |   0 | 662k|   0 | 0.000000e+00 |      --      |    Inf 
301.10/301.21	c   278s|  1400k|  1094k|     0 |   0.0 | 428M| 116 |   - | 220 |1478 |   0 |   0 |   0 | 666k|   0 | 0.000000e+00 |      --      |    Inf 
302.70/302.86	c   280s|  1410k|  1102k|     0 |   0.0 | 431M| 116 |   - | 220 |1364 |   0 |   0 |   0 | 670k|   0 | 0.000000e+00 |      --      |    Inf 
304.30/304.49	c   281s|  1420k|  1111k|     0 |   0.0 | 433M| 116 |   - | 220 |1191 |   0 |   0 |   0 | 673k|   0 | 0.000000e+00 |      --      |    Inf 
306.00/306.11	c   283s|  1430k|  1119k|     0 |   0.0 | 436M| 116 |   - | 220 |1134 |   0 |   0 |   0 | 676k|   0 | 0.000000e+00 |      --      |    Inf 
307.39/307.58	c   284s|  1440k|  1128k|     0 |   0.0 | 440M| 116 |   - | 220 |1256 |   0 |   0 |   0 | 679k|   0 | 0.000000e+00 |      --      |    Inf 
309.01/309.18	c   285s|  1450k|  1137k|     0 |   0.0 | 443M| 116 |   - | 220 |1156 |   0 |   0 |   0 | 683k|   0 | 0.000000e+00 |      --      |    Inf 
310.70/310.85	c   287s|  1460k|  1145k|     0 |   0.0 | 446M| 116 |   - | 220 |1466 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 |      --      |    Inf 
312.40/312.54	c   288s|  1470k|  1154k|     0 |   0.0 | 449M| 116 |   - | 220 |1378 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 |      --      |    Inf 
313.99/314.16	c   290s|  1480k|  1162k|     0 |   0.0 | 452M| 116 |   - | 220 |1329 |   0 |   0 |   0 | 694k|   0 | 0.000000e+00 |      --      |    Inf 
315.60/315.75	c   291s|  1490k|  1171k|     0 |   0.0 | 455M| 116 |   - | 220 |1174 |   0 |   0 |   0 | 697k|   0 | 0.000000e+00 |      --      |    Inf 
317.19/317.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.19/317.33	c   293s|  1500k|  1179k|     0 |   0.0 | 458M| 116 |   - | 220 |1213 |   0 |   0 |   0 | 700k|   0 | 0.000000e+00 |      --      |    Inf 
318.80/318.96	c   294s|  1510k|  1188k|     0 |   0.0 | 461M| 116 |   - | 220 |1181 |   0 |   0 |   0 | 704k|   0 | 0.000000e+00 |      --      |    Inf 
320.39/320.58	c   296s|  1520k|  1196k|     0 |   0.0 | 464M| 116 |   - | 220 |1310 |   0 |   0 |   0 | 707k|   0 | 0.000000e+00 |      --      |    Inf 
322.09/322.27	c   297s|  1530k|  1205k|     0 |   0.0 | 467M| 116 |   - | 220 |1239 |   0 |   0 |   0 | 710k|   0 | 0.000000e+00 |      --      |    Inf 
323.89/324.01	c   299s|  1540k|  1213k|     0 |   0.0 | 470M| 116 |   - | 220 |1454 |   0 |   0 |   0 | 714k|   0 | 0.000000e+00 |      --      |    Inf 
325.59/325.73	c   300s|  1550k|  1222k|     0 |   0.0 | 473M| 116 |   - | 220 |1297 |   0 |   0 |   0 | 718k|   0 | 0.000000e+00 |      --      |    Inf 
327.19/327.37	c   302s|  1560k|  1230k|     0 |   0.0 | 476M| 116 |   - | 220 |1112 |   0 |   0 |   0 | 721k|   0 | 0.000000e+00 |      --      |    Inf 
328.89/329.02	c   303s|  1570k|  1239k|     0 |   0.0 | 479M| 116 |   - | 220 |1217 |   0 |   0 |   0 | 724k|   0 | 0.000000e+00 |      --      |    Inf 
330.49/330.66	c   305s|  1580k|  1248k|     0 |   0.0 | 482M| 116 |   - | 220 |1244 |   0 |   0 |   0 | 727k|   0 | 0.000000e+00 |      --      |    Inf 
332.19/332.33	c   306s|  1590k|  1256k|     0 |   0.0 | 485M| 116 |   - | 220 |1340 |   0 |   0 |   0 | 730k|   0 | 0.000000e+00 |      --      |    Inf 
333.89/334.07	c   308s|  1600k|  1264k|     0 |   0.0 | 488M| 116 |   - | 220 |1162 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 |      --      |    Inf 
335.69/335.81	c   309s|  1610k|  1273k|     0 |   0.0 | 491M| 116 |   - | 220 |1268 |   0 |   0 |   0 | 737k|   0 | 0.000000e+00 |      --      |    Inf 
337.38/337.59	c   311s|  1620k|  1281k|     0 |   0.0 | 494M| 116 |   - | 220 |1325 |   0 |   0 |   0 | 741k|   0 | 0.000000e+00 |      --      |    Inf 
339.08/339.30	c   313s|  1630k|  1290k|     0 |   0.0 | 497M| 116 |   - | 220 |1405 |   0 |   0 |   0 | 744k|   0 | 0.000000e+00 |      --      |    Inf 
340.90/341.04	c   314s|  1640k|  1298k|     0 |   0.0 | 500M| 116 |   - | 220 |1333 |   0 |   0 |   0 | 747k|   0 | 0.000000e+00 |      --      |    Inf 
342.59/342.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.59/342.76	c   316s|  1650k|  1307k|     0 |   0.0 | 503M| 116 |   - | 220 |1134 |   0 |   0 |   0 | 751k|   0 | 0.000000e+00 |      --      |    Inf 
344.29/344.44	c   317s|  1660k|  1315k|     0 |   0.0 | 506M| 116 |   - | 220 |1145 |   0 |   0 |   0 | 754k|   0 | 0.000000e+00 |      --      |    Inf 
345.98/346.16	c   319s|  1670k|  1324k|     0 |   0.0 | 509M| 116 |   - | 220 |1345 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 |      --      |    Inf 
347.69/347.83	c   320s|  1680k|  1332k|     0 |   0.0 | 512M| 116 |   - | 220 |1132 |   0 |   0 |   0 | 761k|   0 | 0.000000e+00 |      --      |    Inf 
349.39/349.51	c   322s|  1690k|  1341k|     0 |   0.0 | 515M| 116 |   - | 220 |1164 |   0 |   0 |   0 | 764k|   0 | 0.000000e+00 |      --      |    Inf 
351.09/351.23	c   324s|  1700k|  1349k|     0 |   0.0 | 518M| 116 |   - | 220 |1172 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 |      --      |    Inf 
352.99/353.14	c   325s|  1710k|  1358k|     0 |   0.0 | 521M| 116 |   - | 220 |1304 |   0 |   0 |   0 | 771k|   0 | 0.000000e+00 |      --      |    Inf 
354.68/354.88	c   327s|  1720k|  1366k|     0 |   0.0 | 524M| 116 |   - | 220 |1333 |   0 |   0 |   0 | 775k|   0 | 0.000000e+00 |      --      |    Inf 
356.38/356.52	c   328s|  1730k|  1375k|     0 |   0.0 | 527M| 116 |   - | 220 |1249 |   0 |   0 |   0 | 778k|   0 | 0.000000e+00 |      --      |    Inf 
357.98/358.18	c   330s|  1740k|  1383k|     0 |   0.0 | 530M| 116 |   - | 220 |1159 |   0 |   0 |   0 | 781k|   0 | 0.000000e+00 |      --      |    Inf 
359.59/359.78	c   331s|  1750k|  1392k|     0 |   0.0 | 533M| 116 |   - | 220 |1159 |   0 |   0 |   0 | 785k|   0 | 0.000000e+00 |      --      |    Inf 
361.38/361.59	c   333s|  1760k|  1400k|     0 |   0.0 | 536M| 116 |   - | 220 |1253 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 |      --      |    Inf 
363.17/363.37	c   335s|  1770k|  1408k|     0 |   0.0 | 539M| 116 |   - | 220 |1188 |   0 |   0 |   0 | 791k|   0 | 0.000000e+00 |      --      |    Inf 
364.98/365.16	c   336s|  1780k|  1417k|     0 |   0.0 | 542M| 116 |   - | 220 |1226 |   0 |   0 |   0 | 794k|   0 | 0.000000e+00 |      --      |    Inf 
366.57/366.79	c   338s|  1790k|  1425k|     0 |   0.0 | 545M| 116 |   - | 220 |1195 |   0 |   0 |   0 | 798k|   0 | 0.000000e+00 |      --      |    Inf 
368.28/368.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.28/368.48	c   339s|  1800k|  1434k|     0 |   0.0 | 548M| 116 |   - | 220 |1227 |   0 |   0 |   0 | 801k|   0 | 0.000000e+00 |      --      |    Inf 
370.07/370.20	c   341s|  1810k|  1442k|     0 |   0.0 | 551M| 116 |   - | 220 |1119 |   0 |   0 |   0 | 804k|   0 | 0.000000e+00 |      --      |    Inf 
371.78/371.92	c   342s|  1820k|  1451k|     0 |   0.0 | 554M| 116 |   - | 220 |1290 |   0 |   0 |   0 | 808k|   0 | 0.000000e+00 |      --      |    Inf 
373.57/373.76	c   344s|  1830k|  1459k|     0 |   0.0 | 557M| 116 |   - | 220 |1317 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 |      --      |    Inf 
375.38/375.54	c   346s|  1840k|  1468k|     0 |   0.0 | 560M| 116 |   - | 220 |1202 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 |      --      |    Inf 
377.27/377.42	c   347s|  1850k|  1476k|     0 |   0.0 | 563M| 116 |   - | 220 |1297 |   0 |   0 |   0 | 818k|   0 | 0.000000e+00 |      --      |    Inf 
378.97/379.17	c   349s|  1860k|  1484k|     0 |   0.0 | 566M| 116 |   - | 220 |1233 |   0 |   0 |   0 | 822k|   0 | 0.000000e+00 |      --      |    Inf 
380.77/380.98	c   351s|  1870k|  1493k|     0 |   0.0 | 569M| 116 |   - | 220 |1335 |   0 |   0 |   0 | 825k|   0 | 0.000000e+00 |      --      |    Inf 
382.58/382.76	c   352s|  1880k|  1501k|     0 |   0.0 | 572M| 116 |   - | 220 |1220 |   0 |   0 |   0 | 828k|   0 | 0.000000e+00 |      --      |    Inf 
384.37/384.54	c   354s|  1890k|  1509k|     0 |   0.0 | 575M| 116 |   - | 220 |1218 |   0 |   0 |   0 | 832k|   0 | 0.000000e+00 |      --      |    Inf 
386.16/386.30	c   356s|  1900k|  1518k|     0 |   0.0 | 578M| 116 |   - | 220 |1177 |   0 |   0 |   0 | 835k|   0 | 0.000000e+00 |      --      |    Inf 
387.87/388.08	c   357s|  1910k|  1526k|     0 |   0.0 | 581M| 116 |   - | 220 |1143 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 |      --      |    Inf 
389.77/389.92	c   359s|  1920k|  1535k|     0 |   0.0 | 584M| 116 |   - | 220 |1147 |   0 |   0 |   0 | 842k|   0 | 0.000000e+00 |      --      |    Inf 
391.57/391.71	c   360s|  1930k|  1543k|     0 |   0.0 | 587M| 116 |   - | 220 |1367 |   0 |   0 |   0 | 846k|   0 | 0.000000e+00 |      --      |    Inf 
393.17/393.39	c   362s|  1940k|  1552k|     0 |   0.0 | 590M| 116 |   - | 220 |1199 |   0 |   0 |   0 | 849k|   0 | 0.000000e+00 |      --      |    Inf 
395.07/395.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
395.07/395.27	c   364s|  1950k|  1560k|     0 |   0.0 | 593M| 116 |   - | 220 |1297 |   0 |   0 |   0 | 852k|   0 | 0.000000e+00 |      --      |    Inf 
396.88/397.07	c   365s|  1960k|  1568k|     0 |   0.0 | 596M| 116 |   - | 220 |1456 |   0 |   0 |   0 | 856k|   0 | 0.000000e+00 |      --      |    Inf 
398.87/399.00	c   367s|  1970k|  1577k|     0 |   0.0 | 599M| 116 |   - | 220 |1330 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 |      --      |    Inf 
400.77/400.99	c   369s|  1980k|  1585k|     0 |   0.0 | 602M| 116 |   - | 220 |1322 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 |      --      |    Inf 
402.66/402.83	c   371s|  1990k|  1593k|     0 |   0.0 | 605M| 116 |   - | 220 |1281 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 |      --      |    Inf 
404.57/404.74	c   372s|  2000k|  1602k|     0 |   0.0 | 608M| 116 |   - | 220 |1275 |   0 |   0 |   0 | 870k|   0 | 0.000000e+00 |      --      |    Inf 
406.47/406.63	c   374s|  2010k|  1610k|     0 |   0.0 | 611M| 116 |   - | 220 |1178 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 |      --      |    Inf 
408.26/408.45	c   376s|  2020k|  1619k|     0 |   0.0 | 614M| 116 |   - | 220 |1163 |   0 |   0 |   0 | 877k|   0 | 0.000000e+00 |      --      |    Inf 
409.97/410.10	c   377s|  2030k|  1627k|     0 |   0.0 | 617M| 116 |   - | 220 |1268 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 |      --      |    Inf 
411.56/411.76	c   379s|  2040k|  1636k|     0 |   0.0 | 620M| 116 |   - | 220 |1232 |   0 |   0 |   0 | 884k|   0 | 0.000000e+00 |      --      |    Inf 
413.37/413.59	c   381s|  2050k|  1644k|     0 |   0.0 | 623M| 116 |   - | 220 |1342 |   0 |   0 |   0 | 887k|   0 | 0.000000e+00 |      --      |    Inf 
415.26/415.44	c   382s|  2060k|  1652k|     0 |   0.0 | 626M| 116 |   - | 220 |1242 |   0 |   0 |   0 | 891k|   0 | 0.000000e+00 |      --      |    Inf 
417.16/417.38	c   384s|  2070k|  1661k|     0 |   0.0 | 629M| 116 |   - | 220 |1394 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 |      --      |    Inf 
419.16/419.32	c   386s|  2080k|  1669k|     0 |   0.0 | 632M| 116 |   - | 220 |1408 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 |      --      |    Inf 
420.96/421.18	c   387s|  2090k|  1677k|     0 |   0.0 | 635M| 116 |   - | 220 |1386 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 |      --      |    Inf 
422.86/423.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
422.86/423.01	c   389s|  2100k|  1686k|     0 |   0.0 | 638M| 116 |   - | 220 |1313 |   0 |   0 |   0 | 905k|   0 | 0.000000e+00 |      --      |    Inf 
424.65/424.81	c   391s|  2110k|  1694k|     0 |   0.0 | 641M| 116 |   - | 220 |1220 |   0 |   0 |   0 | 908k|   0 | 0.000000e+00 |      --      |    Inf 
426.66/426.81	c   393s|  2120k|  1702k|     0 |   0.0 | 644M| 116 |   - | 220 |1263 |   0 |   0 |   0 | 912k|   0 | 0.000000e+00 |      --      |    Inf 
428.45/428.65	c   394s|  2130k|  1711k|     0 |   0.0 | 647M| 116 |   - | 220 |1266 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 |      --      |    Inf 
430.25/430.40	c   396s|  2140k|  1719k|     0 |   0.0 | 650M| 116 |   - | 220 |1264 |   0 |   0 |   0 | 919k|   0 | 0.000000e+00 |      --      |    Inf 
432.06/432.20	c   398s|  2150k|  1728k|     0 |   0.0 | 653M| 116 |   - | 220 |1171 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 |      --      |    Inf 
433.56/433.75	c   399s|  2160k|  1736k|     0 |   0.0 | 656M| 116 |   - | 220 |1161 |   0 |   0 |   0 | 925k|   0 | 0.000000e+00 |      --      |    Inf 
435.46/435.62	c   401s|  2170k|  1744k|     0 |   0.0 | 659M| 116 |   - | 220 |1236 |   0 |   0 |   0 | 928k|   0 | 0.000000e+00 |      --      |    Inf 
437.35/437.58	c   402s|  2180k|  1753k|     0 |   0.0 | 662M| 116 |   - | 220 |1364 |   0 |   0 |   0 | 932k|   0 | 0.000000e+00 |      --      |    Inf 
439.26/439.43	c   404s|  2190k|  1761k|     0 |   0.0 | 665M| 116 |   - | 220 |1266 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 |      --      |    Inf 
441.05/441.28	c   406s|  2200k|  1769k|     0 |   0.0 | 668M| 116 |   - | 220 |1448 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 |      --      |    Inf 
443.26/443.41	c   408s|  2210k|  1777k|     0 |   0.0 | 671M| 116 |   - | 220 |1469 |   0 |   0 |   0 | 943k|   0 | 0.000000e+00 |      --      |    Inf 
445.06/445.27	c   409s|  2220k|  1786k|     0 |   0.0 | 674M| 116 |   - | 220 |1335 |   0 |   0 |   0 | 947k|   0 | 0.000000e+00 |      --      |    Inf 
447.05/447.23	c   411s|  2230k|  1794k|     0 |   0.0 | 677M| 116 |   - | 220 |1304 |   0 |   0 |   0 | 950k|   0 | 0.000000e+00 |      --      |    Inf 
448.95/449.13	c   413s|  2240k|  1802k|     0 |   0.0 | 680M| 116 |   - | 220 |1261 |   0 |   0 |   0 | 954k|   0 | 0.000000e+00 |      --      |    Inf 
450.86/451.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.86/451.04	c   415s|  2250k|  1811k|     0 |   0.0 | 683M| 116 |   - | 220 |1097 |   0 |   0 |   0 | 957k|   0 | 0.000000e+00 |      --      |    Inf 
452.65/452.82	c   416s|  2260k|  1819k|     0 |   0.0 | 686M| 116 |   - | 220 |1185 |   0 |   0 |   0 | 960k|   0 | 0.000000e+00 |      --      |    Inf 
454.55/454.76	c   418s|  2270k|  1827k|     0 |   0.0 | 689M| 116 |   - | 220 |1184 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 |      --      |    Inf 
456.35/456.51	c   420s|  2280k|  1836k|     0 |   0.0 | 692M| 116 |   - | 220 | 986 |   0 |   0 |   0 | 966k|   0 | 0.000000e+00 |      --      |    Inf 
458.15/458.33	c   421s|  2290k|  1844k|     0 |   0.0 | 695M| 116 |   - | 220 |1167 |   0 |   0 |   0 | 969k|   0 | 0.000000e+00 |      --      |    Inf 
459.95/460.19	c   423s|  2300k|  1853k|     0 |   0.0 | 698M| 116 |   - | 220 |1223 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 |      --      |    Inf 
461.86/462.07	c   425s|  2310k|  1861k|     0 |   0.0 | 701M| 116 |   - | 220 |1245 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 |      --      |    Inf 
463.85/464.07	c   427s|  2320k|  1869k|     0 |   0.0 | 704M| 116 |   - | 220 |1422 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 |      --      |    Inf 
465.85/466.05	c   429s|  2330k|  1878k|     0 |   0.0 | 707M| 116 |   - | 220 |1516 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 |      --      |    Inf 
467.85/468.03	c   430s|  2340k|  1886k|     0 |   0.0 | 710M| 116 |   - | 220 |1533 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 |      --      |    Inf 
469.84/470.08	c   432s|  2350k|  1894k|     0 |   0.0 | 713M| 116 |   - | 220 |1582 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 |      --      |    Inf 
471.84/472.01	c   434s|  2360k|  1902k|     0 |   0.0 | 716M| 116 |   - | 220 |1333 |   0 |   0 |   0 | 995k|   0 | 0.000000e+00 |      --      |    Inf 
473.55/473.78	c   436s|  2370k|  1911k|     0 |   0.0 | 719M| 116 |   - | 220 |1216 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 |      --      |    Inf 
475.54/475.71	c   437s|  2380k|  1919k|     0 |   0.0 | 722M| 116 |   - | 220 |1150 |   0 |   0 |   0 |1002k|   0 | 0.000000e+00 |      --      |    Inf 
477.44/477.60	c   439s|  2390k|  1927k|     0 |   0.0 | 725M| 116 |   - | 220 |1253 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 |      --      |    Inf 
479.25/479.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.25/479.43	c   441s|  2400k|  1935k|     0 |   0.0 | 728M| 116 |   - | 220 |1186 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 |      --      |    Inf 
481.14/481.32	c   443s|  2410k|  1944k|     0 |   0.0 | 731M| 116 |   - | 220 |1147 |   0 |   0 |   0 |1012k|   0 | 0.000000e+00 |      --      |    Inf 
483.04/483.22	c   444s|  2420k|  1952k|     0 |   0.0 | 734M| 116 |   - | 220 |1127 |   0 |   0 |   0 |1016k|   0 | 0.000000e+00 |      --      |    Inf 
484.95/485.15	c   446s|  2430k|  1960k|     0 |   0.0 | 737M| 116 |   - | 220 |1164 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 |      --      |    Inf 
486.83/487.01	c   448s|  2440k|  1969k|     0 |   0.0 | 740M| 116 |   - | 220 |1199 |   0 |   0 |   0 |1022k|   0 | 0.000000e+00 |      --      |    Inf 
488.64/488.80	c   449s|  2450k|  1977k|     0 |   0.0 | 743M| 116 |   - | 220 |1207 |   0 |   0 |   0 |1026k|   0 | 0.000000e+00 |      --      |    Inf 
490.44/490.64	c   451s|  2460k|  1986k|     0 |   0.0 | 746M| 116 |   - | 220 |1195 |   0 |   0 |   0 |1029k|   0 | 0.000000e+00 |      --      |    Inf 
492.54/492.71	c   453s|  2470k|  1994k|     0 |   0.0 | 749M| 116 |   - | 220 |1372 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 |      --      |    Inf 
494.84/495.07	c   455s|  2480k|  2002k|     0 |   0.0 | 752M| 116 |   - | 220 |1613 |   0 |   0 |   0 |1037k|   0 | 0.000000e+00 |      --      |    Inf 
496.94/497.10	c   457s|  2490k|  2010k|     0 |   0.0 | 755M| 116 |   - | 220 |1557 |   0 |   0 |   0 |1041k|   0 | 0.000000e+00 |      --      |    Inf 
498.83/499.04	c   459s|  2500k|  2018k|     0 |   0.0 | 758M| 116 |   - | 220 |1427 |   0 |   0 |   0 |1045k|   0 | 0.000000e+00 |      --      |    Inf 
500.73/500.98	c   461s|  2510k|  2026k|     0 |   0.0 | 761M| 116 |   - | 220 |1075 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 |      --      |    Inf 
502.53/502.74	c   462s|  2520k|  2034k|     0 |   0.0 | 764M| 116 |   - | 220 |1222 |   0 |   0 |   0 |1051k|   0 | 0.000000e+00 |      --      |    Inf 
504.43/504.68	c   464s|  2530k|  2043k|     0 |   0.0 | 767M| 116 |   - | 220 |1178 |   0 |   0 |   0 |1055k|   0 | 0.000000e+00 |      --      |    Inf 
506.53/506.71	c   466s|  2540k|  2051k|     0 |   0.0 | 770M| 116 |   - | 220 |1352 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 |      --      |    Inf 
508.33/508.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.33/508.58	c   468s|  2550k|  2059k|     0 |   0.0 | 773M| 116 |   - | 220 |1125 |   0 |   0 |   0 |1061k|   0 | 0.000000e+00 |      --      |    Inf 
510.24/510.44	c   469s|  2560k|  2068k|     0 |   0.0 | 776M| 116 |   - | 220 |1295 |   0 |   0 |   0 |1065k|   0 | 0.000000e+00 |      --      |    Inf 
512.13/512.36	c   471s|  2570k|  2076k|     0 |   0.0 | 779M| 116 |   - | 220 |1145 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 |      --      |    Inf 
513.93/514.19	c   473s|  2580k|  2084k|     0 |   0.0 | 782M| 116 |   - | 220 |1257 |   0 |   0 |   0 |1071k|   0 | 0.000000e+00 |      --      |    Inf 
515.63/515.80	c   474s|  2590k|  2093k|     0 |   0.0 | 785M| 116 |   - | 220 |1173 |   0 |   0 |   0 |1075k|   0 | 0.000000e+00 |      --      |    Inf 
517.43/517.60	c   476s|  2600k|  2101k|     0 |   0.0 | 788M| 116 |   - | 220 |1216 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 |      --      |    Inf 
519.23/519.44	c   478s|  2610k|  2109k|     0 |   0.0 | 791M| 116 |   - | 220 |1183 |   0 |   0 |   0 |1082k|   0 | 0.000000e+00 |      --      |    Inf 
521.02/521.30	c   479s|  2620k|  2118k|     0 |   0.0 | 794M| 116 |   - | 220 |1165 |   0 |   0 |   0 |1085k|   0 | 0.000000e+00 |      --      |    Inf 
523.02/523.23	c   481s|  2630k|  2126k|     0 |   0.0 | 797M| 116 |   - | 220 |1358 |   0 |   0 |   0 |1089k|   0 | 0.000000e+00 |      --      |    Inf 
525.03/525.25	c   483s|  2640k|  2134k|     0 |   0.0 | 800M| 116 |   - | 220 |1725 |   0 |   0 |   0 |1093k|   0 | 0.000000e+00 |      --      |    Inf 
527.32/527.53	c   485s|  2650k|  2142k|     0 |   0.0 | 803M| 116 |   - | 220 |1728 |   0 |   0 |   0 |1097k|   0 | 0.000000e+00 |      --      |    Inf 
529.52/529.79	c   487s|  2660k|  2150k|     0 |   0.0 | 806M| 116 |   - | 220 |1510 |   0 |   0 |   0 |1101k|   0 | 0.000000e+00 |      --      |    Inf 
531.63/531.83	c   489s|  2670k|  2158k|     0 |   0.0 | 809M| 116 |   - | 220 |1222 |   0 |   0 |   0 |1105k|   0 | 0.000000e+00 |      --      |    Inf 
533.33/533.53	c   491s|  2680k|  2166k|     0 |   0.0 | 812M| 116 |   - | 220 |1148 |   0 |   0 |   0 |1108k|   0 | 0.000000e+00 |      --      |    Inf 
535.32/535.53	c   492s|  2690k|  2175k|     0 |   0.0 | 815M| 116 |   - | 220 |1301 |   0 |   0 |   0 |1111k|   0 | 0.000000e+00 |      --      |    Inf 
537.42/537.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
537.42/537.61	c   494s|  2700k|  2183k|     0 |   0.0 | 818M| 116 |   - | 220 |1363 |   0 |   0 |   0 |1115k|   0 | 0.000000e+00 |      --      |    Inf 
539.42/539.69	c   496s|  2710k|  2191k|     0 |   0.0 | 821M| 116 |   - | 220 |1219 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 |      --      |    Inf 
541.42/541.66	c   498s|  2720k|  2199k|     0 |   0.0 | 824M| 116 |   - | 220 |1224 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 |      --      |    Inf 
543.42/543.63	c   500s|  2730k|  2208k|     0 |   0.0 | 827M| 116 |   - | 220 |1087 |   0 |   0 |   0 |1125k|   0 | 0.000000e+00 |      --      |    Inf 
545.32/545.50	c   502s|  2740k|  2216k|     0 |   0.0 | 830M| 116 |   - | 220 |1277 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 |      --      |    Inf 
547.21/547.42	c   503s|  2750k|  2224k|     0 |   0.0 | 833M| 116 |   - | 220 |1250 |   0 |   0 |   0 |1132k|   0 | 0.000000e+00 |      --      |    Inf 
549.02/549.21	c   505s|  2760k|  2233k|     0 |   0.0 | 836M| 116 |   - | 220 |1071 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 |      --      |    Inf 
550.82/551.04	c   507s|  2770k|  2241k|     0 |   0.0 | 839M| 116 |   - | 220 |1184 |   0 |   0 |   0 |1138k|   0 | 0.000000e+00 |      --      |    Inf 
552.72/552.99	c   508s|  2780k|  2249k|     0 |   0.0 | 842M| 116 |   - | 220 | 967 |   0 |   0 |   0 |1141k|   0 | 0.000000e+00 |      --      |    Inf 
554.71/554.94	c   510s|  2790k|  2258k|     0 |   0.0 | 845M| 116 |   - | 220 |1405 |   0 |   0 |   0 |1145k|   0 | 0.000000e+00 |      --      |    Inf 
556.82/557.03	c   512s|  2800k|  2266k|     0 |   0.0 | 848M| 116 |   - | 220 |1393 |   0 |   0 |   0 |1149k|   0 | 0.000000e+00 |      --      |    Inf 
559.01/559.25	c   514s|  2810k|  2274k|     0 |   0.0 | 851M| 116 |   - | 220 |1383 |   0 |   0 |   0 |1153k|   0 | 0.000000e+00 |      --      |    Inf 
561.12/561.31	c   516s|  2820k|  2282k|     0 |   0.0 | 854M| 116 |   - | 220 |1383 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 |      --      |    Inf 
563.51/563.71	c   518s|  2830k|  2290k|     0 |   0.0 | 857M| 116 |   - | 220 |1772 |   0 |   0 |   0 |1161k|   0 | 0.000000e+00 |      --      |    Inf 
565.91/566.13	c   521s|  2840k|  2298k|     0 |   0.0 | 860M| 116 |   - | 220 |1592 |   0 |   0 |   0 |1165k|   0 | 0.000000e+00 |      --      |    Inf 
568.21/568.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
568.21/568.41	c   523s|  2850k|  2306k|     0 |   0.0 | 863M| 116 |   - | 220 |1527 |   0 |   0 |   0 |1169k|   0 | 0.000000e+00 |      --      |    Inf 
570.21/570.48	c   525s|  2860k|  2314k|     0 |   0.0 | 866M| 116 |   - | 220 |1366 |   0 |   0 |   0 |1173k|   0 | 0.000000e+00 |      --      |    Inf 
572.60/572.81	c   527s|  2870k|  2322k|     0 |   0.0 | 869M| 116 |   - | 220 |1362 |   0 |   0 |   0 |1176k|   0 | 0.000000e+00 |      --      |    Inf 
574.71/574.97	c   529s|  2880k|  2330k|     0 |   0.0 | 872M| 116 |   - | 220 |1261 |   0 |   0 |   0 |1180k|   0 | 0.000000e+00 |      --      |    Inf 
577.01/577.23	c   531s|  2890k|  2339k|     0 |   0.0 | 875M| 116 |   - | 220 |1238 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 |      --      |    Inf 
579.10/579.39	c   533s|  2900k|  2347k|     0 |   0.0 | 878M| 116 |   - | 220 |1338 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 |      --      |    Inf 
581.20/581.41	c   535s|  2910k|  2355k|     0 |   0.0 | 881M| 116 |   - | 220 |1234 |   0 |   0 |   0 |1190k|   0 | 0.000000e+00 |      --      |    Inf 
583.21/583.43	c   537s|  2920k|  2363k|     0 |   0.0 | 884M| 116 |   - | 220 |1215 |   0 |   0 |   0 |1194k|   0 | 0.000000e+00 |      --      |    Inf 
585.11/585.33	c   538s|  2930k|  2372k|     0 |   0.0 | 887M| 116 |   - | 220 |1302 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 |      --      |    Inf 
587.21/587.42	c   540s|  2940k|  2380k|     0 |   0.0 | 890M| 116 |   - | 220 |1205 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 |      --      |    Inf 
589.41/589.61	c   542s|  2950k|  2388k|     0 |   0.0 | 893M| 116 |   - | 220 |1302 |   0 |   0 |   0 |1205k|   0 | 0.000000e+00 |      --      |    Inf 
591.20/591.49	c   544s|  2960k|  2396k|     0 |   0.0 | 896M| 116 |   - | 220 |1295 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 |      --      |    Inf 
593.30/593.51	c   546s|  2970k|  2404k|     0 |   0.0 | 899M| 116 |   - | 220 |1351 |   0 |   0 |   0 |1212k|   0 | 0.000000e+00 |      --      |    Inf 
595.40/595.62	c   548s|  2980k|  2413k|     0 |   0.0 | 902M| 116 |   - | 220 |1244 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 |      --      |    Inf 
597.50/597.79	c   550s|  2990k|  2421k|     0 |   0.0 | 905M| 116 |   - | 220 |1376 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 |      --      |    Inf 
599.70/599.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.70/599.90	c   552s|  3000k|  2429k|     0 |   0.0 | 908M| 116 |   - | 220 |1453 |   0 |   0 |   0 |1223k|   0 | 0.000000e+00 |      --      |    Inf 
601.80/602.08	c   554s|  3010k|  2437k|     0 |   0.0 | 911M| 116 |   - | 220 |1228 |   0 |   0 |   0 |1226k|   0 | 0.000000e+00 |      --      |    Inf 
604.39/604.68	c   556s|  3020k|  2445k|     0 |   0.0 | 914M| 116 |   - | 220 |1814 |   0 |   0 |   0 |1231k|   0 | 0.000000e+00 |      --      |    Inf 
607.09/607.32	c   559s|  3030k|  2453k|     0 |   0.0 | 917M| 116 |   - | 220 |1625 |   0 |   0 |   0 |1235k|   0 | 0.000000e+00 |      --      |    Inf 
609.29/609.54	c   561s|  3040k|  2461k|     0 |   0.0 | 920M| 116 |   - | 220 |1471 |   0 |   0 |   0 |1239k|   0 | 0.000000e+00 |      --      |    Inf 
611.30/611.60	c   563s|  3050k|  2469k|     0 |   0.0 | 923M| 116 |   - | 220 |1370 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 |      --      |    Inf 
613.69/613.92	c   565s|  3060k|  2477k|     0 |   0.0 | 926M| 116 |   - | 220 |1466 |   0 |   0 |   0 |1246k|   0 | 0.000000e+00 |      --      |    Inf 
615.89/616.10	c   567s|  3070k|  2485k|     0 |   0.0 | 929M| 116 |   - | 220 |1411 |   0 |   0 |   0 |1250k|   0 | 0.000000e+00 |      --      |    Inf 
617.89/618.19	c   569s|  3080k|  2493k|     0 |   0.0 | 932M| 116 |   - | 220 |1261 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 |      --      |    Inf 
619.99/620.27	c   571s|  3090k|  2501k|     0 |   0.0 | 935M| 116 |   - | 220 |1211 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 |      --      |    Inf 
622.19/622.40	c   573s|  3100k|  2510k|     0 |   0.0 | 938M| 116 |   - | 220 |1332 |   0 |   0 |   0 |1260k|   0 | 0.000000e+00 |      --      |    Inf 
624.29/624.52	c   575s|  3110k|  2518k|     0 |   0.0 | 941M| 116 |   - | 220 |1351 |   0 |   0 |   0 |1264k|   0 | 0.000000e+00 |      --      |    Inf 
626.39/626.69	c   577s|  3120k|  2526k|     0 |   0.0 | 944M| 116 |   - | 220 |1231 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 |      --      |    Inf 
628.79/629.09	c   579s|  3130k|  2534k|     0 |   0.0 | 947M| 116 |   - | 220 |1413 |   0 |   0 |   0 |1271k|   0 | 0.000000e+00 |      --      |    Inf 
630.99/631.26	c   581s|  3140k|  2542k|     0 |   0.0 | 950M| 116 |   - | 220 |1051 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 |      --      |    Inf 
633.29/633.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
633.29/633.53	c   583s|  3150k|  2550k|     0 |   0.0 | 953M| 116 |   - | 220 |1486 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 |      --      |    Inf 
635.39/635.65	c   585s|  3160k|  2559k|     0 |   0.0 | 956M| 116 |   - | 220 |1366 |   0 |   0 |   0 |1282k|   0 | 0.000000e+00 |      --      |    Inf 
637.58/637.83	c   587s|  3170k|  2567k|     0 |   0.0 | 959M| 116 |   - | 220 |1447 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 |      --      |    Inf 
639.69/639.99	c   589s|  3180k|  2575k|     0 |   0.0 | 962M| 116 |   - | 220 |1372 |   0 |   0 |   0 |1289k|   0 | 0.000000e+00 |      --      |    Inf 
642.09/642.33	c   591s|  3190k|  2583k|     0 |   0.0 | 965M| 116 |   - | 220 |1343 |   0 |   0 |   0 |1293k|   0 | 0.000000e+00 |      --      |    Inf 
644.29/644.57	c   593s|  3200k|  2591k|     0 |   0.0 | 968M| 116 |   - | 220 |1486 |   0 |   0 |   0 |1297k|   0 | 0.000000e+00 |      --      |    Inf 
646.49/646.79	c   595s|  3210k|  2599k|     0 |   0.0 | 971M| 116 |   - | 220 |1452 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 |      --      |    Inf 
648.79/649.07	c   598s|  3220k|  2607k|     0 |   0.0 | 974M| 116 |   - | 220 |1442 |   0 |   0 |   0 |1304k|   0 | 0.000000e+00 |      --      |    Inf 
651.28/651.57	c   600s|  3230k|  2615k|     0 |   0.0 | 977M| 116 |   - | 220 |1616 |   0 |   0 |   0 |1308k|   0 | 0.000000e+00 |      --      |    Inf 
653.68/653.95	c   602s|  3240k|  2623k|     0 |   0.0 | 980M| 116 |   - | 220 |1603 |   0 |   0 |   0 |1313k|   0 | 0.000000e+00 |      --      |    Inf 
656.08/656.34	c   604s|  3250k|  2631k|     0 |   0.0 | 983M| 116 |   - | 220 |1601 |   0 |   0 |   0 |1317k|   0 | 0.000000e+00 |      --      |    Inf 
658.48/658.74	c   607s|  3260k|  2639k|     0 |   0.0 | 986M| 116 |   - | 220 |1531 |   0 |   0 |   0 |1321k|   0 | 0.000000e+00 |      --      |    Inf 
660.68/660.93	c   609s|  3270k|  2647k|     0 |   0.0 | 989M| 116 |   - | 220 |1433 |   0 |   0 |   0 |1324k|   0 | 0.000000e+00 |      --      |    Inf 
662.78/663.05	c   611s|  3280k|  2655k|     0 |   0.0 | 992M| 116 |   - | 220 |1333 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 |      --      |    Inf 
665.08/665.38	c   613s|  3290k|  2663k|     0 |   0.0 | 995M| 116 |   - | 220 |1356 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 |      --      |    Inf 
667.49/667.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
667.49/667.74	c   615s|  3300k|  2671k|     0 |   0.0 | 998M| 116 |   - | 220 |1281 |   0 |   0 |   0 |1335k|   0 | 0.000000e+00 |      --      |    Inf 
669.58/669.88	c   617s|  3310k|  2679k|     0 |   0.0 |1001M| 116 |   - | 220 |1519 |   0 |   0 |   0 |1339k|   0 | 0.000000e+00 |      --      |    Inf 
671.97/672.29	c   619s|  3320k|  2687k|     0 |   0.0 |1004M| 116 |   - | 220 |1201 |   0 |   0 |   0 |1343k|   0 | 0.000000e+00 |      --      |    Inf 
674.17/674.47	c   621s|  3330k|  2695k|     0 |   0.0 |1007M| 116 |   - | 220 |1428 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 |      --      |    Inf 
676.07/676.39	c   623s|  3340k|  2704k|     0 |   0.0 |1010M| 116 |   - | 220 |1294 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 |      --      |    Inf 
678.38/678.62	c   625s|  3350k|  2712k|     0 |   0.0 |1013M| 116 |   - | 220 |1436 |   0 |   0 |   0 |1354k|   0 | 0.000000e+00 |      --      |    Inf 
680.68/680.97	c   627s|  3360k|  2720k|     0 |   0.0 |1016M| 116 |   - | 220 |1383 |   0 |   0 |   0 |1358k|   0 | 0.000000e+00 |      --      |    Inf 
683.06/683.32	c   629s|  3370k|  2728k|     0 |   0.0 |1019M| 116 |   - | 220 |1415 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 |      --      |    Inf 
685.66/685.94	c   632s|  3380k|  2736k|     0 |   0.0 |1022M| 116 |   - | 220 |1402 |   0 |   0 |   0 |1365k|   0 | 0.000000e+00 |      --      |    Inf 
687.95/688.24	c   634s|  3390k|  2744k|     0 |   0.0 |1025M| 116 |   - | 220 |1494 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 |      --      |    Inf 
690.57/690.81	c   636s|  3400k|  2752k|     0 |   0.0 |1029M| 116 |   - | 220 |1518 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 |      --      |    Inf 
692.86/693.15	c   639s|  3410k|  2760k|     0 |   0.0 |1032M| 116 |   - | 220 |1494 |   0 |   0 |   0 |1378k|   0 | 0.000000e+00 |      --      |    Inf 
695.16/695.48	c   641s|  3420k|  2768k|     0 |   0.0 |1035M| 116 |   - | 220 |1506 |   0 |   0 |   0 |1382k|   0 | 0.000000e+00 |      --      |    Inf 
697.75/698.02	c   643s|  3430k|  2776k|     0 |   0.0 |1038M| 116 |   - | 220 |1395 |   0 |   0 |   0 |1386k|   0 | 0.000000e+00 |      --      |    Inf 
700.26/700.52	c   645s|  3440k|  2784k|     0 |   0.0 |1041M| 116 |   - | 220 |1399 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 |      --      |    Inf 
702.86/703.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.86/703.14	c   648s|  3450k|  2792k|     0 |   0.0 |1044M| 116 |   - | 220 |1583 |   0 |   0 |   0 |1394k|   0 | 0.000000e+00 |      --      |    Inf 
705.15/705.45	c   650s|  3460k|  2799k|     0 |   0.0 |1047M| 116 |   - | 220 |1675 |   0 |   0 |   0 |1398k|   0 | 0.000000e+00 |      --      |    Inf 
707.75/708.04	c   652s|  3470k|  2807k|     0 |   0.0 |1050M| 116 |   - | 220 |1499 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 |      --      |    Inf 
710.16/710.47	c   655s|  3480k|  2815k|     0 |   0.0 |1053M| 116 |   - | 220 |1643 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 |      --      |    Inf 
712.65/712.93	c   657s|  3490k|  2823k|     0 |   0.0 |1056M| 116 |   - | 220 |1209 |   0 |   0 |   0 |1411k|   0 | 0.000000e+00 |      --      |    Inf 
714.76/715.01	c   659s|  3500k|  2831k|     0 |   0.0 |1059M| 116 |   - | 220 |1539 |   0 |   0 |   0 |1414k|   0 | 0.000000e+00 |      --      |    Inf 
717.35/717.60	c   661s|  3510k|  2839k|     0 |   0.0 |1062M| 116 |   - | 220 |1505 |   0 |   0 |   0 |1418k|   0 | 0.000000e+00 |      --      |    Inf 
719.75/720.02	c   664s|  3520k|  2847k|     0 |   0.0 |1065M| 116 |   - | 220 |1231 |   0 |   0 |   0 |1422k|   0 | 0.000000e+00 |      --      |    Inf 
721.94/722.21	c   666s|  3530k|  2855k|     0 |   0.0 |1068M| 116 |   - | 220 |1458 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 |      --      |    Inf 
724.04/724.32	c   668s|  3540k|  2864k|     0 |   0.0 |1071M| 116 |   - | 220 |1162 |   0 |   0 |   0 |1429k|   0 | 0.000000e+00 |      --      |    Inf 
726.54/726.87	c   670s|  3550k|  2872k|     0 |   0.0 |1074M| 116 |   - | 220 |1452 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 |      --      |    Inf 
729.05/729.33	c   672s|  3560k|  2880k|     0 |   0.0 |1077M| 116 |   - | 220 |1513 |   0 |   0 |   0 |1437k|   0 | 0.000000e+00 |      --      |    Inf 
731.54/731.82	c   675s|  3570k|  2887k|     0 |   0.0 |1080M| 116 |   - | 220 |1540 |   0 |   0 |   0 |1441k|   0 | 0.000000e+00 |      --      |    Inf 
733.74/734.04	c   677s|  3580k|  2895k|     0 |   0.0 |1083M| 116 |   - | 220 |1345 |   0 |   0 |   0 |1445k|   0 | 0.000000e+00 |      --      |    Inf 
736.14/736.46	c   679s|  3590k|  2903k|     0 |   0.0 |1086M| 116 |   - | 220 |1447 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 |      --      |    Inf 
738.64/738.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
738.64/738.92	c   681s|  3600k|  2911k|     0 |   0.0 |1089M| 116 |   - | 220 |1540 |   0 |   0 |   0 |1453k|   0 | 0.000000e+00 |      --      |    Inf 
740.94/741.21	c   683s|  3610k|  2919k|     0 |   0.0 |1092M| 116 |   - | 220 |1432 |   0 |   0 |   0 |1456k|   0 | 0.000000e+00 |      --      |    Inf 
743.13/743.45	c   685s|  3620k|  2927k|     0 |   0.0 |1095M| 116 |   - | 220 |1572 |   0 |   0 |   0 |1461k|   0 | 0.000000e+00 |      --      |    Inf 
745.45/745.77	c   688s|  3630k|  2935k|     0 |   0.0 |1098M| 116 |   - | 220 |1362 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 |      --      |    Inf 
748.04/748.37	c   690s|  3640k|  2943k|     0 |   0.0 |1101M| 116 |   - | 220 |1384 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 |      --      |    Inf 
750.63/750.99	c   692s|  3650k|  2951k|     0 |   0.0 |1104M| 116 |   - | 220 |1516 |   0 |   0 |   0 |1472k|   0 | 0.000000e+00 |      --      |    Inf 
753.14/753.44	c   695s|  3660k|  2959k|     0 |   0.0 |1107M| 116 |   - | 220 |1280 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 |      --      |    Inf 
755.74/756.02	c   697s|  3670k|  2967k|     0 |   0.0 |1110M| 116 |   - | 220 |1531 |   0 |   0 |   0 |1480k|   0 | 0.000000e+00 |      --      |    Inf 
758.43/758.76	c   700s|  3680k|  2975k|     0 |   0.0 |1113M| 116 |   - | 220 |1742 |   0 |   0 |   0 |1485k|   0 | 0.000000e+00 |      --      |    Inf 
761.24/761.57	c   702s|  3690k|  2983k|     0 |   0.0 |1116M| 116 |   - | 220 |1684 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 |      --      |    Inf 
763.93/764.21	c   705s|  3700k|  2991k|     0 |   0.0 |1119M| 116 |   - | 220 |1462 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 |      --      |    Inf 
766.23/766.59	c   707s|  3710k|  2999k|     0 |   0.0 |1122M| 116 |   - | 220 |1442 |   0 |   0 |   0 |1498k|   0 | 0.000000e+00 |      --      |    Inf 
768.63/768.98	c   709s|  3720k|  3007k|     0 |   0.0 |1125M| 116 |   - | 220 |1590 |   0 |   0 |   0 |1502k|   0 | 0.000000e+00 |      --      |    Inf 
771.13/771.47	c   712s|  3730k|  3014k|     0 |   0.0 |1128M| 116 |   - | 220 |1286 |   0 |   0 |   0 |1506k|   0 | 0.000000e+00 |      --      |    Inf 
773.43/773.74	c   714s|  3740k|  3023k|     0 |   0.0 |1131M| 116 |   - | 220 |1413 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 |      --      |    Inf 
775.83/776.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
775.83/776.19	c   716s|  3750k|  3031k|     0 |   0.0 |1134M| 116 |   - | 220 |1178 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 |      --      |    Inf 
778.53/778.89	c   719s|  3760k|  3038k|     0 |   0.0 |1137M| 116 |   - | 220 |1562 |   0 |   0 |   0 |1517k|   0 | 0.000000e+00 |      --      |    Inf 
781.23/781.58	c   721s|  3770k|  3046k|     0 |   0.0 |1140M| 116 |   - | 220 |1405 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 |      --      |    Inf 
783.62/783.96	c   723s|  3780k|  3054k|     0 |   0.0 |1143M| 116 |   - | 220 |1501 |   0 |   0 |   0 |1525k|   0 | 0.000000e+00 |      --      |    Inf 
786.23/786.55	c   726s|  3790k|  3062k|     0 |   0.0 |1146M| 116 |   - | 220 |1461 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 |      --      |    Inf 
789.03/789.33	c   728s|  3800k|  3070k|     0 |   0.0 |1149M| 116 |   - | 220 |1604 |   0 |   0 |   0 |1533k|   0 | 0.000000e+00 |      --      |    Inf 
791.73/792.04	c   731s|  3810k|  3078k|     0 |   0.0 |1152M| 116 |   - | 220 |1441 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 |      --      |    Inf 
794.32/794.68	c   733s|  3820k|  3086k|     0 |   0.0 |1155M| 116 |   - | 220 |1435 |   0 |   0 |   0 |1541k|   0 | 0.000000e+00 |      --      |    Inf 
797.03/797.36	c   736s|  3830k|  3094k|     0 |   0.0 |1158M| 116 |   - | 220 |1467 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 |      --      |    Inf 
799.52/799.80	c   738s|  3840k|  3101k|     0 |   0.0 |1161M| 116 |   - | 220 |1428 |   0 |   0 |   0 |1549k|   0 | 0.000000e+00 |      --      |    Inf 
802.22/802.59	c   741s|  3850k|  3109k|     0 |   0.0 |1164M| 116 |   - | 220 |1385 |   0 |   0 |   0 |1553k|   0 | 0.000000e+00 |      --      |    Inf 
804.62/804.94	c   743s|  3860k|  3117k|     0 |   0.0 |1167M| 116 |   - | 220 |1459 |   0 |   0 |   0 |1557k|   0 | 0.000000e+00 |      --      |    Inf 
807.02/807.36	c   745s|  3870k|  3125k|     0 |   0.0 |1170M| 116 |   - | 220 |1290 |   0 |   0 |   0 |1561k|   0 | 0.000000e+00 |      --      |    Inf 
809.62/809.94	c   748s|  3880k|  3133k|     0 |   0.0 |1173M| 116 |   - | 220 |1519 |   0 |   0 |   0 |1565k|   0 | 0.000000e+00 |      --      |    Inf 
812.12/812.43	c   750s|  3890k|  3141k|     0 |   0.0 |1176M| 116 |   - | 220 |1296 |   0 |   0 |   0 |1569k|   0 | 0.000000e+00 |      --      |    Inf 
814.82/815.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
814.82/815.11	c   752s|  3900k|  3149k|     0 |   0.0 |1180M| 116 |   - | 220 |1548 |   0 |   0 |   0 |1573k|   0 | 0.000000e+00 |      --      |    Inf 
817.71/818.08	c   755s|  3910k|  3157k|     0 |   0.0 |1183M| 116 |   - | 220 |1858 |   0 |   0 |   0 |1578k|   0 | 0.000000e+00 |      --      |    Inf 
820.62/820.95	c   758s|  3920k|  3164k|     0 |   0.0 |1186M| 116 |   - | 220 |1621 |   0 |   0 |   0 |1583k|   0 | 0.000000e+00 |      --      |    Inf 
823.11/823.48	c   760s|  3930k|  3172k|     0 |   0.0 |1189M| 116 |   - | 220 |1621 |   0 |   0 |   0 |1587k|   0 | 0.000000e+00 |      --      |    Inf 
825.82/826.17	c   763s|  3940k|  3180k|     0 |   0.0 |1192M| 116 |   - | 220 |1527 |   0 |   0 |   0 |1591k|   0 | 0.000000e+00 |      --      |    Inf 
828.31/828.68	c   765s|  3950k|  3188k|     0 |   0.0 |1195M| 116 |   - | 220 |1483 |   0 |   0 |   0 |1595k|   0 | 0.000000e+00 |      --      |    Inf 
830.71/831.01	c   767s|  3960k|  3196k|     0 |   0.0 |1198M| 116 |   - | 220 |1545 |   0 |   0 |   0 |1599k|   0 | 0.000000e+00 |      --      |    Inf 
833.52/833.85	c   770s|  3970k|  3204k|     0 |   0.0 |1201M| 116 |   - | 220 |1334 |   0 |   0 |   0 |1603k|   0 | 0.000000e+00 |      --      |    Inf 
836.01/836.30	c   772s|  3980k|  3211k|     0 |   0.0 |1204M| 116 |   - | 220 |1660 |   0 |   0 |   0 |1607k|   0 | 0.000000e+00 |      --      |    Inf 
838.61/838.94	c   775s|  3990k|  3219k|     0 |   0.0 |1207M| 116 |   - | 220 |1512 |   0 |   0 |   0 |1612k|   0 | 0.000000e+00 |      --      |    Inf 
841.31/841.69	c   777s|  4000k|  3227k|     0 |   0.0 |1210M| 116 |   - | 220 |1465 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 |      --      |    Inf 
844.00/844.35	c   780s|  4010k|  3235k|     0 |   0.0 |1213M| 116 |   - | 220 |1664 |   0 |   0 |   0 |1620k|   0 | 0.000000e+00 |      --      |    Inf 
846.81/847.15	c   782s|  4020k|  3243k|     0 |   0.0 |1216M| 116 |   - | 220 |1507 |   0 |   0 |   0 |1625k|   0 | 0.000000e+00 |      --      |    Inf 
849.50/849.84	c   785s|  4030k|  3250k|     0 |   0.0 |1219M| 116 |   - | 220 |1350 |   0 |   0 |   0 |1629k|   0 | 0.000000e+00 |      --      |    Inf 
852.10/852.43	c   787s|  4040k|  3258k|     0 |   0.0 |1222M| 116 |   - | 220 |1706 |   0 |   0 |   0 |1633k|   0 | 0.000000e+00 |      --      |    Inf 
854.60/854.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
854.60/854.96	c   790s|  4050k|  3266k|     0 |   0.0 |1225M| 116 |   - | 220 |1548 |   0 |   0 |   0 |1637k|   0 | 0.000000e+00 |      --      |    Inf 
857.29/857.60	c   792s|  4060k|  3274k|     0 |   0.0 |1228M| 116 |   - | 220 |1319 |   0 |   0 |   0 |1641k|   0 | 0.000000e+00 |      --      |    Inf 
859.59/859.97	c   794s|  4070k|  3282k|     0 |   0.0 |1231M| 116 |   - | 220 |1566 |   0 |   0 |   0 |1645k|   0 | 0.000000e+00 |      --      |    Inf 
862.10/862.46	c   797s|  4080k|  3290k|     0 |   0.0 |1234M| 116 |   - | 220 |1449 |   0 |   0 |   0 |1649k|   0 | 0.000000e+00 |      --      |    Inf 
864.69/865.00	c   799s|  4090k|  3298k|     0 |   0.0 |1237M| 116 |   - | 220 |1499 |   0 |   0 |   0 |1653k|   0 | 0.000000e+00 |      --      |    Inf 
867.30/867.68	c   802s|  4100k|  3306k|     0 |   0.0 |1240M| 116 |   - | 220 |1466 |   0 |   0 |   0 |1657k|   0 | 0.000000e+00 |      --      |    Inf 
870.10/870.44	c   804s|  4110k|  3313k|     0 |   0.0 |1243M| 116 |   - | 220 |1389 |   0 |   0 |   0 |1661k|   0 | 0.000000e+00 |      --      |    Inf 
872.79/873.18	c   807s|  4120k|  3321k|     0 |   0.0 |1246M| 116 |   - | 220 |1407 |   0 |   0 |   0 |1665k|   0 | 0.000000e+00 |      --      |    Inf 
875.59/875.90	c   809s|  4130k|  3329k|     0 |   0.0 |1249M| 116 |   - | 220 |1443 |   0 |   0 |   0 |1669k|   0 | 0.000000e+00 |      --      |    Inf 
878.09/878.43	c   812s|  4140k|  3337k|     0 |   0.0 |1252M| 116 |   - | 220 |1795 |   0 |   0 |   0 |1674k|   0 | 0.000000e+00 |      --      |    Inf 
881.70/882.08	c   815s|  4150k|  3344k|     0 |   0.0 |1255M| 116 |   - | 220 |1963 |   0 |   0 |   0 |1679k|   0 | 0.000000e+00 |      --      |    Inf 
884.69/885.04	c   818s|  4160k|  3352k|     0 |   0.0 |1258M| 116 |   - | 220 |1499 |   0 |   0 |   0 |1683k|   0 | 0.000000e+00 |      --      |    Inf 
887.30/887.65	c   821s|  4170k|  3360k|     0 |   0.0 |1261M| 116 |   - | 220 |1689 |   0 |   0 |   0 |1687k|   0 | 0.000000e+00 |      --      |    Inf 
890.39/890.74	c   823s|  4180k|  3368k|     0 |   0.0 |1264M| 116 |   - | 220 |1501 |   0 |   0 |   0 |1692k|   0 | 0.000000e+00 |      --      |    Inf 
893.29/893.62	c   826s|  4190k|  3375k|     0 |   0.0 |1267M| 116 |   - | 220 |1654 |   0 |   0 |   0 |1696k|   0 | 0.000000e+00 |      --      |    Inf 
895.89/896.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
895.89/896.23	c   829s|  4200k|  3383k|     0 |   0.0 |1270M| 116 |   - | 220 |1277 |   0 |   0 |   0 |1700k|   0 | 0.000000e+00 |      --      |    Inf 
898.39/898.76	c   831s|  4210k|  3391k|     0 |   0.0 |1273M| 116 |   - | 220 |1659 |   0 |   0 |   0 |1704k|   0 | 0.000000e+00 |      --      |    Inf 
901.08/901.45	c   833s|  4220k|  3399k|     0 |   0.0 |1276M| 116 |   - | 220 |1602 |   0 |   0 |   0 |1709k|   0 | 0.000000e+00 |      --      |    Inf 
904.08/904.49	c   836s|  4230k|  3406k|     0 |   0.0 |1279M| 116 |   - | 220 |1642 |   0 |   0 |   0 |1713k|   0 | 0.000000e+00 |      --      |    Inf 
906.99/907.33	c   839s|  4240k|  3414k|     0 |   0.0 |1282M| 116 |   - | 220 |1740 |   0 |   0 |   0 |1718k|   0 | 0.000000e+00 |      --      |    Inf 
910.09/910.43	c   842s|  4250k|  3421k|     0 |   0.0 |1285M| 116 |   - | 220 |1639 |   0 |   0 |   0 |1723k|   0 | 0.000000e+00 |      --      |    Inf 
912.59/913.00	c   844s|  4260k|  3429k|     0 |   0.0 |1288M| 116 |   - | 220 |1480 |   0 |   0 |   0 |1727k|   0 | 0.000000e+00 |      --      |    Inf 
915.68/916.05	c   847s|  4270k|  3437k|     0 |   0.0 |1291M| 116 |   - | 220 |1564 |   0 |   0 |   0 |1731k|   0 | 0.000000e+00 |      --      |    Inf 
918.19/918.54	c   850s|  4280k|  3445k|     0 |   0.0 |1294M| 116 |   - | 220 |1503 |   0 |   0 |   0 |1735k|   0 | 0.000000e+00 |      --      |    Inf 
920.78/921.15	c   852s|  4290k|  3453k|     0 |   0.0 |1297M| 116 |   - | 220 |1469 |   0 |   0 |   0 |1739k|   0 | 0.000000e+00 |      --      |    Inf 
923.48/923.81	c   855s|  4300k|  3460k|     0 |   0.0 |1300M| 116 |   - | 220 |1509 |   0 |   0 |   0 |1743k|   0 | 0.000000e+00 |      --      |    Inf 
926.18/926.51	c   857s|  4310k|  3468k|     0 |   0.0 |1304M| 116 |   - | 220 |1585 |   0 |   0 |   0 |1747k|   0 | 0.000000e+00 |      --      |    Inf 
928.87/929.27	c   860s|  4320k|  3476k|     0 |   0.0 |1306M| 116 |   - | 220 |1504 |   0 |   0 |   0 |1751k|   0 | 0.000000e+00 |      --      |    Inf 
931.47/931.80	c   862s|  4330k|  3484k|     0 |   0.0 |1309M| 116 |   - | 220 |1341 |   0 |   0 |   0 |1756k|   0 | 0.000000e+00 |      --      |    Inf 
934.18/934.53	c   865s|  4340k|  3492k|     0 |   0.0 |1313M| 116 |   - | 220 |1369 |   0 |   0 |   0 |1760k|   0 | 0.000000e+00 |      --      |    Inf 
936.98/937.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
936.98/937.36	c   867s|  4350k|  3500k|     0 |   0.0 |1315M| 116 |   - | 220 |1299 |   0 |   0 |   0 |1763k|   0 | 0.000000e+00 |      --      |    Inf 
939.77/940.16	c   870s|  4360k|  3507k|     0 |   0.0 |1319M| 116 |   - | 220 |1513 |   0 |   0 |   0 |1768k|   0 | 0.000000e+00 |      --      |    Inf 
942.48/942.81	c   872s|  4370k|  3515k|     0 |   0.0 |1322M| 116 |   - | 220 |1397 |   0 |   0 |   0 |1772k|   0 | 0.000000e+00 |      --      |    Inf 
945.27/945.65	c   875s|  4380k|  3523k|     0 |   0.0 |1325M| 116 |   - | 220 |1487 |   0 |   0 |   0 |1776k|   0 | 0.000000e+00 |      --      |    Inf 
948.57/948.90	c   878s|  4390k|  3530k|     0 |   0.0 |1328M| 116 |   - | 220 |1931 |   0 |   0 |   0 |1781k|   0 | 0.000000e+00 |      --      |    Inf 
951.37/951.79	c   881s|  4400k|  3538k|     0 |   0.0 |1331M| 116 |   - | 220 |1765 |   0 |   0 |   0 |1786k|   0 | 0.000000e+00 |      --      |    Inf 
954.48/954.83	c   884s|  4410k|  3546k|     0 |   0.0 |1334M| 116 |   - | 220 |1780 |   0 |   0 |   0 |1791k|   0 | 0.000000e+00 |      --      |    Inf 
957.57/957.92	c   887s|  4420k|  3553k|     0 |   0.0 |1337M| 116 |   - | 220 |1626 |   0 |   0 |   0 |1795k|   0 | 0.000000e+00 |      --      |    Inf 
960.57/960.94	c   890s|  4430k|  3561k|     0 |   0.0 |1340M| 116 |   - | 220 |1545 |   0 |   0 |   0 |1799k|   0 | 0.000000e+00 |      --      |    Inf 
963.56/963.99	c   892s|  4440k|  3569k|     0 |   0.0 |1343M| 116 |   - | 220 |1707 |   0 |   0 |   0 |1804k|   0 | 0.000000e+00 |      --      |    Inf 
966.57/966.96	c   895s|  4450k|  3576k|     0 |   0.0 |1346M| 116 |   - | 220 |1648 |   0 |   0 |   0 |1808k|   0 | 0.000000e+00 |      --      |    Inf 
969.56/969.93	c   898s|  4460k|  3584k|     0 |   0.0 |1349M| 116 |   - | 220 |1553 |   0 |   0 |   0 |1813k|   0 | 0.000000e+00 |      --      |    Inf 
972.46/972.84	c   901s|  4470k|  3591k|     0 |   0.0 |1352M| 116 |   - | 220 |1754 |   0 |   0 |   0 |1817k|   0 | 0.000000e+00 |      --      |    Inf 
975.46/975.80	c   904s|  4480k|  3599k|     0 |   0.0 |1355M| 116 |   - | 220 |1758 |   0 |   0 |   0 |1822k|   0 | 0.000000e+00 |      --      |    Inf 
978.26/978.63	c   906s|  4490k|  3607k|     0 |   0.0 |1358M| 116 |   - | 220 |1472 |   0 |   0 |   0 |1826k|   0 | 0.000000e+00 |      --      |    Inf 
978.56/978.98	c (node 4491515) switching to memory saving mode (mem: 1296.0M/1620.0M)
987.26/987.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
987.26/987.62	c   915s|  4500k|  3604k|     0 |   0.0 |1357M| 116 |   - | 220 |4678 |   0 |   0 |   0 |1842k|   0 | 0.000000e+00 |      --      |    Inf 
996.26/996.66	c   924s|  4510k|  3601k|     0 |   0.0 |1356M| 116 |   - | 220 |4925 |   0 |   0 |   0 |1858k|   0 | 0.000000e+00 |      --      |    Inf 
1005.25/1005.64	c   932s|  4520k|  3599k|     0 |   0.0 |1355M| 116 |   - | 220 |5691 |   0 |   0 |   0 |1873k|   0 | 0.000000e+00 |      --      |    Inf 
1015.05/1015.46	c   942s|  4530k|  3596k|     0 |   0.0 |1354M| 116 |   - | 220 |6481 |   0 |   0 |   0 |1888k|   0 | 0.000000e+00 |      --      |    Inf 
1024.85/1025.22	c   951s|  4540k|  3595k|     0 |   0.0 |1353M| 116 |   - | 220 |5750 |   0 |   0 |   0 |1903k|   0 | 0.000000e+00 |      --      |    Inf 
1034.94/1035.35	c   961s|  4550k|  3593k|     0 |   0.0 |1352M| 116 |   - | 220 |6473 |   0 |   0 |   0 |1918k|   0 | 0.000000e+00 |      --      |    Inf 
1045.65/1046.00	c   971s|  4560k|  3590k|     0 |   0.0 |1351M| 116 |   - | 220 |7286 |   0 |   0 |   0 |1934k|   0 | 0.000000e+00 |      --      |    Inf 
1056.13/1056.56	c   981s|  4570k|  3589k|     0 |   0.0 |1350M| 116 |   - | 220 |6572 |   0 |   0 |   0 |1949k|   0 | 0.000000e+00 |      --      |    Inf 
1066.74/1067.10	c   992s|  4580k|  3587k|     0 |   0.0 |1349M| 116 |   - | 220 |6371 |   0 |   0 |   0 |1964k|   0 | 0.000000e+00 |      --      |    Inf 
1078.83/1079.22	c  1003s|  4590k|  3585k|     0 |   0.0 |1348M| 116 |   - | 220 |7694 |   0 |   0 |   0 |1980k|   0 | 0.000000e+00 |      --      |    Inf 
1089.63/1090.05	c  1014s|  4600k|  3584k|     0 |   0.0 |1347M| 116 |   - | 220 |7082 |   0 |   0 |   0 |1994k|   0 | 0.000000e+00 |      --      |    Inf 
1100.22/1100.67	c  1024s|  4610k|  3582k|     0 |   0.0 |1347M| 116 |   - | 220 |6785 |   0 |   0 |   0 |2009k|   0 | 0.000000e+00 |      --      |    Inf 
1113.12/1113.50	c  1037s|  4620k|  3580k|     0 |   0.0 |1346M| 116 |   - | 220 |8311 |   0 |   0 |   0 |2026k|   0 | 0.000000e+00 |      --      |    Inf 
1123.61/1124.01	c  1047s|  4630k|  3579k|     0 |   0.0 |1345M| 116 |   - | 220 |7015 |   0 |   0 |   0 |2040k|   0 | 0.000000e+00 |      --      |    Inf 
1134.82/1135.24	c  1058s|  4640k|  3577k|     0 |   0.0 |1344M| 116 |   - | 220 |7284 |   0 |   0 |   0 |2055k|   0 | 0.000000e+00 |      --      |    Inf 
1144.91/1145.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1144.91/1145.33	c  1068s|  4650k|  3576k|     0 |   0.0 |1344M| 116 |   - | 220 |7231 |   0 |   0 |   0 |2069k|   0 | 0.000000e+00 |      --      |    Inf 
1158.10/1158.56	c  1081s|  4660k|  3574k|     0 |   0.0 |1343M| 116 |   - | 220 |8833 |   0 |   0 |   0 |2086k|   0 | 0.000000e+00 |      --      |    Inf 
1168.40/1168.89	c  1091s|  4670k|  3573k|     0 |   0.0 |1342M| 116 |   - | 220 |7259 |   0 |   0 |   0 |2099k|   0 | 0.000000e+00 |      --      |    Inf 
1179.50/1179.93	c  1101s|  4680k|  3571k|     0 |   0.0 |1341M| 116 |   - | 220 |7035 |   0 |   0 |   0 |2115k|   0 | 0.000000e+00 |      --      |    Inf 
1190.20/1190.64	c  1112s|  4690k|  3570k|     0 |   0.0 |1341M| 116 |   - | 220 |7030 |   0 |   0 |   0 |2129k|   0 | 0.000000e+00 |      --      |    Inf 
1200.30/1200.78	c  1122s|  4700k|  3569k|     0 |   0.0 |1340M| 116 |   - | 220 |6950 |   0 |   0 |   0 |2144k|   0 | 0.000000e+00 |      --      |    Inf 
1212.79/1213.25	c  1134s|  4710k|  3566k|     0 |   0.0 |1340M| 116 |   - | 220 |9221 |   0 |   0 |   0 |2160k|   0 | 0.000000e+00 |      --      |    Inf 
1224.08/1224.52	c  1145s|  4720k|  3565k|     0 |   0.0 |1338M| 116 |   - | 220 |7338 |   0 |   0 |   0 |2174k|   0 | 0.000000e+00 |      --      |    Inf 
1233.70/1234.12	c  1154s|  4730k|  3564k|     0 |   0.0 |1338M| 116 |   - | 220 |7027 |   0 |   0 |   0 |2187k|   0 | 0.000000e+00 |      --      |    Inf 
1244.28/1244.70	c  1164s|  4740k|  3563k|     0 |   0.0 |1337M| 116 |   - | 220 |6671 |   0 |   0 |   0 |2202k|   0 | 0.000000e+00 |      --      |    Inf 
1254.07/1254.54	c  1174s|  4750k|  3562k|     0 |   0.0 |1337M| 116 |   - | 220 |6945 |   0 |   0 |   0 |2217k|   0 | 0.000000e+00 |      --      |    Inf 
1263.88/1264.33	c  1183s|  4760k|  3561k|     0 |   0.0 |1336M| 116 |   - | 220 |6843 |   0 |   0 |   0 |2231k|   0 | 0.000000e+00 |      --      |    Inf 
1273.27/1273.80	c  1192s|  4770k|  3559k|     0 |   0.0 |1336M| 116 |   - | 220 |7257 |   0 |   0 |   0 |2244k|   0 | 0.000000e+00 |      --      |    Inf 
1286.58/1287.05	c  1205s|  4780k|  3557k|     0 |   0.0 |1335M| 116 |   - | 220 |9440 |   0 |   0 |   0 |2260k|   0 | 0.000000e+00 |      --      |    Inf 
1297.47/1297.91	c  1216s|  4790k|  3556k|     0 |   0.0 |1334M| 116 |   - | 220 |6815 |   0 |   0 |   0 |2274k|   0 | 0.000000e+00 |      --      |    Inf 
1306.77/1307.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1306.77/1307.25	c  1225s|  4800k|  3555k|     0 |   0.0 |1333M| 116 |   - | 220 |6643 |   0 |   0 |   0 |2287k|   0 | 0.000000e+00 |      --      |    Inf 
1316.56/1317.01	c  1234s|  4810k|  3554k|     0 |   0.0 |1333M| 116 |   - | 220 |6943 |   0 |   0 |   0 |2300k|   0 | 0.000000e+00 |      --      |    Inf 
1327.66/1328.12	c  1245s|  4820k|  3553k|     0 |   0.0 |1332M| 116 |   - | 220 |6780 |   0 |   0 |   0 |2316k|   0 | 0.000000e+00 |      --      |    Inf 
1336.85/1337.38	c  1254s|  4830k|  3552k|     0 |   0.0 |1332M| 116 |   - | 220 |7036 |   0 |   0 |   0 |2329k|   0 | 0.000000e+00 |      --      |    Inf 
1347.06/1347.51	c  1264s|  4840k|  3551k|     0 |   0.0 |1331M| 116 |   - | 220 |7228 |   0 |   0 |   0 |2343k|   0 | 0.000000e+00 |      --      |    Inf 
1356.55/1357.00	c  1273s|  4850k|  3550k|     0 |   0.0 |1331M| 116 |   - | 220 |6821 |   0 |   0 |   0 |2356k|   0 | 0.000000e+00 |      --      |    Inf 
1367.75/1368.29	c  1284s|  4860k|  3548k|     0 |   0.0 |1330M| 116 |   - | 220 |8042 |   0 |   0 |   0 |2372k|   0 | 0.000000e+00 |      --      |    Inf 
1379.94/1380.46	c  1296s|  4870k|  3546k|     0 |   0.0 |1329M| 116 |   - | 220 |8402 |   0 |   0 |   0 |2386k|   0 | 0.000000e+00 |      --      |    Inf 
1389.74/1390.29	c  1305s|  4880k|  3545k|     0 |   0.0 |1328M| 116 |   - | 220 |6756 |   0 |   0 |   0 |2399k|   0 | 0.000000e+00 |      --      |    Inf 
1399.04/1399.51	c  1314s|  4890k|  3544k|     0 |   0.0 |1328M| 116 |   - | 220 |6414 |   0 |   0 |   0 |2412k|   0 | 0.000000e+00 |      --      |    Inf 
1408.24/1408.74	c  1323s|  4900k|  3543k|     0 |   0.0 |1328M| 116 |   - | 220 |6770 |   0 |   0 |   0 |2425k|   0 | 0.000000e+00 |      --      |    Inf 
1417.34/1417.88	c  1332s|  4910k|  3542k|     0 |   0.0 |1327M| 116 |   - | 220 |6895 |   0 |   0 |   0 |2438k|   0 | 0.000000e+00 |      --      |    Inf 
1428.43/1428.92	c  1343s|  4920k|  3541k|     0 |   0.0 |1326M| 116 |   - | 220 |6738 |   0 |   0 |   0 |2453k|   0 | 0.000000e+00 |      --      |    Inf 
1437.72/1438.27	c  1352s|  4930k|  3540k|     0 |   0.0 |1326M| 116 |   - | 220 |7284 |   0 |   0 |   0 |2466k|   0 | 0.000000e+00 |      --      |    Inf 
1447.52/1448.04	c  1361s|  4940k|  3539k|     0 |   0.0 |1326M| 116 |   - | 220 |6373 |   0 |   0 |   0 |2479k|   0 | 0.000000e+00 |      --      |    Inf 
1456.42/1456.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1456.42/1456.94	c  1370s|  4950k|  3539k|     0 |   0.0 |1325M| 116 |   - | 220 |6640 |   0 |   0 |   0 |2492k|   0 | 0.000000e+00 |      --      |    Inf 
1465.41/1465.99	c  1379s|  4960k|  3538k|     0 |   0.0 |1325M| 116 |   - | 220 |6463 |   0 |   0 |   0 |2505k|   0 | 0.000000e+00 |      --      |    Inf 
1475.62/1476.20	c  1389s|  4970k|  3536k|     0 |   0.0 |1324M| 116 |   - | 220 |7069 |   0 |   0 |   0 |2520k|   0 | 0.000000e+00 |      --      |    Inf 
1488.71/1489.28	c  1401s|  4980k|  3534k|     0 |   0.0 |1324M| 116 |   - | 220 |8713 |   0 |   0 |   0 |2536k|   0 | 0.000000e+00 |      --      |    Inf 
1499.20/1499.70	c  1411s|  4990k|  3533k|     0 |   0.0 |1323M| 116 |   - | 220 |7114 |   0 |   0 |   0 |2549k|   0 | 0.000000e+00 |      --      |    Inf 
1508.30/1508.86	c  1420s|  5000k|  3532k|     0 |   0.0 |1322M| 116 |   - | 220 |6315 |   0 |   0 |   0 |2561k|   0 | 0.000000e+00 |      --      |    Inf 
1516.70/1517.20	c  1428s|  5010k|  3531k|     0 |   0.0 |1322M| 116 |   - | 220 |6384 |   0 |   0 |   0 |2574k|   0 | 0.000000e+00 |      --      |    Inf 
1525.29/1525.81	c  1437s|  5020k|  3531k|     0 |   0.0 |1321M| 116 |   - | 220 |6288 |   0 |   0 |   0 |2587k|   0 | 0.000000e+00 |      --      |    Inf 
1534.09/1534.64	c  1445s|  5030k|  3530k|     0 |   0.0 |1321M| 116 |   - | 220 |6886 |   0 |   0 |   0 |2600k|   0 | 0.000000e+00 |      --      |    Inf 
1543.69/1544.24	c  1454s|  5040k|  3529k|     0 |   0.0 |1321M| 116 |   - | 220 |7587 |   0 |   0 |   0 |2613k|   0 | 0.000000e+00 |      --      |    Inf 
1554.69/1555.23	c  1465s|  5050k|  3528k|     0 |   0.0 |1320M| 116 |   - | 220 |6556 |   0 |   0 |   0 |2628k|   0 | 0.000000e+00 |      --      |    Inf 
1563.59/1564.11	c  1474s|  5060k|  3527k|     0 |   0.0 |1320M| 116 |   - | 220 |6716 |   0 |   0 |   0 |2640k|   0 | 0.000000e+00 |      --      |    Inf 
1572.88/1573.49	c  1483s|  5070k|  3526k|     0 |   0.0 |1319M| 116 |   - | 220 |6316 |   0 |   0 |   0 |2653k|   0 | 0.000000e+00 |      --      |    Inf 
1582.18/1582.76	c  1492s|  5080k|  3525k|     0 |   0.0 |1319M| 116 |   - | 220 |6586 |   0 |   0 |   0 |2667k|   0 | 0.000000e+00 |      --      |    Inf 
1591.58/1592.12	c  1501s|  5090k|  3524k|     0 |   0.0 |1318M| 116 |   - | 220 |6386 |   0 |   0 |   0 |2681k|   0 | 0.000000e+00 |      --      |    Inf 
1600.57/1601.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1600.57/1601.18	c  1509s|  5100k|  3523k|     0 |   0.0 |1318M| 116 |   - | 220 |6438 |   0 |   0 |   0 |2694k|   0 | 0.000000e+00 |      --      |    Inf 
1611.07/1611.68	c  1520s|  5110k|  3522k|     0 |   0.0 |1318M| 116 |   - | 220 |7158 |   0 |   0 |   0 |2709k|   0 | 0.000000e+00 |      --      |    Inf 
1624.08/1624.64	c  1532s|  5120k|  3520k|     0 |   0.0 |1317M| 116 |   - | 220 |8596 |   0 |   0 |   0 |2725k|   0 | 0.000000e+00 |      --      |    Inf 
1634.57/1635.18	c  1542s|  5130k|  3519k|     0 |   0.0 |1316M| 116 |   - | 220 |7069 |   0 |   0 |   0 |2738k|   0 | 0.000000e+00 |      --      |    Inf 
1643.66/1644.21	c  1551s|  5140k|  3518k|     0 |   0.0 |1315M| 116 |   - | 220 |6200 |   0 |   0 |   0 |2751k|   0 | 0.000000e+00 |      --      |    Inf 
1652.15/1652.79	c  1559s|  5150k|  3517k|     0 |   0.0 |1314M| 116 |   - | 220 |5907 |   0 |   0 |   0 |2762k|   0 | 0.000000e+00 |      --      |    Inf 
1660.75/1661.34	c  1568s|  5160k|  3516k|     0 |   0.0 |1314M| 116 |   - | 220 |6356 |   0 |   0 |   0 |2775k|   0 | 0.000000e+00 |      --      |    Inf 
1669.35/1669.96	c  1576s|  5170k|  3515k|     0 |   0.0 |1314M| 116 |   - | 220 |6750 |   0 |   0 |   0 |2788k|   0 | 0.000000e+00 |      --      |    Inf 
1678.45/1679.05	c  1585s|  5180k|  3514k|     0 |   0.0 |1314M| 116 |   - | 220 |6667 |   0 |   0 |   0 |2801k|   0 | 0.000000e+00 |      --      |    Inf 
1687.85/1688.42	c  1594s|  5190k|  3514k|     0 |   0.0 |1313M| 116 |   - | 220 |6877 |   0 |   0 |   0 |2814k|   0 | 0.000000e+00 |      --      |    Inf 
1697.45/1698.07	c  1603s|  5200k|  3513k|     0 |   0.0 |1313M| 116 |   - | 220 |7040 |   0 |   0 |   0 |2827k|   0 | 0.000000e+00 |      --      |    Inf 
1706.34/1706.95	c  1612s|  5210k|  3512k|     0 |   0.0 |1313M| 116 |   - | 220 |6155 |   0 |   0 |   0 |2840k|   0 | 0.000000e+00 |      --      |    Inf 
1715.53/1716.16	c  1621s|  5220k|  3511k|     0 |   0.0 |1312M| 116 |   - | 220 |6554 |   0 |   0 |   0 |2853k|   0 | 0.000000e+00 |      --      |    Inf 
1724.43/1725.03	c  1629s|  5230k|  3510k|     0 |   0.0 |1311M| 116 |   - | 220 |5872 |   0 |   0 |   0 |2866k|   0 | 0.000000e+00 |      --      |    Inf 
1733.04/1733.68	c  1638s|  5240k|  3509k|     0 |   0.0 |1311M| 116 |   - | 220 |6211 |   0 |   0 |   0 |2879k|   0 | 0.000000e+00 |      --      |    Inf 
1741.23/1741.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1741.23/1741.84	c  1645s|  5250k|  3509k|     0 |   0.0 |1311M| 116 |   - | 220 |5991 |   0 |   0 |   0 |2891k|   0 | 0.000000e+00 |      --      |    Inf 
1750.03/1750.61	c  1654s|  5260k|  3508k|     0 |   0.0 |1310M| 116 |   - | 220 |6557 |   0 |   0 |   0 |2904k|   0 | 0.000000e+00 |      --      |    Inf 
1759.23/1759.89	c  1663s|  5270k|  3507k|     0 |   0.0 |1310M| 116 |   - | 220 |6677 |   0 |   0 |   0 |2917k|   0 | 0.000000e+00 |      --      |    Inf 
1768.72/1769.38	c  1672s|  5280k|  3506k|     0 |   0.0 |1310M| 116 |   - | 220 |6749 |   0 |   0 |   0 |2931k|   0 | 0.000000e+00 |      --      |    Inf 
1779.92/1780.54	c  1683s|  5290k|  3504k|     0 |   0.0 |1309M| 116 |   - | 220 |7125 |   0 |   0 |   0 |2946k|   0 | 0.000000e+00 |      --      |    Inf 
1790.92/1791.53	c  1693s|  5300k|  3503k|     0 |   0.0 |1308M| 116 |   - | 220 |8041 |   0 |   0 |   0 |2960k|   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.61	c 
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time (sec) : 1702.27
1800.03/1800.61	c Solving Nodes      : 5309118
1800.03/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.61	c Gap                : infinite
1800.03/1800.61	s UNKNOWN
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time       :    1702.27
1800.03/1800.61	c Original Problem   :
1800.03/1800.61	c   Problem name     : HOME/instance-2664508-1276325380.opb
1800.03/1800.61	c   Variables        : 220 (220 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 42 initial, 42 maximal
1800.03/1800.61	c Presolved Problem  :
1800.03/1800.61	c   Problem name     : t_HOME/instance-2664508-1276325380.opb
1800.03/1800.61	c   Variables        : 220 (220 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 42 initial, 9633 maximal
1800.03/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.61	c   setppc           :         20          0   11518855          0    4754024     702703   14888965          0          0          0
1800.03/1800.61	c   logicor          :         22+         0    7530818          0    4754022     402256    6396160          0          0          0
1800.03/1800.61	c   countsols        :          0          0          0          0    4754020          0          0          0          0          0
1800.03/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.61	c   setppc           :     136.82       0.00     109.17       0.00      27.65
1800.03/1800.61	c   logicor          :     587.75       0.00     563.23       0.00      24.52
1800.03/1800.61	c   countsols        :       2.01       0.00       0.00       0.00       2.01
1800.03/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.61	c   vbounds          :       5.89          1          0          0
1800.03/1800.61	c   rootredcost      :       5.71          0          0          0
1800.03/1800.61	c   pseudoobj        :       4.94          0          0          0
1800.03/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.61	c   propagation      :      78.85    1104959    1104959    6697004       30.4       7269       29.9          -
1800.03/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.61	c   applied globally :          -          -          -    2801846       21.7          -          -          -
1800.03/1800.61	c   applied locally  :          -          -          -     170104       36.9          -          -          -
1800.03/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.61	c Pricers            :       Time      Calls       Vars
1800.03/1800.61	c   problem variables:       0.00          0          0
1800.03/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   inference        :     120.75    4754020          0          0          0          0    9508040
1800.03/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.61	c   LP solutions     :       0.00          -          0
1800.03/1800.61	c   pseudo solutions :       0.00          -          0
1800.03/1800.61	c   trivial          :       0.00          1          0
1800.03/1800.61	c   simplerounding   :       0.00          0          0
1800.03/1800.61	c   zirounding       :       0.00          0          0
1800.03/1800.61	c   rounding         :       0.00          0          0
1800.03/1800.61	c   shifting         :       0.00          0          0
1800.03/1800.61	c   intshifting      :       0.00          0          0
1800.03/1800.61	c   oneopt           :       0.00          0          0
1800.03/1800.61	c   twoopt           :       0.00          0          0
1800.03/1800.61	c   fixandinfer      :       0.00          0          0
1800.03/1800.61	c   feaspump         :       0.00          0          0
1800.03/1800.61	c   coefdiving       :       0.00          0          0
1800.03/1800.61	c   pscostdiving     :       0.00          0          0
1800.03/1800.61	c   fracdiving       :       0.00          0          0
1800.03/1800.61	c   veclendiving     :       0.00          0          0
1800.03/1800.61	c   intdiving        :       0.00          0          0
1800.03/1800.61	c   actconsdiving    :       0.00          0          0
1800.03/1800.61	c   objpscostdiving  :       0.00          0          0
1800.03/1800.61	c   rootsoldiving    :       0.00          0          0
1800.03/1800.61	c   linesearchdiving :       0.00          0          0
1800.03/1800.61	c   guideddiving     :       0.00          0          0
1800.03/1800.61	c   octane           :       0.00          0          0
1800.03/1800.61	c   rens             :       0.00          0          0
1800.03/1800.61	c   rins             :       0.00          0          0
1800.03/1800.61	c   localbranching   :       0.00          0          0
1800.03/1800.61	c   mutation         :       0.00          0          0
1800.03/1800.61	c   crossover        :       0.00          0          0
1800.03/1800.61	c   dins             :       0.00          0          0
1800.03/1800.61	c   undercover       :       0.00          0          0
1800.03/1800.61	c   nlp              :       0.00          0          0
1800.03/1800.61	c   trysol           :       0.00          0          0
1800.03/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.61	c B&B Tree           :
1800.03/1800.61	c   number of runs   :          1
1800.03/1800.61	c   nodes            :    5309118
1800.03/1800.61	c   nodes (total)    :    5309118
1800.03/1800.61	c   nodes left       :    3502545
1800.03/1800.61	c   max depth        :        116
1800.03/1800.61	c   max depth (total):        116
1800.03/1800.61	c   backtracks       :     595961 (11.2%)
1800.03/1800.61	c   delayed cutoffs  :     696378
1800.03/1800.61	c   repropagations   :    1126751 (8407909 domain reductions, 549861 cutoffs)
1800.03/1800.61	c   avg switch length:       7.04
1800.03/1800.61	c   switching time   :     576.16
1800.03/1800.61	c Solution           :
1800.03/1800.61	c   Solutions found  :          0 (0 improvements)
1800.03/1800.61	c   Primal Bound     :          -
1800.03/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.61	c   Gap              :   infinite
1800.03/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/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-2664508-1276325380/watcher-2664508-1276325380 -o /tmp/evaluation-result-2664508-1276325380/solver-2664508-1276325380 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664508-1276325380.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 9551
/proc/meminfo: memFree=1518932/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=6584 CPUtime=0
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 1002 0 0 0 0 0 0 0 20 0 1 0 8141744 6742016 924 1992294400 4194304 7136930 140733566479456 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9551/statm: 1646 933 254 719 0 925 0

[startup+0.0602359 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 9551
/proc/meminfo: memFree=1518932/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=11592 CPUtime=0.05
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 3874 0 0 0 4 1 0 0 20 0 1 0 8141744 11870208 2158 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 2898 2158 379 719 0 2177 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11592

[startup+0.10124 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 9551
/proc/meminfo: memFree=1518932/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=11808 CPUtime=0.09
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 3948 0 0 0 7 2 0 0 20 0 1 0 8141744 12091392 2232 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 2952 2232 379 719 0 2231 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11808

[startup+0.301263 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 9551
/proc/meminfo: memFree=1518932/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=13176 CPUtime=0.29
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 4293 0 0 0 24 5 0 0 20 0 1 0 8141744 13492224 2577 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 3294 2577 379 719 0 2573 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13176

[startup+0.701307 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 9551
/proc/meminfo: memFree=1518932/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=14624 CPUtime=0.69
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 4663 0 0 0 58 11 0 0 20 0 1 0 8141744 14974976 2947 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 3656 2947 379 719 0 2935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14624

[startup+1.5014 s]
/proc/loadavg: 1.16 1.03 1.01 2/107 9552
/proc/meminfo: memFree=1507268/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=17104 CPUtime=1.5
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 5300 0 0 0 129 21 0 0 23 0 1 0 8141744 17514496 3584 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 4276 3584 379 719 0 3555 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 17104

[startup+3.10058 s]
/proc/loadavg: 1.15 1.03 1.01 2/107 9552
/proc/meminfo: memFree=1503424/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=22680 CPUtime=3.09
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 6746 0 0 0 266 43 0 0 25 0 1 0 8141744 23224320 5030 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 5670 5030 379 719 0 4949 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22680

[startup+6.30093 s]
/proc/loadavg: 1.15 1.03 1.01 2/107 9552
/proc/meminfo: memFree=1492520/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=32156 CPUtime=6.29
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 9214 0 0 0 540 89 0 0 25 0 1 0 8141744 32927744 7498 1992294400 4194304 7136930 140733566479456 18446744073709551615 4592660 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 8039 7498 379 719 0 7318 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32156

[startup+12.7007 s]
/proc/loadavg: 1.12 1.03 1.01 2/107 9552
/proc/meminfo: memFree=1476896/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=48316 CPUtime=12.69
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 12864 0 0 0 1119 150 0 0 25 0 1 0 8141744 49475584 11148 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 12079 11148 379 719 0 11358 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48316

[startup+25.5011 s]
/proc/loadavg: 1.10 1.03 1.01 2/107 9552
/proc/meminfo: memFree=1441068/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=82240 CPUtime=25.48
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 21697 0 0 0 2248 300 0 0 25 0 1 0 8141744 84213760 19981 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 20560 19981 379 719 0 19839 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82240

[startup+51.1009 s]
/proc/loadavg: 1.07 1.03 1.01 2/107 9554
/proc/meminfo: memFree=1376092/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=148220 CPUtime=51.07
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 37839 0 0 0 4510 597 0 0 25 0 1 0 8141744 151777280 36123 1992294400 4194304 7136930 140733566479456 18446744073709551615 4644815 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 37055 36123 379 719 0 36334 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 148220

[startup+102.309 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 9554
/proc/meminfo: memFree=1272924/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=254464 CPUtime=102.26
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 63308 0 0 0 9130 1096 0 0 25 0 1 0 8141744 260571136 61592 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 63616 61592 379 719 0 62895 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 254464

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 9556
/proc/meminfo: memFree=1198028/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=326932 CPUtime=162.23
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 82002 0 0 0 14712 1511 0 0 25 0 1 0 8141744 334778368 80286 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 81733 80286 379 719 0 81012 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 326932

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 9558
/proc/meminfo: memFree=1160084/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=363728 CPUtime=222.22
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 91418 0 0 0 20465 1757 0 0 25 0 1 0 8141744 372457472 89702 1992294400 4194304 7136930 140733566479456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 90932 89702 379 719 0 90211 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 363728

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9560
/proc/meminfo: memFree=1090272/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=447672 CPUtime=282.21
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 109069 0 0 0 26102 2119 0 0 25 0 1 0 8141744 458416128 107353 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 111918 107353 379 719 0 111197 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 447672

[startup+342.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 9562
/proc/meminfo: memFree=973588/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=558784 CPUtime=342.18
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 138069 0 0 0 31539 2679 0 0 25 0 1 0 8141744 572194816 136353 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 139696 136353 379 719 0 138975 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 558784

[startup+402.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 9562
/proc/meminfo: memFree=868436/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=659552 CPUtime=402.16
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 164374 0 0 0 37019 3197 0 0 25 0 1 0 8141744 675381248 162658 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 164888 162658 379 719 0 164167 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 659552

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 9564
/proc/meminfo: memFree=765888/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=757636 CPUtime=462.15
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 189941 0 0 0 42508 3707 0 0 25 0 1 0 8141744 775819264 188225 1992294400 4194304 7136930 140733566479456 18446744073709551615 6123172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 189409 188225 379 719 0 188688 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 757636

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9566
/proc/meminfo: memFree=668424/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=883888 CPUtime=522.12
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 214305 0 0 0 48023 4189 0 0 25 0 1 0 8141744 905101312 212589 1992294400 4194304 7136930 140733566479456 18446744073709551615 6123168 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 220972 212589 379 719 0 220251 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 883888

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9568
/proc/meminfo: memFree=575176/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=972112 CPUtime=582.1
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 237308 0 0 0 53569 4641 0 0 25 0 1 0 8141744 995442688 235592 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 243028 235592 379 719 0 242307 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 972112

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9570
/proc/meminfo: memFree=490112/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1052968 CPUtime=642.09
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 258371 0 0 0 59126 5083 0 0 25 0 1 0 8141744 1078239232 256655 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 263242 256655 379 719 0 262521 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 1052968

[startup+702.301 s]

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

/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375040 0 0 0 98707 7487 0 0 25 0 1 0 8141744 1482137600 359228 1992294400 4194304 7136930 140733566479456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361850 359228 379 719 0 361129 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 1447400

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9591
/proc/meminfo: memFree=77936/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1447400 CPUtime=1121.91
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375061 0 0 0 104531 7660 0 0 25 0 1 0 8141744 1482137600 359249 1992294400 4194304 7136930 140733566479456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361850 359249 379 719 0 361129 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 1447400

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9593
/proc/meminfo: memFree=77812/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1447580 CPUtime=1181.89
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375086 0 0 0 110369 7820 0 0 25 0 1 0 8141744 1482321920 359274 1992294400 4194304 7136930 140733566479456 18446744073709551615 4210349 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361895 359274 379 719 0 361174 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 1447580

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9595
/proc/meminfo: memFree=78060/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1446936 CPUtime=1241.88
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375182 0 0 0 116188 8000 0 0 25 0 1 0 8141744 1481662464 359112 1992294400 4194304 7136930 140733566479456 18446744073709551615 4431486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361734 359112 379 719 0 361013 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 1446936

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9595
/proc/meminfo: memFree=77936/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1446936 CPUtime=1301.87
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375190 0 0 0 122008 8179 0 0 25 0 1 0 8141744 1481662464 359120 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361734 359120 379 719 0 361013 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 1446936

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9597
/proc/meminfo: memFree=77936/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1447076 CPUtime=1361.85
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375230 0 0 0 127817 8368 0 0 25 0 1 0 8141744 1481805824 359160 1992294400 4194304 7136930 140733566479456 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361769 359160 379 719 0 361048 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 1447076

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9599
/proc/meminfo: memFree=77812/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1447076 CPUtime=1421.84
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375230 0 0 0 133634 8550 0 0 25 0 1 0 8141744 1481805824 359160 1992294400 4194304 7136930 140733566479456 18446744073709551615 4210021 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361769 359160 379 719 0 361048 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 1447076

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9604
/proc/meminfo: memFree=77068/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1446716 CPUtime=1481.81
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375256 0 0 0 139448 8733 0 0 25 0 1 0 8141744 1481437184 359057 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361679 359057 379 719 0 360958 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 1446716

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9606
/proc/meminfo: memFree=77316/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1446716 CPUtime=1541.79
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375258 0 0 0 145248 8931 0 0 25 0 1 0 8141744 1481437184 359059 1992294400 4194304 7136930 140733566479456 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361679 359059 379 719 0 360958 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 1446716

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9606
/proc/meminfo: memFree=77812/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1446200 CPUtime=1601.77
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375274 0 0 0 151046 9131 0 0 25 0 1 0 8141744 1480908800 358946 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361550 358946 379 719 0 360829 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 1446200

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9608
/proc/meminfo: memFree=77812/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1446200 CPUtime=1661.75
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375274 0 0 0 156856 9319 0 0 25 0 1 0 8141744 1480908800 358946 1992294400 4194304 7136930 140733566479456 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361550 358946 379 719 0 360829 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 1446200

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9610
/proc/meminfo: memFree=77812/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1446200 CPUtime=1721.74
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375275 0 0 0 162657 9517 0 0 25 0 1 0 8141744 1480908800 358947 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361550 358947 379 719 0 360829 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 1446200

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9612
/proc/meminfo: memFree=77564/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1446432 CPUtime=1781.72
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375332 0 0 0 168453 9719 0 0 25 0 1 0 8141744 1481146368 359004 1992294400 4194304 7136930 140733566479456 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361608 359004 379 719 0 360887 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 1446432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 9612
/proc/meminfo: memFree=77564/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1446432 CPUtime=1800.03
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375332 0 0 0 170227 9776 0 0 25 0 1 0 8141744 1481146368 359004 1992294400 4194304 7136930 140733566479456 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9551/statm: 361608 359004 379 719 0 360887 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1446432

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9551

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 9612
/proc/meminfo: memFree=77564/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1445916 CPUtime=1800.81
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375339 0 0 0 170305 9776 0 0 25 0 1 0 8141744 1480617984 358882 1992294400 4194304 7136930 140733566479456 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9551/statm: 361479 358882 384 719 0 360758 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 1445916

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9613
/proc/meminfo: memFree=77680/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1445916 CPUtime=1801.61
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375339 0 0 0 170385 9776 0 0 25 0 1 0 8141744 1480617984 358882 1992294400 4194304 7136930 140733566479456 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9551/statm: 361479 358882 384 719 0 360758 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 1445916

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9613
/proc/meminfo: memFree=77680/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=1445916 CPUtime=1802.01
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4202496 375339 0 0 0 170425 9776 0 0 25 0 1 0 8141744 1480617984 358882 1992294400 4194304 7136930 140733566479456 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9551/statm: 361479 358882 384 719 0 360758 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 1445916

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 9613
/proc/meminfo: memFree=77680/2059040 swapFree=4192956/4192956
[pid=9551] ppid=9549 vsize=0 CPUtime=1802.11
/proc/9551/stat : 9551 (pbscip.linux.x8) R 9549 9551 9077 0 -1 4203524 375339 0 0 0 170426 9785 0 0 25 0 1 0 8141744 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.75
CPU time (s): 1802.17
CPU user time (s): 1704.27
CPU system time (s): 97.9001
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 1508136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1704.27
system time used= 97.9001
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375339
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= 2
involuntary context switches= 2864

runsolver used 2.83657 second user time and 8.70368 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-12 08:49:40
IDJOB=2664508
IDBENCH=1414
IDSOLVER=1167
FILE ID=node005/2664508-1276325380
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-chnl10_11_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-2664508-1276325380/watcher-2664508-1276325380 -o /tmp/evaluation-result-2664508-1276325380/solver-2664508-1276325380 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664508-1276325380.opb -t 1800 -m 1800

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

MD5SUM BENCH= fac1b7391a53ae9861d9e311ddf65af2
RANDOM SEED=514681008

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:       1519460 kB
Buffers:        104944 kB
Cached:         305608 kB
SwapCached:          0 kB
Active:         171856 kB
Inactive:       297992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1519460 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3208 kB
Writeback:           0 kB
AnonPages:       59268 kB
Mapped:          15356 kB
Slab:            47932 kB
PageTables:       4004 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 09:19:43