Trace number 1884158

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.11 1801.16

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/pebbling/
unsat-pbl-00090.sat05-1326.reshuffled-07.opb
MD5SUMec17b84ae2a5fe77f5fb05decd244aff
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.98379
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables322
Total number of constraints9322
Number of constraints which are clauses9322
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 constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 18
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.19	c SCIP version 1.1.0.7
0.09/0.19	c LP-Solver Clp 1.8.2
0.09/0.19	c user parameter file <scip.set> not found - using default parameters
0.09/0.19	c read problem <HOME/instance-1884158-1245255129.opb>
0.09/0.19	c original problem has 322 variables (322 bin, 0 int, 0 impl, 0 cont) and 9322 constraints
0.19/0.24	c No objective function, only one solution is needed.
0.19/0.24	c start presolving problem
0.19/0.24	c presolving:
0.19/0.29	c (round 1) 6 del vars, 6 del conss, 1 chg bounds, 179 chg sides, 179 chg coeffs, 0 upgd conss, 24 impls, 0 clqs
0.29/0.30	c (round 2) 6 del vars, 6 del conss, 1 chg bounds, 192 chg sides, 192 chg coeffs, 0 upgd conss, 24 impls, 0 clqs
0.39/0.42	c (round 3) 6 del vars, 6 del conss, 1 chg bounds, 192 chg sides, 192 chg coeffs, 9316 upgd conss, 24 impls, 0 clqs
0.39/0.46	c presolving (4 rounds):
0.39/0.46	c  6 deleted vars, 6 deleted constraints, 1 tightened bounds, 0 added holes, 192 changed sides, 192 changed coefficients
0.39/0.46	c  24 implications, 0 cliques
0.39/0.46	c presolved problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 9316 constraints
0.39/0.46	c    9316 constraints of type <logicor>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.20
0.39/0.46	c PURESAT
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c separating/flowcover/freq = c -1
0.39/0.46	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c separating/cmir/freq = c -1
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/veclendiving/maxlpiterofs = c 1500
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.39/0.46	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/veclendiving/freq = c -1
0.39/0.46	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/simplerounding/freq = c -1
0.39/0.46	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/shifting/freq = c -1
0.39/0.46	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/rounding/freq = c -1
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.46	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.39/0.46	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.46	c heuristics/rootsoldiving/freq = c -1
0.39/0.46	c # number of nodes added to the contingent of the total nodes
0.39/0.46	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.46	c heuristics/rens/nodesofs = c 2000
0.39/0.46	c # minimum percentage of integer variables that have to be fixable 
0.39/0.46	c # [type: real, range: [0,1], default: 0.5]
0.39/0.46	c heuristics/rens/minfixingrate = c 0.3
0.39/0.46	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c heuristics/rens/freq = c -1
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.39/0.46	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/pscostdiving/freq = c -1
0.39/0.46	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c heuristics/oneopt/freq = c -1
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.39/0.46	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.46	c # [type: real, range: [0,1], default: 0.01]
0.39/0.46	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.39/0.46	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.46	c heuristics/objpscostdiving/freq = c -1
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.39/0.46	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/linesearchdiving/freq = c -1
0.39/0.46	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/intshifting/freq = c -1
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/intdiving/maxlpiterquot = c 0.075
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/guideddiving/maxlpiterofs = c 1500
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.39/0.46	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/guideddiving/freq = c -1
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/fracdiving/maxlpiterofs = c 1500
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.39/0.46	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/fracdiving/freq = c -1
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/feaspump/maxlpiterofs = c 2000
0.39/0.46	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.46	c heuristics/feaspump/freq = c -1
0.39/0.46	c # minimum percentage of integer variables that have to be fixed 
0.39/0.46	c # [type: real, range: [0,1], default: 0.666]
0.39/0.46	c heuristics/crossover/minfixingrate = c 0.5
0.39/0.46	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.46	c # [type: real, range: [0,1], default: 0.1]
0.39/0.46	c heuristics/crossover/nodesquot = c 0.15
0.39/0.46	c # number of nodes without incumbent change that heuristic should wait
0.39/0.46	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.46	c heuristics/crossover/nwaitingnodes = c 100
0.39/0.46	c # number of nodes added to the contingent of the total nodes
0.39/0.46	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.46	c heuristics/crossover/nodesofs = c 750
0.39/0.46	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.46	c heuristics/crossover/freq = c -1
0.39/0.46	c # additional number of allowed LP iterations
0.39/0.46	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.46	c heuristics/coefdiving/maxlpiterofs = c 1500
0.39/0.46	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.46	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.39/0.46	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.46	c heuristics/coefdiving/freq = c -1
0.39/0.46	c # priority of node selection rule <dfs> in standard mode
0.39/0.46	c # [type: int, range: [-536870912,536870911], default: 0]
0.39/0.46	c nodeselection/dfs/stdpriority = c 1000000
0.39/0.46	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c presolving/probing/maxrounds = c 0
0.39/0.46	c # should presolving try to simplify knapsacks
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c constraints/knapsack/simplifyinequalities = c TRUE
0.39/0.46	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.46	c constraints/knapsack/disaggregation = c FALSE
0.39/0.46	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c constraints/knapsack/maxnumcardlift = c 0
0.39/0.46	c # should presolving try to simplify inequalities
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c constraints/linear/simplifyinequalities = c TRUE
0.39/0.46	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c separating/maxroundsroot = c 5
0.39/0.46	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.46	c separating/maxrounds = c 1
0.39/0.46	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.39/0.46	c # [type: char, range: {lafpsqd}, default: l]
0.39/0.46	c lp/pricing = c a
0.39/0.46	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.46	c lp/solvefreq = c 0
0.39/0.46	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c limits/solutions = c 1
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = c 1620
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = c 1791
0.39/0.46	c # frequency for displaying node information lines
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.46	c display/freq = c 10000
0.39/0.46	c # should enforcement of pseudo solution be disabled?
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c constraints/disableenfops = c TRUE
0.39/0.46	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.46	c constraints/agelimit = c 1
0.39/0.46	c # should binary conflicts be preferred?
0.39/0.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.46	c conflict/preferbinary = c TRUE
0.39/0.46	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.39/0.46	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.46	c conflict/interconss = c 0
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving problem
0.39/0.46	c 
0.49/0.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.56	c   0.3s|     1 |     0 |    49 |  15M|   0 |  26 | 316 |9316 |9316 | 316 |9316 |   0 |   0 |   0 | 1.702778e+01 |      --      |    Inf 
0.69/0.79	c   0.5s|     1 |     0 |    62 |  15M|   0 |  26 | 316 |9316 |9316 | 316 |9319 |   3 |   0 |   0 | 1.766667e+01 |      --      |    Inf 
0.99/1.01	c   0.8s|     1 |     0 |    83 |  15M|   0 |  12 | 316 |9316 |9316 | 316 |9321 |   5 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
1.19/1.25	c   1.0s|     1 |     0 |   109 |  15M|   0 |  31 | 316 |9316 |9316 | 316 |9323 |   7 |   0 |   0 | 1.800546e+01 |      --      |    Inf 
1.49/1.52	c   1.3s|     1 |     0 |   119 |  15M|   0 |  21 | 316 |9316 |9316 | 316 |9325 |   9 |   0 |   0 | 1.803390e+01 |      --      |    Inf 
1.69/1.78	c   1.5s|     1 |     0 |   144 |  15M|   0 |  27 | 316 |9316 |9316 | 316 |9327 |  11 |   0 |   0 | 1.837931e+01 |      --      |    Inf 
2.29/2.34	c   2.1s|     1 |     0 |   146 |  15M|   0 |  27 | 316 |9316 |9316 | 316 |9327 |  11 |   0 |  23 | 1.837931e+01 |      --      |    Inf 
2.49/2.57	c   2.3s|     1 |     2 |   146 |  15M|   0 |  27 | 316 |9316 |9316 | 316 |9327 |  11 |   0 |  30 | 1.837931e+01 |      --      |    Inf 
6.78/6.81	c   6.3s| 10000 |   122 |   146 |  15M| 195 |   - | 316 |9359 |5763 |   0 |   0 |  11 |5475 |  30 | 1.850000e+01 |      --      |    Inf 
11.08/11.11	c  10.5s| 20000 |   120 |   146 |  15M| 230 |   - | 316 |9364 |4652 |   0 |   0 |  11 |  11k|  30 | 1.850000e+01 |      --      |    Inf 
14.38/14.49	c  13.7s| 30000 |   114 |   146 |  15M| 230 |   - | 316 |9358 |4968 |   0 |   0 |  11 |  15k|  30 | 1.850000e+01 |      --      |    Inf 
16.78/16.86	c  16.0s| 40000 |   128 |   146 |  15M| 230 |   - | 316 |9358 |4641 |   0 |   0 |  11 |  20k|  30 | 1.850000e+01 |      --      |    Inf 
19.28/19.36	c  18.4s| 50000 |   130 |   146 |  15M| 230 |   - | 316 |9343 |4676 |   0 |   0 |  11 |  25k|  30 | 1.850000e+01 |      --      |    Inf 
21.68/21.73	c  20.6s| 60000 |   108 |   146 |  15M| 230 |   - | 316 |9371 |4499 |   0 |   0 |  11 |  30k|  30 | 1.850000e+01 |      --      |    Inf 
24.28/24.34	c  23.1s| 70000 |   112 |   146 |  15M| 230 |   - | 316 |9417 |4832 |   0 |   0 |  11 |  35k|  30 | 1.850000e+01 |      --      |    Inf 
26.68/26.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.68/26.78	c  25.4s| 80000 |   109 |   146 |  15M| 230 |   - | 316 |9366 |4628 |   0 |   0 |  11 |  40k|  30 | 1.850000e+01 |      --      |    Inf 
29.28/29.35	c  27.8s| 90000 |   110 |   146 |  15M| 230 |   - | 316 |9365 |4897 |   0 |   0 |  11 |  45k|  30 | 1.850000e+01 |      --      |    Inf 
31.67/31.73	c  30.0s|100000 |   122 |   146 |  15M| 230 |   - | 316 |9397 |4278 |   0 |   0 |  11 |  50k|  30 | 1.850000e+01 |      --      |    Inf 
34.07/34.15	c  32.3s|110000 |   113 |   146 |  15M| 230 |   - | 316 |9376 |4476 |   0 |   0 |  11 |  55k|  30 | 1.850000e+01 |      --      |    Inf 
36.37/36.47	c  34.5s|120000 |   114 |   146 |  15M| 230 |   - | 316 |9355 |4658 |   0 |   0 |  11 |  60k|  30 | 1.850000e+01 |      --      |    Inf 
38.57/38.67	c  36.6s|130000 |   126 |   146 |  15M| 230 |   - | 316 |9351 |3953 |   0 |   0 |  11 |  65k|  30 | 1.850000e+01 |      --      |    Inf 
40.77/40.88	c  38.7s|140000 |   114 |   146 |  15M| 230 |   - | 316 |9353 |4355 |   0 |   0 |  11 |  71k|  30 | 1.850000e+01 |      --      |    Inf 
43.06/43.19	c  40.8s|150000 |   109 |   146 |  15M| 230 |   - | 316 |9362 |4420 |   0 |   0 |  11 |  76k|  30 | 1.850000e+01 |      --      |    Inf 
45.16/45.28	c  42.8s|160000 |   114 |   146 |  15M| 230 |   - | 316 |9349 |4329 |   0 |   0 |  11 |  82k|  30 | 1.850000e+01 |      --      |    Inf 
47.45/47.52	c  44.9s|170000 |   118 |   146 |  15M| 230 |   - | 316 |9351 |4455 |   0 |   0 |  11 |  87k|  30 | 1.850000e+01 |      --      |    Inf 
49.66/49.78	c  47.1s|180000 |   113 |   146 |  15M| 230 |   - | 316 |9363 |4092 |   0 |   0 |  11 |  93k|  30 | 1.850000e+01 |      --      |    Inf 
51.96/52.02	c  49.2s|190000 |   123 |   146 |  15M| 230 |   - | 316 |9356 |4082 |   0 |   0 |  11 |  98k|  30 | 1.850000e+01 |      --      |    Inf 
54.26/54.38	c  51.4s|200000 |   112 |   146 |  15M| 230 |   - | 316 |9369 |4357 |   0 |   0 |  11 | 104k|  30 | 1.850000e+01 |      --      |    Inf 
56.45/56.58	c  53.5s|210000 |   115 |   146 |  15M| 230 |   - | 316 |9345 |4536 |   0 |   0 |  11 | 109k|  30 | 1.850000e+01 |      --      |    Inf 
58.65/58.76	c  55.5s|220000 |   104 |   146 |  15M| 230 |   - | 316 |9408 |4206 |   0 |   0 |  11 | 114k|  30 | 1.850000e+01 |      --      |    Inf 
60.85/60.91	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.85/60.91	c  57.6s|230000 |   108 |   146 |  15M| 230 |   - | 316 |9356 |4984 |   0 |   0 |  11 | 120k|  30 | 1.850000e+01 |      --      |    Inf 
63.05/63.13	c  59.7s|240000 |   114 |   146 |  15M| 230 |   - | 316 |9348 |4867 |   0 |   0 |  11 | 125k|  30 | 1.850000e+01 |      --      |    Inf 
65.25/65.38	c  61.8s|250000 |   111 |   146 |  15M| 230 |   - | 316 |9377 |4832 |   0 |   0 |  11 | 130k|  30 | 1.850000e+01 |      --      |    Inf 
67.95/68.00	c  64.3s|260000 |   118 |   146 |  15M| 230 |   - | 316 |9348 |4165 |   0 |   0 |  11 | 135k|  30 | 1.850000e+01 |      --      |    Inf 
70.36/70.48	c  66.6s|270000 |   122 |   146 |  15M| 230 |   - | 316 |9350 |4285 |   0 |   0 |  11 | 140k|  30 | 1.850000e+01 |      --      |    Inf 
72.94/73.03	c  69.0s|280000 |   111 |   146 |  15M| 230 |   - | 316 |9382 |4104 |   0 |   0 |  11 | 145k|  30 | 1.850000e+01 |      --      |    Inf 
75.44/75.54	c  71.4s|290000 |   125 |   146 |  15M| 230 |   - | 316 |9361 |4602 |   0 |   0 |  11 | 151k|  30 | 1.850000e+01 |      --      |    Inf 
77.84/77.94	c  73.7s|300000 |   107 |   146 |  15M| 230 |   - | 316 |9363 |4690 |   0 |   0 |  11 | 156k|  30 | 1.850000e+01 |      --      |    Inf 
80.24/80.39	c  76.0s|310000 |   113 |   146 |  15M| 230 |   - | 316 |9351 |4624 |   0 |   0 |  11 | 161k|  30 | 1.850000e+01 |      --      |    Inf 
82.83/82.91	c  78.4s|320000 |   108 |   146 |  15M| 230 |   - | 316 |9354 |4539 |   0 |   0 |  11 | 167k|  30 | 1.850000e+01 |      --      |    Inf 
85.23/85.30	c  80.7s|330000 |   109 |   146 |  15M| 230 |   - | 316 |9347 |5057 |   0 |   0 |  11 | 172k|  30 | 1.850000e+01 |      --      |    Inf 
87.52/87.63	c  82.9s|340000 |   123 |   146 |  15M| 230 |   - | 316 |9364 |4365 |   0 |   0 |  11 | 178k|  30 | 1.850000e+01 |      --      |    Inf 
90.03/90.14	c  85.3s|350000 |   115 |   146 |  15M| 230 |   - | 316 |9375 |4090 |   0 |   0 |  11 | 183k|  30 | 1.850000e+01 |      --      |    Inf 
92.62/92.78	c  87.8s|360000 |   108 |   146 |  15M| 230 |   - | 316 |9358 |4165 |   0 |   0 |  11 | 188k|  30 | 1.850000e+01 |      --      |    Inf 
94.92/95.06	c  89.9s|370000 |   127 |   146 |  15M| 230 |   - | 316 |9378 |4050 |   0 |   0 |  11 | 193k|  30 | 1.850000e+01 |      --      |    Inf 
97.02/97.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.02/97.19	c  92.0s|380000 |   121 |   146 |  15M| 230 |   - | 316 |9378 |3996 |   0 |   0 |  11 | 199k|  30 | 1.850000e+01 |      --      |    Inf 
99.22/99.36	c  94.0s|390000 |   117 |   146 |  15M| 230 |   - | 316 |9382 |4015 |   0 |   0 |  11 | 204k|  30 | 1.850000e+01 |      --      |    Inf 
101.52/101.60	c  96.1s|400000 |   110 |   146 |  15M| 230 |   - | 316 |9358 |4361 |   0 |   0 |  11 | 210k|  30 | 1.850000e+01 |      --      |    Inf 
103.82/103.97	c  98.4s|410000 |   115 |   146 |  15M| 230 |   - | 316 |9377 |4611 |   0 |   0 |  11 | 215k|  30 | 1.850000e+01 |      --      |    Inf 
106.11/106.28	c   101s|420000 |   112 |   146 |  15M| 230 |   - | 316 |9357 |4419 |   0 |   0 |  11 | 220k|  30 | 1.850000e+01 |      --      |    Inf 
108.41/108.53	c   103s|430000 |   103 |   146 |  15M| 230 |   - | 316 |9382 |4604 |   0 |   0 |  11 | 225k|  30 | 1.850000e+01 |      --      |    Inf 
110.82/110.98	c   105s|440000 |   115 |   146 |  15M| 230 |   - | 316 |9384 |4414 |   0 |   0 |  11 | 230k|  30 | 1.850000e+01 |      --      |    Inf 
113.12/113.20	c   107s|450000 |   112 |   146 |  15M| 230 |   - | 316 |9361 |4540 |   0 |   0 |  11 | 235k|  30 | 1.850000e+01 |      --      |    Inf 
115.51/115.64	c   109s|460000 |   104 |   146 |  15M| 230 |   - | 316 |9388 |4359 |   0 |   0 |  11 | 241k|  30 | 1.850000e+01 |      --      |    Inf 
117.82/117.98	c   112s|470000 |   110 |   146 |  15M| 230 |   - | 316 |9381 |4562 |   0 |   0 |  11 | 246k|  30 | 1.850000e+01 |      --      |    Inf 
120.31/120.45	c   114s|480000 |   117 |   146 |  15M| 230 |   - | 316 |9345 |4227 |   0 |   0 |  11 | 252k|  30 | 1.850000e+01 |      --      |    Inf 
122.51/122.62	c   116s|490000 |   111 |   146 |  15M| 230 |   - | 316 |9354 |4476 |   0 |   0 |  11 | 257k|  30 | 1.850000e+01 |      --      |    Inf 
124.71/124.85	c   118s|500000 |   108 |   146 |  15M| 230 |   - | 316 |9347 |4402 |   0 |   0 |  11 | 263k|  30 | 1.850000e+01 |      --      |    Inf 
126.91/127.02	c   120s|510000 |   104 |   146 |  15M| 230 |   - | 316 |9374 |4630 |   0 |   0 |  11 | 268k|  30 | 1.850000e+01 |      --      |    Inf 
129.21/129.33	c   122s|520000 |   108 |   146 |  15M| 230 |   - | 316 |9353 |4498 |   0 |   0 |  11 | 274k|  30 | 1.850000e+01 |      --      |    Inf 
131.51/131.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.51/131.66	c   125s|530000 |   117 |   146 |  15M| 230 |   - | 316 |9348 |4652 |   0 |   0 |  11 | 279k|  30 | 1.850000e+01 |      --      |    Inf 
133.90/134.08	c   127s|540000 |   108 |   146 |  15M| 230 |   - | 316 |9354 |4581 |   0 |   0 |  11 | 285k|  30 | 1.850000e+01 |      --      |    Inf 
136.21/136.38	c   129s|550000 |   113 |   146 |  15M| 230 |   - | 316 |9411 |4460 |   0 |   0 |  11 | 290k|  30 | 1.850000e+01 |      --      |    Inf 
138.51/138.64	c   131s|560000 |   108 |   146 |  15M| 230 |   - | 316 |9390 |4726 |   0 |   0 |  11 | 295k|  30 | 1.850000e+01 |      --      |    Inf 
140.90/141.07	c   133s|570000 |   117 |   146 |  15M| 230 |   - | 316 |9419 |4156 |   0 |   0 |  11 | 300k|  30 | 1.850000e+01 |      --      |    Inf 
143.30/143.44	c   136s|580000 |   117 |   146 |  15M| 230 |   - | 316 |9334 |4378 |   0 |   0 |  11 | 305k|  30 | 1.850000e+01 |      --      |    Inf 
146.00/146.14	c   138s|590000 |   114 |   146 |  15M| 230 |   - | 316 |9396 |4110 |   0 |   0 |  11 | 311k|  30 | 1.850000e+01 |      --      |    Inf 
148.80/148.97	c   141s|600000 |   113 |   146 |  15M| 230 |   - | 316 |9402 |4369 |   0 |   0 |  11 | 316k|  30 | 1.850000e+01 |      --      |    Inf 
151.49/151.64	c   144s|610000 |   111 |   146 |  15M| 230 |   - | 316 |9339 |4944 |   0 |   0 |  11 | 321k|  30 | 1.850000e+01 |      --      |    Inf 
154.29/154.43	c   146s|620000 |   109 |   146 |  15M| 230 |   - | 316 |9370 |4460 |   0 |   0 |  11 | 326k|  30 | 1.850000e+01 |      --      |    Inf 
156.99/157.17	c   149s|630000 |   110 |   146 |  15M| 230 |   - | 316 |9366 |4191 |   0 |   0 |  11 | 332k|  30 | 1.850000e+01 |      --      |    Inf 
159.88/160.01	c   152s|640000 |   112 |   146 |  15M| 230 |   - | 316 |9345 |4223 |   0 |   0 |  11 | 337k|  30 | 1.850000e+01 |      --      |    Inf 
162.69/162.83	c   154s|650000 |   104 |   146 |  15M| 230 |   - | 316 |9371 |4526 |   0 |   0 |  11 | 342k|  30 | 1.850000e+01 |      --      |    Inf 
165.29/165.47	c   157s|660000 |   108 |   146 |  15M| 230 |   - | 316 |9353 |4173 |   0 |   0 |  11 | 348k|  30 | 1.850000e+01 |      --      |    Inf 
168.09/168.21	c   159s|670000 |   110 |   146 |  15M| 230 |   - | 316 |9357 |4183 |   0 |   0 |  11 | 353k|  30 | 1.850000e+01 |      --      |    Inf 
170.48/170.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.48/170.65	c   162s|680000 |   108 |   146 |  15M| 230 |   - | 316 |9373 |4729 |   0 |   0 |  11 | 358k|  30 | 1.850000e+01 |      --      |    Inf 
172.78/172.94	c   164s|690000 |   116 |   146 |  15M| 230 |   - | 316 |9361 |4461 |   0 |   0 |  11 | 364k|  30 | 1.850000e+01 |      --      |    Inf 
175.09/175.22	c   166s|700000 |   115 |   146 |  15M| 230 |   - | 316 |9399 |3858 |   0 |   0 |  11 | 369k|  30 | 1.850000e+01 |      --      |    Inf 
177.68/177.80	c   168s|710000 |   125 |   146 |  15M| 230 |   - | 316 |9344 |4026 |   0 |   0 |  11 | 375k|  30 | 1.850000e+01 |      --      |    Inf 
180.18/180.31	c   171s|720000 |   107 |   146 |  15M| 230 |   - | 316 |9357 |4298 |   0 |   0 |  11 | 380k|  30 | 1.850000e+01 |      --      |    Inf 
182.38/182.53	c   173s|730000 |   110 |   146 |  15M| 230 |   - | 316 |9374 |4102 |   0 |   0 |  11 | 386k|  30 | 1.850000e+01 |      --      |    Inf 
185.18/185.34	c   176s|740000 |   104 |   146 |  15M| 230 |   - | 316 |9388 |4481 |   0 |   0 |  11 | 391k|  30 | 1.850000e+01 |      --      |    Inf 
188.28/188.46	c   179s|750000 |   111 |   146 |  15M| 230 |   - | 316 |9354 |4689 |   0 |   0 |  11 | 397k|  30 | 1.850000e+01 |      --      |    Inf 
190.78/190.91	c   181s|760000 |   115 |   146 |  15M| 230 |   - | 316 |9350 |4131 |   0 |   0 |  11 | 402k|  30 | 1.850000e+01 |      --      |    Inf 
193.17/193.34	c   183s|770000 |   110 |   146 |  15M| 230 |   - | 316 |9347 |4311 |   0 |   0 |  11 | 408k|  30 | 1.850000e+01 |      --      |    Inf 
195.67/195.81	c   186s|780000 |   106 |   146 |  15M| 230 |   - | 316 |9362 |4265 |   0 |   0 |  11 | 413k|  30 | 1.850000e+01 |      --      |    Inf 
197.87/198.02	c   188s|790000 |   120 |   146 |  15M| 230 |   - | 316 |9357 |4345 |   0 |   0 |  11 | 419k|  30 | 1.850000e+01 |      --      |    Inf 
199.97/200.14	c   190s|800000 |   110 |   146 |  15M| 230 |   - | 316 |9360 |4369 |   0 |   0 |  11 | 424k|  30 | 1.850000e+01 |      --      |    Inf 
202.27/202.48	c   192s|810000 |   110 |   146 |  15M| 230 |   - | 316 |9352 |4699 |   0 |   0 |  11 | 429k|  30 | 1.850000e+01 |      --      |    Inf 
204.97/205.18	c   194s|820000 |   113 |   146 |  15M| 230 |   - | 316 |9356 |4821 |   0 |   0 |  11 | 435k|  30 | 1.850000e+01 |      --      |    Inf 
207.78/207.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
207.78/207.99	c   197s|830000 |   103 |   146 |  15M| 230 |   - | 316 |9381 |4872 |   0 |   0 |  11 | 440k|  30 | 1.850000e+01 |      --      |    Inf 
210.76/210.93	c   200s|840000 |   104 |   146 |  15M| 230 |   - | 316 |9359 |5283 |   0 |   0 |  11 | 445k|  30 | 1.850000e+01 |      --      |    Inf 
213.06/213.27	c   202s|850000 |   105 |   146 |  15M| 230 |   - | 316 |9354 |4356 |   0 |   0 |  11 | 451k|  30 | 1.850000e+01 |      --      |    Inf 
215.77/215.95	c   205s|860000 |   129 |   146 |  15M| 230 |   - | 316 |9349 |4387 |   0 |   0 |  11 | 456k|  30 | 1.850000e+01 |      --      |    Inf 
217.97/218.15	c   207s|870000 |   120 |   146 |  15M| 230 |   - | 316 |9359 |4424 |   0 |   0 |  11 | 462k|  30 | 1.850000e+01 |      --      |    Inf 
220.17/220.35	c   209s|880000 |   110 |   146 |  15M| 230 |   - | 316 |9360 |4308 |   0 |   0 |  11 | 467k|  30 | 1.850000e+01 |      --      |    Inf 
222.46/222.61	c   211s|890000 |   107 |   146 |  15M| 230 |   - | 316 |9350 |4467 |   0 |   0 |  11 | 473k|  30 | 1.850000e+01 |      --      |    Inf 
224.76/224.97	c   213s|900000 |   105 |   146 |  15M| 230 |   - | 316 |9365 |4096 |   0 |   0 |  11 | 478k|  30 | 1.850000e+01 |      --      |    Inf 
227.36/227.52	c   216s|910000 |   106 |   146 |  15M| 230 |   - | 316 |9374 |4688 |   0 |   0 |  11 | 484k|  30 | 1.850000e+01 |      --      |    Inf 
229.76/229.99	c   218s|920000 |   111 |   146 |  15M| 230 |   - | 316 |9353 |4493 |   0 |   0 |  11 | 489k|  30 | 1.850000e+01 |      --      |    Inf 
232.56/232.77	c   221s|930000 |   108 |   146 |  15M| 230 |   - | 316 |9350 |5329 |   0 |   0 |  11 | 494k|  30 | 1.850000e+01 |      --      |    Inf 
235.45/235.62	c   223s|940000 |   110 |   146 |  15M| 230 |   - | 316 |9355 |4399 |   0 |   0 |  11 | 500k|  30 | 1.850000e+01 |      --      |    Inf 
237.86/238.05	c   226s|950000 |   126 |   146 |  15M| 230 |   - | 316 |9322 |6229 |   0 |   0 |  11 | 505k|  30 | 1.850000e+01 |      --      |    Inf 
239.95/240.15	c   228s|960000 |   110 |   146 |  15M| 230 |   - | 316 |9358 |6636 |   0 |   0 |  11 | 510k|  30 | 1.850000e+01 |      --      |    Inf 
242.05/242.28	c   230s|970000 |   104 |   146 |  15M| 230 |   - | 316 |9362 |6945 |   0 |   0 |  11 | 515k|  30 | 1.850000e+01 |      --      |    Inf 
244.24/244.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.24/244.47	c   232s|980000 |   117 |   146 |  15M| 230 |   - | 316 |9336 |5820 |   0 |   0 |  11 | 521k|  30 | 1.850000e+01 |      --      |    Inf 
246.75/246.91	c   234s|990000 |   117 |   146 |  15M| 230 |   - | 316 |9330 |6604 |   0 |   0 |  11 | 526k|  30 | 1.850000e+01 |      --      |    Inf 
249.34/249.51	c   237s|  1000k|   108 |   146 |  15M| 230 |   - | 316 |9353 |6525 |   0 |   0 |  11 | 531k|  30 | 1.850000e+01 |      --      |    Inf 
252.04/252.23	c   239s|  1010k|   104 |   146 |  15M| 230 |   - | 316 |9365 |6550 |   0 |   0 |  11 | 536k|  30 | 1.850000e+01 |      --      |    Inf 
254.74/254.95	c   242s|  1020k|   103 |   146 |  15M| 230 |   - | 316 |9392 |6048 |   0 |   0 |  11 | 542k|  30 | 1.850000e+01 |      --      |    Inf 
257.44/257.65	c   244s|  1030k|   107 |   146 |  15M| 230 |   - | 316 |9387 |6191 |   0 |   0 |  11 | 547k|  30 | 1.850000e+01 |      --      |    Inf 
260.14/260.35	c   247s|  1040k|   114 |   146 |  15M| 230 |   - | 316 |9358 |6562 |   0 |   0 |  11 | 553k|  30 | 1.850000e+01 |      --      |    Inf 
262.94/263.16	c   250s|  1050k|   116 |   146 |  15M| 230 |   - | 316 |9374 |6395 |   0 |   0 |  11 | 558k|  30 | 1.850000e+01 |      --      |    Inf 
265.34/265.59	c   252s|  1060k|   111 |   146 |  15M| 230 |   - | 316 |9345 |6476 |   0 |   0 |  11 | 564k|  30 | 1.850000e+01 |      --      |    Inf 
267.84/268.09	c   254s|  1070k|   106 |   146 |  15M| 230 |   - | 316 |9345 |5921 |   0 |   0 |  11 | 569k|  30 | 1.850000e+01 |      --      |    Inf 
270.34/270.51	c   257s|  1080k|   126 |   146 |  15M| 230 |   - | 316 |9359 |6149 |   0 |   0 |  11 | 574k|  30 | 1.850000e+01 |      --      |    Inf 
272.83/273.02	c   259s|  1090k|   124 |   146 |  16M| 230 |   - | 316 |  10k|5863 |   0 |   0 |  11 | 581k|  30 | 1.850000e+01 |      --      |    Inf 
275.53/275.78	c   262s|  1100k|   110 |   146 |  16M| 230 |   - | 316 |  10k|5973 |   0 |   0 |  11 | 587k|  30 | 1.850000e+01 |      --      |    Inf 
278.23/278.47	c   264s|  1110k|   108 |   146 |  16M| 230 |   - | 316 |  10k|6490 |   0 |   0 |  11 | 591k|  30 | 1.850000e+01 |      --      |    Inf 
280.82/281.07	c   267s|  1120k|   123 |   146 |  16M| 230 |   - | 316 |  10k|6224 |   0 |   0 |  11 | 597k|  30 | 1.850000e+01 |      --      |    Inf 
283.63/283.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.63/283.81	c   269s|  1130k|   103 |   146 |  16M| 230 |   - | 316 |  10k|6467 |   0 |   0 |  11 | 602k|  30 | 1.850000e+01 |      --      |    Inf 
286.32/286.56	c   272s|  1140k|   112 |   146 |  15M| 230 |   - | 316 |9346 |6821 |   0 |   0 |  11 | 608k|  30 | 1.850000e+01 |      --      |    Inf 
289.03/289.26	c   274s|  1150k|   117 |   146 |  16M| 230 |   - | 316 |9349 |6602 |   0 |   0 |  11 | 616k|  30 | 1.850000e+01 |      --      |    Inf 
292.83/293.09	c   278s|  1160k|   114 |   146 |  16M| 230 |   - | 316 |9368 |6733 |   0 |   0 |  11 | 621k|  30 | 1.850000e+01 |      --      |    Inf 
296.12/296.36	c   281s|  1170k|   113 |   146 |  16M| 230 |   - | 316 |9383 |6373 |   0 |   0 |  11 | 626k|  30 | 1.850000e+01 |      --      |    Inf 
299.03/299.26	c   284s|  1180k|   107 |   146 |  16M| 230 |   - | 316 |9374 |6665 |   0 |   0 |  11 | 631k|  30 | 1.850000e+01 |      --      |    Inf 
302.12/302.39	c   287s|  1190k|   100 |   146 |  16M| 230 |   - | 316 |9373 |6934 |   0 |   0 |  11 | 636k|  30 | 1.850000e+01 |      --      |    Inf 
304.82/305.07	c   290s|  1200k|   101 |   146 |  16M| 230 |   - | 316 |9394 |6022 |   0 |   0 |  11 | 641k|  30 | 1.850000e+01 |      --      |    Inf 
308.22/308.45	c   293s|  1210k|   102 |   146 |  16M| 230 |   - | 316 |9421 |6159 |   0 |   0 |  11 | 646k|  30 | 1.850000e+01 |      --      |    Inf 
312.02/312.28	c   296s|  1220k|   104 |   146 |  16M| 230 |   - | 316 |9383 |6575 |   0 |   0 |  11 | 652k|  30 | 1.850000e+01 |      --      |    Inf 
315.02/315.30	c   299s|  1230k|   114 |   146 |  16M| 230 |   - | 316 |9354 |6689 |   0 |   0 |  11 | 658k|  30 | 1.850000e+01 |      --      |    Inf 
317.62/317.85	c   302s|  1240k|   103 |   146 |  16M| 230 |   - | 316 |9385 |6961 |   0 |   0 |  11 | 663k|  30 | 1.850000e+01 |      --      |    Inf 
320.30/320.56	c   304s|  1250k|   101 |   146 |  16M| 230 |   - | 316 |9365 |6827 |   0 |   0 |  11 | 668k|  30 | 1.850000e+01 |      --      |    Inf 
322.81/323.00	c   307s|  1260k|   121 |   146 |  16M| 230 |   - | 316 |9349 |5883 |   0 |   0 |  11 | 674k|  30 | 1.850000e+01 |      --      |    Inf 
325.21/325.49	c   309s|  1270k|   110 |   146 |  16M| 230 |   - | 316 |9348 |5936 |   0 |   0 |  11 | 680k|  30 | 1.850000e+01 |      --      |    Inf 
327.51/327.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
327.51/327.72	c   311s|  1280k|   107 |   146 |  16M| 230 |   - | 316 |9360 |5736 |   0 |   0 |  11 | 685k|  30 | 1.850000e+01 |      --      |    Inf 
329.90/330.16	c   313s|  1290k|   108 |   146 |  16M| 230 |   - | 316 |9360 |5733 |   0 |   0 |  11 | 691k|  30 | 1.850000e+01 |      --      |    Inf 
332.40/332.61	c   316s|  1300k|   103 |   146 |  16M| 230 |   - | 316 |9378 |6638 |   0 |   0 |  11 | 696k|  30 | 1.850000e+01 |      --      |    Inf 
335.20/335.40	c   318s|  1310k|   106 |   146 |  16M| 230 |   - | 316 |9358 |6410 |   0 |   0 |  11 | 702k|  30 | 1.850000e+01 |      --      |    Inf 
338.00/338.23	c   321s|  1320k|   105 |   146 |  16M| 230 |   - | 316 |9350 |6497 |   0 |   0 |  11 | 707k|  30 | 1.850000e+01 |      --      |    Inf 
341.10/341.30	c   324s|  1330k|   104 |   146 |  16M| 230 |   - | 316 |9369 |5983 |   0 |   0 |  11 | 712k|  30 | 1.850000e+01 |      --      |    Inf 
343.80/344.09	c   327s|  1340k|   100 |   146 |  16M| 230 |   - | 316 |9371 |6351 |   0 |   0 |  11 | 718k|  30 | 1.850000e+01 |      --      |    Inf 
347.00/347.22	c   330s|  1350k|   114 |   146 |  16M| 230 |   - | 316 |9363 |6460 |   0 |   0 |  11 | 723k|  30 | 1.850000e+01 |      --      |    Inf 
349.80/350.08	c   332s|  1360k|   103 |   146 |  16M| 230 |   - | 316 |9373 |6140 |   0 |   0 |  11 | 728k|  30 | 1.850000e+01 |      --      |    Inf 
352.40/352.68	c   335s|  1370k|   121 |   146 |  16M| 230 |   - | 316 |9355 |5590 |   0 |   0 |  11 | 733k|  30 | 1.850000e+01 |      --      |    Inf 
354.70/354.95	c   337s|  1380k|   110 |   146 |  16M| 230 |   - | 316 |9377 |6273 |   0 |   0 |  11 | 739k|  30 | 1.850000e+01 |      --      |    Inf 
356.99/357.29	c   339s|  1390k|   103 |   146 |  16M| 230 |   - | 316 |9375 |6306 |   0 |   0 |  11 | 744k|  30 | 1.850000e+01 |      --      |    Inf 
359.39/359.67	c   341s|  1400k|   111 |   146 |  16M| 230 |   - | 316 |9391 |6528 |   0 |   0 |  11 | 749k|  30 | 1.850000e+01 |      --      |    Inf 
361.98/362.21	c   344s|  1410k|   104 |   146 |  16M| 230 |   - | 316 |9362 |6335 |   0 |   0 |  11 | 754k|  30 | 1.850000e+01 |      --      |    Inf 
364.99/365.25	c   347s|  1420k|    97 |   146 |  16M| 230 |   - | 316 |9361 |6512 |   0 |   0 |  11 | 760k|  30 | 1.850000e+01 |      --      |    Inf 
367.98/368.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
367.98/368.21	c   350s|  1430k|    97 |   146 |  16M| 230 |   - | 316 |9430 |6830 |   0 |   0 |  11 | 765k|  30 | 1.850000e+01 |      --      |    Inf 
370.67/370.91	c   352s|  1440k|   108 |   146 |  16M| 230 |   - | 316 |9334 |6252 |   0 |   0 |  11 | 770k|  30 | 1.850000e+01 |      --      |    Inf 
373.58/373.82	c   355s|  1450k|   106 |   146 |  16M| 230 |   - | 316 |9379 |6506 |   0 |   0 |  11 | 776k|  30 | 1.850000e+01 |      --      |    Inf 
376.18/376.48	c   358s|  1460k|    95 |   146 |  16M| 230 |   - | 316 |9353 |6799 |   0 |   0 |  11 | 781k|  30 | 1.850000e+01 |      --      |    Inf 
379.07/379.33	c   360s|  1470k|   103 |   146 |  16M| 230 |   - | 316 |9451 |5900 |   0 |   0 |  11 | 787k|  30 | 1.850000e+01 |      --      |    Inf 
381.68/381.98	c   363s|  1480k|   107 |   146 |  16M| 230 |   - | 316 |9390 |5990 |   0 |   0 |  11 | 792k|  30 | 1.850000e+01 |      --      |    Inf 
384.68/384.91	c   366s|  1490k|    94 |   146 |  16M| 230 |   - | 316 |9433 |6007 |   0 |   0 |  11 | 797k|  30 | 1.850000e+01 |      --      |    Inf 
387.37/387.64	c   368s|  1500k|   129 |   146 |  16M| 230 |   - | 316 |9324 |5611 |   0 |   0 |  11 | 803k|  30 | 1.850000e+01 |      --      |    Inf 
389.67/389.91	c   370s|  1510k|   114 |   146 |  16M| 230 |   - | 316 |9345 |6176 |   0 |   0 |  11 | 808k|  30 | 1.850000e+01 |      --      |    Inf 
391.97/392.25	c   373s|  1520k|   105 |   146 |  16M| 230 |   - | 316 |9347 |6041 |   0 |   0 |  11 | 814k|  30 | 1.850000e+01 |      --      |    Inf 
394.26/394.58	c   375s|  1530k|   100 |   146 |  16M| 230 |   - | 316 |9346 |6179 |   0 |   0 |  11 | 819k|  30 | 1.850000e+01 |      --      |    Inf 
396.66/396.95	c   377s|  1540k|   112 |   146 |  16M| 230 |   - | 316 |9361 |5962 |   0 |   0 |  11 | 824k|  30 | 1.850000e+01 |      --      |    Inf 
399.07/399.37	c   379s|  1550k|   104 |   146 |  16M| 230 |   - | 316 |9367 |6338 |   0 |   0 |  11 | 829k|  30 | 1.850000e+01 |      --      |    Inf 
401.37/401.69	c   382s|  1560k|   111 |   146 |  16M| 230 |   - | 316 |9346 |6293 |   0 |   0 |  11 | 835k|  30 | 1.850000e+01 |      --      |    Inf 
403.76/404.08	c   384s|  1570k|   105 |   146 |  16M| 230 |   - | 316 |9354 |6343 |   0 |   0 |  11 | 840k|  30 | 1.850000e+01 |      --      |    Inf 
406.06/406.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
406.06/406.39	c   386s|  1580k|   103 |   146 |  16M| 230 |   - | 316 |9384 |6343 |   0 |   0 |  11 | 845k|  30 | 1.850000e+01 |      --      |    Inf 
408.46/408.73	c   388s|  1590k|   106 |   146 |  16M| 230 |   - | 316 |9367 |6410 |   0 |   0 |  11 | 850k|  30 | 1.850000e+01 |      --      |    Inf 
410.95/411.21	c   391s|  1600k|   107 |   146 |  16M| 230 |   - | 316 |9385 |6494 |   0 |   0 |  11 | 855k|  30 | 1.850000e+01 |      --      |    Inf 
413.16/413.47	c   393s|  1610k|   102 |   146 |  16M| 230 |   - | 316 |9372 |6042 |   0 |   0 |  11 | 860k|  30 | 1.850000e+01 |      --      |    Inf 
415.65/415.94	c   395s|  1620k|   112 |   146 |  16M| 230 |   - | 316 |9365 |6561 |   0 |   0 |  11 | 865k|  30 | 1.850000e+01 |      --      |    Inf 
417.76/418.04	c   397s|  1630k|   101 |   146 |  16M| 230 |   - | 316 |9363 |6593 |   0 |   0 |  11 | 870k|  30 | 1.850000e+01 |      --      |    Inf 
419.96/420.22	c   399s|  1640k|    98 |   146 |  16M| 230 |   - | 316 |9361 |6705 |   0 |   0 |  11 | 875k|  30 | 1.850000e+01 |      --      |    Inf 
422.15/422.46	c   401s|  1650k|   113 |   146 |  16M| 230 |   - | 316 |9357 |6133 |   0 |   0 |  11 | 881k|  30 | 1.850000e+01 |      --      |    Inf 
424.35/424.68	c   403s|  1660k|    96 |   146 |  16M| 230 |   - | 316 |9378 |6585 |   0 |   0 |  11 | 886k|  30 | 1.850000e+01 |      --      |    Inf 
427.04/427.33	c   406s|  1670k|   112 |   146 |  16M| 230 |   - | 316 |9344 |6640 |   0 |   0 |  11 | 892k|  30 | 1.850000e+01 |      --      |    Inf 
429.35/429.67	c   408s|  1680k|   110 |   146 |  16M| 230 |   - | 316 |9346 |6659 |   0 |   0 |  11 | 897k|  30 | 1.850000e+01 |      --      |    Inf 
431.75/432.04	c   410s|  1690k|    99 |   146 |  16M| 230 |   - | 316 |9347 |6435 |   0 |   0 |  11 | 902k|  30 | 1.850000e+01 |      --      |    Inf 
434.05/434.39	c   412s|  1700k|   117 |   146 |  16M| 230 |   - | 316 |9343 |5931 |   0 |   0 |  11 | 907k|  30 | 1.850000e+01 |      --      |    Inf 
436.35/436.64	c   415s|  1710k|   102 |   146 |  16M| 230 |   - | 316 |9365 |6103 |   0 |   0 |  11 | 913k|  30 | 1.850000e+01 |      --      |    Inf 
438.84/439.11	c   417s|  1720k|    99 |   146 |  16M| 230 |   - | 316 |9350 |6728 |   0 |   0 |  11 | 918k|  30 | 1.850000e+01 |      --      |    Inf 
440.94/441.29	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
440.94/441.29	c   419s|  1730k|   105 |   146 |  16M| 230 |   - | 316 |9363 |6789 |   0 |   0 |  11 | 923k|  30 | 1.850000e+01 |      --      |    Inf 
443.34/443.62	c   421s|  1740k|   116 |   146 |  16M| 230 |   - | 316 |9370 |6437 |   0 |   0 |  11 | 928k|  30 | 1.850000e+01 |      --      |    Inf 
446.04/446.35	c   424s|  1750k|   116 |   146 |  16M| 230 |   - | 316 |9392 |5934 |   0 |   0 |  11 | 933k|  30 | 1.850000e+01 |      --      |    Inf 
448.92/449.23	c   427s|  1760k|   114 |   146 |  16M| 230 |   - | 316 |9420 |5615 |   0 |   0 |  11 | 939k|  30 | 1.850000e+01 |      --      |    Inf 
451.53/451.83	c   429s|  1770k|   111 |   146 |  16M| 230 |   - | 316 |9420 |5893 |   0 |   0 |  11 | 944k|  30 | 1.850000e+01 |      --      |    Inf 
454.13/454.45	c   431s|  1780k|    98 |   146 |  16M| 230 |   - | 316 |9398 |6166 |   0 |   0 |  11 | 950k|  30 | 1.850000e+01 |      --      |    Inf 
456.92/457.22	c   434s|  1790k|   101 |   146 |  16M| 230 |   - | 316 |9429 |5720 |   0 |   0 |  11 | 955k|  30 | 1.850000e+01 |      --      |    Inf 
459.82/460.19	c   437s|  1800k|   114 |   146 |  16M| 230 |   - | 316 |9336 |6308 |   0 |   0 |  11 | 960k|  30 | 1.850000e+01 |      --      |    Inf 
462.32/462.67	c   439s|  1810k|   110 |   146 |  16M| 230 |   - | 316 |9350 |5627 |   0 |   0 |  11 | 965k|  30 | 1.850000e+01 |      --      |    Inf 
464.72/465.04	c   442s|  1820k|   100 |   146 |  16M| 230 |   - | 316 |9342 |6885 |   0 |   0 |  11 | 971k|  30 | 1.850000e+01 |      --      |    Inf 
467.22/467.59	c   444s|  1830k|   115 |   146 |  16M| 230 |   - | 316 |9384 |5678 |   0 |   0 |  11 | 976k|  30 | 1.850000e+01 |      --      |    Inf 
469.72/470.00	c   446s|  1840k|   115 |   146 |  16M| 230 |   - | 316 |9358 |5947 |   0 |   0 |  11 | 981k|  30 | 1.850000e+01 |      --      |    Inf 
471.91/472.26	c   448s|  1850k|   105 |   146 |  16M| 230 |   - | 316 |9364 |6278 |   0 |   0 |  11 | 985k|  30 | 1.850000e+01 |      --      |    Inf 
474.72/475.05	c   451s|  1860k|   116 |   146 |  16M| 230 |   - | 316 |9355 |6556 |   0 |   0 |  11 | 991k|  30 | 1.850000e+01 |      --      |    Inf 
477.12/477.46	c   453s|  1870k|   110 |   146 |  16M| 230 |   - | 316 |9373 |5822 |   0 |   0 |  11 | 995k|  30 | 1.850000e+01 |      --      |    Inf 
479.51/479.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.51/479.85	c   456s|  1880k|   107 |   146 |  16M| 230 |   - | 316 |9367 |5841 |   0 |   0 |  11 |1001k|  30 | 1.850000e+01 |      --      |    Inf 
482.21/482.59	c   458s|  1890k|   100 |   146 |  16M| 230 |   - | 316 |9408 |6393 |   0 |   0 |  11 |1006k|  30 | 1.850000e+01 |      --      |    Inf 
485.21/485.51	c   461s|  1900k|    99 |   146 |  16M| 230 |   - | 316 |9359 |6874 |   0 |   0 |  11 |1012k|  30 | 1.850000e+01 |      --      |    Inf 
488.21/488.54	c   464s|  1910k|   107 |   146 |  16M| 230 |   - | 316 |9337 |5904 |   0 |   0 |  11 |1017k|  30 | 1.850000e+01 |      --      |    Inf 
491.21/491.58	c   467s|  1920k|   111 |   146 |  16M| 230 |   - | 316 |9340 |6483 |   0 |   0 |  11 |1022k|  30 | 1.850000e+01 |      --      |    Inf 
494.31/494.66	c   470s|  1930k|    96 |   146 |  16M| 230 |   - | 316 |9381 |6852 |   0 |   0 |  11 |1028k|  30 | 1.850000e+01 |      --      |    Inf 
496.71/497.09	c   472s|  1940k|   103 |   146 |  16M| 230 |   - | 316 |9389 |6381 |   0 |   0 |  11 |1033k|  30 | 1.850000e+01 |      --      |    Inf 
499.30/499.68	c   475s|  1950k|    99 |   146 |  16M| 230 |   - | 316 |9350 |6547 |   0 |   0 |  11 |1038k|  30 | 1.850000e+01 |      --      |    Inf 
502.11/502.49	c   477s|  1960k|   111 |   146 |  16M| 230 |   - | 316 |9347 |6218 |   0 |   0 |  11 |1044k|  30 | 1.850000e+01 |      --      |    Inf 
504.40/504.77	c   479s|  1970k|    98 |   146 |  16M| 230 |   - | 316 |9357 |6494 |   0 |   0 |  11 |1049k|  30 | 1.850000e+01 |      --      |    Inf 
507.10/507.50	c   482s|  1980k|   122 |   146 |  16M| 230 |   - | 316 |9346 |6341 |   0 |   0 |  11 |1055k|  30 | 1.850000e+01 |      --      |    Inf 
510.01/510.32	c   485s|  1990k|   105 |   146 |  16M| 230 |   - | 316 |9351 |6638 |   0 |   0 |  11 |1060k|  30 | 1.850000e+01 |      --      |    Inf 
512.90/513.28	c   487s|  2000k|    96 |   146 |  16M| 230 |   - | 316 |9422 |6569 |   0 |   0 |  11 |1066k|  30 | 1.850000e+01 |      --      |    Inf 
516.00/516.37	c   490s|  2010k|   106 |   146 |  16M| 230 |   - | 316 |9388 |6226 |   0 |   0 |  11 |1071k|  30 | 1.850000e+01 |      --      |    Inf 
518.69/519.03	c   493s|  2020k|   102 |   146 |  16M| 230 |   - | 316 |9393 |5970 |   0 |   0 |  11 |1076k|  30 | 1.850000e+01 |      --      |    Inf 
521.39/521.74	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
521.39/521.74	c   496s|  2030k|   108 |   146 |  16M| 230 |   - | 316 |9650 |5945 |   0 |   0 |  11 |1082k|  30 | 1.850000e+01 |      --      |    Inf 
524.40/524.76	c   498s|  2040k|    97 |   146 |  16M| 230 |   - | 316 |9353 |6545 |   0 |   0 |  11 |1087k|  30 | 1.850000e+01 |      --      |    Inf 
527.69/528.03	c   502s|  2050k|    95 |   146 |  16M| 230 |   - | 316 |9410 |6262 |   0 |   0 |  11 |1092k|  30 | 1.850000e+01 |      --      |    Inf 
530.19/530.60	c   504s|  2060k|   104 |   146 |  16M| 230 |   - | 316 |9358 |6482 |   0 |   0 |  11 |1097k|  30 | 1.850000e+01 |      --      |    Inf 
532.69/533.06	c   506s|  2070k|   104 |   146 |  16M| 230 |   - | 316 |9337 |7012 |   0 |   0 |  11 |1102k|  30 | 1.850000e+01 |      --      |    Inf 
534.99/535.37	c   509s|  2080k|   102 |   146 |  16M| 230 |   - | 316 |9365 |6684 |   0 |   0 |  11 |1108k|  30 | 1.850000e+01 |      --      |    Inf 
537.49/537.86	c   511s|  2090k|   101 |   146 |  16M| 230 |   - | 316 |9379 |6374 |   0 |   0 |  11 |1113k|  30 | 1.850000e+01 |      --      |    Inf 
539.79/540.19	c   513s|  2100k|   112 |   146 |  16M| 230 |   - | 316 |9401 |6583 |   0 |   0 |  11 |1118k|  30 | 1.850000e+01 |      --      |    Inf 
542.18/542.54	c   515s|  2110k|   111 |   146 |  16M| 230 |   - | 316 |9363 |6281 |   0 |   0 |  11 |1124k|  30 | 1.850000e+01 |      --      |    Inf 
544.48/544.84	c   517s|  2120k|   109 |   146 |  16M| 230 |   - | 316 |9364 |6237 |   0 |   0 |  11 |1129k|  30 | 1.850000e+01 |      --      |    Inf 
546.78/547.11	c   520s|  2130k|   103 |   146 |  16M| 230 |   - | 316 |9383 |6022 |   0 |   0 |  11 |1135k|  30 | 1.850000e+01 |      --      |    Inf 
549.17/549.53	c   522s|  2140k|   102 |   146 |  16M| 230 |   - | 316 |9418 |6309 |   0 |   0 |  11 |1140k|  30 | 1.850000e+01 |      --      |    Inf 
551.77/552.16	c   524s|  2150k|    99 |   146 |  16M| 230 |   - | 316 |9346 |6662 |   0 |   0 |  11 |1145k|  30 | 1.850000e+01 |      --      |    Inf 
554.28/554.67	c   527s|  2160k|   124 |   146 |  16M| 230 |   - | 316 |9379 |6405 |   0 |   0 |  11 |1151k|  30 | 1.850000e+01 |      --      |    Inf 
556.28/556.69	c   529s|  2170k|   109 |   146 |  16M| 230 |   - | 316 |9383 |6803 |   0 |   0 |  11 |1155k|  30 | 1.850000e+01 |      --      |    Inf 
558.57/558.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
558.57/558.99	c   531s|  2180k|    99 |   146 |  16M| 230 |   - | 316 |9421 |5996 |   0 |   0 |  11 |1161k|  30 | 1.850000e+01 |      --      |    Inf 
561.07/561.44	c   533s|  2190k|    99 |   146 |  16M| 230 |   - | 316 |9384 |6009 |   0 |   0 |  11 |1166k|  30 | 1.850000e+01 |      --      |    Inf 
564.07/564.42	c   536s|  2200k|    97 |   146 |  16M| 230 |   - | 316 |9427 |6100 |   0 |   0 |  11 |1171k|  30 | 1.850000e+01 |      --      |    Inf 
566.87/567.27	c   539s|  2210k|   104 |   146 |  16M| 230 |   - | 316 |9383 |6773 |   0 |   0 |  11 |1176k|  30 | 1.850000e+01 |      --      |    Inf 
570.26/570.64	c   542s|  2220k|   101 |   146 |  16M| 230 |   - | 316 |9386 |6240 |   0 |   0 |  11 |1182k|  30 | 1.850000e+01 |      --      |    Inf 
573.46/573.80	c   545s|  2230k|   112 |   146 |  16M| 230 |   - | 316 |9346 |6157 |   0 |   0 |  11 |1187k|  30 | 1.850000e+01 |      --      |    Inf 
575.76/576.13	c   547s|  2240k|   117 |   146 |  16M| 230 |   - | 316 |9365 |5977 |   0 |   0 |  11 |1192k|  30 | 1.850000e+01 |      --      |    Inf 
578.17/578.52	c   550s|  2250k|   114 |   146 |  16M| 230 |   - | 316 |9339 |6268 |   0 |   0 |  11 |1198k|  30 | 1.850000e+01 |      --      |    Inf 
580.56/580.97	c   552s|  2260k|   115 |   146 |  16M| 230 |   - | 316 |9352 |6118 |   0 |   0 |  11 |1204k|  30 | 1.850000e+01 |      --      |    Inf 
582.96/583.37	c   554s|  2270k|   115 |   146 |  16M| 230 |   - | 316 |9338 |6424 |   0 |   0 |  11 |1209k|  30 | 1.850000e+01 |      --      |    Inf 
585.25/585.61	c   556s|  2280k|   112 |   146 |  16M| 230 |   - | 316 |9343 |6488 |   0 |   0 |  11 |1214k|  30 | 1.850000e+01 |      --      |    Inf 
587.45/587.87	c   559s|  2290k|   106 |   146 |  16M| 230 |   - | 316 |9344 |6252 |   0 |   0 |  11 |1219k|  30 | 1.850000e+01 |      --      |    Inf 
589.65/590.05	c   561s|  2300k|   112 |   146 |  16M| 230 |   - | 316 |9333 |6495 |   0 |   0 |  11 |1224k|  30 | 1.850000e+01 |      --      |    Inf 
591.75/592.17	c   563s|  2310k|   109 |   146 |  16M| 230 |   - | 316 |9337 |6402 |   0 |   0 |  11 |1229k|  30 | 1.850000e+01 |      --      |    Inf 
594.05/594.40	c   565s|  2320k|   108 |   146 |  16M| 230 |   - | 316 |9347 |6309 |   0 |   0 |  11 |1235k|  30 | 1.850000e+01 |      --      |    Inf 
596.35/596.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
596.35/596.71	c   567s|  2330k|   107 |   146 |  16M| 230 |   - | 316 |9344 |6491 |   0 |   0 |  11 |1240k|  30 | 1.850000e+01 |      --      |    Inf 
598.85/599.20	c   569s|  2340k|    99 |   146 |  16M| 230 |   - | 316 |9362 |6607 |   0 |   0 |  11 |1245k|  30 | 1.850000e+01 |      --      |    Inf 
601.25/601.60	c   572s|  2350k|   108 |   146 |  16M| 230 |   - | 316 |9362 |6463 |   0 |   0 |  11 |1250k|  30 | 1.850000e+01 |      --      |    Inf 
603.54/603.95	c   574s|  2360k|    99 |   146 |  16M| 230 |   - | 316 |9377 |6337 |   0 |   0 |  11 |1256k|  30 | 1.850000e+01 |      --      |    Inf 
605.85/606.23	c   576s|  2370k|   103 |   146 |  16M| 230 |   - | 316 |9369 |6655 |   0 |   0 |  11 |1261k|  30 | 1.850000e+01 |      --      |    Inf 
608.05/608.42	c   578s|  2380k|   100 |   146 |  16M| 230 |   - | 316 |9346 |6465 |   0 |   0 |  11 |1266k|  30 | 1.850000e+01 |      --      |    Inf 
610.24/610.60	c   580s|  2390k|   101 |   146 |  16M| 230 |   - | 316 |9365 |6054 |   0 |   0 |  11 |1271k|  30 | 1.850000e+01 |      --      |    Inf 
612.44/612.83	c   582s|  2400k|   109 |   146 |  16M| 230 |   - | 316 |9347 |6265 |   0 |   0 |  11 |1276k|  30 | 1.850000e+01 |      --      |    Inf 
614.75/615.16	c   584s|  2410k|   106 |   146 |  16M| 230 |   - | 316 |9340 |6583 |   0 |   0 |  11 |1282k|  30 | 1.850000e+01 |      --      |    Inf 
617.04/617.43	c   586s|  2420k|   103 |   146 |  16M| 230 |   - | 316 |9384 |6690 |   0 |   0 |  11 |1287k|  30 | 1.850000e+01 |      --      |    Inf 
619.44/619.85	c   589s|  2430k|   105 |   146 |  16M| 230 |   - | 316 |9356 |6476 |   0 |   0 |  11 |1292k|  30 | 1.850000e+01 |      --      |    Inf 
621.84/622.23	c   591s|  2440k|    99 |   146 |  16M| 230 |   - | 316 |9399 |6368 |   0 |   0 |  11 |1297k|  30 | 1.850000e+01 |      --      |    Inf 
624.24/624.64	c   593s|  2450k|   104 |   146 |  16M| 230 |   - | 316 |9363 |6047 |   0 |   0 |  11 |1302k|  30 | 1.850000e+01 |      --      |    Inf 
626.83/627.21	c   596s|  2460k|   105 |   146 |  16M| 230 |   - | 316 |9387 |5916 |   0 |   0 |  11 |1308k|  30 | 1.850000e+01 |      --      |    Inf 
629.23/629.62	c   598s|  2470k|   102 |   146 |  16M| 230 |   - | 316 |9370 |5760 |   0 |   0 |  11 |1313k|  30 | 1.850000e+01 |      --      |    Inf 
631.43/631.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
631.43/631.87	c   600s|  2480k|   106 |   146 |  16M| 230 |   - | 316 |9350 |5946 |   0 |   0 |  11 |1318k|  30 | 1.850000e+01 |      --      |    Inf 
633.93/634.34	c   602s|  2490k|    92 |   146 |  16M| 230 |   - | 316 |9379 |6138 |   0 |   0 |  11 |1323k|  30 | 1.850000e+01 |      --      |    Inf 
636.73/637.12	c   605s|  2500k|   112 |   146 |  16M| 230 |   - | 316 |9364 |5925 |   0 |   0 |  11 |1328k|  30 | 1.850000e+01 |      --      |    Inf 
639.13/639.54	c   607s|  2510k|   101 |   146 |  16M| 230 |   - | 316 |9372 |5759 |   0 |   0 |  11 |1333k|  30 | 1.850000e+01 |      --      |    Inf 
641.53/641.97	c   610s|  2520k|   101 |   146 |  16M| 230 |   - | 316 |9364 |6434 |   0 |   0 |  11 |1338k|  30 | 1.850000e+01 |      --      |    Inf 
644.22/644.63	c   612s|  2530k|   113 |   146 |  16M| 230 |   - | 316 |9357 |6241 |   0 |   0 |  11 |1343k|  30 | 1.850000e+01 |      --      |    Inf 
647.32/647.76	c   615s|  2540k|   104 |   146 |  16M| 230 |   - | 316 |9354 |6277 |   0 |   0 |  11 |1349k|  30 | 1.850000e+01 |      --      |    Inf 
650.22/650.70	c   618s|  2550k|   107 |   146 |  16M| 230 |   - | 316 |9541 |6199 |   0 |   0 |  11 |1354k|  30 | 1.850000e+01 |      --      |    Inf 
653.12/653.55	c   621s|  2560k|   109 |   146 |  16M| 230 |   - | 316 |9543 |6428 |   0 |   0 |  11 |1360k|  30 | 1.850000e+01 |      --      |    Inf 
655.92/656.32	c   623s|  2570k|    94 |   146 |  16M| 230 |   - | 316 |9570 |6340 |   0 |   0 |  11 |1365k|  30 | 1.850000e+01 |      --      |    Inf 
658.32/658.73	c   626s|  2580k|   115 |   146 |  16M| 230 |   - | 316 |9366 |5666 |   0 |   0 |  11 |1370k|  30 | 1.850000e+01 |      --      |    Inf 
660.22/660.60	c   627s|  2590k|   107 |   146 |  16M| 230 |   - | 316 |9353 |6032 |   0 |   0 |  11 |1375k|  30 | 1.850000e+01 |      --      |    Inf 
662.32/662.72	c   629s|  2600k|    99 |   146 |  16M| 230 |   - | 316 |9379 |6268 |   0 |   0 |  11 |1380k|  30 | 1.850000e+01 |      --      |    Inf 
664.52/664.92	c   632s|  2610k|   113 |   146 |  16M| 230 |   - | 316 |9362 |6042 |   0 |   0 |  11 |1385k|  30 | 1.850000e+01 |      --      |    Inf 
666.71/667.12	c   634s|  2620k|   107 |   146 |  16M| 230 |   - | 316 |9353 |6381 |   0 |   0 |  11 |1391k|  30 | 1.850000e+01 |      --      |    Inf 
668.92/669.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
668.92/669.39	c   636s|  2630k|   109 |   146 |  16M| 230 |   - | 316 |9371 |6108 |   0 |   0 |  11 |1397k|  30 | 1.850000e+01 |      --      |    Inf 
671.21/671.62	c   638s|  2640k|   115 |   146 |  16M| 230 |   - | 316 |9363 |6369 |   0 |   0 |  11 |1402k|  30 | 1.850000e+01 |      --      |    Inf 
673.50/673.95	c   640s|  2650k|    97 |   146 |  16M| 230 |   - | 316 |9422 |6193 |   0 |   0 |  11 |1407k|  30 | 1.850000e+01 |      --      |    Inf 
675.60/676.06	c   642s|  2660k|   101 |   146 |  16M| 230 |   - | 316 |9390 |6065 |   0 |   0 |  11 |1412k|  30 | 1.850000e+01 |      --      |    Inf 
677.61/678.09	c   644s|  2670k|   101 |   146 |  16M| 230 |   - | 316 |9376 |6078 |   0 |   0 |  11 |1418k|  30 | 1.850000e+01 |      --      |    Inf 
679.70/680.12	c   646s|  2680k|   112 |   146 |  16M| 230 |   - | 316 |9373 |6174 |   0 |   0 |  11 |1422k|  30 | 1.850000e+01 |      --      |    Inf 
682.10/682.58	c   648s|  2690k|    96 |   146 |  16M| 230 |   - | 316 |9420 |5937 |   0 |   0 |  11 |1428k|  30 | 1.850000e+01 |      --      |    Inf 
684.60/685.09	c   651s|  2700k|    98 |   146 |  16M| 230 |   - | 316 |9386 |6452 |   0 |   0 |  11 |1433k|  30 | 1.850000e+01 |      --      |    Inf 
687.10/687.52	c   653s|  2710k|   101 |   146 |  16M| 230 |   - | 316 |9375 |6621 |   0 |   0 |  11 |1438k|  30 | 1.850000e+01 |      --      |    Inf 
689.30/689.77	c   655s|  2720k|   109 |   146 |  16M| 230 |   - | 316 |9348 |6844 |   0 |   0 |  11 |1443k|  30 | 1.850000e+01 |      --      |    Inf 
692.69/693.19	c   658s|  2730k|    92 |   146 |  16M| 230 |   - | 316 |9407 |6304 |   0 |   0 |  11 |1449k|  30 | 1.850000e+01 |      --      |    Inf 
695.99/696.42	c   661s|  2740k|    95 |   146 |  16M| 230 |   - | 316 |9397 |6817 |   0 |   0 |  11 |1454k|  30 | 1.850000e+01 |      --      |    Inf 
699.30/699.71	c   665s|  2750k|    90 |   146 |  16M| 230 |   - | 316 |9389 |6344 |   0 |   0 |  11 |1459k|  30 | 1.850000e+01 |      --      |    Inf 
701.69/702.12	c   667s|  2760k|   111 |   146 |  16M| 230 |   - | 316 |9390 |6113 |   0 |   0 |  11 |1465k|  30 | 1.850000e+01 |      --      |    Inf 
704.19/704.62	c   669s|  2770k|   105 |   146 |  16M| 230 |   - | 316 |9355 |6377 |   0 |   0 |  11 |1470k|  30 | 1.850000e+01 |      --      |    Inf 
706.69/707.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
706.69/707.17	c   672s|  2780k|   106 |   146 |  16M| 230 |   - | 316 |9386 |6411 |   0 |   0 |  11 |1475k|  30 | 1.850000e+01 |      --      |    Inf 
709.09/709.52	c   674s|  2790k|   110 |   146 |  16M| 230 |   - | 316 |9370 |6272 |   0 |   0 |  11 |1480k|  30 | 1.850000e+01 |      --      |    Inf 
711.59/712.01	c   676s|  2800k|   102 |   146 |  16M| 230 |   - | 316 |9332 |6594 |   0 |   0 |  11 |1485k|  30 | 1.850000e+01 |      --      |    Inf 
714.08/714.58	c   679s|  2810k|   110 |   146 |  16M| 230 |   - | 316 |9341 |6319 |   0 |   0 |  11 |1491k|  30 | 1.850000e+01 |      --      |    Inf 
716.58/717.10	c   681s|  2820k|    97 |   146 |  16M| 230 |   - | 316 |9366 |6522 |   0 |   0 |  11 |1496k|  30 | 1.850000e+01 |      --      |    Inf 
718.98/719.44	c   683s|  2830k|    94 |   146 |  16M| 230 |   - | 316 |9464 |6453 |   0 |   0 |  11 |1501k|  30 | 1.850000e+01 |      --      |    Inf 
721.37/721.81	c   686s|  2840k|   101 |   146 |  16M| 230 |   - | 316 |9379 |6415 |   0 |   0 |  11 |1507k|  30 | 1.850000e+01 |      --      |    Inf 
723.68/724.19	c   688s|  2850k|   120 |   146 |  16M| 230 |   - | 316 |9433 |6391 |   0 |   0 |  11 |1512k|  30 | 1.850000e+01 |      --      |    Inf 
726.28/726.77	c   690s|  2860k|    93 |   146 |  16M| 230 |   - | 316 |9390 |6590 |   0 |   0 |  11 |1517k|  30 | 1.850000e+01 |      --      |    Inf 
728.58/729.08	c   692s|  2870k|   114 |   146 |  16M| 230 |   - | 316 |9358 |6142 |   0 |   0 |  11 |1523k|  30 | 1.850000e+01 |      --      |    Inf 
730.87/731.34	c   695s|  2880k|   110 |   146 |  16M| 230 |   - | 316 |9388 |6013 |   0 |   0 |  11 |1528k|  30 | 1.850000e+01 |      --      |    Inf 
733.07/733.52	c   697s|  2890k|   109 |   146 |  16M| 230 |   - | 316 |9382 |6502 |   0 |   0 |  11 |1534k|  30 | 1.850000e+01 |      --      |    Inf 
735.27/735.74	c   699s|  2900k|   101 |   146 |  16M| 230 |   - | 316 |9392 |6249 |   0 |   0 |  11 |1539k|  30 | 1.850000e+01 |      --      |    Inf 
737.47/737.91	c   701s|  2910k|   112 |   146 |  16M| 230 |   - | 316 |9385 |6435 |   0 |   0 |  11 |1544k|  30 | 1.850000e+01 |      --      |    Inf 
739.67/740.20	c   703s|  2920k|   104 |   146 |  16M| 230 |   - | 316 |9376 |6488 |   0 |   0 |  11 |1549k|  30 | 1.850000e+01 |      --      |    Inf 
742.07/742.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
742.07/742.58	c   705s|  2930k|    99 |   146 |  16M| 230 |   - | 316 |9373 |6471 |   0 |   0 |  11 |1554k|  30 | 1.850000e+01 |      --      |    Inf 
744.56/745.02	c   708s|  2940k|   112 |   146 |  16M| 230 |   - | 316 |9431 |6529 |   0 |   0 |  11 |1559k|  30 | 1.850000e+01 |      --      |    Inf 
747.17/747.60	c   710s|  2950k|   110 |   146 |  16M| 230 |   - | 316 |9371 |6607 |   0 |   0 |  11 |1564k|  30 | 1.850000e+01 |      --      |    Inf 
749.67/750.19	c   712s|  2960k|   105 |   146 |  16M| 230 |   - | 316 |9359 |6572 |   0 |   0 |  11 |1570k|  30 | 1.850000e+01 |      --      |    Inf 
751.97/752.41	c   714s|  2970k|   105 |   146 |  16M| 230 |   - | 316 |9371 |6735 |   0 |   0 |  11 |1575k|  30 | 1.850000e+01 |      --      |    Inf 
754.17/754.66	c   717s|  2980k|   105 |   146 |  16M| 230 |   - | 316 |9387 |6309 |   0 |   0 |  11 |1580k|  30 | 1.850000e+01 |      --      |    Inf 
756.46/756.90	c   719s|  2990k|   109 |   146 |  16M| 230 |   - | 316 |9352 |6458 |   0 |   0 |  11 |1586k|  30 | 1.850000e+01 |      --      |    Inf 
758.66/759.11	c   721s|  3000k|   103 |   146 |  16M| 230 |   - | 316 |9370 |6368 |   0 |   0 |  11 |1591k|  30 | 1.850000e+01 |      --      |    Inf 
760.86/761.30	c   723s|  3010k|    98 |   146 |  16M| 230 |   - | 316 |9373 |6709 |   0 |   0 |  11 |1596k|  30 | 1.850000e+01 |      --      |    Inf 
763.36/763.81	c   725s|  3020k|   107 |   146 |  16M| 230 |   - | 316 |9351 |6047 |   0 |   0 |  11 |1602k|  30 | 1.850000e+01 |      --      |    Inf 
765.95/766.49	c   728s|  3030k|   113 |   146 |  16M| 230 |   - | 316 |9346 |5856 |   0 |   0 |  11 |1608k|  30 | 1.850000e+01 |      --      |    Inf 
768.26/768.79	c   730s|  3040k|    99 |   146 |  16M| 230 |   - | 316 |9386 |5934 |   0 |   0 |  11 |1613k|  30 | 1.850000e+01 |      --      |    Inf 
770.55/771.08	c   732s|  3050k|   110 |   146 |  16M| 230 |   - | 316 |9364 |5718 |   0 |   0 |  11 |1619k|  30 | 1.850000e+01 |      --      |    Inf 
772.66/773.18	c   734s|  3060k|   124 |   146 |  16M| 230 |   - | 316 |9336 |6265 |   0 |   0 |  11 |1624k|  30 | 1.850000e+01 |      --      |    Inf 
774.85/775.38	c   736s|  3070k|    99 |   146 |  16M| 230 |   - | 316 |9371 |6211 |   0 |   0 |  11 |1629k|  30 | 1.850000e+01 |      --      |    Inf 
777.15/777.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
777.15/777.63	c   738s|  3080k|   108 |   146 |  16M| 230 |   - | 316 |9376 |5866 |   0 |   0 |  11 |1635k|  30 | 1.850000e+01 |      --      |    Inf 
779.25/779.75	c   740s|  3090k|   103 |   146 |  16M| 230 |   - | 316 |9386 |5844 |   0 |   0 |  11 |1640k|  30 | 1.850000e+01 |      --      |    Inf 
781.44/781.99	c   742s|  3100k|   104 |   146 |  16M| 230 |   - | 316 |9382 |5715 |   0 |   0 |  11 |1646k|  30 | 1.850000e+01 |      --      |    Inf 
783.85/784.34	c   745s|  3110k|   104 |   146 |  16M| 230 |   - | 316 |9362 |6254 |   0 |   0 |  11 |1651k|  30 | 1.850000e+01 |      --      |    Inf 
786.05/786.54	c   747s|  3120k|   102 |   146 |  16M| 230 |   - | 316 |9403 |5661 |   0 |   0 |  11 |1656k|  30 | 1.850000e+01 |      --      |    Inf 
788.15/788.67	c   749s|  3130k|   103 |   146 |  16M| 230 |   - | 316 |9405 |5656 |   0 |   0 |  11 |1662k|  30 | 1.850000e+01 |      --      |    Inf 
790.45/790.90	c   751s|  3140k|    99 |   146 |  16M| 230 |   - | 316 |9407 |6130 |   0 |   0 |  11 |1668k|  30 | 1.850000e+01 |      --      |    Inf 
792.65/793.12	c   753s|  3150k|   105 |   146 |  16M| 230 |   - | 316 |9393 |5900 |   0 |   0 |  11 |1673k|  30 | 1.850000e+01 |      --      |    Inf 
794.94/795.50	c   755s|  3160k|    92 |   146 |  16M| 230 |   - | 316 |9384 |6412 |   0 |   0 |  11 |1678k|  30 | 1.850000e+01 |      --      |    Inf 
797.24/797.78	c   757s|  3170k|   104 |   146 |  16M| 230 |   - | 316 |9345 |6508 |   0 |   0 |  11 |1683k|  30 | 1.850000e+01 |      --      |    Inf 
799.44/799.97	c   759s|  3180k|   106 |   146 |  16M| 230 |   - | 316 |9396 |6495 |   0 |   0 |  11 |1688k|  30 | 1.850000e+01 |      --      |    Inf 
801.74/802.20	c   762s|  3190k|    99 |   146 |  16M| 230 |   - | 316 |9457 |5970 |   0 |   0 |  11 |1694k|  30 | 1.850000e+01 |      --      |    Inf 
804.14/804.60	c   764s|  3200k|   106 |   146 |  16M| 230 |   - | 316 |9360 |6630 |   0 |   0 |  11 |1700k|  30 | 1.850000e+01 |      --      |    Inf 
806.34/806.82	c   766s|  3210k|    99 |   146 |  16M| 230 |   - | 316 |9387 |6040 |   0 |   0 |  11 |1705k|  30 | 1.850000e+01 |      --      |    Inf 
809.03/809.51	c   768s|  3220k|   104 |   146 |  16M| 230 |   - | 316 |9347 |6527 |   0 |   0 |  11 |1711k|  30 | 1.850000e+01 |      --      |    Inf 
811.34/811.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
811.34/811.83	c   771s|  3230k|   110 |   146 |  16M| 230 |   - | 316 |9356 |5976 |   0 |   0 |  11 |1716k|  30 | 1.850000e+01 |      --      |    Inf 
813.63/814.11	c   773s|  3240k|    95 |   146 |  16M| 230 |   - | 316 |9402 |6214 |   0 |   0 |  11 |1721k|  30 | 1.850000e+01 |      --      |    Inf 
816.13/816.69	c   775s|  3250k|    97 |   146 |  16M| 230 |   - | 316 |9379 |6173 |   0 |   0 |  11 |1726k|  30 | 1.850000e+01 |      --      |    Inf 
818.83/819.31	c   778s|  3260k|   113 |   146 |  16M| 230 |   - | 316 |9339 |6250 |   0 |   0 |  11 |1733k|  30 | 1.850000e+01 |      --      |    Inf 
821.23/821.76	c   780s|  3270k|   105 |   146 |  16M| 230 |   - | 316 |9350 |6786 |   0 |   0 |  11 |1738k|  30 | 1.850000e+01 |      --      |    Inf 
823.82/824.38	c   783s|  3280k|   107 |   146 |  16M| 230 |   - | 316 |9383 |6648 |   0 |   0 |  11 |1743k|  30 | 1.850000e+01 |      --      |    Inf 
826.03/826.56	c   785s|  3290k|   103 |   146 |  16M| 230 |   - | 316 |9388 |6045 |   0 |   0 |  11 |1749k|  30 | 1.850000e+01 |      --      |    Inf 
828.62/829.13	c   787s|  3300k|    95 |   146 |  16M| 230 |   - | 316 |9428 |5879 |   0 |   0 |  11 |1754k|  30 | 1.850000e+01 |      --      |    Inf 
831.72/832.27	c   790s|  3310k|    96 |   146 |  16M| 230 |   - | 316 |9405 |6497 |   0 |   0 |  11 |1759k|  30 | 1.850000e+01 |      --      |    Inf 
834.62/835.13	c   793s|  3320k|   107 |   146 |  16M| 230 |   - | 316 |9344 |6741 |   0 |   0 |  11 |1765k|  30 | 1.850000e+01 |      --      |    Inf 
837.52/838.05	c   796s|  3330k|   104 |   146 |  16M| 230 |   - | 316 |9366 |5892 |   0 |   0 |  11 |1770k|  30 | 1.850000e+01 |      --      |    Inf 
840.52/841.10	c   799s|  3340k|   101 |   146 |  16M| 230 |   - | 316 |9382 |6423 |   0 |   0 |  11 |1776k|  30 | 1.850000e+01 |      --      |    Inf 
843.22/843.76	c   801s|  3350k|   107 |   146 |  16M| 230 |   - | 316 |9345 |6329 |   0 |   0 |  11 |1781k|  30 | 1.850000e+01 |      --      |    Inf 
845.91/846.45	c   804s|  3360k|    97 |   146 |  16M| 230 |   - | 316 |9404 |5876 |   0 |   0 |  11 |1787k|  30 | 1.850000e+01 |      --      |    Inf 
848.71/849.28	c   806s|  3370k|   100 |   146 |  16M| 230 |   - | 316 |9369 |6546 |   0 |   0 |  11 |1792k|  30 | 1.850000e+01 |      --      |    Inf 
851.61/852.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
851.61/852.12	c   809s|  3380k|    97 |   146 |  16M| 230 |   - | 316 |9357 |6324 |   0 |   0 |  11 |1797k|  30 | 1.850000e+01 |      --      |    Inf 
854.41/854.97	c   812s|  3390k|   110 |   146 |  16M| 230 |   - | 316 |9789 |6174 |   0 |   0 |  11 |1803k|  30 | 1.850000e+01 |      --      |    Inf 
857.10/857.60	c   814s|  3400k|    98 |   146 |  16M| 230 |   - | 316 |9349 |6470 |   0 |   0 |  11 |1808k|  30 | 1.850000e+01 |      --      |    Inf 
859.61/860.18	c   817s|  3410k|    93 |   146 |  16M| 230 |   - | 316 |9357 |6701 |   0 |   0 |  11 |1813k|  30 | 1.850000e+01 |      --      |    Inf 
862.21/862.72	c   819s|  3420k|   100 |   146 |  16M| 230 |   - | 316 |9345 |6659 |   0 |   0 |  11 |1819k|  30 | 1.850000e+01 |      --      |    Inf 
865.21/865.71	c   822s|  3430k|    96 |   146 |  16M| 230 |   - | 316 |9491 |6254 |   0 |   0 |  11 |1824k|  30 | 1.850000e+01 |      --      |    Inf 
868.41/868.95	c   825s|  3440k|   101 |   146 |  16M| 230 |   - | 316 |9397 |6348 |   0 |   0 |  11 |1829k|  30 | 1.850000e+01 |      --      |    Inf 
871.20/871.79	c   828s|  3450k|   103 |   146 |  16M| 230 |   - | 316 |9359 |6826 |   0 |   0 |  11 |1834k|  30 | 1.850000e+01 |      --      |    Inf 
873.70/874.28	c   830s|  3460k|   108 |   146 |  16M| 230 |   - | 316 |9372 |6283 |   0 |   0 |  11 |1840k|  30 | 1.850000e+01 |      --      |    Inf 
876.29/876.81	c   833s|  3470k|    99 |   146 |  16M| 230 |   - | 316 |9375 |6724 |   0 |   0 |  11 |1845k|  30 | 1.850000e+01 |      --      |    Inf 
879.20/879.71	c   835s|  3480k|   101 |   146 |  16M| 230 |   - | 316 |9392 |5944 |   0 |   0 |  11 |1850k|  30 | 1.850000e+01 |      --      |    Inf 
881.70/882.27	c   838s|  3490k|    98 |   146 |  16M| 230 |   - | 316 |9344 |6128 |   0 |   0 |  11 |1855k|  30 | 1.850000e+01 |      --      |    Inf 
883.80/884.33	c   840s|  3500k|   100 |   146 |  16M| 230 |   - | 316 |9351 |5942 |   0 |   0 |  11 |1860k|  30 | 1.850000e+01 |      --      |    Inf 
886.29/886.84	c   842s|  3510k|   106 |   146 |  16M| 230 |   - | 316 |9364 |6029 |   0 |   0 |  11 |1866k|  30 | 1.850000e+01 |      --      |    Inf 
888.89/889.49	c   845s|  3520k|   105 |   146 |  16M| 230 |   - | 316 |9366 |5972 |   0 |   0 |  11 |1871k|  30 | 1.850000e+01 |      --      |    Inf 
891.89/892.47	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
891.89/892.47	c   847s|  3530k|   102 |   146 |  16M| 230 |   - | 316 |9366 |6057 |   0 |   0 |  11 |1877k|  30 | 1.850000e+01 |      --      |    Inf 
894.29/894.88	c   850s|  3540k|    90 |   146 |  16M| 230 |   - | 316 |9352 |6972 |   0 |   0 |  11 |1882k|  30 | 1.850000e+01 |      --      |    Inf 
897.29/897.89	c   853s|  3550k|   104 |   146 |  16M| 230 |   - | 316 |9355 |6453 |   0 |   0 |  11 |1888k|  30 | 1.850000e+01 |      --      |    Inf 
900.28/900.81	c   855s|  3560k|    90 |   146 |  16M| 230 |   - | 316 |9419 |6596 |   0 |   0 |  11 |1893k|  30 | 1.850000e+01 |      --      |    Inf 
903.08/903.68	c   858s|  3570k|   122 |   146 |  16M| 230 |   - | 316 |9334 |6417 |   0 |   0 |  11 |1898k|  30 | 1.850000e+01 |      --      |    Inf 
905.38/905.94	c   860s|  3580k|    97 |   146 |  16M| 230 |   - | 316 |9376 |6180 |   0 |   0 |  11 |1904k|  30 | 1.850000e+01 |      --      |    Inf 
907.48/908.09	c   862s|  3590k|    89 |   146 |  16M| 230 |   - | 316 |9336 |6900 |   0 |   0 |  11 |1909k|  30 | 1.850000e+01 |      --      |    Inf 
909.88/910.46	c   865s|  3600k|   103 |   146 |  16M| 230 |   - | 316 |9380 |6390 |   0 |   0 |  11 |1914k|  30 | 1.850000e+01 |      --      |    Inf 
912.27/912.90	c   867s|  3610k|    94 |   146 |  16M| 230 |   - | 316 |9401 |6498 |   0 |   0 |  11 |1920k|  30 | 1.850000e+01 |      --      |    Inf 
914.57/915.15	c   869s|  3620k|   105 |   146 |  16M| 230 |   - | 316 |9359 |6351 |   0 |   0 |  11 |1925k|  30 | 1.850000e+01 |      --      |    Inf 
916.67/917.27	c   871s|  3630k|    99 |   146 |  16M| 230 |   - | 316 |9376 |6336 |   0 |   0 |  11 |1931k|  30 | 1.850000e+01 |      --      |    Inf 
918.87/919.44	c   873s|  3640k|    99 |   146 |  16M| 230 |   - | 316 |9357 |6693 |   0 |   0 |  11 |1936k|  30 | 1.850000e+01 |      --      |    Inf 
921.17/921.77	c   875s|  3650k|   105 |   146 |  16M| 230 |   - | 316 |9364 |6610 |   0 |   0 |  11 |1941k|  30 | 1.850000e+01 |      --      |    Inf 
923.77/924.38	c   878s|  3660k|   100 |   146 |  16M| 230 |   - | 316 |9349 |6726 |   0 |   0 |  11 |1947k|  30 | 1.850000e+01 |      --      |    Inf 
926.27/926.87	c   880s|  3670k|   110 |   146 |  16M| 230 |   - | 316 |9359 |6084 |   0 |   0 |  11 |1952k|  30 | 1.850000e+01 |      --      |    Inf 
928.46/929.07	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
928.46/929.07	c   882s|  3680k|   107 |   146 |  16M| 230 |   - | 316 |9363 |6582 |   0 |   0 |  11 |1957k|  30 | 1.850000e+01 |      --      |    Inf 
930.86/931.48	c   884s|  3690k|    99 |   146 |  16M| 230 |   - | 316 |9390 |6476 |   0 |   0 |  11 |1963k|  30 | 1.850000e+01 |      --      |    Inf 
933.36/933.95	c   887s|  3700k|    97 |   146 |  16M| 230 |   - | 316 |9391 |6500 |   0 |   0 |  11 |1968k|  30 | 1.850000e+01 |      --      |    Inf 
936.06/936.62	c   889s|  3710k|    99 |   146 |  16M| 230 |   - | 316 |9361 |6348 |   0 |   0 |  11 |1973k|  30 | 1.850000e+01 |      --      |    Inf 
938.66/939.29	c   892s|  3720k|   110 |   146 |  16M| 230 |   - | 316 |9347 |6435 |   0 |   0 |  11 |1979k|  30 | 1.850000e+01 |      --      |    Inf 
941.16/941.77	c   894s|  3730k|    99 |   146 |  16M| 230 |   - | 316 |9351 |6922 |   0 |   0 |  11 |1984k|  30 | 1.850000e+01 |      --      |    Inf 
943.65/944.29	c   897s|  3740k|   100 |   146 |  16M| 230 |   - | 316 |9353 |6766 |   0 |   0 |  11 |1990k|  30 | 1.850000e+01 |      --      |    Inf 
946.45/947.03	c   899s|  3750k|   105 |   146 |  16M| 230 |   - | 316 |9343 |6550 |   0 |   0 |  11 |1995k|  30 | 1.850000e+01 |      --      |    Inf 
949.24/949.80	c   902s|  3760k|   107 |   146 |  16M| 230 |   - | 316 |9395 |6169 |   0 |   0 |  11 |2001k|  30 | 1.850000e+01 |      --      |    Inf 
951.95/952.55	c   905s|  3770k|   113 |   146 |  16M| 230 |   - | 316 |9329 |6723 |   0 |   0 |  11 |2006k|  30 | 1.850000e+01 |      --      |    Inf 
954.64/955.24	c   907s|  3780k|   100 |   146 |  16M| 230 |   - | 316 |9333 |6952 |   0 |   0 |  11 |2012k|  30 | 1.850000e+01 |      --      |    Inf 
957.74/958.34	c   910s|  3790k|   113 |   146 |  16M| 230 |   - | 316 |9360 |6291 |   0 |   0 |  11 |2017k|  30 | 1.850000e+01 |      --      |    Inf 
960.63/961.22	c   913s|  3800k|    93 |   146 |  16M| 230 |   - | 316 |9413 |6455 |   0 |   0 |  11 |2022k|  30 | 1.850000e+01 |      --      |    Inf 
963.44/964.09	c   916s|  3810k|    92 |   146 |  16M| 230 |   - | 316 |9334 |7194 |   0 |   0 |  11 |2028k|  30 | 1.850000e+01 |      --      |    Inf 
966.13/966.76	c   918s|  3820k|   105 |   146 |  16M| 230 |   - | 316 |9360 |6272 |   0 |   0 |  11 |2033k|  30 | 1.850000e+01 |      --      |    Inf 
968.54/969.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
968.54/969.14	c   920s|  3830k|   108 |   146 |  16M| 230 |   - | 316 |9360 |6338 |   0 |   0 |  11 |2039k|  30 | 1.850000e+01 |      --      |    Inf 
970.74/971.33	c   922s|  3840k|   103 |   146 |  16M| 230 |   - | 316 |9373 |6649 |   0 |   0 |  11 |2044k|  30 | 1.850000e+01 |      --      |    Inf 
973.13/973.71	c   925s|  3850k|    94 |   146 |  16M| 230 |   - | 316 |9368 |6650 |   0 |   0 |  11 |2049k|  30 | 1.850000e+01 |      --      |    Inf 
975.53/976.14	c   927s|  3860k|    97 |   146 |  16M| 230 |   - | 316 |9389 |6263 |   0 |   0 |  11 |2055k|  30 | 1.850000e+01 |      --      |    Inf 
977.83/978.47	c   929s|  3870k|   100 |   146 |  16M| 230 |   - | 316 |9334 |6337 |   0 |   0 |  11 |2060k|  30 | 1.850000e+01 |      --      |    Inf 
980.13/980.76	c   931s|  3880k|   103 |   146 |  16M| 230 |   - | 316 |9352 |6069 |   0 |   0 |  11 |2065k|  30 | 1.850000e+01 |      --      |    Inf 
982.33/982.95	c   934s|  3890k|   109 |   146 |  16M| 230 |   - | 316 |9414 |5952 |   0 |   0 |  11 |2071k|  30 | 1.850000e+01 |      --      |    Inf 
984.62/985.24	c   936s|  3900k|    97 |   146 |  16M| 230 |   - | 316 |9393 |6061 |   0 |   0 |  11 |2076k|  30 | 1.850000e+01 |      --      |    Inf 
987.23/987.82	c   938s|  3910k|   104 |   146 |  16M| 230 |   - | 316 |9349 |6233 |   0 |   0 |  11 |2081k|  30 | 1.850000e+01 |      --      |    Inf 
989.92/990.56	c   941s|  3920k|   102 |   146 |  16M| 230 |   - | 316 |9349 |6165 |   0 |   0 |  11 |2086k|  30 | 1.850000e+01 |      --      |    Inf 
992.82/993.43	c   944s|  3930k|   101 |   146 |  16M| 230 |   - | 316 |9392 |6214 |   0 |   0 |  11 |2092k|  30 | 1.850000e+01 |      --      |    Inf 
996.02/996.69	c   947s|  3940k|    92 |   146 |  16M| 230 |   - | 316 |9391 |6707 |   0 |   0 |  11 |2097k|  30 | 1.850000e+01 |      --      |    Inf 
998.91/999.58	c   949s|  3950k|    98 |   146 |  16M| 230 |   - | 316 |9384 |6556 |   0 |   0 |  11 |2103k|  30 | 1.850000e+01 |      --      |    Inf 
1001.62/1002.21	c   952s|  3960k|    95 |   146 |  16M| 230 |   - | 316 |9365 |6559 |   0 |   0 |  11 |2108k|  30 | 1.850000e+01 |      --      |    Inf 
1004.31/1004.99	c   955s|  3970k|    92 |   146 |  16M| 230 |   - | 316 |9394 |6573 |   0 |   0 |  11 |2113k|  30 | 1.850000e+01 |      --      |    Inf 
1007.51/1008.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1007.51/1008.12	c   958s|  3980k|   113 |   146 |  16M| 230 |   - | 316 |9383 |5697 |   0 |   0 |  11 |2119k|  30 | 1.850000e+01 |      --      |    Inf 
1010.22/1010.90	c   960s|  3990k|    95 |   146 |  16M| 230 |   - | 316 |9415 |6033 |   0 |   0 |  11 |2125k|  30 | 1.850000e+01 |      --      |    Inf 
1013.51/1014.11	c   963s|  4000k|    94 |   146 |  16M| 230 |   - | 316 |9381 |6654 |   0 |   0 |  11 |2130k|  30 | 1.850000e+01 |      --      |    Inf 
1015.81/1016.45	c   966s|  4010k|   103 |   146 |  16M| 230 |   - | 316 |9372 |5939 |   0 |   0 |  11 |2135k|  30 | 1.850000e+01 |      --      |    Inf 
1018.30/1018.92	c   968s|  4020k|    94 |   146 |  16M| 230 |   - | 316 |9406 |6360 |   0 |   0 |  11 |2141k|  30 | 1.850000e+01 |      --      |    Inf 
1020.90/1021.56	c   970s|  4030k|   100 |   146 |  16M| 230 |   - | 316 |9442 |6164 |   0 |   0 |  11 |2146k|  30 | 1.850000e+01 |      --      |    Inf 
1023.60/1024.28	c   973s|  4040k|    91 |   146 |  16M| 230 |   - | 316 |9391 |6702 |   0 |   0 |  11 |2151k|  30 | 1.850000e+01 |      --      |    Inf 
1026.00/1026.60	c   975s|  4050k|   105 |   146 |  16M| 230 |   - | 316 |9349 |6296 |   0 |   0 |  11 |2156k|  30 | 1.850000e+01 |      --      |    Inf 
1028.40/1029.06	c   978s|  4060k|   100 |   146 |  16M| 230 |   - | 316 |9365 |6360 |   0 |   0 |  11 |2161k|  30 | 1.850000e+01 |      --      |    Inf 
1030.80/1031.49	c   980s|  4070k|    96 |   146 |  16M| 230 |   - | 316 |9331 |6257 |   0 |   0 |  11 |2166k|  30 | 1.850000e+01 |      --      |    Inf 
1033.30/1033.94	c   982s|  4080k|    93 |   146 |  16M| 230 |   - | 316 |9370 |6027 |   0 |   0 |  11 |2171k|  30 | 1.850000e+01 |      --      |    Inf 
1035.60/1036.28	c   984s|  4090k|    93 |   146 |  16M| 230 |   - | 316 |9363 |6213 |   0 |   0 |  11 |2177k|  30 | 1.850000e+01 |      --      |    Inf 
1038.00/1038.63	c   987s|  4100k|   104 |   146 |  16M| 230 |   - | 316 |9374 |6064 |   0 |   0 |  11 |2182k|  30 | 1.850000e+01 |      --      |    Inf 
1040.10/1040.74	c   989s|  4110k|    91 |   146 |  16M| 230 |   - | 316 |9357 |6969 |   0 |   0 |  11 |2187k|  30 | 1.850000e+01 |      --      |    Inf 
1042.49/1043.18	c   991s|  4120k|   109 |   146 |  16M| 230 |   - | 316 |9354 |6096 |   0 |   0 |  11 |2192k|  30 | 1.850000e+01 |      --      |    Inf 
1044.89/1045.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.89/1045.51	c   993s|  4130k|   110 |   146 |  16M| 230 |   - | 316 |9347 |6125 |   0 |   0 |  11 |2198k|  30 | 1.850000e+01 |      --      |    Inf 
1047.09/1047.71	c   995s|  4140k|   100 |   146 |  16M| 230 |   - | 316 |9359 |6094 |   0 |   0 |  11 |2203k|  30 | 1.850000e+01 |      --      |    Inf 
1049.29/1049.92	c   997s|  4150k|   102 |   146 |  16M| 230 |   - | 316 |9358 |6225 |   0 |   0 |  11 |2209k|  30 | 1.850000e+01 |      --      |    Inf 
1051.38/1052.05	c   999s|  4160k|   105 |   146 |  16M| 230 |   - | 316 |9371 |5801 |   0 |   0 |  11 |2214k|  30 | 1.850000e+01 |      --      |    Inf 
1053.49/1054.13	c  1001s|  4170k|   108 |   146 |  16M| 230 |   - | 316 |9350 |6027 |   0 |   0 |  11 |2219k|  30 | 1.850000e+01 |      --      |    Inf 
1055.49/1056.15	c  1003s|  4180k|    99 |   146 |  16M| 230 |   - | 316 |9375 |5870 |   0 |   0 |  11 |2224k|  30 | 1.850000e+01 |      --      |    Inf 
1057.79/1058.43	c  1005s|  4190k|    96 |   146 |  16M| 230 |   - | 316 |9372 |6138 |   0 |   0 |  11 |2229k|  30 | 1.850000e+01 |      --      |    Inf 
1060.08/1060.75	c  1008s|  4200k|   114 |   146 |  16M| 230 |   - | 316 |9351 |5926 |   0 |   0 |  11 |2235k|  30 | 1.850000e+01 |      --      |    Inf 
1062.38/1063.08	c  1010s|  4210k|    98 |   146 |  16M| 230 |   - | 316 |9387 |5950 |   0 |   0 |  11 |2240k|  30 | 1.850000e+01 |      --      |    Inf 
1064.68/1065.30	c  1012s|  4220k|   101 |   146 |  16M| 230 |   - | 316 |9366 |5825 |   0 |   0 |  11 |2245k|  30 | 1.850000e+01 |      --      |    Inf 
1066.98/1067.66	c  1014s|  4230k|    96 |   146 |  16M| 230 |   - | 316 |9397 |6145 |   0 |   0 |  11 |2250k|  30 | 1.850000e+01 |      --      |    Inf 
1069.38/1070.05	c  1016s|  4240k|    95 |   146 |  16M| 230 |   - | 316 |9384 |6238 |   0 |   0 |  11 |2256k|  30 | 1.850000e+01 |      --      |    Inf 
1071.57/1072.27	c  1018s|  4250k|    94 |   146 |  16M| 230 |   - | 316 |9366 |6232 |   0 |   0 |  11 |2260k|  30 | 1.850000e+01 |      --      |    Inf 
1073.68/1074.39	c  1020s|  4260k|    93 |   146 |  16M| 230 |   - | 316 |9385 |6223 |   0 |   0 |  11 |2265k|  30 | 1.850000e+01 |      --      |    Inf 
1075.98/1076.69	c  1023s|  4270k|    89 |   146 |  16M| 230 |   - | 316 |9369 |6080 |   0 |   0 |  11 |2270k|  30 | 1.850000e+01 |      --      |    Inf 
1078.66/1079.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1078.66/1079.30	c  1025s|  4280k|    89 |   146 |  16M| 230 |   - | 316 |9360 |6461 |   0 |   0 |  11 |2276k|  30 | 1.850000e+01 |      --      |    Inf 
1080.87/1081.53	c  1027s|  4290k|   100 |   146 |  16M| 230 |   - | 316 |9360 |6754 |   0 |   0 |  11 |2281k|  30 | 1.850000e+01 |      --      |    Inf 
1082.96/1083.67	c  1029s|  4300k|    99 |   146 |  16M| 230 |   - | 316 |9341 |6687 |   0 |   0 |  11 |2285k|  30 | 1.850000e+01 |      --      |    Inf 
1085.26/1086.00	c  1031s|  4310k|    94 |   146 |  16M| 230 |   - | 316 |9363 |6779 |   0 |   0 |  11 |2291k|  30 | 1.850000e+01 |      --      |    Inf 
1087.56/1088.20	c  1033s|  4320k|    99 |   146 |  16M| 230 |   - | 316 |9341 |7001 |   0 |   0 |  11 |2295k|  30 | 1.850000e+01 |      --      |    Inf 
1090.16/1090.81	c  1036s|  4330k|   123 |   146 |  16M| 230 |   - | 316 |9339 |6081 |   0 |   0 |  11 |2300k|  30 | 1.850000e+01 |      --      |    Inf 
1092.67/1093.34	c  1038s|  4340k|   106 |   146 |  16M| 230 |   - | 316 |9349 |6049 |   0 |   0 |  11 |2306k|  30 | 1.850000e+01 |      --      |    Inf 
1095.16/1095.80	c  1041s|  4350k|    97 |   146 |  16M| 230 |   - | 316 |9408 |6407 |   0 |   0 |  11 |2311k|  30 | 1.850000e+01 |      --      |    Inf 
1098.06/1098.76	c  1043s|  4360k|    96 |   146 |  16M| 230 |   - | 316 |9386 |6295 |   0 |   0 |  11 |2316k|  30 | 1.850000e+01 |      --      |    Inf 
1100.46/1101.12	c  1046s|  4370k|    96 |   146 |  16M| 230 |   - | 316 |9354 |6182 |   0 |   0 |  11 |2321k|  30 | 1.850000e+01 |      --      |    Inf 
1103.36/1104.07	c  1048s|  4380k|   103 |   146 |  16M| 230 |   - | 316 |9347 |6460 |   0 |   0 |  11 |2326k|  30 | 1.850000e+01 |      --      |    Inf 
1106.35/1107.03	c  1051s|  4390k|    93 |   146 |  16M| 230 |   - | 316 |9389 |6556 |   0 |   0 |  11 |2332k|  30 | 1.850000e+01 |      --      |    Inf 
1109.26/1109.97	c  1054s|  4400k|   103 |   146 |  16M| 230 |   - | 316 |9361 |5943 |   0 |   0 |  11 |2337k|  30 | 1.850000e+01 |      --      |    Inf 
1112.25/1112.98	c  1057s|  4410k|    91 |   146 |  16M| 230 |   - | 316 |9377 |6693 |   0 |   0 |  11 |2342k|  30 | 1.850000e+01 |      --      |    Inf 
1115.25/1115.93	c  1060s|  4420k|    95 |   146 |  16M| 230 |   - | 316 |9356 |6803 |   0 |   0 |  11 |2347k|  30 | 1.850000e+01 |      --      |    Inf 
1118.25/1118.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1118.25/1118.94	c  1063s|  4430k|    85 |   146 |  16M| 230 |   - | 316 |9410 |6583 |   0 |   0 |  11 |2352k|  30 | 1.850000e+01 |      --      |    Inf 
1121.05/1121.75	c  1065s|  4440k|    95 |   146 |  16M| 230 |   - | 316 |9332 |7186 |   0 |   0 |  11 |2358k|  30 | 1.850000e+01 |      --      |    Inf 
1123.65/1124.31	c  1068s|  4450k|   102 |   146 |  16M| 230 |   - | 316 |9362 |6420 |   0 |   0 |  11 |2363k|  30 | 1.850000e+01 |      --      |    Inf 
1125.75/1126.43	c  1070s|  4460k|    92 |   146 |  16M| 230 |   - | 316 |9340 |6801 |   0 |   0 |  11 |2368k|  30 | 1.850000e+01 |      --      |    Inf 
1128.04/1128.72	c  1072s|  4470k|    92 |   146 |  16M| 230 |   - | 316 |9353 |7027 |   0 |   0 |  11 |2373k|  30 | 1.850000e+01 |      --      |    Inf 
1130.34/1131.01	c  1074s|  4480k|    87 |   146 |  16M| 230 |   - | 316 |9344 |7295 |   0 |   0 |  11 |2378k|  30 | 1.850000e+01 |      --      |    Inf 
1133.35/1134.01	c  1077s|  4490k|    92 |   146 |  16M| 230 |   - | 316 |9348 |7113 |   0 |   0 |  11 |2383k|  30 | 1.850000e+01 |      --      |    Inf 
1136.14/1136.86	c  1080s|  4500k|    99 |   146 |  16M| 230 |   - | 316 |9353 |6767 |   0 |   0 |  11 |2389k|  30 | 1.850000e+01 |      --      |    Inf 
1139.14/1139.85	c  1083s|  4510k|    90 |   146 |  16M| 230 |   - | 316 |9346 |7005 |   0 |   0 |  11 |2394k|  30 | 1.850000e+01 |      --      |    Inf 
1141.34/1142.09	c  1085s|  4520k|   107 |   146 |  16M| 230 |   - | 316 |9340 |6190 |   0 |   0 |  11 |2399k|  30 | 1.850000e+01 |      --      |    Inf 
1143.53/1144.23	c  1087s|  4530k|   100 |   146 |  16M| 230 |   - | 316 |9363 |6472 |   0 |   0 |  11 |2405k|  30 | 1.850000e+01 |      --      |    Inf 
1145.84/1146.56	c  1089s|  4540k|    91 |   146 |  16M| 230 |   - | 316 |9414 |5843 |   0 |   0 |  11 |2410k|  30 | 1.850000e+01 |      --      |    Inf 
1148.13/1148.85	c  1091s|  4550k|    98 |   146 |  16M| 230 |   - | 316 |9368 |6338 |   0 |   0 |  11 |2415k|  30 | 1.850000e+01 |      --      |    Inf 
1150.63/1151.36	c  1093s|  4560k|   103 |   146 |  16M| 230 |   - | 316 |9384 |6342 |   0 |   0 |  11 |2420k|  30 | 1.850000e+01 |      --      |    Inf 
1153.24/1153.93	c  1096s|  4570k|    96 |   146 |  16M| 230 |   - | 316 |9398 |6783 |   0 |   0 |  11 |2425k|  30 | 1.850000e+01 |      --      |    Inf 
1155.83/1156.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1155.83/1156.56	c  1098s|  4580k|    87 |   146 |  16M| 230 |   - | 316 |9385 |6271 |   0 |   0 |  11 |2431k|  30 | 1.850000e+01 |      --      |    Inf 
1158.83/1159.58	c  1101s|  4590k|    96 |   146 |  16M| 230 |   - | 316 |9356 |6978 |   0 |   0 |  11 |2436k|  30 | 1.850000e+01 |      --      |    Inf 
1161.73/1162.48	c  1104s|  4600k|    95 |   146 |  16M| 230 |   - | 316 |9357 |6630 |   0 |   0 |  11 |2442k|  30 | 1.850000e+01 |      --      |    Inf 
1165.02/1165.79	c  1107s|  4610k|    97 |   146 |  16M| 230 |   - | 316 |9413 |6511 |   0 |   0 |  11 |2448k|  30 | 1.850000e+01 |      --      |    Inf 
1167.53/1168.27	c  1110s|  4620k|    98 |   146 |  16M| 230 |   - | 316 |9378 |6270 |   0 |   0 |  11 |2453k|  30 | 1.850000e+01 |      --      |    Inf 
1170.42/1171.13	c  1112s|  4630k|    93 |   146 |  16M| 230 |   - | 316 |9392 |6612 |   0 |   0 |  11 |2459k|  30 | 1.850000e+01 |      --      |    Inf 
1173.22/1173.96	c  1115s|  4640k|    91 |   146 |  16M| 230 |   - | 316 |9376 |6849 |   0 |   0 |  11 |2464k|  30 | 1.850000e+01 |      --      |    Inf 
1176.12/1176.85	c  1118s|  4650k|    90 |   146 |  16M| 230 |   - | 316 |9398 |6262 |   0 |   0 |  11 |2470k|  30 | 1.850000e+01 |      --      |    Inf 
1178.71/1179.44	c  1120s|  4660k|    92 |   146 |  16M| 230 |   - | 316 |9401 |6186 |   0 |   0 |  11 |2475k|  30 | 1.850000e+01 |      --      |    Inf 
1181.22/1181.97	c  1123s|  4670k|    91 |   146 |  16M| 230 |   - | 316 |9386 |6570 |   0 |   0 |  11 |2481k|  30 | 1.850000e+01 |      --      |    Inf 
1184.32/1185.06	c  1126s|  4680k|    85 |   146 |  16M| 230 |   - | 316 |9430 |6321 |   0 |   0 |  11 |2486k|  30 | 1.850000e+01 |      --      |    Inf 
1186.71/1187.42	c  1128s|  4690k|   101 |   146 |  16M| 230 |   - | 316 |9378 |6309 |   0 |   0 |  11 |2491k|  30 | 1.850000e+01 |      --      |    Inf 
1189.01/1189.70	c  1130s|  4700k|    89 |   146 |  16M| 230 |   - | 316 |9384 |6653 |   0 |   0 |  11 |2497k|  30 | 1.850000e+01 |      --      |    Inf 
1192.01/1192.72	c  1133s|  4710k|    85 |   146 |  16M| 230 |   - | 316 |9375 |7274 |   0 |   0 |  11 |2502k|  30 | 1.850000e+01 |      --      |    Inf 
1194.51/1195.28	c  1135s|  4720k|    91 |   146 |  16M| 230 |   - | 316 |9352 |6641 |   0 |   0 |  11 |2507k|  30 | 1.850000e+01 |      --      |    Inf 
1197.11/1197.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1197.11/1197.85	c  1138s|  4730k|    91 |   146 |  16M| 230 |   - | 316 |9364 |6522 |   0 |   0 |  11 |2513k|  30 | 1.850000e+01 |      --      |    Inf 
1199.61/1200.37	c  1140s|  4740k|    94 |   146 |  16M| 230 |   - | 316 |9372 |6114 |   0 |   0 |  11 |2518k|  30 | 1.850000e+01 |      --      |    Inf 
1202.20/1202.93	c  1143s|  4750k|    94 |   146 |  16M| 230 |   - | 316 |9347 |6871 |   0 |   0 |  11 |2523k|  30 | 1.850000e+01 |      --      |    Inf 
1204.60/1205.36	c  1145s|  4760k|    98 |   146 |  16M| 230 |   - | 316 |9352 |6438 |   0 |   0 |  11 |2529k|  30 | 1.850000e+01 |      --      |    Inf 
1207.21/1207.98	c  1147s|  4770k|    98 |   146 |  16M| 230 |   - | 316 |9401 |6288 |   0 |   0 |  11 |2534k|  30 | 1.850000e+01 |      --      |    Inf 
1209.60/1210.31	c  1150s|  4780k|   113 |   146 |  16M| 230 |   - | 316 |9345 |5919 |   0 |   0 |  11 |2539k|  30 | 1.850000e+01 |      --      |    Inf 
1211.80/1212.50	c  1152s|  4790k|    98 |   146 |  16M| 230 |   - | 316 |9351 |6158 |   0 |   0 |  11 |2545k|  30 | 1.850000e+01 |      --      |    Inf 
1214.20/1214.98	c  1154s|  4800k|   103 |   146 |  16M| 230 |   - | 316 |9387 |6525 |   0 |   0 |  11 |2550k|  30 | 1.850000e+01 |      --      |    Inf 
1216.90/1217.69	c  1157s|  4810k|    95 |   146 |  16M| 230 |   - | 316 |9397 |6348 |   0 |   0 |  11 |2555k|  30 | 1.850000e+01 |      --      |    Inf 
1219.60/1220.34	c  1159s|  4820k|   106 |   146 |  16M| 230 |   - | 316 |9385 |5943 |   0 |   0 |  11 |2561k|  30 | 1.850000e+01 |      --      |    Inf 
1222.40/1223.13	c  1162s|  4830k|    91 |   146 |  16M| 230 |   - | 316 |9414 |6281 |   0 |   0 |  11 |2566k|  30 | 1.850000e+01 |      --      |    Inf 
1225.19/1225.91	c  1164s|  4840k|    98 |   146 |  16M| 230 |   - | 316 |9418 |6167 |   0 |   0 |  11 |2571k|  30 | 1.850000e+01 |      --      |    Inf 
1228.09/1228.80	c  1167s|  4850k|    94 |   146 |  16M| 230 |   - | 316 |9378 |6288 |   0 |   0 |  11 |2577k|  30 | 1.850000e+01 |      --      |    Inf 
1231.30/1232.04	c  1170s|  4860k|    88 |   146 |  16M| 230 |   - | 316 |9378 |6627 |   0 |   0 |  11 |2582k|  30 | 1.850000e+01 |      --      |    Inf 
1234.39/1235.17	c  1173s|  4870k|    96 |   146 |  16M| 230 |   - | 316 |9384 |6464 |   0 |   0 |  11 |2588k|  30 | 1.850000e+01 |      --      |    Inf 
1237.19/1237.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.19/1237.96	c  1176s|  4880k|    91 |   146 |  16M| 230 |   - | 316 |9384 |6881 |   0 |   0 |  11 |2593k|  30 | 1.850000e+01 |      --      |    Inf 
1240.28/1241.05	c  1179s|  4890k|   113 |   146 |  16M| 230 |   - | 316 |9347 |6663 |   0 |   0 |  11 |2598k|  30 | 1.850000e+01 |      --      |    Inf 
1242.59/1243.30	c  1181s|  4900k|    98 |   146 |  16M| 230 |   - | 316 |9336 |7156 |   0 |   0 |  11 |2604k|  30 | 1.850000e+01 |      --      |    Inf 
1244.88/1245.66	c  1183s|  4910k|    89 |   146 |  16M| 230 |   - | 316 |9361 |6976 |   0 |   0 |  11 |2609k|  30 | 1.850000e+01 |      --      |    Inf 
1247.28/1248.09	c  1186s|  4920k|    91 |   146 |  16M| 230 |   - | 316 |9383 |6128 |   0 |   0 |  11 |2614k|  30 | 1.850000e+01 |      --      |    Inf 
1249.78/1250.55	c  1188s|  4930k|    95 |   146 |  16M| 230 |   - | 316 |9366 |5895 |   0 |   0 |  11 |2620k|  30 | 1.850000e+01 |      --      |    Inf 
1252.18/1252.91	c  1190s|  4940k|   100 |   146 |  16M| 230 |   - | 316 |9420 |5928 |   0 |   0 |  11 |2625k|  30 | 1.850000e+01 |      --      |    Inf 
1254.38/1255.16	c  1192s|  4950k|   100 |   146 |  16M| 230 |   - | 316 |9369 |6444 |   0 |   0 |  11 |2630k|  30 | 1.850000e+01 |      --      |    Inf 
1256.87/1257.69	c  1195s|  4960k|    94 |   146 |  16M| 230 |   - | 316 |9383 |6400 |   0 |   0 |  11 |2636k|  30 | 1.850000e+01 |      --      |    Inf 
1259.47/1260.21	c  1197s|  4970k|    90 |   146 |  16M| 230 |   - | 316 |9375 |7010 |   0 |   0 |  11 |2640k|  30 | 1.850000e+01 |      --      |    Inf 
1261.98/1262.72	c  1199s|  4980k|    89 |   146 |  16M| 230 |   - | 316 |9379 |6811 |   0 |   0 |  11 |2646k|  30 | 1.850000e+01 |      --      |    Inf 
1264.57/1265.36	c  1202s|  4990k|    97 |   146 |  16M| 230 |   - | 316 |9382 |6298 |   0 |   0 |  11 |2651k|  30 | 1.850000e+01 |      --      |    Inf 
1266.87/1267.62	c  1204s|  5000k|   104 |   146 |  16M| 230 |   - | 316 |9381 |6261 |   0 |   0 |  11 |2657k|  30 | 1.850000e+01 |      --      |    Inf 
1268.96/1269.74	c  1206s|  5010k|    99 |   146 |  16M| 230 |   - | 316 |9396 |6079 |   0 |   0 |  11 |2662k|  30 | 1.850000e+01 |      --      |    Inf 
1270.96/1271.79	c  1208s|  5020k|    90 |   146 |  16M| 230 |   - | 316 |9388 |6171 |   0 |   0 |  11 |2667k|  30 | 1.850000e+01 |      --      |    Inf 
1273.07/1273.84	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1273.07/1273.84	c  1210s|  5030k|    88 |   146 |  16M| 230 |   - | 316 |9401 |6590 |   0 |   0 |  11 |2672k|  30 | 1.850000e+01 |      --      |    Inf 
1275.66/1276.45	c  1212s|  5040k|    89 |   146 |  16M| 230 |   - | 316 |9388 |6446 |   0 |   0 |  11 |2677k|  30 | 1.850000e+01 |      --      |    Inf 
1278.06/1278.81	c  1215s|  5050k|   104 |   146 |  16M| 230 |   - | 316 |9376 |5994 |   0 |   0 |  11 |2683k|  30 | 1.850000e+01 |      --      |    Inf 
1280.26/1281.01	c  1217s|  5060k|    98 |   146 |  16M| 230 |   - | 316 |9373 |6258 |   0 |   0 |  11 |2688k|  30 | 1.850000e+01 |      --      |    Inf 
1282.46/1283.26	c  1219s|  5070k|    89 |   146 |  16M| 230 |   - | 316 |9364 |6673 |   0 |   0 |  11 |2693k|  30 | 1.850000e+01 |      --      |    Inf 
1284.66/1285.49	c  1221s|  5080k|    92 |   146 |  16M| 230 |   - | 316 |9400 |6285 |   0 |   0 |  11 |2699k|  30 | 1.850000e+01 |      --      |    Inf 
1287.75/1288.50	c  1224s|  5090k|   107 |   146 |  16M| 230 |   - | 316 |9333 |6323 |   0 |   0 |  11 |2704k|  30 | 1.850000e+01 |      --      |    Inf 
1289.95/1290.75	c  1226s|  5100k|   108 |   146 |  16M| 230 |   - | 316 |9367 |5958 |   0 |   0 |  11 |2710k|  30 | 1.850000e+01 |      --      |    Inf 
1292.35/1293.10	c  1228s|  5110k|   107 |   146 |  16M| 230 |   - | 316 |9344 |5902 |   0 |   0 |  11 |2715k|  30 | 1.850000e+01 |      --      |    Inf 
1295.05/1295.87	c  1231s|  5120k|   104 |   146 |  16M| 230 |   - | 316 |9341 |6279 |   0 |   0 |  11 |2720k|  30 | 1.850000e+01 |      --      |    Inf 
1297.95/1298.71	c  1234s|  5130k|   104 |   146 |  16M| 230 |   - | 316 |9364 |6113 |   0 |   0 |  11 |2726k|  30 | 1.850000e+01 |      --      |    Inf 
1300.86/1301.66	c  1236s|  5140k|    99 |   146 |  16M| 230 |   - | 316 |9343 |5925 |   0 |   0 |  11 |2731k|  30 | 1.850000e+01 |      --      |    Inf 
1303.64/1304.41	c  1239s|  5150k|   101 |   146 |  16M| 230 |   - | 316 |9343 |6094 |   0 |   0 |  11 |2736k|  30 | 1.850000e+01 |      --      |    Inf 
1306.34/1307.10	c  1242s|  5160k|    92 |   146 |  16M| 230 |   - | 316 |9367 |6243 |   0 |   0 |  11 |2741k|  30 | 1.850000e+01 |      --      |    Inf 
1308.85/1309.63	c  1244s|  5170k|    98 |   146 |  16M| 230 |   - | 316 |9367 |6040 |   0 |   0 |  11 |2746k|  30 | 1.850000e+01 |      --      |    Inf 
1311.44/1312.28	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1311.44/1312.28	c  1246s|  5180k|    93 |   146 |  16M| 230 |   - | 316 |9369 |6318 |   0 |   0 |  11 |2751k|  30 | 1.850000e+01 |      --      |    Inf 
1313.93/1314.73	c  1249s|  5190k|    95 |   146 |  16M| 230 |   - | 316 |9339 |6425 |   0 |   0 |  11 |2756k|  30 | 1.850000e+01 |      --      |    Inf 
1316.24/1317.03	c  1251s|  5200k|    91 |   146 |  16M| 230 |   - | 316 |9366 |6465 |   0 |   0 |  11 |2762k|  30 | 1.850000e+01 |      --      |    Inf 
1318.53/1319.36	c  1253s|  5210k|    90 |   146 |  16M| 230 |   - | 316 |9352 |6517 |   0 |   0 |  11 |2767k|  30 | 1.850000e+01 |      --      |    Inf 
1320.94/1321.79	c  1255s|  5220k|   103 |   146 |  16M| 230 |   - | 316 |9343 |6352 |   0 |   0 |  11 |2773k|  30 | 1.850000e+01 |      --      |    Inf 
1323.43/1324.29	c  1258s|  5230k|    94 |   146 |  16M| 230 |   - | 316 |9368 |6086 |   0 |   0 |  11 |2778k|  30 | 1.850000e+01 |      --      |    Inf 
1325.74/1326.51	c  1260s|  5240k|   101 |   146 |  16M| 230 |   - | 316 |9371 |6055 |   0 |   0 |  11 |2783k|  30 | 1.850000e+01 |      --      |    Inf 
1328.13/1328.92	c  1262s|  5250k|    95 |   146 |  16M| 230 |   - | 316 |9378 |6599 |   0 |   0 |  11 |2788k|  30 | 1.850000e+01 |      --      |    Inf 
1330.63/1331.43	c  1265s|  5260k|    94 |   146 |  16M| 230 |   - | 316 |9367 |6248 |   0 |   0 |  11 |2793k|  30 | 1.850000e+01 |      --      |    Inf 
1333.22/1334.10	c  1267s|  5270k|    86 |   146 |  16M| 230 |   - | 316 |9398 |6501 |   0 |   0 |  11 |2799k|  30 | 1.850000e+01 |      --      |    Inf 
1335.73/1336.55	c  1269s|  5280k|   106 |   146 |  16M| 230 |   - | 316 |9374 |6534 |   0 |   0 |  11 |2804k|  30 | 1.850000e+01 |      --      |    Inf 
1338.13/1338.92	c  1272s|  5290k|    92 |   146 |  16M| 230 |   - | 316 |9364 |6947 |   0 |   0 |  11 |2809k|  30 | 1.850000e+01 |      --      |    Inf 
1340.53/1341.37	c  1274s|  5300k|    93 |   146 |  16M| 230 |   - | 316 |9371 |6352 |   0 |   0 |  11 |2814k|  30 | 1.850000e+01 |      --      |    Inf 
1343.33/1344.13	c  1277s|  5310k|    88 |   146 |  16M| 230 |   - | 316 |9394 |6522 |   0 |   0 |  11 |2820k|  30 | 1.850000e+01 |      --      |    Inf 
1345.92/1346.77	c  1279s|  5320k|    86 |   146 |  16M| 230 |   - | 316 |9365 |7043 |   0 |   0 |  11 |2825k|  30 | 1.850000e+01 |      --      |    Inf 
1348.82/1349.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1348.82/1349.66	c  1282s|  5330k|    95 |   146 |  16M| 230 |   - | 316 |9375 |6548 |   0 |   0 |  11 |2830k|  30 | 1.850000e+01 |      --      |    Inf 
1351.62/1352.46	c  1285s|  5340k|    92 |   146 |  16M| 230 |   - | 316 |9498 |6362 |   0 |   0 |  11 |2835k|  30 | 1.850000e+01 |      --      |    Inf 
1354.71/1355.51	c  1288s|  5350k|    81 |   146 |  16M| 230 |   - | 316 |9458 |7008 |   0 |   0 |  11 |2840k|  30 | 1.850000e+01 |      --      |    Inf 
1357.91/1358.78	c  1291s|  5360k|   113 |   146 |  16M| 230 |   - | 316 |9326 |5777 |   0 |   0 |  11 |2845k|  30 | 1.850000e+01 |      --      |    Inf 
1361.91/1362.71	c  1294s|  5370k|    97 |   146 |  16M| 230 |   - | 316 |9348 |6845 |   0 |   0 |  11 |2850k|  30 | 1.850000e+01 |      --      |    Inf 
1364.00/1364.89	c  1296s|  5380k|    90 |   146 |  16M| 230 |   - | 316 |9361 |6798 |   0 |   0 |  11 |2855k|  30 | 1.850000e+01 |      --      |    Inf 
1366.41/1367.24	c  1299s|  5390k|    86 |   146 |  16M| 230 |   - | 316 |9390 |6968 |   0 |   0 |  11 |2861k|  30 | 1.850000e+01 |      --      |    Inf 
1368.71/1369.53	c  1301s|  5400k|    99 |   146 |  16M| 230 |   - | 316 |9362 |6182 |   0 |   0 |  11 |2866k|  30 | 1.850000e+01 |      --      |    Inf 
1370.90/1371.72	c  1303s|  5410k|    96 |   146 |  16M| 230 |   - | 316 |9356 |6187 |   0 |   0 |  11 |2871k|  30 | 1.850000e+01 |      --      |    Inf 
1373.11/1373.92	c  1305s|  5420k|    90 |   146 |  16M| 230 |   - | 316 |9347 |6213 |   0 |   0 |  11 |2876k|  30 | 1.850000e+01 |      --      |    Inf 
1375.41/1376.29	c  1307s|  5430k|    86 |   146 |  16M| 230 |   - | 316 |9343 |6053 |   0 |   0 |  11 |2881k|  30 | 1.850000e+01 |      --      |    Inf 
1377.70/1378.58	c  1309s|  5440k|   105 |   146 |  16M| 230 |   - | 316 |9363 |6084 |   0 |   0 |  11 |2887k|  30 | 1.850000e+01 |      --      |    Inf 
1380.00/1380.81	c  1312s|  5450k|   105 |   146 |  16M| 230 |   - | 316 |9352 |6350 |   0 |   0 |  11 |2892k|  30 | 1.850000e+01 |      --      |    Inf 
1382.20/1383.00	c  1314s|  5460k|   100 |   146 |  16M| 230 |   - | 316 |9356 |6286 |   0 |   0 |  11 |2898k|  30 | 1.850000e+01 |      --      |    Inf 
1384.40/1385.22	c  1316s|  5470k|    99 |   146 |  16M| 230 |   - | 316 |9344 |6475 |   0 |   0 |  11 |2904k|  30 | 1.850000e+01 |      --      |    Inf 
1386.59/1387.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1386.59/1387.49	c  1318s|  5480k|    95 |   146 |  16M| 230 |   - | 316 |9375 |6146 |   0 |   0 |  11 |2910k|  30 | 1.850000e+01 |      --      |    Inf 
1388.90/1389.75	c  1320s|  5490k|    88 |   146 |  16M| 230 |   - | 316 |9368 |6502 |   0 |   0 |  11 |2915k|  30 | 1.850000e+01 |      --      |    Inf 
1391.19/1392.08	c  1322s|  5500k|   109 |   146 |  16M| 230 |   - | 316 |9362 |6359 |   0 |   0 |  11 |2921k|  30 | 1.850000e+01 |      --      |    Inf 
1393.49/1394.38	c  1324s|  5510k|    87 |   146 |  16M| 230 |   - | 316 |9384 |6048 |   0 |   0 |  11 |2926k|  30 | 1.850000e+01 |      --      |    Inf 
1395.79/1396.68	c  1327s|  5520k|    91 |   146 |  16M| 230 |   - | 316 |9349 |6082 |   0 |   0 |  11 |2931k|  30 | 1.850000e+01 |      --      |    Inf 
1398.08/1398.97	c  1329s|  5530k|    90 |   146 |  16M| 230 |   - | 316 |9343 |6232 |   0 |   0 |  11 |2937k|  30 | 1.850000e+01 |      --      |    Inf 
1400.49/1401.38	c  1331s|  5540k|    95 |   146 |  16M| 230 |   - | 316 |9370 |6107 |   0 |   0 |  11 |2942k|  30 | 1.850000e+01 |      --      |    Inf 
1402.89/1403.72	c  1333s|  5550k|    87 |   146 |  16M| 230 |   - | 316 |9363 |7167 |   0 |   0 |  11 |2947k|  30 | 1.850000e+01 |      --      |    Inf 
1405.08/1405.95	c  1335s|  5560k|    92 |   146 |  16M| 230 |   - | 316 |9364 |6456 |   0 |   0 |  11 |2952k|  30 | 1.850000e+01 |      --      |    Inf 
1407.98/1408.82	c  1338s|  5570k|    86 |   146 |  16M| 230 |   - | 316 |9382 |6801 |   0 |   0 |  11 |2958k|  30 | 1.850000e+01 |      --      |    Inf 
1410.98/1411.88	c  1341s|  5580k|    91 |   146 |  16M| 230 |   - | 316 |9425 |7070 |   0 |   0 |  11 |2964k|  30 | 1.850000e+01 |      --      |    Inf 
1413.88/1414.80	c  1344s|  5590k|    94 |   146 |  16M| 230 |   - | 316 |9377 |6202 |   0 |   0 |  11 |2969k|  30 | 1.850000e+01 |      --      |    Inf 
1416.87/1417.80	c  1347s|  5600k|    89 |   146 |  16M| 230 |   - | 316 |9354 |6317 |   0 |   0 |  11 |2974k|  30 | 1.850000e+01 |      --      |    Inf 
1419.68/1420.53	c  1349s|  5610k|    99 |   146 |  16M| 230 |   - | 316 |9390 |6135 |   0 |   0 |  11 |2980k|  30 | 1.850000e+01 |      --      |    Inf 
1422.27/1423.15	c  1352s|  5620k|   100 |   146 |  16M| 230 |   - | 316 |9359 |6221 |   0 |   0 |  11 |2985k|  30 | 1.850000e+01 |      --      |    Inf 
1425.48/1426.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1425.48/1426.31	c  1355s|  5630k|    84 |   146 |  16M| 230 |   - | 316 |9394 |6400 |   0 |   0 |  11 |2990k|  30 | 1.850000e+01 |      --      |    Inf 
1428.27/1429.18	c  1358s|  5640k|    87 |   146 |  16M| 230 |   - | 316 |9393 |6010 |   0 |   0 |  11 |2996k|  30 | 1.850000e+01 |      --      |    Inf 
1430.78/1431.61	c  1360s|  5650k|    82 |   146 |  16M| 230 |   - | 316 |9413 |6670 |   0 |   0 |  11 |3001k|  30 | 1.850000e+01 |      --      |    Inf 
1433.68/1434.55	c  1363s|  5660k|    98 |   146 |  16M| 230 |   - | 316 |9360 |5928 |   0 |   0 |  11 |3006k|  30 | 1.850000e+01 |      --      |    Inf 
1436.46/1437.37	c  1365s|  5670k|    89 |   146 |  16M| 230 |   - | 316 |9365 |6556 |   0 |   0 |  11 |3011k|  30 | 1.850000e+01 |      --      |    Inf 
1438.97/1439.86	c  1368s|  5680k|    88 |   146 |  16M| 230 |   - | 316 |9426 |6344 |   0 |   0 |  11 |3015k|  30 | 1.850000e+01 |      --      |    Inf 
1441.56/1442.45	c  1370s|  5690k|    92 |   146 |  16M| 230 |   - | 316 |9397 |6412 |   0 |   0 |  11 |3020k|  30 | 1.850000e+01 |      --      |    Inf 
1444.66/1445.51	c  1373s|  5700k|    94 |   146 |  16M| 230 |   - | 316 |9340 |6309 |   0 |   0 |  11 |3025k|  30 | 1.850000e+01 |      --      |    Inf 
1447.96/1448.85	c  1376s|  5710k|    89 |   146 |  16M| 230 |   - | 316 |9369 |6906 |   0 |   0 |  11 |3030k|  30 | 1.850000e+01 |      --      |    Inf 
1450.76/1451.66	c  1379s|  5720k|    83 |   146 |  16M| 230 |   - | 316 |9381 |6842 |   0 |   0 |  11 |3036k|  30 | 1.850000e+01 |      --      |    Inf 
1453.56/1454.47	c  1382s|  5730k|    87 |   146 |  16M| 230 |   - | 316 |9373 |6036 |   0 |   0 |  11 |3040k|  30 | 1.850000e+01 |      --      |    Inf 
1456.67/1457.59	c  1385s|  5740k|    96 |   146 |  16M| 230 |   - | 316 |9356 |6550 |   0 |   0 |  11 |3046k|  30 | 1.850000e+01 |      --      |    Inf 
1460.05/1460.91	c  1388s|  5750k|    89 |   146 |  16M| 230 |   - | 316 |9364 |6693 |   0 |   0 |  11 |3051k|  30 | 1.850000e+01 |      --      |    Inf 
1462.65/1463.57	c  1390s|  5760k|    90 |   146 |  16M| 230 |   - | 316 |9345 |6861 |   0 |   0 |  11 |3056k|  30 | 1.850000e+01 |      --      |    Inf 
1465.36/1466.26	c  1393s|  5770k|    97 |   146 |  16M| 230 |   - | 316 |9357 |6167 |   0 |   0 |  11 |3062k|  30 | 1.850000e+01 |      --      |    Inf 
1467.95/1468.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.95/1468.87	c  1395s|  5780k|    91 |   146 |  16M| 230 |   - | 316 |9357 |6506 |   0 |   0 |  11 |3067k|  30 | 1.850000e+01 |      --      |    Inf 
1470.55/1471.47	c  1398s|  5790k|    86 |   146 |  16M| 230 |   - | 316 |9500 |6791 |   0 |   0 |  11 |3072k|  30 | 1.850000e+01 |      --      |    Inf 
1473.55/1474.49	c  1401s|  5800k|    85 |   146 |  16M| 230 |   - | 316 |9386 |6877 |   0 |   0 |  11 |3078k|  30 | 1.850000e+01 |      --      |    Inf 
1476.65/1477.57	c  1404s|  5810k|    83 |   146 |  16M| 230 |   - | 316 |9350 |7320 |   0 |   0 |  11 |3083k|  30 | 1.850000e+01 |      --      |    Inf 
1479.65/1480.58	c  1407s|  5820k|    88 |   146 |  16M| 230 |   - | 316 |9355 |6969 |   0 |   0 |  11 |3089k|  30 | 1.850000e+01 |      --      |    Inf 
1482.44/1483.31	c  1409s|  5830k|   100 |   146 |  16M| 230 |   - | 316 |9375 |6243 |   0 |   0 |  11 |3094k|  30 | 1.850000e+01 |      --      |    Inf 
1484.84/1485.77	c  1412s|  5840k|    88 |   146 |  16M| 230 |   - | 316 |9339 |7091 |   0 |   0 |  11 |3099k|  30 | 1.850000e+01 |      --      |    Inf 
1487.74/1488.67	c  1414s|  5850k|    90 |   146 |  16M| 230 |   - | 316 |9340 |7357 |   0 |   0 |  11 |3105k|  30 | 1.850000e+01 |      --      |    Inf 
1490.64/1491.57	c  1417s|  5860k|    82 |   146 |  16M| 230 |   - | 316 |9429 |6343 |   0 |   0 |  11 |3110k|  30 | 1.850000e+01 |      --      |    Inf 
1493.04/1493.95	c  1419s|  5870k|   109 |   146 |  16M| 230 |   - | 316 |9324 |5909 |   0 |   0 |  11 |3116k|  30 | 1.850000e+01 |      --      |    Inf 
1495.44/1496.31	c  1422s|  5880k|    93 |   146 |  16M| 230 |   - | 316 |9362 |6537 |   0 |   0 |  11 |3121k|  30 | 1.850000e+01 |      --      |    Inf 
1497.84/1498.73	c  1424s|  5890k|    96 |   146 |  16M| 230 |   - | 316 |9359 |6854 |   0 |   0 |  11 |3126k|  30 | 1.850000e+01 |      --      |    Inf 
1500.14/1501.04	c  1426s|  5900k|    97 |   146 |  16M| 230 |   - | 316 |9339 |6550 |   0 |   0 |  11 |3132k|  30 | 1.850000e+01 |      --      |    Inf 
1502.84/1503.71	c  1429s|  5910k|    87 |   146 |  16M| 230 |   - | 316 |9392 |6266 |   0 |   0 |  11 |3137k|  30 | 1.850000e+01 |      --      |    Inf 
1505.14/1506.09	c  1431s|  5920k|    86 |   146 |  16M| 230 |   - | 316 |9355 |7220 |   0 |   0 |  11 |3142k|  30 | 1.850000e+01 |      --      |    Inf 
1507.43/1508.33	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1507.43/1508.33	c  1433s|  5930k|    83 |   146 |  16M| 230 |   - | 316 |9373 |7093 |   0 |   0 |  11 |3147k|  30 | 1.850000e+01 |      --      |    Inf 
1509.93/1510.80	c  1435s|  5940k|    89 |   146 |  16M| 230 |   - | 316 |9363 |6273 |   0 |   0 |  11 |3152k|  30 | 1.850000e+01 |      --      |    Inf 
1512.43/1513.32	c  1438s|  5950k|   107 |   146 |  16M| 230 |   - | 316 |9362 |6082 |   0 |   0 |  11 |3157k|  30 | 1.850000e+01 |      --      |    Inf 
1514.73/1515.63	c  1440s|  5960k|    94 |   146 |  16M| 230 |   - | 316 |9396 |5959 |   0 |   0 |  11 |3163k|  30 | 1.850000e+01 |      --      |    Inf 
1517.42/1518.33	c  1442s|  5970k|    88 |   146 |  16M| 230 |   - | 316 |9380 |6362 |   0 |   0 |  11 |3168k|  30 | 1.850000e+01 |      --      |    Inf 
1520.13/1521.01	c  1445s|  5980k|    91 |   146 |  16M| 230 |   - | 316 |9383 |6833 |   0 |   0 |  11 |3174k|  30 | 1.850000e+01 |      --      |    Inf 
1522.83/1523.70	c  1448s|  5990k|    95 |   146 |  16M| 230 |   - | 316 |9378 |6134 |   0 |   0 |  11 |3179k|  30 | 1.850000e+01 |      --      |    Inf 
1524.83/1525.76	c  1450s|  6000k|    96 |   146 |  16M| 230 |   - | 316 |9379 |6253 |   0 |   0 |  11 |3184k|  30 | 1.850000e+01 |      --      |    Inf 
1527.12/1528.03	c  1452s|  6010k|   105 |   146 |  16M| 230 |   - | 316 |9382 |6064 |   0 |   0 |  11 |3189k|  30 | 1.850000e+01 |      --      |    Inf 
1529.42/1530.33	c  1454s|  6020k|    88 |   146 |  16M| 230 |   - | 316 |9401 |6773 |   0 |   0 |  11 |3194k|  30 | 1.850000e+01 |      --      |    Inf 
1531.81/1532.70	c  1456s|  6030k|    86 |   146 |  16M| 230 |   - | 316 |9407 |6490 |   0 |   0 |  11 |3199k|  30 | 1.850000e+01 |      --      |    Inf 
1534.22/1535.13	c  1458s|  6040k|    91 |   146 |  16M| 230 |   - | 316 |9459 |5937 |   0 |   0 |  11 |3204k|  30 | 1.850000e+01 |      --      |    Inf 
1536.51/1537.48	c  1461s|  6050k|    89 |   146 |  16M| 230 |   - | 316 |9452 |5901 |   0 |   0 |  11 |3209k|  30 | 1.850000e+01 |      --      |    Inf 
1539.02/1539.97	c  1463s|  6060k|    99 |   146 |  16M| 230 |   - | 316 |9376 |6274 |   0 |   0 |  11 |3215k|  30 | 1.850000e+01 |      --      |    Inf 
1541.32/1542.22	c  1465s|  6070k|   100 |   146 |  16M| 230 |   - | 316 |9391 |6195 |   0 |   0 |  11 |3220k|  30 | 1.850000e+01 |      --      |    Inf 
1543.32/1544.29	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1543.32/1544.29	c  1467s|  6080k|    99 |   146 |  16M| 230 |   - | 316 |9364 |6530 |   0 |   0 |  11 |3225k|  30 | 1.850000e+01 |      --      |    Inf 
1545.41/1546.40	c  1469s|  6090k|    88 |   146 |  16M| 230 |   - | 316 |9419 |6215 |   0 |   0 |  11 |3230k|  30 | 1.850000e+01 |      --      |    Inf 
1547.92/1548.87	c  1471s|  6100k|    87 |   146 |  16M| 230 |   - | 316 |9398 |6160 |   0 |   0 |  11 |3235k|  30 | 1.850000e+01 |      --      |    Inf 
1550.41/1551.32	c  1474s|  6110k|    94 |   146 |  16M| 230 |   - | 316 |9349 |6907 |   0 |   0 |  11 |3239k|  30 | 1.850000e+01 |      --      |    Inf 
1552.81/1553.74	c  1476s|  6120k|   103 |   146 |  16M| 230 |   - | 316 |9379 |6579 |   0 |   0 |  11 |3245k|  30 | 1.850000e+01 |      --      |    Inf 
1555.41/1556.35	c  1479s|  6130k|    89 |   146 |  16M| 230 |   - | 316 |9363 |6061 |   0 |   0 |  11 |3250k|  30 | 1.850000e+01 |      --      |    Inf 
1557.90/1558.86	c  1481s|  6140k|    93 |   146 |  16M| 230 |   - | 316 |9378 |5945 |   0 |   0 |  11 |3255k|  30 | 1.850000e+01 |      --      |    Inf 
1560.21/1561.17	c  1483s|  6150k|    85 |   146 |  16M| 230 |   - | 316 |9385 |6188 |   0 |   0 |  11 |3261k|  30 | 1.850000e+01 |      --      |    Inf 
1562.80/1563.73	c  1486s|  6160k|    91 |   146 |  16M| 230 |   - | 316 |  10k|6468 |   0 |   0 |  11 |3267k|  30 | 1.850000e+01 |      --      |    Inf 
1565.10/1566.07	c  1488s|  6170k|    97 |   146 |  16M| 230 |   - | 316 |9374 |6305 |   0 |   0 |  11 |3273k|  30 | 1.850000e+01 |      --      |    Inf 
1567.81/1568.74	c  1490s|  6180k|    85 |   146 |  16M| 230 |   - | 316 |9395 |6570 |   0 |   0 |  11 |3278k|  30 | 1.850000e+01 |      --      |    Inf 
1570.30/1571.22	c  1493s|  6190k|    81 |   146 |  16M| 230 |   - | 316 |9379 |6739 |   0 |   0 |  11 |3284k|  30 | 1.850000e+01 |      --      |    Inf 
1572.70/1573.62	c  1495s|  6200k|   105 |   146 |  16M| 230 |   - | 316 |9402 |5689 |   0 |   0 |  11 |3289k|  30 | 1.850000e+01 |      --      |    Inf 
1575.50/1576.40	c  1498s|  6210k|   102 |   146 |  16M| 230 |   - | 316 |9400 |5848 |   0 |   0 |  11 |3294k|  30 | 1.850000e+01 |      --      |    Inf 
1578.29/1579.21	c  1500s|  6220k|    91 |   146 |  16M| 230 |   - | 316 |9362 |6337 |   0 |   0 |  11 |3299k|  30 | 1.850000e+01 |      --      |    Inf 
1581.60/1582.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1581.60/1582.58	c  1504s|  6230k|   107 |   146 |  16M| 230 |   - | 316 |9371 |6688 |   0 |   0 |  11 |3305k|  30 | 1.850000e+01 |      --      |    Inf 
1585.09/1586.02	c  1507s|  6240k|    97 |   146 |  16M| 230 |   - | 316 |9349 |6088 |   0 |   0 |  11 |3310k|  30 | 1.850000e+01 |      --      |    Inf 
1588.49/1589.49	c  1510s|  6250k|    90 |   146 |  16M| 230 |   - | 316 |9396 |5933 |   0 |   0 |  11 |3315k|  30 | 1.850000e+01 |      --      |    Inf 
1592.09/1593.03	c  1514s|  6260k|    94 |   146 |  16M| 230 |   - | 316 |9365 |6596 |   0 |   0 |  11 |3320k|  30 | 1.850000e+01 |      --      |    Inf 
1595.69/1596.62	c  1517s|  6270k|   110 |   146 |  16M| 230 |   - | 316 |9358 |6129 |   0 |   0 |  11 |3325k|  30 | 1.850000e+01 |      --      |    Inf 
1599.09/1600.06	c  1520s|  6280k|    94 |   146 |  16M| 230 |   - | 316 |9388 |6261 |   0 |   0 |  11 |3331k|  30 | 1.850000e+01 |      --      |    Inf 
1602.58/1603.53	c  1524s|  6290k|    87 |   146 |  16M| 230 |   - | 316 |9368 |6260 |   0 |   0 |  11 |3336k|  30 | 1.850000e+01 |      --      |    Inf 
1606.09/1607.01	c  1527s|  6300k|    88 |   146 |  16M| 230 |   - | 316 |9427 |6315 |   0 |   0 |  11 |3341k|  30 | 1.850000e+01 |      --      |    Inf 
1609.58/1610.50	c  1530s|  6310k|    87 |   146 |  16M| 230 |   - | 316 |9465 |6457 |   0 |   0 |  11 |3346k|  30 | 1.850000e+01 |      --      |    Inf 
1613.08/1614.05	c  1534s|  6320k|    92 |   146 |  16M| 230 |   - | 316 |9389 |6100 |   0 |   0 |  11 |3351k|  30 | 1.850000e+01 |      --      |    Inf 
1616.08/1617.04	c  1537s|  6330k|    87 |   146 |  16M| 230 |   - | 316 |  10k|5929 |   0 |   0 |  11 |3357k|  30 | 1.850000e+01 |      --      |    Inf 
1618.98/1619.94	c  1539s|  6340k|    83 |   146 |  16M| 230 |   - | 316 |9385 |6863 |   0 |   0 |  11 |3362k|  30 | 1.850000e+01 |      --      |    Inf 
1621.98/1622.97	c  1542s|  6350k|    99 |   146 |  16M| 230 |   - | 316 |9371 |6448 |   0 |   0 |  11 |3367k|  30 | 1.850000e+01 |      --      |    Inf 
1624.88/1625.87	c  1545s|  6360k|    84 |   146 |  16M| 230 |   - | 316 |9423 |6511 |   0 |   0 |  11 |3372k|  30 | 1.850000e+01 |      --      |    Inf 
1627.68/1628.64	c  1548s|  6370k|    89 |   146 |  16M| 230 |   - | 316 |9407 |5918 |   0 |   0 |  11 |3377k|  30 | 1.850000e+01 |      --      |    Inf 
1630.77/1631.75	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1630.77/1631.75	c  1551s|  6380k|    85 |   146 |  16M| 230 |   - | 316 |9450 |5926 |   0 |   0 |  11 |3382k|  30 | 1.850000e+01 |      --      |    Inf 
1633.77/1634.74	c  1554s|  6390k|    82 |   146 |  16M| 230 |   - | 316 |9416 |6144 |   0 |   0 |  11 |3387k|  30 | 1.850000e+01 |      --      |    Inf 
1636.97/1638.00	c  1557s|  6400k|    84 |   146 |  16M| 230 |   - | 316 |9460 |6237 |   0 |   0 |  11 |3392k|  30 | 1.850000e+01 |      --      |    Inf 
1639.96/1640.97	c  1560s|  6410k|    85 |   146 |  16M| 230 |   - | 316 |9391 |6636 |   0 |   0 |  11 |3397k|  30 | 1.850000e+01 |      --      |    Inf 
1643.06/1644.08	c  1563s|  6420k|    84 |   146 |  16M| 230 |   - | 316 |9376 |6016 |   0 |   0 |  11 |3402k|  30 | 1.850000e+01 |      --      |    Inf 
1646.36/1647.38	c  1566s|  6430k|    83 |   146 |  16M| 230 |   - | 316 |9428 |6821 |   0 |   0 |  11 |3407k|  30 | 1.850000e+01 |      --      |    Inf 
1649.66/1650.64	c  1569s|  6440k|    80 |   146 |  16M| 230 |   - | 316 |9407 |6325 |   0 |   0 |  11 |3412k|  30 | 1.850000e+01 |      --      |    Inf 
1653.15/1654.15	c  1572s|  6450k|    92 |   146 |  16M| 230 |   - | 316 |9388 |6283 |   0 |   0 |  11 |3417k|  30 | 1.850000e+01 |      --      |    Inf 
1656.95/1657.93	c  1576s|  6460k|    88 |   146 |  16M| 230 |   - | 316 |9404 |6571 |   0 |   0 |  11 |3423k|  30 | 1.850000e+01 |      --      |    Inf 
1660.55/1661.56	c  1579s|  6470k|    84 |   146 |  16M| 230 |   - | 316 |9404 |6440 |   0 |   0 |  11 |3428k|  30 | 1.850000e+01 |      --      |    Inf 
1664.15/1665.12	c  1583s|  6480k|    94 |   146 |  16M| 230 |   - | 316 |9400 |6142 |   0 |   0 |  11 |3433k|  30 | 1.850000e+01 |      --      |    Inf 
1667.05/1668.07	c  1586s|  6490k|    88 |   146 |  16M| 230 |   - | 316 |9453 |6070 |   0 |   0 |  11 |3438k|  30 | 1.850000e+01 |      --      |    Inf 
1670.05/1671.07	c  1589s|  6500k|    93 |   146 |  16M| 230 |   - | 316 |9407 |6069 |   0 |   0 |  11 |3443k|  30 | 1.850000e+01 |      --      |    Inf 
1673.25/1674.21	c  1592s|  6510k|    83 |   146 |  16M| 230 |   - | 316 |9463 |6575 |   0 |   0 |  11 |3448k|  30 | 1.850000e+01 |      --      |    Inf 
1676.84/1677.83	c  1595s|  6520k|    84 |   146 |  16M| 230 |   - | 316 |9441 |6828 |   0 |   0 |  11 |3453k|  30 | 1.850000e+01 |      --      |    Inf 
1680.04/1681.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1680.04/1681.03	c  1598s|  6530k|    95 |   146 |  16M| 230 |   - | 316 |9362 |6475 |   0 |   0 |  11 |3458k|  30 | 1.850000e+01 |      --      |    Inf 
1682.74/1683.70	c  1601s|  6540k|    83 |   146 |  16M| 230 |   - | 316 |9391 |6522 |   0 |   0 |  11 |3464k|  30 | 1.850000e+01 |      --      |    Inf 
1685.34/1686.32	c  1603s|  6550k|    92 |   146 |  16M| 230 |   - | 316 |9363 |6760 |   0 |   0 |  11 |3469k|  30 | 1.850000e+01 |      --      |    Inf 
1688.04/1689.06	c  1606s|  6560k|    79 |   146 |  16M| 230 |   - | 316 |9382 |7312 |   0 |   0 |  11 |3474k|  30 | 1.850000e+01 |      --      |    Inf 
1690.84/1691.88	c  1608s|  6570k|   100 |   146 |  16M| 230 |   - | 316 |9397 |6156 |   0 |   0 |  11 |3480k|  30 | 1.850000e+01 |      --      |    Inf 
1693.44/1694.45	c  1611s|  6580k|   105 |   146 |  16M| 230 |   - | 316 |9353 |6225 |   0 |   0 |  11 |3485k|  30 | 1.850000e+01 |      --      |    Inf 
1695.64/1696.61	c  1613s|  6590k|    96 |   146 |  16M| 230 |   - | 316 |9376 |6038 |   0 |   0 |  11 |3490k|  30 | 1.850000e+01 |      --      |    Inf 
1697.63/1698.61	c  1615s|  6600k|    86 |   146 |  16M| 230 |   - | 316 |9354 |6312 |   0 |   0 |  11 |3495k|  30 | 1.850000e+01 |      --      |    Inf 
1699.83/1700.89	c  1617s|  6610k|    90 |   146 |  16M| 230 |   - | 316 |9343 |6467 |   0 |   0 |  11 |3500k|  30 | 1.850000e+01 |      --      |    Inf 
1702.33/1703.31	c  1619s|  6620k|    88 |   146 |  16M| 230 |   - | 316 |9374 |5859 |   0 |   0 |  11 |3505k|  30 | 1.850000e+01 |      --      |    Inf 
1704.74/1705.73	c  1622s|  6630k|    82 |   146 |  16M| 230 |   - | 316 |9388 |6556 |   0 |   0 |  11 |3510k|  30 | 1.850000e+01 |      --      |    Inf 
1707.23/1708.25	c  1624s|  6640k|    99 |   146 |  16M| 230 |   - | 316 |9346 |7081 |   0 |   0 |  11 |3515k|  30 | 1.850000e+01 |      --      |    Inf 
1710.13/1711.14	c  1627s|  6650k|    81 |   146 |  16M| 230 |   - | 316 |9388 |6709 |   0 |   0 |  11 |3520k|  30 | 1.850000e+01 |      --      |    Inf 
1712.62/1713.60	c  1629s|  6660k|    83 |   146 |  16M| 230 |   - | 316 |9359 |6957 |   0 |   0 |  11 |3526k|  30 | 1.850000e+01 |      --      |    Inf 
1715.33/1716.34	c  1632s|  6670k|    97 |   146 |  16M| 230 |   - | 316 |9370 |6463 |   0 |   0 |  11 |3531k|  30 | 1.850000e+01 |      --      |    Inf 
1718.02/1719.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.02/1719.02	c  1634s|  6680k|   101 |   146 |  16M| 230 |   - | 316 |9344 |6330 |   0 |   0 |  11 |3536k|  30 | 1.850000e+01 |      --      |    Inf 
1720.43/1721.44	c  1637s|  6690k|    98 |   146 |  16M| 230 |   - | 316 |9328 |7216 |   0 |   0 |  11 |3541k|  30 | 1.850000e+01 |      --      |    Inf 
1723.12/1724.12	c  1639s|  6700k|    87 |   146 |  16M| 230 |   - | 316 |9343 |7494 |   0 |   0 |  11 |3547k|  30 | 1.850000e+01 |      --      |    Inf 
1725.72/1726.75	c  1642s|  6710k|    83 |   146 |  16M| 230 |   - | 316 |9365 |7179 |   0 |   0 |  11 |3552k|  30 | 1.850000e+01 |      --      |    Inf 
1728.52/1729.52	c  1644s|  6720k|    95 |   146 |  16M| 230 |   - | 316 |9362 |6888 |   0 |   0 |  11 |3557k|  30 | 1.850000e+01 |      --      |    Inf 
1731.12/1732.10	c  1647s|  6730k|    83 |   146 |  16M| 230 |   - | 316 |9392 |7340 |   0 |   0 |  11 |3562k|  30 | 1.850000e+01 |      --      |    Inf 
1733.52/1734.52	c  1649s|  6740k|    84 |   146 |  16M| 230 |   - | 316 |9433 |6973 |   0 |   0 |  11 |3568k|  30 | 1.850000e+01 |      --      |    Inf 
1736.32/1737.39	c  1652s|  6750k|    87 |   146 |  16M| 230 |   - | 316 |9389 |7264 |   0 |   0 |  11 |3573k|  30 | 1.850000e+01 |      --      |    Inf 
1739.12/1740.11	c  1654s|  6760k|    92 |   146 |  16M| 230 |   - | 316 |9374 |6987 |   0 |   0 |  11 |3579k|  30 | 1.850000e+01 |      --      |    Inf 
1741.42/1742.49	c  1657s|  6770k|    90 |   146 |  16M| 230 |   - | 316 |9372 |7299 |   0 |   0 |  11 |3585k|  30 | 1.850000e+01 |      --      |    Inf 
1743.92/1744.91	c  1659s|  6780k|    94 |   146 |  16M| 230 |   - | 316 |9390 |6895 |   0 |   0 |  11 |3590k|  30 | 1.850000e+01 |      --      |    Inf 
1746.22/1747.26	c  1661s|  6790k|    84 |   146 |  16M| 230 |   - | 316 |9424 |6881 |   0 |   0 |  11 |3595k|  30 | 1.850000e+01 |      --      |    Inf 
1748.61/1749.60	c  1663s|  6800k|    91 |   146 |  16M| 230 |   - | 316 |9379 |6953 |   0 |   0 |  11 |3601k|  30 | 1.850000e+01 |      --      |    Inf 
1751.11/1752.15	c  1666s|  6810k|    95 |   146 |  16M| 230 |   - | 316 |9381 |6944 |   0 |   0 |  11 |3606k|  30 | 1.850000e+01 |      --      |    Inf 
1753.70/1754.73	c  1668s|  6820k|    91 |   146 |  16M| 230 |   - | 316 |9375 |6935 |   0 |   0 |  11 |3611k|  30 | 1.850000e+01 |      --      |    Inf 
1756.29/1757.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1756.29/1757.39	c  1671s|  6830k|    81 |   146 |  16M| 230 |   - | 316 |9385 |7012 |   0 |   0 |  11 |3616k|  30 | 1.850000e+01 |      --      |    Inf 
1759.08/1760.13	c  1673s|  6840k|    88 |   146 |  16M| 230 |   - | 316 |9404 |6984 |   0 |   0 |  11 |3621k|  30 | 1.850000e+01 |      --      |    Inf 
1761.78/1762.80	c  1676s|  6850k|    90 |   146 |  16M| 230 |   - | 316 |9410 |6697 |   0 |   0 |  11 |3626k|  30 | 1.850000e+01 |      --      |    Inf 
1764.27/1765.39	c  1678s|  6860k|    97 |   146 |  16M| 230 |   - | 316 |9410 |6724 |   0 |   0 |  11 |3632k|  30 | 1.850000e+01 |      --      |    Inf 
1766.87/1767.96	c  1681s|  6870k|    89 |   146 |  16M| 230 |   - | 316 |9529 |6837 |   0 |   0 |  11 |3637k|  30 | 1.850000e+01 |      --      |    Inf 
1769.57/1770.64	c  1683s|  6880k|    94 |   146 |  16M| 230 |   - | 316 |9409 |6920 |   0 |   0 |  11 |3643k|  30 | 1.850000e+01 |      --      |    Inf 
1772.27/1773.31	c  1686s|  6890k|    84 |   146 |  16M| 230 |   - | 316 |9412 |7220 |   0 |   0 |  11 |3649k|  30 | 1.850000e+01 |      --      |    Inf 
1774.87/1775.98	c  1688s|  6900k|    83 |   146 |  16M| 230 |   - | 316 |9415 |7146 |   0 |   0 |  11 |3654k|  30 | 1.850000e+01 |      --      |    Inf 
1777.57/1778.62	c  1691s|  6910k|    89 |   146 |  16M| 230 |   - | 316 |9391 |7159 |   0 |   0 |  11 |3660k|  30 | 1.850000e+01 |      --      |    Inf 
1779.76/1780.89	c  1693s|  6920k|    87 |   146 |  16M| 230 |   - | 316 |9384 |7258 |   0 |   0 |  11 |3666k|  30 | 1.850000e+01 |      --      |    Inf 
1782.26/1783.30	c  1695s|  6930k|    99 |   146 |  16M| 230 |   - | 316 |9342 |6535 |   0 |   0 |  11 |3671k|  30 | 1.850000e+01 |      --      |    Inf 
1784.36/1785.43	c  1697s|  6940k|    95 |   146 |  16M| 230 |   - | 316 |9347 |6844 |   0 |   0 |  11 |3676k|  30 | 1.850000e+01 |      --      |    Inf 
1786.76/1787.89	c  1700s|  6950k|    91 |   146 |  16M| 230 |   - | 316 |9357 |6408 |   0 |   0 |  11 |3681k|  30 | 1.850000e+01 |      --      |    Inf 
1789.06/1790.18	c  1702s|  6960k|    94 |   146 |  16M| 230 |   - | 316 |9371 |6292 |   0 |   0 |  11 |3687k|  30 | 1.850000e+01 |      --      |    Inf 
1791.36/1792.45	c  1704s|  6970k|    86 |   146 |  16M| 230 |   - | 316 |9355 |6510 |   0 |   0 |  11 |3693k|  30 | 1.850000e+01 |      --      |    Inf 
1793.75/1794.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1793.75/1794.80	c  1706s|  6980k|    83 |   146 |  16M| 230 |   - | 316 |9345 |6588 |   0 |   0 |  11 |3698k|  30 | 1.850000e+01 |      --      |    Inf 
1796.15/1797.21	c  1708s|  6990k|    82 |   146 |  16M| 230 |   - | 316 |9371 |6878 |   0 |   0 |  11 |3703k|  30 | 1.850000e+01 |      --      |    Inf 
1798.75/1799.81	c  1711s|  7000k|    97 |   146 |  16M| 230 |   - | 316 |9349 |6666 |   0 |   0 |  11 |3709k|  30 | 1.850000e+01 |      --      |    Inf 
1800.04/1801.10	c 
1800.04/1801.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1801.10	c Solving Time (sec) : 1712.08
1800.04/1801.10	c Solving Nodes      : 7004487
1800.04/1801.10	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1801.10	c Dual Bound         : +1.85000000000000e+01
1800.04/1801.10	c Gap                : infinite
1800.04/1801.10	c NODE         7004487
1800.04/1801.10	c DUAL BOUND   18.5
1800.04/1801.10	c PRIMAL BOUND 1e+20
1800.04/1801.10	c GAP          1e+20
1800.04/1801.10	s UNKNOWN
1800.04/1801.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1801.10	c Solving Time       :    1712.08
1800.04/1801.10	c Original Problem   :
1800.04/1801.10	c   Problem name     : HOME/instance-1884158-1245255129.opb
1800.04/1801.10	c   Variables        : 322 (322 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1801.10	c   Constraints      : 9322 initial, 9322 maximal
1800.04/1801.10	c Presolved Problem  :
1800.04/1801.10	c   Problem name     : t_HOME/instance-1884158-1245255129.opb
1800.04/1801.10	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1801.10	c   Constraints      : 9316 initial, 11732 maximal
1800.04/1801.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1801.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1801.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1801.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1801.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1801.10	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1801.10	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1801.10	c   linear           :       0.12          1          5          0          1          0          6        192        192
1800.04/1801.10	c   logicor          :       0.06          0          0          0          0          0          0          0          0
1800.04/1801.10	c   root node        :          -          1          -          -          1          -          -          -          -
1800.04/1801.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1801.10	c   integral         :          0          0          0          2          0          0          1          0          0          2
1800.04/1801.10	c   logicor          :       9316+         5   13685328          0          0    3591973   24555775          0          0          0
1800.04/1801.10	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1801.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1801.10	c   integral         :       0.75       0.00       0.00       0.75       0.00
1800.04/1801.10	c   logicor          :     495.82       0.00     495.82       0.00       0.00
1800.04/1801.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1801.10	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1801.10	c   rootredcost      :       7.36          0          0          0
1800.04/1801.10	c   pseudoobj        :     379.13   25775325          0          0
1800.04/1801.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1801.10	c   propagation      :      79.22    3591973    3591973    3591973       13.6     119464       12.4          -
1800.04/1801.10	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1801.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1801.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1801.10	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1801.10	c   applied globally :          -          -          -    3701584       13.5          -          -          -
1800.04/1801.10	c   applied locally  :          -          -          -       9747       33.7          -          -          -
1800.04/1801.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1801.10	c   cut pool         :       0.00          4          -          -         11          -    (maximal pool size: 69)
1800.04/1801.10	c   redcost          :       0.00          5          0          0          0          0
1800.04/1801.10	c   impliedbounds    :       0.00          5          0          0          0          0
1800.04/1801.10	c   intobj           :       0.00          0          0          0          0          0
1800.04/1801.10	c   gomory           :       0.50          5          0          0       2500          0
1800.04/1801.10	c   strongcg         :       0.50          5          0          0       2500          0
1800.04/1801.10	c   cmir             :       0.00          0          0          0          0          0
1800.04/1801.10	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1801.10	c   clique           :       0.00          1          0          0          0          0
1800.04/1801.10	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1801.10	c   mcf              :       0.02          1          0          0          0          0
1800.04/1801.10	c Pricers            :       Time      Calls       Vars
1800.04/1801.10	c   problem variables:       0.00          0          0
1800.04/1801.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1801.10	c   relpscost        :       0.75          2          0          1          0          0          2
1800.04/1801.10	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1801.10	c   inference        :     177.59    4622160          0          0          0          0    9244320
1800.04/1801.10	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1801.10	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1801.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1801.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1801.10	c   random           :       0.00          0          0          0          0          0          0
1800.04/1801.10	c Primal Heuristics  :       Time      Calls      Found
1800.04/1801.10	c   LP solutions     :       0.00          -          0
1800.04/1801.10	c   pseudo solutions :       0.00          -          0
1800.04/1801.10	c   simplerounding   :       0.00          0          0
1800.04/1801.10	c   rounding         :       0.00          0          0
1800.04/1801.10	c   shifting         :       0.00          0          0
1800.04/1801.10	c   intshifting      :       0.00          0          0
1800.04/1801.10	c   oneopt           :       0.00          0          0
1800.04/1801.10	c   fixandinfer      :       0.00          0          0
1800.04/1801.10	c   feaspump         :       0.00          0          0
1800.04/1801.10	c   coefdiving       :       0.00          0          0
1800.04/1801.10	c   pscostdiving     :       0.00          0          0
1800.04/1801.10	c   fracdiving       :       0.00          0          0
1800.04/1801.10	c   veclendiving     :       0.00          0          0
1800.04/1801.10	c   intdiving        :       0.00          0          0
1800.04/1801.10	c   actconsdiving    :       0.00          0          0
1800.04/1801.10	c   objpscostdiving  :       0.00          0          0
1800.04/1801.10	c   rootsoldiving    :       0.00          0          0
1800.04/1801.10	c   linesearchdiving :       0.00          0          0
1800.04/1801.10	c   guideddiving     :       0.00          0          0
1800.04/1801.10	c   octane           :       0.00          0          0
1800.04/1801.10	c   rens             :       0.00          0          0
1800.04/1801.10	c   rins             :       0.00          0          0
1800.04/1801.10	c   localbranching   :       0.00          0          0
1800.04/1801.10	c   mutation         :       0.00          0          0
1800.04/1801.10	c   crossover        :       0.00          0          0
1800.04/1801.10	c   dins             :       0.00          0          0
1800.04/1801.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1801.10	c   primal LP        :       0.02          0          0       0.00       0.00
1800.04/1801.10	c   dual LP          :       0.23          7        146      20.86     634.78
1800.04/1801.10	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1801.10	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1801.10	c   strong branching :       0.75         30        633      21.10     844.00
1800.04/1801.10	c     (at root node) :          -         30        633      21.10          -
1800.04/1801.10	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1801.10	c B&B Tree           :
1800.04/1801.10	c   number of runs   :          1
1800.04/1801.10	c   nodes            :    7004487
1800.04/1801.10	c   nodes (total)    :    7004487
1800.04/1801.10	c   nodes left       :        103
1800.04/1801.10	c   max depth        :        230
1800.04/1801.10	c   max depth (total):        230
1800.04/1801.10	c   backtracks       :    1758288 (25.1%)
1800.04/1801.10	c   delayed cutoffs  :    2239733
1800.04/1801.10	c   repropagations   :   11105795 (10676506 domain reductions, 1209647 cutoffs)
1800.04/1801.10	c   avg switch length:       4.19
1800.04/1801.10	c   switching time   :     344.13
1800.04/1801.10	c Solution           :
1800.04/1801.10	c   Solutions found  :          0 (0 improvements)
1800.04/1801.10	c   Primal Bound     :          -
1800.04/1801.10	c   Dual Bound       : +1.85000000000000e+01
1800.04/1801.10	c   Gap              :   infinite
1800.04/1801.10	c   Root Dual Bound  : +1.83793103448276e+01
1800.04/1801.16	c Time complete: 1800.1.

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-1884158-1245255129/watcher-1884158-1245255129 -o /tmp/evaluation-result-1884158-1245255129/solver-1884158-1245255129 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884158-1245255129.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 0.97 0.64 3/64 15339
/proc/meminfo: memFree=1851176/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=7616 CPUtime=0
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 633 0 0 0 0 0 0 0 18 0 1 0 193106736 7798784 618 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/15339/statm: 1904 627 353 1256 0 643 0

[startup+0.0105209 s]
/proc/loadavg: 1.00 0.97 0.64 3/64 15339
/proc/meminfo: memFree=1851176/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=10196 CPUtime=0
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 1511 0 0 0 0 0 0 0 18 0 1 0 193106736 10440704 1495 1992294400 4194304 9342243 548682068736 18446744073709551615 8223589 0 0 4096 0 0 0 0 17 0 0 0
/proc/15339/statm: 2549 1495 376 1256 0 1288 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10196

[startup+0.101538 s]
/proc/loadavg: 1.00 0.97 0.64 3/64 15339
/proc/meminfo: memFree=1851176/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=13060 CPUtime=0.09
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 2235 0 0 0 9 0 0 0 18 0 1 0 193106736 13373440 2219 1992294400 4194304 9342243 548682068736 18446744073709551615 8169773 0 0 4096 0 0 0 0 17 0 0 0
/proc/15339/statm: 3265 2219 376 1256 0 2004 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13060

[startup+0.301581 s]
/proc/loadavg: 1.00 0.97 0.64 3/64 15339
/proc/meminfo: memFree=1851176/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=31496 CPUtime=0.29
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 6912 0 0 0 26 3 0 0 19 0 1 0 193106736 32251904 6542 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 7874 6542 474 1256 0 6613 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31496

[startup+0.701667 s]
/proc/loadavg: 1.00 0.97 0.64 3/64 15339
/proc/meminfo: memFree=1851176/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=53108 CPUtime=0.69
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 11412 0 0 0 63 6 0 0 18 0 1 0 193106736 54382592 11005 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 13277 11005 632 1256 0 12016 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53108

[startup+1.50184 s]
/proc/loadavg: 1.00 0.97 0.64 2/65 15340
/proc/meminfo: memFree=1805920/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=56820 CPUtime=1.49
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 12847 0 0 0 142 7 0 0 25 0 1 0 193106736 58183680 12440 1992294400 4194304 9342243 548682068736 18446744073709551615 6088154 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14205 12440 642 1256 0 12944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56820

[startup+3.10118 s]
/proc/loadavg: 1.00 0.97 0.64 2/65 15340
/proc/meminfo: memFree=1800928/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=3.09
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17745 0 0 0 297 12 0 0 25 0 1 0 193106736 60137472 13119 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13119 666 1256 0 13421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58728

[startup+6.30187 s]
/proc/loadavg: 1.00 0.97 0.64 2/65 15340
/proc/meminfo: memFree=1800800/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=6.29
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17745 0 0 0 604 25 0 0 25 0 1 0 193106736 60137472 13119 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13119 666 1256 0 13421 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58728

[startup+12.7022 s]
/proc/loadavg: 1.00 0.97 0.65 2/65 15340
/proc/meminfo: memFree=1801192/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=12.69
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17747 0 0 0 1220 49 0 0 25 0 1 0 193106736 60137472 13121 1992294400 4194304 9342243 548682068736 18446744073709551615 4237238 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13121 666 1256 0 13421 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58728

[startup+25.502 s]
/proc/loadavg: 1.00 0.97 0.65 2/65 15340
/proc/meminfo: memFree=1801512/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=25.48
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17747 0 0 0 2435 113 0 0 25 0 1 0 193106736 60137472 13121 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13121 666 1256 0 13421 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58728

[startup+51.1015 s]
/proc/loadavg: 1.00 0.97 0.66 2/65 15340
/proc/meminfo: memFree=1801576/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=51.05
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17747 0 0 0 4849 256 0 0 25 0 1 0 193106736 60137472 13121 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13121 666 1256 0 13421 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 58728

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.67 2/65 15340
/proc/meminfo: memFree=1801512/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=102.22
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17749 0 0 0 9696 526 0 0 25 0 1 0 193106736 60137472 13123 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13123 666 1256 0 13421 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 58728

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.69 2/65 15340
/proc/meminfo: memFree=1801384/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=162.19
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17749 0 0 0 15395 824 0 0 25 0 1 0 193106736 60137472 13123 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13123 666 1256 0 13421 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 58728

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.71 2/65 15340
/proc/meminfo: memFree=1801256/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=222.16
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17749 0 0 0 21094 1122 0 0 25 0 1 0 193106736 60137472 13123 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13123 666 1256 0 13421 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 58728

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.72 2/65 15340
/proc/meminfo: memFree=1801128/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=282.12
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17750 0 0 0 26797 1415 0 0 25 0 1 0 193106736 60137472 13124 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13124 666 1256 0 13421 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 58728

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.74 2/65 15340
/proc/meminfo: memFree=1801000/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=342.09
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17775 0 0 0 32513 1696 0 0 25 0 1 0 193106736 60137472 13149 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13149 666 1256 0 13421 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 58728

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.75 2/65 15340
/proc/meminfo: memFree=1800936/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=402.06
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17775 0 0 0 38226 1980 0 0 25 0 1 0 193106736 60137472 13149 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13149 666 1256 0 13421 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 58728

[startup+462.302 s]
/proc/loadavg: 1.00 0.97 0.76 2/65 15340
/proc/meminfo: memFree=1800808/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=462.02
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17775 0 0 0 43914 2288 0 0 25 0 1 0 193106736 60137472 13149 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13149 666 1256 0 13421 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 58728

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.77 2/65 15340
/proc/meminfo: memFree=1800680/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=521.99
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17775 0 0 0 49622 2577 0 0 25 0 1 0 193106736 60137472 13149 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13149 666 1256 0 13421 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 58728

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.78 2/65 15340
/proc/meminfo: memFree=1800552/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=581.96
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17775 0 0 0 55340 2856 0 0 25 0 1 0 193106736 60137472 13149 1992294400 4194304 9342243 548682068736 18446744073709551615 5433480 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15339/statm: 14682 13149 666 1256 0 13421 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 58728

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.80 2/65 15340
/proc/meminfo: memFree=1800424/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=641.93
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17775 0 0 0 61020 3173 0 0 25 0 1 0 193106736 60137472 13149 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13149 666 1256 0 13421 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 58728

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 0.97 0.83 2/65 15340
/proc/meminfo: memFree=1800168/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=881.79
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17775 0 0 0 83797 4382 0 0 25 0 1 0 193106736 60137472 13149 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13149 666 1256 0 13421 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 58728

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.84 2/65 15340
/proc/meminfo: memFree=1800040/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=941.75
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17775 0 0 0 89492 4683 0 0 25 0 1 0 193106736 60137472 13149 1992294400 4194304 9342243 548682068736 18446744073709551615 4207855 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15339/statm: 14682 13149 666 1256 0 13421 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 58728

[startup+1002.3 s]
/proc/loadavg: 1.03 0.99 0.85 2/65 15340
/proc/meminfo: memFree=1799912/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1001.71
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17775 0 0 0 95215 4956 0 0 25 0 1 0 193106736 60137472 13149 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13149 666 1256 0 13421 0
Current children cumulated CPU time (s) 1001.71
Current children cumulated vsize (KiB) 58728

[startup+1062.3 s]
/proc/loadavg: 1.12 1.02 0.86 2/65 15340
/proc/meminfo: memFree=1799848/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1061.69
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17795 0 0 0 100918 5251 0 0 25 0 1 0 193106736 60137472 13169 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13169 666 1256 0 13421 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 58728

[startup+1122.3 s]
/proc/loadavg: 1.12 1.03 0.87 2/65 15340
/proc/meminfo: memFree=1799720/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1121.65
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17795 0 0 0 106608 5557 0 0 25 0 1 0 193106736 60137472 13169 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13169 666 1256 0 13421 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 58728

[startup+1182.3 s]
/proc/loadavg: 1.11 1.04 0.89 2/65 15340
/proc/meminfo: memFree=1799592/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1181.62
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17795 0 0 0 112314 5848 0 0 25 0 1 0 193106736 60137472 13169 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13169 666 1256 0 13421 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 58728

[startup+1242.3 s]
/proc/loadavg: 1.04 1.03 0.89 2/65 15340
/proc/meminfo: memFree=1799400/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1241.58
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17795 0 0 0 118030 6128 0 0 25 0 1 0 193106736 60137472 13169 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13169 666 1256 0 13421 0
Current children cumulated CPU time (s) 1241.58
Current children cumulated vsize (KiB) 58728

[startup+1302.3 s]
/proc/loadavg: 1.01 1.02 0.90 2/65 15340
/proc/meminfo: memFree=1799272/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1301.55
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17795 0 0 0 123713 6442 0 0 25 0 1 0 193106736 60137472 13169 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13169 666 1256 0 13421 0
Current children cumulated CPU time (s) 1301.55
Current children cumulated vsize (KiB) 58728

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 0.90 2/65 15340
/proc/meminfo: memFree=1799144/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1361.5
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17795 0 0 0 129423 6727 0 0 25 0 1 0 193106736 60137472 13169 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13169 666 1256 0 13421 0
Current children cumulated CPU time (s) 1361.5
Current children cumulated vsize (KiB) 58728

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 0.91 2/65 15340
/proc/meminfo: memFree=1799016/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1421.48
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17795 0 0 0 135111 7037 0 0 25 0 1 0 193106736 60137472 13169 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13169 666 1256 0 13421 0
Current children cumulated CPU time (s) 1421.48
Current children cumulated vsize (KiB) 58728

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 15340
/proc/meminfo: memFree=1798952/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1481.44
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17795 0 0 0 140843 7301 0 0 25 0 1 0 193106736 60137472 13169 1992294400 4194304 9342243 548682068736 18446744073709551615 4268735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15339/statm: 14682 13169 666 1256 0 13421 0
Current children cumulated CPU time (s) 1481.44
Current children cumulated vsize (KiB) 58728

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 15340
/proc/meminfo: memFree=1798888/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1541.41
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17795 0 0 0 146540 7601 0 0 25 0 1 0 193106736 60137472 13169 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13169 666 1256 0 13421 0
Current children cumulated CPU time (s) 1541.41
Current children cumulated vsize (KiB) 58728

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 15340
/proc/meminfo: memFree=1798760/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1601.39
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17825 0 0 0 152271 7868 0 0 25 0 1 0 193106736 60137472 13199 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13199 666 1256 0 13421 0
Current children cumulated CPU time (s) 1601.39
Current children cumulated vsize (KiB) 58728

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 15340
/proc/meminfo: memFree=1798504/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1661.35
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17880 0 0 0 158030 8105 0 0 25 0 1 0 193106736 60137472 13254 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13254 666 1256 0 13421 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 58728

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 15340
/proc/meminfo: memFree=1798376/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1721.33
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17880 0 0 0 163759 8374 0 0 25 0 1 0 193106736 60137472 13254 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13254 666 1256 0 13421 0
Current children cumulated CPU time (s) 1721.33
Current children cumulated vsize (KiB) 58728

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 15340
/proc/meminfo: memFree=1798248/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1781.26
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17880 0 0 0 169447 8679 0 0 25 0 1 0 193106736 60137472 13254 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13254 666 1256 0 13421 0
Current children cumulated CPU time (s) 1781.26
Current children cumulated vsize (KiB) 58728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 15340
/proc/meminfo: memFree=1798248/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1800.04
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17880 0 0 0 171226 8778 0 0 25 0 1 0 193106736 60137472 13254 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13254 666 1256 0 13421 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 58728

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

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

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 15340
/proc/meminfo: memFree=1798248/2055920 swapFree=4162476/4192956
[pid=15339] ppid=15337 vsize=58728 CPUtime=1800.04
/proc/15339/stat : 15339 (pbscip.linux.x8) R 15337 15339 15259 0 -1 4194304 17880 0 0 0 171226 8778 0 0 25 0 1 0 193106736 60137472 13254 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/15339/statm: 14682 13254 666 1256 0 13421 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 58728

Child status: 0
Real time (s): 1801.16
CPU time (s): 1800.11
CPU user time (s): 1712.31
CPU system time (s): 87.7986
CPU usage (%): 99.9417
Max. virtual memory (cumulated for all children) (KiB): 64892

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

runsolver used 1.88971 second user time and 4.72128 second system time

The end

Launcher Data

Begin job on node71 at 2009-06-17 18:12:09
IDJOB=1884158
IDBENCH=71929
IDSOLVER=684
FILE ID=node71/1884158-1245255129
PBS_JOBID= 9372390
Free space on /tmp= 66472 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/pebbling/unsat-pbl-00090.sat05-1326.reshuffled-07.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-1884158-1245255129/watcher-1884158-1245255129 -o /tmp/evaluation-result-1884158-1245255129/solver-1884158-1245255129 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884158-1245255129.opb

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

MD5SUM BENCH= ec17b84ae2a5fe77f5fb05decd244aff
RANDOM SEED=1357733145

node71.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.277
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.277
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:       1852304 kB
Buffers:         11340 kB
Cached:         107084 kB
SwapCached:      24580 kB
Active:          40744 kB
Inactive:       105024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852304 kB
SwapTotal:     4192956 kB
SwapFree:      4162476 kB
Dirty:           12336 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            43740 kB
Committed_AS:    95568 kB
PageTables:       1440 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= 66460 MiB
End job on node71 at 2009-06-17 18:42:12