Trace number 1884528

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? (TO) 1800.06 1800.62

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 Clp 1.8.2
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1884528-1245259315.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.00/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.00/0.03	c presolving (2 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  640 implications, 0 cliques
0.00/0.03	c presolved problem has 160 variables (160 bin, 0 int, 0 impl, 0 cont) and 384 constraints
0.00/0.03	c     384 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c PURESAT
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = c -1
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = c -1
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = c 2000
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = c 0.3
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = c -1
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = c -1
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = c 0.075
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = c 2000
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = c -1
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = c 0.5
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = c 0.15
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = c 100
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = c 750
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = c -1
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = c 1500
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = c -1
0.00/0.03	c # priority of node selection rule <dfs> in standard mode
0.00/0.03	c # [type: int, range: [-536870912,536870911], default: 0]
0.00/0.03	c nodeselection/dfs/stdpriority = c 1000000
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = c 0
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = c TRUE
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = c FALSE
0.00/0.03	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c constraints/knapsack/maxnumcardlift = c 0
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = c TRUE
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = c 5
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = c 1
0.00/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.00/0.03	c # [type: char, range: {lafpsqd}, default: l]
0.00/0.03	c lp/pricing = c a
0.00/0.03	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c lp/solvefreq = c 0
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = c 1
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = c 1620
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = c 1791
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = c 10000
0.00/0.03	c # should enforcement of pseudo solution be disabled?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/disableenfops = c TRUE
0.00/0.03	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c constraints/agelimit = c 1
0.00/0.03	c # should binary conflicts be preferred?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c conflict/preferbinary = c TRUE
0.00/0.03	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c conflict/interconss = c 0
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving problem
0.00/0.03	c 
0.02/0.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.04	c   0.0s|     1 |     0 |   129 | 907k|   0 |  88 | 160 | 384 | 384 | 160 | 384 |   0 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   316 |1538k|   0 |  90 | 160 | 384 | 384 | 160 | 391 |   7 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   432 |2084k|   0 |  98 | 160 | 384 | 384 | 160 | 398 |  14 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   523 |2629k|   0 |  93 | 160 | 384 | 384 | 160 | 406 |  22 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   659 |3126k|   0 |  88 | 160 | 384 | 384 | 160 | 413 |  29 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   834 |3636k|   0 |  83 | 160 | 384 | 384 | 160 | 418 |  34 |   0 |   0 | 3.200000e+01 |      --      |    Inf 
0.99/1.04	c   1.0s|     1 |     2 |   834 |3637k|   0 |  83 | 160 | 384 | 384 | 160 | 418 |  34 |   0 |  33 | 3.200000e+01 |      --      |    Inf 
3.69/3.75	c   3.5s| 10000 |    29 |   834 |3745k|  50 |   - | 160 | 395 | 346 |   0 |   0 |  34 |6157 |  33 | 3.200000e+01 |      --      |    Inf 
6.50/6.52	c   6.0s| 20000 |    28 |   834 |3763k|  50 |   - | 160 | 424 | 287 |   0 |   0 |  34 |  12k|  33 | 3.200000e+01 |      --      |    Inf 
9.18/9.26	c   8.5s| 30000 |    33 |   834 |3762k|  50 |   - | 160 | 408 | 269 |   0 |   0 |  34 |  18k|  33 | 3.200000e+01 |      --      |    Inf 
11.89/11.97	c  11.0s| 40000 |    22 |   834 |3774k|  50 |   - | 160 | 439 | 262 |   0 |   0 |  34 |  24k|  33 | 3.200000e+01 |      --      |    Inf 
14.58/14.65	c  13.4s| 50000 |    31 |   834 |3764k|  50 |   - | 160 | 399 | 240 |   0 |   0 |  34 |  30k|  33 | 3.200000e+01 |      --      |    Inf 
17.39/17.41	c  15.9s| 60000 |    26 |   834 |3767k|  50 |   - | 160 | 413 | 288 |   0 |   0 |  34 |  36k|  33 | 3.200000e+01 |      --      |    Inf 
20.08/20.18	c  18.4s| 70000 |    29 |   834 |3772k|  50 |   - | 160 | 417 | 269 |   0 |   0 |  34 |  42k|  33 | 3.200000e+01 |      --      |    Inf 
22.78/22.89	c  20.9s| 80000 |    31 |   834 |3775k|  50 |   - | 160 | 422 | 270 |   0 |   0 |  34 |  48k|  33 | 3.200000e+01 |      --      |    Inf 
25.49/25.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.49/25.54	c  23.4s| 90000 |    33 |   834 |3776k|  50 |   - | 160 | 413 | 269 |   0 |   0 |  34 |  55k|  33 | 3.200000e+01 |      --      |    Inf 
28.29/28.30	c  25.9s|100000 |    28 |   834 |3777k|  50 |   - | 160 | 418 | 278 |   0 |   0 |  34 |  61k|  33 | 3.200000e+01 |      --      |    Inf 
30.98/31.01	c  28.4s|110000 |    34 |   834 |3781k|  50 |   - | 160 | 419 | 240 |   0 |   0 |  34 |  67k|  33 | 3.200000e+01 |      --      |    Inf 
33.68/33.72	c  30.8s|120000 |    28 |   834 |3789k|  50 |   - | 160 | 436 | 247 |   0 |   0 |  34 |  73k|  33 | 3.200000e+01 |      --      |    Inf 
36.49/36.51	c  33.4s|130000 |    23 |   834 |3786k|  50 |   - | 160 | 429 | 224 |   0 |   0 |  34 |  79k|  33 | 3.200000e+01 |      --      |    Inf 
39.18/39.25	c  35.8s|140000 |    23 |   834 |3791k|  50 |   - | 160 | 445 | 250 |   0 |   0 |  34 |  86k|  33 | 3.200000e+01 |      --      |    Inf 
41.88/41.96	c  38.3s|150000 |    36 |   834 |3784k|  50 |   - | 160 | 409 | 216 |   0 |   0 |  34 |  92k|  33 | 3.200000e+01 |      --      |    Inf 
44.68/44.73	c  40.8s|160000 |    26 |   834 |3782k|  50 |   - | 160 | 414 | 268 |   0 |   0 |  34 |  98k|  33 | 3.200000e+01 |      --      |    Inf 
47.38/47.45	c  43.3s|170000 |    23 |   834 |3789k|  50 |   - | 160 | 426 | 250 |   0 |   0 |  34 | 104k|  33 | 3.200000e+01 |      --      |    Inf 
50.07/50.18	c  45.8s|180000 |    30 |   834 |3787k|  50 |   - | 160 | 415 | 239 |   0 |   0 |  34 | 110k|  33 | 3.200000e+01 |      --      |    Inf 
52.88/52.96	c  48.3s|190000 |    20 |   834 |3780k|  50 |   - | 160 | 410 | 317 |   0 |   0 |  34 | 116k|  33 | 3.200000e+01 |      --      |    Inf 
55.58/55.65	c  50.8s|200000 |    21 |   834 |3785k|  50 |   - | 160 | 418 | 262 |   0 |   0 |  34 | 123k|  33 | 3.200000e+01 |      --      |    Inf 
58.28/58.36	c  53.2s|210000 |    20 |   834 |3792k|  50 |   - | 160 | 432 | 251 |   0 |   0 |  34 | 129k|  33 | 3.200000e+01 |      --      |    Inf 
61.07/61.14	c  55.8s|220000 |    23 |   834 |3784k|  50 |   - | 160 | 410 | 293 |   0 |   0 |  34 | 135k|  33 | 3.200000e+01 |      --      |    Inf 
63.77/63.86	c  58.2s|230000 |    22 |   834 |3791k|  50 |   - | 160 | 427 | 278 |   0 |   0 |  34 | 141k|  33 | 3.200000e+01 |      --      |    Inf 
66.57/66.61	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.57/66.61	c  60.7s|240000 |    21 |   834 |3792k|  50 |   - | 160 | 426 | 252 |   0 |   0 |  34 | 147k|  33 | 3.200000e+01 |      --      |    Inf 
69.37/69.41	c  63.3s|250000 |    29 |   834 |3803k|  50 |   - | 160 | 439 | 183 |   0 |   0 |  34 | 153k|  33 | 3.200000e+01 |      --      |    Inf 
72.07/72.18	c  65.8s|260000 |    27 |   834 |3794k|  50 |   - | 160 | 426 | 265 |   0 |   0 |  34 | 160k|  33 | 3.200000e+01 |      --      |    Inf 
74.87/74.90	c  68.3s|270000 |    27 |   834 |3799k|  50 |   - | 160 | 437 | 262 |   0 |   0 |  34 | 166k|  33 | 3.200000e+01 |      --      |    Inf 
77.66/77.73	c  70.8s|280000 |    27 |   834 |3795k|  50 |   - | 160 | 424 | 259 |   0 |   0 |  34 | 172k|  33 | 3.200000e+01 |      --      |    Inf 
80.37/80.45	c  73.3s|290000 |    26 |   834 |3790k|  50 |   - | 160 | 413 | 293 |   0 |   0 |  34 | 178k|  33 | 3.200000e+01 |      --      |    Inf 
83.17/83.23	c  75.8s|300000 |    23 |   834 |3800k|  50 |   - | 160 | 437 | 262 |   0 |   0 |  34 | 185k|  33 | 3.200000e+01 |      --      |    Inf 
85.97/86.04	c  78.3s|310000 |    30 |   834 |3798k|  50 |   - | 160 | 428 | 249 |   0 |   0 |  34 | 191k|  33 | 3.200000e+01 |      --      |    Inf 
88.67/88.79	c  80.8s|320000 |    27 |   834 |3805k|  50 |   - | 160 | 441 | 229 |   0 |   0 |  34 | 197k|  33 | 3.200000e+01 |      --      |    Inf 
91.57/91.61	c  83.4s|330000 |    23 |   834 |3799k|  50 |   - | 160 | 434 | 273 |   0 |   0 |  34 | 203k|  33 | 3.200000e+01 |      --      |    Inf 
94.36/94.44	c  86.0s|340000 |    22 |   834 |3800k|  50 |   - | 160 | 425 | 213 |   0 |   0 |  34 | 210k|  33 | 3.200000e+01 |      --      |    Inf 
97.16/97.29	c  88.6s|350000 |    18 |   834 |3796k|  50 |   - | 160 | 428 | 307 |   0 |   0 |  34 | 216k|  33 | 3.200000e+01 |      --      |    Inf 
99.97/100.06	c  91.1s|360000 |    25 |   834 |3795k|  50 |   - | 160 | 421 | 310 |   0 |   0 |  34 | 222k|  33 | 3.200000e+01 |      --      |    Inf 
102.66/102.79	c  93.6s|370000 |    27 |   834 |3809k|  50 |   - | 160 | 453 | 255 |   0 |   0 |  34 | 229k|  33 | 3.200000e+01 |      --      |    Inf 
105.36/105.50	c  96.0s|380000 |    25 |   834 |3809k|  50 |   - | 160 | 457 | 291 |   0 |   0 |  34 | 235k|  33 | 3.200000e+01 |      --      |    Inf 
108.17/108.24	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.17/108.25	c  98.5s|390000 |    28 |   834 |3806k|  50 |   - | 160 | 442 | 259 |   0 |   0 |  34 | 241k|  33 | 3.200000e+01 |      --      |    Inf 
110.96/111.08	c   101s|400000 |    29 |   834 |3798k|  52 |   - | 160 | 416 | 284 |   0 |   0 |  34 | 247k|  33 | 3.200000e+01 |      --      |    Inf 
113.86/113.94	c   104s|410000 |    23 |   834 |3807k|  52 |   - | 160 | 435 | 223 |   0 |   0 |  34 | 254k|  33 | 3.200000e+01 |      --      |    Inf 
116.66/116.75	c   106s|420000 |    30 |   834 |3807k|  52 |   - | 160 | 423 | 144 |   0 |   0 |  34 | 260k|  33 | 3.200000e+01 |      --      |    Inf 
119.46/119.57	c   109s|430000 |    23 |   834 |3810k|  52 |   - | 160 | 444 | 246 |   0 |   0 |  34 | 266k|  33 | 3.200000e+01 |      --      |    Inf 
122.25/122.35	c   111s|440000 |    27 |   834 |3799k|  53 |   - | 160 | 416 | 259 |   0 |   0 |  34 | 272k|  33 | 3.200000e+01 |      --      |    Inf 
124.95/125.07	c   114s|450000 |    21 |   834 |3805k|  53 |   - | 160 | 436 | 286 |   0 |   0 |  34 | 278k|  33 | 3.200000e+01 |      --      |    Inf 
127.75/127.87	c   116s|460000 |    28 |   834 |3808k|  53 |   - | 160 | 430 | 178 |   0 |   0 |  34 | 285k|  33 | 3.200000e+01 |      --      |    Inf 
130.55/130.66	c   119s|470000 |    29 |   834 |3808k|  53 |   - | 160 | 431 | 203 |   0 |   0 |  34 | 291k|  33 | 3.200000e+01 |      --      |    Inf 
133.35/133.46	c   121s|480000 |    23 |   834 |3811k|  53 |   - | 160 | 440 | 176 |   0 |   0 |  34 | 297k|  33 | 3.200000e+01 |      --      |    Inf 
136.15/136.29	c   124s|490000 |    29 |   834 |3809k|  53 |   - | 160 | 436 | 219 |   0 |   0 |  34 | 303k|  33 | 3.200000e+01 |      --      |    Inf 
139.05/139.12	c   127s|500000 |    22 |   834 |3810k|  53 |   - | 160 | 445 | 278 |   0 |   0 |  34 | 310k|  33 | 3.200000e+01 |      --      |    Inf 
141.75/141.87	c   129s|510000 |    29 |   834 |3803k|  53 |   - | 160 | 419 | 252 |   0 |   0 |  34 | 316k|  33 | 3.200000e+01 |      --      |    Inf 
144.45/144.56	c   131s|520000 |    25 |   834 |3808k|  53 |   - | 160 | 436 | 250 |   0 |   0 |  34 | 322k|  33 | 3.200000e+01 |      --      |    Inf 
147.25/147.37	c   134s|530000 |    31 |   834 |3803k|  53 |   - | 160 | 420 | 242 |   0 |   0 |  34 | 328k|  33 | 3.200000e+01 |      --      |    Inf 
150.05/150.11	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
150.05/150.11	c   137s|540000 |    21 |   834 |3809k|  53 |   - | 160 | 434 | 216 |   0 |   0 |  34 | 334k|  33 | 3.200000e+01 |      --      |    Inf 
152.75/152.86	c   139s|550000 |    19 |   834 |3806k|  53 |   - | 160 | 438 | 290 |   0 |   0 |  34 | 341k|  33 | 3.200000e+01 |      --      |    Inf 
155.55/155.62	c   142s|560000 |    24 |   834 |3815k|  53 |   - | 160 | 446 | 206 |   0 |   0 |  34 | 347k|  33 | 3.200000e+01 |      --      |    Inf 
158.35/158.44	c   144s|570000 |    26 |   834 |3816k|  53 |   - | 160 | 443 | 154 |   0 |   0 |  34 | 353k|  33 | 3.200000e+01 |      --      |    Inf 
161.14/161.24	c   147s|580000 |    30 |   834 |3811k|  53 |   - | 160 | 434 | 216 |   0 |   0 |  34 | 359k|  33 | 3.200000e+01 |      --      |    Inf 
163.94/164.02	c   149s|590000 |    26 |   834 |3807k|  53 |   - | 160 | 429 | 260 |   0 |   0 |  34 | 366k|  33 | 3.200000e+01 |      --      |    Inf 
166.74/166.82	c   152s|600000 |    24 |   834 |3808k|  53 |   - | 160 | 425 | 218 |   0 |   0 |  34 | 372k|  33 | 3.200000e+01 |      --      |    Inf 
169.44/169.53	c   154s|610000 |    25 |   834 |3811k|  53 |   - | 160 | 437 | 270 |   0 |   0 |  34 | 378k|  33 | 3.200000e+01 |      --      |    Inf 
172.24/172.36	c   157s|620000 |    23 |   834 |3815k|  53 |   - | 160 | 449 | 246 |   0 |   0 |  34 | 384k|  33 | 3.200000e+01 |      --      |    Inf 
175.04/175.11	c   159s|630000 |    24 |   834 |3814k|  53 |   - | 160 | 442 | 228 |   0 |   0 |  34 | 391k|  33 | 3.200000e+01 |      --      |    Inf 
177.83/177.98	c   162s|640000 |    31 |   834 |3813k|  53 |   - | 160 | 437 | 234 |   0 |   0 |  34 | 397k|  33 | 3.200000e+01 |      --      |    Inf 
180.74/180.82	c   164s|650000 |    25 |   834 |3812k|  53 |   - | 160 | 438 | 258 |   0 |   0 |  34 | 403k|  33 | 3.200000e+01 |      --      |    Inf 
183.43/183.59	c   167s|660000 |    24 |   834 |3815k|  53 |   - | 160 | 442 | 250 |   0 |   0 |  34 | 410k|  33 | 3.200000e+01 |      --      |    Inf 
186.23/186.33	c   170s|670000 |    22 |   834 |3819k|  53 |   - | 160 | 456 | 241 |   0 |   0 |  34 | 416k|  33 | 3.200000e+01 |      --      |    Inf 
188.93/189.10	c   172s|680000 |    22 |   834 |3824k|  53 |   - | 160 | 465 | 215 |   0 |   0 |  34 | 422k|  33 | 3.200000e+01 |      --      |    Inf 
191.83/191.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.83/191.95	c   175s|690000 |    25 |   834 |3812k|  53 |   - | 160 | 431 | 247 |   0 |   0 |  34 | 428k|  33 | 3.200000e+01 |      --      |    Inf 
194.64/194.71	c   177s|700000 |    27 |   834 |3814k|  53 |   - | 160 | 434 | 243 |   0 |   0 |  34 | 435k|  33 | 3.200000e+01 |      --      |    Inf 
197.33/197.42	c   180s|710000 |    19 |   834 |3818k|  53 |   - | 160 | 445 | 195 |   0 |   0 |  34 | 441k|  33 | 3.200000e+01 |      --      |    Inf 
200.14/200.24	c   182s|720000 |    30 |   834 |3808k|  53 |   - | 160 | 413 | 242 |   0 |   0 |  34 | 447k|  33 | 3.200000e+01 |      --      |    Inf 
202.93/203.06	c   185s|730000 |    30 |   834 |3816k|  53 |   - | 160 | 431 | 230 |   0 |   0 |  34 | 453k|  33 | 3.200000e+01 |      --      |    Inf 
205.73/205.83	c   187s|740000 |    34 |   834 |3810k|  53 |   - | 160 | 412 | 201 |   0 |   0 |  34 | 460k|  33 | 3.200000e+01 |      --      |    Inf 
208.53/208.64	c   190s|750000 |    25 |   834 |3814k|  53 |   - | 160 | 426 | 192 |   0 |   0 |  34 | 466k|  33 | 3.200000e+01 |      --      |    Inf 
211.22/211.36	c   192s|760000 |    27 |   834 |3811k|  53 |   - | 160 | 419 | 224 |   0 |   0 |  34 | 472k|  33 | 3.200000e+01 |      --      |    Inf 
214.03/214.15	c   195s|770000 |    22 |   834 |3823k|  53 |   - | 160 | 449 | 204 |   0 |   0 |  34 | 478k|  33 | 3.200000e+01 |      --      |    Inf 
216.82/216.93	c   197s|780000 |    21 |   834 |3811k|  53 |   - | 160 | 425 | 251 |   0 |   0 |  34 | 484k|  33 | 3.200000e+01 |      --      |    Inf 
219.53/219.69	c   200s|790000 |    26 |   834 |3818k|  53 |   - | 160 | 438 | 219 |   0 |   0 |  34 | 490k|  33 | 3.200000e+01 |      --      |    Inf 
222.32/222.47	c   202s|800000 |    29 |   834 |3817k|  53 |   - | 160 | 427 | 193 |   0 |   0 |  34 | 497k|  33 | 3.200000e+01 |      --      |    Inf 
225.12/225.28	c   205s|810000 |    24 |   834 |3821k|  53 |   - | 160 | 447 | 220 |   0 |   0 |  34 | 503k|  33 | 3.200000e+01 |      --      |    Inf 
227.92/228.03	c   207s|820000 |    18 |   834 |3819k|  53 |   - | 160 | 449 | 257 |   0 |   0 |  34 | 509k|  33 | 3.200000e+01 |      --      |    Inf 
230.62/230.79	c   210s|830000 |    27 |   834 |3811k|  53 |   - | 160 | 419 | 270 |   0 |   0 |  34 | 515k|  33 | 3.200000e+01 |      --      |    Inf 
233.52/233.68	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.52/233.68	c   213s|840000 |    24 |   834 |3819k|  53 |   - | 160 | 437 | 206 |   0 |   0 |  34 | 521k|  33 | 3.200000e+01 |      --      |    Inf 
236.32/236.48	c   215s|850000 |    20 |   834 |3815k|  53 |   - | 160 | 435 | 284 |   0 |   0 |  34 | 528k|  33 | 3.200000e+01 |      --      |    Inf 
239.11/239.27	c   218s|860000 |    25 |   834 |3819k|  53 |   - | 160 | 431 | 188 |   0 |   0 |  34 | 534k|  33 | 3.200000e+01 |      --      |    Inf 
241.92/242.05	c   220s|870000 |    19 |   834 |3815k|  53 |   - | 160 | 433 | 281 |   0 |   0 |  34 | 540k|  33 | 3.200000e+01 |      --      |    Inf 
244.71/244.85	c   223s|880000 |    21 |   834 |3822k|  53 |   - | 160 | 441 | 196 |   0 |   0 |  34 | 546k|  33 | 3.200000e+01 |      --      |    Inf 
247.51/247.62	c   225s|890000 |    23 |   834 |3826k|  53 |   - | 160 | 448 | 208 |   0 |   0 |  34 | 553k|  33 | 3.200000e+01 |      --      |    Inf 
250.12/250.29	c   228s|900000 |    22 |   834 |3821k|  53 |   - | 160 | 448 | 249 |   0 |   0 |  34 | 559k|  33 | 3.200000e+01 |      --      |    Inf 
252.92/253.04	c   230s|910000 |    23 |   834 |3825k|  53 |   - | 160 | 447 | 205 |   0 |   0 |  34 | 565k|  33 | 3.200000e+01 |      --      |    Inf 
255.61/255.75	c   233s|920000 |    18 |   834 |3827k|  53 |   - | 160 | 461 | 264 |   0 |   0 |  34 | 571k|  33 | 3.200000e+01 |      --      |    Inf 
258.31/258.47	c   235s|930000 |    20 |   834 |3825k|  53 |   - | 160 | 450 | 199 |   0 |   0 |  34 | 577k|  33 | 3.200000e+01 |      --      |    Inf 
261.11/261.24	c   238s|940000 |    34 |   834 |3813k|  53 |   - | 160 | 412 | 224 |   0 |   0 |  34 | 584k|  33 | 3.200000e+01 |      --      |    Inf 
263.91/264.10	c   240s|950000 |    21 |   834 |3822k|  53 |   - | 160 | 442 | 202 |   0 |   0 |  34 | 590k|  33 | 3.200000e+01 |      --      |    Inf 
266.71/266.87	c   243s|960000 |    19 |   834 |3825k|  53 |   - | 160 | 453 | 223 |   0 |   0 |  34 | 596k|  33 | 3.200000e+01 |      --      |    Inf 
269.41/269.53	c   245s|970000 |    17 |   834 |3822k|  53 |   - | 160 | 451 | 269 |   0 |   0 |  34 | 602k|  33 | 3.200000e+01 |      --      |    Inf 
272.21/272.31	c   248s|980000 |    18 |   834 |3825k|  53 |   - | 160 | 452 | 234 |   0 |   0 |  34 | 609k|  33 | 3.200000e+01 |      --      |    Inf 
274.91/275.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
274.91/275.04	c   250s|990000 |    18 |   834 |3828k|  53 |   - | 160 | 459 | 196 |   0 |   0 |  34 | 615k|  33 | 3.200000e+01 |      --      |    Inf 
277.60/277.74	c   253s|  1000k|    19 |   834 |3823k|  53 |   - | 160 | 447 | 220 |   0 |   0 |  34 | 621k|  33 | 3.200000e+01 |      --      |    Inf 
280.30/280.50	c   255s|  1010k|    19 |   834 |3823k|  53 |   - | 160 | 451 | 255 |   0 |   0 |  34 | 628k|  33 | 3.200000e+01 |      --      |    Inf 
283.10/283.21	c   258s|  1020k|    23 |   834 |3823k|  53 |   - | 160 | 447 | 250 |   0 |   0 |  34 | 634k|  33 | 3.200000e+01 |      --      |    Inf 
285.80/286.00	c   260s|  1030k|    30 |   834 |3821k|  53 |   - | 160 | 422 | 171 |   0 |   0 |  34 | 640k|  33 | 3.200000e+01 |      --      |    Inf 
288.70/288.84	c   263s|  1040k|    30 |   834 |3814k|  53 |   - | 160 | 414 | 217 |   0 |   0 |  34 | 646k|  33 | 3.200000e+01 |      --      |    Inf 
291.50/291.64	c   265s|  1050k|    27 |   834 |3815k|  53 |   - | 160 | 417 | 250 |   0 |   0 |  34 | 652k|  33 | 3.200000e+01 |      --      |    Inf 
294.30/294.47	c   268s|  1060k|    29 |   834 |3820k|  53 |   - | 160 | 428 | 214 |   0 |   0 |  34 | 658k|  33 | 3.200000e+01 |      --      |    Inf 
297.10/297.25	c   270s|  1070k|    22 |   834 |3824k|  53 |   - | 160 | 443 | 228 |   0 |   0 |  34 | 665k|  33 | 3.200000e+01 |      --      |    Inf 
300.00/300.15	c   273s|  1080k|    22 |   834 |3815k|  53 |   - | 160 | 424 | 271 |   0 |   0 |  34 | 671k|  33 | 3.200000e+01 |      --      |    Inf 
302.79/302.94	c   276s|  1090k|    31 |   834 |3826k|  53 |   - | 160 | 438 | 204 |   0 |   0 |  34 | 677k|  33 | 3.200000e+01 |      --      |    Inf 
305.60/305.70	c   278s|  1100k|    24 |   834 |3824k|  53 |   - | 160 | 436 | 199 |   0 |   0 |  34 | 683k|  33 | 3.200000e+01 |      --      |    Inf 
308.19/308.37	c   281s|  1110k|    29 |   834 |3815k|  53 |   - | 160 | 419 | 266 |   0 |   0 |  34 | 689k|  33 | 3.200000e+01 |      --      |    Inf 
311.00/311.13	c   283s|  1120k|    21 |   834 |3819k|  53 |   - | 160 | 434 | 244 |   0 |   0 |  34 | 696k|  33 | 3.200000e+01 |      --      |    Inf 
313.80/313.99	c   286s|  1130k|    24 |   834 |3821k|  53 |   - | 160 | 435 | 258 |   0 |   0 |  34 | 702k|  33 | 3.200000e+01 |      --      |    Inf 
316.69/316.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.69/316.88	c   288s|  1140k|    27 |   834 |3816k|  53 |   - | 160 | 416 | 221 |   0 |   0 |  34 | 708k|  33 | 3.200000e+01 |      --      |    Inf 
319.59/319.70	c   291s|  1150k|    27 |   834 |3823k|  53 |   - | 160 | 437 | 222 |   0 |   0 |  34 | 714k|  33 | 3.200000e+01 |      --      |    Inf 
322.38/322.50	c   293s|  1160k|    27 |   834 |3815k|  53 |   - | 160 | 418 | 255 |   0 |   0 |  34 | 720k|  33 | 3.200000e+01 |      --      |    Inf 
325.09/325.25	c   296s|  1170k|    21 |   834 |3824k|  53 |   - | 160 | 438 | 209 |   0 |   0 |  34 | 727k|  33 | 3.200000e+01 |      --      |    Inf 
327.79/327.93	c   298s|  1180k|    22 |   834 |3825k|  53 |   - | 160 | 442 | 220 |   0 |   0 |  34 | 733k|  33 | 3.200000e+01 |      --      |    Inf 
330.49/330.66	c   301s|  1190k|    25 |   834 |3816k|  53 |   - | 160 | 417 | 254 |   0 |   0 |  34 | 739k|  33 | 3.200000e+01 |      --      |    Inf 
333.29/333.48	c   303s|  1200k|    18 |   834 |3824k|  53 |   - | 160 | 441 | 201 |   0 |   0 |  34 | 745k|  33 | 3.200000e+01 |      --      |    Inf 
336.09/336.26	c   306s|  1210k|    19 |   834 |3823k|  53 |   - | 160 | 441 | 252 |   0 |   0 |  34 | 751k|  33 | 3.200000e+01 |      --      |    Inf 
338.89/339.08	c   308s|  1220k|    18 |   834 |3823k|  53 |   - | 160 | 445 | 264 |   0 |   0 |  34 | 757k|  33 | 3.200000e+01 |      --      |    Inf 
341.78/341.90	c   311s|  1230k|    25 |   834 |3815k|  53 |   - | 160 | 416 | 270 |   0 |   0 |  34 | 764k|  33 | 3.200000e+01 |      --      |    Inf 
344.48/344.65	c   314s|  1240k|    21 |   834 |3817k|  53 |   - | 160 | 427 | 282 |   0 |   0 |  34 | 770k|  33 | 3.200000e+01 |      --      |    Inf 
347.28/347.46	c   316s|  1250k|    24 |   834 |3819k|  53 |   - | 160 | 424 | 253 |   0 |   0 |  34 | 776k|  33 | 3.200000e+01 |      --      |    Inf 
350.08/350.29	c   319s|  1260k|    15 |   834 |3822k|  53 |   - | 160 | 440 | 237 |   0 |   0 |  34 | 783k|  33 | 3.200000e+01 |      --      |    Inf 
352.88/353.10	c   321s|  1270k|    22 |   834 |3823k|  53 |   - | 160 | 434 | 199 |   0 |   0 |  34 | 789k|  33 | 3.200000e+01 |      --      |    Inf 
355.78/355.94	c   324s|  1280k|    18 |   834 |3821k|  53 |   - | 160 | 442 | 273 |   0 |   0 |  34 | 795k|  33 | 3.200000e+01 |      --      |    Inf 
358.49/358.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
358.49/358.65	c   326s|  1290k|    23 |   834 |3821k|  53 |   - | 160 | 426 | 226 |   0 |   0 |  34 | 801k|  33 | 3.200000e+01 |      --      |    Inf 
361.28/361.43	c   329s|  1300k|    24 |   834 |3816k|  53 |   - | 160 | 420 | 284 |   0 |   0 |  34 | 807k|  33 | 3.200000e+01 |      --      |    Inf 
364.18/364.32	c   331s|  1310k|    21 |   834 |3816k|  53 |   - | 160 | 418 | 258 |   0 |   0 |  34 | 814k|  33 | 3.200000e+01 |      --      |    Inf 
366.88/367.09	c   334s|  1320k|    23 |   834 |3822k|  53 |   - | 160 | 436 | 244 |   0 |   0 |  34 | 820k|  33 | 3.200000e+01 |      --      |    Inf 
369.58/369.80	c   336s|  1330k|    19 |   834 |3814k|  53 |   - | 160 | 419 | 294 |   0 |   0 |  34 | 826k|  33 | 3.200000e+01 |      --      |    Inf 
372.48/372.66	c   339s|  1340k|    22 |   834 |3818k|  53 |   - | 160 | 420 | 232 |   0 |   0 |  34 | 832k|  33 | 3.200000e+01 |      --      |    Inf 
375.28/375.44	c   342s|  1350k|    25 |   834 |3823k|  53 |   - | 160 | 434 | 254 |   0 |   0 |  34 | 838k|  33 | 3.200000e+01 |      --      |    Inf 
378.17/378.37	c   344s|  1360k|    17 |   834 |3825k|  53 |   - | 160 | 446 | 248 |   0 |   0 |  34 | 845k|  33 | 3.200000e+01 |      --      |    Inf 
381.07/381.23	c   347s|  1370k|    16 |   834 |3824k|  53 |   - | 160 | 446 | 244 |   0 |   0 |  34 | 851k|  33 | 3.200000e+01 |      --      |    Inf 
383.78/383.99	c   349s|  1380k|    24 |   834 |3817k|  53 |   - | 160 | 414 | 210 |   0 |   0 |  34 | 857k|  33 | 3.200000e+01 |      --      |    Inf 
386.67/386.88	c   352s|  1390k|    16 |   834 |3818k|  53 |   - | 160 | 429 | 268 |   0 |   0 |  34 | 863k|  33 | 3.200000e+01 |      --      |    Inf 
389.47/389.62	c   355s|  1400k|    18 |   834 |3821k|  53 |   - | 160 | 436 | 243 |   0 |   0 |  34 | 869k|  33 | 3.200000e+01 |      --      |    Inf 
392.26/392.41	c   357s|  1410k|    14 |   834 |3829k|  53 |   - | 160 | 460 | 239 |   0 |   0 |  34 | 876k|  33 | 3.200000e+01 |      --      |    Inf 
394.97/395.12	c   360s|  1420k|    28 |   834 |3818k|  53 |   - | 160 | 420 | 243 |   0 |   0 |  34 | 882k|  33 | 3.200000e+01 |      --      |    Inf 
397.86/398.00	c   362s|  1430k|    19 |   834 |3825k|  53 |   - | 160 | 440 | 217 |   0 |   0 |  34 | 888k|  33 | 3.200000e+01 |      --      |    Inf 
400.67/400.84	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.67/400.84	c   365s|  1440k|    30 |   834 |3819k|  53 |   - | 160 | 419 | 234 |   0 |   0 |  34 | 894k|  33 | 3.200000e+01 |      --      |    Inf 
403.47/403.61	c   367s|  1450k|    16 |   834 |3823k|  53 |   - | 160 | 435 | 220 |   0 |   0 |  34 | 900k|  33 | 3.200000e+01 |      --      |    Inf 
406.16/406.35	c   370s|  1460k|    12 |   834 |3825k|  53 |   - | 160 | 441 | 208 |   0 |   0 |  34 | 907k|  33 | 3.200000e+01 |      --      |    Inf 
408.97/409.18	c   372s|  1470k|    31 |   834 |3826k|  53 |   - | 160 | 422 | 166 |   0 |   0 |  34 | 913k|  33 | 3.200000e+01 |      --      |    Inf 
411.76/411.92	c   375s|  1480k|    33 |   834 |3832k|  53 |   - | 160 | 442 | 190 |   0 |   0 |  34 | 919k|  33 | 3.200000e+01 |      --      |    Inf 
414.46/414.63	c   377s|  1490k|    31 |   834 |3824k|  53 |   - | 160 | 427 | 238 |   0 |   0 |  34 | 925k|  33 | 3.200000e+01 |      --      |    Inf 
417.26/417.42	c   380s|  1500k|    29 |   834 |3827k|  53 |   - | 160 | 435 | 217 |   0 |   0 |  34 | 931k|  33 | 3.200000e+01 |      --      |    Inf 
420.07/420.26	c   382s|  1510k|    30 |   834 |3826k|  55 |   - | 160 | 431 | 227 |   0 |   0 |  34 | 937k|  33 | 3.200000e+01 |      --      |    Inf 
422.86/423.08	c   385s|  1520k|    31 |   834 |3822k|  55 |   - | 160 | 423 | 242 |   0 |   0 |  34 | 944k|  33 | 3.200000e+01 |      --      |    Inf 
425.76/425.92	c   388s|  1530k|    26 |   834 |3826k|  55 |   - | 160 | 434 | 250 |   0 |   0 |  34 | 950k|  33 | 3.200000e+01 |      --      |    Inf 
428.55/428.77	c   390s|  1540k|    32 |   834 |3828k|  55 |   - | 160 | 431 | 201 |   0 |   0 |  34 | 956k|  33 | 3.200000e+01 |      --      |    Inf 
431.36/431.57	c   393s|  1550k|    32 |   834 |3829k|  55 |   - | 160 | 433 | 181 |   0 |   0 |  34 | 962k|  33 | 3.200000e+01 |      --      |    Inf 
434.25/434.41	c   395s|  1560k|    21 |   834 |3830k|  55 |   - | 160 | 451 | 267 |   0 |   0 |  34 | 968k|  33 | 3.200000e+01 |      --      |    Inf 
436.96/437.14	c   398s|  1570k|    30 |   834 |3828k|  55 |   - | 160 | 434 | 223 |   0 |   0 |  34 | 974k|  33 | 3.200000e+01 |      --      |    Inf 
439.75/440.00	c   400s|  1580k|    27 |   834 |3834k|  55 |   - | 160 | 448 | 196 |   0 |   0 |  34 | 981k|  33 | 3.200000e+01 |      --      |    Inf 
442.65/442.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
442.65/442.82	c   403s|  1590k|    25 |   834 |3829k|  55 |   - | 160 | 441 | 229 |   0 |   0 |  34 | 987k|  33 | 3.200000e+01 |      --      |    Inf 
445.45/445.68	c   405s|  1600k|    31 |   834 |3826k|  55 |   - | 160 | 419 | 152 |   0 |   0 |  34 | 993k|  33 | 3.200000e+01 |      --      |    Inf 
448.34/448.57	c   408s|  1610k|    25 |   834 |3831k|  55 |   - | 160 | 445 | 232 |   0 |   0 |  34 |1000k|  33 | 3.200000e+01 |      --      |    Inf 
451.14/451.34	c   411s|  1620k|    26 |   834 |3827k|  55 |   - | 160 | 435 | 224 |   0 |   0 |  34 |1006k|  33 | 3.200000e+01 |      --      |    Inf 
453.95/454.15	c   413s|  1630k|    32 |   834 |3826k|  55 |   - | 160 | 430 | 232 |   0 |   0 |  34 |1012k|  33 | 3.200000e+01 |      --      |    Inf 
456.85/457.03	c   416s|  1640k|    32 |   834 |3826k|  55 |   - | 160 | 430 | 226 |   0 |   0 |  34 |1018k|  33 | 3.200000e+01 |      --      |    Inf 
459.75/459.92	c   418s|  1650k|    25 |   834 |3827k|  55 |   - | 160 | 428 | 167 |   0 |   0 |  34 |1025k|  33 | 3.200000e+01 |      --      |    Inf 
462.55/462.78	c   421s|  1660k|    28 |   834 |3823k|  55 |   - | 160 | 423 | 225 |   0 |   0 |  34 |1031k|  33 | 3.200000e+01 |      --      |    Inf 
465.44/465.69	c   424s|  1670k|    24 |   834 |3822k|  55 |   - | 160 | 427 | 239 |   0 |   0 |  34 |1037k|  33 | 3.200000e+01 |      --      |    Inf 
468.44/468.61	c   426s|  1680k|    23 |   834 |3821k|  55 |   - | 160 | 427 | 295 |   0 |   0 |  34 |1044k|  33 | 3.200000e+01 |      --      |    Inf 
471.15/471.37	c   429s|  1690k|    21 |   834 |3825k|  55 |   - | 160 | 435 | 242 |   0 |   0 |  34 |1050k|  33 | 3.200000e+01 |      --      |    Inf 
473.94/474.16	c   431s|  1700k|    28 |   834 |3838k|  55 |   - | 160 | 451 | 153 |   0 |   0 |  34 |1056k|  33 | 3.200000e+01 |      --      |    Inf 
476.84/477.01	c   434s|  1710k|    27 |   834 |3826k|  55 |   - | 160 | 436 | 250 |   0 |   0 |  34 |1062k|  33 | 3.200000e+01 |      --      |    Inf 
479.64/479.82	c   436s|  1720k|    25 |   834 |3833k|  55 |   - | 160 | 446 | 169 |   0 |   0 |  34 |1069k|  33 | 3.200000e+01 |      --      |    Inf 
482.43/482.65	c   439s|  1730k|    22 |   834 |3833k|  55 |   - | 160 | 459 | 254 |   0 |   0 |  34 |1075k|  33 | 3.200000e+01 |      --      |    Inf 
485.24/485.46	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.24/485.46	c   442s|  1740k|    24 |   834 |3825k|  55 |   - | 160 | 436 | 280 |   0 |   0 |  34 |1081k|  33 | 3.200000e+01 |      --      |    Inf 
488.03/488.20	c   444s|  1750k|    34 |   834 |3824k|  55 |   - | 160 | 423 | 251 |   0 |   0 |  34 |1088k|  33 | 3.200000e+01 |      --      |    Inf 
490.84/491.01	c   447s|  1760k|    29 |   834 |3831k|  55 |   - | 160 | 443 | 226 |   0 |   0 |  34 |1094k|  33 | 3.200000e+01 |      --      |    Inf 
493.64/493.84	c   449s|  1770k|    23 |   834 |3833k|  55 |   - | 160 | 458 | 228 |   0 |   0 |  34 |1100k|  33 | 3.200000e+01 |      --      |    Inf 
496.44/496.67	c   452s|  1780k|    21 |   834 |3833k|  55 |   - | 160 | 451 | 205 |   0 |   0 |  34 |1107k|  33 | 3.200000e+01 |      --      |    Inf 
499.23/499.42	c   454s|  1790k|    24 |   834 |3829k|  55 |   - | 160 | 446 | 262 |   0 |   0 |  34 |1113k|  33 | 3.200000e+01 |      --      |    Inf 
502.03/502.24	c   457s|  1800k|    24 |   834 |3836k|  55 |   - | 160 | 458 | 215 |   0 |   0 |  34 |1119k|  33 | 3.200000e+01 |      --      |    Inf 
504.83/505.02	c   459s|  1810k|    25 |   834 |3831k|  55 |   - | 160 | 450 | 252 |   0 |   0 |  34 |1125k|  33 | 3.200000e+01 |      --      |    Inf 
507.53/507.70	c   462s|  1820k|    27 |   834 |3837k|  55 |   - | 160 | 459 | 185 |   0 |   0 |  34 |1132k|  33 | 3.200000e+01 |      --      |    Inf 
510.24/510.45	c   464s|  1830k|    22 |   834 |3841k|  55 |   - | 160 | 476 | 242 |   0 |   0 |  34 |1138k|  33 | 3.200000e+01 |      --      |    Inf 
512.94/513.12	c   467s|  1840k|    18 |   834 |3840k|  55 |   - | 160 | 479 | 231 |   0 |   0 |  34 |1144k|  33 | 3.200000e+01 |      --      |    Inf 
515.74/515.99	c   469s|  1850k|    19 |   834 |3840k|  55 |   - | 160 | 472 | 202 |   0 |   0 |  34 |1151k|  33 | 3.200000e+01 |      --      |    Inf 
518.63/518.81	c   472s|  1860k|    24 |   834 |3832k|  55 |   - | 160 | 449 | 231 |   0 |   0 |  34 |1157k|  33 | 3.200000e+01 |      --      |    Inf 
521.42/521.64	c   474s|  1870k|    26 |   834 |3831k|  55 |   - | 160 | 446 | 230 |   0 |   0 |  34 |1163k|  33 | 3.200000e+01 |      --      |    Inf 
524.23/524.40	c   477s|  1880k|    18 |   834 |3833k|  55 |   - | 160 | 457 | 263 |   0 |   0 |  34 |1169k|  33 | 3.200000e+01 |      --      |    Inf 
527.02/527.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
527.02/527.21	c   479s|  1890k|    29 |   834 |3822k|  55 |   - | 160 | 418 | 260 |   0 |   0 |  34 |1176k|  33 | 3.200000e+01 |      --      |    Inf 
529.82/530.10	c   482s|  1900k|    27 |   834 |3830k|  55 |   - | 160 | 438 | 231 |   0 |   0 |  34 |1182k|  33 | 3.200000e+01 |      --      |    Inf 
532.72/532.92	c   485s|  1910k|    28 |   834 |3835k|  55 |   - | 160 | 445 | 182 |   0 |   0 |  34 |1188k|  33 | 3.200000e+01 |      --      |    Inf 
535.62/535.80	c   487s|  1920k|    21 |   834 |3833k|  55 |   - | 160 | 446 | 181 |   0 |   0 |  34 |1195k|  33 | 3.200000e+01 |      --      |    Inf 
538.62/538.81	c   490s|  1930k|    18 |   834 |3833k|  55 |   - | 160 | 453 | 243 |   0 |   0 |  34 |1201k|  33 | 3.200000e+01 |      --      |    Inf 
541.42/541.69	c   493s|  1940k|    24 |   834 |3833k|  55 |   - | 160 | 448 | 200 |   0 |   0 |  34 |1207k|  33 | 3.200000e+01 |      --      |    Inf 
544.32/544.51	c   495s|  1950k|    25 |   834 |3829k|  55 |   - | 160 | 434 | 198 |   0 |   0 |  34 |1214k|  33 | 3.200000e+01 |      --      |    Inf 
546.92/547.16	c   498s|  1960k|    24 |   834 |3823k|  55 |   - | 160 | 427 | 286 |   0 |   0 |  34 |1220k|  33 | 3.200000e+01 |      --      |    Inf 
549.72/549.90	c   500s|  1970k|    32 |   834 |3824k|  55 |   - | 160 | 420 | 219 |   0 |   0 |  34 |1226k|  33 | 3.200000e+01 |      --      |    Inf 
552.52/552.78	c   503s|  1980k|    25 |   834 |3829k|  55 |   - | 160 | 437 | 221 |   0 |   0 |  34 |1232k|  33 | 3.200000e+01 |      --      |    Inf 
555.32/555.55	c   505s|  1990k|    25 |   834 |3831k|  55 |   - | 160 | 444 | 228 |   0 |   0 |  34 |1239k|  33 | 3.200000e+01 |      --      |    Inf 
558.11/558.32	c   508s|  2000k|    29 |   834 |3833k|  55 |   - | 160 | 447 | 207 |   0 |   0 |  34 |1245k|  33 | 3.200000e+01 |      --      |    Inf 
560.91/561.13	c   510s|  2010k|    19 |   834 |3834k|  55 |   - | 160 | 457 | 255 |   0 |   0 |  34 |1251k|  33 | 3.200000e+01 |      --      |    Inf 
563.61/563.86	c   513s|  2020k|    27 |   834 |3829k|  55 |   - | 160 | 432 | 178 |   0 |   0 |  34 |1257k|  33 | 3.200000e+01 |      --      |    Inf 
566.31/566.60	c   515s|  2030k|    27 |   834 |3834k|  55 |   - | 160 | 450 | 223 |   0 |   0 |  34 |1264k|  33 | 3.200000e+01 |      --      |    Inf 
569.21/569.43	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
569.21/569.43	c   518s|  2040k|    28 |   834 |3831k|  55 |   - | 160 | 442 | 218 |   0 |   0 |  34 |1270k|  33 | 3.200000e+01 |      --      |    Inf 
571.91/572.18	c   520s|  2050k|    16 |   834 |3837k|  55 |   - | 160 | 461 | 164 |   0 |   0 |  34 |1276k|  33 | 3.200000e+01 |      --      |    Inf 
574.81/575.00	c   523s|  2060k|    19 |   834 |3831k|  55 |   - | 160 | 453 | 281 |   0 |   0 |  34 |1283k|  33 | 3.200000e+01 |      --      |    Inf 
577.61/577.81	c   525s|  2070k|    26 |   834 |3833k|  55 |   - | 160 | 450 | 220 |   0 |   0 |  34 |1289k|  33 | 3.200000e+01 |      --      |    Inf 
580.41/580.62	c   528s|  2080k|    25 |   834 |3833k|  55 |   - | 160 | 445 | 188 |   0 |   0 |  34 |1295k|  33 | 3.200000e+01 |      --      |    Inf 
583.21/583.40	c   531s|  2090k|    22 |   834 |3829k|  55 |   - | 160 | 442 | 239 |   0 |   0 |  34 |1302k|  33 | 3.200000e+01 |      --      |    Inf 
586.01/586.23	c   533s|  2100k|    22 |   834 |3833k|  55 |   - | 160 | 453 | 238 |   0 |   0 |  34 |1308k|  33 | 3.200000e+01 |      --      |    Inf 
588.81/589.02	c   536s|  2110k|    27 |   834 |3837k|  55 |   - | 160 | 453 | 167 |   0 |   0 |  34 |1314k|  33 | 3.200000e+01 |      --      |    Inf 
591.51/591.76	c   538s|  2120k|    26 |   834 |3831k|  55 |   - | 160 | 439 | 207 |   0 |   0 |  34 |1320k|  33 | 3.200000e+01 |      --      |    Inf 
594.30/594.56	c   541s|  2130k|    23 |   834 |3833k|  55 |   - | 160 | 449 | 212 |   0 |   0 |  34 |1327k|  33 | 3.200000e+01 |      --      |    Inf 
597.21/597.44	c   543s|  2140k|    19 |   834 |3836k|  55 |   - | 160 | 461 | 223 |   0 |   0 |  34 |1333k|  33 | 3.200000e+01 |      --      |    Inf 
600.00/600.20	c   546s|  2150k|    20 |   834 |3840k|  55 |   - | 160 | 473 | 223 |   0 |   0 |  34 |1340k|  33 | 3.200000e+01 |      --      |    Inf 
602.80/603.01	c   548s|  2160k|    20 |   834 |3837k|  55 |   - | 160 | 465 | 223 |   0 |   0 |  34 |1346k|  33 | 3.200000e+01 |      --      |    Inf 
605.50/605.77	c   551s|  2170k|    31 |   834 |3829k|  55 |   - | 160 | 432 | 228 |   0 |   0 |  34 |1352k|  33 | 3.200000e+01 |      --      |    Inf 
608.40/608.61	c   553s|  2180k|    27 |   834 |3830k|  55 |   - | 160 | 442 | 242 |   0 |   0 |  34 |1359k|  33 | 3.200000e+01 |      --      |    Inf 
611.20/611.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
611.20/611.49	c   556s|  2190k|    25 |   834 |3834k|  55 |   - | 160 | 439 | 159 |   0 |   0 |  34 |1365k|  33 | 3.200000e+01 |      --      |    Inf 
614.20/614.45	c   559s|  2200k|    26 |   834 |3835k|  55 |   - | 160 | 447 | 207 |   0 |   0 |  34 |1371k|  33 | 3.200000e+01 |      --      |    Inf 
617.10/617.31	c   561s|  2210k|    24 |   834 |3838k|  55 |   - | 160 | 456 | 192 |   0 |   0 |  34 |1377k|  33 | 3.200000e+01 |      --      |    Inf 
620.00/620.21	c   564s|  2220k|    20 |   834 |3830k|  55 |   - | 160 | 449 | 278 |   0 |   0 |  34 |1384k|  33 | 3.200000e+01 |      --      |    Inf 
622.80/623.08	c   567s|  2230k|    23 |   834 |3834k|  55 |   - | 160 | 451 | 215 |   0 |   0 |  34 |1390k|  33 | 3.200000e+01 |      --      |    Inf 
625.70/626.00	c   569s|  2240k|    21 |   834 |3839k|  55 |   - | 160 | 462 | 171 |   0 |   0 |  34 |1396k|  33 | 3.200000e+01 |      --      |    Inf 
628.60/628.84	c   572s|  2250k|    25 |   834 |3834k|  55 |   - | 160 | 447 | 201 |   0 |   0 |  34 |1402k|  33 | 3.200000e+01 |      --      |    Inf 
631.39/631.62	c   574s|  2260k|    17 |   834 |3832k|  55 |   - | 160 | 453 | 261 |   0 |   0 |  34 |1409k|  33 | 3.200000e+01 |      --      |    Inf 
634.29/634.50	c   577s|  2270k|    17 |   834 |3835k|  55 |   - | 160 | 464 | 276 |   0 |   0 |  34 |1415k|  33 | 3.200000e+01 |      --      |    Inf 
637.09/637.33	c   579s|  2280k|    22 |   834 |3835k|  55 |   - | 160 | 454 | 214 |   0 |   0 |  34 |1421k|  33 | 3.200000e+01 |      --      |    Inf 
639.79/640.09	c   582s|  2290k|    21 |   834 |3834k|  55 |   - | 160 | 454 | 244 |   0 |   0 |  34 |1428k|  33 | 3.200000e+01 |      --      |    Inf 
642.69/642.91	c   585s|  2300k|    15 |   834 |3834k|  55 |   - | 160 | 464 | 285 |   0 |   0 |  34 |1434k|  33 | 3.200000e+01 |      --      |    Inf 
645.49/645.71	c   587s|  2310k|    31 |   834 |3831k|  55 |   - | 160 | 439 | 226 |   0 |   0 |  34 |1440k|  33 | 3.200000e+01 |      --      |    Inf 
648.19/648.44	c   590s|  2320k|    20 |   834 |3834k|  55 |   - | 160 | 454 | 220 |   0 |   0 |  34 |1446k|  33 | 3.200000e+01 |      --      |    Inf 
650.89/651.15	c   592s|  2330k|    17 |   834 |3839k|  55 |   - | 160 | 466 | 189 |   0 |   0 |  34 |1453k|  33 | 3.200000e+01 |      --      |    Inf 
653.69/653.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
653.69/653.95	c   595s|  2340k|    13 |   834 |3836k|  55 |   - | 160 | 460 | 197 |   0 |   0 |  34 |1459k|  33 | 3.200000e+01 |      --      |    Inf 
656.49/656.75	c   597s|  2350k|    29 |   834 |3824k|  55 |   - | 160 | 424 | 263 |   0 |   0 |  34 |1465k|  33 | 3.200000e+01 |      --      |    Inf 
659.29/659.54	c   600s|  2360k|    29 |   834 |3830k|  55 |   - | 160 | 431 | 202 |   0 |   0 |  34 |1472k|  33 | 3.200000e+01 |      --      |    Inf 
662.09/662.39	c   602s|  2370k|    25 |   834 |3836k|  55 |   - | 160 | 450 | 170 |   0 |   0 |  34 |1478k|  33 | 3.200000e+01 |      --      |    Inf 
664.98/665.28	c   605s|  2380k|    23 |   834 |3834k|  55 |   - | 160 | 450 | 250 |   0 |   0 |  34 |1484k|  33 | 3.200000e+01 |      --      |    Inf 
667.88/668.11	c   608s|  2390k|    16 |   834 |3837k|  55 |   - | 160 | 464 | 239 |   0 |   0 |  34 |1491k|  33 | 3.200000e+01 |      --      |    Inf 
670.68/670.94	c   610s|  2400k|    16 |   834 |3836k|  55 |   - | 160 | 455 | 209 |   0 |   0 |  34 |1497k|  33 | 3.200000e+01 |      --      |    Inf 
673.48/673.72	c   613s|  2410k|    32 |   834 |3833k|  55 |   - | 160 | 443 | 219 |   0 |   0 |  34 |1503k|  33 | 3.200000e+01 |      --      |    Inf 
676.18/676.50	c   615s|  2420k|    18 |   834 |3838k|  55 |   - | 160 | 469 | 241 |   0 |   0 |  34 |1509k|  33 | 3.200000e+01 |      --      |    Inf 
679.08/679.34	c   618s|  2430k|    20 |   834 |3840k|  55 |   - | 160 | 466 | 193 |   0 |   0 |  34 |1516k|  33 | 3.200000e+01 |      --      |    Inf 
681.87/682.13	c   620s|  2440k|    26 |   834 |3829k|  55 |   - | 160 | 437 | 246 |   0 |   0 |  34 |1522k|  33 | 3.200000e+01 |      --      |    Inf 
684.58/684.84	c   623s|  2450k|    20 |   834 |3836k|  55 |   - | 160 | 460 | 229 |   0 |   0 |  34 |1528k|  33 | 3.200000e+01 |      --      |    Inf 
687.37/687.68	c   625s|  2460k|    19 |   834 |3832k|  55 |   - | 160 | 455 | 283 |   0 |   0 |  34 |1535k|  33 | 3.200000e+01 |      --      |    Inf 
690.18/690.49	c   628s|  2470k|    29 |   834 |3832k|  55 |   - | 160 | 443 | 229 |   0 |   0 |  34 |1541k|  33 | 3.200000e+01 |      --      |    Inf 
693.07/693.33	c   630s|  2480k|    21 |   834 |3838k|  55 |   - | 160 | 463 | 227 |   0 |   0 |  34 |1547k|  33 | 3.200000e+01 |      --      |    Inf 
695.88/696.18	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
695.88/696.18	c   633s|  2490k|    20 |   834 |3838k|  55 |   - | 160 | 463 | 223 |   0 |   0 |  34 |1554k|  33 | 3.200000e+01 |      --      |    Inf 
698.67/699.00	c   636s|  2500k|    20 |   834 |3834k|  55 |   - | 160 | 456 | 233 |   0 |   0 |  34 |1560k|  33 | 3.200000e+01 |      --      |    Inf 
701.57/701.80	c   638s|  2510k|    18 |   834 |3836k|  55 |   - | 160 | 464 | 228 |   0 |   0 |  34 |1566k|  33 | 3.200000e+01 |      --      |    Inf 
704.37/704.62	c   641s|  2520k|    25 |   834 |3837k|  55 |   - | 160 | 457 | 233 |   0 |   0 |  34 |1573k|  33 | 3.200000e+01 |      --      |    Inf 
707.07/707.38	c   643s|  2530k|    23 |   834 |3831k|  55 |   - | 160 | 443 | 235 |   0 |   0 |  34 |1579k|  33 | 3.200000e+01 |      --      |    Inf 
709.87/710.10	c   646s|  2540k|    17 |   834 |3842k|  55 |   - | 160 | 472 | 181 |   0 |   0 |  34 |1585k|  33 | 3.200000e+01 |      --      |    Inf 
712.67/712.90	c   648s|  2550k|    24 |   834 |3839k|  55 |   - | 160 | 459 | 191 |   0 |   0 |  34 |1592k|  33 | 3.200000e+01 |      --      |    Inf 
715.37/715.68	c   651s|  2560k|    23 |   834 |3844k|  55 |   - | 160 | 475 | 205 |   0 |   0 |  34 |1598k|  33 | 3.200000e+01 |      --      |    Inf 
718.16/718.48	c   653s|  2570k|    14 |   834 |3840k|  55 |   - | 160 | 481 | 271 |   0 |   0 |  34 |1605k|  33 | 3.200000e+01 |      --      |    Inf 
720.97/721.21	c   656s|  2580k|    22 |   834 |3835k|  55 |   - | 160 | 454 | 193 |   0 |   0 |  34 |1611k|  33 | 3.200000e+01 |      --      |    Inf 
723.67/723.98	c   658s|  2590k|    17 |   834 |3837k|  55 |   - | 160 | 467 | 271 |   0 |   0 |  34 |1617k|  33 | 3.200000e+01 |      --      |    Inf 
726.36/726.67	c   661s|  2600k|    15 |   834 |3839k|  55 |   - | 160 | 477 | 256 |   0 |   0 |  34 |1623k|  33 | 3.200000e+01 |      --      |    Inf 
729.16/729.46	c   663s|  2610k|    33 |   834 |3826k|  55 |   - | 160 | 425 | 265 |   0 |   0 |  34 |1630k|  33 | 3.200000e+01 |      --      |    Inf 
731.96/732.22	c   666s|  2620k|    27 |   834 |3840k|  55 |   - | 160 | 455 | 195 |   0 |   0 |  34 |1636k|  33 | 3.200000e+01 |      --      |    Inf 
734.76/735.04	c   668s|  2630k|    22 |   834 |3838k|  55 |   - | 160 | 458 | 233 |   0 |   0 |  34 |1642k|  33 | 3.200000e+01 |      --      |    Inf 
737.66/737.91	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
737.66/737.91	c   671s|  2640k|    24 |   834 |3833k|  55 |   - | 160 | 449 | 266 |   0 |   0 |  34 |1648k|  33 | 3.200000e+01 |      --      |    Inf 
740.45/740.73	c   673s|  2650k|    26 |   834 |3830k|  55 |   - | 160 | 441 | 292 |   0 |   0 |  34 |1655k|  33 | 3.200000e+01 |      --      |    Inf 
743.36/743.62	c   676s|  2660k|    25 |   834 |3836k|  55 |   - | 160 | 452 | 235 |   0 |   0 |  34 |1661k|  33 | 3.200000e+01 |      --      |    Inf 
746.15/746.45	c   679s|  2670k|    23 |   834 |3834k|  55 |   - | 160 | 449 | 207 |   0 |   0 |  34 |1668k|  33 | 3.200000e+01 |      --      |    Inf 
748.96/749.26	c   681s|  2680k|    25 |   834 |3831k|  55 |   - | 160 | 444 | 242 |   0 |   0 |  34 |1674k|  33 | 3.200000e+01 |      --      |    Inf 
751.66/751.96	c   684s|  2690k|    18 |   834 |3837k|  55 |   - | 160 | 455 | 194 |   0 |   0 |  34 |1680k|  33 | 3.200000e+01 |      --      |    Inf 
754.46/754.72	c   686s|  2700k|    26 |   834 |3831k|  55 |   - | 160 | 444 | 275 |   0 |   0 |  34 |1686k|  33 | 3.200000e+01 |      --      |    Inf 
757.25/757.53	c   689s|  2710k|    22 |   834 |3837k|  55 |   - | 160 | 452 | 190 |   0 |   0 |  34 |1693k|  33 | 3.200000e+01 |      --      |    Inf 
760.05/760.31	c   691s|  2720k|    19 |   834 |3836k|  55 |   - | 160 | 461 | 260 |   0 |   0 |  34 |1699k|  33 | 3.200000e+01 |      --      |    Inf 
762.85/763.13	c   694s|  2730k|    24 |   834 |3838k|  55 |   - | 160 | 460 | 222 |   0 |   0 |  34 |1705k|  33 | 3.200000e+01 |      --      |    Inf 
765.65/765.96	c   696s|  2740k|    17 |   834 |3835k|  55 |   - | 160 | 459 | 254 |   0 |   0 |  34 |1711k|  33 | 3.200000e+01 |      --      |    Inf 
768.45/768.76	c   699s|  2750k|    28 |   834 |3830k|  55 |   - | 160 | 434 | 223 |   0 |   0 |  34 |1718k|  33 | 3.200000e+01 |      --      |    Inf 
771.35/771.60	c   702s|  2760k|    20 |   834 |3834k|  55 |   - | 160 | 453 | 258 |   0 |   0 |  34 |1724k|  33 | 3.200000e+01 |      --      |    Inf 
774.05/774.33	c   704s|  2770k|    34 |   834 |3831k|  55 |   - | 160 | 433 | 211 |   0 |   0 |  34 |1730k|  33 | 3.200000e+01 |      --      |    Inf 
776.95/777.24	c   707s|  2780k|    23 |   834 |3834k|  55 |   - | 160 | 450 | 235 |   0 |   0 |  34 |1737k|  33 | 3.200000e+01 |      --      |    Inf 
779.75/780.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
779.75/780.04	c   709s|  2790k|    16 |   834 |3835k|  55 |   - | 160 | 461 | 248 |   0 |   0 |  34 |1743k|  33 | 3.200000e+01 |      --      |    Inf 
782.54/782.83	c   712s|  2800k|    24 |   834 |3839k|  55 |   - | 160 | 464 | 238 |   0 |   0 |  34 |1750k|  33 | 3.200000e+01 |      --      |    Inf 
785.35/785.62	c   714s|  2810k|    14 |   834 |3838k|  55 |   - | 160 | 473 | 274 |   0 |   0 |  34 |1756k|  33 | 3.200000e+01 |      --      |    Inf 
788.04/788.37	c   717s|  2820k|    23 |   834 |3832k|  55 |   - | 160 | 447 | 255 |   0 |   0 |  34 |1762k|  33 | 3.200000e+01 |      --      |    Inf 
790.75/791.09	c   719s|  2830k|    15 |   834 |3834k|  55 |   - | 160 | 461 | 298 |   0 |   0 |  34 |1768k|  33 | 3.200000e+01 |      --      |    Inf 
793.54/793.87	c   722s|  2840k|    24 |   834 |3839k|  55 |   - | 160 | 461 | 229 |   0 |   0 |  34 |1775k|  33 | 3.200000e+01 |      --      |    Inf 
796.34/796.65	c   724s|  2850k|    20 |   834 |3835k|  55 |   - | 160 | 459 | 262 |   0 |   0 |  34 |1781k|  33 | 3.200000e+01 |      --      |    Inf 
799.24/799.51	c   727s|  2860k|    21 |   834 |3836k|  55 |   - | 160 | 461 | 274 |   0 |   0 |  34 |1788k|  33 | 3.200000e+01 |      --      |    Inf 
802.03/802.31	c   730s|  2870k|    18 |   834 |3837k|  55 |   - | 160 | 465 | 246 |   0 |   0 |  34 |1794k|  33 | 3.200000e+01 |      --      |    Inf 
804.73/805.05	c   732s|  2880k|    19 |   834 |3833k|  55 |   - | 160 | 450 | 232 |   0 |   0 |  34 |1800k|  33 | 3.200000e+01 |      --      |    Inf 
807.54/807.84	c   735s|  2890k|    14 |   834 |3844k|  55 |   - | 160 | 484 | 223 |   0 |   0 |  34 |1807k|  33 | 3.200000e+01 |      --      |    Inf 
810.34/810.65	c   737s|  2900k|    20 |   834 |3827k|  55 |   - | 160 | 437 | 293 |   0 |   0 |  34 |1813k|  33 | 3.200000e+01 |      --      |    Inf 
813.23/813.51	c   740s|  2910k|    15 |   834 |3833k|  55 |   - | 160 | 456 | 283 |   0 |   0 |  34 |1819k|  33 | 3.200000e+01 |      --      |    Inf 
816.03/816.32	c   742s|  2920k|    29 |   834 |3836k|  55 |   - | 160 | 446 | 213 |   0 |   0 |  34 |1825k|  33 | 3.200000e+01 |      --      |    Inf 
818.83/819.11	c   745s|  2930k|    23 |   834 |3833k|  55 |   - | 160 | 449 | 248 |   0 |   0 |  34 |1832k|  33 | 3.200000e+01 |      --      |    Inf 
821.64/821.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
821.64/821.92	c   747s|  2940k|    26 |   834 |3832k|  55 |   - | 160 | 438 | 208 |   0 |   0 |  34 |1838k|  33 | 3.200000e+01 |      --      |    Inf 
824.33/824.61	c   750s|  2950k|    19 |   834 |3833k|  55 |   - | 160 | 455 | 287 |   0 |   0 |  34 |1844k|  33 | 3.200000e+01 |      --      |    Inf 
827.03/827.38	c   752s|  2960k|    24 |   834 |3830k|  55 |   - | 160 | 440 | 246 |   0 |   0 |  34 |1851k|  33 | 3.200000e+01 |      --      |    Inf 
829.73/830.06	c   755s|  2970k|    26 |   834 |3838k|  55 |   - | 160 | 454 | 197 |   0 |   0 |  34 |1857k|  33 | 3.200000e+01 |      --      |    Inf 
832.53/832.82	c   757s|  2980k|    17 |   834 |3837k|  55 |   - | 160 | 462 | 236 |   0 |   0 |  34 |1864k|  33 | 3.200000e+01 |      --      |    Inf 
835.33/835.67	c   760s|  2990k|    24 |   834 |3825k|  55 |   - | 160 | 421 | 260 |   0 |   0 |  34 |1870k|  33 | 3.200000e+01 |      --      |    Inf 
838.22/838.54	c   762s|  3000k|    24 |   834 |3834k|  55 |   - | 160 | 440 | 224 |   0 |   0 |  34 |1876k|  33 | 3.200000e+01 |      --      |    Inf 
841.13/841.48	c   765s|  3010k|    25 |   834 |3828k|  55 |   - | 160 | 427 | 231 |   0 |   0 |  34 |1882k|  33 | 3.200000e+01 |      --      |    Inf 
844.03/844.36	c   768s|  3020k|    26 |   834 |3831k|  55 |   - | 160 | 434 | 223 |   0 |   0 |  34 |1888k|  33 | 3.200000e+01 |      --      |    Inf 
846.92/847.24	c   770s|  3030k|    24 |   834 |3828k|  55 |   - | 160 | 420 | 193 |   0 |   0 |  34 |1895k|  33 | 3.200000e+01 |      --      |    Inf 
849.72/850.06	c   773s|  3040k|    33 |   834 |3832k|  55 |   - | 160 | 431 | 223 |   0 |   0 |  34 |1901k|  33 | 3.200000e+01 |      --      |    Inf 
852.62/852.94	c   776s|  3050k|    20 |   834 |3834k|  55 |   - | 160 | 448 | 260 |   0 |   0 |  34 |1907k|  33 | 3.200000e+01 |      --      |    Inf 
855.52/855.83	c   778s|  3060k|    22 |   834 |3833k|  55 |   - | 160 | 434 | 189 |   0 |   0 |  34 |1914k|  33 | 3.200000e+01 |      --      |    Inf 
858.42/858.75	c   781s|  3070k|    25 |   834 |3831k|  55 |   - | 160 | 430 | 200 |   0 |   0 |  34 |1920k|  33 | 3.200000e+01 |      --      |    Inf 
861.32/861.64	c   783s|  3080k|    29 |   834 |3832k|  55 |   - | 160 | 422 | 139 |   0 |   0 |  34 |1926k|  33 | 3.200000e+01 |      --      |    Inf 
864.22/864.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
864.22/864.52	c   786s|  3090k|    19 |   834 |3836k|  55 |   - | 160 | 449 | 219 |   0 |   0 |  34 |1932k|  33 | 3.200000e+01 |      --      |    Inf 
867.02/867.30	c   789s|  3100k|    27 |   834 |3827k|  55 |   - | 160 | 426 | 236 |   0 |   0 |  34 |1939k|  33 | 3.200000e+01 |      --      |    Inf 
869.82/870.13	c   791s|  3110k|    18 |   834 |3830k|  55 |   - | 160 | 440 | 267 |   0 |   0 |  34 |1945k|  33 | 3.200000e+01 |      --      |    Inf 
872.62/872.91	c   794s|  3120k|    25 |   834 |3828k|  55 |   - | 160 | 424 | 232 |   0 |   0 |  34 |1951k|  33 | 3.200000e+01 |      --      |    Inf 
875.42/875.78	c   796s|  3130k|    32 |   834 |3831k|  55 |   - | 160 | 428 | 213 |   0 |   0 |  34 |1957k|  33 | 3.200000e+01 |      --      |    Inf 
878.31/878.66	c   799s|  3140k|    26 |   834 |3830k|  55 |   - | 160 | 432 | 241 |   0 |   0 |  34 |1964k|  33 | 3.200000e+01 |      --      |    Inf 
881.22/881.50	c   802s|  3150k|    25 |   834 |3829k|  55 |   - | 160 | 431 | 276 |   0 |   0 |  34 |1970k|  33 | 3.200000e+01 |      --      |    Inf 
883.91/884.29	c   804s|  3160k|    21 |   834 |3835k|  55 |   - | 160 | 452 | 260 |   0 |   0 |  34 |1976k|  33 | 3.200000e+01 |      --      |    Inf 
886.71/887.04	c   807s|  3170k|    20 |   834 |3831k|  55 |   - | 160 | 440 | 240 |   0 |   0 |  34 |1982k|  33 | 3.200000e+01 |      --      |    Inf 
889.52/889.82	c   809s|  3180k|    24 |   834 |3832k|  55 |   - | 160 | 438 | 248 |   0 |   0 |  34 |1989k|  33 | 3.200000e+01 |      --      |    Inf 
892.31/892.66	c   812s|  3190k|    17 |   834 |3838k|  55 |   - | 160 | 450 | 162 |   0 |   0 |  34 |1995k|  33 | 3.200000e+01 |      --      |    Inf 
895.21/895.55	c   814s|  3200k|    20 |   834 |3834k|  55 |   - | 160 | 441 | 172 |   0 |   0 |  34 |2001k|  33 | 3.200000e+01 |      --      |    Inf 
898.01/898.33	c   817s|  3210k|    25 |   834 |3832k|  55 |   - | 160 | 433 | 204 |   0 |   0 |  34 |2007k|  33 | 3.200000e+01 |      --      |    Inf 
900.81/901.14	c   819s|  3220k|    25 |   834 |3834k|  55 |   - | 160 | 433 | 154 |   0 |   0 |  34 |2014k|  33 | 3.200000e+01 |      --      |    Inf 
903.61/903.95	c   822s|  3230k|    24 |   834 |3827k|  55 |   - | 160 | 422 | 231 |   0 |   0 |  34 |2020k|  33 | 3.200000e+01 |      --      |    Inf 
906.41/906.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
906.41/906.78	c   825s|  3240k|    20 |   834 |3829k|  55 |   - | 160 | 435 | 247 |   0 |   0 |  34 |2026k|  33 | 3.200000e+01 |      --      |    Inf 
909.31/909.68	c   827s|  3250k|    17 |   834 |3843k|  55 |   - | 160 | 464 | 166 |   0 |   0 |  34 |2033k|  33 | 3.200000e+01 |      --      |    Inf 
912.10/912.47	c   830s|  3260k|    29 |   834 |3832k|  55 |   - | 160 | 432 | 187 |   0 |   0 |  34 |2039k|  33 | 3.200000e+01 |      --      |    Inf 
914.81/915.15	c   832s|  3270k|    22 |   834 |3835k|  55 |   - | 160 | 448 | 235 |   0 |   0 |  34 |2045k|  33 | 3.200000e+01 |      --      |    Inf 
917.60/917.94	c   835s|  3280k|    18 |   834 |3837k|  55 |   - | 160 | 456 | 257 |   0 |   0 |  34 |2051k|  33 | 3.200000e+01 |      --      |    Inf 
920.50/920.81	c   837s|  3290k|    20 |   834 |3832k|  55 |   - | 160 | 446 | 291 |   0 |   0 |  34 |2058k|  33 | 3.200000e+01 |      --      |    Inf 
923.20/923.50	c   840s|  3300k|    20 |   834 |3837k|  55 |   - | 160 | 467 | 263 |   0 |   0 |  34 |2064k|  33 | 3.200000e+01 |      --      |    Inf 
925.90/926.28	c   842s|  3310k|    21 |   834 |3836k|  55 |   - | 160 | 445 | 209 |   0 |   0 |  34 |2070k|  33 | 3.200000e+01 |      --      |    Inf 
928.70/929.05	c   845s|  3320k|    14 |   834 |3834k|  55 |   - | 160 | 451 | 262 |   0 |   0 |  34 |2076k|  33 | 3.200000e+01 |      --      |    Inf 
931.60/931.91	c   848s|  3330k|    20 |   834 |3825k|  55 |   - | 160 | 421 | 273 |   0 |   0 |  34 |2083k|  33 | 3.200000e+01 |      --      |    Inf 
934.30/934.67	c   850s|  3340k|    29 |   834 |3838k|  55 |   - | 160 | 444 | 215 |   0 |   0 |  34 |2089k|  33 | 3.200000e+01 |      --      |    Inf 
937.00/937.40	c   853s|  3350k|    21 |   834 |3833k|  55 |   - | 160 | 433 | 185 |   0 |   0 |  34 |2095k|  33 | 3.200000e+01 |      --      |    Inf 
939.69/940.10	c   855s|  3360k|    19 |   834 |3830k|  55 |   - | 160 | 435 | 251 |   0 |   0 |  34 |2101k|  33 | 3.200000e+01 |      --      |    Inf 
942.40/942.78	c   857s|  3370k|    23 |   834 |3836k|  55 |   - | 160 | 447 | 242 |   0 |   0 |  34 |2108k|  33 | 3.200000e+01 |      --      |    Inf 
945.20/945.50	c   860s|  3380k|    31 |   834 |3836k|  55 |   - | 160 | 428 | 166 |   0 |   0 |  34 |2114k|  33 | 3.200000e+01 |      --      |    Inf 
948.00/948.33	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
948.00/948.33	c   862s|  3390k|    18 |   834 |3834k|  55 |   - | 160 | 446 | 220 |   0 |   0 |  34 |2121k|  33 | 3.200000e+01 |      --      |    Inf 
950.79/951.19	c   865s|  3400k|    18 |   834 |3837k|  55 |   - | 160 | 451 | 191 |   0 |   0 |  34 |2127k|  33 | 3.200000e+01 |      --      |    Inf 
953.59/953.93	c   868s|  3410k|    23 |   834 |3830k|  55 |   - | 160 | 432 | 270 |   0 |   0 |  34 |2133k|  33 | 3.200000e+01 |      --      |    Inf 
956.39/956.74	c   870s|  3420k|    22 |   834 |3833k|  55 |   - | 160 | 441 | 270 |   0 |   0 |  34 |2139k|  33 | 3.200000e+01 |      --      |    Inf 
959.19/959.52	c   873s|  3430k|    21 |   834 |3833k|  55 |   - | 160 | 438 | 221 |   0 |   0 |  34 |2146k|  33 | 3.200000e+01 |      --      |    Inf 
961.89/962.27	c   875s|  3440k|    34 |   834 |3825k|  55 |   - | 160 | 405 | 197 |   0 |   0 |  34 |2152k|  33 | 3.200000e+01 |      --      |    Inf 
964.69/965.08	c   878s|  3450k|    22 |   834 |3831k|  55 |   - | 160 | 433 | 268 |   0 |   0 |  34 |2159k|  33 | 3.200000e+01 |      --      |    Inf 
967.49/967.86	c   880s|  3460k|    22 |   834 |3827k|  55 |   - | 160 | 424 | 269 |   0 |   0 |  34 |2165k|  33 | 3.200000e+01 |      --      |    Inf 
970.19/970.60	c   883s|  3470k|    27 |   834 |3835k|  55 |   - | 160 | 437 | 211 |   0 |   0 |  34 |2171k|  33 | 3.200000e+01 |      --      |    Inf 
972.98/973.39	c   885s|  3480k|    20 |   834 |3829k|  55 |   - | 160 | 428 | 267 |   0 |   0 |  34 |2177k|  33 | 3.200000e+01 |      --      |    Inf 
975.79/976.11	c   888s|  3490k|    24 |   834 |3830k|  55 |   - | 160 | 420 | 184 |   0 |   0 |  34 |2184k|  33 | 3.200000e+01 |      --      |    Inf 
978.59/978.91	c   890s|  3500k|    21 |   834 |3829k|  55 |   - | 160 | 428 | 257 |   0 |   0 |  34 |2190k|  33 | 3.200000e+01 |      --      |    Inf 
981.38/981.78	c   893s|  3510k|    18 |   834 |3831k|  55 |   - | 160 | 438 | 269 |   0 |   0 |  34 |2196k|  33 | 3.200000e+01 |      --      |    Inf 
984.28/984.62	c   895s|  3520k|    17 |   834 |3832k|  55 |   - | 160 | 443 | 270 |   0 |   0 |  34 |2202k|  33 | 3.200000e+01 |      --      |    Inf 
986.98/987.39	c   898s|  3530k|    24 |   834 |3828k|  55 |   - | 160 | 426 | 261 |   0 |   0 |  34 |2209k|  33 | 3.200000e+01 |      --      |    Inf 
989.88/990.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
989.88/990.25	c   900s|  3540k|    21 |   834 |3833k|  55 |   - | 160 | 436 | 210 |   0 |   0 |  34 |2215k|  33 | 3.200000e+01 |      --      |    Inf 
992.68/993.09	c   903s|  3550k|    19 |   834 |3834k|  55 |   - | 160 | 445 | 249 |   0 |   0 |  34 |2221k|  33 | 3.200000e+01 |      --      |    Inf 
995.38/995.80	c   905s|  3560k|    15 |   834 |3837k|  55 |   - | 160 | 460 | 268 |   0 |   0 |  34 |2227k|  33 | 3.200000e+01 |      --      |    Inf 
998.18/998.59	c   908s|  3570k|    17 |   834 |3832k|  55 |   - | 160 | 442 | 263 |   0 |   0 |  34 |2234k|  33 | 3.200000e+01 |      --      |    Inf 
1000.98/1001.38	c   911s|  3580k|    21 |   834 |3829k|  55 |   - | 160 | 429 | 252 |   0 |   0 |  34 |2240k|  33 | 3.200000e+01 |      --      |    Inf 
1003.88/1004.29	c   913s|  3590k|    25 |   834 |3829k|  55 |   - | 160 | 424 | 246 |   0 |   0 |  34 |2246k|  33 | 3.200000e+01 |      --      |    Inf 
1006.78/1007.11	c   916s|  3600k|    23 |   834 |3830k|  55 |   - | 160 | 426 | 218 |   0 |   0 |  34 |2253k|  33 | 3.200000e+01 |      --      |    Inf 
1009.37/1009.79	c   918s|  3610k|    19 |   834 |3827k|  55 |   - | 160 | 424 | 246 |   0 |   0 |  34 |2259k|  33 | 3.200000e+01 |      --      |    Inf 
1012.07/1012.47	c   921s|  3620k|    18 |   834 |3832k|  55 |   - | 160 | 430 | 187 |   0 |   0 |  34 |2265k|  33 | 3.200000e+01 |      --      |    Inf 
1014.88/1015.27	c   923s|  3630k|    22 |   834 |3830k|  55 |   - | 160 | 426 | 207 |   0 |   0 |  34 |2271k|  33 | 3.200000e+01 |      --      |    Inf 
1017.67/1018.07	c   926s|  3640k|    22 |   834 |3833k|  55 |   - | 160 | 437 | 217 |   0 |   0 |  34 |2278k|  33 | 3.200000e+01 |      --      |    Inf 
1020.57/1020.90	c   928s|  3650k|    23 |   834 |3833k|  55 |   - | 160 | 434 | 226 |   0 |   0 |  34 |2284k|  33 | 3.200000e+01 |      --      |    Inf 
1023.37/1023.74	c   931s|  3660k|    19 |   834 |3835k|  55 |   - | 160 | 450 | 267 |   0 |   0 |  34 |2290k|  33 | 3.200000e+01 |      --      |    Inf 
1026.07/1026.44	c   933s|  3670k|    19 |   834 |3833k|  55 |   - | 160 | 441 | 262 |   0 |   0 |  34 |2296k|  33 | 3.200000e+01 |      --      |    Inf 
1028.87/1029.22	c   936s|  3680k|    27 |   834 |3833k|  55 |   - | 160 | 433 | 214 |   0 |   0 |  34 |2303k|  33 | 3.200000e+01 |      --      |    Inf 
1031.67/1032.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1031.67/1032.10	c   938s|  3690k|    32 |   834 |3826k|  55 |   - | 160 | 411 | 255 |   0 |   0 |  34 |2309k|  33 | 3.200000e+01 |      --      |    Inf 
1034.57/1034.95	c   941s|  3700k|    20 |   834 |3831k|  55 |   - | 160 | 433 | 254 |   0 |   0 |  34 |2315k|  33 | 3.200000e+01 |      --      |    Inf 
1037.47/1037.83	c   944s|  3710k|    24 |   834 |3833k|  55 |   - | 160 | 436 | 223 |   0 |   0 |  34 |2322k|  33 | 3.200000e+01 |      --      |    Inf 
1040.26/1040.63	c   946s|  3720k|    28 |   834 |3836k|  55 |   - | 160 | 439 | 184 |   0 |   0 |  34 |2328k|  33 | 3.200000e+01 |      --      |    Inf 
1043.06/1043.46	c   949s|  3730k|    26 |   834 |3836k|  55 |   - | 160 | 436 | 194 |   0 |   0 |  34 |2334k|  33 | 3.200000e+01 |      --      |    Inf 
1045.96/1046.30	c   951s|  3740k|    20 |   834 |3831k|  55 |   - | 160 | 431 | 234 |   0 |   0 |  34 |2340k|  33 | 3.200000e+01 |      --      |    Inf 
1048.76/1049.13	c   954s|  3750k|    28 |   834 |3830k|  55 |   - | 160 | 425 | 234 |   0 |   0 |  34 |2346k|  33 | 3.200000e+01 |      --      |    Inf 
1051.56/1051.91	c   956s|  3760k|    16 |   834 |3828k|  55 |   - | 160 | 427 | 227 |   0 |   0 |  34 |2353k|  33 | 3.200000e+01 |      --      |    Inf 
1054.36/1054.71	c   959s|  3770k|    14 |   834 |3831k|  55 |   - | 160 | 443 | 283 |   0 |   0 |  34 |2359k|  33 | 3.200000e+01 |      --      |    Inf 
1057.06/1057.49	c   962s|  3780k|    24 |   834 |3834k|  55 |   - | 160 | 437 | 218 |   0 |   0 |  34 |2365k|  33 | 3.200000e+01 |      --      |    Inf 
1059.86/1060.26	c   964s|  3790k|    23 |   834 |3833k|  55 |   - | 160 | 437 | 267 |   0 |   0 |  34 |2371k|  33 | 3.200000e+01 |      --      |    Inf 
1062.56/1062.96	c   966s|  3800k|    24 |   834 |3836k|  55 |   - | 160 | 443 | 212 |   0 |   0 |  34 |2378k|  33 | 3.200000e+01 |      --      |    Inf 
1065.35/1065.75	c   969s|  3810k|    27 |   834 |3829k|  55 |   - | 160 | 420 | 209 |   0 |   0 |  34 |2384k|  33 | 3.200000e+01 |      --      |    Inf 
1068.16/1068.53	c   972s|  3820k|    22 |   834 |3837k|  55 |   - | 160 | 439 | 182 |   0 |   0 |  34 |2390k|  33 | 3.200000e+01 |      --      |    Inf 
1070.86/1071.24	c   974s|  3830k|    20 |   834 |3839k|  55 |   - | 160 | 457 | 258 |   0 |   0 |  34 |2396k|  33 | 3.200000e+01 |      --      |    Inf 
1073.55/1073.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1073.55/1073.96	c   976s|  3840k|    28 |   834 |3827k|  55 |   - | 160 | 419 | 270 |   0 |   0 |  34 |2403k|  33 | 3.200000e+01 |      --      |    Inf 
1076.35/1076.79	c   979s|  3850k|    28 |   834 |3835k|  55 |   - | 160 | 437 | 207 |   0 |   0 |  34 |2409k|  33 | 3.200000e+01 |      --      |    Inf 
1079.25/1079.61	c   982s|  3860k|    22 |   834 |3833k|  55 |   - | 160 | 437 | 231 |   0 |   0 |  34 |2415k|  33 | 3.200000e+01 |      --      |    Inf 
1082.06/1082.49	c   984s|  3870k|    23 |   834 |3835k|  55 |   - | 160 | 443 | 252 |   0 |   0 |  34 |2422k|  33 | 3.200000e+01 |      --      |    Inf 
1084.95/1085.34	c   987s|  3880k|    17 |   834 |3840k|  55 |   - | 160 | 456 | 204 |   0 |   0 |  34 |2428k|  33 | 3.200000e+01 |      --      |    Inf 
1087.65/1088.02	c   989s|  3890k|    23 |   834 |3843k|  55 |   - | 160 | 458 | 182 |   0 |   0 |  34 |2434k|  33 | 3.200000e+01 |      --      |    Inf 
1090.35/1090.79	c   992s|  3900k|    20 |   834 |3843k|  55 |   - | 160 | 462 | 193 |   0 |   0 |  34 |2441k|  33 | 3.200000e+01 |      --      |    Inf 
1093.25/1093.62	c   994s|  3910k|    20 |   834 |3840k|  55 |   - | 160 | 453 | 187 |   0 |   0 |  34 |2447k|  33 | 3.200000e+01 |      --      |    Inf 
1096.05/1096.44	c   997s|  3920k|    20 |   834 |3834k|  55 |   - | 160 | 443 | 241 |   0 |   0 |  34 |2453k|  33 | 3.200000e+01 |      --      |    Inf 
1098.94/1099.31	c   999s|  3930k|    24 |   834 |3837k|  55 |   - | 160 | 445 | 197 |   0 |   0 |  34 |2459k|  33 | 3.200000e+01 |      --      |    Inf 
1101.75/1102.14	c  1002s|  3940k|    16 |   834 |3839k|  55 |   - | 160 | 452 | 188 |   0 |   0 |  34 |2465k|  33 | 3.200000e+01 |      --      |    Inf 
1104.54/1104.91	c  1005s|  3950k|    15 |   834 |3839k|  55 |   - | 160 | 461 | 242 |   0 |   0 |  34 |2472k|  33 | 3.200000e+01 |      --      |    Inf 
1107.25/1107.66	c  1007s|  3960k|    23 |   834 |3838k|  55 |   - | 160 | 447 | 230 |   0 |   0 |  34 |2478k|  33 | 3.200000e+01 |      --      |    Inf 
1110.04/1110.46	c  1010s|  3970k|    23 |   834 |3841k|  55 |   - | 160 | 453 | 210 |   0 |   0 |  34 |2484k|  33 | 3.200000e+01 |      --      |    Inf 
1112.85/1113.26	c  1012s|  3980k|    20 |   834 |3840k|  55 |   - | 160 | 452 | 200 |   0 |   0 |  34 |2490k|  33 | 3.200000e+01 |      --      |    Inf 
1115.64/1116.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1115.64/1116.04	c  1015s|  3990k|    17 |   834 |3845k|  55 |   - | 160 | 473 | 243 |   0 |   0 |  34 |2497k|  33 | 3.200000e+01 |      --      |    Inf 
1118.44/1118.89	c  1017s|  4000k|    20 |   834 |3838k|  55 |   - | 160 | 450 | 230 |   0 |   0 |  34 |2503k|  33 | 3.200000e+01 |      --      |    Inf 
1121.34/1121.74	c  1020s|  4010k|    18 |   834 |3833k|  55 |   - | 160 | 430 | 194 |   0 |   0 |  34 |2509k|  33 | 3.200000e+01 |      --      |    Inf 
1124.14/1124.57	c  1022s|  4020k|    19 |   834 |3835k|  55 |   - | 160 | 446 | 238 |   0 |   0 |  34 |2516k|  33 | 3.200000e+01 |      --      |    Inf 
1126.94/1127.35	c  1025s|  4030k|    17 |   834 |3840k|  55 |   - | 160 | 465 | 249 |   0 |   0 |  34 |2522k|  33 | 3.200000e+01 |      --      |    Inf 
1129.64/1130.07	c  1027s|  4040k|    25 |   834 |3844k|  55 |   - | 160 | 456 | 190 |   0 |   0 |  34 |2528k|  33 | 3.200000e+01 |      --      |    Inf 
1132.43/1132.80	c  1030s|  4050k|    25 |   834 |3836k|  55 |   - | 160 | 445 | 267 |   0 |   0 |  34 |2535k|  33 | 3.200000e+01 |      --      |    Inf 
1135.24/1135.64	c  1032s|  4060k|    22 |   834 |3840k|  55 |   - | 160 | 454 | 236 |   0 |   0 |  34 |2541k|  33 | 3.200000e+01 |      --      |    Inf 
1137.93/1138.40	c  1035s|  4070k|    21 |   834 |3838k|  55 |   - | 160 | 450 | 255 |   0 |   0 |  34 |2547k|  33 | 3.200000e+01 |      --      |    Inf 
1140.84/1141.22	c  1038s|  4080k|    22 |   834 |3835k|  55 |   - | 160 | 442 | 229 |   0 |   0 |  34 |2553k|  33 | 3.200000e+01 |      --      |    Inf 
1143.54/1143.97	c  1040s|  4090k|    24 |   834 |3834k|  55 |   - | 160 | 440 | 286 |   0 |   0 |  34 |2560k|  33 | 3.200000e+01 |      --      |    Inf 
1146.23/1146.70	c  1043s|  4100k|    12 |   834 |3837k|  55 |   - | 160 | 457 | 274 |   0 |   0 |  34 |2566k|  33 | 3.200000e+01 |      --      |    Inf 
1148.93/1149.40	c  1045s|  4110k|    18 |   834 |3842k|  55 |   - | 160 | 459 | 205 |   0 |   0 |  34 |2572k|  33 | 3.200000e+01 |      --      |    Inf 
1151.73/1152.17	c  1048s|  4120k|    33 |   834 |3836k|  55 |   - | 160 | 437 | 215 |   0 |   0 |  34 |2578k|  33 | 3.200000e+01 |      --      |    Inf 
1154.53/1154.91	c  1050s|  4130k|    18 |   834 |3841k|  55 |   - | 160 | 461 | 235 |   0 |   0 |  34 |2584k|  33 | 3.200000e+01 |      --      |    Inf 
1157.33/1157.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1157.33/1157.72	c  1053s|  4140k|    19 |   834 |3836k|  55 |   - | 160 | 447 | 241 |   0 |   0 |  34 |2591k|  33 | 3.200000e+01 |      --      |    Inf 
1160.03/1160.48	c  1055s|  4150k|    23 |   834 |3840k|  55 |   - | 160 | 450 | 185 |   0 |   0 |  34 |2597k|  33 | 3.200000e+01 |      --      |    Inf 
1162.83/1163.21	c  1058s|  4160k|    15 |   834 |3840k|  55 |   - | 160 | 454 | 178 |   0 |   0 |  34 |2603k|  33 | 3.200000e+01 |      --      |    Inf 
1165.53/1165.91	c  1060s|  4170k|    13 |   834 |3840k|  55 |   - | 160 | 466 | 258 |   0 |   0 |  34 |2609k|  33 | 3.200000e+01 |      --      |    Inf 
1168.23/1168.61	c  1062s|  4180k|    18 |   834 |3839k|  55 |   - | 160 | 461 | 258 |   0 |   0 |  34 |2616k|  33 | 3.200000e+01 |      --      |    Inf 
1170.92/1171.31	c  1065s|  4190k|    27 |   834 |3819k|  55 |   - | 160 | 394 | 297 |   0 |   0 |  34 |2622k|  33 | 3.200000e+01 |      --      |    Inf 
1173.73/1174.10	c  1067s|  4200k|    27 |   834 |3828k|  55 |   - | 160 | 405 | 168 |   0 |   0 |  34 |2628k|  33 | 3.200000e+01 |      --      |    Inf 
1176.52/1176.90	c  1070s|  4210k|    29 |   834 |3835k|  55 |   - | 160 | 421 | 182 |   0 |   0 |  34 |2634k|  33 | 3.200000e+01 |      --      |    Inf 
1179.33/1179.76	c  1073s|  4220k|    26 |   834 |3826k|  55 |   - | 160 | 409 | 261 |   0 |   0 |  34 |2641k|  33 | 3.200000e+01 |      --      |    Inf 
1182.13/1182.59	c  1075s|  4230k|    33 |   834 |3832k|  55 |   - | 160 | 414 | 205 |   0 |   0 |  34 |2647k|  33 | 3.200000e+01 |      --      |    Inf 
1184.93/1185.39	c  1078s|  4240k|    19 |   834 |3841k|  55 |   - | 160 | 450 | 229 |   0 |   0 |  34 |2653k|  33 | 3.200000e+01 |      --      |    Inf 
1187.83/1188.25	c  1080s|  4250k|    25 |   834 |3838k|  55 |   - | 160 | 435 | 194 |   0 |   0 |  34 |2659k|  33 | 3.200000e+01 |      --      |    Inf 
1190.62/1191.05	c  1083s|  4260k|    21 |   834 |3825k|  55 |   - | 160 | 409 | 252 |   0 |   0 |  34 |2666k|  33 | 3.200000e+01 |      --      |    Inf 
1193.42/1193.83	c  1085s|  4270k|    28 |   834 |3833k|  55 |   - | 160 | 418 | 182 |   0 |   0 |  34 |2672k|  33 | 3.200000e+01 |      --      |    Inf 
1196.22/1196.64	c  1088s|  4280k|    23 |   834 |3835k|  55 |   - | 160 | 432 | 240 |   0 |   0 |  34 |2678k|  33 | 3.200000e+01 |      --      |    Inf 
1199.02/1199.46	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.02/1199.46	c  1090s|  4290k|    19 |   834 |3826k|  55 |   - | 160 | 414 | 281 |   0 |   0 |  34 |2684k|  33 | 3.200000e+01 |      --      |    Inf 
1201.82/1202.20	c  1093s|  4300k|    22 |   834 |3839k|  55 |   - | 160 | 442 | 230 |   0 |   0 |  34 |2691k|  33 | 3.200000e+01 |      --      |    Inf 
1204.61/1205.06	c  1096s|  4310k|    23 |   834 |3834k|  55 |   - | 160 | 428 | 224 |   0 |   0 |  34 |2697k|  33 | 3.200000e+01 |      --      |    Inf 
1207.51/1207.90	c  1098s|  4320k|    18 |   834 |3838k|  55 |   - | 160 | 440 | 193 |   0 |   0 |  34 |2703k|  33 | 3.200000e+01 |      --      |    Inf 
1210.21/1210.62	c  1101s|  4330k|    24 |   834 |3844k|  55 |   - | 160 | 451 | 185 |   0 |   0 |  34 |2709k|  33 | 3.200000e+01 |      --      |    Inf 
1213.01/1213.42	c  1103s|  4340k|    23 |   834 |3829k|  55 |   - | 160 | 420 | 279 |   0 |   0 |  34 |2716k|  33 | 3.200000e+01 |      --      |    Inf 
1215.81/1216.23	c  1106s|  4350k|    31 |   834 |3829k|  55 |   - | 160 | 408 | 221 |   0 |   0 |  34 |2722k|  33 | 3.200000e+01 |      --      |    Inf 
1218.51/1218.99	c  1108s|  4360k|    24 |   834 |3835k|  55 |   - | 160 | 429 | 204 |   0 |   0 |  34 |2728k|  33 | 3.200000e+01 |      --      |    Inf 
1221.31/1221.72	c  1111s|  4370k|    21 |   834 |3836k|  55 |   - | 160 | 437 | 246 |   0 |   0 |  34 |2734k|  33 | 3.200000e+01 |      --      |    Inf 
1224.11/1224.53	c  1113s|  4380k|    20 |   834 |3826k|  55 |   - | 160 | 413 | 274 |   0 |   0 |  34 |2740k|  33 | 3.200000e+01 |      --      |    Inf 
1227.01/1227.41	c  1116s|  4390k|    23 |   834 |3836k|  55 |   - | 160 | 435 | 231 |   0 |   0 |  34 |2746k|  33 | 3.200000e+01 |      --      |    Inf 
1229.71/1230.16	c  1118s|  4400k|    34 |   834 |3827k|  55 |   - | 160 | 401 | 217 |   0 |   0 |  34 |2752k|  33 | 3.200000e+01 |      --      |    Inf 
1232.51/1232.95	c  1121s|  4410k|    23 |   834 |3836k|  55 |   - | 160 | 426 | 171 |   0 |   0 |  34 |2759k|  33 | 3.200000e+01 |      --      |    Inf 
1235.40/1235.83	c  1124s|  4420k|    16 |   834 |3840k|  55 |   - | 160 | 440 | 167 |   0 |   0 |  34 |2765k|  33 | 3.200000e+01 |      --      |    Inf 
1238.21/1238.66	c  1126s|  4430k|    24 |   834 |3838k|  55 |   - | 160 | 433 | 222 |   0 |   0 |  34 |2771k|  33 | 3.200000e+01 |      --      |    Inf 
1241.00/1241.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1241.00/1241.45	c  1129s|  4440k|    21 |   834 |3835k|  55 |   - | 160 | 433 | 254 |   0 |   0 |  34 |2777k|  33 | 3.200000e+01 |      --      |    Inf 
1243.81/1244.22	c  1131s|  4450k|    26 |   834 |3838k|  55 |   - | 160 | 436 | 214 |   0 |   0 |  34 |2783k|  33 | 3.200000e+01 |      --      |    Inf 
1246.50/1246.97	c  1134s|  4460k|    28 |   834 |3831k|  55 |   - | 160 | 419 | 235 |   0 |   0 |  34 |2790k|  33 | 3.200000e+01 |      --      |    Inf 
1249.30/1249.76	c  1136s|  4470k|    19 |   834 |3829k|  55 |   - | 160 | 419 | 269 |   0 |   0 |  34 |2796k|  33 | 3.200000e+01 |      --      |    Inf 
1252.10/1252.53	c  1139s|  4480k|    19 |   834 |3830k|  55 |   - | 160 | 424 | 280 |   0 |   0 |  34 |2802k|  33 | 3.200000e+01 |      --      |    Inf 
1254.90/1255.32	c  1141s|  4490k|    20 |   834 |3837k|  55 |   - | 160 | 442 | 256 |   0 |   0 |  34 |2808k|  33 | 3.200000e+01 |      --      |    Inf 
1257.70/1258.15	c  1144s|  4500k|    25 |   834 |3833k|  55 |   - | 160 | 425 | 236 |   0 |   0 |  34 |2815k|  33 | 3.200000e+01 |      --      |    Inf 
1260.50/1260.97	c  1146s|  4510k|    25 |   834 |3839k|  55 |   - | 160 | 432 | 173 |   0 |   0 |  34 |2821k|  33 | 3.200000e+01 |      --      |    Inf 
1263.40/1263.83	c  1149s|  4520k|    28 |   834 |3835k|  55 |   - | 160 | 426 | 209 |   0 |   0 |  34 |2827k|  33 | 3.200000e+01 |      --      |    Inf 
1266.19/1266.60	c  1152s|  4530k|    25 |   834 |3834k|  55 |   - | 160 | 424 | 215 |   0 |   0 |  34 |2833k|  33 | 3.200000e+01 |      --      |    Inf 
1269.00/1269.41	c  1154s|  4540k|    33 |   834 |3832k|  55 |   - | 160 | 414 | 223 |   0 |   0 |  34 |2839k|  33 | 3.200000e+01 |      --      |    Inf 
1271.80/1272.21	c  1157s|  4550k|    24 |   834 |3844k|  55 |   - | 160 | 453 | 215 |   0 |   0 |  34 |2846k|  33 | 3.200000e+01 |      --      |    Inf 
1274.59/1275.07	c  1159s|  4560k|    26 |   834 |3833k|  55 |   - | 160 | 422 | 224 |   0 |   0 |  34 |2852k|  33 | 3.200000e+01 |      --      |    Inf 
1277.29/1277.79	c  1162s|  4570k|    28 |   834 |3835k|  55 |   - | 160 | 428 | 229 |   0 |   0 |  34 |2858k|  33 | 3.200000e+01 |      --      |    Inf 
1280.09/1280.57	c  1164s|  4580k|    17 |   834 |3845k|  55 |   - | 160 | 462 | 228 |   0 |   0 |  34 |2864k|  33 | 3.200000e+01 |      --      |    Inf 
1282.99/1283.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1282.99/1283.40	c  1167s|  4590k|    19 |   834 |3840k|  55 |   - | 160 | 448 | 244 |   0 |   0 |  34 |2871k|  33 | 3.200000e+01 |      --      |    Inf 
1285.79/1286.22	c  1169s|  4600k|    23 |   834 |3836k|  55 |   - | 160 | 428 | 177 |   0 |   0 |  34 |2877k|  33 | 3.200000e+01 |      --      |    Inf 
1288.59/1289.06	c  1172s|  4610k|    24 |   834 |3835k|  55 |   - | 160 | 428 | 209 |   0 |   0 |  34 |2883k|  33 | 3.200000e+01 |      --      |    Inf 
1291.39/1291.88	c  1174s|  4620k|    26 |   834 |3839k|  55 |   - | 160 | 437 | 217 |   0 |   0 |  34 |2889k|  33 | 3.200000e+01 |      --      |    Inf 
1294.29/1294.76	c  1177s|  4630k|    18 |   834 |3836k|  55 |   - | 160 | 437 | 234 |   0 |   0 |  34 |2895k|  33 | 3.200000e+01 |      --      |    Inf 
1297.18/1297.65	c  1180s|  4640k|    23 |   834 |3843k|  55 |   - | 160 | 450 | 205 |   0 |   0 |  34 |2902k|  33 | 3.200000e+01 |      --      |    Inf 
1299.99/1300.46	c  1182s|  4650k|    25 |   834 |3837k|  55 |   - | 160 | 435 | 225 |   0 |   0 |  34 |2908k|  33 | 3.200000e+01 |      --      |    Inf 
1302.78/1303.27	c  1185s|  4660k|    25 |   834 |3840k|  55 |   - | 160 | 442 | 222 |   0 |   0 |  34 |2914k|  33 | 3.200000e+01 |      --      |    Inf 
1305.58/1306.01	c  1187s|  4670k|    26 |   834 |3833k|  55 |   - | 160 | 422 | 240 |   0 |   0 |  34 |2920k|  33 | 3.200000e+01 |      --      |    Inf 
1308.38/1308.89	c  1190s|  4680k|    25 |   834 |3838k|  55 |   - | 160 | 430 | 165 |   0 |   0 |  34 |2926k|  33 | 3.200000e+01 |      --      |    Inf 
1311.29/1311.70	c  1193s|  4690k|    23 |   834 |3839k|  55 |   - | 160 | 442 | 221 |   0 |   0 |  34 |2933k|  33 | 3.200000e+01 |      --      |    Inf 
1313.98/1314.43	c  1195s|  4700k|    26 |   834 |3834k|  55 |   - | 160 | 427 | 249 |   0 |   0 |  34 |2939k|  33 | 3.200000e+01 |      --      |    Inf 
1316.68/1317.18	c  1198s|  4710k|    18 |   834 |3839k|  55 |   - | 160 | 442 | 227 |   0 |   0 |  34 |2945k|  33 | 3.200000e+01 |      --      |    Inf 
1319.58/1320.03	c  1200s|  4720k|    18 |   834 |3839k|  55 |   - | 160 | 446 | 246 |   0 |   0 |  34 |2951k|  33 | 3.200000e+01 |      --      |    Inf 
1322.28/1322.76	c  1203s|  4730k|    16 |   834 |3843k|  55 |   - | 160 | 458 | 240 |   0 |   0 |  34 |2957k|  33 | 3.200000e+01 |      --      |    Inf 
1325.08/1325.54	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1325.08/1325.54	c  1205s|  4740k|    21 |   834 |3836k|  55 |   - | 160 | 439 | 224 |   0 |   0 |  34 |2963k|  33 | 3.200000e+01 |      --      |    Inf 
1327.87/1328.32	c  1208s|  4750k|    17 |   834 |3835k|  55 |   - | 160 | 433 | 234 |   0 |   0 |  34 |2969k|  33 | 3.200000e+01 |      --      |    Inf 
1330.68/1331.11	c  1210s|  4760k|    21 |   834 |3831k|  55 |   - | 160 | 421 | 240 |   0 |   0 |  34 |2976k|  33 | 3.200000e+01 |      --      |    Inf 
1333.37/1333.89	c  1213s|  4770k|    18 |   834 |3830k|  55 |   - | 160 | 422 | 256 |   0 |   0 |  34 |2982k|  33 | 3.200000e+01 |      --      |    Inf 
1336.28/1336.72	c  1215s|  4780k|    19 |   834 |3841k|  55 |   - | 160 | 442 | 172 |   0 |   0 |  34 |2988k|  33 | 3.200000e+01 |      --      |    Inf 
1338.97/1339.46	c  1218s|  4790k|    21 |   834 |3837k|  55 |   - | 160 | 434 | 231 |   0 |   0 |  34 |2994k|  33 | 3.200000e+01 |      --      |    Inf 
1341.77/1342.28	c  1220s|  4800k|    17 |   834 |3837k|  55 |   - | 160 | 434 | 213 |   0 |   0 |  34 |3000k|  33 | 3.200000e+01 |      --      |    Inf 
1344.57/1345.03	c  1223s|  4810k|    20 |   834 |3836k|  55 |   - | 160 | 427 | 202 |   0 |   0 |  34 |3006k|  33 | 3.200000e+01 |      --      |    Inf 
1347.27/1347.78	c  1225s|  4820k|    20 |   834 |3837k|  55 |   - | 160 | 438 | 241 |   0 |   0 |  34 |3012k|  33 | 3.200000e+01 |      --      |    Inf 
1350.07/1350.55	c  1228s|  4830k|    18 |   834 |3837k|  55 |   - | 160 | 438 | 235 |   0 |   0 |  34 |3019k|  33 | 3.200000e+01 |      --      |    Inf 
1352.77/1353.26	c  1230s|  4840k|    18 |   834 |3835k|  55 |   - | 160 | 433 | 235 |   0 |   0 |  34 |3025k|  33 | 3.200000e+01 |      --      |    Inf 
1355.47/1355.95	c  1233s|  4850k|    20 |   834 |3842k|  55 |   - | 160 | 448 | 237 |   0 |   0 |  34 |3031k|  33 | 3.200000e+01 |      --      |    Inf 
1358.17/1358.67	c  1235s|  4860k|    27 |   834 |3835k|  55 |   - | 160 | 418 | 186 |   0 |   0 |  34 |3037k|  33 | 3.200000e+01 |      --      |    Inf 
1360.96/1361.43	c  1238s|  4870k|    25 |   834 |3827k|  55 |   - | 160 | 408 | 253 |   0 |   0 |  34 |3043k|  33 | 3.200000e+01 |      --      |    Inf 
1363.76/1364.20	c  1240s|  4880k|    18 |   834 |3835k|  55 |   - | 160 | 432 | 254 |   0 |   0 |  34 |3049k|  33 | 3.200000e+01 |      --      |    Inf 
1366.46/1366.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1366.46/1366.92	c  1243s|  4890k|    28 |   834 |3837k|  55 |   - | 160 | 428 | 201 |   0 |   0 |  34 |3056k|  33 | 3.200000e+01 |      --      |    Inf 
1369.27/1369.77	c  1245s|  4900k|    22 |   834 |3842k|  55 |   - | 160 | 447 | 221 |   0 |   0 |  34 |3062k|  33 | 3.200000e+01 |      --      |    Inf 
1372.17/1372.61	c  1248s|  4910k|    18 |   834 |3837k|  55 |   - | 160 | 439 | 254 |   0 |   0 |  34 |3068k|  33 | 3.200000e+01 |      --      |    Inf 
1374.86/1375.37	c  1250s|  4920k|    26 |   834 |3835k|  55 |   - | 160 | 419 | 176 |   0 |   0 |  34 |3074k|  33 | 3.200000e+01 |      --      |    Inf 
1377.66/1378.18	c  1253s|  4930k|    17 |   834 |3839k|  55 |   - | 160 | 434 | 183 |   0 |   0 |  34 |3080k|  33 | 3.200000e+01 |      --      |    Inf 
1380.46/1380.90	c  1255s|  4940k|    30 |   834 |3834k|  55 |   - | 160 | 415 | 206 |   0 |   0 |  34 |3086k|  33 | 3.200000e+01 |      --      |    Inf 
1383.16/1383.62	c  1258s|  4950k|    19 |   834 |3832k|  55 |   - | 160 | 426 | 295 |   0 |   0 |  34 |3093k|  33 | 3.200000e+01 |      --      |    Inf 
1385.85/1386.35	c  1260s|  4960k|    15 |   834 |3839k|  55 |   - | 160 | 439 | 210 |   0 |   0 |  34 |3099k|  33 | 3.200000e+01 |      --      |    Inf 
1388.66/1389.14	c  1263s|  4970k|    23 |   834 |3827k|  55 |   - | 160 | 411 | 268 |   0 |   0 |  34 |3105k|  33 | 3.200000e+01 |      --      |    Inf 
1391.35/1391.89	c  1265s|  4980k|    18 |   834 |3835k|  55 |   - | 160 | 432 | 246 |   0 |   0 |  34 |3111k|  33 | 3.200000e+01 |      --      |    Inf 
1394.26/1394.74	c  1268s|  4990k|    23 |   834 |3834k|  55 |   - | 160 | 423 | 203 |   0 |   0 |  34 |3118k|  33 | 3.200000e+01 |      --      |    Inf 
1396.96/1397.50	c  1270s|  5000k|    18 |   834 |3838k|  55 |   - | 160 | 442 | 243 |   0 |   0 |  34 |3124k|  33 | 3.200000e+01 |      --      |    Inf 
1399.65/1400.20	c  1273s|  5010k|    18 |   834 |3837k|  55 |   - | 160 | 438 | 239 |   0 |   0 |  34 |3130k|  33 | 3.200000e+01 |      --      |    Inf 
1402.55/1403.06	c  1276s|  5020k|    21 |   834 |3834k|  55 |   - | 160 | 428 | 247 |   0 |   0 |  34 |3136k|  33 | 3.200000e+01 |      --      |    Inf 
1405.35/1405.85	c  1278s|  5030k|    22 |   834 |3843k|  55 |   - | 160 | 455 | 235 |   0 |   0 |  34 |3143k|  33 | 3.200000e+01 |      --      |    Inf 
1408.15/1408.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1408.15/1408.66	c  1281s|  5040k|    22 |   834 |3837k|  55 |   - | 160 | 431 | 213 |   0 |   0 |  34 |3149k|  33 | 3.200000e+01 |      --      |    Inf 
1410.95/1411.49	c  1283s|  5050k|    23 |   834 |3836k|  55 |   - | 160 | 433 | 235 |   0 |   0 |  34 |3155k|  33 | 3.200000e+01 |      --      |    Inf 
1413.65/1414.19	c  1286s|  5060k|    17 |   834 |3832k|  55 |   - | 160 | 426 | 295 |   0 |   0 |  34 |3161k|  33 | 3.200000e+01 |      --      |    Inf 
1416.55/1417.02	c  1288s|  5070k|    21 |   834 |3843k|  55 |   - | 160 | 462 | 241 |   0 |   0 |  34 |3168k|  33 | 3.200000e+01 |      --      |    Inf 
1419.35/1419.86	c  1291s|  5080k|    12 |   834 |3836k|  55 |   - | 160 | 444 | 280 |   0 |   0 |  34 |3174k|  33 | 3.200000e+01 |      --      |    Inf 
1422.15/1422.64	c  1293s|  5090k|    20 |   834 |3838k|  55 |   - | 160 | 426 | 167 |   0 |   0 |  34 |3180k|  33 | 3.200000e+01 |      --      |    Inf 
1424.94/1425.45	c  1296s|  5100k|    21 |   834 |3832k|  55 |   - | 160 | 410 | 184 |   0 |   0 |  34 |3186k|  33 | 3.200000e+01 |      --      |    Inf 
1427.74/1428.20	c  1298s|  5110k|    23 |   834 |3836k|  55 |   - | 160 | 428 | 233 |   0 |   0 |  34 |3192k|  33 | 3.200000e+01 |      --      |    Inf 
1430.45/1430.98	c  1301s|  5120k|    20 |   834 |3842k|  55 |   - | 160 | 439 | 167 |   0 |   0 |  34 |3199k|  33 | 3.200000e+01 |      --      |    Inf 
1433.25/1433.72	c  1303s|  5130k|    24 |   834 |3842k|  55 |   - | 160 | 442 | 238 |   0 |   0 |  34 |3205k|  33 | 3.200000e+01 |      --      |    Inf 
1436.05/1436.52	c  1306s|  5140k|    20 |   834 |3843k|  55 |   - | 160 | 449 | 202 |   0 |   0 |  34 |3211k|  33 | 3.200000e+01 |      --      |    Inf 
1438.85/1439.35	c  1308s|  5150k|    19 |   834 |3834k|  55 |   - | 160 | 428 | 262 |   0 |   0 |  34 |3217k|  33 | 3.200000e+01 |      --      |    Inf 
1441.74/1442.25	c  1311s|  5160k|    20 |   834 |3838k|  55 |   - | 160 | 432 | 195 |   0 |   0 |  34 |3224k|  33 | 3.200000e+01 |      --      |    Inf 
1444.64/1445.13	c  1314s|  5170k|    31 |   834 |3836k|  55 |   - | 160 | 414 | 170 |   0 |   0 |  34 |3230k|  33 | 3.200000e+01 |      --      |    Inf 
1447.44/1447.93	c  1316s|  5180k|    19 |   834 |3839k|  55 |   - | 160 | 441 | 250 |   0 |   0 |  34 |3236k|  33 | 3.200000e+01 |      --      |    Inf 
1450.14/1450.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1450.14/1450.69	c  1319s|  5190k|    22 |   834 |3843k|  55 |   - | 160 | 443 | 186 |   0 |   0 |  34 |3243k|  33 | 3.200000e+01 |      --      |    Inf 
1452.84/1453.35	c  1321s|  5200k|    22 |   834 |3840k|  55 |   - | 160 | 441 | 225 |   0 |   0 |  34 |3249k|  33 | 3.200000e+01 |      --      |    Inf 
1455.64/1456.12	c  1324s|  5210k|    29 |   834 |3838k|  55 |   - | 160 | 431 | 248 |   0 |   0 |  34 |3255k|  33 | 3.200000e+01 |      --      |    Inf 
1458.34/1458.87	c  1326s|  5220k|    16 |   834 |3836k|  55 |   - | 160 | 435 | 233 |   0 |   0 |  34 |3262k|  33 | 3.200000e+01 |      --      |    Inf 
1461.14/1461.60	c  1329s|  5230k|    25 |   834 |3835k|  55 |   - | 160 | 426 | 254 |   0 |   0 |  34 |3268k|  33 | 3.200000e+01 |      --      |    Inf 
1463.93/1464.45	c  1331s|  5240k|    25 |   834 |3836k|  55 |   - | 160 | 426 | 250 |   0 |   0 |  34 |3274k|  33 | 3.200000e+01 |      --      |    Inf 
1466.64/1467.19	c  1334s|  5250k|    21 |   834 |3841k|  55 |   - | 160 | 436 | 175 |   0 |   0 |  34 |3281k|  33 | 3.200000e+01 |      --      |    Inf 
1469.33/1469.89	c  1336s|  5260k|    17 |   834 |3835k|  55 |   - | 160 | 433 | 282 |   0 |   0 |  34 |3287k|  33 | 3.200000e+01 |      --      |    Inf 
1472.13/1472.60	c  1339s|  5270k|    21 |   834 |3842k|  55 |   - | 160 | 441 | 184 |   0 |   0 |  34 |3293k|  33 | 3.200000e+01 |      --      |    Inf 
1474.73/1475.27	c  1341s|  5280k|    18 |   834 |3837k|  55 |   - | 160 | 436 | 246 |   0 |   0 |  34 |3299k|  33 | 3.200000e+01 |      --      |    Inf 
1477.43/1477.93	c  1343s|  5290k|    15 |   834 |3836k|  55 |   - | 160 | 437 | 268 |   0 |   0 |  34 |3306k|  33 | 3.200000e+01 |      --      |    Inf 
1480.23/1480.74	c  1346s|  5300k|    20 |   834 |3834k|  55 |   - | 160 | 424 | 235 |   0 |   0 |  34 |3312k|  33 | 3.200000e+01 |      --      |    Inf 
1483.02/1483.51	c  1349s|  5310k|    20 |   834 |3836k|  55 |   - | 160 | 425 | 201 |   0 |   0 |  34 |3318k|  33 | 3.200000e+01 |      --      |    Inf 
1485.73/1486.28	c  1351s|  5320k|    21 |   834 |3833k|  55 |   - | 160 | 421 | 243 |   0 |   0 |  34 |3324k|  33 | 3.200000e+01 |      --      |    Inf 
1488.53/1489.03	c  1354s|  5330k|    17 |   834 |3840k|  55 |   - | 160 | 445 | 247 |   0 |   0 |  34 |3330k|  33 | 3.200000e+01 |      --      |    Inf 
1491.22/1491.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1491.22/1491.73	c  1356s|  5340k|    22 |   834 |3835k|  55 |   - | 160 | 428 | 237 |   0 |   0 |  34 |3337k|  33 | 3.200000e+01 |      --      |    Inf 
1493.92/1494.41	c  1358s|  5350k|    18 |   834 |3836k|  55 |   - | 160 | 433 | 252 |   0 |   0 |  34 |3343k|  33 | 3.200000e+01 |      --      |    Inf 
1496.63/1497.19	c  1361s|  5360k|    20 |   834 |3837k|  55 |   - | 160 | 430 | 231 |   0 |   0 |  34 |3349k|  33 | 3.200000e+01 |      --      |    Inf 
1499.42/1499.97	c  1364s|  5370k|    17 |   834 |3837k|  55 |   - | 160 | 438 | 267 |   0 |   0 |  34 |3355k|  33 | 3.200000e+01 |      --      |    Inf 
1502.22/1502.72	c  1366s|  5380k|    20 |   834 |3832k|  55 |   - | 160 | 422 | 279 |   0 |   0 |  34 |3361k|  33 | 3.200000e+01 |      --      |    Inf 
1505.02/1505.56	c  1369s|  5390k|    15 |   834 |3837k|  55 |   - | 160 | 442 | 299 |   0 |   0 |  34 |3367k|  33 | 3.200000e+01 |      --      |    Inf 
1507.72/1508.29	c  1371s|  5400k|    21 |   834 |3838k|  55 |   - | 160 | 434 | 240 |   0 |   0 |  34 |3374k|  33 | 3.200000e+01 |      --      |    Inf 
1510.42/1510.99	c  1374s|  5410k|    22 |   834 |3835k|  55 |   - | 160 | 426 | 264 |   0 |   0 |  34 |3380k|  33 | 3.200000e+01 |      --      |    Inf 
1513.12/1513.64	c  1376s|  5420k|    17 |   834 |3839k|  55 |   - | 160 | 434 | 203 |   0 |   0 |  34 |3386k|  33 | 3.200000e+01 |      --      |    Inf 
1515.82/1516.31	c  1378s|  5430k|    14 |   834 |3841k|  55 |   - | 160 | 450 | 248 |   0 |   0 |  34 |3392k|  33 | 3.200000e+01 |      --      |    Inf 
1518.42/1518.99	c  1381s|  5440k|    24 |   834 |3842k|  55 |   - | 160 | 438 | 207 |   0 |   0 |  34 |3398k|  33 | 3.200000e+01 |      --      |    Inf 
1521.12/1521.69	c  1383s|  5450k|    14 |   834 |3843k|  55 |   - | 160 | 453 | 212 |   0 |   0 |  34 |3405k|  33 | 3.200000e+01 |      --      |    Inf 
1523.91/1524.43	c  1386s|  5460k|    11 |   834 |3842k|  55 |   - | 160 | 450 | 191 |   0 |   0 |  34 |3411k|  33 | 3.200000e+01 |      --      |    Inf 
1526.51/1527.08	c  1388s|  5470k|    17 |   834 |3836k|  55 |   - | 160 | 437 | 290 |   0 |   0 |  34 |3417k|  33 | 3.200000e+01 |      --      |    Inf 
1529.41/1529.90	c  1391s|  5480k|    27 |   834 |3844k|  55 |   - | 160 | 440 | 195 |   0 |   0 |  34 |3423k|  33 | 3.200000e+01 |      --      |    Inf 
1532.21/1532.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1532.21/1532.70	c  1393s|  5490k|    21 |   834 |3844k|  55 |   - | 160 | 445 | 195 |   0 |   0 |  34 |3430k|  33 | 3.200000e+01 |      --      |    Inf 
1534.91/1535.46	c  1396s|  5500k|    23 |   834 |3839k|  55 |   - | 160 | 435 | 247 |   0 |   0 |  34 |3436k|  33 | 3.200000e+01 |      --      |    Inf 
1537.71/1538.25	c  1398s|  5510k|    21 |   834 |3841k|  55 |   - | 160 | 440 | 229 |   0 |   0 |  34 |3442k|  33 | 3.200000e+01 |      --      |    Inf 
1540.41/1540.94	c  1401s|  5520k|    15 |   834 |3844k|  55 |   - | 160 | 456 | 227 |   0 |   0 |  34 |3448k|  33 | 3.200000e+01 |      --      |    Inf 
1543.21/1543.71	c  1403s|  5530k|    17 |   834 |3842k|  55 |   - | 160 | 438 | 161 |   0 |   0 |  34 |3455k|  33 | 3.200000e+01 |      --      |    Inf 
1546.01/1546.51	c  1406s|  5540k|    16 |   834 |3835k|  55 |   - | 160 | 434 | 285 |   0 |   0 |  34 |3461k|  33 | 3.200000e+01 |      --      |    Inf 
1548.61/1549.18	c  1408s|  5550k|    19 |   834 |3837k|  55 |   - | 160 | 437 | 263 |   0 |   0 |  34 |3467k|  33 | 3.200000e+01 |      --      |    Inf 
1551.30/1551.88	c  1411s|  5560k|    21 |   834 |3842k|  55 |   - | 160 | 441 | 195 |   0 |   0 |  34 |3473k|  33 | 3.200000e+01 |      --      |    Inf 
1554.10/1554.62	c  1413s|  5570k|    20 |   834 |3839k|  55 |   - | 160 | 430 | 196 |   0 |   0 |  34 |3479k|  33 | 3.200000e+01 |      --      |    Inf 
1556.90/1557.41	c  1416s|  5580k|    19 |   834 |3840k|  55 |   - | 160 | 442 | 213 |   0 |   0 |  34 |3486k|  33 | 3.200000e+01 |      --      |    Inf 
1559.60/1560.13	c  1418s|  5590k|    14 |   834 |3843k|  55 |   - | 160 | 448 | 203 |   0 |   0 |  34 |3492k|  33 | 3.200000e+01 |      --      |    Inf 
1562.40/1562.91	c  1421s|  5600k|    18 |   834 |3834k|  55 |   - | 160 | 428 | 275 |   0 |   0 |  34 |3498k|  33 | 3.200000e+01 |      --      |    Inf 
1565.00/1565.56	c  1423s|  5610k|    13 |   834 |3839k|  55 |   - | 160 | 438 | 211 |   0 |   0 |  34 |3504k|  33 | 3.200000e+01 |      --      |    Inf 
1567.70/1568.24	c  1426s|  5620k|    15 |   834 |3836k|  55 |   - | 160 | 438 | 277 |   0 |   0 |  34 |3510k|  33 | 3.200000e+01 |      --      |    Inf 
1570.40/1570.94	c  1428s|  5630k|    13 |   834 |3836k|  55 |   - | 160 | 437 | 273 |   0 |   0 |  34 |3516k|  33 | 3.200000e+01 |      --      |    Inf 
1573.19/1573.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.19/1573.72	c  1431s|  5640k|    13 |   834 |3836k|  55 |   - | 160 | 438 | 233 |   0 |   0 |  34 |3522k|  33 | 3.200000e+01 |      --      |    Inf 
1575.90/1576.49	c  1433s|  5650k|    27 |   834 |3838k|  55 |   - | 160 | 419 | 193 |   0 |   0 |  34 |3529k|  33 | 3.200000e+01 |      --      |    Inf 
1578.80/1579.37	c  1436s|  5660k|    26 |   834 |3833k|  55 |   - | 160 | 416 | 252 |   0 |   0 |  34 |3535k|  33 | 3.200000e+01 |      --      |    Inf 
1581.69/1582.23	c  1438s|  5670k|    21 |   834 |3841k|  55 |   - | 160 | 432 | 199 |   0 |   0 |  34 |3541k|  33 | 3.200000e+01 |      --      |    Inf 
1584.50/1585.09	c  1441s|  5680k|    26 |   834 |3838k|  55 |   - | 160 | 421 | 187 |   0 |   0 |  34 |3547k|  33 | 3.200000e+01 |      --      |    Inf 
1587.29/1587.89	c  1443s|  5690k|    24 |   834 |3840k|  55 |   - | 160 | 430 | 202 |   0 |   0 |  34 |3554k|  33 | 3.200000e+01 |      --      |    Inf 
1590.19/1590.70	c  1446s|  5700k|    28 |   834 |3838k|  55 |   - | 160 | 424 | 213 |   0 |   0 |  34 |3560k|  33 | 3.200000e+01 |      --      |    Inf 
1593.00/1593.50	c  1449s|  5710k|    26 |   834 |3839k|  55 |   - | 160 | 429 | 238 |   0 |   0 |  34 |3566k|  33 | 3.200000e+01 |      --      |    Inf 
1595.79/1596.31	c  1451s|  5720k|    23 |   834 |3836k|  55 |   - | 160 | 425 | 228 |   0 |   0 |  34 |3572k|  33 | 3.200000e+01 |      --      |    Inf 
1598.49/1599.09	c  1454s|  5730k|    16 |   834 |3843k|  55 |   - | 160 | 441 | 186 |   0 |   0 |  34 |3578k|  33 | 3.200000e+01 |      --      |    Inf 
1601.29/1601.85	c  1456s|  5740k|    18 |   834 |3835k|  55 |   - | 160 | 427 | 225 |   0 |   0 |  34 |3584k|  33 | 3.200000e+01 |      --      |    Inf 
1604.09/1604.68	c  1459s|  5750k|    28 |   834 |3846k|  55 |   - | 160 | 442 | 195 |   0 |   0 |  34 |3591k|  33 | 3.200000e+01 |      --      |    Inf 
1606.99/1607.58	c  1461s|  5760k|    25 |   834 |3837k|  55 |   - | 160 | 423 | 193 |   0 |   0 |  34 |3597k|  33 | 3.200000e+01 |      --      |    Inf 
1609.80/1610.39	c  1464s|  5770k|    28 |   834 |3837k|  55 |   - | 160 | 426 | 213 |   0 |   0 |  34 |3603k|  33 | 3.200000e+01 |      --      |    Inf 
1612.69/1613.20	c  1466s|  5780k|    23 |   834 |3842k|  55 |   - | 160 | 433 | 151 |   0 |   0 |  34 |3609k|  33 | 3.200000e+01 |      --      |    Inf 
1615.39/1615.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1615.39/1615.99	c  1469s|  5790k|    20 |   834 |3846k|  55 |   - | 160 | 456 | 250 |   0 |   0 |  34 |3616k|  33 | 3.200000e+01 |      --      |    Inf 
1618.18/1618.75	c  1472s|  5800k|    20 |   834 |3842k|  55 |   - | 160 | 447 | 240 |   0 |   0 |  34 |3622k|  33 | 3.200000e+01 |      --      |    Inf 
1621.08/1621.61	c  1474s|  5810k|    23 |   834 |3840k|  55 |   - | 160 | 429 | 170 |   0 |   0 |  34 |3628k|  33 | 3.200000e+01 |      --      |    Inf 
1623.89/1624.48	c  1477s|  5820k|    20 |   834 |3844k|  55 |   - | 160 | 448 | 221 |   0 |   0 |  34 |3634k|  33 | 3.200000e+01 |      --      |    Inf 
1626.88/1627.40	c  1479s|  5830k|    21 |   834 |3838k|  55 |   - | 160 | 427 | 177 |   0 |   0 |  34 |3640k|  33 | 3.200000e+01 |      --      |    Inf 
1629.69/1630.26	c  1482s|  5840k|    18 |   834 |3839k|  55 |   - | 160 | 437 | 219 |   0 |   0 |  34 |3647k|  33 | 3.200000e+01 |      --      |    Inf 
1632.48/1633.05	c  1485s|  5850k|    28 |   834 |3836k|  55 |   - | 160 | 420 | 232 |   0 |   0 |  34 |3653k|  33 | 3.200000e+01 |      --      |    Inf 
1635.28/1635.89	c  1487s|  5860k|    20 |   834 |3833k|  55 |   - | 160 | 421 | 271 |   0 |   0 |  34 |3659k|  33 | 3.200000e+01 |      --      |    Inf 
1638.27/1638.81	c  1490s|  5870k|    17 |   834 |3837k|  55 |   - | 160 | 426 | 195 |   0 |   0 |  34 |3665k|  33 | 3.200000e+01 |      --      |    Inf 
1641.08/1641.69	c  1492s|  5880k|    23 |   834 |3838k|  55 |   - | 160 | 429 | 217 |   0 |   0 |  34 |3672k|  33 | 3.200000e+01 |      --      |    Inf 
1644.08/1644.66	c  1495s|  5890k|    22 |   834 |3840k|  55 |   - | 160 | 431 | 186 |   0 |   0 |  34 |3678k|  33 | 3.200000e+01 |      --      |    Inf 
1646.98/1647.50	c  1498s|  5900k|    14 |   834 |3835k|  55 |   - | 160 | 432 | 291 |   0 |   0 |  34 |3684k|  33 | 3.200000e+01 |      --      |    Inf 
1649.78/1650.31	c  1500s|  5910k|    24 |   834 |3833k|  55 |   - | 160 | 416 | 234 |   0 |   0 |  34 |3690k|  33 | 3.200000e+01 |      --      |    Inf 
1652.68/1653.21	c  1503s|  5920k|    15 |   834 |3830k|  55 |   - | 160 | 418 | 290 |   0 |   0 |  34 |3696k|  33 | 3.200000e+01 |      --      |    Inf 
1655.48/1656.02	c  1505s|  5930k|    25 |   834 |3838k|  55 |   - | 160 | 421 | 152 |   0 |   0 |  34 |3703k|  33 | 3.200000e+01 |      --      |    Inf 
1658.28/1658.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1658.28/1658.83	c  1508s|  5940k|    18 |   834 |3843k|  55 |   - | 160 | 445 | 221 |   0 |   0 |  34 |3709k|  33 | 3.200000e+01 |      --      |    Inf 
1661.08/1661.64	c  1511s|  5950k|    18 |   834 |3834k|  55 |   - | 160 | 425 | 269 |   0 |   0 |  34 |3715k|  33 | 3.200000e+01 |      --      |    Inf 
1663.87/1664.44	c  1513s|  5960k|    20 |   834 |3839k|  55 |   - | 160 | 427 | 171 |   0 |   0 |  34 |3721k|  33 | 3.200000e+01 |      --      |    Inf 
1666.67/1667.20	c  1516s|  5970k|    19 |   834 |3835k|  55 |   - | 160 | 419 | 223 |   0 |   0 |  34 |3727k|  33 | 3.200000e+01 |      --      |    Inf 
1669.37/1670.00	c  1518s|  5980k|    17 |   834 |3836k|  55 |   - | 160 | 433 | 250 |   0 |   0 |  34 |3733k|  33 | 3.200000e+01 |      --      |    Inf 
1672.17/1672.72	c  1521s|  5990k|    31 |   834 |3842k|  55 |   - | 160 | 424 | 149 |   0 |   0 |  34 |3739k|  33 | 3.200000e+01 |      --      |    Inf 
1674.97/1675.57	c  1523s|  6000k|    30 |   834 |3841k|  55 |   - | 160 | 425 | 157 |   0 |   0 |  34 |3745k|  33 | 3.200000e+01 |      --      |    Inf 
1677.76/1678.34	c  1526s|  6010k|    25 |   834 |3834k|  55 |   - | 160 | 416 | 233 |   0 |   0 |  34 |3752k|  33 | 3.200000e+01 |      --      |    Inf 
1680.57/1681.18	c  1528s|  6020k|    17 |   834 |3846k|  55 |   - | 160 | 453 | 228 |   0 |   0 |  34 |3758k|  33 | 3.200000e+01 |      --      |    Inf 
1683.37/1684.00	c  1531s|  6030k|    19 |   834 |3841k|  55 |   - | 160 | 440 | 239 |   0 |   0 |  34 |3764k|  33 | 3.200000e+01 |      --      |    Inf 
1686.17/1686.76	c  1533s|  6040k|    16 |   834 |3834k|  55 |   - | 160 | 425 | 279 |   0 |   0 |  34 |3771k|  33 | 3.200000e+01 |      --      |    Inf 
1688.97/1689.59	c  1536s|  6050k|    26 |   834 |3836k|  55 |   - | 160 | 419 | 222 |   0 |   0 |  34 |3777k|  33 | 3.200000e+01 |      --      |    Inf 
1691.76/1692.38	c  1539s|  6060k|    20 |   834 |3838k|  55 |   - | 160 | 430 | 244 |   0 |   0 |  34 |3783k|  33 | 3.200000e+01 |      --      |    Inf 
1694.56/1695.15	c  1541s|  6070k|    16 |   834 |3844k|  55 |   - | 160 | 455 | 256 |   0 |   0 |  34 |3789k|  33 | 3.200000e+01 |      --      |    Inf 
1697.46/1698.02	c  1544s|  6080k|    18 |   834 |3838k|  55 |   - | 160 | 435 | 261 |   0 |   0 |  34 |3795k|  33 | 3.200000e+01 |      --      |    Inf 
1700.26/1700.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1700.26/1700.85	c  1546s|  6090k|    21 |   834 |3836k|  55 |   - | 160 | 419 | 216 |   0 |   0 |  34 |3801k|  33 | 3.200000e+01 |      --      |    Inf 
1703.06/1703.68	c  1549s|  6100k|    15 |   834 |3842k|  55 |   - | 160 | 445 | 247 |   0 |   0 |  34 |3807k|  33 | 3.200000e+01 |      --      |    Inf 
1705.86/1706.46	c  1551s|  6110k|    22 |   834 |3840k|  55 |   - | 160 | 434 | 250 |   0 |   0 |  34 |3814k|  33 | 3.200000e+01 |      --      |    Inf 
1708.65/1709.22	c  1554s|  6120k|    15 |   834 |3835k|  55 |   - | 160 | 424 | 264 |   0 |   0 |  34 |3820k|  33 | 3.200000e+01 |      --      |    Inf 
1711.46/1712.00	c  1556s|  6130k|    21 |   834 |3839k|  55 |   - | 160 | 427 | 188 |   0 |   0 |  34 |3827k|  33 | 3.200000e+01 |      --      |    Inf 
1714.16/1714.70	c  1559s|  6140k|    20 |   834 |3833k|  55 |   - | 160 | 417 | 263 |   0 |   0 |  34 |3833k|  33 | 3.200000e+01 |      --      |    Inf 
1716.86/1717.48	c  1561s|  6150k|    13 |   834 |3837k|  55 |   - | 160 | 428 | 220 |   0 |   0 |  34 |3839k|  33 | 3.200000e+01 |      --      |    Inf 
1719.55/1720.19	c  1564s|  6160k|    16 |   834 |3841k|  55 |   - | 160 | 440 | 232 |   0 |   0 |  34 |3845k|  33 | 3.200000e+01 |      --      |    Inf 
1722.45/1723.02	c  1566s|  6170k|    25 |   834 |3840k|  55 |   - | 160 | 429 | 235 |   0 |   0 |  34 |3851k|  33 | 3.200000e+01 |      --      |    Inf 
1725.25/1725.86	c  1569s|  6180k|    22 |   834 |3841k|  55 |   - | 160 | 430 | 201 |   0 |   0 |  34 |3857k|  33 | 3.200000e+01 |      --      |    Inf 
1728.15/1728.72	c  1572s|  6190k|    19 |   834 |3847k|  55 |   - | 160 | 444 | 153 |   0 |   0 |  34 |3864k|  33 | 3.200000e+01 |      --      |    Inf 
1730.95/1731.59	c  1574s|  6200k|    22 |   834 |3847k|  55 |   - | 160 | 444 | 161 |   0 |   0 |  34 |3870k|  33 | 3.200000e+01 |      --      |    Inf 
1733.75/1734.36	c  1577s|  6210k|    21 |   834 |3843k|  55 |   - | 160 | 444 | 238 |   0 |   0 |  34 |3876k|  33 | 3.200000e+01 |      --      |    Inf 
1736.55/1737.12	c  1579s|  6220k|    22 |   834 |3843k|  55 |   - | 160 | 442 | 228 |   0 |   0 |  34 |3882k|  33 | 3.200000e+01 |      --      |    Inf 
1739.25/1739.87	c  1582s|  6230k|    16 |   834 |3837k|  55 |   - | 160 | 432 | 262 |   0 |   0 |  34 |3888k|  33 | 3.200000e+01 |      --      |    Inf 
1741.95/1742.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1741.95/1742.56	c  1584s|  6240k|    17 |   834 |3844k|  55 |   - | 160 | 452 | 252 |   0 |   0 |  34 |3895k|  33 | 3.200000e+01 |      --      |    Inf 
1744.74/1745.37	c  1587s|  6250k|    19 |   834 |3844k|  55 |   - | 160 | 449 | 248 |   0 |   0 |  34 |3901k|  33 | 3.200000e+01 |      --      |    Inf 
1747.54/1748.15	c  1589s|  6260k|    13 |   834 |3845k|  55 |   - | 160 | 456 | 229 |   0 |   0 |  34 |3907k|  33 | 3.200000e+01 |      --      |    Inf 
1750.34/1750.90	c  1592s|  6270k|    21 |   834 |3841k|  55 |   - | 160 | 439 | 244 |   0 |   0 |  34 |3913k|  33 | 3.200000e+01 |      --      |    Inf 
1753.04/1753.66	c  1594s|  6280k|    15 |   834 |3847k|  55 |   - | 160 | 462 | 244 |   0 |   0 |  34 |3920k|  33 | 3.200000e+01 |      --      |    Inf 
1755.84/1756.42	c  1597s|  6290k|    19 |   834 |3835k|  55 |   - | 160 | 427 | 274 |   0 |   0 |  34 |3926k|  33 | 3.200000e+01 |      --      |    Inf 
1758.64/1759.21	c  1599s|  6300k|    20 |   834 |3844k|  55 |   - | 160 | 448 | 246 |   0 |   0 |  34 |3932k|  33 | 3.200000e+01 |      --      |    Inf 
1761.34/1761.98	c  1602s|  6310k|    17 |   834 |3851k|  55 |   - | 160 | 464 | 201 |   0 |   0 |  34 |3938k|  33 | 3.200000e+01 |      --      |    Inf 
1764.14/1764.79	c  1604s|  6320k|    21 |   834 |3844k|  55 |   - | 160 | 442 | 195 |   0 |   0 |  34 |3944k|  33 | 3.200000e+01 |      --      |    Inf 
1766.93/1767.53	c  1607s|  6330k|    28 |   834 |3845k|  55 |   - | 160 | 444 | 226 |   0 |   0 |  34 |3950k|  33 | 3.200000e+01 |      --      |    Inf 
1769.64/1770.26	c  1609s|  6340k|    17 |   834 |3842k|  55 |   - | 160 | 448 | 273 |   0 |   0 |  34 |3957k|  33 | 3.200000e+01 |      --      |    Inf 
1772.34/1772.92	c  1612s|  6350k|    17 |   834 |3840k|  55 |   - | 160 | 440 | 270 |   0 |   0 |  34 |3963k|  33 | 3.200000e+01 |      --      |    Inf 
1774.93/1775.57	c  1614s|  6360k|    25 |   834 |3842k|  55 |   - | 160 | 439 | 262 |   0 |   0 |  34 |3969k|  33 | 3.200000e+01 |      --      |    Inf 
1777.74/1778.38	c  1617s|  6370k|    15 |   834 |3838k|  55 |   - | 160 | 437 | 276 |   0 |   0 |  34 |3975k|  33 | 3.200000e+01 |      --      |    Inf 
1780.63/1781.28	c  1619s|  6380k|    22 |   834 |3845k|  55 |   - | 160 | 446 | 209 |   0 |   0 |  34 |3982k|  33 | 3.200000e+01 |      --      |    Inf 
1783.53/1784.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1783.53/1784.12	c  1622s|  6390k|    16 |   834 |3840k|  55 |   - | 160 | 438 | 234 |   0 |   0 |  34 |3988k|  33 | 3.200000e+01 |      --      |    Inf 
1786.23/1786.83	c  1624s|  6400k|    19 |   834 |3845k|  55 |   - | 160 | 453 | 225 |   0 |   0 |  34 |3994k|  33 | 3.200000e+01 |      --      |    Inf 
1788.93/1789.57	c  1627s|  6410k|    15 |   834 |3849k|  55 |   - | 160 | 473 | 244 |   0 |   0 |  34 |4000k|  33 | 3.200000e+01 |      --      |    Inf 
1791.73/1792.33	c  1629s|  6420k|    16 |   834 |3845k|  55 |   - | 160 | 446 | 211 |   0 |   0 |  34 |4006k|  33 | 3.200000e+01 |      --      |    Inf 
1794.44/1795.09	c  1632s|  6430k|    28 |   834 |3837k|  55 |   - | 160 | 413 | 230 |   0 |   0 |  34 |4013k|  33 | 3.200000e+01 |      --      |    Inf 
1797.33/1797.96	c  1635s|  6440k|    25 |   834 |3839k|  55 |   - | 160 | 419 | 211 |   0 |   0 |  34 |4019k|  33 | 3.200000e+01 |      --      |    Inf 
1800.04/1800.60	c 
1800.04/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.60	c Solving Time (sec) : 1636.98
1800.04/1800.60	c Solving Nodes      : 6449451
1800.04/1800.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.60	c Dual Bound         : +3.20000000000001e+01
1800.04/1800.60	c Gap                : infinite
1800.04/1800.60	c NODE         6449451
1800.04/1800.60	c DUAL BOUND   32
1800.04/1800.60	c PRIMAL BOUND 1e+20
1800.04/1800.60	c GAP          1e+20
1800.04/1800.60	s UNKNOWN
1800.04/1800.60	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.61	c Solving Time       :    1636.98
1800.04/1800.61	c Original Problem   :
1800.04/1800.61	c   Problem name     : HOME/instance-1884528-1245259315.opb
1800.04/1800.61	c   Variables        : 160 (160 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.61	c   Constraints      : 384 initial, 384 maximal
1800.04/1800.61	c Presolved Problem  :
1800.04/1800.61	c   Problem name     : t_HOME/instance-1884528-1245259315.opb
1800.04/1800.61	c   Variables        : 160 (160 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.61	c   Constraints      : 384 initial, 515 maximal
1800.04/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.61	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.04/1800.61	c   logicor          :        384+         5   46492459          0          0    3888190  173615628          0          0          0
1800.04/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.61	c   integral         :       0.52       0.00       0.00       0.52       0.00
1800.04/1800.61	c   logicor          :     565.73       0.00     565.73       0.00       0.00
1800.04/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.61	c   rootredcost      :      14.89          0          0          0
1800.04/1800.61	c   pseudoobj        :     469.91   50295869          0          0
1800.04/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.61	c   propagation      :     166.65    3888190    3852628    3852628       22.1     193733       17.6          -
1800.04/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.61	c   applied globally :          -          -          -    3877698       21.5          -          -          -
1800.04/1800.61	c   applied locally  :          -          -          -     147522       32.3          -          -          -
1800.04/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.61	c   cut pool         :       0.00          4          -          -          3          -    (maximal pool size: 787)
1800.04/1800.61	c   redcost          :       0.00          5          0          0          0          0
1800.04/1800.61	c   impliedbounds    :       0.00          5          0          0          0          0
1800.04/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.61	c   gomory           :       0.19          5          0          0        631          0
1800.04/1800.61	c   strongcg         :       0.19          5          0          0       1520          0
1800.04/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.61	c   clique           :       0.00          5          0          0         27          0
1800.04/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.61	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.61	c Pricers            :       Time      Calls       Vars
1800.04/1800.61	c   problem variables:       0.00          0          0
1800.04/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.61	c   relpscost        :       0.52          1          0          0          0          0          2
1800.04/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   inference        :      82.73    4596704          0          0          0          0    9193408
1800.04/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.61	c   LP solutions     :       0.00          -          0
1800.04/1800.61	c   pseudo solutions :       0.00          -          0
1800.04/1800.61	c   simplerounding   :       0.00          0          0
1800.04/1800.61	c   rounding         :       0.00          0          0
1800.04/1800.61	c   shifting         :       0.00          0          0
1800.04/1800.61	c   intshifting      :       0.00          0          0
1800.04/1800.61	c   oneopt           :       0.00          0          0
1800.04/1800.61	c   fixandinfer      :       0.00          0          0
1800.04/1800.61	c   feaspump         :       0.00          0          0
1800.04/1800.61	c   coefdiving       :       0.00          0          0
1800.04/1800.61	c   pscostdiving     :       0.00          0          0
1800.04/1800.61	c   fracdiving       :       0.00          0          0
1800.04/1800.61	c   veclendiving     :       0.00          0          0
1800.04/1800.61	c   intdiving        :       0.00          0          0
1800.04/1800.61	c   actconsdiving    :       0.00          0          0
1800.04/1800.61	c   objpscostdiving  :       0.00          0          0
1800.04/1800.61	c   rootsoldiving    :       0.00          0          0
1800.04/1800.61	c   linesearchdiving :       0.00          0          0
1800.04/1800.61	c   guideddiving     :       0.00          0          0
1800.04/1800.61	c   octane           :       0.00          0          0
1800.04/1800.61	c   rens             :       0.00          0          0
1800.04/1800.61	c   rins             :       0.00          0          0
1800.04/1800.61	c   localbranching   :       0.00          0          0
1800.04/1800.61	c   mutation         :       0.00          0          0
1800.04/1800.61	c   crossover        :       0.00          0          0
1800.04/1800.61	c   dins             :       0.00          0          0
1800.04/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.61	c   dual LP          :       0.09          6        834     139.00    9266.67
1800.04/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.61	c   strong branching :       0.52         33       4500     136.36    8653.85
1800.04/1800.61	c     (at root node) :          -         33       4500     136.36          -
1800.04/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.61	c B&B Tree           :
1800.04/1800.61	c   number of runs   :          1
1800.04/1800.61	c   nodes            :    6449451
1800.04/1800.61	c   nodes (total)    :    6449451
1800.04/1800.61	c   nodes left       :         19
1800.04/1800.61	c   max depth        :         55
1800.04/1800.61	c   max depth (total):         55
1800.04/1800.61	c   backtracks       :    2141292 (33.2%)
1800.04/1800.61	c   delayed cutoffs  :    2743941
1800.04/1800.61	c   repropagations   :    5293680 (93760391 domain reductions, 2035444 cutoffs)
1800.04/1800.61	c   avg switch length:       2.52
1800.04/1800.61	c   switching time   :     229.00
1800.04/1800.61	c Solution           :
1800.04/1800.61	c   Solutions found  :          0 (0 improvements)
1800.04/1800.61	c   Primal Bound     :          -
1800.04/1800.61	c   Dual Bound       : +3.20000000000001e+01
1800.04/1800.61	c   Gap              :   infinite
1800.04/1800.61	c   Root Dual Bound  : +3.20000000000000e+01
1800.04/1800.62	c Time complete: 1800.05.

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-1884528-1245259315/watcher-1884528-1245259315 -o /tmp/evaluation-result-1884528-1245259315/solver-1884528-1245259315 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884528-1245259315.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.00 1.00 0.93 3/64 14682
/proc/meminfo: memFree=1829056/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=5812 CPUtime=0
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 193528699 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/14682/statm: 1453 502 332 1256 0 192 0

[startup+0.0356951 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 14682
/proc/meminfo: memFree=1829056/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=15000 CPUtime=0.02
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 2751 0 0 0 2 0 0 0 16 0 1 0 193528699 15360000 2381 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 3750 2383 511 1256 0 2489 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15000

[startup+0.101703 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 14682
/proc/meminfo: memFree=1829056/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=18572 CPUtime=0.09
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 3715 0 0 0 9 0 0 0 17 0 1 0 193528699 19017728 3345 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 4643 3345 620 1256 0 3382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18572

[startup+0.301726 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 14682
/proc/meminfo: memFree=1829056/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=21060 CPUtime=0.29
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4359 0 0 0 28 1 0 0 18 0 1 0 193528699 21565440 3989 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5265 3989 634 1256 0 4004 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21060

[startup+0.701769 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 14682
/proc/meminfo: memFree=1829056/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=0.69
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4571 0 0 0 68 1 0 0 21 0 1 0 193528699 24145920 4201 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4201 639 1256 0 4634 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23580

[startup+1.50186 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 14683
/proc/meminfo: memFree=1814712/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1.49
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4642 0 0 0 143 6 0 0 25 0 1 0 193528699 24145920 4272 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4272 661 1256 0 4634 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23580

[startup+3.10103 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 14683
/proc/meminfo: memFree=1814392/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=3.09
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4650 0 0 0 290 19 0 0 25 0 1 0 193528699 24145920 4280 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4280 661 1256 0 4634 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23580

[startup+6.30139 s]
/proc/loadavg: 1.08 1.02 0.94 2/65 14683
/proc/meminfo: memFree=1813944/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=6.29
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4667 0 0 0 583 46 0 0 25 0 1 0 193528699 24145920 4297 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4297 661 1256 0 4634 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23580

[startup+12.7011 s]
/proc/loadavg: 1.07 1.02 0.94 2/65 14683
/proc/meminfo: memFree=1813944/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=12.69
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4677 0 0 0 1166 103 0 0 25 0 1 0 193528699 24145920 4307 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4307 661 1256 0 4634 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23580

[startup+25.5015 s]
/proc/loadavg: 1.06 1.01 0.94 2/65 14683
/proc/meminfo: memFree=1814008/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=25.49
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4687 0 0 0 2334 215 0 0 25 0 1 0 193528699 24145920 4317 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4317 661 1256 0 4634 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23580

[startup+51.1014 s]
/proc/loadavg: 1.04 1.01 0.94 2/65 14683
/proc/meminfo: memFree=1814136/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=51.08
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4698 0 0 0 4663 445 0 0 25 0 1 0 193528699 24145920 4328 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4328 661 1256 0 4634 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23580

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 0.94 2/65 14683
/proc/meminfo: memFree=1813944/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=102.27
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4719 0 0 0 9316 911 0 0 25 0 1 0 193528699 24145920 4349 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4349 661 1256 0 4634 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23580

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1813816/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=162.24
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4732 0 0 0 14762 1462 0 0 25 0 1 0 193528699 24145920 4362 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4362 661 1256 0 4634 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 23580

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1813688/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=222.22
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4738 0 0 0 20227 1995 0 0 25 0 1 0 193528699 24145920 4368 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4368 661 1256 0 4634 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23580

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1813560/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=282.2
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4742 0 0 0 25682 2538 0 0 25 0 1 0 193528699 24145920 4372 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4372 661 1256 0 4634 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23580

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1813496/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=342.18
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4742 0 0 0 31142 3076 0 0 25 0 1 0 193528699 24145920 4372 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4372 661 1256 0 4634 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 23580

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1813368/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=402.16
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4745 0 0 0 36605 3611 0 0 25 0 1 0 193528699 24145920 4375 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4375 661 1256 0 4634 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 23580

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1813176/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=462.15
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4750 0 0 0 42049 4166 0 0 25 0 1 0 193528699 24145920 4380 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4380 661 1256 0 4634 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 23580

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1813112/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=522.13
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4750 0 0 0 47497 4716 0 0 25 0 1 0 193528699 24145920 4380 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4380 661 1256 0 4634 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 23580

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1813048/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=582.11
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4753 0 0 0 52951 5260 0 0 25 0 1 0 193528699 24145920 4383 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4383 661 1256 0 4634 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 23580

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1812984/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=642.09
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4755 0 0 0 58401 5808 0 0 25 0 1 0 193528699 24145920 4385 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4385 661 1256 0 4634 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 23580

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1812600/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=822.03
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4763 0 0 0 74775 7428 0 0 25 0 1 0 193528699 24145920 4393 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4393 661 1256 0 4634 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 23580

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1812536/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=882.02
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4764 0 0 0 80231 7971 0 0 25 0 1 0 193528699 24145920 4394 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4394 661 1256 0 4634 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 23580

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1812408/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=942
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4764 0 0 0 85698 8502 0 0 25 0 1 0 193528699 24145920 4394 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4394 661 1256 0 4634 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 23580

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1812280/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1001.98
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4764 0 0 0 91138 9060 0 0 25 0 1 0 193528699 24145920 4394 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4394 661 1256 0 4634 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 23580

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1812216/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1061.96
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4765 0 0 0 96585 9611 0 0 25 0 1 0 193528699 24145920 4395 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4395 661 1256 0 4634 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 23580

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1812088/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1121.94
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4765 0 0 0 102036 10158 0 0 25 0 1 0 193528699 24145920 4395 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4395 661 1256 0 4634 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 23580

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1812024/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1181.93
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4765 0 0 0 107485 10708 0 0 25 0 1 0 193528699 24145920 4395 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4395 661 1256 0 4634 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 23580

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1811768/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1241.91
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4765 0 0 0 112940 11251 0 0 25 0 1 0 193528699 24145920 4395 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4395 661 1256 0 4634 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 23580

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1811640/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1301.89
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4765 0 0 0 118400 11789 0 0 25 0 1 0 193528699 24145920 4395 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4395 661 1256 0 4634 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 23580

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1811576/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1361.87
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4765 0 0 0 123855 12332 0 0 25 0 1 0 193528699 24145920 4395 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4395 661 1256 0 4634 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 23580

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1811576/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1421.85
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4765 0 0 0 129297 12888 0 0 25 0 1 0 193528699 24145920 4395 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4395 661 1256 0 4634 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 23580

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1811448/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1481.83
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4766 0 0 0 134748 13435 0 0 25 0 1 0 193528699 24145920 4396 1992294400 4194304 9342243 548682068736 18446744073709551615 4363413 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4396 661 1256 0 4634 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 23580

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1811320/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1541.8
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4766 0 0 0 140214 13966 0 0 25 0 1 0 193528699 24145920 4396 1992294400 4194304 9342243 548682068736 18446744073709551615 8050683 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4396 661 1256 0 4634 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 23580

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1811192/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1601.79
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4767 0 0 0 145658 14521 0 0 25 0 1 0 193528699 24145920 4397 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4397 661 1256 0 4634 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 23580

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1811128/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1661.77
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4769 0 0 0 151121 15056 0 0 25 0 1 0 193528699 24145920 4399 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4399 661 1256 0 4634 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 23580

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1811000/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1721.75
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4769 0 0 0 156571 15604 0 0 25 0 1 0 193528699 24145920 4399 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4399 661 1256 0 4634 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 23580

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1810808/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1781.74
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4769 0 0 0 162033 16141 0 0 25 0 1 0 193528699 24145920 4399 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4399 661 1256 0 4634 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 23580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14683
/proc/meminfo: memFree=1810744/2055920 swapFree=4181976/4192956
[pid=14682] ppid=14680 vsize=23580 CPUtime=1800.04
/proc/14682/stat : 14682 (pbscip.linux.x8) R 14680 14682 14426 0 -1 4194304 4769 0 0 0 163699 16305 0 0 25 0 1 0 193528699 24145920 4399 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14682/statm: 5895 4399 661 1256 0 4634 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 23580

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

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.06
CPU user time (s): 1637
CPU system time (s): 163.056
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 23580

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

runsolver used 1.38179 second user time and 3.74043 second system time

The end

Launcher Data

Begin job on node38 at 2009-06-17 19:21:55
IDJOB=1884528
IDBENCH=71966
IDSOLVER=684
FILE ID=node38/1884528-1245259315
PBS_JOBID= 9372415
Free space on /tmp= 66232 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
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.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884528-1245259315/watcher-1884528-1245259315 -o /tmp/evaluation-result-1884528-1245259315/solver-1884528-1245259315 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884528-1245259315.opb

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

MD5SUM BENCH= f91a4f3c02541d26a318ab87a6eb760c
RANDOM SEED=1041041042

node38.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.232
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.232
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:       1829472 kB
Buffers:         23392 kB
Cached:         129716 kB
SwapCached:       4992 kB
Active:          66496 kB
Inactive:        94656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829472 kB
SwapTotal:     4192956 kB
SwapFree:      4181976 kB
Dirty:           11736 kB
Writeback:           0 kB
Mapped:          14336 kB
Slab:            51184 kB
Committed_AS:   183648 kB
PageTables:       1456 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= 66220 MiB
End job on node38 at 2009-06-17 19:51:58