Trace number 1884527

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.04 1800.52

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/sgen/
sat/sgen1-sat-160-100.opb
MD5SUMf91a4f3c02541d26a318ab87a6eb760c
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark37.3793
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables160
Total number of constraints384
Number of constraints which are clauses384
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
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 6
Number of bits of the biggest sum of numbers3
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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1884527-1245259307.opb>
0.00/0.01	c original problem has 160 variables (160 bin, 0 int, 0 impl, 0 cont) and 384 constraints
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.01/0.03	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 384 upgd conss, 640 impls, 0 clqs
0.01/0.03	c presolving (2 rounds):
0.01/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.03	c  640 implications, 0 cliques
0.01/0.03	c presolved problem has 160 variables (160 bin, 0 int, 0 impl, 0 cont) and 384 constraints
0.01/0.03	c     384 constraints of type <logicor>
0.01/0.03	c transformed objective value is always integral (scale: 1)
0.01/0.03	c Presolving Time: 0.01
0.01/0.03	c PURESAT
0.01/0.03	c -----------------------------------------------------------------------------------------------
0.01/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c separating/flowcover/freq = c -1
0.01/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c separating/cmir/freq = c -1
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/veclendiving/maxlpiterofs = c 1500
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.01/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/veclendiving/freq = c -1
0.01/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/simplerounding/freq = c -1
0.01/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/shifting/freq = c -1
0.01/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/rounding/freq = c -1
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.03	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.01/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.03	c heuristics/rootsoldiving/freq = c -1
0.01/0.03	c # number of nodes added to the contingent of the total nodes
0.01/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.03	c heuristics/rens/nodesofs = c 2000
0.01/0.03	c # minimum percentage of integer variables that have to be fixable 
0.01/0.03	c # [type: real, range: [0,1], default: 0.5]
0.01/0.03	c heuristics/rens/minfixingrate = c 0.3
0.01/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c heuristics/rens/freq = c -1
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.01/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/pscostdiving/freq = c -1
0.01/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c heuristics/oneopt/freq = c -1
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.01/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.03	c # [type: real, range: [0,1], default: 0.01]
0.01/0.03	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.01/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.03	c heuristics/objpscostdiving/freq = c -1
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.01/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/linesearchdiving/freq = c -1
0.01/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/intshifting/freq = c -1
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/intdiving/maxlpiterquot = c 0.075
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/guideddiving/maxlpiterofs = c 1500
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.01/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/guideddiving/freq = c -1
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/fracdiving/maxlpiterofs = c 1500
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.01/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/fracdiving/freq = c -1
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/feaspump/maxlpiterofs = c 2000
0.01/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.03	c heuristics/feaspump/freq = c -1
0.01/0.03	c # minimum percentage of integer variables that have to be fixed 
0.01/0.03	c # [type: real, range: [0,1], default: 0.666]
0.01/0.03	c heuristics/crossover/minfixingrate = c 0.5
0.01/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.03	c # [type: real, range: [0,1], default: 0.1]
0.01/0.03	c heuristics/crossover/nodesquot = c 0.15
0.01/0.03	c # number of nodes without incumbent change that heuristic should wait
0.01/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.03	c heuristics/crossover/nwaitingnodes = c 100
0.01/0.03	c # number of nodes added to the contingent of the total nodes
0.01/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.03	c heuristics/crossover/nodesofs = c 750
0.01/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.03	c heuristics/crossover/freq = c -1
0.01/0.03	c # additional number of allowed LP iterations
0.01/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.03	c heuristics/coefdiving/maxlpiterofs = c 1500
0.01/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.03	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.01/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.03	c heuristics/coefdiving/freq = c -1
0.01/0.03	c # priority of node selection rule <dfs> in standard mode
0.01/0.03	c # [type: int, range: [-536870912,536870911], default: 0]
0.01/0.03	c nodeselection/dfs/stdpriority = c 1000000
0.01/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c presolving/probing/maxrounds = c 0
0.01/0.03	c # should presolving try to simplify knapsacks
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/knapsack/simplifyinequalities = c TRUE
0.01/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.03	c constraints/knapsack/disaggregation = c FALSE
0.01/0.03	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c constraints/knapsack/maxnumcardlift = c 0
0.01/0.03	c # should presolving try to simplify inequalities
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/linear/simplifyinequalities = c TRUE
0.01/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c separating/maxroundsroot = c 5
0.01/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.03	c separating/maxrounds = c 1
0.01/0.03	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.01/0.03	c # [type: char, range: {lafpsqd}, default: l]
0.01/0.03	c lp/pricing = c a
0.01/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.03	c lp/solvefreq = c 0
0.01/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c limits/solutions = c 1
0.01/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/memory = c 1620
0.01/0.03	c # maximal time in seconds to run
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/time = c 1791
0.01/0.03	c # frequency for displaying node information lines
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.03	c display/freq = c 10000
0.01/0.03	c # should enforcement of pseudo solution be disabled?
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/disableenfops = c TRUE
0.01/0.03	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.03	c constraints/agelimit = c 1
0.01/0.03	c # should binary conflicts be preferred?
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c conflict/preferbinary = c TRUE
0.01/0.03	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c conflict/interconss = c 0
0.01/0.03	c -----------------------------------------------------------------------------------------------
0.01/0.03	c start solving problem
0.01/0.03	c 
0.01/0.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.04	c   0.0s|     1 |     0 |   134 | 907k|   0 |  93 | 160 | 384 | 384 | 160 | 384 |   0 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   295 |1444k|   0 |  91 | 160 | 384 | 384 | 160 | 392 |   8 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   387 |1718k|   0 |  90 | 160 | 384 | 384 | 160 | 399 |  15 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.28/0.31	c   0.3s|     1 |     0 |   506 |2279k|   0 |  83 | 160 | 384 | 384 | 160 | 406 |  22 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.28/0.39	c   0.4s|     1 |     0 |   556 |2873k|   0 |  91 | 160 | 384 | 384 | 160 | 415 |  31 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   620 |3118k|   0 |  90 | 160 | 384 | 384 | 160 | 419 |  35 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
1.39/1.44	c   1.4s|     1 |     2 |   620 |3118k|   0 |  90 | 160 | 384 | 384 | 160 | 419 |  35 |   0 |  33 | 3.200000e+01 |      --      |    Inf 
3.99/4.05	c   3.8s| 10000 |    33 |   620 |3236k|  50 |   - | 160 | 414 | 314 |   0 |   0 |  35 |6105 |  33 | 3.200000e+01 |      --      |    Inf 
6.59/6.64	c   6.1s| 20000 |    31 |   620 |3235k|  50 |   - | 160 | 408 | 317 |   0 |   0 |  35 |  12k|  33 | 3.200000e+01 |      --      |    Inf 
9.39/9.45	c   8.7s| 30000 |    33 |   620 |3245k|  50 |   - | 160 | 414 | 251 |   0 |   0 |  35 |  18k|  33 | 3.200000e+01 |      --      |    Inf 
12.19/12.20	c  11.2s| 40000 |    32 |   620 |3247k|  50 |   - | 160 | 417 | 306 |   0 |   0 |  35 |  24k|  33 | 3.200000e+01 |      --      |    Inf 
14.79/14.89	c  13.6s| 50000 |    28 |   620 |3251k|  50 |   - | 160 | 421 | 288 |   0 |   0 |  35 |  30k|  33 | 3.200000e+01 |      --      |    Inf 
17.59/17.62	c  16.1s| 60000 |    28 |   620 |3246k|  50 |   - | 160 | 403 | 290 |   0 |   0 |  35 |  36k|  33 | 3.200000e+01 |      --      |    Inf 
20.29/20.33	c  18.6s| 70000 |    21 |   620 |3259k|  50 |   - | 160 | 435 | 312 |   0 |   0 |  35 |  42k|  33 | 3.200000e+01 |      --      |    Inf 
22.89/22.98	c  21.0s| 80000 |    36 |   620 |3260k|  50 |   - | 160 | 421 | 233 |   0 |   0 |  35 |  48k|  33 | 3.200000e+01 |      --      |    Inf 
25.68/25.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.68/25.72	c  23.5s| 90000 |    30 |   620 |3261k|  50 |   - | 160 | 409 | 182 |   0 |   0 |  35 |  55k|  33 | 3.200000e+01 |      --      |    Inf 
28.38/28.46	c  26.0s|100000 |    21 |   620 |3261k|  50 |   - | 160 | 422 | 236 |   0 |   0 |  35 |  61k|  33 | 3.200000e+01 |      --      |    Inf 
31.19/31.23	c  28.5s|110000 |    30 |   620 |3266k|  50 |   - | 160 | 428 | 239 |   0 |   0 |  35 |  67k|  33 | 3.200000e+01 |      --      |    Inf 
33.88/33.99	c  31.0s|120000 |    35 |   620 |3267k|  50 |   - | 160 | 416 | 205 |   0 |   0 |  35 |  73k|  33 | 3.200000e+01 |      --      |    Inf 
36.68/36.73	c  33.5s|130000 |    29 |   620 |3268k|  50 |   - | 160 | 433 | 287 |   0 |   0 |  35 |  80k|  33 | 3.200000e+01 |      --      |    Inf 
39.38/39.43	c  35.9s|140000 |    37 |   620 |3262k|  54 |   - | 160 | 402 | 246 |   0 |   0 |  35 |  86k|  33 | 3.200000e+01 |      --      |    Inf 
42.18/42.24	c  38.5s|150000 |    25 |   620 |3264k|  54 |   - | 160 | 417 | 290 |   0 |   0 |  35 |  92k|  33 | 3.200000e+01 |      --      |    Inf 
44.88/44.97	c  40.9s|160000 |    24 |   620 |3275k|  54 |   - | 160 | 439 | 274 |   0 |   0 |  35 |  98k|  33 | 3.200000e+01 |      --      |    Inf 
47.68/47.72	c  43.5s|170000 |    33 |   620 |3275k|  54 |   - | 160 | 427 | 237 |   0 |   0 |  35 | 104k|  33 | 3.200000e+01 |      --      |    Inf 
50.38/50.43	c  45.9s|180000 |    22 |   620 |3277k|  54 |   - | 160 | 444 | 306 |   0 |   0 |  35 | 110k|  33 | 3.200000e+01 |      --      |    Inf 
53.08/53.16	c  48.4s|190000 |    27 |   620 |3279k|  54 |   - | 160 | 437 | 243 |   0 |   0 |  35 | 117k|  33 | 3.200000e+01 |      --      |    Inf 
55.87/55.90	c  50.9s|200000 |    35 |   620 |3282k|  54 |   - | 160 | 433 | 229 |   0 |   0 |  35 | 123k|  33 | 3.200000e+01 |      --      |    Inf 
58.58/58.64	c  53.4s|210000 |    32 |   620 |3271k|  54 |   - | 160 | 402 | 203 |   0 |   0 |  35 | 129k|  33 | 3.200000e+01 |      --      |    Inf 
61.37/61.42	c  55.9s|220000 |    22 |   620 |3281k|  54 |   - | 160 | 439 | 222 |   0 |   0 |  35 | 135k|  33 | 3.200000e+01 |      --      |    Inf 
64.08/64.15	c  58.4s|230000 |    27 |   620 |3284k|  54 |   - | 160 | 443 | 247 |   0 |   0 |  35 | 141k|  33 | 3.200000e+01 |      --      |    Inf 
66.78/66.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.78/66.82	c  60.8s|240000 |    25 |   620 |3275k|  54 |   - | 160 | 424 | 275 |   0 |   0 |  35 | 148k|  33 | 3.200000e+01 |      --      |    Inf 
69.48/69.53	c  63.3s|250000 |    29 |   620 |3272k|  54 |   - | 160 | 409 | 257 |   0 |   0 |  35 | 154k|  33 | 3.200000e+01 |      --      |    Inf 
72.27/72.38	c  65.9s|260000 |    27 |   620 |3278k|  54 |   - | 160 | 425 | 278 |   0 |   0 |  35 | 160k|  33 | 3.200000e+01 |      --      |    Inf 
74.97/75.03	c  68.3s|270000 |    28 |   620 |3280k|  54 |   - | 160 | 424 | 220 |   0 |   0 |  35 | 166k|  33 | 3.200000e+01 |      --      |    Inf 
77.67/77.70	c  70.7s|280000 |    28 |   620 |3281k|  54 |   - | 160 | 430 | 251 |   0 |   0 |  35 | 172k|  33 | 3.200000e+01 |      --      |    Inf 
80.28/80.36	c  73.1s|290000 |    30 |   620 |3270k|  54 |   - | 160 | 402 | 290 |   0 |   0 |  35 | 179k|  33 | 3.200000e+01 |      --      |    Inf 
83.07/83.11	c  75.6s|300000 |    22 |   620 |3283k|  54 |   - | 160 | 435 | 266 |   0 |   0 |  35 | 185k|  33 | 3.200000e+01 |      --      |    Inf 
85.77/85.84	c  78.1s|310000 |    25 |   620 |3282k|  54 |   - | 160 | 432 | 284 |   0 |   0 |  35 | 191k|  33 | 3.200000e+01 |      --      |    Inf 
88.47/88.55	c  80.5s|320000 |    19 |   620 |3286k|  54 |   - | 160 | 443 | 279 |   0 |   0 |  35 | 197k|  33 | 3.200000e+01 |      --      |    Inf 
91.27/91.31	c  83.1s|330000 |    24 |   620 |3284k|  54 |   - | 160 | 438 | 288 |   0 |   0 |  35 | 203k|  33 | 3.200000e+01 |      --      |    Inf 
93.97/94.01	c  85.5s|340000 |    24 |   620 |3285k|  54 |   - | 160 | 430 | 225 |   0 |   0 |  35 | 210k|  33 | 3.200000e+01 |      --      |    Inf 
96.68/96.74	c  88.0s|350000 |    32 |   620 |3277k|  54 |   - | 160 | 399 | 193 |   0 |   0 |  35 | 216k|  33 | 3.200000e+01 |      --      |    Inf 
99.46/99.52	c  90.5s|360000 |    24 |   620 |3285k|  54 |   - | 160 | 422 | 194 |   0 |   0 |  35 | 222k|  33 | 3.200000e+01 |      --      |    Inf 
102.17/102.23	c  93.0s|370000 |    22 |   620 |3283k|  54 |   - | 160 | 428 | 271 |   0 |   0 |  35 | 228k|  33 | 3.200000e+01 |      --      |    Inf 
104.97/105.00	c  95.5s|380000 |    30 |   620 |3276k|  54 |   - | 160 | 405 | 273 |   0 |   0 |  35 | 235k|  33 | 3.200000e+01 |      --      |    Inf 
107.77/107.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.77/107.83	c  98.0s|390000 |    24 |   620 |3286k|  54 |   - | 160 | 427 | 229 |   0 |   0 |  35 | 241k|  33 | 3.200000e+01 |      --      |    Inf 
110.56/110.64	c   101s|400000 |    30 |   620 |3289k|  54 |   - | 160 | 429 | 194 |   0 |   0 |  35 | 247k|  33 | 3.200000e+01 |      --      |    Inf 
113.27/113.34	c   103s|410000 |    27 |   620 |3286k|  54 |   - | 160 | 428 | 229 |   0 |   0 |  35 | 253k|  33 | 3.200000e+01 |      --      |    Inf 
116.06/116.13	c   106s|420000 |    23 |   620 |3289k|  54 |   - | 160 | 435 | 259 |   0 |   0 |  35 | 260k|  33 | 3.200000e+01 |      --      |    Inf 
118.76/118.86	c   108s|430000 |    26 |   620 |3283k|  54 |   - | 160 | 419 | 262 |   0 |   0 |  35 | 266k|  33 | 3.200000e+01 |      --      |    Inf 
121.56/121.62	c   111s|440000 |    17 |   620 |3293k|  54 |   - | 160 | 449 | 237 |   0 |   0 |  35 | 272k|  33 | 3.200000e+01 |      --      |    Inf 
124.26/124.40	c   113s|450000 |    29 |   620 |3288k|  54 |   - | 160 | 420 | 209 |   0 |   0 |  35 | 278k|  33 | 3.200000e+01 |      --      |    Inf 
127.06/127.15	c   116s|460000 |    29 |   620 |3280k|  54 |   - | 160 | 408 | 272 |   0 |   0 |  35 | 285k|  33 | 3.200000e+01 |      --      |    Inf 
129.76/129.90	c   118s|470000 |    22 |   620 |3285k|  54 |   - | 160 | 425 | 298 |   0 |   0 |  35 | 291k|  33 | 3.200000e+01 |      --      |    Inf 
132.46/132.59	c   121s|480000 |    21 |   620 |3283k|  54 |   - | 160 | 419 | 299 |   0 |   0 |  35 | 297k|  33 | 3.200000e+01 |      --      |    Inf 
135.35/135.41	c   123s|490000 |    24 |   620 |3290k|  54 |   - | 160 | 431 | 255 |   0 |   0 |  35 | 303k|  33 | 3.200000e+01 |      --      |    Inf 
138.06/138.19	c   126s|500000 |    24 |   620 |3285k|  54 |   - | 160 | 422 | 298 |   0 |   0 |  35 | 310k|  33 | 3.200000e+01 |      --      |    Inf 
140.76/140.84	c   128s|510000 |    17 |   620 |3297k|  54 |   - | 160 | 454 | 248 |   0 |   0 |  35 | 316k|  33 | 3.200000e+01 |      --      |    Inf 
143.46/143.57	c   131s|520000 |    17 |   620 |3293k|  54 |   - | 160 | 441 | 258 |   0 |   0 |  35 | 322k|  33 | 3.200000e+01 |      --      |    Inf 
146.26/146.32	c   133s|530000 |    24 |   620 |3291k|  54 |   - | 160 | 434 | 262 |   0 |   0 |  35 | 328k|  33 | 3.200000e+01 |      --      |    Inf 
148.95/149.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.95/149.04	c   136s|540000 |    23 |   620 |3292k|  54 |   - | 160 | 438 | 279 |   0 |   0 |  35 | 334k|  33 | 3.200000e+01 |      --      |    Inf 
151.66/151.79	c   138s|550000 |    30 |   620 |3289k|  54 |   - | 160 | 416 | 229 |   0 |   0 |  35 | 341k|  33 | 3.200000e+01 |      --      |    Inf 
154.55/154.66	c   141s|560000 |    30 |   620 |3288k|  54 |   - | 160 | 417 | 239 |   0 |   0 |  35 | 347k|  33 | 3.200000e+01 |      --      |    Inf 
157.45/157.51	c   143s|570000 |    26 |   620 |3296k|  54 |   - | 160 | 428 | 160 |   0 |   0 |  35 | 353k|  33 | 3.200000e+01 |      --      |    Inf 
160.15/160.27	c   146s|580000 |    29 |   620 |3298k|  54 |   - | 160 | 437 | 210 |   0 |   0 |  35 | 360k|  33 | 3.200000e+01 |      --      |    Inf 
163.05/163.10	c   148s|590000 |    33 |   620 |3289k|  54 |   - | 160 | 413 | 232 |   0 |   0 |  35 | 366k|  33 | 3.200000e+01 |      --      |    Inf 
165.75/165.89	c   151s|600000 |    24 |   620 |3290k|  54 |   - | 160 | 427 | 289 |   0 |   0 |  35 | 372k|  33 | 3.200000e+01 |      --      |    Inf 
168.64/168.77	c   154s|610000 |    26 |   620 |3297k|  54 |   - | 160 | 436 | 210 |   0 |   0 |  35 | 378k|  33 | 3.200000e+01 |      --      |    Inf 
171.55/171.61	c   156s|620000 |    22 |   620 |3303k|  54 |   - | 160 | 450 | 205 |   0 |   0 |  35 | 385k|  33 | 3.200000e+01 |      --      |    Inf 
174.24/174.38	c   159s|630000 |    25 |   620 |3298k|  54 |   - | 160 | 439 | 204 |   0 |   0 |  35 | 391k|  33 | 3.200000e+01 |      --      |    Inf 
177.05/177.15	c   161s|640000 |    29 |   620 |3296k|  54 |   - | 160 | 435 | 237 |   0 |   0 |  35 | 397k|  33 | 3.200000e+01 |      --      |    Inf 
179.84/179.93	c   164s|650000 |    21 |   620 |3297k|  54 |   - | 160 | 442 | 234 |   0 |   0 |  35 | 403k|  33 | 3.200000e+01 |      --      |    Inf 
182.55/182.67	c   166s|660000 |    23 |   620 |3301k|  54 |   - | 160 | 445 | 207 |   0 |   0 |  35 | 410k|  33 | 3.200000e+01 |      --      |    Inf 
185.45/185.50	c   169s|670000 |    27 |   620 |3296k|  54 |   - | 160 | 436 | 259 |   0 |   0 |  35 | 416k|  33 | 3.200000e+01 |      --      |    Inf 
188.04/188.19	c   171s|680000 |    21 |   620 |3299k|  54 |   - | 160 | 443 | 206 |   0 |   0 |  35 | 422k|  33 | 3.200000e+01 |      --      |    Inf 
190.84/190.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.84/190.92	c   174s|690000 |    23 |   620 |3299k|  54 |   - | 160 | 449 | 251 |   0 |   0 |  35 | 428k|  33 | 3.200000e+01 |      --      |    Inf 
193.64/193.77	c   176s|700000 |    31 |   620 |3298k|  54 |   - | 160 | 430 | 204 |   0 |   0 |  35 | 435k|  33 | 3.200000e+01 |      --      |    Inf 
196.54/196.68	c   179s|710000 |    25 |   620 |3305k|  54 |   - | 160 | 450 | 173 |   0 |   0 |  35 | 441k|  33 | 3.200000e+01 |      --      |    Inf 
199.44/199.50	c   182s|720000 |    20 |   620 |3298k|  54 |   - | 160 | 447 | 264 |   0 |   0 |  35 | 447k|  33 | 3.200000e+01 |      --      |    Inf 
202.14/202.24	c   184s|730000 |    21 |   620 |3296k|  54 |   - | 160 | 436 | 261 |   0 |   0 |  35 | 453k|  33 | 3.200000e+01 |      --      |    Inf 
204.94/205.03	c   187s|740000 |    19 |   620 |3303k|  54 |   - | 160 | 457 | 253 |   0 |   0 |  35 | 460k|  33 | 3.200000e+01 |      --      |    Inf 
207.74/207.84	c   189s|750000 |    19 |   620 |3303k|  54 |   - | 160 | 456 | 243 |   0 |   0 |  35 | 466k|  33 | 3.200000e+01 |      --      |    Inf 
210.54/210.60	c   192s|760000 |    27 |   620 |3288k|  54 |   - | 160 | 411 | 272 |   0 |   0 |  35 | 472k|  33 | 3.200000e+01 |      --      |    Inf 
213.34/213.41	c   194s|770000 |    22 |   620 |3291k|  54 |   - | 160 | 422 | 247 |   0 |   0 |  35 | 478k|  33 | 3.200000e+01 |      --      |    Inf 
215.93/216.06	c   197s|780000 |    17 |   620 |3298k|  54 |   - | 160 | 439 | 200 |   0 |   0 |  35 | 485k|  33 | 3.200000e+01 |      --      |    Inf 
218.64/218.78	c   199s|790000 |    21 |   620 |3291k|  54 |   - | 160 | 425 | 280 |   0 |   0 |  35 | 491k|  33 | 3.200000e+01 |      --      |    Inf 
221.44/221.52	c   202s|800000 |    27 |   620 |3295k|  54 |   - | 160 | 425 | 231 |   0 |   0 |  35 | 497k|  33 | 3.200000e+01 |      --      |    Inf 
224.34/224.43	c   204s|810000 |    19 |   620 |3298k|  54 |   - | 160 | 444 | 265 |   0 |   0 |  35 | 503k|  33 | 3.200000e+01 |      --      |    Inf 
227.04/227.15	c   207s|820000 |    23 |   620 |3302k|  54 |   - | 160 | 444 | 195 |   0 |   0 |  35 | 510k|  33 | 3.200000e+01 |      --      |    Inf 
229.84/229.93	c   209s|830000 |    24 |   620 |3298k|  54 |   - | 160 | 433 | 221 |   0 |   0 |  35 | 516k|  33 | 3.200000e+01 |      --      |    Inf 
232.63/232.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.63/232.73	c   212s|840000 |    19 |   620 |3298k|  54 |   - | 160 | 444 | 286 |   0 |   0 |  35 | 522k|  33 | 3.200000e+01 |      --      |    Inf 
235.43/235.52	c   214s|850000 |    23 |   620 |3298k|  54 |   - | 160 | 439 | 271 |   0 |   0 |  35 | 528k|  33 | 3.200000e+01 |      --      |    Inf 
238.13/238.25	c   217s|860000 |    20 |   620 |3299k|  54 |   - | 160 | 443 | 268 |   0 |   0 |  35 | 535k|  33 | 3.200000e+01 |      --      |    Inf 
240.83/240.98	c   219s|870000 |    18 |   620 |3298k|  54 |   - | 160 | 442 | 277 |   0 |   0 |  35 | 541k|  33 | 3.200000e+01 |      --      |    Inf 
243.53/243.67	c   222s|880000 |    27 |   620 |3301k|  54 |   - | 160 | 436 | 239 |   0 |   0 |  35 | 547k|  33 | 3.200000e+01 |      --      |    Inf 
246.33/246.47	c   224s|890000 |    25 |   620 |3299k|  54 |   - | 160 | 428 | 191 |   0 |   0 |  35 | 553k|  33 | 3.200000e+01 |      --      |    Inf 
249.23/249.32	c   227s|900000 |    23 |   620 |3305k|  54 |   - | 160 | 445 | 205 |   0 |   0 |  35 | 559k|  33 | 3.200000e+01 |      --      |    Inf 
252.03/252.10	c   229s|910000 |    19 |   620 |3305k|  54 |   - | 160 | 453 | 245 |   0 |   0 |  35 | 565k|  33 | 3.200000e+01 |      --      |    Inf 
254.73/254.88	c   232s|920000 |    31 |   620 |3296k|  54 |   - | 160 | 416 | 219 |   0 |   0 |  35 | 572k|  33 | 3.200000e+01 |      --      |    Inf 
257.52/257.60	c   234s|930000 |    26 |   620 |3296k|  54 |   - | 160 | 425 | 283 |   0 |   0 |  35 | 578k|  33 | 3.200000e+01 |      --      |    Inf 
260.33/260.42	c   237s|940000 |    22 |   620 |3303k|  54 |   - | 160 | 444 | 252 |   0 |   0 |  35 | 584k|  33 | 3.200000e+01 |      --      |    Inf 
263.12/263.21	c   240s|950000 |    27 |   620 |3298k|  54 |   - | 160 | 425 | 243 |   0 |   0 |  35 | 590k|  33 | 3.200000e+01 |      --      |    Inf 
265.82/265.95	c   242s|960000 |    33 |   620 |3296k|  61 |   - | 160 | 408 | 188 |   0 |   0 |  35 | 596k|  33 | 3.200000e+01 |      --      |    Inf 
268.63/268.79	c   245s|970000 |    26 |   620 |3299k|  61 |   - | 160 | 427 | 240 |   0 |   0 |  35 | 603k|  33 | 3.200000e+01 |      --      |    Inf 
271.43/271.52	c   247s|980000 |    23 |   620 |3303k|  61 |   - | 160 | 437 | 212 |   0 |   0 |  35 | 609k|  33 | 3.200000e+01 |      --      |    Inf 
274.02/274.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
274.02/274.19	c   250s|990000 |    27 |   620 |3301k|  61 |   - | 160 | 435 | 249 |   0 |   0 |  35 | 615k|  33 | 3.200000e+01 |      --      |    Inf 
276.83/276.97	c   252s|  1000k|    26 |   620 |3308k|  61 |   - | 160 | 445 | 191 |   0 |   0 |  35 | 621k|  33 | 3.200000e+01 |      --      |    Inf 
279.52/279.67	c   254s|  1010k|    21 |   620 |3302k|  61 |   - | 160 | 443 | 253 |   0 |   0 |  35 | 627k|  33 | 3.200000e+01 |      --      |    Inf 
282.22/282.40	c   257s|  1020k|    20 |   620 |3299k|  61 |   - | 160 | 438 | 277 |   0 |   0 |  35 | 634k|  33 | 3.200000e+01 |      --      |    Inf 
285.02/285.16	c   260s|  1030k|    25 |   620 |3300k|  61 |   - | 160 | 428 | 204 |   0 |   0 |  35 | 640k|  33 | 3.200000e+01 |      --      |    Inf 
287.82/287.98	c   262s|  1040k|    25 |   620 |3298k|  61 |   - | 160 | 425 | 225 |   0 |   0 |  35 | 646k|  33 | 3.200000e+01 |      --      |    Inf 
290.62/290.79	c   265s|  1050k|    29 |   620 |3300k|  61 |   - | 160 | 427 | 217 |   0 |   0 |  35 | 653k|  33 | 3.200000e+01 |      --      |    Inf 
293.32/293.46	c   267s|  1060k|    24 |   620 |3308k|  61 |   - | 160 | 456 | 250 |   0 |   0 |  35 | 659k|  33 | 3.200000e+01 |      --      |    Inf 
296.02/296.14	c   270s|  1070k|    27 |   620 |3300k|  61 |   - | 160 | 426 | 242 |   0 |   0 |  35 | 665k|  33 | 3.200000e+01 |      --      |    Inf 
298.72/298.87	c   272s|  1080k|    23 |   620 |3299k|  61 |   - | 160 | 427 | 244 |   0 |   0 |  35 | 671k|  33 | 3.200000e+01 |      --      |    Inf 
301.52/301.62	c   275s|  1090k|    20 |   620 |3299k|  61 |   - | 160 | 433 | 249 |   0 |   0 |  35 | 678k|  33 | 3.200000e+01 |      --      |    Inf 
304.22/304.35	c   277s|  1100k|    20 |   620 |3307k|  61 |   - | 160 | 449 | 237 |   0 |   0 |  35 | 684k|  33 | 3.200000e+01 |      --      |    Inf 
306.91/307.09	c   279s|  1110k|    20 |   620 |3303k|  61 |   - | 160 | 443 | 246 |   0 |   0 |  35 | 690k|  33 | 3.200000e+01 |      --      |    Inf 
309.81/309.90	c   282s|  1120k|    30 |   620 |3301k|  61 |   - | 160 | 432 | 237 |   0 |   0 |  35 | 697k|  33 | 3.200000e+01 |      --      |    Inf 
312.61/312.72	c   285s|  1130k|    26 |   620 |3297k|  61 |   - | 160 | 427 | 299 |   0 |   0 |  35 | 703k|  33 | 3.200000e+01 |      --      |    Inf 
315.31/315.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.31/315.44	c   287s|  1140k|    31 |   620 |3301k|  61 |   - | 160 | 430 | 271 |   0 |   0 |  35 | 709k|  33 | 3.200000e+01 |      --      |    Inf 
318.01/318.11	c   290s|  1150k|    18 |   620 |3309k|  61 |   - | 160 | 460 | 271 |   0 |   0 |  35 | 715k|  33 | 3.200000e+01 |      --      |    Inf 
320.71/320.81	c   292s|  1160k|    19 |   620 |3305k|  61 |   - | 160 | 449 | 279 |   0 |   0 |  35 | 722k|  33 | 3.200000e+01 |      --      |    Inf 
323.51/323.61	c   295s|  1170k|    20 |   620 |3293k|  61 |   - | 160 | 413 | 293 |   0 |   0 |  35 | 728k|  33 | 3.200000e+01 |      --      |    Inf 
326.21/326.36	c   297s|  1180k|    18 |   620 |3302k|  61 |   - | 160 | 438 | 256 |   0 |   0 |  35 | 734k|  33 | 3.200000e+01 |      --      |    Inf 
329.01/329.12	c   300s|  1190k|    19 |   620 |3300k|  61 |   - | 160 | 434 | 281 |   0 |   0 |  35 | 740k|  33 | 3.200000e+01 |      --      |    Inf 
331.81/331.90	c   302s|  1200k|    23 |   620 |3304k|  61 |   - | 160 | 439 | 224 |   0 |   0 |  35 | 746k|  33 | 3.200000e+01 |      --      |    Inf 
334.61/334.70	c   305s|  1210k|    21 |   620 |3299k|  61 |   - | 160 | 429 | 267 |   0 |   0 |  35 | 753k|  33 | 3.200000e+01 |      --      |    Inf 
337.31/337.40	c   307s|  1220k|    20 |   620 |3298k|  61 |   - | 160 | 426 | 264 |   0 |   0 |  35 | 759k|  33 | 3.200000e+01 |      --      |    Inf 
339.91/340.04	c   310s|  1230k|    15 |   620 |3304k|  61 |   - | 160 | 442 | 231 |   0 |   0 |  35 | 765k|  33 | 3.200000e+01 |      --      |    Inf 
342.70/342.80	c   312s|  1240k|    27 |   620 |3302k|  61 |   - | 160 | 426 | 232 |   0 |   0 |  35 | 771k|  33 | 3.200000e+01 |      --      |    Inf 
345.61/345.71	c   315s|  1250k|    28 |   620 |3302k|  61 |   - | 160 | 428 | 242 |   0 |   0 |  35 | 777k|  33 | 3.200000e+01 |      --      |    Inf 
348.41/348.54	c   317s|  1260k|    22 |   620 |3300k|  61 |   - | 160 | 430 | 269 |   0 |   0 |  35 | 784k|  33 | 3.200000e+01 |      --      |    Inf 
351.21/351.32	c   320s|  1270k|    23 |   620 |3308k|  61 |   - | 160 | 444 | 235 |   0 |   0 |  35 | 790k|  33 | 3.200000e+01 |      --      |    Inf 
354.01/354.15	c   322s|  1280k|    31 |   620 |3306k|  61 |   - | 160 | 435 | 244 |   0 |   0 |  35 | 796k|  33 | 3.200000e+01 |      --      |    Inf 
356.70/356.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
356.70/356.88	c   325s|  1290k|    27 |   620 |3304k|  61 |   - | 160 | 435 | 281 |   0 |   0 |  35 | 802k|  33 | 3.200000e+01 |      --      |    Inf 
359.51/359.69	c   327s|  1300k|    23 |   620 |3303k|  61 |   - | 160 | 436 | 250 |   0 |   0 |  35 | 808k|  33 | 3.200000e+01 |      --      |    Inf 
362.20/362.34	c   330s|  1310k|    26 |   620 |3309k|  61 |   - | 160 | 442 | 190 |   0 |   0 |  35 | 815k|  33 | 3.200000e+01 |      --      |    Inf 
364.90/365.04	c   332s|  1320k|    22 |   620 |3307k|  61 |   - | 160 | 441 | 188 |   0 |   0 |  35 | 821k|  33 | 3.200000e+01 |      --      |    Inf 
367.50/367.68	c   335s|  1330k|    25 |   620 |3310k|  61 |   - | 160 | 445 | 226 |   0 |   0 |  35 | 827k|  33 | 3.200000e+01 |      --      |    Inf 
370.40/370.52	c   337s|  1340k|    33 |   620 |3300k|  61 |   - | 160 | 417 | 226 |   0 |   0 |  35 | 833k|  33 | 3.200000e+01 |      --      |    Inf 
373.10/373.24	c   340s|  1350k|    25 |   620 |3303k|  61 |   - | 160 | 434 | 261 |   0 |   0 |  35 | 840k|  33 | 3.200000e+01 |      --      |    Inf 
375.90/376.06	c   342s|  1360k|    17 |   620 |3305k|  61 |   - | 160 | 434 | 186 |   0 |   0 |  35 | 846k|  33 | 3.200000e+01 |      --      |    Inf 
378.59/378.79	c   345s|  1370k|    20 |   620 |3303k|  61 |   - | 160 | 433 | 252 |   0 |   0 |  35 | 852k|  33 | 3.200000e+01 |      --      |    Inf 
381.30/381.49	c   347s|  1380k|    27 |   620 |3305k|  61 |   - | 160 | 436 | 239 |   0 |   0 |  35 | 858k|  33 | 3.200000e+01 |      --      |    Inf 
384.09/384.28	c   350s|  1390k|    20 |   620 |3299k|  61 |   - | 160 | 428 | 283 |   0 |   0 |  35 | 865k|  33 | 3.200000e+01 |      --      |    Inf 
386.90/387.04	c   352s|  1400k|    21 |   620 |3302k|  61 |   - | 160 | 433 | 276 |   0 |   0 |  35 | 871k|  33 | 3.200000e+01 |      --      |    Inf 
389.70/389.80	c   355s|  1410k|    20 |   620 |3313k|  61 |   - | 160 | 459 | 214 |   0 |   0 |  35 | 877k|  33 | 3.200000e+01 |      --      |    Inf 
392.30/392.49	c   357s|  1420k|    20 |   620 |3305k|  61 |   - | 160 | 439 | 225 |   0 |   0 |  35 | 883k|  33 | 3.200000e+01 |      --      |    Inf 
395.09/395.26	c   360s|  1430k|    25 |   620 |3299k|  61 |   - | 160 | 425 | 275 |   0 |   0 |  35 | 889k|  33 | 3.200000e+01 |      --      |    Inf 
397.79/397.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
397.79/397.95	c   362s|  1440k|    18 |   620 |3308k|  61 |   - | 160 | 450 | 261 |   0 |   0 |  35 | 896k|  33 | 3.200000e+01 |      --      |    Inf 
400.49/400.68	c   365s|  1450k|    23 |   620 |3300k|  61 |   - | 160 | 429 | 275 |   0 |   0 |  35 | 902k|  33 | 3.200000e+01 |      --      |    Inf 
403.19/403.36	c   367s|  1460k|    19 |   620 |3308k|  61 |   - | 160 | 448 | 236 |   0 |   0 |  35 | 908k|  33 | 3.200000e+01 |      --      |    Inf 
405.99/406.12	c   370s|  1470k|    23 |   620 |3306k|  61 |   - | 160 | 441 | 244 |   0 |   0 |  35 | 915k|  33 | 3.200000e+01 |      --      |    Inf 
408.69/408.88	c   372s|  1480k|    28 |   620 |3303k|  61 |   - | 160 | 432 | 249 |   0 |   0 |  35 | 921k|  33 | 3.200000e+01 |      --      |    Inf 
411.49/411.66	c   375s|  1490k|    25 |   620 |3309k|  61 |   - | 160 | 442 | 180 |   0 |   0 |  35 | 927k|  33 | 3.200000e+01 |      --      |    Inf 
414.39/414.53	c   377s|  1500k|    21 |   620 |3307k|  61 |   - | 160 | 444 | 231 |   0 |   0 |  35 | 933k|  33 | 3.200000e+01 |      --      |    Inf 
417.09/417.26	c   380s|  1510k|    21 |   620 |3311k|  61 |   - | 160 | 452 | 191 |   0 |   0 |  35 | 940k|  33 | 3.200000e+01 |      --      |    Inf 
419.89/420.04	c   382s|  1520k|    23 |   620 |3305k|  61 |   - | 160 | 442 | 267 |   0 |   0 |  35 | 946k|  33 | 3.200000e+01 |      --      |    Inf 
422.58/422.72	c   385s|  1530k|    20 |   620 |3311k|  61 |   - | 160 | 459 | 254 |   0 |   0 |  35 | 952k|  33 | 3.200000e+01 |      --      |    Inf 
425.29/425.44	c   387s|  1540k|    22 |   620 |3313k|  61 |   - | 160 | 459 | 246 |   0 |   0 |  35 | 959k|  33 | 3.200000e+01 |      --      |    Inf 
428.08/428.22	c   390s|  1550k|    23 |   620 |3308k|  61 |   - | 160 | 451 | 271 |   0 |   0 |  35 | 965k|  33 | 3.200000e+01 |      --      |    Inf 
430.79/430.94	c   392s|  1560k|    14 |   620 |3308k|  61 |   - | 160 | 456 | 254 |   0 |   0 |  35 | 971k|  33 | 3.200000e+01 |      --      |    Inf 
433.48/433.63	c   395s|  1570k|    25 |   620 |3303k|  61 |   - | 160 | 426 | 242 |   0 |   0 |  35 | 977k|  33 | 3.200000e+01 |      --      |    Inf 
436.18/436.38	c   397s|  1580k|    32 |   620 |3303k|  61 |   - | 160 | 419 | 218 |   0 |   0 |  35 | 984k|  33 | 3.200000e+01 |      --      |    Inf 
438.99/439.13	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
438.99/439.13	c   400s|  1590k|    26 |   620 |3296k|  61 |   - | 160 | 411 | 276 |   0 |   0 |  35 | 990k|  33 | 3.200000e+01 |      --      |    Inf 
441.78/441.91	c   402s|  1600k|    24 |   620 |3304k|  61 |   - | 160 | 429 | 232 |   0 |   0 |  35 | 996k|  33 | 3.200000e+01 |      --      |    Inf 
444.48/444.65	c   405s|  1610k|    24 |   620 |3300k|  61 |   - | 160 | 422 | 267 |   0 |   0 |  35 |1002k|  33 | 3.200000e+01 |      --      |    Inf 
447.18/447.32	c   407s|  1620k|    22 |   620 |3304k|  61 |   - | 160 | 426 | 203 |   0 |   0 |  35 |1008k|  33 | 3.200000e+01 |      --      |    Inf 
449.98/450.10	c   410s|  1630k|    15 |   620 |3305k|  61 |   - | 160 | 443 | 268 |   0 |   0 |  35 |1015k|  33 | 3.200000e+01 |      --      |    Inf 
452.58/452.77	c   412s|  1640k|    17 |   620 |3312k|  61 |   - | 160 | 452 | 218 |   0 |   0 |  35 |1021k|  33 | 3.200000e+01 |      --      |    Inf 
455.38/455.59	c   415s|  1650k|    20 |   620 |3303k|  61 |   - | 160 | 425 | 206 |   0 |   0 |  35 |1027k|  33 | 3.200000e+01 |      --      |    Inf 
458.18/458.38	c   417s|  1660k|    20 |   620 |3305k|  61 |   - | 160 | 435 | 231 |   0 |   0 |  35 |1033k|  33 | 3.200000e+01 |      --      |    Inf 
460.98/461.15	c   420s|  1670k|    22 |   620 |3303k|  61 |   - | 160 | 433 | 260 |   0 |   0 |  35 |1039k|  33 | 3.200000e+01 |      --      |    Inf 
463.77/463.92	c   422s|  1680k|    16 |   620 |3302k|  61 |   - | 160 | 432 | 250 |   0 |   0 |  35 |1045k|  33 | 3.200000e+01 |      --      |    Inf 
466.37/466.59	c   425s|  1690k|    16 |   620 |3299k|  61 |   - | 160 | 424 | 273 |   0 |   0 |  35 |1052k|  33 | 3.200000e+01 |      --      |    Inf 
469.18/469.37	c   427s|  1700k|    25 |   620 |3302k|  61 |   - | 160 | 425 | 259 |   0 |   0 |  35 |1058k|  33 | 3.200000e+01 |      --      |    Inf 
472.07/472.21	c   430s|  1710k|    20 |   620 |3300k|  61 |   - | 160 | 429 | 295 |   0 |   0 |  35 |1064k|  33 | 3.200000e+01 |      --      |    Inf 
474.77/475.00	c   432s|  1720k|    16 |   620 |3305k|  61 |   - | 160 | 442 | 279 |   0 |   0 |  35 |1070k|  33 | 3.200000e+01 |      --      |    Inf 
477.47/477.68	c   435s|  1730k|    19 |   620 |3305k|  61 |   - | 160 | 440 | 274 |   0 |   0 |  35 |1076k|  33 | 3.200000e+01 |      --      |    Inf 
480.17/480.36	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
480.17/480.36	c   437s|  1740k|    15 |   620 |3303k|  61 |   - | 160 | 441 | 275 |   0 |   0 |  35 |1082k|  33 | 3.200000e+01 |      --      |    Inf 
482.88/483.05	c   440s|  1750k|    24 |   620 |3303k|  61 |   - | 160 | 430 | 257 |   0 |   0 |  35 |1089k|  33 | 3.200000e+01 |      --      |    Inf 
485.57/485.75	c   442s|  1760k|    20 |   620 |3310k|  61 |   - | 160 | 452 | 242 |   0 |   0 |  35 |1095k|  33 | 3.200000e+01 |      --      |    Inf 
488.27/488.49	c   445s|  1770k|    18 |   620 |3307k|  61 |   - | 160 | 441 | 231 |   0 |   0 |  35 |1101k|  33 | 3.200000e+01 |      --      |    Inf 
491.07/491.25	c   447s|  1780k|    26 |   620 |3306k|  61 |   - | 160 | 420 | 180 |   0 |   0 |  35 |1107k|  33 | 3.200000e+01 |      --      |    Inf 
493.87/494.05	c   450s|  1790k|    34 |   620 |3307k|  61 |   - | 160 | 426 | 223 |   0 |   0 |  35 |1113k|  33 | 3.200000e+01 |      --      |    Inf 
496.57/496.71	c   452s|  1800k|    30 |   620 |3299k|  61 |   - | 160 | 406 | 228 |   0 |   0 |  35 |1119k|  33 | 3.200000e+01 |      --      |    Inf 
499.28/499.44	c   455s|  1810k|    33 |   620 |3301k|  61 |   - | 160 | 411 | 243 |   0 |   0 |  35 |1126k|  33 | 3.200000e+01 |      --      |    Inf 
502.07/502.22	c   457s|  1820k|    26 |   620 |3302k|  61 |   - | 160 | 425 | 239 |   0 |   0 |  35 |1132k|  33 | 3.200000e+01 |      --      |    Inf 
504.87/505.01	c   460s|  1830k|    26 |   620 |3312k|  61 |   - | 160 | 442 | 221 |   0 |   0 |  35 |1138k|  33 | 3.200000e+01 |      --      |    Inf 
507.66/507.85	c   462s|  1840k|    32 |   620 |3304k|  61 |   - | 160 | 415 | 205 |   0 |   0 |  35 |1144k|  33 | 3.200000e+01 |      --      |    Inf 
510.47/510.62	c   465s|  1850k|    27 |   620 |3312k|  61 |   - | 160 | 440 | 180 |   0 |   0 |  35 |1151k|  33 | 3.200000e+01 |      --      |    Inf 
513.17/513.33	c   467s|  1860k|    26 |   620 |3307k|  61 |   - | 160 | 431 | 238 |   0 |   0 |  35 |1157k|  33 | 3.200000e+01 |      --      |    Inf 
515.96/516.19	c   470s|  1870k|    21 |   620 |3311k|  61 |   - | 160 | 444 | 226 |   0 |   0 |  35 |1164k|  33 | 3.200000e+01 |      --      |    Inf 
518.76/518.92	c   472s|  1880k|    24 |   620 |3306k|  61 |   - | 160 | 426 | 218 |   0 |   0 |  35 |1170k|  33 | 3.200000e+01 |      --      |    Inf 
521.56/521.79	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
521.56/521.79	c   475s|  1890k|    26 |   620 |3311k|  61 |   - | 160 | 439 | 214 |   0 |   0 |  35 |1176k|  33 | 3.200000e+01 |      --      |    Inf 
524.36/524.54	c   477s|  1900k|    27 |   620 |3316k|  61 |   - | 160 | 449 | 220 |   0 |   0 |  35 |1182k|  33 | 3.200000e+01 |      --      |    Inf 
527.26/527.41	c   480s|  1910k|    22 |   620 |3309k|  61 |   - | 160 | 440 | 279 |   0 |   0 |  35 |1189k|  33 | 3.200000e+01 |      --      |    Inf 
529.96/530.18	c   482s|  1920k|    26 |   620 |3313k|  61 |   - | 160 | 439 | 197 |   0 |   0 |  35 |1195k|  33 | 3.200000e+01 |      --      |    Inf 
532.76/532.92	c   485s|  1930k|    25 |   620 |3307k|  61 |   - | 160 | 433 | 272 |   0 |   0 |  35 |1201k|  33 | 3.200000e+01 |      --      |    Inf 
535.56/535.74	c   488s|  1940k|    21 |   620 |3316k|  61 |   - | 160 | 460 | 230 |   0 |   0 |  35 |1207k|  33 | 3.200000e+01 |      --      |    Inf 
538.26/538.48	c   490s|  1950k|    29 |   620 |3309k|  61 |   - | 160 | 428 | 205 |   0 |   0 |  35 |1214k|  33 | 3.200000e+01 |      --      |    Inf 
541.06/541.28	c   493s|  1960k|    28 |   620 |3305k|  61 |   - | 160 | 421 | 231 |   0 |   0 |  35 |1220k|  33 | 3.200000e+01 |      --      |    Inf 
543.86/544.04	c   495s|  1970k|    27 |   620 |3311k|  61 |   - | 160 | 438 | 231 |   0 |   0 |  35 |1226k|  33 | 3.200000e+01 |      --      |    Inf 
546.66/546.81	c   498s|  1980k|    26 |   620 |3310k|  61 |   - | 160 | 437 | 261 |   0 |   0 |  35 |1232k|  33 | 3.200000e+01 |      --      |    Inf 
549.35/549.54	c   500s|  1990k|    25 |   620 |3311k|  61 |   - | 160 | 439 | 243 |   0 |   0 |  35 |1239k|  33 | 3.200000e+01 |      --      |    Inf 
552.15/552.32	c   503s|  2000k|    27 |   620 |3307k|  61 |   - | 160 | 430 | 257 |   0 |   0 |  35 |1245k|  33 | 3.200000e+01 |      --      |    Inf 
554.96/555.13	c   505s|  2010k|    34 |   620 |3309k|  61 |   - | 160 | 427 | 205 |   0 |   0 |  35 |1251k|  33 | 3.200000e+01 |      --      |    Inf 
557.75/557.92	c   508s|  2020k|    29 |   620 |3306k|  61 |   - | 160 | 413 | 162 |   0 |   0 |  35 |1258k|  33 | 3.200000e+01 |      --      |    Inf 
560.55/560.79	c   510s|  2030k|    21 |   620 |3309k|  61 |   - | 160 | 434 | 193 |   0 |   0 |  35 |1264k|  33 | 3.200000e+01 |      --      |    Inf 
563.35/563.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
563.35/563.52	c   513s|  2040k|    27 |   620 |3314k|  61 |   - | 160 | 436 | 169 |   0 |   0 |  35 |1270k|  33 | 3.200000e+01 |      --      |    Inf 
566.15/566.32	c   515s|  2050k|    28 |   620 |3304k|  61 |   - | 160 | 417 | 226 |   0 |   0 |  35 |1276k|  33 | 3.200000e+01 |      --      |    Inf 
568.85/569.08	c   518s|  2060k|    35 |   620 |3308k|  61 |   - | 160 | 419 | 172 |   0 |   0 |  35 |1283k|  33 | 3.200000e+01 |      --      |    Inf 
571.75/571.95	c   520s|  2070k|    24 |   620 |3301k|  61 |   - | 160 | 415 | 247 |   0 |   0 |  35 |1289k|  33 | 3.200000e+01 |      --      |    Inf 
574.55/574.70	c   523s|  2080k|    20 |   620 |3310k|  61 |   - | 160 | 432 | 188 |   0 |   0 |  35 |1295k|  33 | 3.200000e+01 |      --      |    Inf 
577.25/577.48	c   525s|  2090k|    20 |   620 |3310k|  61 |   - | 160 | 440 | 228 |   0 |   0 |  35 |1301k|  33 | 3.200000e+01 |      --      |    Inf 
580.15/580.32	c   528s|  2100k|    27 |   620 |3312k|  61 |   - | 160 | 434 | 188 |   0 |   0 |  35 |1308k|  33 | 3.200000e+01 |      --      |    Inf 
582.85/583.04	c   531s|  2110k|    28 |   620 |3304k|  61 |   - | 160 | 406 | 147 |   0 |   0 |  35 |1314k|  33 | 3.200000e+01 |      --      |    Inf 
585.65/585.84	c   533s|  2120k|    21 |   620 |3313k|  61 |   - | 160 | 438 | 202 |   0 |   0 |  35 |1320k|  33 | 3.200000e+01 |      --      |    Inf 
588.45/588.66	c   536s|  2130k|    22 |   620 |3305k|  61 |   - | 160 | 424 | 262 |   0 |   0 |  35 |1326k|  33 | 3.200000e+01 |      --      |    Inf 
591.35/591.52	c   538s|  2140k|    16 |   620 |3317k|  61 |   - | 160 | 458 | 224 |   0 |   0 |  35 |1333k|  33 | 3.200000e+01 |      --      |    Inf 
594.14/594.34	c   541s|  2150k|    21 |   620 |3305k|  61 |   - | 160 | 419 | 218 |   0 |   0 |  35 |1339k|  33 | 3.200000e+01 |      --      |    Inf 
596.94/597.16	c   543s|  2160k|    22 |   620 |3312k|  61 |   - | 160 | 437 | 194 |   0 |   0 |  35 |1345k|  33 | 3.200000e+01 |      --      |    Inf 
599.74/599.96	c   546s|  2170k|    17 |   620 |3310k|  61 |   - | 160 | 441 | 220 |   0 |   0 |  35 |1352k|  33 | 3.200000e+01 |      --      |    Inf 
602.44/602.70	c   548s|  2180k|    30 |   620 |3302k|  61 |   - | 160 | 414 | 277 |   0 |   0 |  35 |1358k|  33 | 3.200000e+01 |      --      |    Inf 
605.24/605.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
605.24/605.49	c   551s|  2190k|    27 |   620 |3306k|  61 |   - | 160 | 421 | 190 |   0 |   0 |  35 |1364k|  33 | 3.200000e+01 |      --      |    Inf 
608.04/608.26	c   553s|  2200k|    24 |   620 |3310k|  61 |   - | 160 | 436 | 219 |   0 |   0 |  35 |1370k|  33 | 3.200000e+01 |      --      |    Inf 
610.84/611.04	c   556s|  2210k|    25 |   620 |3308k|  61 |   - | 160 | 433 | 244 |   0 |   0 |  35 |1377k|  33 | 3.200000e+01 |      --      |    Inf 
613.55/613.74	c   558s|  2220k|    23 |   620 |3313k|  61 |   - | 160 | 445 | 259 |   0 |   0 |  35 |1383k|  33 | 3.200000e+01 |      --      |    Inf 
616.34/616.51	c   561s|  2230k|    21 |   620 |3317k|  61 |   - | 160 | 455 | 205 |   0 |   0 |  35 |1389k|  33 | 3.200000e+01 |      --      |    Inf 
618.94/619.20	c   563s|  2240k|    24 |   620 |3309k|  61 |   - | 160 | 436 | 248 |   0 |   0 |  35 |1395k|  33 | 3.200000e+01 |      --      |    Inf 
621.64/621.85	c   566s|  2250k|    22 |   620 |3317k|  61 |   - | 160 | 460 | 249 |   0 |   0 |  35 |1401k|  33 | 3.200000e+01 |      --      |    Inf 
624.34/624.60	c   568s|  2260k|    24 |   620 |3311k|  61 |   - | 160 | 438 | 213 |   0 |   0 |  35 |1408k|  33 | 3.200000e+01 |      --      |    Inf 
627.13/627.38	c   571s|  2270k|    26 |   620 |3310k|  61 |   - | 160 | 440 | 245 |   0 |   0 |  35 |1414k|  33 | 3.200000e+01 |      --      |    Inf 
629.93/630.16	c   573s|  2280k|    33 |   620 |3313k|  61 |   - | 160 | 437 | 179 |   0 |   0 |  35 |1421k|  33 | 3.200000e+01 |      --      |    Inf 
632.63/632.88	c   576s|  2290k|    22 |   620 |3311k|  61 |   - | 160 | 445 | 274 |   0 |   0 |  35 |1427k|  33 | 3.200000e+01 |      --      |    Inf 
635.43/635.62	c   578s|  2300k|    19 |   620 |3317k|  61 |   - | 160 | 460 | 208 |   0 |   0 |  35 |1433k|  33 | 3.200000e+01 |      --      |    Inf 
638.03/638.29	c   581s|  2310k|    23 |   620 |3315k|  61 |   - | 160 | 446 | 169 |   0 |   0 |  35 |1440k|  33 | 3.200000e+01 |      --      |    Inf 
640.73/640.93	c   583s|  2320k|    17 |   620 |3314k|  61 |   - | 160 | 458 | 270 |   0 |   0 |  35 |1446k|  33 | 3.200000e+01 |      --      |    Inf 
643.43/643.63	c   585s|  2330k|    26 |   620 |3306k|  61 |   - | 160 | 428 | 250 |   0 |   0 |  35 |1452k|  33 | 3.200000e+01 |      --      |    Inf 
646.13/646.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
646.13/646.35	c   588s|  2340k|    33 |   620 |3308k|  61 |   - | 160 | 426 | 211 |   0 |   0 |  35 |1458k|  33 | 3.200000e+01 |      --      |    Inf 
648.93/649.16	c   591s|  2350k|    19 |   620 |3310k|  61 |   - | 160 | 443 | 234 |   0 |   0 |  35 |1465k|  33 | 3.200000e+01 |      --      |    Inf 
651.73/651.97	c   593s|  2360k|    32 |   620 |3302k|  61 |   - | 160 | 411 | 236 |   0 |   0 |  35 |1471k|  33 | 3.200000e+01 |      --      |    Inf 
654.53/654.79	c   596s|  2370k|    32 |   620 |3306k|  61 |   - | 160 | 418 | 210 |   0 |   0 |  35 |1477k|  33 | 3.200000e+01 |      --      |    Inf 
657.43/657.60	c   598s|  2380k|    31 |   620 |3309k|  61 |   - | 160 | 422 | 178 |   0 |   0 |  35 |1483k|  33 | 3.200000e+01 |      --      |    Inf 
660.23/660.43	c   601s|  2390k|    26 |   620 |3316k|  61 |   - | 160 | 450 | 200 |   0 |   0 |  35 |1490k|  33 | 3.200000e+01 |      --      |    Inf 
662.92/663.20	c   603s|  2400k|    23 |   620 |3313k|  61 |   - | 160 | 448 | 265 |   0 |   0 |  35 |1496k|  33 | 3.200000e+01 |      --      |    Inf 
665.72/665.97	c   606s|  2410k|    25 |   620 |3312k|  61 |   - | 160 | 441 | 244 |   0 |   0 |  35 |1502k|  33 | 3.200000e+01 |      --      |    Inf 
668.52/668.72	c   608s|  2420k|    24 |   620 |3311k|  61 |   - | 160 | 436 | 238 |   0 |   0 |  35 |1508k|  33 | 3.200000e+01 |      --      |    Inf 
671.22/671.47	c   611s|  2430k|    30 |   620 |3303k|  61 |   - | 160 | 418 | 248 |   0 |   0 |  35 |1514k|  33 | 3.200000e+01 |      --      |    Inf 
674.02/674.26	c   613s|  2440k|    25 |   620 |3312k|  61 |   - | 160 | 438 | 220 |   0 |   0 |  35 |1521k|  33 | 3.200000e+01 |      --      |    Inf 
676.82/677.01	c   616s|  2450k|    25 |   620 |3309k|  61 |   - | 160 | 435 | 258 |   0 |   0 |  35 |1527k|  33 | 3.200000e+01 |      --      |    Inf 
679.53/679.73	c   618s|  2460k|    23 |   620 |3313k|  61 |   - | 160 | 438 | 177 |   0 |   0 |  35 |1533k|  33 | 3.200000e+01 |      --      |    Inf 
682.22/682.42	c   621s|  2470k|    30 |   620 |3313k|  61 |   - | 160 | 435 | 215 |   0 |   0 |  35 |1539k|  33 | 3.200000e+01 |      --      |    Inf 
684.92/685.12	c   623s|  2480k|    27 |   620 |3312k|  61 |   - | 160 | 438 | 224 |   0 |   0 |  35 |1546k|  33 | 3.200000e+01 |      --      |    Inf 
687.62/687.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
687.62/687.83	c   626s|  2490k|    27 |   620 |3314k|  61 |   - | 160 | 445 | 223 |   0 |   0 |  35 |1552k|  33 | 3.200000e+01 |      --      |    Inf 
690.31/690.57	c   628s|  2500k|    23 |   620 |3312k|  61 |   - | 160 | 444 | 253 |   0 |   0 |  35 |1558k|  33 | 3.200000e+01 |      --      |    Inf 
693.12/693.33	c   631s|  2510k|    24 |   620 |3308k|  61 |   - | 160 | 432 | 237 |   0 |   0 |  35 |1564k|  33 | 3.200000e+01 |      --      |    Inf 
695.82/696.06	c   633s|  2520k|    24 |   620 |3313k|  61 |   - | 160 | 447 | 250 |   0 |   0 |  35 |1571k|  33 | 3.200000e+01 |      --      |    Inf 
698.62/698.82	c   636s|  2530k|    24 |   620 |3313k|  61 |   - | 160 | 447 | 261 |   0 |   0 |  35 |1577k|  33 | 3.200000e+01 |      --      |    Inf 
701.31/701.58	c   638s|  2540k|    24 |   620 |3311k|  61 |   - | 160 | 442 | 242 |   0 |   0 |  35 |1583k|  33 | 3.200000e+01 |      --      |    Inf 
704.02/704.26	c   641s|  2550k|    27 |   620 |3311k|  61 |   - | 160 | 436 | 235 |   0 |   0 |  35 |1589k|  33 | 3.200000e+01 |      --      |    Inf 
706.82/707.01	c   643s|  2560k|    20 |   620 |3319k|  61 |   - | 160 | 460 | 221 |   0 |   0 |  35 |1596k|  33 | 3.200000e+01 |      --      |    Inf 
709.51/709.76	c   646s|  2570k|    25 |   620 |3313k|  61 |   - | 160 | 444 | 227 |   0 |   0 |  35 |1602k|  33 | 3.200000e+01 |      --      |    Inf 
712.21/712.46	c   648s|  2580k|    21 |   620 |3315k|  61 |   - | 160 | 452 | 211 |   0 |   0 |  35 |1608k|  33 | 3.200000e+01 |      --      |    Inf 
714.91/715.17	c   651s|  2590k|    17 |   620 |3320k|  61 |   - | 160 | 471 | 251 |   0 |   0 |  35 |1614k|  33 | 3.200000e+01 |      --      |    Inf 
717.61/717.88	c   653s|  2600k|    30 |   620 |3314k|  61 |   - | 160 | 436 | 179 |   0 |   0 |  35 |1621k|  33 | 3.200000e+01 |      --      |    Inf 
720.41/720.66	c   656s|  2610k|    20 |   620 |3315k|  61 |   - | 160 | 446 | 178 |   0 |   0 |  35 |1627k|  33 | 3.200000e+01 |      --      |    Inf 
723.11/723.37	c   658s|  2620k|    27 |   620 |3318k|  61 |   - | 160 | 446 | 149 |   0 |   0 |  35 |1633k|  33 | 3.200000e+01 |      --      |    Inf 
725.91/726.13	c   661s|  2630k|    23 |   620 |3311k|  61 |   - | 160 | 433 | 182 |   0 |   0 |  35 |1640k|  33 | 3.200000e+01 |      --      |    Inf 
728.61/728.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
728.61/728.85	c   663s|  2640k|    27 |   620 |3313k|  61 |   - | 160 | 443 | 247 |   0 |   0 |  35 |1646k|  33 | 3.200000e+01 |      --      |    Inf 
731.31/731.59	c   665s|  2650k|    17 |   620 |3316k|  61 |   - | 160 | 454 | 179 |   0 |   0 |  35 |1652k|  33 | 3.200000e+01 |      --      |    Inf 
734.20/734.40	c   668s|  2660k|    20 |   620 |3312k|  61 |   - | 160 | 445 | 234 |   0 |   0 |  35 |1658k|  33 | 3.200000e+01 |      --      |    Inf 
736.91/737.16	c   671s|  2670k|    26 |   620 |3307k|  61 |   - | 160 | 426 | 234 |   0 |   0 |  35 |1665k|  33 | 3.200000e+01 |      --      |    Inf 
739.70/739.93	c   673s|  2680k|    27 |   620 |3312k|  61 |   - | 160 | 434 | 222 |   0 |   0 |  35 |1671k|  33 | 3.200000e+01 |      --      |    Inf 
742.50/742.74	c   676s|  2690k|    28 |   620 |3310k|  61 |   - | 160 | 427 | 184 |   0 |   0 |  35 |1677k|  33 | 3.200000e+01 |      --      |    Inf 
745.30/745.53	c   678s|  2700k|    23 |   620 |3307k|  61 |   - | 160 | 431 | 275 |   0 |   0 |  35 |1683k|  33 | 3.200000e+01 |      --      |    Inf 
748.21/748.41	c   681s|  2710k|    23 |   620 |3307k|  61 |   - | 160 | 430 | 250 |   0 |   0 |  35 |1690k|  33 | 3.200000e+01 |      --      |    Inf 
750.90/751.18	c   683s|  2720k|    28 |   620 |3317k|  61 |   - | 160 | 448 | 202 |   0 |   0 |  35 |1696k|  33 | 3.200000e+01 |      --      |    Inf 
753.70/753.95	c   686s|  2730k|    22 |   620 |3317k|  61 |   - | 160 | 452 | 194 |   0 |   0 |  35 |1702k|  33 | 3.200000e+01 |      --      |    Inf 
756.51/756.75	c   688s|  2740k|    27 |   620 |3317k|  61 |   - | 160 | 451 | 230 |   0 |   0 |  35 |1709k|  33 | 3.200000e+01 |      --      |    Inf 
759.20/759.40	c   691s|  2750k|    32 |   620 |3312k|  61 |   - | 160 | 431 | 166 |   0 |   0 |  35 |1715k|  33 | 3.200000e+01 |      --      |    Inf 
761.90/762.19	c   693s|  2760k|    25 |   620 |3311k|  61 |   - | 160 | 436 | 234 |   0 |   0 |  35 |1721k|  33 | 3.200000e+01 |      --      |    Inf 
764.69/764.91	c   696s|  2770k|    20 |   620 |3316k|  61 |   - | 160 | 453 | 229 |   0 |   0 |  35 |1728k|  33 | 3.200000e+01 |      --      |    Inf 
767.39/767.68	c   698s|  2780k|    19 |   620 |3312k|  61 |   - | 160 | 448 | 268 |   0 |   0 |  35 |1734k|  33 | 3.200000e+01 |      --      |    Inf 
770.19/770.46	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
770.19/770.46	c   701s|  2790k|    22 |   620 |3315k|  61 |   - | 160 | 444 | 191 |   0 |   0 |  35 |1740k|  33 | 3.200000e+01 |      --      |    Inf 
773.00/773.27	c   703s|  2800k|    22 |   620 |3309k|  61 |   - | 160 | 437 | 273 |   0 |   0 |  35 |1747k|  33 | 3.200000e+01 |      --      |    Inf 
775.80/776.06	c   706s|  2810k|    22 |   620 |3321k|  61 |   - | 160 | 462 | 216 |   0 |   0 |  35 |1753k|  33 | 3.200000e+01 |      --      |    Inf 
778.60/778.80	c   708s|  2820k|    21 |   620 |3312k|  61 |   - | 160 | 444 | 241 |   0 |   0 |  35 |1759k|  33 | 3.200000e+01 |      --      |    Inf 
781.29/781.54	c   711s|  2830k|    19 |   620 |3306k|  61 |   - | 160 | 433 | 286 |   0 |   0 |  35 |1765k|  33 | 3.200000e+01 |      --      |    Inf 
784.09/784.34	c   713s|  2840k|    17 |   620 |3304k|  61 |   - | 160 | 432 | 321 |   0 |   0 |  35 |1772k|  33 | 3.200000e+01 |      --      |    Inf 
786.79/787.08	c   716s|  2850k|    28 |   620 |3310k|  61 |   - | 160 | 438 | 269 |   0 |   0 |  35 |1778k|  33 | 3.200000e+01 |      --      |    Inf 
789.60/789.83	c   718s|  2860k|    20 |   620 |3310k|  61 |   - | 160 | 443 | 287 |   0 |   0 |  35 |1784k|  33 | 3.200000e+01 |      --      |    Inf 
792.18/792.49	c   721s|  2870k|    14 |   620 |3307k|  61 |   - | 160 | 441 | 312 |   0 |   0 |  35 |1791k|  33 | 3.200000e+01 |      --      |    Inf 
795.09/795.33	c   723s|  2880k|    26 |   620 |3316k|  61 |   - | 160 | 449 | 233 |   0 |   0 |  35 |1797k|  33 | 3.200000e+01 |      --      |    Inf 
797.89/798.15	c   726s|  2890k|    34 |   620 |3312k|  61 |   - | 160 | 435 | 241 |   0 |   0 |  35 |1803k|  33 | 3.200000e+01 |      --      |    Inf 
800.59/800.88	c   728s|  2900k|    25 |   620 |3311k|  61 |   - | 160 | 440 | 242 |   0 |   0 |  35 |1810k|  33 | 3.200000e+01 |      --      |    Inf 
803.28/803.56	c   731s|  2910k|    26 |   620 |3306k|  61 |   - | 160 | 423 | 284 |   0 |   0 |  35 |1816k|  33 | 3.200000e+01 |      --      |    Inf 
805.98/806.29	c   733s|  2920k|    22 |   620 |3317k|  61 |   - | 160 | 450 | 208 |   0 |   0 |  35 |1822k|  33 | 3.200000e+01 |      --      |    Inf 
808.78/809.01	c   736s|  2930k|    23 |   620 |3313k|  61 |   - | 160 | 442 | 227 |   0 |   0 |  35 |1829k|  33 | 3.200000e+01 |      --      |    Inf 
811.49/811.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
811.49/811.78	c   738s|  2940k|    20 |   620 |3313k|  61 |   - | 160 | 450 | 259 |   0 |   0 |  35 |1835k|  33 | 3.200000e+01 |      --      |    Inf 
814.28/814.56	c   741s|  2950k|    33 |   620 |3310k|  61 |   - | 160 | 427 | 207 |   0 |   0 |  35 |1841k|  33 | 3.200000e+01 |      --      |    Inf 
817.08/817.33	c   743s|  2960k|    22 |   620 |3308k|  61 |   - | 160 | 434 | 262 |   0 |   0 |  35 |1848k|  33 | 3.200000e+01 |      --      |    Inf 
819.78/820.09	c   746s|  2970k|    30 |   620 |3308k|  61 |   - | 160 | 425 | 214 |   0 |   0 |  35 |1854k|  33 | 3.200000e+01 |      --      |    Inf 
822.59/822.85	c   748s|  2980k|    24 |   620 |3315k|  61 |   - | 160 | 445 | 221 |   0 |   0 |  35 |1860k|  33 | 3.200000e+01 |      --      |    Inf 
825.38/825.61	c   751s|  2990k|    25 |   620 |3308k|  61 |   - | 160 | 428 | 244 |   0 |   0 |  35 |1866k|  33 | 3.200000e+01 |      --      |    Inf 
828.08/828.32	c   753s|  3000k|    26 |   620 |3322k|  61 |   - | 160 | 464 | 221 |   0 |   0 |  35 |1873k|  33 | 3.200000e+01 |      --      |    Inf 
830.77/831.06	c   756s|  3010k|    21 |   620 |3313k|  61 |   - | 160 | 446 | 255 |   0 |   0 |  35 |1879k|  33 | 3.200000e+01 |      --      |    Inf 
833.48/833.73	c   758s|  3020k|    21 |   620 |3315k|  61 |   - | 160 | 449 | 235 |   0 |   0 |  35 |1885k|  33 | 3.200000e+01 |      --      |    Inf 
836.28/836.53	c   761s|  3030k|    26 |   620 |3313k|  61 |   - | 160 | 440 | 224 |   0 |   0 |  35 |1892k|  33 | 3.200000e+01 |      --      |    Inf 
839.07/839.31	c   763s|  3040k|    22 |   620 |3313k|  61 |   - | 160 | 447 | 251 |   0 |   0 |  35 |1898k|  33 | 3.200000e+01 |      --      |    Inf 
841.77/842.10	c   766s|  3050k|    18 |   620 |3318k|  61 |   - | 160 | 462 | 255 |   0 |   0 |  35 |1904k|  33 | 3.200000e+01 |      --      |    Inf 
844.47/844.77	c   768s|  3060k|    27 |   620 |3310k|  61 |   - | 160 | 430 | 240 |   0 |   0 |  35 |1910k|  33 | 3.200000e+01 |      --      |    Inf 
847.37/847.61	c   771s|  3070k|    25 |   620 |3315k|  61 |   - | 160 | 439 | 190 |   0 |   0 |  35 |1917k|  33 | 3.200000e+01 |      --      |    Inf 
850.08/850.35	c   773s|  3080k|    20 |   620 |3320k|  61 |   - | 160 | 454 | 191 |   0 |   0 |  35 |1923k|  33 | 3.200000e+01 |      --      |    Inf 
852.87/853.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
852.87/853.14	c   776s|  3090k|    21 |   620 |3313k|  61 |   - | 160 | 443 | 248 |   0 |   0 |  35 |1929k|  33 | 3.200000e+01 |      --      |    Inf 
855.67/855.91	c   778s|  3100k|    29 |   620 |3311k|  61 |   - | 160 | 435 | 257 |   0 |   0 |  35 |1936k|  33 | 3.200000e+01 |      --      |    Inf 
858.37/858.63	c   781s|  3110k|    26 |   620 |3309k|  61 |   - | 160 | 433 | 278 |   0 |   0 |  35 |1942k|  33 | 3.200000e+01 |      --      |    Inf 
861.27/861.51	c   784s|  3120k|    21 |   620 |3317k|  61 |   - | 160 | 444 | 176 |   0 |   0 |  35 |1948k|  33 | 3.200000e+01 |      --      |    Inf 
864.07/864.34	c   786s|  3130k|    21 |   620 |3322k|  61 |   - | 160 | 460 | 175 |   0 |   0 |  35 |1955k|  33 | 3.200000e+01 |      --      |    Inf 
866.97/867.22	c   789s|  3140k|    23 |   620 |3315k|  61 |   - | 160 | 451 | 281 |   0 |   0 |  35 |1961k|  33 | 3.200000e+01 |      --      |    Inf 
869.67/869.92	c   791s|  3150k|    28 |   620 |3314k|  61 |   - | 160 | 437 | 199 |   0 |   0 |  35 |1967k|  33 | 3.200000e+01 |      --      |    Inf 
872.46/872.74	c   794s|  3160k|    17 |   620 |3313k|  61 |   - | 160 | 451 | 281 |   0 |   0 |  35 |1973k|  33 | 3.200000e+01 |      --      |    Inf 
875.17/875.43	c   796s|  3170k|    22 |   620 |3314k|  61 |   - | 160 | 447 | 242 |   0 |   0 |  35 |1979k|  33 | 3.200000e+01 |      --      |    Inf 
877.86/878.17	c   799s|  3180k|    23 |   620 |3317k|  61 |   - | 160 | 453 | 242 |   0 |   0 |  35 |1986k|  33 | 3.200000e+01 |      --      |    Inf 
880.76/881.04	c   801s|  3190k|    18 |   620 |3318k|  61 |   - | 160 | 458 | 234 |   0 |   0 |  35 |1992k|  33 | 3.200000e+01 |      --      |    Inf 
883.56/883.87	c   804s|  3200k|    23 |   620 |3313k|  61 |   - | 160 | 443 | 244 |   0 |   0 |  35 |1998k|  33 | 3.200000e+01 |      --      |    Inf 
886.37/886.67	c   806s|  3210k|    20 |   620 |3315k|  61 |   - | 160 | 449 | 249 |   0 |   0 |  35 |2005k|  33 | 3.200000e+01 |      --      |    Inf 
889.16/889.46	c   809s|  3220k|    26 |   620 |3317k|  61 |   - | 160 | 447 | 227 |   0 |   0 |  35 |2011k|  33 | 3.200000e+01 |      --      |    Inf 
891.96/892.26	c   811s|  3230k|    21 |   620 |3318k|  61 |   - | 160 | 450 | 186 |   0 |   0 |  35 |2017k|  33 | 3.200000e+01 |      --      |    Inf 
894.66/894.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
894.66/894.94	c   814s|  3240k|    15 |   620 |3318k|  61 |   - | 160 | 452 | 157 |   0 |   0 |  35 |2023k|  33 | 3.200000e+01 |      --      |    Inf 
897.45/897.75	c   816s|  3250k|    15 |   620 |3320k|  61 |   - | 160 | 465 | 222 |   0 |   0 |  35 |2030k|  33 | 3.200000e+01 |      --      |    Inf 
900.25/900.55	c   819s|  3260k|    23 |   620 |3316k|  61 |   - | 160 | 447 | 236 |   0 |   0 |  35 |2036k|  33 | 3.200000e+01 |      --      |    Inf 
902.96/903.28	c   821s|  3270k|    24 |   620 |3309k|  61 |   - | 160 | 428 | 247 |   0 |   0 |  35 |2042k|  33 | 3.200000e+01 |      --      |    Inf 
905.75/906.07	c   824s|  3280k|    21 |   620 |3317k|  61 |   - | 160 | 454 | 240 |   0 |   0 |  35 |2048k|  33 | 3.200000e+01 |      --      |    Inf 
908.56/908.87	c   826s|  3290k|    17 |   620 |3314k|  61 |   - | 160 | 445 | 221 |   0 |   0 |  35 |2054k|  33 | 3.200000e+01 |      --      |    Inf 
911.36/911.61	c   829s|  3300k|    24 |   620 |3316k|  61 |   - | 160 | 450 | 240 |   0 |   0 |  35 |2061k|  33 | 3.200000e+01 |      --      |    Inf 
914.06/914.35	c   831s|  3310k|    18 |   620 |3312k|  61 |   - | 160 | 446 | 293 |   0 |   0 |  35 |2067k|  33 | 3.200000e+01 |      --      |    Inf 
916.75/917.06	c   834s|  3320k|    23 |   620 |3314k|  61 |   - | 160 | 445 | 253 |   0 |   0 |  35 |2073k|  33 | 3.200000e+01 |      --      |    Inf 
919.55/919.80	c   836s|  3330k|    13 |   620 |3312k|  61 |   - | 160 | 449 | 284 |   0 |   0 |  35 |2079k|  33 | 3.200000e+01 |      --      |    Inf 
922.25/922.55	c   839s|  3340k|    17 |   620 |3321k|  61 |   - | 160 | 459 | 172 |   0 |   0 |  35 |2086k|  33 | 3.200000e+01 |      --      |    Inf 
925.05/925.33	c   841s|  3350k|    25 |   620 |3314k|  61 |   - | 160 | 430 | 215 |   0 |   0 |  35 |2092k|  33 | 3.200000e+01 |      --      |    Inf 
927.85/928.19	c   844s|  3360k|    28 |   620 |3310k|  61 |   - | 160 | 424 | 242 |   0 |   0 |  35 |2098k|  33 | 3.200000e+01 |      --      |    Inf 
930.75/931.05	c   847s|  3370k|    21 |   620 |3309k|  61 |   - | 160 | 427 | 218 |   0 |   0 |  35 |2105k|  33 | 3.200000e+01 |      --      |    Inf 
933.65/933.95	c   849s|  3380k|    21 |   620 |3305k|  61 |   - | 160 | 421 | 283 |   0 |   0 |  35 |2111k|  33 | 3.200000e+01 |      --      |    Inf 
936.55/936.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
936.55/936.81	c   852s|  3390k|    22 |   620 |3311k|  61 |   - | 160 | 435 | 249 |   0 |   0 |  35 |2118k|  33 | 3.200000e+01 |      --      |    Inf 
939.25/939.54	c   854s|  3400k|    20 |   620 |3309k|  61 |   - | 160 | 426 | 260 |   0 |   0 |  35 |2124k|  33 | 3.200000e+01 |      --      |    Inf 
942.04/942.32	c   857s|  3410k|    21 |   620 |3312k|  61 |   - | 160 | 426 | 183 |   0 |   0 |  35 |2130k|  33 | 3.200000e+01 |      --      |    Inf 
944.85/945.18	c   859s|  3420k|    19 |   620 |3308k|  61 |   - | 160 | 427 | 255 |   0 |   0 |  35 |2137k|  33 | 3.200000e+01 |      --      |    Inf 
947.74/948.02	c   862s|  3430k|    18 |   620 |3314k|  61 |   - | 160 | 441 | 224 |   0 |   0 |  35 |2143k|  33 | 3.200000e+01 |      --      |    Inf 
950.45/950.75	c   864s|  3440k|    20 |   620 |3306k|  61 |   - | 160 | 422 | 283 |   0 |   0 |  35 |2149k|  33 | 3.200000e+01 |      --      |    Inf 
953.25/953.51	c   867s|  3450k|    22 |   620 |3309k|  61 |   - | 160 | 423 | 209 |   0 |   0 |  35 |2156k|  33 | 3.200000e+01 |      --      |    Inf 
955.95/956.23	c   869s|  3460k|    15 |   620 |3313k|  61 |   - | 160 | 442 | 234 |   0 |   0 |  35 |2162k|  33 | 3.200000e+01 |      --      |    Inf 
958.64/958.91	c   872s|  3470k|    24 |   620 |3318k|  61 |   - | 160 | 444 | 200 |   0 |   0 |  35 |2168k|  33 | 3.200000e+01 |      --      |    Inf 
961.44/961.72	c   874s|  3480k|    18 |   620 |3309k|  61 |   - | 160 | 433 | 258 |   0 |   0 |  35 |2174k|  33 | 3.200000e+01 |      --      |    Inf 
964.14/964.42	c   877s|  3490k|    18 |   620 |3315k|  61 |   - | 160 | 437 | 181 |   0 |   0 |  35 |2180k|  33 | 3.200000e+01 |      --      |    Inf 
966.84/967.11	c   879s|  3500k|    20 |   620 |3312k|  61 |   - | 160 | 441 | 272 |   0 |   0 |  35 |2187k|  33 | 3.200000e+01 |      --      |    Inf 
969.64/969.91	c   882s|  3510k|    12 |   620 |3321k|  61 |   - | 160 | 461 | 183 |   0 |   0 |  35 |2193k|  33 | 3.200000e+01 |      --      |    Inf 
972.44/972.70	c   884s|  3520k|    21 |   620 |3299k|  61 |   - | 160 | 406 | 357 |   0 |   0 |  35 |2200k|  33 | 3.200000e+01 |      --      |    Inf 
975.14/975.49	c   887s|  3530k|    25 |   620 |3311k|  61 |   - | 160 | 430 | 258 |   0 |   0 |  35 |2206k|  33 | 3.200000e+01 |      --      |    Inf 
977.84/978.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
977.84/978.15	c   889s|  3540k|    24 |   620 |3317k|  61 |   - | 160 | 442 | 211 |   0 |   0 |  35 |2212k|  33 | 3.200000e+01 |      --      |    Inf 
980.64/980.94	c   892s|  3550k|    34 |   620 |3308k|  61 |   - | 160 | 416 | 257 |   0 |   0 |  35 |2218k|  33 | 3.200000e+01 |      --      |    Inf 
983.44/983.71	c   894s|  3560k|    27 |   620 |3310k|  61 |   - | 160 | 427 | 257 |   0 |   0 |  35 |2225k|  33 | 3.200000e+01 |      --      |    Inf 
986.13/986.47	c   897s|  3570k|    17 |   620 |3315k|  61 |   - | 160 | 453 | 282 |   0 |   0 |  35 |2231k|  33 | 3.200000e+01 |      --      |    Inf 
988.94/989.26	c   899s|  3580k|    27 |   620 |3321k|  61 |   - | 160 | 449 | 168 |   0 |   0 |  35 |2237k|  33 | 3.200000e+01 |      --      |    Inf 
991.63/991.96	c   902s|  3590k|    26 |   620 |3311k|  61 |   - | 160 | 427 | 213 |   0 |   0 |  35 |2243k|  33 | 3.200000e+01 |      --      |    Inf 
994.43/994.75	c   904s|  3600k|    24 |   620 |3307k|  61 |   - | 160 | 423 | 250 |   0 |   0 |  35 |2250k|  33 | 3.200000e+01 |      --      |    Inf 
997.24/997.52	c   907s|  3610k|    22 |   620 |3315k|  61 |   - | 160 | 443 | 249 |   0 |   0 |  35 |2256k|  33 | 3.200000e+01 |      --      |    Inf 
999.93/1000.27	c   910s|  3620k|    19 |   620 |3311k|  61 |   - | 160 | 436 | 261 |   0 |   0 |  35 |2262k|  33 | 3.200000e+01 |      --      |    Inf 
1002.74/1003.00	c   912s|  3630k|    23 |   620 |3312k|  61 |   - | 160 | 434 | 230 |   0 |   0 |  35 |2269k|  33 | 3.200000e+01 |      --      |    Inf 
1005.33/1005.69	c   914s|  3640k|    22 |   620 |3321k|  61 |   - | 160 | 456 | 222 |   0 |   0 |  35 |2275k|  33 | 3.200000e+01 |      --      |    Inf 
1008.13/1008.42	c   917s|  3650k|    16 |   620 |3321k|  61 |   - | 160 | 464 | 247 |   0 |   0 |  35 |2281k|  33 | 3.200000e+01 |      --      |    Inf 
1010.83/1011.16	c   919s|  3660k|    23 |   620 |3316k|  61 |   - | 160 | 444 | 231 |   0 |   0 |  35 |2288k|  33 | 3.200000e+01 |      --      |    Inf 
1013.53/1013.84	c   922s|  3670k|    20 |   620 |3319k|  61 |   - | 160 | 451 | 212 |   0 |   0 |  35 |2294k|  33 | 3.200000e+01 |      --      |    Inf 
1016.23/1016.57	c   924s|  3680k|    22 |   620 |3318k|  61 |   - | 160 | 450 | 241 |   0 |   0 |  35 |2300k|  33 | 3.200000e+01 |      --      |    Inf 
1019.03/1019.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1019.03/1019.34	c   927s|  3690k|    21 |   620 |3315k|  61 |   - | 160 | 444 | 243 |   0 |   0 |  35 |2307k|  33 | 3.200000e+01 |      --      |    Inf 
1021.63/1021.95	c   929s|  3700k|    19 |   620 |3317k|  61 |   - | 160 | 446 | 209 |   0 |   0 |  35 |2313k|  33 | 3.200000e+01 |      --      |    Inf 
1024.33/1024.66	c   932s|  3710k|    23 |   620 |3308k|  61 |   - | 160 | 426 | 281 |   0 |   0 |  35 |2319k|  33 | 3.200000e+01 |      --      |    Inf 
1027.13/1027.43	c   934s|  3720k|    26 |   620 |3310k|  61 |   - | 160 | 431 | 254 |   0 |   0 |  35 |2326k|  33 | 3.200000e+01 |      --      |    Inf 
1029.82/1030.15	c   937s|  3730k|    26 |   620 |3315k|  61 |   - | 160 | 438 | 230 |   0 |   0 |  35 |2332k|  33 | 3.200000e+01 |      --      |    Inf 
1032.53/1032.82	c   939s|  3740k|    19 |   620 |3314k|  61 |   - | 160 | 447 | 270 |   0 |   0 |  35 |2338k|  33 | 3.200000e+01 |      --      |    Inf 
1035.22/1035.54	c   942s|  3750k|    27 |   620 |3305k|  61 |   - | 160 | 400 | 177 |   0 |   0 |  35 |2345k|  33 | 3.200000e+01 |      --      |    Inf 
1038.03/1038.35	c   944s|  3760k|    34 |   620 |3308k|  61 |   - | 160 | 408 | 190 |   0 |   0 |  35 |2351k|  33 | 3.200000e+01 |      --      |    Inf 
1040.92/1041.26	c   947s|  3770k|    27 |   620 |3313k|  61 |   - | 160 | 419 | 174 |   0 |   0 |  35 |2357k|  33 | 3.200000e+01 |      --      |    Inf 
1043.82/1044.11	c   949s|  3780k|    33 |   620 |3313k|  61 |   - | 160 | 418 | 175 |   0 |   0 |  35 |2363k|  33 | 3.200000e+01 |      --      |    Inf 
1046.62/1046.92	c   952s|  3790k|    29 |   620 |3309k|  61 |   - | 160 | 416 | 233 |   0 |   0 |  35 |2370k|  33 | 3.200000e+01 |      --      |    Inf 
1049.42/1049.76	c   955s|  3800k|    23 |   620 |3319k|  61 |   - | 160 | 446 | 226 |   0 |   0 |  35 |2376k|  33 | 3.200000e+01 |      --      |    Inf 
1052.32/1052.68	c   957s|  3810k|    24 |   620 |3312k|  61 |   - | 160 | 428 | 251 |   0 |   0 |  35 |2382k|  33 | 3.200000e+01 |      --      |    Inf 
1055.22/1055.56	c   960s|  3820k|    29 |   620 |3306k|  61 |   - | 160 | 409 | 251 |   0 |   0 |  35 |2388k|  33 | 3.200000e+01 |      --      |    Inf 
1058.12/1058.40	c   962s|  3830k|    25 |   620 |3311k|  61 |   - | 160 | 416 | 166 |   0 |   0 |  35 |2395k|  33 | 3.200000e+01 |      --      |    Inf 
1060.82/1061.16	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.82/1061.16	c   965s|  3840k|    20 |   620 |3305k|  61 |   - | 160 | 416 | 276 |   0 |   0 |  35 |2401k|  33 | 3.200000e+01 |      --      |    Inf 
1063.61/1063.92	c   967s|  3850k|    30 |   620 |3306k|  61 |   - | 160 | 407 | 208 |   0 |   0 |  35 |2407k|  33 | 3.200000e+01 |      --      |    Inf 
1066.52/1066.80	c   970s|  3860k|    26 |   620 |3316k|  61 |   - | 160 | 430 | 172 |   0 |   0 |  35 |2413k|  33 | 3.200000e+01 |      --      |    Inf 
1069.41/1069.72	c   973s|  3870k|    37 |   620 |3306k|  61 |   - | 160 | 405 | 214 |   0 |   0 |  35 |2420k|  33 | 3.200000e+01 |      --      |    Inf 
1072.12/1072.44	c   975s|  3880k|    25 |   620 |3312k|  61 |   - | 160 | 428 | 252 |   0 |   0 |  35 |2426k|  33 | 3.200000e+01 |      --      |    Inf 
1074.91/1075.23	c   978s|  3890k|    22 |   620 |3317k|  61 |   - | 160 | 442 | 231 |   0 |   0 |  35 |2432k|  33 | 3.200000e+01 |      --      |    Inf 
1077.72/1078.09	c   980s|  3900k|    20 |   620 |3314k|  61 |   - | 160 | 435 | 237 |   0 |   0 |  35 |2438k|  33 | 3.200000e+01 |      --      |    Inf 
1080.51/1080.89	c   983s|  3910k|    21 |   620 |3310k|  61 |   - | 160 | 427 | 261 |   0 |   0 |  35 |2444k|  33 | 3.200000e+01 |      --      |    Inf 
1083.31/1083.64	c   985s|  3920k|    19 |   620 |3325k|  61 |   - | 160 | 458 | 182 |   0 |   0 |  35 |2451k|  33 | 3.200000e+01 |      --      |    Inf 
1086.21/1086.50	c   988s|  3930k|    20 |   620 |3311k|  61 |   - | 160 | 426 | 215 |   0 |   0 |  35 |2457k|  33 | 3.200000e+01 |      --      |    Inf 
1088.91/1089.26	c   991s|  3940k|    19 |   620 |3318k|  61 |   - | 160 | 450 | 239 |   0 |   0 |  35 |2463k|  33 | 3.200000e+01 |      --      |    Inf 
1091.71/1092.03	c   993s|  3950k|    30 |   620 |3316k|  61 |   - | 160 | 436 | 226 |   0 |   0 |  35 |2470k|  33 | 3.200000e+01 |      --      |    Inf 
1094.50/1094.88	c   996s|  3960k|    28 |   620 |3306k|  61 |   - | 160 | 414 | 266 |   0 |   0 |  35 |2476k|  33 | 3.200000e+01 |      --      |    Inf 
1097.51/1097.82	c   998s|  3970k|    27 |   620 |3311k|  61 |   - | 160 | 423 | 218 |   0 |   0 |  35 |2482k|  33 | 3.200000e+01 |      --      |    Inf 
1100.30/1100.62	c  1001s|  3980k|    21 |   620 |3315k|  61 |   - | 160 | 435 | 205 |   0 |   0 |  35 |2488k|  33 | 3.200000e+01 |      --      |    Inf 
1103.11/1103.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1103.11/1103.41	c  1003s|  3990k|    21 |   620 |3313k|  61 |   - | 160 | 435 | 237 |   0 |   0 |  35 |2495k|  33 | 3.200000e+01 |      --      |    Inf 
1105.80/1106.18	c  1006s|  4000k|    30 |   620 |3308k|  61 |   - | 160 | 409 | 220 |   0 |   0 |  35 |2501k|  33 | 3.200000e+01 |      --      |    Inf 
1108.70/1109.01	c  1008s|  4010k|    24 |   620 |3303k|  61 |   - | 160 | 407 | 280 |   0 |   0 |  35 |2507k|  33 | 3.200000e+01 |      --      |    Inf 
1111.50/1111.84	c  1011s|  4020k|    26 |   620 |3307k|  61 |   - | 160 | 415 | 243 |   0 |   0 |  35 |2513k|  33 | 3.200000e+01 |      --      |    Inf 
1114.20/1114.57	c  1014s|  4030k|    24 |   620 |3321k|  61 |   - | 160 | 441 | 152 |   0 |   0 |  35 |2520k|  33 | 3.200000e+01 |      --      |    Inf 
1116.99/1117.36	c  1016s|  4040k|    23 |   620 |3309k|  61 |   - | 160 | 420 | 218 |   0 |   0 |  35 |2526k|  33 | 3.200000e+01 |      --      |    Inf 
1119.80/1120.16	c  1019s|  4050k|    20 |   620 |3308k|  61 |   - | 160 | 423 | 257 |   0 |   0 |  35 |2532k|  33 | 3.200000e+01 |      --      |    Inf 
1122.49/1122.89	c  1021s|  4060k|    28 |   620 |3315k|  61 |   - | 160 | 428 | 216 |   0 |   0 |  35 |2538k|  33 | 3.200000e+01 |      --      |    Inf 
1125.30/1125.60	c  1024s|  4070k|    26 |   620 |3318k|  61 |   - | 160 | 440 | 212 |   0 |   0 |  35 |2544k|  33 | 3.200000e+01 |      --      |    Inf 
1127.99/1128.37	c  1026s|  4080k|    26 |   620 |3318k|  61 |   - | 160 | 454 | 214 |   0 |   0 |  35 |2551k|  33 | 3.200000e+01 |      --      |    Inf 
1130.90/1131.20	c  1029s|  4090k|    19 |   620 |3314k|  61 |   - | 160 | 435 | 249 |   0 |   0 |  35 |2557k|  33 | 3.200000e+01 |      --      |    Inf 
1133.70/1134.01	c  1031s|  4100k|    20 |   620 |3313k|  61 |   - | 160 | 436 | 254 |   0 |   0 |  35 |2563k|  33 | 3.200000e+01 |      --      |    Inf 
1136.49/1136.82	c  1034s|  4110k|    18 |   620 |3316k|  61 |   - | 160 | 444 | 242 |   0 |   0 |  35 |2569k|  33 | 3.200000e+01 |      --      |    Inf 
1139.20/1139.55	c  1036s|  4120k|    20 |   620 |3312k|  61 |   - | 160 | 428 | 241 |   0 |   0 |  35 |2576k|  33 | 3.200000e+01 |      --      |    Inf 
1141.90/1142.28	c  1039s|  4130k|    23 |   620 |3312k|  61 |   - | 160 | 426 | 227 |   0 |   0 |  35 |2582k|  33 | 3.200000e+01 |      --      |    Inf 
1144.70/1145.05	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1144.70/1145.05	c  1041s|  4140k|    23 |   620 |3311k|  61 |   - | 160 | 428 | 238 |   0 |   0 |  35 |2588k|  33 | 3.200000e+01 |      --      |    Inf 
1147.39/1147.78	c  1044s|  4150k|    21 |   620 |3318k|  61 |   - | 160 | 446 | 205 |   0 |   0 |  35 |2595k|  33 | 3.200000e+01 |      --      |    Inf 
1150.19/1150.53	c  1046s|  4160k|    20 |   620 |3319k|  61 |   - | 160 | 442 | 182 |   0 |   0 |  35 |2601k|  33 | 3.200000e+01 |      --      |    Inf 
1152.99/1153.38	c  1049s|  4170k|    25 |   620 |3320k|  61 |   - | 160 | 446 | 207 |   0 |   0 |  35 |2607k|  33 | 3.200000e+01 |      --      |    Inf 
1155.89/1156.22	c  1052s|  4180k|    27 |   620 |3314k|  61 |   - | 160 | 423 | 168 |   0 |   0 |  35 |2614k|  33 | 3.200000e+01 |      --      |    Inf 
1158.79/1159.12	c  1054s|  4190k|    26 |   620 |3319k|  61 |   - | 160 | 440 | 177 |   0 |   0 |  35 |2620k|  33 | 3.200000e+01 |      --      |    Inf 
1161.49/1161.89	c  1057s|  4200k|    24 |   620 |3318k|  61 |   - | 160 | 440 | 218 |   0 |   0 |  35 |2626k|  33 | 3.200000e+01 |      --      |    Inf 
1164.28/1164.65	c  1059s|  4210k|    17 |   620 |3319k|  61 |   - | 160 | 446 | 205 |   0 |   0 |  35 |2633k|  33 | 3.200000e+01 |      --      |    Inf 
1167.18/1167.50	c  1062s|  4220k|    19 |   620 |3321k|  61 |   - | 160 | 447 | 163 |   0 |   0 |  35 |2639k|  33 | 3.200000e+01 |      --      |    Inf 
1169.99/1170.36	c  1064s|  4230k|    21 |   620 |3317k|  61 |   - | 160 | 443 | 233 |   0 |   0 |  35 |2645k|  33 | 3.200000e+01 |      --      |    Inf 
1172.78/1173.19	c  1067s|  4240k|    24 |   620 |3318k|  61 |   - | 160 | 434 | 197 |   0 |   0 |  35 |2651k|  33 | 3.200000e+01 |      --      |    Inf 
1175.69/1176.00	c  1070s|  4250k|    25 |   620 |3317k|  61 |   - | 160 | 427 | 168 |   0 |   0 |  35 |2658k|  33 | 3.200000e+01 |      --      |    Inf 
1178.39/1178.76	c  1072s|  4260k|    19 |   620 |3315k|  61 |   - | 160 | 428 | 194 |   0 |   0 |  35 |2664k|  33 | 3.200000e+01 |      --      |    Inf 
1181.18/1181.54	c  1075s|  4270k|    22 |   620 |3317k|  61 |   - | 160 | 434 | 204 |   0 |   0 |  35 |2670k|  33 | 3.200000e+01 |      --      |    Inf 
1183.98/1184.34	c  1077s|  4280k|    26 |   620 |3318k|  61 |   - | 160 | 436 | 227 |   0 |   0 |  35 |2677k|  33 | 3.200000e+01 |      --      |    Inf 
1186.78/1187.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1186.78/1187.12	c  1080s|  4290k|    24 |   620 |3316k|  61 |   - | 160 | 426 | 178 |   0 |   0 |  35 |2683k|  33 | 3.200000e+01 |      --      |    Inf 
1189.58/1189.92	c  1082s|  4300k|    21 |   620 |3309k|  61 |   - | 160 | 417 | 253 |   0 |   0 |  35 |2689k|  33 | 3.200000e+01 |      --      |    Inf 
1192.28/1192.68	c  1085s|  4310k|    27 |   620 |3319k|  61 |   - | 160 | 438 | 230 |   0 |   0 |  35 |2695k|  33 | 3.200000e+01 |      --      |    Inf 
1195.08/1195.48	c  1087s|  4320k|    20 |   620 |3314k|  61 |   - | 160 | 423 | 212 |   0 |   0 |  35 |2702k|  33 | 3.200000e+01 |      --      |    Inf 
1197.88/1198.21	c  1090s|  4330k|    19 |   620 |3305k|  61 |   - | 160 | 408 | 273 |   0 |   0 |  35 |2708k|  33 | 3.200000e+01 |      --      |    Inf 
1200.58/1200.97	c  1092s|  4340k|    20 |   620 |3315k|  61 |   - | 160 | 432 | 241 |   0 |   0 |  35 |2714k|  33 | 3.200000e+01 |      --      |    Inf 
1203.37/1203.79	c  1095s|  4350k|    22 |   620 |3309k|  61 |   - | 160 | 417 | 258 |   0 |   0 |  35 |2720k|  33 | 3.200000e+01 |      --      |    Inf 
1206.18/1206.55	c  1097s|  4360k|    23 |   620 |3313k|  61 |   - | 160 | 420 | 178 |   0 |   0 |  35 |2726k|  33 | 3.200000e+01 |      --      |    Inf 
1208.98/1209.31	c  1100s|  4370k|    23 |   620 |3315k|  61 |   - | 160 | 428 | 200 |   0 |   0 |  35 |2733k|  33 | 3.200000e+01 |      --      |    Inf 
1211.78/1212.10	c  1102s|  4380k|    15 |   620 |3316k|  61 |   - | 160 | 444 | 278 |   0 |   0 |  35 |2739k|  33 | 3.200000e+01 |      --      |    Inf 
1214.57/1214.90	c  1105s|  4390k|    28 |   620 |3312k|  61 |   - | 160 | 417 | 231 |   0 |   0 |  35 |2745k|  33 | 3.200000e+01 |      --      |    Inf 
1217.37/1217.77	c  1107s|  4400k|    28 |   620 |3310k|  61 |   - | 160 | 416 | 239 |   0 |   0 |  35 |2751k|  33 | 3.200000e+01 |      --      |    Inf 
1220.18/1220.55	c  1110s|  4410k|    28 |   620 |3318k|  61 |   - | 160 | 432 | 209 |   0 |   0 |  35 |2757k|  33 | 3.200000e+01 |      --      |    Inf 
1222.97/1223.31	c  1112s|  4420k|    22 |   620 |3324k|  61 |   - | 160 | 452 | 184 |   0 |   0 |  35 |2764k|  33 | 3.200000e+01 |      --      |    Inf 
1225.77/1226.12	c  1115s|  4430k|    27 |   620 |3318k|  61 |   - | 160 | 435 | 211 |   0 |   0 |  35 |2770k|  33 | 3.200000e+01 |      --      |    Inf 
1228.57/1228.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1228.57/1228.93	c  1118s|  4440k|    22 |   620 |3319k|  61 |   - | 160 | 435 | 171 |   0 |   0 |  35 |2776k|  33 | 3.200000e+01 |      --      |    Inf 
1231.27/1231.69	c  1120s|  4450k|    20 |   620 |3321k|  61 |   - | 160 | 450 | 236 |   0 |   0 |  35 |2782k|  33 | 3.200000e+01 |      --      |    Inf 
1234.17/1234.52	c  1123s|  4460k|    20 |   620 |3319k|  61 |   - | 160 | 443 | 235 |   0 |   0 |  35 |2789k|  33 | 3.200000e+01 |      --      |    Inf 
1236.87/1237.28	c  1125s|  4470k|    23 |   620 |3320k|  61 |   - | 160 | 442 | 197 |   0 |   0 |  35 |2795k|  33 | 3.200000e+01 |      --      |    Inf 
1239.66/1240.08	c  1128s|  4480k|    20 |   620 |3318k|  61 |   - | 160 | 447 | 273 |   0 |   0 |  35 |2801k|  33 | 3.200000e+01 |      --      |    Inf 
1242.47/1242.88	c  1130s|  4490k|    24 |   620 |3317k|  61 |   - | 160 | 437 | 236 |   0 |   0 |  35 |2807k|  33 | 3.200000e+01 |      --      |    Inf 
1245.26/1245.64	c  1133s|  4500k|    22 |   620 |3326k|  61 |   - | 160 | 452 | 175 |   0 |   0 |  35 |2814k|  33 | 3.200000e+01 |      --      |    Inf 
1248.07/1248.50	c  1135s|  4510k|    26 |   620 |3310k|  61 |   - | 160 | 419 | 293 |   0 |   0 |  35 |2820k|  33 | 3.200000e+01 |      --      |    Inf 
1250.96/1251.36	c  1138s|  4520k|    27 |   620 |3311k|  61 |   - | 160 | 416 | 205 |   0 |   0 |  35 |2826k|  33 | 3.200000e+01 |      --      |    Inf 
1253.87/1254.29	c  1141s|  4530k|    25 |   620 |3311k|  61 |   - | 160 | 422 | 257 |   0 |   0 |  35 |2833k|  33 | 3.200000e+01 |      --      |    Inf 
1256.77/1257.13	c  1143s|  4540k|    25 |   620 |3312k|  61 |   - | 160 | 425 | 246 |   0 |   0 |  35 |2839k|  33 | 3.200000e+01 |      --      |    Inf 
1259.66/1260.00	c  1146s|  4550k|    18 |   620 |3317k|  61 |   - | 160 | 434 | 180 |   0 |   0 |  35 |2845k|  33 | 3.200000e+01 |      --      |    Inf 
1262.37/1262.73	c  1148s|  4560k|    18 |   620 |3313k|  61 |   - | 160 | 430 | 235 |   0 |   0 |  35 |2852k|  33 | 3.200000e+01 |      --      |    Inf 
1265.06/1265.44	c  1151s|  4570k|    20 |   620 |3317k|  61 |   - | 160 | 432 | 196 |   0 |   0 |  35 |2858k|  33 | 3.200000e+01 |      --      |    Inf 
1267.86/1268.21	c  1153s|  4580k|    28 |   620 |3312k|  61 |   - | 160 | 422 | 249 |   0 |   0 |  35 |2864k|  33 | 3.200000e+01 |      --      |    Inf 
1270.56/1270.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1270.56/1270.97	c  1156s|  4590k|    28 |   620 |3320k|  61 |   - | 160 | 441 | 219 |   0 |   0 |  35 |2870k|  33 | 3.200000e+01 |      --      |    Inf 
1273.36/1273.72	c  1158s|  4600k|    24 |   620 |3321k|  61 |   - | 160 | 443 | 185 |   0 |   0 |  35 |2876k|  33 | 3.200000e+01 |      --      |    Inf 
1276.05/1276.49	c  1161s|  4610k|    20 |   620 |3318k|  61 |   - | 160 | 445 | 268 |   0 |   0 |  35 |2882k|  33 | 3.200000e+01 |      --      |    Inf 
1278.76/1279.20	c  1163s|  4620k|    22 |   620 |3315k|  61 |   - | 160 | 429 | 197 |   0 |   0 |  35 |2889k|  33 | 3.200000e+01 |      --      |    Inf 
1281.56/1281.96	c  1166s|  4630k|    15 |   620 |3323k|  61 |   - | 160 | 461 | 232 |   0 |   0 |  35 |2895k|  33 | 3.200000e+01 |      --      |    Inf 
1284.36/1284.72	c  1168s|  4640k|    21 |   620 |3315k|  61 |   - | 160 | 431 | 231 |   0 |   0 |  35 |2901k|  33 | 3.200000e+01 |      --      |    Inf 
1286.96/1287.39	c  1171s|  4650k|    24 |   620 |3320k|  61 |   - | 160 | 442 | 222 |   0 |   0 |  35 |2907k|  33 | 3.200000e+01 |      --      |    Inf 
1289.65/1290.04	c  1173s|  4660k|    23 |   620 |3322k|  61 |   - | 160 | 450 | 226 |   0 |   0 |  35 |2913k|  33 | 3.200000e+01 |      --      |    Inf 
1292.35/1292.79	c  1176s|  4670k|    22 |   620 |3317k|  61 |   - | 160 | 440 | 251 |   0 |   0 |  35 |2920k|  33 | 3.200000e+01 |      --      |    Inf 
1295.25/1295.64	c  1178s|  4680k|    21 |   620 |3315k|  61 |   - | 160 | 434 | 239 |   0 |   0 |  35 |2926k|  33 | 3.200000e+01 |      --      |    Inf 
1298.05/1298.40	c  1181s|  4690k|    26 |   620 |3315k|  61 |   - | 160 | 437 | 307 |   0 |   0 |  35 |2932k|  33 | 3.200000e+01 |      --      |    Inf 
1300.65/1301.07	c  1183s|  4700k|    22 |   620 |3322k|  61 |   - | 160 | 447 | 189 |   0 |   0 |  35 |2938k|  33 | 3.200000e+01 |      --      |    Inf 
1303.45/1303.86	c  1186s|  4710k|    12 |   620 |3327k|  61 |   - | 160 | 475 | 247 |   0 |   0 |  35 |2945k|  33 | 3.200000e+01 |      --      |    Inf 
1306.25/1306.64	c  1188s|  4720k|    22 |   620 |3309k|  61 |   - | 160 | 414 | 262 |   0 |   0 |  35 |2951k|  33 | 3.200000e+01 |      --      |    Inf 
1309.05/1309.44	c  1191s|  4730k|    24 |   620 |3317k|  61 |   - | 160 | 432 | 250 |   0 |   0 |  35 |2957k|  33 | 3.200000e+01 |      --      |    Inf 
1311.75/1312.16	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1311.75/1312.16	c  1193s|  4740k|    26 |   620 |3309k|  61 |   - | 160 | 405 | 171 |   0 |   0 |  35 |2963k|  33 | 3.200000e+01 |      --      |    Inf 
1314.55/1314.95	c  1196s|  4750k|    26 |   620 |3313k|  61 |   - | 160 | 422 | 245 |   0 |   0 |  35 |2969k|  33 | 3.200000e+01 |      --      |    Inf 
1317.24/1317.65	c  1198s|  4760k|    26 |   620 |3312k|  61 |   - | 160 | 420 | 230 |   0 |   0 |  35 |2976k|  33 | 3.200000e+01 |      --      |    Inf 
1319.84/1320.24	c  1201s|  4770k|    23 |   620 |3324k|  61 |   - | 160 | 448 | 195 |   0 |   0 |  35 |2982k|  33 | 3.200000e+01 |      --      |    Inf 
1322.65/1323.02	c  1203s|  4780k|    23 |   620 |3318k|  61 |   - | 160 | 429 | 157 |   0 |   0 |  35 |2988k|  33 | 3.200000e+01 |      --      |    Inf 
1325.34/1325.75	c  1206s|  4790k|    22 |   620 |3311k|  61 |   - | 160 | 421 | 269 |   0 |   0 |  35 |2994k|  33 | 3.200000e+01 |      --      |    Inf 
1328.14/1328.56	c  1208s|  4800k|    22 |   620 |3315k|  61 |   - | 160 | 433 | 244 |   0 |   0 |  35 |3000k|  33 | 3.200000e+01 |      --      |    Inf 
1331.04/1331.44	c  1211s|  4810k|    18 |   620 |3315k|  61 |   - | 160 | 430 | 228 |   0 |   0 |  35 |3007k|  33 | 3.200000e+01 |      --      |    Inf 
1333.74/1334.20	c  1213s|  4820k|    26 |   620 |3317k|  61 |   - | 160 | 429 | 213 |   0 |   0 |  35 |3013k|  33 | 3.200000e+01 |      --      |    Inf 
1336.64/1337.01	c  1216s|  4830k|    25 |   620 |3313k|  61 |   - | 160 | 419 | 209 |   0 |   0 |  35 |3019k|  33 | 3.200000e+01 |      --      |    Inf 
1339.45/1339.85	c  1218s|  4840k|    24 |   620 |3313k|  61 |   - | 160 | 421 | 228 |   0 |   0 |  35 |3026k|  33 | 3.200000e+01 |      --      |    Inf 
1342.24/1342.63	c  1221s|  4850k|    29 |   620 |3314k|  61 |   - | 160 | 411 | 164 |   0 |   0 |  35 |3032k|  33 | 3.200000e+01 |      --      |    Inf 
1345.04/1345.49	c  1224s|  4860k|    16 |   620 |3310k|  61 |   - | 160 | 424 | 272 |   0 |   0 |  35 |3038k|  33 | 3.200000e+01 |      --      |    Inf 
1347.93/1348.30	c  1226s|  4870k|    15 |   620 |3311k|  61 |   - | 160 | 428 | 286 |   0 |   0 |  35 |3044k|  33 | 3.200000e+01 |      --      |    Inf 
1350.63/1351.08	c  1229s|  4880k|    21 |   620 |3311k|  61 |   - | 160 | 418 | 229 |   0 |   0 |  35 |3051k|  33 | 3.200000e+01 |      --      |    Inf 
1353.44/1353.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1353.44/1353.83	c  1231s|  4890k|    30 |   620 |3311k|  61 |   - | 160 | 408 | 199 |   0 |   0 |  35 |3057k|  33 | 3.200000e+01 |      --      |    Inf 
1356.03/1356.49	c  1234s|  4900k|    14 |   620 |3316k|  61 |   - | 160 | 435 | 227 |   0 |   0 |  35 |3063k|  33 | 3.200000e+01 |      --      |    Inf 
1358.84/1359.23	c  1236s|  4910k|    22 |   620 |3313k|  61 |   - | 160 | 424 | 242 |   0 |   0 |  35 |3069k|  33 | 3.200000e+01 |      --      |    Inf 
1361.54/1361.94	c  1238s|  4920k|    18 |   620 |3311k|  61 |   - | 160 | 425 | 289 |   0 |   0 |  35 |3075k|  33 | 3.200000e+01 |      --      |    Inf 
1364.33/1364.70	c  1241s|  4930k|    21 |   620 |3310k|  61 |   - | 160 | 417 | 240 |   0 |   0 |  35 |3082k|  33 | 3.200000e+01 |      --      |    Inf 
1367.03/1367.45	c  1243s|  4940k|    20 |   620 |3316k|  61 |   - | 160 | 427 | 174 |   0 |   0 |  35 |3088k|  33 | 3.200000e+01 |      --      |    Inf 
1369.84/1370.29	c  1246s|  4950k|    20 |   620 |3318k|  61 |   - | 160 | 434 | 178 |   0 |   0 |  35 |3094k|  33 | 3.200000e+01 |      --      |    Inf 
1372.63/1373.04	c  1249s|  4960k|    17 |   620 |3306k|  61 |   - | 160 | 414 | 282 |   0 |   0 |  35 |3100k|  33 | 3.200000e+01 |      --      |    Inf 
1375.33/1375.79	c  1251s|  4970k|    20 |   620 |3308k|  61 |   - | 160 | 413 | 252 |   0 |   0 |  35 |3107k|  33 | 3.200000e+01 |      --      |    Inf 
1378.03/1378.47	c  1254s|  4980k|    14 |   620 |3320k|  61 |   - | 160 | 453 | 270 |   0 |   0 |  35 |3113k|  33 | 3.200000e+01 |      --      |    Inf 
1380.73/1381.16	c  1256s|  4990k|    16 |   620 |3313k|  61 |   - | 160 | 423 | 216 |   0 |   0 |  35 |3119k|  33 | 3.200000e+01 |      --      |    Inf 
1383.33/1383.78	c  1258s|  5000k|    17 |   620 |3320k|  61 |   - | 160 | 448 | 245 |   0 |   0 |  35 |3125k|  33 | 3.200000e+01 |      --      |    Inf 
1386.03/1386.44	c  1261s|  5010k|    17 |   620 |3317k|  61 |   - | 160 | 436 | 223 |   0 |   0 |  35 |3132k|  33 | 3.200000e+01 |      --      |    Inf 
1388.72/1389.16	c  1263s|  5020k|    27 |   620 |3317k|  61 |   - | 160 | 433 | 200 |   0 |   0 |  35 |3138k|  33 | 3.200000e+01 |      --      |    Inf 
1391.33/1391.78	c  1266s|  5030k|    39 |   620 |3310k|  61 |   - | 160 | 401 | 202 |   0 |   0 |  35 |3144k|  33 | 3.200000e+01 |      --      |    Inf 
1394.23/1394.61	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1394.23/1394.61	c  1268s|  5040k|    29 |   620 |3315k|  61 |   - | 160 | 421 | 227 |   0 |   0 |  35 |3150k|  33 | 3.200000e+01 |      --      |    Inf 
1397.03/1397.46	c  1271s|  5050k|    22 |   620 |3319k|  61 |   - | 160 | 440 | 202 |   0 |   0 |  35 |3157k|  33 | 3.200000e+01 |      --      |    Inf 
1399.83/1400.22	c  1273s|  5060k|    28 |   620 |3313k|  61 |   - | 160 | 421 | 229 |   0 |   0 |  35 |3163k|  33 | 3.200000e+01 |      --      |    Inf 
1402.52/1402.97	c  1276s|  5070k|    20 |   620 |3317k|  61 |   - | 160 | 438 | 261 |   0 |   0 |  35 |3169k|  33 | 3.200000e+01 |      --      |    Inf 
1405.33/1405.71	c  1278s|  5080k|    25 |   620 |3320k|  61 |   - | 160 | 436 | 212 |   0 |   0 |  35 |3175k|  33 | 3.200000e+01 |      --      |    Inf 
1408.12/1408.51	c  1281s|  5090k|    22 |   620 |3314k|  61 |   - | 160 | 426 | 253 |   0 |   0 |  35 |3182k|  33 | 3.200000e+01 |      --      |    Inf 
1410.92/1411.34	c  1283s|  5100k|    20 |   620 |3313k|  61 |   - | 160 | 420 | 198 |   0 |   0 |  35 |3188k|  33 | 3.200000e+01 |      --      |    Inf 
1413.72/1414.13	c  1286s|  5110k|    25 |   620 |3313k|  61 |   - | 160 | 422 | 252 |   0 |   0 |  35 |3194k|  33 | 3.200000e+01 |      --      |    Inf 
1416.43/1416.87	c  1288s|  5120k|    17 |   620 |3315k|  61 |   - | 160 | 430 | 227 |   0 |   0 |  35 |3200k|  33 | 3.200000e+01 |      --      |    Inf 
1419.32/1419.71	c  1291s|  5130k|    24 |   620 |3319k|  61 |   - | 160 | 434 | 188 |   0 |   0 |  35 |3207k|  33 | 3.200000e+01 |      --      |    Inf 
1422.12/1422.56	c  1294s|  5140k|    20 |   620 |3307k|  61 |   - | 160 | 414 | 297 |   0 |   0 |  35 |3213k|  33 | 3.200000e+01 |      --      |    Inf 
1424.92/1425.38	c  1296s|  5150k|    16 |   620 |3313k|  61 |   - | 160 | 435 | 301 |   0 |   0 |  35 |3219k|  33 | 3.200000e+01 |      --      |    Inf 
1427.72/1428.12	c  1299s|  5160k|    18 |   620 |3311k|  61 |   - | 160 | 426 | 283 |   0 |   0 |  35 |3225k|  33 | 3.200000e+01 |      --      |    Inf 
1430.52/1430.93	c  1301s|  5170k|    24 |   620 |3317k|  61 |   - | 160 | 430 | 191 |   0 |   0 |  35 |3232k|  33 | 3.200000e+01 |      --      |    Inf 
1433.31/1433.75	c  1304s|  5180k|    22 |   620 |3319k|  61 |   - | 160 | 438 | 225 |   0 |   0 |  35 |3238k|  33 | 3.200000e+01 |      --      |    Inf 
1436.02/1436.43	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1436.02/1436.43	c  1306s|  5190k|    17 |   620 |3316k|  61 |   - | 160 | 433 | 231 |   0 |   0 |  35 |3244k|  33 | 3.200000e+01 |      --      |    Inf 
1438.71/1439.14	c  1309s|  5200k|    18 |   620 |3318k|  61 |   - | 160 | 445 | 250 |   0 |   0 |  35 |3250k|  33 | 3.200000e+01 |      --      |    Inf 
1441.31/1441.79	c  1311s|  5210k|    17 |   620 |3316k|  61 |   - | 160 | 440 | 273 |   0 |   0 |  35 |3256k|  33 | 3.200000e+01 |      --      |    Inf 
1444.11/1444.55	c  1314s|  5220k|    19 |   620 |3319k|  61 |   - | 160 | 444 | 256 |   0 |   0 |  35 |3262k|  33 | 3.200000e+01 |      --      |    Inf 
1446.91/1447.31	c  1316s|  5230k|    18 |   620 |3318k|  61 |   - | 160 | 434 | 167 |   0 |   0 |  35 |3268k|  33 | 3.200000e+01 |      --      |    Inf 
1449.51/1449.98	c  1319s|  5240k|    18 |   620 |3319k|  61 |   - | 160 | 446 | 249 |   0 |   0 |  35 |3274k|  33 | 3.200000e+01 |      --      |    Inf 
1452.21/1452.69	c  1321s|  5250k|    20 |   620 |3321k|  61 |   - | 160 | 444 | 180 |   0 |   0 |  35 |3281k|  33 | 3.200000e+01 |      --      |    Inf 
1455.01/1455.48	c  1324s|  5260k|    27 |   620 |3312k|  61 |   - | 160 | 422 | 249 |   0 |   0 |  35 |3287k|  33 | 3.200000e+01 |      --      |    Inf 
1457.81/1458.27	c  1326s|  5270k|    27 |   620 |3318k|  61 |   - | 160 | 434 | 223 |   0 |   0 |  35 |3293k|  33 | 3.200000e+01 |      --      |    Inf 
1460.51/1460.93	c  1328s|  5280k|    20 |   620 |3317k|  61 |   - | 160 | 440 | 267 |   0 |   0 |  35 |3299k|  33 | 3.200000e+01 |      --      |    Inf 
1463.30/1463.73	c  1331s|  5290k|    22 |   620 |3318k|  61 |   - | 160 | 439 | 228 |   0 |   0 |  35 |3306k|  33 | 3.200000e+01 |      --      |    Inf 
1466.11/1466.52	c  1334s|  5300k|    20 |   620 |3318k|  61 |   - | 160 | 438 | 220 |   0 |   0 |  35 |3312k|  33 | 3.200000e+01 |      --      |    Inf 
1468.91/1469.32	c  1336s|  5310k|    23 |   620 |3316k|  61 |   - | 160 | 434 | 243 |   0 |   0 |  35 |3318k|  33 | 3.200000e+01 |      --      |    Inf 
1471.70/1472.13	c  1339s|  5320k|    23 |   620 |3315k|  61 |   - | 160 | 431 | 242 |   0 |   0 |  35 |3324k|  33 | 3.200000e+01 |      --      |    Inf 
1474.41/1474.88	c  1341s|  5330k|    15 |   620 |3320k|  61 |   - | 160 | 454 | 265 |   0 |   0 |  35 |3330k|  33 | 3.200000e+01 |      --      |    Inf 
1477.10/1477.60	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1477.10/1477.60	c  1344s|  5340k|    18 |   620 |3317k|  61 |   - | 160 | 445 | 293 |   0 |   0 |  35 |3336k|  33 | 3.200000e+01 |      --      |    Inf 
1479.91/1480.34	c  1346s|  5350k|    27 |   620 |3319k|  61 |   - | 160 | 440 | 247 |   0 |   0 |  35 |3343k|  33 | 3.200000e+01 |      --      |    Inf 
1482.60/1483.09	c  1349s|  5360k|    12 |   620 |3320k|  61 |   - | 160 | 449 | 221 |   0 |   0 |  35 |3349k|  33 | 3.200000e+01 |      --      |    Inf 
1485.41/1485.86	c  1351s|  5370k|    25 |   620 |3319k|  61 |   - | 160 | 436 | 204 |   0 |   0 |  35 |3355k|  33 | 3.200000e+01 |      --      |    Inf 
1488.10/1488.56	c  1354s|  5380k|    17 |   620 |3318k|  61 |   - | 160 | 444 | 254 |   0 |   0 |  35 |3361k|  33 | 3.200000e+01 |      --      |    Inf 
1490.90/1491.30	c  1356s|  5390k|    20 |   620 |3322k|  61 |   - | 160 | 450 | 231 |   0 |   0 |  35 |3368k|  33 | 3.200000e+01 |      --      |    Inf 
1493.60/1494.08	c  1359s|  5400k|    15 |   620 |3321k|  61 |   - | 160 | 452 | 238 |   0 |   0 |  35 |3374k|  33 | 3.200000e+01 |      --      |    Inf 
1496.40/1496.88	c  1361s|  5410k|    30 |   620 |3319k|  61 |   - | 160 | 423 | 204 |   0 |   0 |  35 |3380k|  33 | 3.200000e+01 |      --      |    Inf 
1499.20/1499.68	c  1364s|  5420k|    33 |   620 |3314k|  61 |   - | 160 | 412 | 163 |   0 |   0 |  35 |3386k|  33 | 3.200000e+01 |      --      |    Inf 
1502.00/1502.47	c  1366s|  5430k|    34 |   620 |3323k|  61 |   - | 160 | 431 | 159 |   0 |   0 |  35 |3393k|  33 | 3.200000e+01 |      --      |    Inf 
1504.90/1505.31	c  1369s|  5440k|    25 |   620 |3327k|  61 |   - | 160 | 449 | 183 |   0 |   0 |  35 |3399k|  33 | 3.200000e+01 |      --      |    Inf 
1507.70/1508.14	c  1371s|  5450k|    26 |   620 |3317k|  61 |   - | 160 | 430 | 252 |   0 |   0 |  35 |3405k|  33 | 3.200000e+01 |      --      |    Inf 
1510.50/1510.93	c  1374s|  5460k|    29 |   620 |3320k|  61 |   - | 160 | 425 | 155 |   0 |   0 |  35 |3411k|  33 | 3.200000e+01 |      --      |    Inf 
1513.29/1513.73	c  1377s|  5470k|    25 |   620 |3316k|  61 |   - | 160 | 424 | 212 |   0 |   0 |  35 |3417k|  33 | 3.200000e+01 |      --      |    Inf 
1515.99/1516.45	c  1379s|  5480k|    25 |   620 |3322k|  61 |   - | 160 | 435 | 191 |   0 |   0 |  35 |3424k|  33 | 3.200000e+01 |      --      |    Inf 
1518.70/1519.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1518.70/1519.19	c  1381s|  5490k|    27 |   620 |3315k|  61 |   - | 160 | 420 | 210 |   0 |   0 |  35 |3430k|  33 | 3.200000e+01 |      --      |    Inf 
1521.59/1522.00	c  1384s|  5500k|    22 |   620 |3323k|  61 |   - | 160 | 435 | 144 |   0 |   0 |  35 |3436k|  33 | 3.200000e+01 |      --      |    Inf 
1524.29/1524.79	c  1387s|  5510k|    18 |   620 |3312k|  61 |   - | 160 | 425 | 292 |   0 |   0 |  35 |3442k|  33 | 3.200000e+01 |      --      |    Inf 
1527.09/1527.52	c  1389s|  5520k|    26 |   620 |3315k|  61 |   - | 160 | 424 | 223 |   0 |   0 |  35 |3449k|  33 | 3.200000e+01 |      --      |    Inf 
1529.89/1530.33	c  1392s|  5530k|    24 |   620 |3313k|  61 |   - | 160 | 424 | 257 |   0 |   0 |  35 |3455k|  33 | 3.200000e+01 |      --      |    Inf 
1532.79/1533.23	c  1394s|  5540k|    22 |   620 |3317k|  61 |   - | 160 | 435 | 266 |   0 |   0 |  35 |3461k|  33 | 3.200000e+01 |      --      |    Inf 
1535.58/1536.05	c  1397s|  5550k|    23 |   620 |3320k|  61 |   - | 160 | 437 | 218 |   0 |   0 |  35 |3467k|  33 | 3.200000e+01 |      --      |    Inf 
1538.39/1538.82	c  1399s|  5560k|    25 |   620 |3321k|  61 |   - | 160 | 440 | 213 |   0 |   0 |  35 |3473k|  33 | 3.200000e+01 |      --      |    Inf 
1541.09/1541.57	c  1402s|  5570k|    23 |   620 |3315k|  61 |   - | 160 | 427 | 237 |   0 |   0 |  35 |3480k|  33 | 3.200000e+01 |      --      |    Inf 
1543.90/1544.32	c  1404s|  5580k|    25 |   620 |3315k|  61 |   - | 160 | 425 | 260 |   0 |   0 |  35 |3486k|  33 | 3.200000e+01 |      --      |    Inf 
1546.59/1547.07	c  1407s|  5590k|    21 |   620 |3318k|  61 |   - | 160 | 433 | 200 |   0 |   0 |  35 |3492k|  33 | 3.200000e+01 |      --      |    Inf 
1549.39/1549.84	c  1409s|  5600k|    24 |   620 |3325k|  61 |   - | 160 | 441 | 167 |   0 |   0 |  35 |3499k|  33 | 3.200000e+01 |      --      |    Inf 
1552.09/1552.59	c  1412s|  5610k|    22 |   620 |3321k|  61 |   - | 160 | 447 | 248 |   0 |   0 |  35 |3505k|  33 | 3.200000e+01 |      --      |    Inf 
1554.89/1555.40	c  1414s|  5620k|    26 |   620 |3319k|  61 |   - | 160 | 429 | 184 |   0 |   0 |  35 |3511k|  33 | 3.200000e+01 |      --      |    Inf 
1557.68/1558.17	c  1417s|  5630k|    22 |   620 |3316k|  61 |   - | 160 | 430 | 253 |   0 |   0 |  35 |3517k|  33 | 3.200000e+01 |      --      |    Inf 
1560.49/1560.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1560.49/1560.93	c  1419s|  5640k|    23 |   620 |3312k|  61 |   - | 160 | 421 | 272 |   0 |   0 |  35 |3523k|  33 | 3.200000e+01 |      --      |    Inf 
1563.18/1563.68	c  1422s|  5650k|    20 |   620 |3316k|  61 |   - | 160 | 432 | 238 |   0 |   0 |  35 |3529k|  33 | 3.200000e+01 |      --      |    Inf 
1565.98/1566.44	c  1424s|  5660k|    26 |   620 |3320k|  61 |   - | 160 | 437 | 210 |   0 |   0 |  35 |3536k|  33 | 3.200000e+01 |      --      |    Inf 
1568.78/1569.23	c  1427s|  5670k|    20 |   620 |3323k|  61 |   - | 160 | 453 | 247 |   0 |   0 |  35 |3542k|  33 | 3.200000e+01 |      --      |    Inf 
1571.58/1572.06	c  1430s|  5680k|    20 |   620 |3324k|  61 |   - | 160 | 447 | 206 |   0 |   0 |  35 |3548k|  33 | 3.200000e+01 |      --      |    Inf 
1574.28/1574.79	c  1432s|  5690k|    18 |   620 |3313k|  61 |   - | 160 | 426 | 264 |   0 |   0 |  35 |3555k|  33 | 3.200000e+01 |      --      |    Inf 
1577.08/1577.57	c  1435s|  5700k|    19 |   620 |3324k|  61 |   - | 160 | 452 | 234 |   0 |   0 |  35 |3561k|  33 | 3.200000e+01 |      --      |    Inf 
1579.78/1580.25	c  1437s|  5710k|    21 |   620 |3318k|  61 |   - | 160 | 436 | 240 |   0 |   0 |  35 |3567k|  33 | 3.200000e+01 |      --      |    Inf 
1582.48/1582.98	c  1439s|  5720k|    22 |   620 |3319k|  61 |   - | 160 | 437 | 236 |   0 |   0 |  35 |3573k|  33 | 3.200000e+01 |      --      |    Inf 
1585.27/1585.73	c  1442s|  5730k|    28 |   620 |3318k|  61 |   - | 160 | 424 | 198 |   0 |   0 |  35 |3580k|  33 | 3.200000e+01 |      --      |    Inf 
1587.97/1588.47	c  1444s|  5740k|    17 |   620 |3324k|  61 |   - | 160 | 454 | 239 |   0 |   0 |  35 |3586k|  33 | 3.200000e+01 |      --      |    Inf 
1590.77/1591.27	c  1447s|  5750k|    23 |   620 |3315k|  61 |   - | 160 | 424 | 233 |   0 |   0 |  35 |3592k|  33 | 3.200000e+01 |      --      |    Inf 
1593.57/1594.04	c  1450s|  5760k|    21 |   620 |3330k|  61 |   - | 160 | 456 | 154 |   0 |   0 |  35 |3598k|  33 | 3.200000e+01 |      --      |    Inf 
1596.37/1596.84	c  1452s|  5770k|    22 |   620 |3320k|  61 |   - | 160 | 440 | 246 |   0 |   0 |  35 |3604k|  33 | 3.200000e+01 |      --      |    Inf 
1599.17/1599.69	c  1455s|  5780k|    18 |   620 |3324k|  61 |   - | 160 | 458 | 269 |   0 |   0 |  35 |3610k|  33 | 3.200000e+01 |      --      |    Inf 
1601.97/1602.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.97/1602.49	c  1457s|  5790k|    24 |   620 |3325k|  61 |   - | 160 | 442 | 160 |   0 |   0 |  35 |3616k|  33 | 3.200000e+01 |      --      |    Inf 
1604.87/1605.34	c  1460s|  5800k|    18 |   620 |3324k|  61 |   - | 160 | 451 | 245 |   0 |   0 |  35 |3623k|  33 | 3.200000e+01 |      --      |    Inf 
1607.67/1608.14	c  1462s|  5810k|    18 |   620 |3322k|  61 |   - | 160 | 451 | 273 |   0 |   0 |  35 |3629k|  33 | 3.200000e+01 |      --      |    Inf 
1610.47/1610.91	c  1465s|  5820k|    24 |   620 |3318k|  61 |   - | 160 | 433 | 233 |   0 |   0 |  35 |3635k|  33 | 3.200000e+01 |      --      |    Inf 
1613.17/1613.63	c  1467s|  5830k|    30 |   620 |3323k|  61 |   - | 160 | 436 | 213 |   0 |   0 |  35 |3641k|  33 | 3.200000e+01 |      --      |    Inf 
1616.07/1616.51	c  1470s|  5840k|    23 |   620 |3318k|  61 |   - | 160 | 434 | 248 |   0 |   0 |  35 |3648k|  33 | 3.200000e+01 |      --      |    Inf 
1618.77/1619.23	c  1472s|  5850k|    15 |   620 |3322k|  61 |   - | 160 | 453 | 264 |   0 |   0 |  35 |3654k|  33 | 3.200000e+01 |      --      |    Inf 
1621.37/1621.86	c  1475s|  5860k|    23 |   620 |3321k|  61 |   - | 160 | 441 | 232 |   0 |   0 |  35 |3660k|  33 | 3.200000e+01 |      --      |    Inf 
1624.06/1624.55	c  1477s|  5870k|    26 |   620 |3309k|  61 |   - | 160 | 410 | 272 |   0 |   0 |  35 |3666k|  33 | 3.200000e+01 |      --      |    Inf 
1626.77/1627.29	c  1480s|  5880k|    24 |   620 |3317k|  61 |   - | 160 | 428 | 241 |   0 |   0 |  35 |3672k|  33 | 3.200000e+01 |      --      |    Inf 
1629.56/1630.04	c  1482s|  5890k|    20 |   620 |3318k|  61 |   - | 160 | 435 | 218 |   0 |   0 |  35 |3678k|  33 | 3.200000e+01 |      --      |    Inf 
1632.36/1632.86	c  1485s|  5900k|    22 |   620 |3319k|  61 |   - | 160 | 436 | 227 |   0 |   0 |  35 |3685k|  33 | 3.200000e+01 |      --      |    Inf 
1635.17/1635.63	c  1487s|  5910k|    27 |   620 |3320k|  61 |   - | 160 | 436 | 221 |   0 |   0 |  35 |3691k|  33 | 3.200000e+01 |      --      |    Inf 
1637.97/1638.43	c  1490s|  5920k|    16 |   620 |3319k|  61 |   - | 160 | 444 | 251 |   0 |   0 |  35 |3697k|  33 | 3.200000e+01 |      --      |    Inf 
1640.66/1641.16	c  1492s|  5930k|    21 |   620 |3318k|  61 |   - | 160 | 436 | 226 |   0 |   0 |  35 |3703k|  33 | 3.200000e+01 |      --      |    Inf 
1643.56/1644.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1643.56/1644.02	c  1495s|  5940k|    23 |   620 |3317k|  61 |   - | 160 | 431 | 232 |   0 |   0 |  35 |3710k|  33 | 3.200000e+01 |      --      |    Inf 
1646.26/1646.79	c  1497s|  5950k|    17 |   620 |3327k|  61 |   - | 160 | 465 | 238 |   0 |   0 |  35 |3716k|  33 | 3.200000e+01 |      --      |    Inf 
1649.16/1649.61	c  1500s|  5960k|    24 |   620 |3321k|  61 |   - | 160 | 441 | 225 |   0 |   0 |  35 |3722k|  33 | 3.200000e+01 |      --      |    Inf 
1651.96/1652.43	c  1503s|  5970k|    16 |   620 |3322k|  61 |   - | 160 | 449 | 226 |   0 |   0 |  35 |3728k|  33 | 3.200000e+01 |      --      |    Inf 
1654.66/1655.17	c  1505s|  5980k|    21 |   620 |3315k|  61 |   - | 160 | 426 | 253 |   0 |   0 |  35 |3734k|  33 | 3.200000e+01 |      --      |    Inf 
1657.55/1658.05	c  1508s|  5990k|    22 |   620 |3320k|  61 |   - | 160 | 436 | 222 |   0 |   0 |  35 |3741k|  33 | 3.200000e+01 |      --      |    Inf 
1660.46/1660.92	c  1510s|  6000k|    21 |   620 |3324k|  61 |   - | 160 | 445 | 208 |   0 |   0 |  35 |3747k|  33 | 3.200000e+01 |      --      |    Inf 
1663.16/1663.70	c  1513s|  6010k|    20 |   620 |3324k|  61 |   - | 160 | 449 | 233 |   0 |   0 |  35 |3753k|  33 | 3.200000e+01 |      --      |    Inf 
1665.96/1666.48	c  1515s|  6020k|    17 |   620 |3315k|  61 |   - | 160 | 432 | 297 |   0 |   0 |  35 |3759k|  33 | 3.200000e+01 |      --      |    Inf 
1668.85/1669.32	c  1518s|  6030k|    23 |   620 |3315k|  61 |   - | 160 | 430 | 262 |   0 |   0 |  35 |3765k|  33 | 3.200000e+01 |      --      |    Inf 
1671.65/1672.17	c  1520s|  6040k|    30 |   620 |3320k|  61 |   - | 160 | 432 | 213 |   0 |   0 |  35 |3771k|  33 | 3.200000e+01 |      --      |    Inf 
1674.45/1674.92	c  1523s|  6050k|    29 |   620 |3319k|  61 |   - | 160 | 433 | 224 |   0 |   0 |  35 |3778k|  33 | 3.200000e+01 |      --      |    Inf 
1677.15/1677.69	c  1525s|  6060k|    23 |   620 |3320k|  61 |   - | 160 | 438 | 198 |   0 |   0 |  35 |3784k|  33 | 3.200000e+01 |      --      |    Inf 
1679.85/1680.39	c  1528s|  6070k|    18 |   620 |3323k|  61 |   - | 160 | 447 | 209 |   0 |   0 |  35 |3790k|  33 | 3.200000e+01 |      --      |    Inf 
1682.75/1683.21	c  1530s|  6080k|    15 |   620 |3324k|  61 |   - | 160 | 449 | 185 |   0 |   0 |  35 |3796k|  33 | 3.200000e+01 |      --      |    Inf 
1685.45/1685.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1685.45/1685.92	c  1533s|  6090k|    19 |   620 |3320k|  61 |   - | 160 | 441 | 237 |   0 |   0 |  35 |3802k|  33 | 3.200000e+01 |      --      |    Inf 
1688.15/1688.62	c  1535s|  6100k|    23 |   620 |3317k|  61 |   - | 160 | 432 | 231 |   0 |   0 |  35 |3808k|  33 | 3.200000e+01 |      --      |    Inf 
1690.84/1691.36	c  1538s|  6110k|    20 |   620 |3321k|  61 |   - | 160 | 445 | 229 |   0 |   0 |  35 |3814k|  33 | 3.200000e+01 |      --      |    Inf 
1693.64/1694.13	c  1540s|  6120k|    23 |   620 |3319k|  61 |   - | 160 | 434 | 213 |   0 |   0 |  35 |3821k|  33 | 3.200000e+01 |      --      |    Inf 
1696.35/1696.85	c  1543s|  6130k|    18 |   620 |3323k|  61 |   - | 160 | 453 | 255 |   0 |   0 |  35 |3827k|  33 | 3.200000e+01 |      --      |    Inf 
1699.05/1699.59	c  1545s|  6140k|    24 |   620 |3318k|  61 |   - | 160 | 434 | 223 |   0 |   0 |  35 |3833k|  33 | 3.200000e+01 |      --      |    Inf 
1701.85/1702.36	c  1548s|  6150k|    19 |   620 |3326k|  61 |   - | 160 | 454 | 199 |   0 |   0 |  35 |3839k|  33 | 3.200000e+01 |      --      |    Inf 
1704.65/1705.12	c  1550s|  6160k|    19 |   620 |3322k|  61 |   - | 160 | 448 | 240 |   0 |   0 |  35 |3846k|  33 | 3.200000e+01 |      --      |    Inf 
1707.44/1707.93	c  1553s|  6170k|    16 |   620 |3330k|  61 |   - | 160 | 471 | 217 |   0 |   0 |  35 |3852k|  33 | 3.200000e+01 |      --      |    Inf 
1710.14/1710.66	c  1555s|  6180k|    16 |   620 |3326k|  61 |   - | 160 | 460 | 236 |   0 |   0 |  35 |3858k|  33 | 3.200000e+01 |      --      |    Inf 
1712.84/1713.39	c  1558s|  6190k|    26 |   620 |3321k|  61 |   - | 160 | 439 | 210 |   0 |   0 |  35 |3865k|  33 | 3.200000e+01 |      --      |    Inf 
1715.55/1716.07	c  1560s|  6200k|    19 |   620 |3321k|  61 |   - | 160 | 442 | 225 |   0 |   0 |  35 |3871k|  33 | 3.200000e+01 |      --      |    Inf 
1718.24/1718.80	c  1563s|  6210k|    18 |   620 |3323k|  61 |   - | 160 | 452 | 244 |   0 |   0 |  35 |3877k|  33 | 3.200000e+01 |      --      |    Inf 
1720.94/1721.45	c  1565s|  6220k|    33 |   620 |3321k|  61 |   - | 160 | 428 | 150 |   0 |   0 |  35 |3883k|  33 | 3.200000e+01 |      --      |    Inf 
1723.74/1724.21	c  1568s|  6230k|    28 |   620 |3320k|  61 |   - | 160 | 433 | 211 |   0 |   0 |  35 |3889k|  33 | 3.200000e+01 |      --      |    Inf 
1726.44/1726.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.44/1726.92	c  1570s|  6240k|    30 |   620 |3318k|  61 |   - | 160 | 429 | 212 |   0 |   0 |  35 |3895k|  33 | 3.200000e+01 |      --      |    Inf 
1729.24/1729.76	c  1573s|  6250k|    22 |   620 |3324k|  61 |   - | 160 | 442 | 169 |   0 |   0 |  35 |3902k|  33 | 3.200000e+01 |      --      |    Inf 
1732.04/1732.57	c  1575s|  6260k|    21 |   620 |3320k|  61 |   - | 160 | 440 | 236 |   0 |   0 |  35 |3908k|  33 | 3.200000e+01 |      --      |    Inf 
1734.94/1735.42	c  1578s|  6270k|    18 |   620 |3318k|  61 |   - | 160 | 432 | 221 |   0 |   0 |  35 |3914k|  33 | 3.200000e+01 |      --      |    Inf 
1737.73/1738.23	c  1580s|  6280k|    25 |   620 |3319k|  61 |   - | 160 | 424 | 165 |   0 |   0 |  35 |3920k|  33 | 3.200000e+01 |      --      |    Inf 
1740.44/1740.99	c  1583s|  6290k|    22 |   620 |3328k|  61 |   - | 160 | 449 | 145 |   0 |   0 |  35 |3926k|  33 | 3.200000e+01 |      --      |    Inf 
1743.33/1743.81	c  1585s|  6300k|    23 |   620 |3321k|  61 |   - | 160 | 433 | 189 |   0 |   0 |  35 |3933k|  33 | 3.200000e+01 |      --      |    Inf 
1746.03/1746.57	c  1588s|  6310k|    21 |   620 |3327k|  61 |   - | 160 | 452 | 188 |   0 |   0 |  35 |3939k|  33 | 3.200000e+01 |      --      |    Inf 
1748.83/1749.31	c  1590s|  6320k|    14 |   620 |3324k|  61 |   - | 160 | 449 | 176 |   0 |   0 |  35 |3945k|  33 | 3.200000e+01 |      --      |    Inf 
1751.53/1752.04	c  1593s|  6330k|    24 |   620 |3324k|  61 |   - | 160 | 445 | 230 |   0 |   0 |  35 |3951k|  33 | 3.200000e+01 |      --      |    Inf 
1754.22/1754.73	c  1595s|  6340k|    29 |   620 |3324k|  61 |   - | 160 | 444 | 220 |   0 |   0 |  35 |3958k|  33 | 3.200000e+01 |      --      |    Inf 
1757.03/1757.51	c  1598s|  6350k|    20 |   620 |3325k|  61 |   - | 160 | 453 | 240 |   0 |   0 |  35 |3964k|  33 | 3.200000e+01 |      --      |    Inf 
1759.73/1760.25	c  1600s|  6360k|    21 |   620 |3330k|  61 |   - | 160 | 461 | 198 |   0 |   0 |  35 |3970k|  33 | 3.200000e+01 |      --      |    Inf 
1762.52/1763.05	c  1603s|  6370k|    23 |   620 |3327k|  61 |   - | 160 | 451 | 177 |   0 |   0 |  35 |3976k|  33 | 3.200000e+01 |      --      |    Inf 
1765.32/1765.82	c  1605s|  6380k|    27 |   620 |3325k|  61 |   - | 160 | 446 | 201 |   0 |   0 |  35 |3983k|  33 | 3.200000e+01 |      --      |    Inf 
1768.03/1768.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1768.03/1768.58	c  1608s|  6390k|    19 |   620 |3324k|  61 |   - | 160 | 450 | 208 |   0 |   0 |  35 |3989k|  33 | 3.200000e+01 |      --      |    Inf 
1770.72/1771.27	c  1610s|  6400k|    19 |   620 |3326k|  61 |   - | 160 | 458 | 220 |   0 |   0 |  35 |3995k|  33 | 3.200000e+01 |      --      |    Inf 
1773.42/1773.99	c  1613s|  6410k|    25 |   620 |3321k|  61 |   - | 160 | 440 | 223 |   0 |   0 |  35 |4001k|  33 | 3.200000e+01 |      --      |    Inf 
1776.22/1776.76	c  1615s|  6420k|    22 |   620 |3321k|  61 |   - | 160 | 437 | 189 |   0 |   0 |  35 |4008k|  33 | 3.200000e+01 |      --      |    Inf 
1779.02/1779.51	c  1618s|  6430k|    21 |   620 |3323k|  61 |   - | 160 | 450 | 248 |   0 |   0 |  35 |4014k|  33 | 3.200000e+01 |      --      |    Inf 
1781.72/1782.24	c  1620s|  6440k|    20 |   620 |3325k|  61 |   - | 160 | 452 | 221 |   0 |   0 |  35 |4020k|  33 | 3.200000e+01 |      --      |    Inf 
1784.42/1784.92	c  1623s|  6450k|    18 |   620 |3332k|  61 |   - | 160 | 468 | 186 |   0 |   0 |  35 |4026k|  33 | 3.200000e+01 |      --      |    Inf 
1787.22/1787.70	c  1625s|  6460k|    18 |   620 |3320k|  61 |   - | 160 | 444 | 257 |   0 |   0 |  35 |4032k|  33 | 3.200000e+01 |      --      |    Inf 
1790.01/1790.52	c  1628s|  6470k|    16 |   620 |3323k|  61 |   - | 160 | 441 | 189 |   0 |   0 |  35 |4039k|  33 | 3.200000e+01 |      --      |    Inf 
1792.82/1793.39	c  1630s|  6480k|    20 |   620 |3327k|  61 |   - | 160 | 457 | 225 |   0 |   0 |  35 |4045k|  33 | 3.200000e+01 |      --      |    Inf 
1795.71/1796.29	c  1633s|  6490k|    22 |   620 |3324k|  61 |   - | 160 | 445 | 220 |   0 |   0 |  35 |4051k|  33 | 3.200000e+01 |      --      |    Inf 
1798.52/1799.09	c  1636s|  6500k|    18 |   620 |3321k|  61 |   - | 160 | 433 | 181 |   0 |   0 |  35 |4057k|  33 | 3.200000e+01 |      --      |    Inf 
1800.02/1800.50	c 
1800.02/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.50	c Solving Time (sec) : 1636.93
1800.02/1800.50	c Solving Nodes      : 6505293
1800.02/1800.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.50	c Dual Bound         : +3.20000000000000e+01
1800.02/1800.50	c Gap                : infinite
1800.02/1800.50	c NODE         6505293
1800.02/1800.50	c DUAL BOUND   32
1800.02/1800.50	c PRIMAL BOUND 1e+20
1800.02/1800.50	c GAP          1e+20
1800.02/1800.50	s UNKNOWN
1800.02/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.50	c Solving Time       :    1636.93
1800.02/1800.50	c Original Problem   :
1800.02/1800.50	c   Problem name     : HOME/instance-1884527-1245259307.opb
1800.02/1800.50	c   Variables        : 160 (160 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.50	c   Constraints      : 384 initial, 384 maximal
1800.02/1800.50	c Presolved Problem  :
1800.02/1800.50	c   Problem name     : t_HOME/instance-1884527-1245259307.opb
1800.02/1800.50	c   Variables        : 160 (160 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.50	c   Constraints      : 384 initial, 503 maximal
1800.02/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.50	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.02/1800.50	c   logicor          :        384+         5   46567444          0          0    3913857  174415676          0          0          0
1800.02/1800.50	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.50	c   integral         :       0.97       0.00       0.00       0.97       0.00
1800.02/1800.50	c   logicor          :     577.43       0.00     577.43       0.00       0.00
1800.02/1800.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.50	c   rootredcost      :      15.00          0          0          0
1800.02/1800.50	c   pseudoobj        :     456.35   50433106          0          0
1800.02/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.50	c   propagation      :     166.02    3913857    3890382    3890382       22.6     193436       17.9          -
1800.02/1800.50	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.50	c   applied globally :          -          -          -    3886784       21.8          -          -          -
1800.02/1800.50	c   applied locally  :          -          -          -     174188       32.3          -          -          -
1800.02/1800.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.50	c   cut pool         :       0.00          4          -          -          2          -    (maximal pool size: 614)
1800.02/1800.50	c   redcost          :       0.00          5          0          0          0          0
1800.02/1800.50	c   impliedbounds    :       0.00          5          0          0          0          0
1800.02/1800.50	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.50	c   gomory           :       0.16          5          0          0        727          0
1800.02/1800.50	c   strongcg         :       0.17          5          0          0       1312          0
1800.02/1800.50	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.50	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.50	c   clique           :       0.00          5          0          0         27          0
1800.02/1800.50	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.50	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.50	c Pricers            :       Time      Calls       Vars
1800.02/1800.50	c   problem variables:       0.00          0          0
1800.02/1800.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.50	c   relpscost        :       0.97          1          0          0          0          0          2
1800.02/1800.50	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   inference        :      83.43    4639611          0          0          0          0    9279222
1800.02/1800.50	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.50	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.50	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.50	c   LP solutions     :       0.00          -          0
1800.02/1800.50	c   pseudo solutions :       0.00          -          0
1800.02/1800.50	c   simplerounding   :       0.00          0          0
1800.02/1800.51	c   rounding         :       0.00          0          0
1800.02/1800.51	c   shifting         :       0.00          0          0
1800.02/1800.51	c   intshifting      :       0.00          0          0
1800.02/1800.51	c   oneopt           :       0.00          0          0
1800.02/1800.51	c   fixandinfer      :       0.00          0          0
1800.02/1800.51	c   feaspump         :       0.00          0          0
1800.02/1800.51	c   coefdiving       :       0.00          0          0
1800.02/1800.51	c   pscostdiving     :       0.00          0          0
1800.02/1800.51	c   fracdiving       :       0.00          0          0
1800.02/1800.51	c   veclendiving     :       0.00          0          0
1800.02/1800.51	c   intdiving        :       0.00          0          0
1800.02/1800.51	c   actconsdiving    :       0.00          0          0
1800.02/1800.51	c   objpscostdiving  :       0.00          0          0
1800.02/1800.51	c   rootsoldiving    :       0.00          0          0
1800.02/1800.51	c   linesearchdiving :       0.00          0          0
1800.02/1800.51	c   guideddiving     :       0.00          0          0
1800.02/1800.51	c   octane           :       0.00          0          0
1800.02/1800.51	c   rens             :       0.00          0          0
1800.02/1800.51	c   rins             :       0.00          0          0
1800.02/1800.51	c   localbranching   :       0.00          0          0
1800.02/1800.51	c   mutation         :       0.00          0          0
1800.02/1800.51	c   crossover        :       0.00          0          0
1800.02/1800.51	c   dins             :       0.00          0          0
1800.02/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.51	c   dual LP          :       0.09          6        620     103.33    6888.89
1800.02/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.51	c   strong branching :       0.96         33       6418     194.48    6685.42
1800.02/1800.51	c     (at root node) :          -         33       6418     194.48          -
1800.02/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.51	c B&B Tree           :
1800.02/1800.51	c   number of runs   :          1
1800.02/1800.51	c   nodes            :    6505293
1800.02/1800.51	c   nodes (total)    :    6505293
1800.02/1800.51	c   nodes left       :         16
1800.02/1800.51	c   max depth        :         61
1800.02/1800.51	c   max depth (total):         61
1800.02/1800.51	c   backtracks       :    2155283 (33.1%)
1800.02/1800.51	c   delayed cutoffs  :    2773916
1800.02/1800.51	c   repropagations   :    5366195 (94414223 domain reductions, 2048176 cutoffs)
1800.02/1800.51	c   avg switch length:       2.53
1800.02/1800.51	c   switching time   :     232.17
1800.02/1800.51	c Solution           :
1800.02/1800.51	c   Solutions found  :          0 (0 improvements)
1800.02/1800.51	c   Primal Bound     :          -
1800.02/1800.51	c   Dual Bound       : +3.20000000000000e+01
1800.02/1800.51	c   Gap              :   infinite
1800.02/1800.51	c   Root Dual Bound  : +3.20000000000000e+01
1800.02/1800.52	c Time complete: 1800.03.

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-1884527-1245259307/watcher-1884527-1245259307 -o /tmp/evaluation-result-1884527-1245259307/solver-1884527-1245259307 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884527-1245259307.opb 

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.04 1.01 0.93 3/64 19936
/proc/meminfo: memFree=1454776/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=4648 CPUtime=0
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 489 0 0 0 0 0 0 0 18 0 1 0 193527129 4759552 473 1992294400 4194304 7823515 548682068736 18446744073709551615 6962474 0 0 4096 0 0 0 0 17 1 0 0
/proc/19936/statm: 1162 484 317 886 0 272 0

[startup+0.0205219 s]
/proc/loadavg: 1.04 1.01 0.93 3/64 19936
/proc/meminfo: memFree=1454776/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=11416 CPUtime=0.01
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 2239 0 0 0 1 0 0 0 18 0 1 0 193527129 11689984 1868 1992294400 4194304 7823515 548682068736 18446744073709551615 5061168 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 2854 1881 415 886 0 1964 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11416

[startup+0.101527 s]
/proc/loadavg: 1.04 1.01 0.93 3/64 19936
/proc/meminfo: memFree=1454776/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=15440 CPUtime=0.09
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 3385 0 0 0 8 1 0 0 17 0 1 0 193527129 15810560 3013 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 3860 3013 520 886 0 2970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15440

[startup+0.30154 s]
/proc/loadavg: 1.04 1.01 0.93 3/64 19936
/proc/meminfo: memFree=1454776/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=18528 CPUtime=0.28
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4184 0 0 0 27 1 0 0 18 0 1 0 193527129 18972672 3812 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4632 3812 533 886 0 3742 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18528

[startup+0.701567 s]
/proc/loadavg: 1.04 1.01 0.93 3/64 19936
/proc/meminfo: memFree=1454776/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19004 CPUtime=0.69
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4324 0 0 0 67 2 0 0 21 0 1 0 193527129 19460096 3952 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4751 3952 536 886 0 3861 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19004

[startup+1.50162 s]
/proc/loadavg: 1.04 1.01 0.93 2/65 19937
/proc/meminfo: memFree=1441008/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19004 CPUtime=1.49
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4334 0 0 0 146 3 0 0 25 0 1 0 193527129 19460096 3962 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4751 3962 545 886 0 3861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19004

[startup+3.10173 s]
/proc/loadavg: 1.04 1.01 0.93 2/65 19937
/proc/meminfo: memFree=1440880/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19004 CPUtime=3.09
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4334 0 0 0 290 19 0 0 25 0 1 0 193527129 19460096 3962 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4751 3962 545 886 0 3861 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19004

[startup+6.30194 s]
/proc/loadavg: 1.04 1.01 0.93 2/65 19937
/proc/meminfo: memFree=1440560/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19136 CPUtime=6.29
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4354 0 0 0 583 46 0 0 25 0 1 0 193527129 19595264 3982 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4784 3982 545 886 0 3894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19136

[startup+12.7024 s]
/proc/loadavg: 1.03 1.01 0.93 2/65 19937
/proc/meminfo: memFree=1440560/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19136 CPUtime=12.69
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4384 0 0 0 1162 107 0 0 25 0 1 0 193527129 19595264 4012 1992294400 4194304 7823515 548682068736 18446744073709551615 5746125 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4784 4012 545 886 0 3894 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19136

[startup+25.5012 s]
/proc/loadavg: 1.03 1.01 0.93 2/65 19937
/proc/meminfo: memFree=1440624/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19268 CPUtime=25.48
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4407 0 0 0 2328 220 0 0 25 0 1 0 193527129 19730432 4035 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4817 4035 545 886 0 3927 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19268

[startup+51.1019 s]
/proc/loadavg: 1.02 1.01 0.93 2/65 19937
/proc/meminfo: memFree=1440496/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19400 CPUtime=51.08
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4426 0 0 0 4655 453 0 0 25 0 1 0 193527129 19865600 4054 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4850 4054 545 886 0 3960 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19400

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1440432/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19400 CPUtime=102.27
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4441 0 0 0 9303 924 0 0 25 0 1 0 193527129 19865600 4069 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4850 4069 545 886 0 3960 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 19400

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1440176/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=162.25
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4491 0 0 0 14771 1454 0 0 25 0 1 0 193527129 20148224 4119 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4119 545 886 0 4029 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19676

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1440112/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=222.23
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4500 0 0 0 20229 1994 0 0 25 0 1 0 193527129 20148224 4128 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4128 545 886 0 4029 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 19676

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1440048/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=282.22
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4504 0 0 0 25691 2531 0 0 25 0 1 0 193527129 20148224 4132 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4132 545 886 0 4029 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 19676

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1440048/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=342.21
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4506 0 0 0 31160 3061 0 0 25 0 1 0 193527129 20148224 4134 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4134 545 886 0 4029 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 19676

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439920/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=402.2
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4506 0 0 0 36619 3601 0 0 25 0 1 0 193527129 20148224 4134 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4134 545 886 0 4029 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 19676

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439920/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=462.18
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4506 0 0 0 42080 4138 0 0 25 0 1 0 193527129 20148224 4134 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4134 545 886 0 4029 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 19676

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439856/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=522.16
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4509 0 0 0 47532 4684 0 0 25 0 1 0 193527129 20148224 4137 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4137 545 886 0 4029 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 19676

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439792/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=582.15
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4515 0 0 0 52987 5228 0 0 25 0 1 0 193527129 20148224 4143 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4143 545 886 0 4029 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 19676

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439728/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=642.14
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4515 0 0 0 58431 5783 0 0 25 0 1 0 193527129 20148224 4143 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4143 545 886 0 4029 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 19676

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439536/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=882.06
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4516 0 0 0 80239 7967 0 0 25 0 1 0 193527129 20148224 4144 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4144 545 886 0 4029 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 19676

[startup+942.301 s]
/proc/loadavg: 1.06 1.02 0.93 2/65 19937
/proc/meminfo: memFree=1439600/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=942.04
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4516 0 0 0 85682 8522 0 0 25 0 1 0 193527129 20148224 4144 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4144 545 886 0 4029 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 19676

[startup+1002.3 s]
/proc/loadavg: 1.02 1.01 0.93 2/65 19937
/proc/meminfo: memFree=1439536/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=1002.03
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4516 0 0 0 91136 9067 0 0 25 0 1 0 193527129 20148224 4144 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4144 545 886 0 4029 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 19676

[startup+1062.3 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439472/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=1062.01
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4517 0 0 0 96594 9607 0 0 25 0 1 0 193527129 20148224 4145 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4145 545 886 0 4029 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 19676

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439472/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=1122
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4517 0 0 0 102060 10140 0 0 25 0 1 0 193527129 20148224 4145 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4145 545 886 0 4029 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 19676

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439408/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=1181.98
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4517 0 0 0 107521 10677 0 0 25 0 1 0 193527129 20148224 4145 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4145 545 886 0 4029 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 19676

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439280/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=1241.97
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4517 0 0 0 112976 11221 0 0 25 0 1 0 193527129 20148224 4145 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4145 545 886 0 4029 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 19676

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439280/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19676 CPUtime=1301.96
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4517 0 0 0 118441 11755 0 0 25 0 1 0 193527129 20148224 4145 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4919 4145 545 886 0 4029 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 19676

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439216/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1361.94
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4520 0 0 0 123878 12316 0 0 25 0 1 0 193527129 20283392 4148 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4148 545 886 0 4062 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 19808

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439152/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1421.92
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4520 0 0 0 129336 12856 0 0 25 0 1 0 193527129 20283392 4148 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4148 545 886 0 4062 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 19808

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439152/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1481.9
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4520 0 0 0 134797 13393 0 0 25 0 1 0 193527129 20283392 4148 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4148 545 886 0 4062 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 19808

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 19937
/proc/meminfo: memFree=1439088/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1541.88
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4521 0 0 0 140249 13939 0 0 25 0 1 0 193527129 20283392 4149 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4149 545 886 0 4062 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 19808

[startup+1602.3 s]
/proc/loadavg: 1.11 1.03 0.94 2/65 19937
/proc/meminfo: memFree=1439024/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1601.87
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4521 0 0 0 145700 14487 0 0 25 0 1 0 193527129 20283392 4149 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4149 545 886 0 4062 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 19808

[startup+1662.3 s]
/proc/loadavg: 1.07 1.03 0.95 2/65 19937
/proc/meminfo: memFree=1439024/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1661.86
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4521 0 0 0 151152 15034 0 0 25 0 1 0 193527129 20283392 4149 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4149 545 886 0 4062 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 19808

[startup+1722.3 s]
/proc/loadavg: 1.02 1.03 0.95 2/65 19937
/proc/meminfo: memFree=1438960/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1721.83
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4521 0 0 0 156600 15583 0 0 25 0 1 0 193527129 20283392 4149 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4149 545 886 0 4062 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 19808

[startup+1782.3 s]
/proc/loadavg: 1.01 1.02 0.95 2/65 19937
/proc/meminfo: memFree=1439024/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1781.82
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4521 0 0 0 162039 16143 0 0 25 0 1 0 193527129 20283392 4149 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4149 545 886 0 4062 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 19808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.02 0.95 2/65 19939
/proc/meminfo: memFree=1438640/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1800.02
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4521 0 0 0 163694 16308 0 0 25 0 1 0 193527129 20283392 4149 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4149 545 886 0 4062 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 19808

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.02 0.95 2/65 19939
/proc/meminfo: memFree=1438640/2055920 swapFree=4181884/4192956
[pid=19936] ppid=19934 vsize=19808 CPUtime=1800.02
/proc/19936/stat : 19936 (pbscip.linux.x8) R 19934 19936 19191 0 -1 4194304 4521 0 0 0 163694 16308 0 0 25 0 1 0 193527129 20283392 4149 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19936/statm: 4952 4149 545 886 0 4062 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 19808

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.04
CPU user time (s): 1636.96
CPU system time (s): 163.085
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 19808

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

runsolver used 1.44078 second user time and 3.63945 second system time

The end

Launcher Data

Begin job on node52 at 2009-06-17 19:21:47
IDJOB=1884527
IDBENCH=71966
IDSOLVER=683
FILE ID=node52/1884527-1245259307
PBS_JOBID= 9372403
Free space on /tmp= 66464 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/sgen/sat/sgen1-sat-160-100.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884527-1245259307/watcher-1884527-1245259307 -o /tmp/evaluation-result-1884527-1245259307/solver-1884527-1245259307 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884527-1245259307.opb

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

MD5SUM BENCH= f91a4f3c02541d26a318ab87a6eb760c
RANDOM SEED=576429795

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1455192 kB
Buffers:         74028 kB
Cached:         436592 kB
SwapCached:       6112 kB
Active:          98316 kB
Inactive:       421080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455192 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:            9936 kB
Writeback:           0 kB
Mapped:          13440 kB
Slab:            67244 kB
Committed_AS:   101852 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node52 at 2009-06-17 19:51:49