Trace number 1884507

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)UNSAT 1148.29 1148.65

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/
sgen/unsat/sgen1-unsat-73-100.opb
MD5SUM34682c343af933d482b76bdabed0742d
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 benchmark16.6745
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables73
Total number of constraints156
Number of constraints which are clauses156
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 constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1884507-1245259081.opb>
0.00/0.01	c original problem has 73 variables (73 bin, 0 int, 0 impl, 0 cont) and 156 constraints
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 156 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (2 rounds):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 73 variables (73 bin, 0 int, 0 impl, 0 cont) and 156 constraints
0.00/0.02	c     156 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.00
0.00/0.02	c PURESAT
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/flowcover/freq = c -1
0.00/0.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/cmir/freq = c -1
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/veclendiving/maxlpiterofs = c 1500
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.00/0.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/veclendiving/freq = c -1
0.00/0.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/simplerounding/freq = c -1
0.00/0.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/shifting/freq = c -1
0.00/0.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/rounding/freq = c -1
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.00/0.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/rootsoldiving/freq = c -1
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/rens/nodesofs = c 2000
0.00/0.02	c # minimum percentage of integer variables that have to be fixable 
0.00/0.02	c # [type: real, range: [0,1], default: 0.5]
0.00/0.02	c heuristics/rens/minfixingrate = c 0.3
0.00/0.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/rens/freq = c -1
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.00/0.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/pscostdiving/freq = c -1
0.00/0.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/oneopt/freq = c -1
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.00/0.02	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.02	c # [type: real, range: [0,1], default: 0.01]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.00/0.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/objpscostdiving/freq = c -1
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.00/0.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/linesearchdiving/freq = c -1
0.00/0.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/intshifting/freq = c -1
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/intdiving/maxlpiterquot = c 0.075
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/guideddiving/maxlpiterofs = c 1500
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.00/0.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/guideddiving/freq = c -1
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/fracdiving/maxlpiterofs = c 1500
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.00/0.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/fracdiving/freq = c -1
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/feaspump/maxlpiterofs = c 2000
0.00/0.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/feaspump/freq = c -1
0.00/0.02	c # minimum percentage of integer variables that have to be fixed 
0.00/0.02	c # [type: real, range: [0,1], default: 0.666]
0.00/0.02	c heuristics/crossover/minfixingrate = c 0.5
0.00/0.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.02	c # [type: real, range: [0,1], default: 0.1]
0.00/0.02	c heuristics/crossover/nodesquot = c 0.15
0.00/0.02	c # number of nodes without incumbent change that heuristic should wait
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.02	c heuristics/crossover/nwaitingnodes = c 100
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/crossover/nodesofs = c 750
0.00/0.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.02	c heuristics/crossover/freq = c -1
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/coefdiving/maxlpiterofs = c 1500
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.00/0.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/coefdiving/freq = c -1
0.00/0.02	c # priority of node selection rule <dfs> in standard mode
0.00/0.02	c # [type: int, range: [-536870912,536870911], default: 0]
0.00/0.02	c nodeselection/dfs/stdpriority = c 1000000
0.00/0.02	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c presolving/probing/maxrounds = c 0
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = c TRUE
0.00/0.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c constraints/knapsack/disaggregation = c FALSE
0.00/0.02	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c constraints/knapsack/maxnumcardlift = c 0
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = c TRUE
0.00/0.02	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/maxroundsroot = c 5
0.00/0.02	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.02	c separating/maxrounds = c 1
0.00/0.02	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.00/0.02	c # [type: char, range: {lafpsqd}, default: l]
0.00/0.02	c lp/pricing = c a
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = c 0
0.00/0.02	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c limits/solutions = c 1
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = c 1620
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = c 1791
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = c 10000
0.00/0.02	c # should enforcement of pseudo solution be disabled?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/disableenfops = c TRUE
0.00/0.02	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c constraints/agelimit = c 1
0.00/0.02	c # should binary conflicts be preferred?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c conflict/preferbinary = c TRUE
0.00/0.02	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c conflict/interconss = c 0
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving problem
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    74 | 427k|   0 |  73 |  73 | 156 | 156 |  73 | 156 |   0 |   0 |   0 | 2.433333e+01 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |   135 | 435k|   0 |  33 |  73 | 156 | 156 |  73 | 174 |  18 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   140 | 443k|   0 |  24 |  73 | 156 | 156 |  73 | 176 |  20 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   156 | 448k|   0 |  39 |  73 | 156 | 156 |  73 | 179 |  23 |   0 |   0 | 3.614286e+01 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   172 | 480k|   0 |  30 |  73 | 156 | 156 |  73 | 182 |  26 |   0 |   0 | 3.700000e+01 |      --      |    Inf 
0.04/0.06	c   0.1s|     1 |     0 |   184 | 515k|   0 |  44 |  73 | 156 | 156 |  73 | 184 |  28 |   0 |   0 | 3.700000e+01 |      --      |    Inf 
0.04/0.10	c   0.1s|     1 |     2 |   184 | 515k|   0 |  44 |  73 | 156 | 156 |  73 | 184 |  28 |   0 |  33 | 3.700000e+01 |      --      |    Inf 
1.78/1.89	c   1.7s| 10000 |    21 |   184 | 590k|  33 |   - |  73 | 204 |  52 |   0 |   0 |  28 |6551 |  33 | 3.700000e+01 |      --      |    Inf 
3.79/3.80	c   3.4s| 20000 |    20 |   184 | 588k|  33 |   - |  73 | 198 |  93 |   0 |   0 |  28 |  13k|  33 | 3.700000e+01 |      --      |    Inf 
5.69/5.73	c   5.0s| 30000 |    15 |   184 | 595k|  33 |   - |  73 | 217 | 100 |   0 |   0 |  28 |  19k|  33 | 3.700000e+01 |      --      |    Inf 
7.58/7.66	c   6.7s| 40000 |    15 |   184 | 597k|  33 |   - |  73 | 205 |  53 |   0 |   0 |  28 |  26k|  33 | 3.700000e+01 |      --      |    Inf 
9.68/9.71	c   8.5s| 50000 |    17 |   184 | 602k|  33 |   - |  73 | 220 |  80 |   0 |   0 |  28 |  33k|  33 | 3.700000e+01 |      --      |    Inf 
12.38/12.48	c  10.9s| 60000 |    17 |   184 | 608k|  33 |   - |  73 | 233 |  81 |   0 |   0 |  28 |  39k|  33 | 3.700000e+01 |      --      |    Inf 
14.58/14.62	c  12.8s| 70000 |    12 |   184 | 609k|  33 |   - |  73 | 236 |  58 |   0 |   0 |  28 |  46k|  33 | 3.700000e+01 |      --      |    Inf 
16.58/16.62	c  14.6s| 80000 |    16 |   184 | 600k|  33 |   - |  73 | 204 |  82 |   0 |   0 |  28 |  53k|  33 | 3.700000e+01 |      --      |    Inf 
18.48/18.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.48/18.55	c  16.2s| 90000 |    17 |   184 | 612k|  33 |   - |  73 | 235 |  86 |   0 |   0 |  28 |  59k|  33 | 3.700000e+01 |      --      |    Inf 
20.38/20.44	c  17.9s|100000 |    18 |   184 | 605k|  33 |   - |  73 | 215 |  86 |   0 |   0 |  28 |  66k|  33 | 3.700000e+01 |      --      |    Inf 
22.28/22.34	c  19.5s|110000 |    17 |   184 | 613k|  33 |   - |  73 | 235 |  74 |   0 |   0 |  28 |  73k|  33 | 3.700000e+01 |      --      |    Inf 
24.08/24.17	c  21.1s|120000 |    18 |   184 | 603k|  33 |   - |  73 | 197 |  57 |   0 |   0 |  28 |  79k|  33 | 3.700000e+01 |      --      |    Inf 
26.07/26.13	c  22.9s|130000 |    18 |   184 | 611k|  33 |   - |  73 | 215 |  57 |   0 |   0 |  28 |  86k|  33 | 3.700000e+01 |      --      |    Inf 
27.98/28.02	c  24.5s|140000 |    15 |   184 | 612k|  33 |   - |  73 | 225 |  84 |   0 |   0 |  28 |  93k|  33 | 3.700000e+01 |      --      |    Inf 
29.88/29.94	c  26.1s|150000 |    21 |   184 | 622k|  36 |   - |  73 | 243 |  35 |   0 |   0 |  28 |  99k|  33 | 3.700000e+01 |      --      |    Inf 
31.88/31.91	c  27.8s|160000 |    15 |   184 | 621k|  36 |   - |  73 | 243 |  52 |   0 |   0 |  28 | 106k|  33 | 3.700000e+01 |      --      |    Inf 
33.78/33.85	c  29.5s|170000 |    19 |   184 | 613k|  36 |   - |  73 | 215 |  58 |   0 |   0 |  28 | 113k|  33 | 3.700000e+01 |      --      |    Inf 
35.77/35.82	c  31.2s|180000 |    19 |   184 | 620k|  36 |   - |  73 | 239 |  66 |   0 |   0 |  28 | 120k|  33 | 3.700000e+01 |      --      |    Inf 
37.67/37.74	c  32.9s|190000 |    18 |   184 | 613k|  36 |   - |  73 | 211 |  35 |   0 |   0 |  28 | 126k|  33 | 3.700000e+01 |      --      |    Inf 
39.58/39.70	c  34.6s|200000 |    19 |   184 | 620k|  36 |   - |  73 | 232 |  46 |   0 |   0 |  28 | 133k|  33 | 3.700000e+01 |      --      |    Inf 
41.58/41.66	c  36.3s|210000 |    16 |   184 | 624k|  36 |   - |  73 | 251 |  54 |   0 |   0 |  28 | 140k|  33 | 3.700000e+01 |      --      |    Inf 
43.58/43.64	c  38.0s|220000 |    17 |   184 | 618k|  36 |   - |  73 | 228 |  39 |   0 |   0 |  28 | 147k|  33 | 3.700000e+01 |      --      |    Inf 
45.67/45.73	c  39.8s|230000 |    10 |   184 | 625k|  36 |   - |  73 | 254 |  36 |   0 |   0 |  28 | 154k|  33 | 3.700000e+01 |      --      |    Inf 
47.57/47.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.57/47.63	c  41.5s|240000 |    19 |   184 | 619k|  36 |   - |  73 | 227 |  46 |   0 |   0 |  28 | 160k|  33 | 3.700000e+01 |      --      |    Inf 
49.48/49.52	c  43.1s|250000 |    17 |   184 | 624k|  36 |   - |  73 | 243 |  62 |   0 |   0 |  28 | 167k|  33 | 3.700000e+01 |      --      |    Inf 
51.37/51.40	c  44.7s|260000 |    21 |   184 | 614k|  36 |   - |  73 | 211 |  69 |   0 |   0 |  28 | 174k|  33 | 3.700000e+01 |      --      |    Inf 
53.16/53.21	c  46.3s|270000 |    14 |   184 | 622k|  36 |   - |  73 | 237 |  50 |   0 |   0 |  28 | 181k|  33 | 3.700000e+01 |      --      |    Inf 
54.97/55.06	c  47.9s|280000 |    20 |   184 | 614k|  36 |   - |  73 | 213 |  67 |   0 |   0 |  28 | 188k|  33 | 3.700000e+01 |      --      |    Inf 
56.76/56.87	c  49.4s|290000 |    17 |   184 | 626k|  36 |   - |  73 | 245 |  35 |   0 |   0 |  28 | 195k|  33 | 3.700000e+01 |      --      |    Inf 
58.67/58.73	c  51.0s|300000 |    12 |   184 | 630k|  36 |   - |  73 | 261 |  54 |   0 |   0 |  28 | 202k|  33 | 3.700000e+01 |      --      |    Inf 
60.57/60.65	c  52.7s|310000 |    16 |   184 | 632k|  36 |   - |  73 | 266 |  55 |   0 |   0 |  28 | 209k|  33 | 3.700000e+01 |      --      |    Inf 
62.56/62.60	c  54.4s|320000 |    18 |   184 | 620k|  36 |   - |  73 | 226 |  62 |   0 |   0 |  28 | 216k|  33 | 3.700000e+01 |      --      |    Inf 
64.46/64.56	c  56.0s|330000 |    15 |   184 | 623k|  36 |   - |  73 | 237 |  55 |   0 |   0 |  28 | 222k|  33 | 3.700000e+01 |      --      |    Inf 
66.46/66.52	c  57.7s|340000 |    18 |   184 | 617k|  36 |   - |  73 | 219 |  85 |   0 |   0 |  28 | 229k|  33 | 3.700000e+01 |      --      |    Inf 
68.37/68.47	c  59.4s|350000 |    17 |   184 | 623k|  36 |   - |  73 | 236 |  60 |   0 |   0 |  28 | 236k|  33 | 3.700000e+01 |      --      |    Inf 
70.37/70.46	c  61.1s|360000 |    18 |   184 | 619k|  36 |   - |  73 | 226 |  96 |   0 |   0 |  28 | 243k|  33 | 3.700000e+01 |      --      |    Inf 
72.37/72.40	c  62.8s|370000 |    17 |   184 | 631k|  36 |   - |  73 | 260 |  56 |   0 |   0 |  28 | 249k|  33 | 3.700000e+01 |      --      |    Inf 
74.26/74.38	c  64.6s|380000 |    15 |   184 | 625k|  36 |   - |  73 | 237 |  36 |   0 |   0 |  28 | 256k|  33 | 3.700000e+01 |      --      |    Inf 
76.26/76.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.26/76.30	c  66.2s|390000 |    16 |   184 | 628k|  36 |   - |  73 | 252 |  79 |   0 |   0 |  28 | 263k|  33 | 3.700000e+01 |      --      |    Inf 
78.16/78.24	c  67.9s|400000 |    16 |   184 | 625k|  36 |   - |  73 | 238 |  49 |   0 |   0 |  28 | 269k|  33 | 3.700000e+01 |      --      |    Inf 
80.06/80.11	c  69.5s|410000 |    15 |   184 | 629k|  36 |   - |  73 | 253 |  57 |   0 |   0 |  28 | 276k|  33 | 3.700000e+01 |      --      |    Inf 
81.96/82.08	c  71.2s|420000 |    14 |   184 | 623k|  36 |   - |  73 | 235 |  53 |   0 |   0 |  28 | 283k|  33 | 3.700000e+01 |      --      |    Inf 
83.86/83.96	c  72.8s|430000 |    16 |   184 | 616k|  36 |   - |  73 | 204 |  55 |   0 |   0 |  28 | 289k|  33 | 3.700000e+01 |      --      |    Inf 
85.87/85.92	c  74.5s|440000 |    18 |   184 | 620k|  36 |   - |  73 | 215 |  45 |   0 |   0 |  28 | 296k|  33 | 3.700000e+01 |      --      |    Inf 
87.76/87.81	c  76.2s|450000 |    17 |   184 | 624k|  36 |   - |  73 | 228 |  67 |   0 |   0 |  28 | 303k|  33 | 3.700000e+01 |      --      |    Inf 
89.66/89.72	c  77.9s|460000 |    14 |   184 | 623k|  36 |   - |  73 | 226 |  40 |   0 |   0 |  28 | 310k|  33 | 3.700000e+01 |      --      |    Inf 
91.45/91.57	c  79.5s|470000 |    16 |   184 | 623k|  36 |   - |  73 | 223 |  37 |   0 |   0 |  28 | 316k|  33 | 3.700000e+01 |      --      |    Inf 
93.36/93.46	c  81.1s|480000 |    18 |   184 | 622k|  36 |   - |  73 | 223 |  60 |   0 |   0 |  28 | 323k|  33 | 3.700000e+01 |      --      |    Inf 
95.15/95.27	c  82.7s|490000 |    16 |   184 | 629k|  36 |   - |  73 | 241 |  41 |   0 |   0 |  28 | 330k|  33 | 3.700000e+01 |      --      |    Inf 
97.15/97.22	c  84.3s|500000 |    15 |   184 | 636k|  36 |   - |  73 | 263 |  35 |   0 |   0 |  28 | 337k|  33 | 3.700000e+01 |      --      |    Inf 
98.96/99.08	c  85.9s|510000 |    11 |   184 | 641k|  36 |   - |  73 | 278 |  29 |   0 |   0 |  28 | 344k|  33 | 3.700000e+01 |      --      |    Inf 
100.85/100.99	c  87.6s|520000 |    17 |   184 | 616k|  36 |   - |  73 | 201 |  50 |   0 |   0 |  28 | 351k|  33 | 3.700000e+01 |      --      |    Inf 
102.86/102.90	c  89.2s|530000 |    16 |   184 | 622k|  36 |   - |  73 | 222 |  70 |   0 |   0 |  28 | 357k|  33 | 3.700000e+01 |      --      |    Inf 
104.76/104.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.76/104.81	c  90.8s|540000 |    15 |   184 | 630k|  36 |   - |  73 | 242 |  27 |   0 |   0 |  28 | 364k|  33 | 3.700000e+01 |      --      |    Inf 
106.65/106.76	c  92.5s|550000 |    13 |   184 | 638k|  36 |   - |  73 | 272 |  60 |   0 |   0 |  28 | 371k|  33 | 3.700000e+01 |      --      |    Inf 
108.45/108.57	c  94.1s|560000 |    16 |   184 | 631k|  36 |   - |  73 | 248 |  46 |   0 |   0 |  28 | 378k|  33 | 3.700000e+01 |      --      |    Inf 
110.35/110.46	c  95.7s|570000 |    14 |   184 | 637k|  36 |   - |  73 | 271 |  67 |   0 |   0 |  28 | 385k|  33 | 3.700000e+01 |      --      |    Inf 
112.25/112.34	c  97.4s|580000 |    11 |   184 | 631k|  36 |   - |  73 | 256 |  69 |   0 |   0 |  28 | 392k|  33 | 3.700000e+01 |      --      |    Inf 
114.25/114.30	c  99.1s|590000 |    13 |   184 | 630k|  36 |   - |  73 | 252 |  80 |   0 |   0 |  28 | 399k|  33 | 3.700000e+01 |      --      |    Inf 
116.05/116.14	c   101s|600000 |    14 |   184 | 625k|  36 |   - |  73 | 238 |  95 |   0 |   0 |  28 | 405k|  33 | 3.700000e+01 |      --      |    Inf 
117.85/117.91	c   102s|610000 |    16 |   184 | 620k|  36 |   - |  73 | 210 |  50 |   0 |   0 |  28 | 412k|  33 | 3.700000e+01 |      --      |    Inf 
119.65/119.74	c   104s|620000 |    15 |   184 | 628k|  36 |   - |  73 | 232 |  40 |   0 |   0 |  28 | 419k|  33 | 3.700000e+01 |      --      |    Inf 
121.45/121.52	c   105s|630000 |    16 |   184 | 626k|  36 |   - |  73 | 230 |  55 |   0 |   0 |  28 | 426k|  33 | 3.700000e+01 |      --      |    Inf 
123.34/123.50	c   107s|640000 |    13 |   184 | 629k|  36 |   - |  73 | 240 |  28 |   0 |   0 |  28 | 433k|  33 | 3.700000e+01 |      --      |    Inf 
125.25/125.39	c   109s|650000 |    19 |   184 | 623k|  36 |   - |  73 | 218 |  64 |   0 |   0 |  28 | 440k|  33 | 3.700000e+01 |      --      |    Inf 
127.15/127.27	c   110s|660000 |    14 |   184 | 634k|  36 |   - |  73 | 252 |  32 |   0 |   0 |  28 | 446k|  33 | 3.700000e+01 |      --      |    Inf 
129.15/129.22	c   112s|670000 |    14 |   184 | 635k|  36 |   - |  73 | 256 |  47 |   0 |   0 |  28 | 453k|  33 | 3.700000e+01 |      --      |    Inf 
131.05/131.10	c   114s|680000 |    12 |   184 | 633k|  36 |   - |  73 | 252 |  35 |   0 |   0 |  28 | 460k|  33 | 3.700000e+01 |      --      |    Inf 
132.94/133.03	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.94/133.03	c   115s|690000 |    16 |   184 | 642k|  36 |   - |  73 | 275 |  39 |   0 |   0 |  28 | 467k|  33 | 3.700000e+01 |      --      |    Inf 
134.84/134.91	c   117s|700000 |    15 |   184 | 634k|  36 |   - |  73 | 256 |  56 |   0 |   0 |  28 | 474k|  33 | 3.700000e+01 |      --      |    Inf 
136.65/136.76	c   118s|710000 |    19 |   184 | 612k|  36 |   - |  73 | 175 |  29 |   0 |   0 |  28 | 481k|  33 | 3.700000e+01 |      --      |    Inf 
138.44/138.57	c   120s|720000 |    20 |   184 | 611k|  36 |   - |  73 | 178 |  65 |   0 |   0 |  28 | 486k|  33 | 3.700000e+01 |      --      |    Inf 
140.14/140.30	c   121s|730000 |    11 |   184 | 610k|  36 |   - |  73 | 180 |  43 |   0 |   0 |  28 | 490k|  33 | 3.700000e+01 |      --      |    Inf 
141.95/142.05	c   123s|740000 |    16 |   184 | 616k|  36 |   - |  73 | 196 |  76 |   0 |   0 |  28 | 495k|  33 | 3.700000e+01 |      --      |    Inf 
143.64/143.77	c   124s|750000 |    16 |   184 | 613k|  36 |   - |  73 | 184 |  52 |   0 |   0 |  28 | 500k|  33 | 3.700000e+01 |      --      |    Inf 
145.44/145.55	c   126s|760000 |    12 |   184 | 613k|  36 |   - |  73 | 189 |  74 |   0 |   0 |  28 | 506k|  33 | 3.700000e+01 |      --      |    Inf 
147.14/147.29	c   128s|770000 |    16 |   184 | 610k|  36 |   - |  73 | 175 |  87 |   0 |   0 |  28 | 511k|  33 | 3.700000e+01 |      --      |    Inf 
148.94/149.04	c   129s|780000 |    14 |   184 | 618k|  36 |   - |  73 | 201 |  75 |   0 |   0 |  28 | 515k|  33 | 3.700000e+01 |      --      |    Inf 
150.75/150.84	c   131s|790000 |    15 |   184 | 614k|  36 |   - |  73 | 188 |  73 |   0 |   0 |  28 | 520k|  33 | 3.700000e+01 |      --      |    Inf 
152.44/152.56	c   132s|800000 |    18 |   184 | 613k|  36 |   - |  73 | 184 |  74 |   0 |   0 |  28 | 525k|  33 | 3.700000e+01 |      --      |    Inf 
154.24/154.34	c   134s|810000 |    16 |   184 | 618k|  36 |   - |  73 | 195 |  37 |   0 |   0 |  28 | 530k|  33 | 3.700000e+01 |      --      |    Inf 
156.04/156.20	c   135s|820000 |    12 |   184 | 620k|  36 |   - |  73 | 202 |  34 |   0 |   0 |  28 | 535k|  33 | 3.700000e+01 |      --      |    Inf 
157.84/157.92	c   137s|830000 |    18 |   184 | 620k|  36 |   - |  73 | 201 |  26 |   0 |   0 |  28 | 540k|  33 | 3.700000e+01 |      --      |    Inf 
159.54/159.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
159.54/159.69	c   138s|840000 |    10 |   184 | 619k|  36 |   - |  73 | 205 |  73 |   0 |   0 |  28 | 545k|  33 | 3.700000e+01 |      --      |    Inf 
161.34/161.45	c   140s|850000 |    11 |   184 | 613k|  36 |   - |  73 | 183 |  42 |   0 |   0 |  28 | 548k|  33 | 3.700000e+01 |      --      |    Inf 
163.14/163.21	c   141s|860000 |    11 |   184 | 615k|  36 |   - |  73 | 187 |  35 |   0 |   0 |  28 | 552k|  33 | 3.700000e+01 |      --      |    Inf 
164.84/164.98	c   143s|870000 |    14 |   184 | 614k|  36 |   - |  73 | 187 |  61 |   0 |   0 |  28 | 557k|  33 | 3.700000e+01 |      --      |    Inf 
166.64/166.73	c   144s|880000 |     8 |   184 | 614k|  36 |   - |  73 | 188 |  29 |   0 |   0 |  28 | 561k|  33 | 3.700000e+01 |      --      |    Inf 
168.34/168.44	c   146s|890000 |    13 |   184 | 617k|  36 |   - |  73 | 190 |  36 |   0 |   0 |  28 | 566k|  33 | 3.700000e+01 |      --      |    Inf 
170.03/170.18	c   147s|900000 |    17 |   184 | 616k|  36 |   - |  73 | 185 |  35 |   0 |   0 |  28 | 570k|  33 | 3.700000e+01 |      --      |    Inf 
171.83/171.97	c   149s|910000 |    13 |   184 | 617k|  36 |   - |  73 | 195 |  31 |   0 |   0 |  28 | 575k|  33 | 3.700000e+01 |      --      |    Inf 
173.64/173.78	c   150s|920000 |    10 |   184 | 621k|  36 |   - |  73 | 208 |  60 |   0 |   0 |  28 | 580k|  33 | 3.700000e+01 |      --      |    Inf 
175.54/175.64	c   152s|930000 |    13 |   184 | 616k|  36 |   - |  73 | 192 |  75 |   0 |   0 |  28 | 584k|  33 | 3.700000e+01 |      --      |    Inf 
177.23/177.36	c   153s|940000 |    15 |   184 | 616k|  36 |   - |  73 | 188 |  54 |   0 |   0 |  28 | 589k|  33 | 3.700000e+01 |      --      |    Inf 
179.04/179.15	c   155s|950000 |    12 |   184 | 620k|  36 |   - |  73 | 198 |  23 |   0 |   0 |  28 | 593k|  33 | 3.700000e+01 |      --      |    Inf 
180.84/180.91	c   157s|960000 |    13 |   184 | 623k|  36 |   - |  73 | 209 |  27 |   0 |   0 |  28 | 598k|  33 | 3.700000e+01 |      --      |    Inf 
182.64/182.71	c   158s|970000 |    18 |   184 | 616k|  36 |   - |  73 | 189 |  70 |   0 |   0 |  28 | 603k|  33 | 3.700000e+01 |      --      |    Inf 
184.33/184.46	c   160s|980000 |    14 |   184 | 617k|  36 |   - |  73 | 189 |  31 |   0 |   0 |  28 | 607k|  33 | 3.700000e+01 |      --      |    Inf 
186.13/186.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
186.13/186.25	c   161s|990000 |    11 |   184 | 618k|  36 |   - |  73 | 194 |  59 |   0 |   0 |  28 | 612k|  33 | 3.700000e+01 |      --      |    Inf 
187.83/187.97	c   163s|  1000k|    12 |   184 | 619k|  36 |   - |  73 | 197 |  79 |   0 |   0 |  28 | 617k|  33 | 3.700000e+01 |      --      |    Inf 
189.63/189.71	c   164s|  1010k|    12 |   184 | 625k|  36 |   - |  73 | 212 |  44 |   0 |   0 |  28 | 623k|  33 | 3.700000e+01 |      --      |    Inf 
191.33/191.46	c   166s|  1020k|    14 |   184 | 616k|  36 |   - |  73 | 190 |  93 |   0 |   0 |  28 | 627k|  33 | 3.700000e+01 |      --      |    Inf 
193.12/193.27	c   167s|  1030k|     8 |   184 | 625k|  36 |   - |  73 | 211 |  22 |   0 |   0 |  28 | 632k|  33 | 3.700000e+01 |      --      |    Inf 
194.83/195.00	c   169s|  1040k|    17 |   184 | 613k|  36 |   - |  73 | 172 |  52 |   0 |   0 |  28 | 637k|  33 | 3.700000e+01 |      --      |    Inf 
196.62/196.71	c   170s|  1050k|    11 |   184 | 614k|  36 |   - |  73 | 179 |  63 |   0 |   0 |  28 | 641k|  33 | 3.700000e+01 |      --      |    Inf 
198.33/198.45	c   172s|  1060k|    14 |   184 | 614k|  36 |   - |  73 | 180 |  78 |   0 |   0 |  28 | 646k|  33 | 3.700000e+01 |      --      |    Inf 
200.02/200.19	c   173s|  1070k|    14 |   184 | 616k|  36 |   - |  73 | 182 |  48 |   0 |   0 |  28 | 651k|  33 | 3.700000e+01 |      --      |    Inf 
201.73/201.88	c   175s|  1080k|    13 |   184 | 613k|  36 |   - |  73 | 173 |  32 |   0 |   0 |  28 | 655k|  33 | 3.700000e+01 |      --      |    Inf 
203.53/203.62	c   176s|  1090k|     8 |   184 | 618k|  36 |   - |  73 | 189 |  23 |   0 |   0 |  28 | 660k|  33 | 3.700000e+01 |      --      |    Inf 
205.32/205.42	c   178s|  1100k|    13 |   184 | 614k|  36 |   - |  73 | 178 |  62 |   0 |   0 |  28 | 665k|  33 | 3.700000e+01 |      --      |    Inf 
207.03/207.18	c   179s|  1110k|    13 |   184 | 616k|  36 |   - |  73 | 183 |  55 |   0 |   0 |  28 | 669k|  33 | 3.700000e+01 |      --      |    Inf 
208.82/208.94	c   181s|  1120k|    10 |   184 | 615k|  36 |   - |  73 | 179 |  33 |   0 |   0 |  28 | 674k|  33 | 3.700000e+01 |      --      |    Inf 
210.52/210.60	c   182s|  1130k|     9 |   184 | 615k|  36 |   - |  73 | 185 |  43 |   0 |   0 |  28 | 680k|  33 | 3.700000e+01 |      --      |    Inf 
212.12/212.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.12/212.26	c   184s|  1140k|     9 |   184 | 614k|  36 |   - |  73 | 183 |  86 |   0 |   0 |  28 | 685k|  33 | 3.700000e+01 |      --      |    Inf 
213.82/213.98	c   185s|  1150k|    13 |   184 | 618k|  36 |   - |  73 | 187 |  24 |   0 |   0 |  28 | 691k|  33 | 3.700000e+01 |      --      |    Inf 
215.63/215.74	c   187s|  1160k|    13 |   184 | 616k|  36 |   - |  73 | 185 |  54 |   0 |   0 |  28 | 696k|  33 | 3.700000e+01 |      --      |    Inf 
217.32/217.44	c   188s|  1170k|    11 |   184 | 612k|  36 |   - |  73 | 177 |  77 |   0 |   0 |  28 | 702k|  33 | 3.700000e+01 |      --      |    Inf 
219.02/219.12	c   189s|  1180k|    14 |   184 | 614k|  36 |   - |  73 | 177 |  62 |   0 |   0 |  28 | 706k|  33 | 3.700000e+01 |      --      |    Inf 
220.72/220.80	c   191s|  1190k|    14 |   184 | 613k|  36 |   - |  73 | 176 |  79 |   0 |   0 |  28 | 712k|  33 | 3.700000e+01 |      --      |    Inf 
222.42/222.50	c   192s|  1200k|    11 |   184 | 613k|  36 |   - |  73 | 180 |  99 |   0 |   0 |  28 | 717k|  33 | 3.700000e+01 |      --      |    Inf 
224.02/224.15	c   194s|  1210k|    13 |   184 | 612k|  36 |   - |  73 | 172 |  62 |   0 |   0 |  28 | 722k|  33 | 3.700000e+01 |      --      |    Inf 
225.72/225.86	c   195s|  1220k|    10 |   184 | 616k|  36 |   - |  73 | 181 |  32 |   0 |   0 |  28 | 727k|  33 | 3.700000e+01 |      --      |    Inf 
227.52/227.64	c   197s|  1230k|    14 |   184 | 615k|  36 |   - |  73 | 178 |  37 |   0 |   0 |  28 | 732k|  33 | 3.700000e+01 |      --      |    Inf 
229.22/229.35	c   198s|  1240k|    12 |   184 | 616k|  36 |   - |  73 | 182 |  32 |   0 |   0 |  28 | 737k|  33 | 3.700000e+01 |      --      |    Inf 
230.92/231.07	c   200s|  1250k|    12 |   184 | 613k|  36 |   - |  73 | 177 |  88 |   0 |   0 |  28 | 741k|  33 | 3.700000e+01 |      --      |    Inf 
232.62/232.74	c   201s|  1260k|    13 |   184 | 616k|  36 |   - |  73 | 184 |  65 |   0 |   0 |  28 | 746k|  33 | 3.700000e+01 |      --      |    Inf 
234.42/234.52	c   203s|  1270k|    14 |   184 | 614k|  36 |   - |  73 | 178 |  83 |   0 |   0 |  28 | 751k|  33 | 3.700000e+01 |      --      |    Inf 
236.22/236.31	c   204s|  1280k|     9 |   184 | 613k|  36 |   - |  73 | 172 |  32 |   0 |   0 |  28 | 755k|  33 | 3.700000e+01 |      --      |    Inf 
237.91/238.08	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
237.91/238.08	c   206s|  1290k|    10 |   184 | 615k|  36 |   - |  73 | 181 |  69 |   0 |   0 |  28 | 759k|  33 | 3.700000e+01 |      --      |    Inf 
239.71/239.82	c   207s|  1300k|    12 |   184 | 614k|  36 |   - |  73 | 175 |  49 |   0 |   0 |  28 | 764k|  33 | 3.700000e+01 |      --      |    Inf 
241.41/241.52	c   209s|  1310k|    12 |   184 | 615k|  36 |   - |  73 | 178 |  32 |   0 |   0 |  28 | 769k|  33 | 3.700000e+01 |      --      |    Inf 
243.12/243.27	c   210s|  1320k|    14 |   184 | 616k|  36 |   - |  73 | 180 |  66 |   0 |   0 |  28 | 773k|  33 | 3.700000e+01 |      --      |    Inf 
244.91/245.01	c   212s|  1330k|    16 |   184 | 615k|  36 |   - |  73 | 177 |  47 |   0 |   0 |  28 | 778k|  33 | 3.700000e+01 |      --      |    Inf 
246.61/246.70	c   213s|  1340k|    13 |   184 | 616k|  36 |   - |  73 | 180 |  23 |   0 |   0 |  28 | 783k|  33 | 3.700000e+01 |      --      |    Inf 
248.41/248.55	c   215s|  1350k|    14 |   184 | 613k|  36 |   - |  73 | 174 |  85 |   0 |   0 |  28 | 788k|  33 | 3.700000e+01 |      --      |    Inf 
250.11/250.22	c   216s|  1360k|    18 |   184 | 615k|  36 |   - |  73 | 173 |  42 |   0 |   0 |  28 | 793k|  33 | 3.700000e+01 |      --      |    Inf 
251.71/251.89	c   218s|  1370k|    17 |   184 | 619k|  36 |   - |  73 | 179 |  28 |   0 |   0 |  28 | 799k|  33 | 3.700000e+01 |      --      |    Inf 
253.41/253.59	c   219s|  1380k|    12 |   184 | 617k|  36 |   - |  73 | 182 |  60 |   0 |   0 |  28 | 805k|  33 | 3.700000e+01 |      --      |    Inf 
255.12/255.28	c   221s|  1390k|    15 |   184 | 618k|  36 |   - |  73 | 184 |  52 |   0 |   0 |  28 | 811k|  33 | 3.700000e+01 |      --      |    Inf 
256.81/256.98	c   222s|  1400k|    20 |   184 | 618k|  36 |   - |  73 | 179 |  42 |   0 |   0 |  28 | 816k|  33 | 3.700000e+01 |      --      |    Inf 
258.61/258.75	c   224s|  1410k|    10 |   184 | 618k|  36 |   - |  73 | 182 |  24 |   0 |   0 |  28 | 821k|  33 | 3.700000e+01 |      --      |    Inf 
260.31/260.47	c   225s|  1420k|    14 |   184 | 627k|  36 |   - |  73 | 207 |  22 |   0 |   0 |  28 | 827k|  33 | 3.700000e+01 |      --      |    Inf 
262.11/262.23	c   227s|  1430k|    16 |   184 | 613k|  36 |   - |  73 | 173 |  89 |   0 |   0 |  28 | 832k|  33 | 3.700000e+01 |      --      |    Inf 
263.81/263.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.81/263.96	c   228s|  1440k|    13 |   184 | 620k|  36 |   - |  73 | 190 |  35 |   0 |   0 |  28 | 838k|  33 | 3.700000e+01 |      --      |    Inf 
265.60/265.71	c   230s|  1450k|    12 |   184 | 617k|  36 |   - |  73 | 181 |  37 |   0 |   0 |  28 | 843k|  33 | 3.700000e+01 |      --      |    Inf 
267.30/267.45	c   231s|  1460k|    16 |   184 | 615k|  36 |   - |  73 | 176 |  69 |   0 |   0 |  28 | 849k|  33 | 3.700000e+01 |      --      |    Inf 
269.01/269.14	c   233s|  1470k|    12 |   184 | 616k|  36 |   - |  73 | 175 |  47 |   0 |   0 |  28 | 854k|  33 | 3.700000e+01 |      --      |    Inf 
270.70/270.83	c   234s|  1480k|    14 |   184 | 615k|  36 |   - |  73 | 177 | 111 |   0 |   0 |  28 | 860k|  33 | 3.700000e+01 |      --      |    Inf 
272.41/272.54	c   236s|  1490k|    16 |   184 | 625k|  36 |   - |  73 | 199 |  24 |   0 |   0 |  28 | 865k|  33 | 3.700000e+01 |      --      |    Inf 
274.10/274.23	c   237s|  1500k|    12 |   184 | 619k|  36 |   - |  73 | 186 |  63 |   0 |   0 |  28 | 870k|  33 | 3.700000e+01 |      --      |    Inf 
275.81/275.95	c   239s|  1510k|    15 |   184 | 614k|  36 |   - |  73 | 171 |  85 |   0 |   0 |  28 | 875k|  33 | 3.700000e+01 |      --      |    Inf 
277.60/277.72	c   240s|  1520k|    17 |   184 | 616k|  36 |   - |  73 | 173 |  72 |   0 |   0 |  28 | 879k|  33 | 3.700000e+01 |      --      |    Inf 
279.40/279.51	c   242s|  1530k|    15 |   184 | 619k|  36 |   - |  73 | 184 |  69 |   0 |   0 |  28 | 884k|  33 | 3.700000e+01 |      --      |    Inf 
281.21/281.30	c   243s|  1540k|    12 |   184 | 620k|  36 |   - |  73 | 192 |  86 |   0 |   0 |  28 | 888k|  33 | 3.700000e+01 |      --      |    Inf 
282.90/283.02	c   245s|  1550k|    10 |   184 | 620k|  36 |   - |  73 | 192 |  68 |   0 |   0 |  28 | 893k|  33 | 3.700000e+01 |      --      |    Inf 
284.60/284.74	c   246s|  1560k|    19 |   184 | 622k|  36 |   - |  73 | 186 |  41 |   0 |   0 |  28 | 898k|  33 | 3.700000e+01 |      --      |    Inf 
286.30/286.48	c   248s|  1570k|    19 |   184 | 619k|  36 |   - |  73 | 177 |  57 |   0 |   0 |  28 | 903k|  33 | 3.700000e+01 |      --      |    Inf 
288.11/288.25	c   249s|  1580k|     8 |   184 | 613k|  36 |   - |  73 | 173 | 110 |   0 |   0 |  28 | 907k|  33 | 3.700000e+01 |      --      |    Inf 
289.80/289.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.80/289.98	c   251s|  1590k|     9 |   184 | 612k|  36 |   - |  73 | 167 | 116 |   0 |   0 |  28 | 912k|  33 | 3.700000e+01 |      --      |    Inf 
291.60/291.76	c   252s|  1600k|    14 |   184 | 618k|  36 |   - |  73 | 177 |  29 |   0 |   0 |  28 | 916k|  33 | 3.700000e+01 |      --      |    Inf 
293.40/293.55	c   254s|  1610k|    13 |   184 | 624k|  36 |   - |  73 | 195 |  40 |   0 |   0 |  28 | 920k|  33 | 3.700000e+01 |      --      |    Inf 
295.10/295.24	c   255s|  1620k|    11 |   184 | 619k|  36 |   - |  73 | 180 |  25 |   0 |   0 |  28 | 925k|  33 | 3.700000e+01 |      --      |    Inf 
296.80/296.94	c   257s|  1630k|    10 |   184 | 617k|  36 |   - |  73 | 179 |  76 |   0 |   0 |  28 | 931k|  33 | 3.700000e+01 |      --      |    Inf 
298.50/298.69	c   258s|  1640k|    11 |   184 | 615k|  36 |   - |  73 | 171 |  72 |   0 |   0 |  28 | 936k|  33 | 3.700000e+01 |      --      |    Inf 
300.30/300.48	c   260s|  1650k|    17 |   184 | 620k|  36 |   - |  73 | 184 |  83 |   0 |   0 |  28 | 940k|  33 | 3.700000e+01 |      --      |    Inf 
302.19/302.32	c   261s|  1660k|    17 |   184 | 622k|  36 |   - |  73 | 182 |  18 |   0 |   0 |  28 | 946k|  33 | 3.700000e+01 |      --      |    Inf 
304.00/304.12	c   263s|  1670k|    14 |   184 | 619k|  36 |   - |  73 | 179 |  49 |   0 |   0 |  28 | 951k|  33 | 3.700000e+01 |      --      |    Inf 
305.69/305.87	c   264s|  1680k|     9 |   184 | 622k|  36 |   - |  73 | 195 |  72 |   0 |   0 |  28 | 956k|  33 | 3.700000e+01 |      --      |    Inf 
307.39/307.59	c   266s|  1690k|    14 |   184 | 621k|  36 |   - |  73 | 186 |  69 |   0 |   0 |  28 | 960k|  33 | 3.700000e+01 |      --      |    Inf 
309.20/309.32	c   267s|  1700k|    12 |   184 | 628k|  36 |   - |  73 | 207 |  40 |   0 |   0 |  28 | 966k|  33 | 3.700000e+01 |      --      |    Inf 
310.90/311.00	c   269s|  1710k|    10 |   184 | 625k|  36 |   - |  73 | 193 |  20 |   0 |   0 |  28 | 971k|  33 | 3.700000e+01 |      --      |    Inf 
312.60/312.77	c   270s|  1720k|    10 |   184 | 622k|  36 |   - |  73 | 187 |  43 |   0 |   0 |  28 | 975k|  33 | 3.700000e+01 |      --      |    Inf 
314.39/314.51	c   272s|  1730k|     9 |   184 | 619k|  36 |   - |  73 | 185 |  79 |   0 |   0 |  28 | 980k|  33 | 3.700000e+01 |      --      |    Inf 
315.99/316.18	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.99/316.18	c   273s|  1740k|    14 |   184 | 619k|  36 |   - |  73 | 180 |  55 |   0 |   0 |  28 | 986k|  33 | 3.700000e+01 |      --      |    Inf 
317.79/317.95	c   275s|  1750k|    16 |   184 | 623k|  36 |   - |  73 | 190 |  52 |   0 |   0 |  28 | 991k|  33 | 3.700000e+01 |      --      |    Inf 
319.69/319.81	c   276s|  1760k|    13 |   184 | 625k|  36 |   - |  73 | 201 |  54 |   0 |   0 |  28 | 996k|  33 | 3.700000e+01 |      --      |    Inf 
321.39/321.53	c   278s|  1770k|    15 |   184 | 623k|  36 |   - |  73 | 196 |  61 |   0 |   0 |  28 |1002k|  33 | 3.700000e+01 |      --      |    Inf 
323.09/323.28	c   279s|  1780k|    14 |   184 | 622k|  36 |   - |  73 | 190 |  84 |   0 |   0 |  28 |1008k|  33 | 3.700000e+01 |      --      |    Inf 
324.89/325.09	c   281s|  1790k|    15 |   184 | 627k|  36 |   - |  73 | 202 |  58 |   0 |   0 |  28 |1013k|  33 | 3.700000e+01 |      --      |    Inf 
326.78/326.92	c   282s|  1800k|    10 |   184 | 622k|  36 |   - |  73 | 187 |  21 |   0 |   0 |  28 |1018k|  33 | 3.700000e+01 |      --      |    Inf 
328.58/328.76	c   284s|  1810k|    14 |   184 | 623k|  36 |   - |  73 | 186 |  22 |   0 |   0 |  28 |1023k|  33 | 3.700000e+01 |      --      |    Inf 
330.49/330.61	c   286s|  1820k|    18 |   184 | 623k|  36 |   - |  73 | 190 |  47 |   0 |   0 |  28 |1028k|  33 | 3.700000e+01 |      --      |    Inf 
332.19/332.35	c   287s|  1830k|    12 |   184 | 626k|  36 |   - |  73 | 206 |  77 |   0 |   0 |  28 |1034k|  33 | 3.700000e+01 |      --      |    Inf 
333.89/334.06	c   289s|  1840k|    12 |   184 | 622k|  36 |   - |  73 | 189 |  52 |   0 |   0 |  28 |1039k|  33 | 3.700000e+01 |      --      |    Inf 
335.68/335.88	c   290s|  1850k|     9 |   184 | 625k|  36 |   - |  73 | 201 |  57 |   0 |   0 |  28 |1044k|  33 | 3.700000e+01 |      --      |    Inf 
337.48/337.66	c   292s|  1860k|    12 |   184 | 631k|  36 |   - |  73 | 222 |  71 |   0 |   0 |  28 |1049k|  33 | 3.700000e+01 |      --      |    Inf 
339.28/339.44	c   293s|  1870k|    11 |   184 | 625k|  36 |   - |  73 | 201 |  44 |   0 |   0 |  28 |1055k|  33 | 3.700000e+01 |      --      |    Inf 
340.99/341.15	c   295s|  1880k|    12 |   184 | 620k|  36 |   - |  73 | 183 |  65 |   0 |   0 |  28 |1061k|  33 | 3.700000e+01 |      --      |    Inf 
342.78/342.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
342.78/342.93	c   296s|  1890k|    13 |   184 | 621k|  36 |   - |  73 | 182 |  32 |   0 |   0 |  28 |1065k|  33 | 3.700000e+01 |      --      |    Inf 
344.58/344.70	c   298s|  1900k|    12 |   184 | 618k|  36 |   - |  73 | 181 |  91 |   0 |   0 |  28 |1070k|  33 | 3.700000e+01 |      --      |    Inf 
346.27/346.45	c   299s|  1910k|    16 |   184 | 615k|  36 |   - |  73 | 170 |  87 |   0 |   0 |  28 |1076k|  33 | 3.700000e+01 |      --      |    Inf 
347.98/348.16	c   301s|  1920k|    20 |   184 | 624k|  36 |   - |  73 | 193 |  81 |   0 |   0 |  28 |1081k|  33 | 3.700000e+01 |      --      |    Inf 
349.78/349.93	c   302s|  1930k|    15 |   184 | 623k|  36 |   - |  73 | 188 |  49 |   0 |   0 |  28 |1086k|  33 | 3.700000e+01 |      --      |    Inf 
351.58/351.72	c   304s|  1940k|    13 |   184 | 623k|  36 |   - |  73 | 191 |  51 |   0 |   0 |  28 |1092k|  33 | 3.700000e+01 |      --      |    Inf 
353.38/353.50	c   305s|  1950k|    12 |   184 | 617k|  36 |   - |  73 | 177 |  95 |   0 |   0 |  28 |1097k|  33 | 3.700000e+01 |      --      |    Inf 
355.08/355.28	c   307s|  1960k|    16 |   184 | 621k|  36 |   - |  73 | 185 |  60 |   0 |   0 |  28 |1101k|  33 | 3.700000e+01 |      --      |    Inf 
356.98/357.10	c   309s|  1970k|    15 |   184 | 625k|  36 |   - |  73 | 191 |  24 |   0 |   0 |  28 |1106k|  33 | 3.700000e+01 |      --      |    Inf 
358.77/358.95	c   310s|  1980k|    13 |   184 | 626k|  36 |   - |  73 | 202 |  82 |   0 |   0 |  28 |1111k|  33 | 3.700000e+01 |      --      |    Inf 
360.57/360.71	c   312s|  1990k|    16 |   184 | 623k|  36 |   - |  73 | 188 |  58 |   0 |   0 |  28 |1116k|  33 | 3.700000e+01 |      --      |    Inf 
362.27/362.46	c   313s|  2000k|    14 |   184 | 625k|  36 |   - |  73 | 192 |  35 |   0 |   0 |  28 |1122k|  33 | 3.700000e+01 |      --      |    Inf 
363.98/364.18	c   315s|  2010k|    12 |   184 | 636k|  36 |   - |  73 | 231 |  48 |   0 |   0 |  28 |1128k|  33 | 3.700000e+01 |      --      |    Inf 
365.77/365.97	c   316s|  2020k|    15 |   184 | 624k|  36 |   - |  73 | 192 |  43 |   0 |   0 |  28 |1133k|  33 | 3.700000e+01 |      --      |    Inf 
367.48/367.66	c   318s|  2030k|    13 |   184 | 625k|  36 |   - |  73 | 193 |  27 |   0 |   0 |  28 |1138k|  33 | 3.700000e+01 |      --      |    Inf 
369.27/369.46	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.27/369.46	c   319s|  2040k|     7 |   184 | 622k|  36 |   - |  73 | 196 | 100 |   0 |   0 |  28 |1143k|  33 | 3.700000e+01 |      --      |    Inf 
371.07/371.21	c   321s|  2050k|    17 |   184 | 621k|  36 |   - |  73 | 184 |  67 |   0 |   0 |  28 |1149k|  33 | 3.700000e+01 |      --      |    Inf 
372.77/372.98	c   322s|  2060k|    18 |   184 | 620k|  36 |   - |  73 | 180 |  65 |   0 |   0 |  28 |1154k|  33 | 3.700000e+01 |      --      |    Inf 
374.57/374.80	c   324s|  2070k|    14 |   184 | 621k|  36 |   - |  73 | 185 |  57 |   0 |   0 |  28 |1159k|  33 | 3.700000e+01 |      --      |    Inf 
376.47/376.60	c   325s|  2080k|    16 |   184 | 620k|  36 |   - |  73 | 177 |  61 |   0 |   0 |  28 |1164k|  33 | 3.700000e+01 |      --      |    Inf 
378.17/378.37	c   327s|  2090k|    17 |   184 | 620k|  36 |   - |  73 | 179 |  71 |   0 |   0 |  28 |1168k|  33 | 3.700000e+01 |      --      |    Inf 
379.97/380.10	c   328s|  2100k|    14 |   184 | 621k|  36 |   - |  73 | 180 |  44 |   0 |   0 |  28 |1172k|  33 | 3.700000e+01 |      --      |    Inf 
381.77/381.91	c   330s|  2110k|    13 |   184 | 626k|  36 |   - |  73 | 200 |  67 |   0 |   0 |  28 |1176k|  33 | 3.700000e+01 |      --      |    Inf 
383.67/383.81	c   332s|  2120k|    14 |   184 | 628k|  36 |   - |  73 | 208 |  76 |   0 |   0 |  28 |1182k|  33 | 3.700000e+01 |      --      |    Inf 
385.47/385.65	c   333s|  2130k|    14 |   184 | 624k|  36 |   - |  73 | 192 |  42 |   0 |   0 |  28 |1187k|  33 | 3.700000e+01 |      --      |    Inf 
387.27/387.44	c   335s|  2140k|    15 |   184 | 623k|  36 |   - |  73 | 189 |  48 |   0 |   0 |  28 |1191k|  33 | 3.700000e+01 |      --      |    Inf 
389.07/389.22	c   336s|  2150k|    13 |   184 | 630k|  36 |   - |  73 | 210 |  21 |   0 |   0 |  28 |1196k|  33 | 3.700000e+01 |      --      |    Inf 
390.87/391.00	c   338s|  2160k|     7 |   184 | 626k|  36 |   - |  73 | 205 |  80 |   0 |   0 |  28 |1201k|  33 | 3.700000e+01 |      --      |    Inf 
392.57/392.78	c   339s|  2170k|    10 |   184 | 620k|  36 |   - |  73 | 180 |  50 |   0 |   0 |  28 |1206k|  33 | 3.700000e+01 |      --      |    Inf 
394.37/394.58	c   341s|  2180k|    13 |   184 | 622k|  36 |   - |  73 | 184 |  29 |   0 |   0 |  28 |1210k|  33 | 3.700000e+01 |      --      |    Inf 
396.16/396.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.16/396.37	c   342s|  2190k|    10 |   184 | 624k|  36 |   - |  73 | 192 |  36 |   0 |   0 |  28 |1214k|  33 | 3.700000e+01 |      --      |    Inf 
397.96/398.13	c   344s|  2200k|     7 |   184 | 621k|  36 |   - |  73 | 184 |  25 |   0 |   0 |  28 |1219k|  33 | 3.700000e+01 |      --      |    Inf 
399.66/399.87	c   345s|  2210k|    15 |   184 | 623k|  36 |   - |  73 | 188 |  44 |   0 |   0 |  28 |1223k|  33 | 3.700000e+01 |      --      |    Inf 
401.46/401.63	c   347s|  2220k|    10 |   184 | 622k|  36 |   - |  73 | 189 |  52 |   0 |   0 |  28 |1227k|  33 | 3.700000e+01 |      --      |    Inf 
403.26/403.42	c   349s|  2230k|    18 |   184 | 625k|  36 |   - |  73 | 191 |  36 |   0 |   0 |  28 |1232k|  33 | 3.700000e+01 |      --      |    Inf 
404.96/405.19	c   350s|  2240k|    13 |   184 | 626k|  36 |   - |  73 | 197 |  23 |   0 |   0 |  28 |1237k|  33 | 3.700000e+01 |      --      |    Inf 
406.66/406.86	c   352s|  2250k|    12 |   184 | 621k|  36 |   - |  73 | 186 |  61 |   0 |   0 |  28 |1242k|  33 | 3.700000e+01 |      --      |    Inf 
408.46/408.61	c   353s|  2260k|    12 |   184 | 620k|  36 |   - |  73 | 185 |  96 |   0 |   0 |  28 |1247k|  33 | 3.700000e+01 |      --      |    Inf 
410.16/410.31	c   354s|  2270k|    16 |   184 | 622k|  36 |   - |  73 | 183 |  26 |   0 |   0 |  28 |1252k|  33 | 3.700000e+01 |      --      |    Inf 
411.96/412.10	c   356s|  2280k|    15 |   184 | 623k|  36 |   - |  73 | 189 |  44 |   0 |   0 |  28 |1257k|  33 | 3.700000e+01 |      --      |    Inf 
413.76/413.91	c   358s|  2290k|    11 |   184 | 622k|  36 |   - |  73 | 185 |  27 |   0 |   0 |  28 |1261k|  33 | 3.700000e+01 |      --      |    Inf 
415.46/415.68	c   359s|  2300k|    12 |   184 | 625k|  36 |   - |  73 | 197 |  53 |   0 |   0 |  28 |1266k|  33 | 3.700000e+01 |      --      |    Inf 
417.26/417.48	c   361s|  2310k|    11 |   184 | 623k|  36 |   - |  73 | 191 |  64 |   0 |   0 |  28 |1270k|  33 | 3.700000e+01 |      --      |    Inf 
419.06/419.25	c   362s|  2320k|    13 |   184 | 622k|  36 |   - |  73 | 185 |  45 |   0 |   0 |  28 |1275k|  33 | 3.700000e+01 |      --      |    Inf 
420.85/421.03	c   364s|  2330k|     9 |   184 | 623k|  36 |   - |  73 | 193 |  77 |   0 |   0 |  28 |1279k|  33 | 3.700000e+01 |      --      |    Inf 
422.66/422.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
422.66/422.81	c   365s|  2340k|    12 |   184 | 622k|  36 |   - |  73 | 184 |  22 |   0 |   0 |  28 |1284k|  33 | 3.700000e+01 |      --      |    Inf 
424.36/424.55	c   367s|  2350k|    13 |   184 | 623k|  36 |   - |  73 | 189 |  47 |   0 |   0 |  28 |1288k|  33 | 3.700000e+01 |      --      |    Inf 
426.06/426.27	c   368s|  2360k|     9 |   184 | 620k|  36 |   - |  73 | 184 |  59 |   0 |   0 |  28 |1293k|  33 | 3.700000e+01 |      --      |    Inf 
427.95/428.10	c   370s|  2370k|     7 |   184 | 624k|  36 |   - |  73 | 195 |  44 |   0 |   0 |  28 |1297k|  33 | 3.700000e+01 |      --      |    Inf 
429.66/429.84	c   371s|  2380k|    14 |   184 | 624k|  36 |   - |  73 | 189 |  34 |   0 |   0 |  28 |1302k|  33 | 3.700000e+01 |      --      |    Inf 
431.46/431.60	c   373s|  2390k|    16 |   184 | 625k|  36 |   - |  73 | 190 |  21 |   0 |   0 |  28 |1307k|  33 | 3.700000e+01 |      --      |    Inf 
433.15/433.34	c   374s|  2400k|    11 |   184 | 625k|  36 |   - |  73 | 193 |  34 |   0 |   0 |  28 |1312k|  33 | 3.700000e+01 |      --      |    Inf 
434.86/435.08	c   376s|  2410k|     8 |   184 | 625k|  36 |   - |  73 | 196 |  51 |   0 |   0 |  28 |1317k|  33 | 3.700000e+01 |      --      |    Inf 
436.75/436.94	c   378s|  2420k|    13 |   184 | 627k|  36 |   - |  73 | 198 |  32 |   0 |   0 |  28 |1322k|  33 | 3.700000e+01 |      --      |    Inf 
438.65/438.84	c   379s|  2430k|    15 |   184 | 625k|  36 |   - |  73 | 192 |  42 |   0 |   0 |  28 |1327k|  33 | 3.700000e+01 |      --      |    Inf 
440.45/440.68	c   381s|  2440k|    15 |   184 | 621k|  36 |   - |  73 | 184 |  64 |   0 |   0 |  28 |1332k|  33 | 3.700000e+01 |      --      |    Inf 
442.25/442.47	c   382s|  2450k|    12 |   184 | 620k|  36 |   - |  73 | 183 |  82 |   0 |   0 |  28 |1337k|  33 | 3.700000e+01 |      --      |    Inf 
444.05/444.28	c   384s|  2460k|    13 |   184 | 622k|  36 |   - |  73 | 185 |  66 |   0 |   0 |  28 |1342k|  33 | 3.700000e+01 |      --      |    Inf 
445.85/446.07	c   385s|  2470k|    11 |   184 | 630k|  36 |   - |  73 | 208 |  53 |   0 |   0 |  28 |1348k|  33 | 3.700000e+01 |      --      |    Inf 
447.55/447.78	c   387s|  2480k|    12 |   184 | 625k|  36 |   - |  73 | 194 |  34 |   0 |   0 |  28 |1353k|  33 | 3.700000e+01 |      --      |    Inf 
449.34/449.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
449.34/449.52	c   388s|  2490k|    13 |   184 | 625k|  36 |   - |  73 | 195 |  70 |   0 |   0 |  28 |1359k|  33 | 3.700000e+01 |      --      |    Inf 
451.05/451.23	c   390s|  2500k|    19 |   184 | 625k|  36 |   - |  73 | 188 |  37 |   0 |   0 |  28 |1363k|  33 | 3.700000e+01 |      --      |    Inf 
452.65/452.89	c   391s|  2510k|     9 |   184 | 623k|  36 |   - |  73 | 191 |  70 |   0 |   0 |  28 |1369k|  33 | 3.700000e+01 |      --      |    Inf 
454.44/454.62	c   393s|  2520k|     7 |   184 | 622k|  36 |   - |  73 | 184 |  35 |   0 |   0 |  28 |1374k|  33 | 3.700000e+01 |      --      |    Inf 
456.15/456.40	c   394s|  2530k|     9 |   184 | 626k|  36 |   - |  73 | 195 |  33 |   0 |   0 |  28 |1378k|  33 | 3.700000e+01 |      --      |    Inf 
458.04/458.21	c   396s|  2540k|    14 |   184 | 621k|  36 |   - |  73 | 186 |  77 |   0 |   0 |  28 |1383k|  33 | 3.700000e+01 |      --      |    Inf 
459.84/460.05	c   397s|  2550k|    13 |   184 | 627k|  36 |   - |  73 | 201 |  66 |   0 |   0 |  28 |1388k|  33 | 3.700000e+01 |      --      |    Inf 
461.64/461.89	c   399s|  2560k|     8 |   184 | 631k|  36 |   - |  73 | 212 |  38 |   0 |   0 |  28 |1393k|  33 | 3.700000e+01 |      --      |    Inf 
463.54/463.74	c   401s|  2570k|    13 |   184 | 630k|  36 |   - |  73 | 209 |  44 |   0 |   0 |  28 |1399k|  33 | 3.700000e+01 |      --      |    Inf 
465.25/465.49	c   402s|  2580k|    14 |   184 | 624k|  36 |   - |  73 | 189 |  46 |   0 |   0 |  28 |1403k|  33 | 3.700000e+01 |      --      |    Inf 
467.04/467.24	c   404s|  2590k|    11 |   184 | 629k|  36 |   - |  73 | 209 |  54 |   0 |   0 |  28 |1408k|  33 | 3.700000e+01 |      --      |    Inf 
468.84/469.06	c   405s|  2600k|     9 |   184 | 629k|  36 |   - |  73 | 204 |  22 |   0 |   0 |  28 |1413k|  33 | 3.700000e+01 |      --      |    Inf 
470.74/470.92	c   407s|  2610k|    12 |   184 | 632k|  36 |   - |  73 | 214 |  46 |   0 |   0 |  28 |1419k|  33 | 3.700000e+01 |      --      |    Inf 
472.54/472.73	c   408s|  2620k|    12 |   184 | 624k|  36 |   - |  73 | 193 |  89 |   0 |   0 |  28 |1424k|  33 | 3.700000e+01 |      --      |    Inf 
474.33/474.53	c   410s|  2630k|     9 |   184 | 627k|  36 |   - |  73 | 204 |  73 |   0 |   0 |  28 |1430k|  33 | 3.700000e+01 |      --      |    Inf 
476.15/476.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
476.15/476.34	c   412s|  2640k|    10 |   184 | 627k|  36 |   - |  73 | 202 |  51 |   0 |   0 |  28 |1435k|  33 | 3.700000e+01 |      --      |    Inf 
477.94/478.10	c   413s|  2650k|     9 |   184 | 629k|  36 |   - |  73 | 215 |  55 |   0 |   0 |  28 |1440k|  33 | 3.700000e+01 |      --      |    Inf 
479.64/479.88	c   415s|  2660k|    18 |   184 | 622k|  36 |   - |  73 | 182 |  96 |   0 |   0 |  28 |1446k|  33 | 3.700000e+01 |      --      |    Inf 
481.64/481.85	c   416s|  2670k|    19 |   184 | 626k|  36 |   - |  73 | 195 |  69 |   0 |   0 |  28 |1453k|  33 | 3.700000e+01 |      --      |    Inf 
483.53/483.73	c   418s|  2680k|    18 |   184 | 631k|  36 |   - |  73 | 208 |  51 |   0 |   0 |  28 |1460k|  33 | 3.700000e+01 |      --      |    Inf 
485.54/485.71	c   420s|  2690k|    17 |   184 | 635k|  36 |   - |  73 | 217 |  26 |   0 |   0 |  28 |1467k|  33 | 3.700000e+01 |      --      |    Inf 
487.24/487.46	c   421s|  2700k|    19 |   184 | 630k|  36 |   - |  73 | 205 |  60 |   0 |   0 |  28 |1474k|  33 | 3.700000e+01 |      --      |    Inf 
489.03/489.23	c   423s|  2710k|    17 |   184 | 631k|  36 |   - |  73 | 213 |  68 |   0 |   0 |  28 |1481k|  33 | 3.700000e+01 |      --      |    Inf 
490.84/491.00	c   424s|  2720k|    14 |   184 | 635k|  36 |   - |  73 | 223 |  35 |   0 |   0 |  28 |1488k|  33 | 3.700000e+01 |      --      |    Inf 
492.63/492.81	c   426s|  2730k|    13 |   184 | 629k|  36 |   - |  73 | 206 |  70 |   0 |   0 |  28 |1495k|  33 | 3.700000e+01 |      --      |    Inf 
494.43/494.68	c   427s|  2740k|    15 |   184 | 634k|  36 |   - |  73 | 219 |  49 |   0 |   0 |  28 |1502k|  33 | 3.700000e+01 |      --      |    Inf 
496.43/496.68	c   429s|  2750k|    14 |   184 | 632k|  36 |   - |  73 | 216 |  47 |   0 |   0 |  28 |1508k|  33 | 3.700000e+01 |      --      |    Inf 
498.43/498.61	c   431s|  2760k|    13 |   184 | 633k|  36 |   - |  73 | 222 |  69 |   0 |   0 |  28 |1515k|  33 | 3.700000e+01 |      --      |    Inf 
500.34/500.52	c   432s|  2770k|    13 |   184 | 635k|  36 |   - |  73 | 229 |  64 |   0 |   0 |  28 |1522k|  33 | 3.700000e+01 |      --      |    Inf 
502.24/502.48	c   434s|  2780k|    13 |   184 | 636k|  36 |   - |  73 | 231 |  63 |   0 |   0 |  28 |1529k|  33 | 3.700000e+01 |      --      |    Inf 
504.23/504.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.23/504.48	c   436s|  2790k|    21 |   184 | 630k|  36 |   - |  73 | 201 |  32 |   0 |   0 |  28 |1536k|  33 | 3.700000e+01 |      --      |    Inf 
506.13/506.37	c   438s|  2800k|    17 |   184 | 636k|  36 |   - |  73 | 222 |  52 |   0 |   0 |  28 |1542k|  33 | 3.700000e+01 |      --      |    Inf 
508.13/508.38	c   439s|  2810k|    15 |   184 | 638k|  36 |   - |  73 | 230 |  48 |   0 |   0 |  28 |1549k|  33 | 3.700000e+01 |      --      |    Inf 
510.13/510.30	c   441s|  2820k|    18 |   184 | 636k|  36 |   - |  73 | 223 |  40 |   0 |   0 |  28 |1556k|  33 | 3.700000e+01 |      --      |    Inf 
511.92/512.17	c   443s|  2830k|    14 |   184 | 632k|  36 |   - |  73 | 217 |  87 |   0 |   0 |  28 |1563k|  33 | 3.700000e+01 |      --      |    Inf 
513.82/514.07	c   444s|  2840k|    12 |   184 | 638k|  36 |   - |  73 | 236 |  67 |   0 |   0 |  28 |1570k|  33 | 3.700000e+01 |      --      |    Inf 
515.73/515.94	c   446s|  2850k|    16 |   184 | 633k|  36 |   - |  73 | 213 |  52 |   0 |   0 |  28 |1576k|  33 | 3.700000e+01 |      --      |    Inf 
517.62/517.89	c   448s|  2860k|    12 |   184 | 635k|  36 |   - |  73 | 228 |  84 |   0 |   0 |  28 |1583k|  33 | 3.700000e+01 |      --      |    Inf 
519.73/519.93	c   449s|  2870k|    10 |   184 | 641k|  36 |   - |  73 | 249 |  86 |   0 |   0 |  28 |1590k|  33 | 3.700000e+01 |      --      |    Inf 
521.72/521.94	c   451s|  2880k|    17 |   184 | 637k|  36 |   - |  73 | 229 |  69 |   0 |   0 |  28 |1597k|  33 | 3.700000e+01 |      --      |    Inf 
523.73/523.91	c   453s|  2890k|    15 |   184 | 639k|  36 |   - |  73 | 240 |  75 |   0 |   0 |  28 |1603k|  33 | 3.700000e+01 |      --      |    Inf 
525.63/525.85	c   454s|  2900k|    15 |   184 | 626k|  36 |   - |  73 | 196 |  95 |   0 |   0 |  28 |1610k|  33 | 3.700000e+01 |      --      |    Inf 
527.52/527.76	c   456s|  2910k|    12 |   184 | 637k|  36 |   - |  73 | 235 |  93 |   0 |   0 |  28 |1617k|  33 | 3.700000e+01 |      --      |    Inf 
529.42/529.63	c   458s|  2920k|    14 |   184 | 639k|  36 |   - |  73 | 236 |  56 |   0 |   0 |  28 |1624k|  33 | 3.700000e+01 |      --      |    Inf 
531.13/531.39	c   459s|  2930k|    17 |   184 | 634k|  36 |   - |  73 | 219 |  67 |   0 |   0 |  28 |1631k|  33 | 3.700000e+01 |      --      |    Inf 
533.12/533.32	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
533.12/533.32	c   461s|  2940k|    13 |   184 | 637k|  36 |   - |  73 | 235 |  91 |   0 |   0 |  28 |1637k|  33 | 3.700000e+01 |      --      |    Inf 
535.02/535.23	c   462s|  2950k|    14 |   184 | 643k|  36 |   - |  73 | 245 |  28 |   0 |   0 |  28 |1644k|  33 | 3.700000e+01 |      --      |    Inf 
537.01/537.23	c   464s|  2960k|    17 |   184 | 647k|  36 |   - |  73 | 254 |  42 |   0 |   0 |  28 |1651k|  33 | 3.700000e+01 |      --      |    Inf 
538.82/539.06	c   466s|  2970k|    13 |   184 | 641k|  36 |   - |  73 | 244 |  83 |   0 |   0 |  28 |1658k|  33 | 3.700000e+01 |      --      |    Inf 
540.72/540.93	c   467s|  2980k|    14 |   184 | 639k|  36 |   - |  73 | 227 |  24 |   0 |   0 |  28 |1665k|  33 | 3.700000e+01 |      --      |    Inf 
542.62/542.85	c   469s|  2990k|    17 |   184 | 642k|  36 |   - |  73 | 238 |  63 |   0 |   0 |  28 |1672k|  33 | 3.700000e+01 |      --      |    Inf 
544.52/544.79	c   471s|  3000k|    17 |   184 | 641k|  36 |   - |  73 | 239 |  30 |   0 |   0 |  28 |1679k|  33 | 3.700000e+01 |      --      |    Inf 
546.41/546.63	c   472s|  3010k|    12 |   184 | 649k|  36 |   - |  73 | 257 |  20 |   0 |   0 |  28 |1686k|  33 | 3.700000e+01 |      --      |    Inf 
548.32/548.55	c   474s|  3020k|    17 |   184 | 637k|  36 |   - |  73 | 222 |  80 |   0 |   0 |  28 |1693k|  33 | 3.700000e+01 |      --      |    Inf 
550.12/550.37	c   476s|  3030k|    14 |   184 | 643k|  36 |   - |  73 | 241 |  60 |   0 |   0 |  28 |1700k|  33 | 3.700000e+01 |      --      |    Inf 
551.92/552.16	c   477s|  3040k|    10 |   184 | 637k|  36 |   - |  73 | 230 | 106 |   0 |   0 |  28 |1707k|  33 | 3.700000e+01 |      --      |    Inf 
553.61/553.89	c   479s|  3050k|    10 |   184 | 648k|  36 |   - |  73 | 262 |  59 |   0 |   0 |  28 |1714k|  33 | 3.700000e+01 |      --      |    Inf 
555.51/555.72	c   480s|  3060k|    17 |   184 | 646k|  36 |   - |  73 | 248 |  51 |   0 |   0 |  28 |1721k|  33 | 3.700000e+01 |      --      |    Inf 
557.32/557.56	c   482s|  3070k|    11 |   184 | 652k|  36 |   - |  73 | 271 |  51 |   0 |   0 |  28 |1728k|  33 | 3.700000e+01 |      --      |    Inf 
559.01/559.25	c   483s|  3080k|    17 |   184 | 636k|  36 |   - |  73 | 207 |  26 |   0 |   0 |  28 |1734k|  33 | 3.700000e+01 |      --      |    Inf 
560.91/561.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
560.91/561.20	c   485s|  3090k|    17 |   184 | 645k|  36 |   - |  73 | 240 |  31 |   0 |   0 |  28 |1741k|  33 | 3.700000e+01 |      --      |    Inf 
562.92/563.16	c   487s|  3100k|    13 |   184 | 639k|  36 |   - |  73 | 223 |  29 |   0 |   0 |  28 |1748k|  33 | 3.700000e+01 |      --      |    Inf 
564.81/565.03	c   488s|  3110k|    15 |   184 | 643k|  36 |   - |  73 | 237 |  54 |   0 |   0 |  28 |1755k|  33 | 3.700000e+01 |      --      |    Inf 
566.71/566.94	c   490s|  3120k|    11 |   184 | 645k|  36 |   - |  73 | 243 |  29 |   0 |   0 |  28 |1762k|  33 | 3.700000e+01 |      --      |    Inf 
568.62/568.87	c   492s|  3130k|    13 |   184 | 641k|  36 |   - |  73 | 234 |  69 |   0 |   0 |  28 |1769k|  33 | 3.700000e+01 |      --      |    Inf 
570.61/570.80	c   493s|  3140k|    12 |   184 | 655k|  36 |   - |  73 | 274 |  28 |   0 |   0 |  28 |1775k|  33 | 3.700000e+01 |      --      |    Inf 
572.51/572.74	c   495s|  3150k|    11 |   184 | 649k|  36 |   - |  73 | 258 |  23 |   0 |   0 |  28 |1782k|  33 | 3.700000e+01 |      --      |    Inf 
574.40/574.68	c   497s|  3160k|    15 |   184 | 650k|  36 |   - |  73 | 257 |  28 |   0 |   0 |  28 |1789k|  33 | 3.700000e+01 |      --      |    Inf 
576.31/576.56	c   498s|  3170k|    14 |   184 | 644k|  36 |   - |  73 | 239 |  32 |   0 |   0 |  28 |1796k|  33 | 3.700000e+01 |      --      |    Inf 
578.30/578.54	c   500s|  3180k|    13 |   184 | 645k|  36 |   - |  73 | 242 |  36 |   0 |   0 |  28 |1802k|  33 | 3.700000e+01 |      --      |    Inf 
580.20/580.48	c   502s|  3190k|    14 |   184 | 638k|  36 |   - |  73 | 222 |  51 |   0 |   0 |  28 |1809k|  33 | 3.700000e+01 |      --      |    Inf 
582.21/582.44	c   503s|  3200k|    12 |   184 | 649k|  36 |   - |  73 | 265 |  81 |   0 |   0 |  28 |1816k|  33 | 3.700000e+01 |      --      |    Inf 
584.10/584.34	c   505s|  3210k|    12 |   184 | 640k|  36 |   - |  73 | 237 |  78 |   0 |   0 |  28 |1823k|  33 | 3.700000e+01 |      --      |    Inf 
586.00/586.20	c   507s|  3220k|    21 |   184 | 633k|  36 |   - |  73 | 204 |  49 |   0 |   0 |  28 |1830k|  33 | 3.700000e+01 |      --      |    Inf 
588.00/588.20	c   508s|  3230k|    16 |   184 | 641k|  36 |   - |  73 | 229 |  30 |   0 |   0 |  28 |1837k|  33 | 3.700000e+01 |      --      |    Inf 
590.00/590.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
590.00/590.20	c   510s|  3240k|    17 |   184 | 643k|  36 |   - |  73 | 232 |  25 |   0 |   0 |  28 |1843k|  33 | 3.700000e+01 |      --      |    Inf 
591.91/592.15	c   512s|  3250k|     9 |   184 | 644k|  36 |   - |  73 | 246 |  46 |   0 |   0 |  28 |1850k|  33 | 3.700000e+01 |      --      |    Inf 
593.60/593.88	c   513s|  3260k|    13 |   184 | 648k|  36 |   - |  73 | 256 |  61 |   0 |   0 |  28 |1857k|  33 | 3.700000e+01 |      --      |    Inf 
595.50/595.78	c   515s|  3270k|    13 |   184 | 644k|  36 |   - |  73 | 247 |  82 |   0 |   0 |  28 |1864k|  33 | 3.700000e+01 |      --      |    Inf 
597.50/597.70	c   517s|  3280k|    11 |   184 | 646k|  36 |   - |  73 | 253 |  64 |   0 |   0 |  28 |1871k|  33 | 3.700000e+01 |      --      |    Inf 
599.40/599.66	c   518s|  3290k|    19 |   184 | 644k|  36 |   - |  73 | 241 |  62 |   0 |   0 |  28 |1878k|  33 | 3.700000e+01 |      --      |    Inf 
601.40/601.62	c   520s|  3300k|     8 |   184 | 655k|  36 |   - |  73 | 285 |  87 |   0 |   0 |  28 |1885k|  33 | 3.700000e+01 |      --      |    Inf 
603.30/603.56	c   522s|  3310k|     9 |   184 | 654k|  36 |   - |  73 | 274 |  30 |   0 |   0 |  28 |1892k|  33 | 3.700000e+01 |      --      |    Inf 
605.30/605.52	c   523s|  3320k|     8 |   184 | 648k|  36 |   - |  73 | 269 |  94 |   0 |   0 |  28 |1899k|  33 | 3.700000e+01 |      --      |    Inf 
607.30/607.50	c   525s|  3330k|    16 |   184 | 650k|  36 |   - |  73 | 255 |  44 |   0 |   0 |  28 |1906k|  33 | 3.700000e+01 |      --      |    Inf 
609.09/609.37	c   527s|  3340k|    12 |   184 | 652k|  36 |   - |  73 | 272 |  82 |   0 |   0 |  28 |1913k|  33 | 3.700000e+01 |      --      |    Inf 
611.09/611.33	c   528s|  3350k|    16 |   184 | 645k|  36 |   - |  73 | 245 |  52 |   0 |   0 |  28 |1920k|  33 | 3.700000e+01 |      --      |    Inf 
613.09/613.38	c   530s|  3360k|    16 |   184 | 648k|  36 |   - |  73 | 250 |  27 |   0 |   0 |  28 |1927k|  33 | 3.700000e+01 |      --      |    Inf 
615.09/615.35	c   532s|  3370k|    14 |   184 | 658k|  36 |   - |  73 | 283 |  41 |   0 |   0 |  28 |1933k|  33 | 3.700000e+01 |      --      |    Inf 
617.09/617.37	c   534s|  3380k|    12 |   184 | 653k|  36 |   - |  73 | 271 |  50 |   0 |   0 |  28 |1940k|  33 | 3.700000e+01 |      --      |    Inf 
619.10/619.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
619.10/619.34	c   535s|  3390k|    14 |   184 | 650k|  36 |   - |  73 | 262 |  74 |   0 |   0 |  28 |1947k|  33 | 3.700000e+01 |      --      |    Inf 
621.00/621.26	c   537s|  3400k|    15 |   184 | 645k|  36 |   - |  73 | 246 |  78 |   0 |   0 |  28 |1954k|  33 | 3.700000e+01 |      --      |    Inf 
623.00/623.24	c   539s|  3410k|    17 |   184 | 651k|  36 |   - |  73 | 262 |  35 |   0 |   0 |  28 |1961k|  33 | 3.700000e+01 |      --      |    Inf 
625.00/625.23	c   540s|  3420k|    14 |   184 | 650k|  36 |   - |  73 | 265 |  77 |   0 |   0 |  28 |1968k|  33 | 3.700000e+01 |      --      |    Inf 
626.90/627.15	c   542s|  3430k|    13 |   184 | 647k|  36 |   - |  73 | 255 |  72 |   0 |   0 |  28 |1975k|  33 | 3.700000e+01 |      --      |    Inf 
628.80/629.07	c   544s|  3440k|    15 |   184 | 660k|  36 |   - |  73 | 287 |  36 |   0 |   0 |  28 |1982k|  33 | 3.700000e+01 |      --      |    Inf 
630.69/630.97	c   545s|  3450k|     8 |   184 | 663k|  36 |   - |  73 | 302 |  48 |   0 |   0 |  28 |1989k|  33 | 3.700000e+01 |      --      |    Inf 
632.69/632.90	c   547s|  3460k|     8 |   184 | 664k|  36 |   - |  73 | 304 |  24 |   0 |   0 |  28 |1996k|  33 | 3.700000e+01 |      --      |    Inf 
634.49/634.72	c   549s|  3470k|    11 |   184 | 641k|  36 |   - |  73 | 230 |  51 |   0 |   0 |  28 |2003k|  33 | 3.700000e+01 |      --      |    Inf 
636.28/636.57	c   550s|  3480k|    15 |   184 | 646k|  36 |   - |  73 | 243 |  52 |   0 |   0 |  28 |2010k|  33 | 3.700000e+01 |      --      |    Inf 
638.19/638.42	c   552s|  3490k|    18 |   184 | 645k|  36 |   - |  73 | 243 |  62 |   0 |   0 |  28 |2017k|  33 | 3.700000e+01 |      --      |    Inf 
640.09/640.32	c   553s|  3500k|    12 |   184 | 650k|  36 |   - |  73 | 262 |  69 |   0 |   0 |  28 |2023k|  33 | 3.700000e+01 |      --      |    Inf 
641.89/642.15	c   555s|  3510k|    17 |   184 | 640k|  36 |   - |  73 | 224 |  92 |   0 |   0 |  28 |2030k|  33 | 3.700000e+01 |      --      |    Inf 
643.78/644.02	c   557s|  3520k|    17 |   184 | 649k|  36 |   - |  73 | 249 |  35 |   0 |   0 |  28 |2037k|  33 | 3.700000e+01 |      --      |    Inf 
645.59/645.88	c   558s|  3530k|    12 |   184 | 650k|  36 |   - |  73 | 260 |  94 |   0 |   0 |  28 |2044k|  33 | 3.700000e+01 |      --      |    Inf 
647.58/647.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
647.58/647.83	c   560s|  3540k|    12 |   184 | 661k|  36 |   - |  73 | 289 |  62 |   0 |   0 |  28 |2051k|  33 | 3.700000e+01 |      --      |    Inf 
649.59/649.82	c   562s|  3550k|    14 |   184 | 647k|  36 |   - |  73 | 246 |  51 |   0 |   0 |  28 |2058k|  33 | 3.700000e+01 |      --      |    Inf 
651.49/651.72	c   563s|  3560k|    16 |   184 | 648k|  36 |   - |  73 | 245 |  34 |   0 |   0 |  28 |2064k|  33 | 3.700000e+01 |      --      |    Inf 
653.19/653.47	c   565s|  3570k|    10 |   184 | 652k|  36 |   - |  73 | 267 |  72 |   0 |   0 |  28 |2071k|  33 | 3.700000e+01 |      --      |    Inf 
655.08/655.33	c   566s|  3580k|    18 |   184 | 637k|  36 |   - |  73 | 213 |  57 |   0 |   0 |  28 |2078k|  33 | 3.700000e+01 |      --      |    Inf 
657.09/657.32	c   568s|  3590k|    12 |   184 | 655k|  36 |   - |  73 | 268 |  45 |   0 |   0 |  28 |2084k|  33 | 3.700000e+01 |      --      |    Inf 
659.08/659.30	c   570s|  3600k|    13 |   184 | 655k|  36 |   - |  73 | 272 |  51 |   0 |   0 |  28 |2091k|  33 | 3.700000e+01 |      --      |    Inf 
660.99/661.29	c   572s|  3610k|    11 |   184 | 643k|  36 |   - |  73 | 237 |  70 |   0 |   0 |  28 |2098k|  33 | 3.700000e+01 |      --      |    Inf 
662.99/663.23	c   573s|  3620k|    13 |   184 | 643k|  36 |   - |  73 | 231 |  23 |   0 |   0 |  28 |2104k|  33 | 3.700000e+01 |      --      |    Inf 
664.98/665.22	c   575s|  3630k|    13 |   184 | 645k|  36 |   - |  73 | 242 |  43 |   0 |   0 |  28 |2111k|  33 | 3.700000e+01 |      --      |    Inf 
666.98/667.22	c   577s|  3640k|    14 |   184 | 645k|  36 |   - |  73 | 239 |  62 |   0 |   0 |  28 |2118k|  33 | 3.700000e+01 |      --      |    Inf 
668.78/669.06	c   578s|  3650k|    12 |   184 | 644k|  36 |   - |  73 | 237 |  41 |   0 |   0 |  28 |2125k|  33 | 3.700000e+01 |      --      |    Inf 
670.68/670.91	c   580s|  3660k|     8 |   184 | 653k|  36 |   - |  73 | 267 |  25 |   0 |   0 |  28 |2131k|  33 | 3.700000e+01 |      --      |    Inf 
672.58/672.85	c   582s|  3670k|    14 |   184 | 645k|  36 |   - |  73 | 240 |  40 |   0 |   0 |  28 |2138k|  33 | 3.700000e+01 |      --      |    Inf 
674.58/674.85	c   583s|  3680k|    14 |   184 | 642k|  36 |   - |  73 | 235 |  92 |   0 |   0 |  28 |2145k|  33 | 3.700000e+01 |      --      |    Inf 
676.58/676.89	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
676.58/676.89	c   585s|  3690k|    11 |   184 | 655k|  36 |   - |  73 | 274 |  40 |   0 |   0 |  28 |2152k|  33 | 3.700000e+01 |      --      |    Inf 
678.48/678.78	c   587s|  3700k|    13 |   184 | 647k|  36 |   - |  73 | 248 |  62 |   0 |   0 |  28 |2159k|  33 | 3.700000e+01 |      --      |    Inf 
680.38/680.63	c   588s|  3710k|    16 |   184 | 646k|  36 |   - |  73 | 241 |  27 |   0 |   0 |  28 |2165k|  33 | 3.700000e+01 |      --      |    Inf 
682.17/682.49	c   590s|  3720k|    10 |   184 | 644k|  36 |   - |  73 | 245 | 101 |   0 |   0 |  28 |2172k|  33 | 3.700000e+01 |      --      |    Inf 
684.08/684.39	c   592s|  3730k|    10 |   184 | 655k|  36 |   - |  73 | 275 |  44 |   0 |   0 |  28 |2179k|  33 | 3.700000e+01 |      --      |    Inf 
686.08/686.36	c   593s|  3740k|    10 |   184 | 657k|  36 |   - |  73 | 284 |  46 |   0 |   0 |  28 |2186k|  33 | 3.700000e+01 |      --      |    Inf 
688.08/688.37	c   595s|  3750k|    15 |   184 | 643k|  36 |   - |  73 | 234 |  74 |   0 |   0 |  28 |2193k|  33 | 3.700000e+01 |      --      |    Inf 
690.07/690.30	c   597s|  3760k|    15 |   184 | 645k|  36 |   - |  73 | 238 |  66 |   0 |   0 |  28 |2200k|  33 | 3.700000e+01 |      --      |    Inf 
691.97/692.21	c   598s|  3770k|    14 |   184 | 652k|  36 |   - |  73 | 255 |  32 |   0 |   0 |  28 |2207k|  33 | 3.700000e+01 |      --      |    Inf 
693.87/694.11	c   600s|  3780k|    12 |   184 | 649k|  36 |   - |  73 | 250 |  38 |   0 |   0 |  28 |2214k|  33 | 3.700000e+01 |      --      |    Inf 
695.77/696.03	c   602s|  3790k|    14 |   184 | 646k|  36 |   - |  73 | 241 |  50 |   0 |   0 |  28 |2221k|  33 | 3.700000e+01 |      --      |    Inf 
697.57/697.87	c   603s|  3800k|    14 |   184 | 649k|  36 |   - |  73 | 253 |  73 |   0 |   0 |  28 |2228k|  33 | 3.700000e+01 |      --      |    Inf 
699.47/699.72	c   605s|  3810k|    13 |   184 | 646k|  36 |   - |  73 | 246 |  93 |   0 |   0 |  28 |2235k|  33 | 3.700000e+01 |      --      |    Inf 
701.27/701.59	c   606s|  3820k|    10 |   184 | 646k|  36 |   - |  73 | 243 |  58 |   0 |   0 |  28 |2242k|  33 | 3.700000e+01 |      --      |    Inf 
703.26/703.52	c   608s|  3830k|     8 |   184 | 650k|  36 |   - |  73 | 261 |  71 |   0 |   0 |  28 |2249k|  33 | 3.700000e+01 |      --      |    Inf 
705.07/705.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
705.07/705.37	c   610s|  3840k|    12 |   184 | 639k|  36 |   - |  73 | 225 |  89 |   0 |   0 |  28 |2255k|  33 | 3.700000e+01 |      --      |    Inf 
706.87/707.13	c   611s|  3850k|    14 |   184 | 649k|  36 |   - |  73 | 245 |  35 |   0 |   0 |  28 |2262k|  33 | 3.700000e+01 |      --      |    Inf 
708.57/708.87	c   613s|  3860k|    19 |   184 | 652k|  36 |   - |  73 | 252 |  30 |   0 |   0 |  28 |2269k|  33 | 3.700000e+01 |      --      |    Inf 
710.37/710.70	c   614s|  3870k|    12 |   184 | 649k|  36 |   - |  73 | 257 |  92 |   0 |   0 |  28 |2276k|  33 | 3.700000e+01 |      --      |    Inf 
712.37/712.63	c   616s|  3880k|    12 |   184 | 654k|  36 |   - |  73 | 268 |  64 |   0 |   0 |  28 |2283k|  33 | 3.700000e+01 |      --      |    Inf 
714.17/714.42	c   618s|  3890k|    15 |   184 | 647k|  36 |   - |  73 | 239 |  27 |   0 |   0 |  28 |2290k|  33 | 3.700000e+01 |      --      |    Inf 
715.97/716.21	c   619s|  3900k|    10 |   184 | 634k|  36 |   - |  73 | 207 | 136 |   0 |   0 |  28 |2297k|  33 | 3.700000e+01 |      --      |    Inf 
717.76/718.08	c   621s|  3910k|    16 |   184 | 648k|  36 |   - |  73 | 243 |  72 |   0 |   0 |  28 |2304k|  33 | 3.700000e+01 |      --      |    Inf 
719.76/720.02	c   622s|  3920k|    16 |   184 | 648k|  36 |   - |  73 | 242 |  49 |   0 |   0 |  28 |2311k|  33 | 3.700000e+01 |      --      |    Inf 
721.67/721.94	c   624s|  3930k|    16 |   184 | 648k|  36 |   - |  73 | 239 |  23 |   0 |   0 |  28 |2318k|  33 | 3.700000e+01 |      --      |    Inf 
723.57/723.83	c   626s|  3940k|    13 |   184 | 649k|  36 |   - |  73 | 250 |  81 |   0 |   0 |  28 |2325k|  33 | 3.700000e+01 |      --      |    Inf 
725.67/725.93	c   628s|  3950k|    13 |   184 | 659k|  36 |   - |  73 | 278 |  43 |   0 |   0 |  28 |2332k|  33 | 3.700000e+01 |      --      |    Inf 
727.66/727.94	c   629s|  3960k|     8 |   184 | 660k|  36 |   - |  73 | 290 |  89 |   0 |   0 |  28 |2338k|  33 | 3.700000e+01 |      --      |    Inf 
729.56/729.88	c   631s|  3970k|    12 |   184 | 651k|  36 |   - |  73 | 254 |  64 |   0 |   0 |  28 |2345k|  33 | 3.700000e+01 |      --      |    Inf 
731.46/731.73	c   633s|  3980k|    14 |   184 | 652k|  36 |   - |  73 | 255 |  59 |   0 |   0 |  28 |2352k|  33 | 3.700000e+01 |      --      |    Inf 
733.26/733.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
733.26/733.55	c   634s|  3990k|    12 |   184 | 652k|  36 |   - |  73 | 257 |  42 |   0 |   0 |  28 |2359k|  33 | 3.700000e+01 |      --      |    Inf 
735.16/735.44	c   636s|  4000k|     9 |   184 | 655k|  36 |   - |  73 | 274 |  94 |   0 |   0 |  28 |2366k|  33 | 3.700000e+01 |      --      |    Inf 
737.05/737.33	c   637s|  4010k|    15 |   184 | 655k|  36 |   - |  73 | 266 |  65 |   0 |   0 |  28 |2373k|  33 | 3.700000e+01 |      --      |    Inf 
738.85/739.20	c   639s|  4020k|    15 |   184 | 657k|  36 |   - |  73 | 271 |  44 |   0 |   0 |  28 |2380k|  33 | 3.700000e+01 |      --      |    Inf 
740.85/741.18	c   641s|  4030k|    11 |   184 | 650k|  36 |   - |  73 | 247 |  37 |   0 |   0 |  28 |2387k|  33 | 3.700000e+01 |      --      |    Inf 
742.96/743.26	c   643s|  4040k|    16 |   184 | 651k|  36 |   - |  73 | 248 |  45 |   0 |   0 |  28 |2393k|  33 | 3.700000e+01 |      --      |    Inf 
744.96/745.29	c   644s|  4050k|    10 |   184 | 650k|  36 |   - |  73 | 253 |  71 |   0 |   0 |  28 |2400k|  33 | 3.700000e+01 |      --      |    Inf 
746.96/747.28	c   646s|  4060k|    13 |   184 | 653k|  36 |   - |  73 | 260 |  60 |   0 |   0 |  28 |2407k|  33 | 3.700000e+01 |      --      |    Inf 
749.05/749.32	c   648s|  4070k|    18 |   184 | 649k|  36 |   - |  73 | 241 |  50 |   0 |   0 |  28 |2414k|  33 | 3.700000e+01 |      --      |    Inf 
750.95/751.30	c   650s|  4080k|    15 |   184 | 652k|  36 |   - |  73 | 255 |  43 |   0 |   0 |  28 |2420k|  33 | 3.700000e+01 |      --      |    Inf 
752.95/753.21	c   651s|  4090k|    10 |   184 | 653k|  36 |   - |  73 | 262 |  69 |   0 |   0 |  28 |2427k|  33 | 3.700000e+01 |      --      |    Inf 
754.85/755.11	c   653s|  4100k|     9 |   184 | 653k|  36 |   - |  73 | 265 |  77 |   0 |   0 |  28 |2434k|  33 | 3.700000e+01 |      --      |    Inf 
756.75/757.09	c   655s|  4110k|    15 |   184 | 653k|  36 |   - |  73 | 257 |  60 |   0 |   0 |  28 |2441k|  33 | 3.700000e+01 |      --      |    Inf 
758.76/759.06	c   656s|  4120k|     9 |   184 | 663k|  36 |   - |  73 | 294 |  66 |   0 |   0 |  28 |2448k|  33 | 3.700000e+01 |      --      |    Inf 
760.65/760.98	c   658s|  4130k|    10 |   184 | 663k|  36 |   - |  73 | 294 |  63 |   0 |   0 |  28 |2454k|  33 | 3.700000e+01 |      --      |    Inf 
762.75/763.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
762.75/763.01	c   660s|  4140k|     9 |   184 | 652k|  36 |   - |  73 | 262 |  53 |   0 |   0 |  28 |2461k|  33 | 3.700000e+01 |      --      |    Inf 
764.55/764.88	c   661s|  4150k|    15 |   184 | 660k|  36 |   - |  73 | 278 |  40 |   0 |   0 |  28 |2468k|  33 | 3.700000e+01 |      --      |    Inf 
766.55/766.81	c   663s|  4160k|    16 |   184 | 659k|  36 |   - |  73 | 277 |  57 |   0 |   0 |  28 |2475k|  33 | 3.700000e+01 |      --      |    Inf 
768.45/768.73	c   665s|  4170k|     7 |   184 | 668k|  36 |   - |  73 | 313 |  75 |   0 |   0 |  28 |2482k|  33 | 3.700000e+01 |      --      |    Inf 
770.25/770.50	c   666s|  4180k|    11 |   184 | 653k|  36 |   - |  73 | 263 |  97 |   0 |   0 |  28 |2489k|  33 | 3.700000e+01 |      --      |    Inf 
771.84/772.15	c   668s|  4190k|    12 |   184 | 659k|  36 |   - |  73 | 278 |  52 |   0 |   0 |  28 |2495k|  33 | 3.700000e+01 |      --      |    Inf 
773.54/773.87	c   669s|  4200k|    11 |   184 | 663k|  36 |   - |  73 | 287 |  35 |   0 |   0 |  28 |2502k|  33 | 3.700000e+01 |      --      |    Inf 
775.44/775.74	c   671s|  4210k|     9 |   184 | 662k|  36 |   - |  73 | 291 |  67 |   0 |   0 |  28 |2509k|  33 | 3.700000e+01 |      --      |    Inf 
777.44/777.78	c   672s|  4220k|    11 |   184 | 667k|  36 |   - |  73 | 297 |  24 |   0 |   0 |  28 |2516k|  33 | 3.700000e+01 |      --      |    Inf 
779.45/779.76	c   674s|  4230k|    10 |   184 | 664k|  36 |   - |  73 | 295 |  53 |   0 |   0 |  28 |2523k|  33 | 3.700000e+01 |      --      |    Inf 
781.44/781.79	c   676s|  4240k|    10 |   184 | 664k|  36 |   - |  73 | 294 |  55 |   0 |   0 |  28 |2530k|  33 | 3.700000e+01 |      --      |    Inf 
783.44/783.77	c   678s|  4250k|    10 |   184 | 667k|  36 |   - |  73 | 302 |  39 |   0 |   0 |  28 |2537k|  33 | 3.700000e+01 |      --      |    Inf 
785.44/785.72	c   679s|  4260k|     9 |   184 | 675k|  36 |   - |  73 | 326 |  22 |   0 |   0 |  28 |2544k|  33 | 3.700000e+01 |      --      |    Inf 
787.34/787.66	c   681s|  4270k|    10 |   184 | 649k|  36 |   - |  73 | 255 | 124 |   0 |   0 |  28 |2550k|  33 | 3.700000e+01 |      --      |    Inf 
789.44/789.70	c   683s|  4280k|    12 |   184 | 665k|  36 |   - |  73 | 293 |  30 |   0 |   0 |  28 |2557k|  33 | 3.700000e+01 |      --      |    Inf 
791.24/791.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
791.24/791.58	c   684s|  4290k|    13 |   184 | 650k|  36 |   - |  73 | 254 | 100 |   0 |   0 |  28 |2564k|  33 | 3.700000e+01 |      --      |    Inf 
793.14/793.45	c   686s|  4300k|    11 |   184 | 667k|  36 |   - |  73 | 301 |  22 |   0 |   0 |  28 |2571k|  33 | 3.700000e+01 |      --      |    Inf 
795.05/795.31	c   688s|  4310k|     9 |   184 | 666k|  36 |   - |  73 | 304 |  77 |   0 |   0 |  28 |2579k|  33 | 3.700000e+01 |      --      |    Inf 
796.84/797.16	c   689s|  4320k|    17 |   184 | 638k|  36 |   - |  73 | 211 |  81 |   0 |   0 |  28 |2585k|  33 | 3.700000e+01 |      --      |    Inf 
798.73/799.03	c   691s|  4330k|    13 |   184 | 647k|  36 |   - |  73 | 237 |  27 |   0 |   0 |  28 |2592k|  33 | 3.700000e+01 |      --      |    Inf 
800.64/800.91	c   693s|  4340k|    12 |   184 | 646k|  36 |   - |  73 | 236 |  60 |   0 |   0 |  28 |2599k|  33 | 3.700000e+01 |      --      |    Inf 
802.43/802.74	c   694s|  4350k|    19 |   184 | 643k|  36 |   - |  73 | 223 |  57 |   0 |   0 |  28 |2606k|  33 | 3.700000e+01 |      --      |    Inf 
804.34/804.62	c   696s|  4360k|    10 |   184 | 650k|  36 |   - |  73 | 252 |  62 |   0 |   0 |  28 |2613k|  33 | 3.700000e+01 |      --      |    Inf 
806.13/806.46	c   697s|  4370k|    12 |   184 | 644k|  36 |   - |  73 | 225 |  33 |   0 |   0 |  28 |2620k|  33 | 3.700000e+01 |      --      |    Inf 
808.03/808.34	c   699s|  4380k|    16 |   184 | 641k|  36 |   - |  73 | 219 |  61 |   0 |   0 |  28 |2627k|  33 | 3.700000e+01 |      --      |    Inf 
810.03/810.35	c   701s|  4390k|    12 |   184 | 651k|  36 |   - |  73 | 250 |  40 |   0 |   0 |  28 |2634k|  33 | 3.700000e+01 |      --      |    Inf 
812.03/812.37	c   702s|  4400k|    12 |   184 | 644k|  36 |   - |  73 | 237 |  82 |   0 |   0 |  28 |2640k|  33 | 3.700000e+01 |      --      |    Inf 
814.03/814.30	c   704s|  4410k|    10 |   184 | 647k|  36 |   - |  73 | 247 |  88 |   0 |   0 |  28 |2647k|  33 | 3.700000e+01 |      --      |    Inf 
815.83/816.17	c   706s|  4420k|    16 |   184 | 645k|  36 |   - |  73 | 225 |  27 |   0 |   0 |  28 |2654k|  33 | 3.700000e+01 |      --      |    Inf 
817.83/818.16	c   708s|  4430k|    15 |   184 | 646k|  36 |   - |  73 | 235 |  50 |   0 |   0 |  28 |2661k|  33 | 3.700000e+01 |      --      |    Inf 
819.83/820.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
819.83/820.15	c   709s|  4440k|    13 |   184 | 651k|  36 |   - |  73 | 253 |  79 |   0 |   0 |  28 |2668k|  33 | 3.700000e+01 |      --      |    Inf 
821.93/822.23	c   711s|  4450k|    15 |   184 | 653k|  36 |   - |  73 | 253 |  30 |   0 |   0 |  28 |2674k|  33 | 3.700000e+01 |      --      |    Inf 
823.93/824.27	c   713s|  4460k|    15 |   184 | 642k|  36 |   - |  73 | 224 |  96 |   0 |   0 |  28 |2681k|  33 | 3.700000e+01 |      --      |    Inf 
825.93/826.24	c   715s|  4470k|    13 |   184 | 652k|  36 |   - |  73 | 251 |  33 |   0 |   0 |  28 |2688k|  33 | 3.700000e+01 |      --      |    Inf 
827.83/828.16	c   716s|  4480k|    11 |   184 | 661k|  36 |   - |  73 | 280 |  32 |   0 |   0 |  28 |2694k|  33 | 3.700000e+01 |      --      |    Inf 
829.73/830.01	c   718s|  4490k|    12 |   184 | 652k|  36 |   - |  73 | 256 |  72 |   0 |   0 |  28 |2701k|  33 | 3.700000e+01 |      --      |    Inf 
831.63/831.98	c   719s|  4500k|    13 |   184 | 658k|  36 |   - |  73 | 270 |  23 |   0 |   0 |  28 |2708k|  33 | 3.700000e+01 |      --      |    Inf 
833.62/833.92	c   721s|  4510k|    16 |   184 | 650k|  36 |   - |  73 | 240 |  24 |   0 |   0 |  28 |2715k|  33 | 3.700000e+01 |      --      |    Inf 
835.52/835.85	c   723s|  4520k|    18 |   184 | 650k|  36 |   - |  73 | 241 |  46 |   0 |   0 |  28 |2722k|  33 | 3.700000e+01 |      --      |    Inf 
837.52/837.80	c   724s|  4530k|    14 |   184 | 651k|  36 |   - |  73 | 245 |  24 |   0 |   0 |  28 |2728k|  33 | 3.700000e+01 |      --      |    Inf 
839.43/839.77	c   726s|  4540k|    14 |   184 | 650k|  36 |   - |  73 | 245 |  37 |   0 |   0 |  28 |2735k|  33 | 3.700000e+01 |      --      |    Inf 
841.42/841.78	c   728s|  4550k|    13 |   184 | 658k|  36 |   - |  73 | 270 |  20 |   0 |   0 |  28 |2742k|  33 | 3.700000e+01 |      --      |    Inf 
843.42/843.77	c   730s|  4560k|    13 |   184 | 648k|  36 |   - |  73 | 244 |  87 |   0 |   0 |  28 |2749k|  33 | 3.700000e+01 |      --      |    Inf 
845.42/845.76	c   731s|  4570k|    16 |   184 | 653k|  36 |   - |  73 | 254 |  52 |   0 |   0 |  28 |2756k|  33 | 3.700000e+01 |      --      |    Inf 
847.42/847.78	c   733s|  4580k|    11 |   184 | 660k|  36 |   - |  73 | 279 |  48 |   0 |   0 |  28 |2763k|  33 | 3.700000e+01 |      --      |    Inf 
849.52/849.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
849.52/849.80	c   735s|  4590k|    14 |   184 | 656k|  36 |   - |  73 | 263 |  36 |   0 |   0 |  28 |2769k|  33 | 3.700000e+01 |      --      |    Inf 
851.52/851.82	c   737s|  4600k|    11 |   184 | 663k|  36 |   - |  73 | 289 |  52 |   0 |   0 |  28 |2776k|  33 | 3.700000e+01 |      --      |    Inf 
853.32/853.69	c   738s|  4610k|    19 |   184 | 644k|  36 |   - |  73 | 220 |  59 |   0 |   0 |  28 |2783k|  33 | 3.700000e+01 |      --      |    Inf 
855.32/855.64	c   740s|  4620k|    18 |   184 | 650k|  36 |   - |  73 | 241 |  60 |   0 |   0 |  28 |2790k|  33 | 3.700000e+01 |      --      |    Inf 
857.22/857.56	c   742s|  4630k|    12 |   184 | 660k|  36 |   - |  73 | 274 |  50 |   0 |   0 |  28 |2797k|  33 | 3.700000e+01 |      --      |    Inf 
859.21/859.51	c   743s|  4640k|    15 |   184 | 649k|  36 |   - |  73 | 238 |  36 |   0 |   0 |  28 |2804k|  33 | 3.700000e+01 |      --      |    Inf 
860.92/861.25	c   745s|  4650k|    16 |   184 | 644k|  36 |   - |  73 | 222 |  57 |   0 |   0 |  28 |2811k|  33 | 3.700000e+01 |      --      |    Inf 
862.72/863.01	c   746s|  4660k|    12 |   184 | 656k|  36 |   - |  73 | 265 |  64 |   0 |   0 |  28 |2817k|  33 | 3.700000e+01 |      --      |    Inf 
864.42/864.79	c   748s|  4670k|    17 |   184 | 651k|  36 |   - |  73 | 242 |  41 |   0 |   0 |  28 |2824k|  33 | 3.700000e+01 |      --      |    Inf 
866.32/866.63	c   749s|  4680k|    17 |   184 | 652k|  36 |   - |  73 | 248 |  30 |   0 |   0 |  28 |2831k|  33 | 3.700000e+01 |      --      |    Inf 
868.22/868.52	c   751s|  4690k|    11 |   184 | 648k|  36 |   - |  73 | 246 |  93 |   0 |   0 |  28 |2838k|  33 | 3.700000e+01 |      --      |    Inf 
870.02/870.30	c   753s|  4700k|    14 |   184 | 657k|  36 |   - |  73 | 268 |  52 |   0 |   0 |  28 |2845k|  33 | 3.700000e+01 |      --      |    Inf 
871.81/872.12	c   754s|  4710k|    12 |   184 | 655k|  36 |   - |  73 | 263 |  48 |   0 |   0 |  28 |2851k|  33 | 3.700000e+01 |      --      |    Inf 
873.91/874.22	c   756s|  4720k|    10 |   184 | 660k|  36 |   - |  73 | 287 |  89 |   0 |   0 |  28 |2858k|  33 | 3.700000e+01 |      --      |    Inf 
875.91/876.21	c   758s|  4730k|    13 |   184 | 665k|  36 |   - |  73 | 290 |  25 |   0 |   0 |  28 |2865k|  33 | 3.700000e+01 |      --      |    Inf 
877.91/878.28	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
877.91/878.28	c   760s|  4740k|    14 |   184 | 661k|  36 |   - |  73 | 281 |  39 |   0 |   0 |  28 |2872k|  33 | 3.700000e+01 |      --      |    Inf 
879.92/880.30	c   761s|  4750k|    13 |   184 | 662k|  36 |   - |  73 | 288 |  61 |   0 |   0 |  28 |2879k|  33 | 3.700000e+01 |      --      |    Inf 
881.92/882.27	c   763s|  4760k|    15 |   184 | 645k|  36 |   - |  73 | 230 |  93 |   0 |   0 |  28 |2886k|  33 | 3.700000e+01 |      --      |    Inf 
883.71/884.09	c   765s|  4770k|    11 |   184 | 652k|  36 |   - |  73 | 257 |  82 |   0 |   0 |  28 |2893k|  33 | 3.700000e+01 |      --      |    Inf 
885.61/885.98	c   766s|  4780k|    10 |   184 | 652k|  36 |   - |  73 | 257 |  93 |   0 |   0 |  28 |2900k|  33 | 3.700000e+01 |      --      |    Inf 
887.51/887.88	c   768s|  4790k|     9 |   184 | 653k|  36 |   - |  73 | 260 |  73 |   0 |   0 |  28 |2907k|  33 | 3.700000e+01 |      --      |    Inf 
889.50/889.87	c   770s|  4800k|    16 |   184 | 653k|  36 |   - |  73 | 249 |  37 |   0 |   0 |  28 |2914k|  33 | 3.700000e+01 |      --      |    Inf 
891.41/891.78	c   771s|  4810k|    12 |   184 | 655k|  36 |   - |  73 | 264 |  69 |   0 |   0 |  28 |2921k|  33 | 3.700000e+01 |      --      |    Inf 
893.20/893.60	c   773s|  4820k|    13 |   184 | 663k|  36 |   - |  73 | 281 |  38 |   0 |   0 |  28 |2928k|  33 | 3.700000e+01 |      --      |    Inf 
895.11/895.50	c   774s|  4830k|    12 |   184 | 661k|  36 |   - |  73 | 278 |  47 |   0 |   0 |  28 |2935k|  33 | 3.700000e+01 |      --      |    Inf 
897.11/897.42	c   776s|  4840k|    10 |   184 | 650k|  36 |   - |  73 | 249 |  92 |   0 |   0 |  28 |2942k|  33 | 3.700000e+01 |      --      |    Inf 
899.00/899.30	c   778s|  4850k|    10 |   184 | 661k|  36 |   - |  73 | 276 |  26 |   0 |   0 |  28 |2948k|  33 | 3.700000e+01 |      --      |    Inf 
900.90/901.27	c   779s|  4860k|    13 |   184 | 659k|  36 |   - |  73 | 274 |  93 |   0 |   0 |  28 |2955k|  33 | 3.700000e+01 |      --      |    Inf 
902.80/903.19	c   781s|  4870k|     8 |   184 | 679k|  36 |   - |  73 | 335 |  36 |   0 |   0 |  28 |2962k|  33 | 3.700000e+01 |      --      |    Inf 
904.71/905.06	c   783s|  4880k|    15 |   184 | 661k|  36 |   - |  73 | 274 |  44 |   0 |   0 |  28 |2969k|  33 | 3.700000e+01 |      --      |    Inf 
906.80/907.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
906.80/907.15	c   784s|  4890k|    10 |   184 | 671k|  36 |   - |  73 | 309 |  42 |   0 |   0 |  28 |2976k|  33 | 3.700000e+01 |      --      |    Inf 
908.81/909.11	c   786s|  4900k|    12 |   184 | 665k|  36 |   - |  73 | 291 |  45 |   0 |   0 |  28 |2983k|  33 | 3.700000e+01 |      --      |    Inf 
910.80/911.11	c   788s|  4910k|    11 |   184 | 670k|  36 |   - |  73 | 310 |  79 |   0 |   0 |  28 |2990k|  33 | 3.700000e+01 |      --      |    Inf 
912.71/913.02	c   790s|  4920k|    15 |   184 | 650k|  36 |   - |  73 | 238 |  27 |   0 |   0 |  28 |2997k|  33 | 3.700000e+01 |      --      |    Inf 
914.60/914.98	c   791s|  4930k|    16 |   184 | 652k|  36 |   - |  73 | 248 |  65 |   0 |   0 |  28 |3004k|  33 | 3.700000e+01 |      --      |    Inf 
916.50/916.85	c   793s|  4940k|    12 |   184 | 653k|  36 |   - |  73 | 256 |  77 |   0 |   0 |  28 |3010k|  33 | 3.700000e+01 |      --      |    Inf 
918.30/918.69	c   795s|  4950k|    13 |   184 | 652k|  36 |   - |  73 | 244 |  30 |   0 |   0 |  28 |3017k|  33 | 3.700000e+01 |      --      |    Inf 
920.30/920.69	c   796s|  4960k|    11 |   184 | 652k|  36 |   - |  73 | 252 |  71 |   0 |   0 |  28 |3024k|  33 | 3.700000e+01 |      --      |    Inf 
922.30/922.61	c   798s|  4970k|    12 |   184 | 660k|  36 |   - |  73 | 270 |  22 |   0 |   0 |  28 |3031k|  33 | 3.700000e+01 |      --      |    Inf 
924.20/924.54	c   800s|  4980k|    13 |   184 | 658k|  36 |   - |  73 | 269 |  69 |   0 |   0 |  28 |3038k|  33 | 3.700000e+01 |      --      |    Inf 
926.10/926.43	c   801s|  4990k|    10 |   184 | 660k|  36 |   - |  73 | 275 |  42 |   0 |   0 |  28 |3045k|  33 | 3.700000e+01 |      --      |    Inf 
927.89/928.28	c   803s|  5000k|    13 |   184 | 659k|  36 |   - |  73 | 271 |  69 |   0 |   0 |  28 |3051k|  33 | 3.700000e+01 |      --      |    Inf 
929.79/930.18	c   804s|  5010k|    12 |   184 | 662k|  36 |   - |  73 | 284 |  56 |   0 |   0 |  28 |3059k|  33 | 3.700000e+01 |      --      |    Inf 
931.70/932.02	c   806s|  5020k|     9 |   184 | 671k|  36 |   - |  73 | 308 |  34 |   0 |   0 |  28 |3066k|  33 | 3.700000e+01 |      --      |    Inf 
933.60/933.99	c   808s|  5030k|    14 |   184 | 664k|  36 |   - |  73 | 285 |  59 |   0 |   0 |  28 |3072k|  33 | 3.700000e+01 |      --      |    Inf 
935.49/935.86	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
935.49/935.86	c   809s|  5040k|    10 |   184 | 663k|  36 |   - |  73 | 283 |  45 |   0 |   0 |  28 |3079k|  33 | 3.700000e+01 |      --      |    Inf 
937.39/937.72	c   811s|  5050k|     8 |   184 | 666k|  36 |   - |  73 | 300 |  92 |   0 |   0 |  28 |3086k|  33 | 3.700000e+01 |      --      |    Inf 
939.10/939.50	c   813s|  5060k|     8 |   184 | 674k|  36 |   - |  73 | 317 |  18 |   0 |   0 |  28 |3093k|  33 | 3.700000e+01 |      --      |    Inf 
940.99/941.32	c   814s|  5070k|    13 |   184 | 658k|  36 |   - |  73 | 270 |  53 |   0 |   0 |  28 |3100k|  33 | 3.700000e+01 |      --      |    Inf 
942.79/943.12	c   816s|  5080k|     8 |   184 | 663k|  36 |   - |  73 | 290 |  64 |   0 |   0 |  28 |3107k|  33 | 3.700000e+01 |      --      |    Inf 
944.70/945.09	c   817s|  5090k|    17 |   184 | 656k|  36 |   - |  73 | 257 |  64 |   0 |   0 |  28 |3114k|  33 | 3.700000e+01 |      --      |    Inf 
946.79/947.12	c   819s|  5100k|     6 |   184 | 658k|  36 |   - |  73 | 282 | 112 |   0 |   0 |  28 |3121k|  33 | 3.700000e+01 |      --      |    Inf 
948.79/949.10	c   821s|  5110k|    19 |   184 | 645k|  36 |   - |  73 | 223 |  78 |   0 |   0 |  28 |3128k|  33 | 3.700000e+01 |      --      |    Inf 
950.69/951.01	c   822s|  5120k|    15 |   184 | 648k|  36 |   - |  73 | 230 |  40 |   0 |   0 |  28 |3135k|  33 | 3.700000e+01 |      --      |    Inf 
952.49/952.85	c   824s|  5130k|    17 |   184 | 650k|  36 |   - |  73 | 239 |  83 |   0 |   0 |  28 |3142k|  33 | 3.700000e+01 |      --      |    Inf 
954.39/954.76	c   826s|  5140k|    18 |   184 | 649k|  36 |   - |  73 | 236 |  47 |   0 |   0 |  28 |3149k|  33 | 3.700000e+01 |      --      |    Inf 
956.19/956.57	c   827s|  5150k|    11 |   184 | 655k|  36 |   - |  73 | 259 |  53 |   0 |   0 |  28 |3155k|  33 | 3.700000e+01 |      --      |    Inf 
958.08/958.45	c   829s|  5160k|    13 |   184 | 655k|  36 |   - |  73 | 259 |  63 |   0 |   0 |  28 |3162k|  33 | 3.700000e+01 |      --      |    Inf 
959.99/960.33	c   831s|  5170k|    11 |   184 | 662k|  36 |   - |  73 | 279 |  43 |   0 |   0 |  28 |3169k|  33 | 3.700000e+01 |      --      |    Inf 
961.88/962.27	c   832s|  5180k|    15 |   184 | 655k|  36 |   - |  73 | 251 |  33 |   0 |   0 |  28 |3176k|  33 | 3.700000e+01 |      --      |    Inf 
963.89/964.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
963.89/964.26	c   834s|  5190k|    19 |   184 | 653k|  36 |   - |  73 | 246 |  47 |   0 |   0 |  28 |3183k|  33 | 3.700000e+01 |      --      |    Inf 
965.79/966.16	c   836s|  5200k|    16 |   184 | 651k|  36 |   - |  73 | 239 |  29 |   0 |   0 |  28 |3190k|  33 | 3.700000e+01 |      --      |    Inf 
967.69/968.06	c   837s|  5210k|    13 |   184 | 661k|  36 |   - |  73 | 274 |  42 |   0 |   0 |  28 |3197k|  33 | 3.700000e+01 |      --      |    Inf 
969.58/969.93	c   839s|  5220k|    17 |   184 | 653k|  36 |   - |  73 | 247 |  54 |   0 |   0 |  28 |3204k|  33 | 3.700000e+01 |      --      |    Inf 
971.48/971.87	c   841s|  5230k|    14 |   184 | 652k|  36 |   - |  73 | 249 |  48 |   0 |   0 |  28 |3211k|  33 | 3.700000e+01 |      --      |    Inf 
973.39/973.77	c   842s|  5240k|    15 |   184 | 649k|  36 |   - |  73 | 238 |  74 |   0 |   0 |  28 |3217k|  33 | 3.700000e+01 |      --      |    Inf 
975.48/975.80	c   844s|  5250k|     9 |   184 | 658k|  36 |   - |  73 | 276 |  85 |   0 |   0 |  28 |3224k|  33 | 3.700000e+01 |      --      |    Inf 
977.48/977.87	c   846s|  5260k|    18 |   184 | 650k|  36 |   - |  73 | 235 |  31 |   0 |   0 |  28 |3231k|  33 | 3.700000e+01 |      --      |    Inf 
979.58/979.90	c   848s|  5270k|    12 |   184 | 649k|  36 |   - |  73 | 244 |  92 |   0 |   0 |  28 |3238k|  33 | 3.700000e+01 |      --      |    Inf 
981.58/981.90	c   849s|  5280k|    10 |   184 | 663k|  36 |   - |  73 | 286 |  31 |   0 |   0 |  28 |3245k|  33 | 3.700000e+01 |      --      |    Inf 
983.58/983.93	c   851s|  5290k|    13 |   184 | 665k|  36 |   - |  73 | 289 |  25 |   0 |   0 |  28 |3252k|  33 | 3.700000e+01 |      --      |    Inf 
985.48/985.90	c   853s|  5300k|    10 |   184 | 664k|  36 |   - |  73 | 288 |  35 |   0 |   0 |  28 |3258k|  33 | 3.700000e+01 |      --      |    Inf 
987.48/987.85	c   854s|  5310k|    14 |   184 | 659k|  36 |   - |  73 | 263 |  27 |   0 |   0 |  28 |3265k|  33 | 3.700000e+01 |      --      |    Inf 
989.37/989.76	c   856s|  5320k|    15 |   184 | 667k|  36 |   - |  73 | 289 |  24 |   0 |   0 |  28 |3272k|  33 | 3.700000e+01 |      --      |    Inf 
991.38/991.72	c   858s|  5330k|    15 |   184 | 670k|  36 |   - |  73 | 302 |  25 |   0 |   0 |  28 |3279k|  33 | 3.700000e+01 |      --      |    Inf 
993.38/993.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
993.38/993.78	c   859s|  5340k|    12 |   184 | 669k|  36 |   - |  73 | 298 |  22 |   0 |   0 |  28 |3286k|  33 | 3.700000e+01 |      --      |    Inf 
995.38/995.75	c   861s|  5350k|    15 |   184 | 653k|  36 |   - |  73 | 252 |  92 |   0 |   0 |  28 |3293k|  33 | 3.700000e+01 |      --      |    Inf 
997.38/997.72	c   863s|  5360k|    12 |   184 | 661k|  36 |   - |  73 | 275 |  42 |   0 |   0 |  28 |3300k|  33 | 3.700000e+01 |      --      |    Inf 
999.37/999.72	c   865s|  5370k|    10 |   184 | 664k|  36 |   - |  73 | 284 |  27 |   0 |   0 |  28 |3307k|  33 | 3.700000e+01 |      --      |    Inf 
1001.28/1001.69	c   866s|  5380k|     9 |   184 | 664k|  36 |   - |  73 | 291 |  70 |   0 |   0 |  28 |3314k|  33 | 3.700000e+01 |      --      |    Inf 
1003.37/1003.72	c   868s|  5390k|    14 |   184 | 662k|  36 |   - |  73 | 280 |  69 |   0 |   0 |  28 |3321k|  33 | 3.700000e+01 |      --      |    Inf 
1005.27/1005.70	c   870s|  5400k|    11 |   184 | 675k|  36 |   - |  73 | 321 |  42 |   0 |   0 |  28 |3327k|  33 | 3.700000e+01 |      --      |    Inf 
1007.38/1007.72	c   872s|  5410k|    14 |   184 | 665k|  36 |   - |  73 | 287 |  40 |   0 |   0 |  28 |3334k|  33 | 3.700000e+01 |      --      |    Inf 
1009.27/1009.60	c   873s|  5420k|    13 |   184 | 648k|  36 |   - |  73 | 229 |  38 |   0 |   0 |  28 |3341k|  33 | 3.700000e+01 |      --      |    Inf 
1011.27/1011.62	c   875s|  5430k|    13 |   184 | 656k|  36 |   - |  73 | 254 |  33 |   0 |   0 |  28 |3348k|  33 | 3.700000e+01 |      --      |    Inf 
1013.17/1013.53	c   877s|  5440k|    11 |   184 | 652k|  36 |   - |  73 | 248 |  71 |   0 |   0 |  28 |3355k|  33 | 3.700000e+01 |      --      |    Inf 
1015.07/1015.46	c   878s|  5450k|    12 |   184 | 653k|  36 |   - |  73 | 256 |  87 |   0 |   0 |  28 |3362k|  33 | 3.700000e+01 |      --      |    Inf 
1017.07/1017.41	c   880s|  5460k|     7 |   184 | 660k|  36 |   - |  73 | 277 |  54 |   0 |   0 |  28 |3369k|  33 | 3.700000e+01 |      --      |    Inf 
1018.97/1019.35	c   882s|  5470k|    13 |   184 | 666k|  36 |   - |  73 | 288 |  32 |   0 |   0 |  28 |3376k|  33 | 3.700000e+01 |      --      |    Inf 
1020.97/1021.32	c   883s|  5480k|    14 |   184 | 663k|  36 |   - |  73 | 276 |  20 |   0 |   0 |  28 |3382k|  33 | 3.700000e+01 |      --      |    Inf 
1022.96/1023.36	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1022.96/1023.36	c   885s|  5490k|    12 |   184 | 658k|  36 |   - |  73 | 269 |  66 |   0 |   0 |  28 |3389k|  33 | 3.700000e+01 |      --      |    Inf 
1024.97/1025.33	c   887s|  5500k|     9 |   184 | 656k|  36 |   - |  73 | 270 | 102 |   0 |   0 |  28 |3396k|  33 | 3.700000e+01 |      --      |    Inf 
1026.86/1027.28	c   889s|  5510k|    11 |   184 | 665k|  36 |   - |  73 | 287 |  26 |   0 |   0 |  28 |3403k|  33 | 3.700000e+01 |      --      |    Inf 
1028.76/1029.15	c   890s|  5520k|    16 |   184 | 655k|  36 |   - |  73 | 253 |  56 |   0 |   0 |  28 |3410k|  33 | 3.700000e+01 |      --      |    Inf 
1030.46/1030.89	c   892s|  5530k|    13 |   184 | 661k|  36 |   - |  73 | 275 |  47 |   0 |   0 |  28 |3416k|  33 | 3.700000e+01 |      --      |    Inf 
1032.36/1032.73	c   893s|  5540k|    11 |   184 | 658k|  36 |   - |  73 | 269 |  42 |   0 |   0 |  28 |3423k|  33 | 3.700000e+01 |      --      |    Inf 
1034.27/1034.64	c   895s|  5550k|    16 |   184 | 659k|  36 |   - |  73 | 268 |  55 |   0 |   0 |  28 |3430k|  33 | 3.700000e+01 |      --      |    Inf 
1036.07/1036.44	c   896s|  5560k|    16 |   184 | 661k|  36 |   - |  73 | 273 |  32 |   0 |   0 |  28 |3437k|  33 | 3.700000e+01 |      --      |    Inf 
1037.96/1038.34	c   898s|  5570k|    14 |   184 | 662k|  36 |   - |  73 | 279 |  82 |   0 |   0 |  28 |3444k|  33 | 3.700000e+01 |      --      |    Inf 
1039.86/1040.23	c   900s|  5580k|    11 |   184 | 661k|  36 |   - |  73 | 282 |  84 |   0 |   0 |  28 |3451k|  33 | 3.700000e+01 |      --      |    Inf 
1041.66/1042.07	c   901s|  5590k|    12 |   184 | 666k|  36 |   - |  73 | 294 |  61 |   0 |   0 |  28 |3458k|  33 | 3.700000e+01 |      --      |    Inf 
1043.66/1044.04	c   903s|  5600k|    12 |   184 | 662k|  36 |   - |  73 | 278 |  34 |   0 |   0 |  28 |3464k|  33 | 3.700000e+01 |      --      |    Inf 
1045.56/1045.98	c   905s|  5610k|     8 |   184 | 671k|  36 |   - |  73 | 310 |  40 |   0 |   0 |  28 |3471k|  33 | 3.700000e+01 |      --      |    Inf 
1047.66/1048.00	c   906s|  5620k|    11 |   184 | 669k|  36 |   - |  73 | 304 |  61 |   0 |   0 |  28 |3478k|  33 | 3.700000e+01 |      --      |    Inf 
1049.46/1049.89	c   908s|  5630k|     7 |   184 | 674k|  36 |   - |  73 | 324 |  57 |   0 |   0 |  28 |3485k|  33 | 3.700000e+01 |      --      |    Inf 
1051.46/1051.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1051.46/1051.85	c   910s|  5640k|    18 |   184 | 654k|  36 |   - |  73 | 244 |  23 |   0 |   0 |  28 |3492k|  33 | 3.700000e+01 |      --      |    Inf 
1053.46/1053.87	c   911s|  5650k|    12 |   184 | 658k|  36 |   - |  73 | 267 |  64 |   0 |   0 |  28 |3499k|  33 | 3.700000e+01 |      --      |    Inf 
1055.55/1055.93	c   913s|  5660k|    11 |   184 | 662k|  36 |   - |  73 | 284 |  50 |   0 |   0 |  28 |3505k|  33 | 3.700000e+01 |      --      |    Inf 
1057.55/1057.98	c   915s|  5670k|    14 |   184 | 665k|  36 |   - |  73 | 287 |  46 |   0 |   0 |  28 |3512k|  33 | 3.700000e+01 |      --      |    Inf 
1059.65/1060.02	c   917s|  5680k|    13 |   184 | 659k|  36 |   - |  73 | 271 |  63 |   0 |   0 |  28 |3519k|  33 | 3.700000e+01 |      --      |    Inf 
1061.65/1062.01	c   919s|  5690k|     8 |   184 | 661k|  36 |   - |  73 | 281 |  46 |   0 |   0 |  28 |3526k|  33 | 3.700000e+01 |      --      |    Inf 
1063.55/1063.99	c   920s|  5700k|    13 |   184 | 661k|  36 |   - |  73 | 275 |  70 |   0 |   0 |  28 |3533k|  33 | 3.700000e+01 |      --      |    Inf 
1065.45/1065.89	c   922s|  5710k|    12 |   184 | 660k|  36 |   - |  73 | 271 |  30 |   0 |   0 |  28 |3540k|  33 | 3.700000e+01 |      --      |    Inf 
1067.45/1067.81	c   924s|  5720k|    11 |   184 | 664k|  36 |   - |  73 | 289 |  46 |   0 |   0 |  28 |3547k|  33 | 3.700000e+01 |      --      |    Inf 
1069.35/1069.79	c   925s|  5730k|     7 |   184 | 653k|  36 |   - |  73 | 262 | 110 |   0 |   0 |  28 |3554k|  33 | 3.700000e+01 |      --      |    Inf 
1071.25/1071.64	c   927s|  5740k|    14 |   184 | 654k|  36 |   - |  73 | 255 |  85 |   0 |   0 |  28 |3561k|  33 | 3.700000e+01 |      --      |    Inf 
1073.05/1073.47	c   928s|  5750k|    10 |   184 | 661k|  36 |   - |  73 | 281 |  74 |   0 |   0 |  28 |3568k|  33 | 3.700000e+01 |      --      |    Inf 
1074.95/1075.34	c   930s|  5760k|    17 |   184 | 656k|  36 |   - |  73 | 256 |  47 |   0 |   0 |  28 |3575k|  33 | 3.700000e+01 |      --      |    Inf 
1076.75/1077.18	c   932s|  5770k|    13 |   184 | 658k|  36 |   - |  73 | 267 |  49 |   0 |   0 |  28 |3582k|  33 | 3.700000e+01 |      --      |    Inf 
1078.75/1079.18	c   933s|  5780k|    17 |   184 | 661k|  36 |   - |  73 | 275 |  54 |   0 |   0 |  28 |3589k|  33 | 3.700000e+01 |      --      |    Inf 
1080.75/1081.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1080.75/1081.10	c   935s|  5790k|    10 |   184 | 667k|  36 |   - |  73 | 300 |  33 |   0 |   0 |  28 |3595k|  33 | 3.700000e+01 |      --      |    Inf 
1082.64/1083.07	c   937s|  5800k|    13 |   184 | 667k|  36 |   - |  73 | 301 |  64 |   0 |   0 |  28 |3602k|  33 | 3.700000e+01 |      --      |    Inf 
1084.65/1085.04	c   938s|  5810k|     7 |   184 | 670k|  36 |   - |  73 | 316 |  53 |   0 |   0 |  28 |3609k|  33 | 3.700000e+01 |      --      |    Inf 
1086.65/1087.03	c   940s|  5820k|    16 |   184 | 657k|  36 |   - |  73 | 265 |  64 |   0 |   0 |  28 |3616k|  33 | 3.700000e+01 |      --      |    Inf 
1088.65/1089.02	c   942s|  5830k|    10 |   184 | 658k|  36 |   - |  73 | 271 |  50 |   0 |   0 |  28 |3623k|  33 | 3.700000e+01 |      --      |    Inf 
1090.54/1090.92	c   944s|  5840k|     8 |   184 | 663k|  36 |   - |  73 | 291 |  71 |   0 |   0 |  28 |3630k|  33 | 3.700000e+01 |      --      |    Inf 
1092.44/1092.81	c   945s|  5850k|     9 |   184 | 661k|  36 |   - |  73 | 286 |  70 |   0 |   0 |  28 |3637k|  33 | 3.700000e+01 |      --      |    Inf 
1094.44/1094.84	c   947s|  5860k|    12 |   184 | 666k|  36 |   - |  73 | 296 |  42 |   0 |   0 |  28 |3644k|  33 | 3.700000e+01 |      --      |    Inf 
1096.45/1096.83	c   949s|  5870k|     7 |   184 | 672k|  36 |   - |  73 | 328 |  60 |   0 |   0 |  28 |3651k|  33 | 3.700000e+01 |      --      |    Inf 
1098.44/1098.86	c   950s|  5880k|    11 |   184 | 659k|  36 |   - |  73 | 275 |  33 |   0 |   0 |  28 |3657k|  33 | 3.700000e+01 |      --      |    Inf 
1100.54/1100.95	c   952s|  5890k|     9 |   184 | 660k|  36 |   - |  73 | 286 |  82 |   0 |   0 |  28 |3664k|  33 | 3.700000e+01 |      --      |    Inf 
1102.54/1102.94	c   954s|  5900k|    10 |   184 | 670k|  36 |   - |  73 | 308 |  17 |   0 |   0 |  28 |3671k|  33 | 3.700000e+01 |      --      |    Inf 
1104.64/1105.02	c   956s|  5910k|     8 |   184 | 660k|  36 |   - |  73 | 286 | 103 |   0 |   0 |  28 |3678k|  33 | 3.700000e+01 |      --      |    Inf 
1106.54/1106.95	c   957s|  5920k|    13 |   184 | 659k|  36 |   - |  73 | 277 |  71 |   0 |   0 |  28 |3685k|  33 | 3.700000e+01 |      --      |    Inf 
1108.45/1108.86	c   959s|  5930k|     9 |   184 | 666k|  36 |   - |  73 | 295 |  27 |   0 |   0 |  28 |3691k|  33 | 3.700000e+01 |      --      |    Inf 
1110.35/1110.80	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.35/1110.80	c   961s|  5940k|    11 |   184 | 665k|  36 |   - |  73 | 294 |  31 |   0 |   0 |  28 |3698k|  33 | 3.700000e+01 |      --      |    Inf 
1112.34/1112.78	c   962s|  5950k|    11 |   184 | 661k|  36 |   - |  73 | 280 |  45 |   0 |   0 |  28 |3705k|  33 | 3.700000e+01 |      --      |    Inf 
1114.34/1114.75	c   964s|  5960k|     9 |   184 | 668k|  36 |   - |  73 | 310 |  60 |   0 |   0 |  28 |3712k|  33 | 3.700000e+01 |      --      |    Inf 
1116.44/1116.81	c   966s|  5970k|    13 |   184 | 664k|  36 |   - |  73 | 295 |  78 |   0 |   0 |  28 |3719k|  33 | 3.700000e+01 |      --      |    Inf 
1118.35/1118.79	c   968s|  5980k|    12 |   184 | 666k|  36 |   - |  73 | 298 |  52 |   0 |   0 |  28 |3725k|  33 | 3.700000e+01 |      --      |    Inf 
1120.34/1120.73	c   969s|  5990k|    10 |   184 | 667k|  36 |   - |  73 | 306 |  53 |   0 |   0 |  28 |3732k|  33 | 3.700000e+01 |      --      |    Inf 
1122.34/1122.70	c   971s|  6000k|    13 |   184 | 665k|  36 |   - |  73 | 293 |  56 |   0 |   0 |  28 |3739k|  33 | 3.700000e+01 |      --      |    Inf 
1124.34/1124.71	c   973s|  6010k|     9 |   184 | 673k|  36 |   - |  73 | 324 |  44 |   0 |   0 |  28 |3746k|  33 | 3.700000e+01 |      --      |    Inf 
1126.34/1126.74	c   974s|  6020k|    11 |   184 | 657k|  36 |   - |  73 | 272 |  95 |   0 |   0 |  28 |3752k|  33 | 3.700000e+01 |      --      |    Inf 
1128.43/1128.81	c   976s|  6030k|    13 |   184 | 663k|  36 |   - |  73 | 282 |  23 |   0 |   0 |  28 |3759k|  33 | 3.700000e+01 |      --      |    Inf 
1130.44/1130.83	c   978s|  6040k|    15 |   184 | 663k|  36 |   - |  73 | 287 |  45 |   0 |   0 |  28 |3766k|  33 | 3.700000e+01 |      --      |    Inf 
1132.43/1132.80	c   980s|  6050k|     8 |   184 | 667k|  36 |   - |  73 | 301 |  32 |   0 |   0 |  28 |3773k|  33 | 3.700000e+01 |      --      |    Inf 
1134.33/1134.70	c   981s|  6060k|    12 |   184 | 666k|  36 |   - |  73 | 297 |  49 |   0 |   0 |  28 |3780k|  33 | 3.700000e+01 |      --      |    Inf 
1136.23/1136.61	c   983s|  6070k|    12 |   184 | 663k|  36 |   - |  73 | 289 |  60 |   0 |   0 |  28 |3787k|  33 | 3.700000e+01 |      --      |    Inf 
1138.14/1138.58	c   985s|  6080k|     9 |   184 | 668k|  36 |   - |  73 | 312 |  67 |   0 |   0 |  28 |3794k|  33 | 3.700000e+01 |      --      |    Inf 
1140.03/1140.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1140.03/1140.49	c   986s|  6090k|     9 |   184 | 667k|  36 |   - |  73 | 305 |  52 |   0 |   0 |  28 |3801k|  33 | 3.700000e+01 |      --      |    Inf 
1142.03/1142.40	c   988s|  6100k|    10 |   184 | 665k|  36 |   - |  73 | 296 |  38 |   0 |   0 |  28 |3808k|  33 | 3.700000e+01 |      --      |    Inf 
1143.93/1144.36	c   990s|  6110k|     8 |   184 | 669k|  36 |   - |  73 | 316 |  47 |   0 |   0 |  28 |3815k|  33 | 3.700000e+01 |      --      |    Inf 
1145.83/1146.22	c   991s|  6120k|     7 |   184 | 669k|  36 |   - |  73 | 316 |  25 |   0 |   0 |  28 |3821k|  33 | 3.700000e+01 |      --      |    Inf 
1147.73/1148.17	c   993s|  6130k|     6 |   184 | 666k|  36 |   - |  73 | 317 |  94 |   0 |   0 |  28 |3828k|  33 | 3.700000e+01 |      --      |    Inf 
1148.22/1148.63	c 
1148.22/1148.63	c SCIP Status        : problem is solved [infeasible]
1148.22/1148.63	c Solving Time (sec) : 993.41
1148.22/1148.63	c Solving Nodes      : 6132494
1148.22/1148.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1148.22/1148.63	c Dual Bound         : +1.00000000000000e+20
1148.22/1148.63	c Gap                : 0.00 %
1148.22/1148.63	c NODE         6132494
1148.22/1148.63	c DUAL BOUND   1e+20
1148.22/1148.63	c PRIMAL BOUND 1e+20
1148.22/1148.63	c GAP          0
1148.22/1148.63	s UNSATISFIABLE
1148.22/1148.63	c SCIP Status        : problem is solved [infeasible]
1148.22/1148.63	c Solving Time       :     993.41
1148.22/1148.63	c Original Problem   :
1148.22/1148.63	c   Problem name     : HOME/instance-1884507-1245259081.opb
1148.22/1148.63	c   Variables        : 73 (73 binary, 0 integer, 0 implicit integer, 0 continuous)
1148.22/1148.63	c   Constraints      : 156 initial, 156 maximal
1148.22/1148.63	c Presolved Problem  :
1148.22/1148.63	c   Problem name     : t_HOME/instance-1884507-1245259081.opb
1148.22/1148.63	c   Variables        : 73 (73 binary, 0 integer, 0 implicit integer, 0 continuous)
1148.22/1148.63	c   Constraints      : 156 initial, 365 maximal
1148.22/1148.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1148.22/1148.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1148.22/1148.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1148.22/1148.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1148.22/1148.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1148.22/1148.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1148.22/1148.63	c   probing          :       0.00          0          0          0          0          0          0          0          0
1148.22/1148.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1148.22/1148.63	c   root node        :          -         70          -          -         70          -          -          -          -
1148.22/1148.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1148.22/1148.63	c   integral         :          0          0          0          1          0          0          0          0          0          2
1148.22/1148.63	c   logicor          :        156+         5   48660110          0          0    3830906   92747288          0          0          0
1148.22/1148.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1148.22/1148.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1148.22/1148.63	c   integral         :       0.04       0.00       0.00       0.04       0.00
1148.22/1148.63	c   logicor          :     348.95       0.00     348.95       0.00       0.00
1148.22/1148.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1148.22/1148.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1148.22/1148.63	c   rootredcost      :      13.61          0          0          0
1148.22/1148.63	c   pseudoobj        :     242.54   53019086          0          0
1148.22/1148.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1148.22/1148.63	c   propagation      :     116.53    3830906    3527328    3527328       16.5     303114       11.2          -
1148.22/1148.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1148.22/1148.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1148.22/1148.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1148.22/1148.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1148.22/1148.64	c   applied globally :          -          -          -    3830364       16.0          -          -          -
1148.22/1148.64	c   applied locally  :          -          -          -          0        0.0          -          -          -
1148.22/1148.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1148.22/1148.64	c   cut pool         :       0.00          4          -          -          3          -    (maximal pool size: 96)
1148.22/1148.64	c   redcost          :       0.00          5          0          0          0          0
1148.22/1148.64	c   impliedbounds    :       0.00          5          0          0          0          0
1148.22/1148.64	c   intobj           :       0.00          0          0          0          0          0
1148.22/1148.64	c   gomory           :       0.00          5          0          0        442          0
1148.22/1148.64	c   strongcg         :       0.02          5          0          0        442          0
1148.22/1148.64	c   cmir             :       0.00          0          0          0          0          0
1148.22/1148.64	c   flowcover        :       0.00          0          0          0          0          0
1148.22/1148.64	c   clique           :       0.00          1          0          0          0          0
1148.22/1148.64	c   zerohalf         :       0.00          0          0          0          0          0
1148.22/1148.64	c   mcf              :       0.00          1          0          0          0          0
1148.22/1148.64	c Pricers            :       Time      Calls       Vars
1148.22/1148.64	c   problem variables:       0.00          0          0
1148.22/1148.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1148.22/1148.64	c   relpscost        :       0.04          1          0          0          0          0          2
1148.22/1148.64	c   pscost           :       0.00          0          0          0          0          0          0
1148.22/1148.64	c   inference        :      33.89    3984596          0          0          0          0    7969192
1148.22/1148.64	c   mostinf          :       0.00          0          0          0          0          0          0
1148.22/1148.64	c   leastinf         :       0.00          0          0          0          0          0          0
1148.22/1148.64	c   fullstrong       :       0.00          0          0          0          0          0          0
1148.22/1148.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
1148.22/1148.64	c   random           :       0.00          0          0          0          0          0          0
1148.22/1148.64	c Primal Heuristics  :       Time      Calls      Found
1148.22/1148.64	c   LP solutions     :       0.00          -          0
1148.22/1148.64	c   pseudo solutions :       0.00          -          0
1148.22/1148.64	c   simplerounding   :       0.00          0          0
1148.22/1148.64	c   rounding         :       0.00          0          0
1148.22/1148.64	c   shifting         :       0.00          0          0
1148.22/1148.64	c   intshifting      :       0.00          0          0
1148.22/1148.64	c   oneopt           :       0.00          0          0
1148.22/1148.64	c   fixandinfer      :       0.00          0          0
1148.22/1148.64	c   feaspump         :       0.00          0          0
1148.22/1148.64	c   coefdiving       :       0.00          0          0
1148.22/1148.64	c   pscostdiving     :       0.00          0          0
1148.22/1148.64	c   fracdiving       :       0.00          0          0
1148.22/1148.64	c   veclendiving     :       0.00          0          0
1148.22/1148.64	c   intdiving        :       0.00          0          0
1148.22/1148.64	c   actconsdiving    :       0.00          0          0
1148.22/1148.64	c   objpscostdiving  :       0.00          0          0
1148.22/1148.64	c   rootsoldiving    :       0.00          0          0
1148.22/1148.64	c   linesearchdiving :       0.00          0          0
1148.22/1148.64	c   guideddiving     :       0.00          0          0
1148.22/1148.64	c   octane           :       0.00          0          0
1148.22/1148.64	c   rens             :       0.00          0          0
1148.22/1148.64	c   rins             :       0.00          0          0
1148.22/1148.64	c   localbranching   :       0.00          0          0
1148.22/1148.64	c   mutation         :       0.00          0          0
1148.22/1148.64	c   crossover        :       0.00          0          0
1148.22/1148.64	c   dins             :       0.00          0          0
1148.22/1148.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1148.22/1148.64	c   primal LP        :       0.00          0          0       0.00          -
1148.22/1148.64	c   dual LP          :       0.02          6        184      30.67    9200.00
1148.22/1148.64	c   barrier LP       :       0.00          0          0       0.00          -
1148.22/1148.64	c   diving/probing LP:       0.00          0          0       0.00          -
1148.22/1148.64	c   strong branching :       0.04         33        527      15.97   13175.00
1148.22/1148.64	c     (at root node) :          -         33        527      15.97          -
1148.22/1148.64	c   conflict analysis:       0.00          0          0       0.00          -
1148.22/1148.64	c B&B Tree           :
1148.22/1148.64	c   number of runs   :          1
1148.22/1148.64	c   nodes            :    6132494
1148.22/1148.64	c   nodes (total)    :    6132494
1148.22/1148.64	c   nodes left       :          0
1148.22/1148.64	c   max depth        :         36
1148.22/1148.64	c   max depth (total):         36
1148.22/1148.64	c   backtracks       :    1889424 (30.8%)
1148.22/1148.64	c   delayed cutoffs  :    1836701
1148.22/1148.64	c   repropagations   :    4999520 (41843691 domain reductions, 1683009 cutoffs)
1148.22/1148.64	c   avg switch length:       2.55
1148.22/1148.64	c   switching time   :     140.18
1148.22/1148.64	c Solution           :
1148.22/1148.64	c   Solutions found  :          0 (0 improvements)
1148.22/1148.64	c   Primal Bound     : infeasible
1148.22/1148.64	c   Dual Bound       :          -
1148.22/1148.64	c   Gap              :       0.00 %
1148.22/1148.64	c   Root Dual Bound  : +3.70000000000000e+01
1148.22/1148.64	c Time complete: 1148.27.

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.01 3/64 20630
/proc/meminfo: memFree=1880468/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=6100 CPUtime=0
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 529 0 0 0 0 0 0 0 20 0 1 0 193506064 6246400 511 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/20630/statm: 1525 521 325 886 0 635 0

[startup+0.051954 s]
/proc/loadavg: 1.00 1.02 1.01 3/64 20630
/proc/meminfo: memFree=1880468/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13172 CPUtime=0.04
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2730 0 0 0 4 0 0 0 17 0 1 0 193506064 13488128 2358 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3293 2361 522 886 0 2403 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13172

[startup+0.109855 s]
/proc/loadavg: 1.00 1.02 1.01 3/64 20630
/proc/meminfo: memFree=1880468/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13172 CPUtime=0.09
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2794 0 0 0 9 0 0 0 17 0 1 0 193506064 13488128 2422 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3293 2422 536 886 0 2403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13172

[startup+0.304929 s]
/proc/loadavg: 1.00 1.02 1.01 3/64 20630
/proc/meminfo: memFree=1880468/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13172 CPUtime=0.29
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2811 0 0 0 27 2 0 0 18 0 1 0 193506064 13488128 2439 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3293 2439 536 886 0 2403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13172

[startup+0.704965 s]
/proc/loadavg: 1.00 1.02 1.01 3/64 20630
/proc/meminfo: memFree=1880468/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13172 CPUtime=0.7
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2825 0 0 0 63 7 0 0 22 0 1 0 193506064 13488128 2453 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3293 2453 536 886 0 2403 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13172

[startup+1.50182 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 20631
/proc/meminfo: memFree=1872332/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13172 CPUtime=1.48
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2836 0 0 0 132 16 0 0 25 0 1 0 193506064 13488128 2464 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3293 2464 536 886 0 2403 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13172

[startup+3.10199 s]
/proc/loadavg: 1.08 1.03 1.02 2/65 20631
/proc/meminfo: memFree=1872204/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13172 CPUtime=3.09
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2844 0 0 0 274 35 0 0 25 0 1 0 193506064 13488128 2472 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3293 2472 536 886 0 2403 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13172

[startup+6.30156 s]
/proc/loadavg: 1.08 1.03 1.02 2/65 20631
/proc/meminfo: memFree=1872140/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13172 CPUtime=6.29
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2853 0 0 0 553 76 0 0 25 0 1 0 193506064 13488128 2481 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3293 2481 536 886 0 2403 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13172

[startup+12.702 s]
/proc/loadavg: 1.37 1.10 1.04 2/65 20631
/proc/meminfo: memFree=1872012/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13304 CPUtime=12.68
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2862 0 0 0 1114 154 0 0 25 0 1 0 193506064 13623296 2490 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3326 2490 536 886 0 2436 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13304

[startup+25.5013 s]
/proc/loadavg: 1.39 1.11 1.04 2/65 20631
/proc/meminfo: memFree=1872076/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13304 CPUtime=25.48
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2867 0 0 0 2228 320 0 0 25 0 1 0 193506064 13623296 2495 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3326 2495 536 886 0 2436 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13304

[startup+51.1019 s]
/proc/loadavg: 1.26 1.10 1.04 2/65 20631
/proc/meminfo: memFree=1872268/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13304 CPUtime=51.07
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2873 0 0 0 4447 660 0 0 25 0 1 0 193506064 13623296 2501 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3326 2501 536 886 0 2436 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13304

[startup+102.301 s]
/proc/loadavg: 1.10 1.08 1.03 2/65 20631
/proc/meminfo: memFree=1872204/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13304 CPUtime=102.26
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2894 0 0 0 8869 1357 0 0 25 0 1 0 193506064 13623296 2522 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3326 2522 536 886 0 2436 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13304

[startup+162.301 s]
/proc/loadavg: 1.04 1.06 1.03 2/65 20631
/proc/meminfo: memFree=1872140/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13304 CPUtime=162.24
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2894 0 0 0 14050 2174 0 0 25 0 1 0 193506064 13623296 2522 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3326 2522 536 886 0 2436 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 13304

[startup+222.306 s]
/proc/loadavg: 1.01 1.05 1.02 2/65 20631
/proc/meminfo: memFree=1872012/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13304 CPUtime=222.22
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2894 0 0 0 19222 3000 0 0 25 0 1 0 193506064 13623296 2522 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3326 2522 536 886 0 2436 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 13304

[startup+282.302 s]
/proc/loadavg: 1.00 1.04 1.02 2/65 20631
/proc/meminfo: memFree=1871948/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13304 CPUtime=282.2
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2894 0 0 0 24416 3804 0 0 25 0 1 0 193506064 13623296 2522 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3326 2522 536 886 0 2436 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 13304

[startup+342.302 s]
/proc/loadavg: 1.00 1.03 1.01 2/65 20631
/proc/meminfo: memFree=1871884/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13304 CPUtime=342.18
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2894 0 0 0 29572 4646 0 0 25 0 1 0 193506064 13623296 2522 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3326 2522 536 886 0 2436 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 13304

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 20631
/proc/meminfo: memFree=1871756/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13304 CPUtime=402.16
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2894 0 0 0 34757 5459 0 0 25 0 1 0 193506064 13623296 2522 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3326 2522 536 886 0 2436 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 13304

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 20631
/proc/meminfo: memFree=1871692/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=462.14
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2895 0 0 0 39936 6278 0 0 25 0 1 0 193506064 13758464 2523 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2523 536 886 0 2469 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 13436

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 20631
/proc/meminfo: memFree=1871564/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=522.12
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2898 0 0 0 45130 7082 0 0 25 0 1 0 193506064 13758464 2526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2526 539 886 0 2469 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 13436

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1871436/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=582.11
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2904 0 0 0 50328 7883 0 0 25 0 1 0 193506064 13758464 2532 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2532 539 886 0 2469 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 13436

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1871308/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=642.09
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2912 0 0 0 55519 8690 0 0 25 0 1 0 193506064 13758464 2540 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2540 539 886 0 2469 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 13436

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1871052/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=702.07
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2912 0 0 0 60711 9496 0 0 25 0 1 0 193506064 13758464 2540 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2540 539 886 0 2469 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 13436

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870988/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=762.05
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2912 0 0 0 65906 10299 0 0 25 0 1 0 193506064 13758464 2540 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2540 539 886 0 2469 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 13436

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870924/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=822.03
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2914 0 0 0 71112 11091 0 0 25 0 1 0 193506064 13758464 2542 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2542 539 886 0 2469 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 13436

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870796/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=882.02
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2914 0 0 0 76298 11904 0 0 25 0 1 0 193506064 13758464 2542 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2542 539 886 0 2469 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 13436

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870732/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=942
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2914 0 0 0 81496 12704 0 0 25 0 1 0 193506064 13758464 2542 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2542 539 886 0 2469 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 13436

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870604/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1001.97
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2914 0 0 0 86684 13513 0 0 25 0 1 0 193506064 13758464 2542 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2542 539 886 0 2469 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 13436

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870540/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1061.96
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2916 0 0 0 91878 14318 0 0 25 0 1 0 193506064 13758464 2544 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2544 539 886 0 2469 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 13436

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870412/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1121.94
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2918 0 0 0 97065 15129 0 0 25 0 1 0 193506064 13758464 2546 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2546 539 886 0 2469 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 13436

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

[startup+1126.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870412/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1126.04
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2918 0 0 0 97420 15184 0 0 25 0 1 0 193506064 13758464 2546 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2546 539 886 0 2469 0
Current children cumulated CPU time (s) 1126.04
Current children cumulated vsize (KiB) 13436

[startup+1139.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870412/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1138.83
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2918 0 0 0 98529 15354 0 0 25 0 1 0 193506064 13758464 2546 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2546 539 886 0 2469 0
Current children cumulated CPU time (s) 1138.83
Current children cumulated vsize (KiB) 13436

[startup+1145.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870348/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1145.23
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2918 0 0 0 99080 15443 0 0 25 0 1 0 193506064 13758464 2546 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2546 539 886 0 2469 0
Current children cumulated CPU time (s) 1145.23
Current children cumulated vsize (KiB) 13436

[startup+1147.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870348/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1146.83
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2918 0 0 0 99218 15465 0 0 25 0 1 0 193506064 13758464 2546 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2546 539 886 0 2469 0
Current children cumulated CPU time (s) 1146.83
Current children cumulated vsize (KiB) 13436

[startup+1148 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870348/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1147.63
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2918 0 0 0 99287 15476 0 0 25 0 1 0 193506064 13758464 2546 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2546 539 886 0 2469 0
Current children cumulated CPU time (s) 1147.63
Current children cumulated vsize (KiB) 13436

[startup+1148.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870348/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1148.04
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2918 0 0 0 99322 15482 0 0 25 0 1 0 193506064 13758464 2546 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2546 539 886 0 2469 0
Current children cumulated CPU time (s) 1148.04
Current children cumulated vsize (KiB) 13436

[startup+1148.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20631
/proc/meminfo: memFree=1870348/2055920 swapFree=4178700/4192956
[pid=20630] ppid=20628 vsize=13436 CPUtime=1148.22
/proc/20630/stat : 20630 (pbscip.linux.x8) R 20628 20630 20296 0 -1 4194304 2918 0 0 0 99337 15485 0 0 25 0 1 0 193506064 13758464 2546 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/20630/statm: 3359 2546 539 886 0 2469 0
Current children cumulated CPU time (s) 1148.22
Current children cumulated vsize (KiB) 13436

Child status: 0
Real time (s): 1148.65
CPU time (s): 1148.29
CPU user time (s): 993.419
CPU system time (s): 154.866
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 13436

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

runsolver used 0.952855 second user time and 2.67459 second system time

The end

Launcher Data

Begin job on node90 at 2009-06-17 19:18:01
IDJOB=1884507
IDBENCH=71964
IDSOLVER=683
FILE ID=node90/1884507-1245259081
PBS_JOBID= 9372374
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= 34682c343af933d482b76bdabed0742d
RANDOM SEED=1527070809

node90.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1880884 kB
Buffers:         15316 kB
Cached:          96220 kB
SwapCached:       8008 kB
Active:          40668 kB
Inactive:        80912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880884 kB
SwapTotal:     4192956 kB
SwapFree:      4178700 kB
Dirty:            9844 kB
Writeback:           0 kB
Mapped:          15832 kB
Slab:            39408 kB
Committed_AS:   134440 kB
PageTables:       1436 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= 66520 MiB
End job on node90 at 2009-06-17 19:37:10