Trace number 1883947

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? (TO) 1800.06 1800.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-21-20.opb
MD5SUMbaaece72b2eab05d33afe010e43c4897
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.06	c SCIP version 1.1.0.7
0.05/0.06	c LP-Solver Clp 1.8.2
0.05/0.06	c user parameter file <scip.set> not found - using default parameters
0.05/0.06	c read problem <HOME/instance-1883947-1245238131.opb>
0.05/0.06	c original problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 4221 constraints
0.05/0.08	c No objective function, only one solution is needed.
0.05/0.08	c start presolving problem
0.05/0.08	c presolving:
0.09/0.14	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4221 upgd conss, 8400 impls, 0 clqs
0.09/0.15	c presolving (2 rounds):
0.09/0.15	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.15	c  8400 implications, 0 cliques
0.09/0.15	c presolved problem has 420 variables (420 bin, 0 int, 0 impl, 0 cont) and 4221 constraints
0.09/0.15	c    4221 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.05
0.09/0.15	c PURESAT
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/flowcover/freq = c -1
0.09/0.15	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c separating/cmir/freq = c -1
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/veclendiving/maxlpiterofs = c 1500
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.09/0.15	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/veclendiving/freq = c -1
0.09/0.15	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/simplerounding/freq = c -1
0.09/0.15	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/shifting/freq = c -1
0.09/0.15	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/rounding/freq = c -1
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.09/0.15	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.09/0.15	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/rootsoldiving/freq = c -1
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/rens/nodesofs = c 2000
0.09/0.15	c # minimum percentage of integer variables that have to be fixable 
0.09/0.15	c # [type: real, range: [0,1], default: 0.5]
0.09/0.15	c heuristics/rens/minfixingrate = c 0.3
0.09/0.15	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c heuristics/rens/freq = c -1
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.09/0.15	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/pscostdiving/freq = c -1
0.09/0.15	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c heuristics/oneopt/freq = c -1
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.09/0.15	c # maximal fraction of diving LP iterations compared to total iteration number
0.09/0.15	c # [type: real, range: [0,1], default: 0.01]
0.09/0.15	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.09/0.15	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/objpscostdiving/freq = c -1
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.09/0.15	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/linesearchdiving/freq = c -1
0.09/0.15	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/intshifting/freq = c -1
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/intdiving/maxlpiterquot = c 0.075
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/guideddiving/maxlpiterofs = c 1500
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.09/0.15	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/guideddiving/freq = c -1
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/fracdiving/maxlpiterofs = c 1500
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.09/0.15	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/fracdiving/freq = c -1
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/feaspump/maxlpiterofs = c 2000
0.09/0.15	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 20]
0.09/0.15	c heuristics/feaspump/freq = c -1
0.09/0.15	c # minimum percentage of integer variables that have to be fixed 
0.09/0.15	c # [type: real, range: [0,1], default: 0.666]
0.09/0.15	c heuristics/crossover/minfixingrate = c 0.5
0.09/0.15	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.09/0.15	c # [type: real, range: [0,1], default: 0.1]
0.09/0.15	c heuristics/crossover/nodesquot = c 0.15
0.09/0.15	c # number of nodes without incumbent change that heuristic should wait
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.09/0.15	c heuristics/crossover/nwaitingnodes = c 100
0.09/0.15	c # number of nodes added to the contingent of the total nodes
0.09/0.15	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.09/0.15	c heuristics/crossover/nodesofs = c 750
0.09/0.15	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 30]
0.09/0.15	c heuristics/crossover/freq = c -1
0.09/0.15	c # additional number of allowed LP iterations
0.09/0.15	c # [type: int, range: [0,2147483647], default: 1000]
0.09/0.15	c heuristics/coefdiving/maxlpiterofs = c 1500
0.09/0.15	c # maximal fraction of diving LP iterations compared to node LP iterations
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.09/0.15	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.09/0.15	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 10]
0.09/0.15	c heuristics/coefdiving/freq = c -1
0.09/0.15	c # priority of node selection rule <dfs> in standard mode
0.09/0.15	c # [type: int, range: [-536870912,536870911], default: 0]
0.09/0.15	c nodeselection/dfs/stdpriority = c 1000000
0.09/0.15	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c presolving/probing/maxrounds = c 0
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = c TRUE
0.09/0.15	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.09/0.15	c constraints/knapsack/disaggregation = c FALSE
0.09/0.15	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c constraints/knapsack/maxnumcardlift = c 0
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = c TRUE
0.09/0.15	c # maximal number of separation rounds in the root node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/maxroundsroot = c 5
0.09/0.15	c # maximal number of separation rounds per node (-1: unlimited)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 5]
0.09/0.15	c separating/maxrounds = c 1
0.09/0.15	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.09/0.15	c # [type: char, range: {lafpsqd}, default: l]
0.09/0.15	c lp/pricing = c a
0.09/0.15	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c lp/solvefreq = c 0
0.09/0.15	c # solving stops, if the given number of solutions were found (-1: no limit)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c limits/solutions = c 1
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = c 1620
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = c 1791
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = c 10000
0.09/0.15	c # should enforcement of pseudo solution be disabled?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/disableenfops = c TRUE
0.09/0.15	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 0]
0.09/0.15	c constraints/agelimit = c 1
0.09/0.15	c # should binary conflicts be preferred?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c conflict/preferbinary = c TRUE
0.09/0.15	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c conflict/interconss = c 0
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving problem
0.09/0.15	c 
0.09/0.18	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c   0.1s|     1 |     0 |    42 |5822k|   0 |  42 | 420 |4221 |4221 | 420 |4221 |   0 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.19/0.22	c   0.1s|     1 |     0 |   139 |5824k|   0 |  38 | 420 |4221 |4221 | 420 |4224 |   3 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.29/0.33	c   0.2s|     1 |     0 |   281 |5877k|   0 |  34 | 420 |4221 |4221 | 420 |4231 |  10 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.39/0.46	c   0.3s|     1 |     0 |   383 |5964k|   0 |  32 | 420 |4221 |4221 | 420 |4240 |  19 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.58/0.61	c   0.5s|     1 |     0 |   461 |6072k|   0 |  30 | 420 |4221 |4221 | 420 |4246 |  25 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.79/0.83	c   0.7s|     1 |     0 |   533 |6335k|   0 |  18 | 420 |4221 |4221 | 420 |4254 |  33 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.88/1.00	c   0.9s|     1 |     2 |   533 |6336k|   0 |  18 | 420 |4221 |4221 | 420 |4254 |  33 |   0 |  18 | 2.100000e+01 |      --      |    Inf 
4.79/4.86	c   4.5s| 10000 |   208 |   533 |6566k| 240 |   - | 420 |4221 |2794 |   0 |   0 |  33 |6297 |  18 | 2.100000e+01 |      --      |    Inf 
8.69/8.72	c   8.2s| 20000 |   200 |   533 |6570k| 240 |   - | 420 |4225 |2746 |   0 |   0 |  33 |  12k|  18 | 2.100000e+01 |      --      |    Inf 
12.29/12.35	c  11.7s| 30000 |   197 |   533 |6568k| 240 |   - | 420 |4223 |2766 |   0 |   0 |  33 |  19k|  18 | 2.100000e+01 |      --      |    Inf 
15.78/15.89	c  15.0s| 40000 |   194 |   533 |6571k| 240 |   - | 420 |4224 |2736 |   0 |   0 |  33 |  25k|  18 | 2.100000e+01 |      --      |    Inf 
19.38/19.49	c  18.4s| 50000 |   186 |   533 |6570k| 240 |   - | 420 |4225 |2737 |   0 |   0 |  33 |  31k|  18 | 2.100000e+01 |      --      |    Inf 
23.08/23.11	c  21.9s| 60000 |   191 |   533 |6576k| 240 |   - | 420 |4236 |2721 |   0 |   0 |  33 |  37k|  18 | 2.100000e+01 |      --      |    Inf 
26.78/26.80	c  25.4s| 70000 |   196 |   533 |6572k| 240 |   - | 420 |4224 |2715 |   0 |   0 |  33 |  43k|  18 | 2.100000e+01 |      --      |    Inf 
30.48/30.57	c  28.9s| 80000 |   193 |   533 |6572k| 240 |   - | 420 |4225 |2698 |   0 |   0 |  33 |  49k|  18 | 2.100000e+01 |      --      |    Inf 
34.08/34.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.08/34.12	c  32.3s| 90000 |   185 |   533 |6566k| 240 |   - | 420 |4222 |2857 |   0 |   0 |  33 |  55k|  18 | 2.100000e+01 |      --      |    Inf 
37.46/37.51	c  35.5s|100000 |   187 |   533 |6582k| 240 |   - | 420 |4242 |2711 |   0 |   0 |  33 |  61k|  18 | 2.100000e+01 |      --      |    Inf 
40.76/40.88	c  38.7s|110000 |   191 |   533 |6572k| 240 |   - | 420 |4225 |2804 |   0 |   0 |  33 |  67k|  18 | 2.100000e+01 |      --      |    Inf 
44.36/44.42	c  42.0s|120000 |   203 |   533 |6575k| 240 |   - | 420 |4221 |2669 |   0 |   0 |  33 |  73k|  18 | 2.100000e+01 |      --      |    Inf 
47.86/47.92	c  45.4s|130000 |   195 |   533 |6575k| 240 |   - | 420 |4222 |2687 |   0 |   0 |  33 |  79k|  18 | 2.100000e+01 |      --      |    Inf 
51.26/51.34	c  48.6s|140000 |   196 |   533 |6578k| 240 |   - | 420 |4222 |2608 |   0 |   0 |  33 |  85k|  18 | 2.100000e+01 |      --      |    Inf 
54.86/54.91	c  52.0s|150000 |   194 |   533 |6574k| 240 |   - | 420 |4221 |2714 |   0 |   0 |  33 |  91k|  18 | 2.100000e+01 |      --      |    Inf 
58.26/58.32	c  55.2s|160000 |   193 |   533 |6577k| 240 |   - | 420 |4226 |2678 |   0 |   0 |  33 |  97k|  18 | 2.100000e+01 |      --      |    Inf 
61.65/61.75	c  58.5s|170000 |   191 |   533 |6575k| 240 |   - | 420 |4224 |2670 |   0 |   0 |  33 | 103k|  18 | 2.100000e+01 |      --      |    Inf 
65.06/65.17	c  61.7s|180000 |   200 |   533 |6575k| 240 |   - | 420 |4222 |2620 |   0 |   0 |  33 | 108k|  18 | 2.100000e+01 |      --      |    Inf 
68.55/68.63	c  65.0s|190000 |   194 |   533 |6579k| 240 |   - | 420 |4234 |2673 |   0 |   0 |  33 | 114k|  18 | 2.100000e+01 |      --      |    Inf 
71.85/71.99	c  68.2s|200000 |   198 |   533 |6576k| 240 |   - | 420 |4224 |2706 |   0 |   0 |  33 | 120k|  18 | 2.100000e+01 |      --      |    Inf 
75.25/75.36	c  71.4s|210000 |   191 |   533 |6575k| 240 |   - | 420 |4222 |2663 |   0 |   0 |  33 | 126k|  18 | 2.100000e+01 |      --      |    Inf 
78.65/78.79	c  74.7s|220000 |   197 |   533 |6574k| 240 |   - | 420 |4221 |2683 |   0 |   0 |  33 | 132k|  18 | 2.100000e+01 |      --      |    Inf 
82.35/82.44	c  78.2s|230000 |   190 |   533 |6577k| 240 |   - | 420 |4221 |2668 |   0 |   0 |  33 | 138k|  18 | 2.100000e+01 |      --      |    Inf 
85.75/85.86	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
85.75/85.86	c  81.4s|240000 |   195 |   533 |6577k| 240 |   - | 420 |4223 |2651 |   0 |   0 |  33 | 144k|  18 | 2.100000e+01 |      --      |    Inf 
89.35/89.45	c  84.8s|250000 |   197 |   533 |6580k| 240 |   - | 420 |4231 |2687 |   0 |   0 |  33 | 150k|  18 | 2.100000e+01 |      --      |    Inf 
92.84/92.96	c  88.2s|260000 |   189 |   533 |6576k| 240 |   - | 420 |4230 |2756 |   0 |   0 |  33 | 156k|  18 | 2.100000e+01 |      --      |    Inf 
96.25/96.37	c  91.4s|270000 |   190 |   533 |6578k| 240 |   - | 420 |4227 |2695 |   0 |   0 |  33 | 162k|  18 | 2.100000e+01 |      --      |    Inf 
99.64/99.74	c  94.6s|280000 |   187 |   533 |6580k| 240 |   - | 420 |4228 |2682 |   0 |   0 |  33 | 167k|  18 | 2.100000e+01 |      --      |    Inf 
102.94/103.07	c  97.8s|290000 |   188 |   533 |6576k| 240 |   - | 420 |4221 |2713 |   0 |   0 |  33 | 173k|  18 | 2.100000e+01 |      --      |    Inf 
106.25/106.33	c   101s|300000 |   187 |   533 |6577k| 240 |   - | 420 |4222 |2670 |   0 |   0 |  33 | 179k|  18 | 2.100000e+01 |      --      |    Inf 
109.64/109.74	c   104s|310000 |   192 |   533 |6583k| 240 |   - | 420 |4236 |2661 |   0 |   0 |  33 | 184k|  18 | 2.100000e+01 |      --      |    Inf 
112.94/113.04	c   107s|320000 |   192 |   533 |6575k| 240 |   - | 420 |4221 |2680 |   0 |   0 |  33 | 190k|  18 | 2.100000e+01 |      --      |    Inf 
116.34/116.43	c   110s|330000 |   190 |   533 |6576k| 240 |   - | 420 |4221 |2709 |   0 |   0 |  33 | 196k|  18 | 2.100000e+01 |      --      |    Inf 
119.84/119.91	c   114s|340000 |   199 |   533 |6579k| 240 |   - | 420 |4224 |2634 |   0 |   0 |  33 | 202k|  18 | 2.100000e+01 |      --      |    Inf 
123.23/123.33	c   117s|350000 |   188 |   533 |6577k| 240 |   - | 420 |4221 |2704 |   0 |   0 |  33 | 208k|  18 | 2.100000e+01 |      --      |    Inf 
126.64/126.72	c   120s|360000 |   192 |   533 |6583k| 240 |   - | 420 |4229 |2663 |   0 |   0 |  33 | 214k|  18 | 2.100000e+01 |      --      |    Inf 
129.93/130.03	c   123s|370000 |   184 |   533 |6583k| 240 |   - | 420 |4239 |2688 |   0 |   0 |  33 | 220k|  18 | 2.100000e+01 |      --      |    Inf 
133.23/133.38	c   127s|380000 |   197 |   533 |6582k| 240 |   - | 420 |4231 |2638 |   0 |   0 |  33 | 225k|  18 | 2.100000e+01 |      --      |    Inf 
136.73/136.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.73/136.81	c   130s|390000 |   207 |   533 |6582k| 240 |   - | 420 |4230 |2663 |   0 |   0 |  33 | 231k|  18 | 2.100000e+01 |      --      |    Inf 
140.33/140.45	c   133s|400000 |   191 |   533 |6582k| 240 |   - | 420 |4232 |2634 |   0 |   0 |  33 | 237k|  18 | 2.100000e+01 |      --      |    Inf 
143.63/143.74	c   136s|410000 |   192 |   533 |6578k| 240 |   - | 420 |4226 |2651 |   0 |   0 |  33 | 243k|  18 | 2.100000e+01 |      --      |    Inf 
147.03/147.18	c   140s|420000 |   199 |   533 |6579k| 240 |   - | 420 |4223 |2617 |   0 |   0 |  33 | 249k|  18 | 2.100000e+01 |      --      |    Inf 
150.33/150.48	c   143s|430000 |   194 |   533 |6584k| 240 |   - | 420 |4236 |2691 |   0 |   0 |  33 | 255k|  18 | 2.100000e+01 |      --      |    Inf 
153.53/153.67	c   146s|440000 |   182 |   533 |6578k| 240 |   - | 420 |4221 |2690 |   0 |   0 |  33 | 260k|  18 | 2.100000e+01 |      --      |    Inf 
156.93/157.04	c   149s|450000 |   196 |   533 |6581k| 240 |   - | 420 |4228 |2640 |   0 |   0 |  33 | 266k|  18 | 2.100000e+01 |      --      |    Inf 
160.52/160.63	c   152s|460000 |   195 |   533 |6580k| 240 |   - | 420 |4221 |2621 |   0 |   0 |  33 | 272k|  18 | 2.100000e+01 |      --      |    Inf 
164.22/164.30	c   156s|470000 |   188 |   533 |6578k| 240 |   - | 420 |4222 |2690 |   0 |   0 |  33 | 278k|  18 | 2.100000e+01 |      --      |    Inf 
167.62/167.77	c   159s|480000 |   191 |   533 |6581k| 240 |   - | 420 |4224 |2626 |   0 |   0 |  33 | 284k|  18 | 2.100000e+01 |      --      |    Inf 
171.22/171.39	c   163s|490000 |   191 |   533 |6578k| 240 |   - | 420 |4221 |2655 |   0 |   0 |  33 | 290k|  18 | 2.100000e+01 |      --      |    Inf 
174.73/174.81	c   166s|500000 |   189 |   533 |6580k| 240 |   - | 420 |4223 |2682 |   0 |   0 |  33 | 296k|  18 | 2.100000e+01 |      --      |    Inf 
178.41/178.50	c   169s|510000 |   184 |   533 |6580k| 240 |   - | 420 |4228 |2689 |   0 |   0 |  33 | 302k|  18 | 2.100000e+01 |      --      |    Inf 
181.91/182.08	c   173s|520000 |   181 |   533 |6579k| 240 |   - | 420 |4222 |2673 |   0 |   0 |  33 | 308k|  18 | 2.100000e+01 |      --      |    Inf 
185.31/185.44	c   176s|530000 |   186 |   533 |6577k| 240 |   - | 420 |4223 |2707 |   0 |   0 |  33 | 314k|  18 | 2.100000e+01 |      --      |    Inf 
188.62/188.77	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
188.62/188.77	c   179s|540000 |   179 |   533 |6578k| 240 |   - | 420 |4230 |2792 |   0 |   0 |  33 | 319k|  18 | 2.100000e+01 |      --      |    Inf 
191.91/192.05	c   182s|550000 |   194 |   533 |6582k| 240 |   - | 420 |4227 |2635 |   0 |   0 |  33 | 325k|  18 | 2.100000e+01 |      --      |    Inf 
195.32/195.40	c   185s|560000 |   193 |   533 |6582k| 240 |   - | 420 |4227 |2632 |   0 |   0 |  33 | 331k|  18 | 2.100000e+01 |      --      |    Inf 
198.71/198.87	c   189s|570000 |   186 |   533 |6576k| 240 |   - | 420 |4221 |2699 |   0 |   0 |  33 | 337k|  18 | 2.100000e+01 |      --      |    Inf 
202.11/202.29	c   192s|580000 |   184 |   533 |6579k| 240 |   - | 420 |4222 |2641 |   0 |   0 |  33 | 343k|  18 | 2.100000e+01 |      --      |    Inf 
205.61/205.78	c   195s|590000 |   180 |   533 |6580k| 240 |   - | 420 |4221 |2662 |   0 |   0 |  33 | 348k|  18 | 2.100000e+01 |      --      |    Inf 
209.01/209.16	c   198s|600000 |   186 |   533 |6579k| 240 |   - | 420 |4221 |2682 |   0 |   0 |  33 | 354k|  18 | 2.100000e+01 |      --      |    Inf 
212.50/212.66	c   202s|610000 |   184 |   533 |6582k| 240 |   - | 420 |4235 |2751 |   0 |   0 |  33 | 360k|  18 | 2.100000e+01 |      --      |    Inf 
215.90/216.06	c   205s|620000 |   203 |   533 |6581k| 240 |   - | 420 |4221 |2616 |   0 |   0 |  33 | 366k|  18 | 2.100000e+01 |      --      |    Inf 
219.40/219.55	c   208s|630000 |   200 |   533 |6580k| 240 |   - | 420 |4221 |2725 |   0 |   0 |  33 | 372k|  18 | 2.100000e+01 |      --      |    Inf 
223.11/223.21	c   212s|640000 |   200 |   533 |6581k| 240 |   - | 420 |4222 |2709 |   0 |   0 |  33 | 378k|  18 | 2.100000e+01 |      --      |    Inf 
226.61/226.71	c   215s|650000 |   193 |   533 |6577k| 240 |   - | 420 |4221 |2778 |   0 |   0 |  33 | 384k|  18 | 2.100000e+01 |      --      |    Inf 
230.10/230.26	c   218s|660000 |   188 |   533 |6583k| 240 |   - | 420 |4222 |2602 |   0 |   0 |  33 | 389k|  18 | 2.100000e+01 |      --      |    Inf 
233.60/233.74	c   222s|670000 |   195 |   533 |6580k| 240 |   - | 420 |4222 |2680 |   0 |   0 |  33 | 395k|  18 | 2.100000e+01 |      --      |    Inf 
236.90/237.05	c   225s|680000 |   183 |   533 |6580k| 240 |   - | 420 |4225 |2664 |   0 |   0 |  33 | 401k|  18 | 2.100000e+01 |      --      |    Inf 
240.19/240.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.19/240.35	c   228s|690000 |   185 |   533 |6582k| 240 |   - | 420 |4228 |2665 |   0 |   0 |  33 | 407k|  18 | 2.100000e+01 |      --      |    Inf 
243.50/243.66	c   231s|700000 |   180 |   533 |6581k| 240 |   - | 420 |4222 |2632 |   0 |   0 |  33 | 412k|  18 | 2.100000e+01 |      --      |    Inf 
246.80/246.94	c   234s|710000 |   205 |   533 |6580k| 240 |   - | 420 |4221 |2869 |   0 |   0 |  33 | 418k|  18 | 2.100000e+01 |      --      |    Inf 
250.29/250.48	c   238s|720000 |   192 |   533 |6582k| 240 |   - | 420 |4221 |2641 |   0 |   0 |  33 | 424k|  18 | 2.100000e+01 |      --      |    Inf 
253.69/253.82	c   241s|730000 |   196 |   533 |6589k| 240 |   - | 420 |4234 |2608 |   0 |   0 |  33 | 430k|  18 | 2.100000e+01 |      --      |    Inf 
257.09/257.23	c   244s|740000 |   193 |   533 |6587k| 240 |   - | 420 |4231 |2608 |   0 |   0 |  33 | 436k|  18 | 2.100000e+01 |      --      |    Inf 
260.39/260.58	c   247s|750000 |   191 |   533 |6587k| 240 |   - | 420 |4235 |2622 |   0 |   0 |  33 | 442k|  18 | 2.100000e+01 |      --      |    Inf 
263.69/263.82	c   250s|760000 |   189 |   533 |6582k| 240 |   - | 420 |4224 |2625 |   0 |   0 |  33 | 447k|  18 | 2.100000e+01 |      --      |    Inf 
267.09/267.23	c   254s|770000 |   197 |   533 |6582k| 240 |   - | 420 |4224 |2659 |   0 |   0 |  33 | 453k|  18 | 2.100000e+01 |      --      |    Inf 
270.59/270.73	c   257s|780000 |   194 |   533 |6584k| 240 |   - | 420 |4225 |2608 |   0 |   0 |  33 | 459k|  18 | 2.100000e+01 |      --      |    Inf 
273.98/274.11	c   260s|790000 |   189 |   533 |6582k| 240 |   - | 420 |4227 |2754 |   0 |   0 |  33 | 465k|  18 | 2.100000e+01 |      --      |    Inf 
277.49/277.60	c   263s|800000 |   182 |   533 |6583k| 240 |   - | 420 |4230 |2681 |   0 |   0 |  33 | 471k|  18 | 2.100000e+01 |      --      |    Inf 
280.79/280.97	c   267s|810000 |   190 |   533 |6587k| 240 |   - | 420 |4234 |2598 |   0 |   0 |  33 | 477k|  18 | 2.100000e+01 |      --      |    Inf 
284.18/284.35	c   270s|820000 |   194 |   533 |6584k| 240 |   - | 420 |4223 |2592 |   0 |   0 |  33 | 483k|  18 | 2.100000e+01 |      --      |    Inf 
287.48/287.67	c   273s|830000 |   187 |   533 |6588k| 240 |   - | 420 |4239 |2701 |   0 |   0 |  33 | 488k|  18 | 2.100000e+01 |      --      |    Inf 
290.88/291.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.88/291.02	c   276s|840000 |   185 |   533 |6586k| 240 |   - | 420 |4229 |2661 |   0 |   0 |  33 | 494k|  18 | 2.100000e+01 |      --      |    Inf 
294.38/294.52	c   279s|850000 |   182 |   533 |6592k| 240 |   - | 420 |4244 |2685 |   0 |   0 |  33 | 500k|  18 | 2.100000e+01 |      --      |    Inf 
297.68/297.88	c   283s|860000 |   199 |   533 |6591k| 240 |   - | 420 |4232 |2613 |   0 |   0 |  33 | 506k|  18 | 2.100000e+01 |      --      |    Inf 
301.08/301.27	c   286s|870000 |   185 |   533 |6591k| 240 |   - | 420 |4236 |2650 |   0 |   0 |  33 | 512k|  18 | 2.100000e+01 |      --      |    Inf 
304.58/304.73	c   289s|880000 |   183 |   533 |6600k| 240 |   - | 420 |4261 |2665 |   0 |   0 |  33 | 518k|  18 | 2.100000e+01 |      --      |    Inf 
308.38/308.50	c   293s|890000 |   202 |   533 |6590k| 240 |   - | 420 |4223 |2471 |   0 |   0 |  33 | 524k|  18 | 2.100000e+01 |      --      |    Inf 
312.18/312.36	c   296s|900000 |   197 |   533 |6589k| 240 |   - | 420 |4222 |2504 |   0 |   0 |  33 | 529k|  18 | 2.100000e+01 |      --      |    Inf 
315.78/315.98	c   300s|910000 |   196 |   533 |6590k| 240 |   - | 420 |4222 |2499 |   0 |   0 |  33 | 536k|  18 | 2.100000e+01 |      --      |    Inf 
319.47/319.68	c   303s|920000 |   199 |   533 |6589k| 240 |   - | 420 |4222 |2476 |   0 |   0 |  33 | 542k|  18 | 2.100000e+01 |      --      |    Inf 
322.97/323.19	c   307s|930000 |   206 |   533 |6594k| 240 |   - | 420 |4225 |2369 |   0 |   0 |  33 | 547k|  18 | 2.100000e+01 |      --      |    Inf 
326.47/326.66	c   310s|940000 |   200 |   533 |6591k| 240 |   - | 420 |4223 |2475 |   0 |   0 |  33 | 553k|  18 | 2.100000e+01 |      --      |    Inf 
330.08/330.20	c   313s|950000 |   194 |   533 |6592k| 240 |   - | 420 |4223 |2495 |   0 |   0 |  33 | 559k|  18 | 2.100000e+01 |      --      |    Inf 
333.47/333.65	c   317s|960000 |   198 |   533 |6589k| 240 |   - | 420 |4223 |2516 |   0 |   0 |  33 | 565k|  18 | 2.100000e+01 |      --      |    Inf 
336.87/337.06	c   320s|970000 |   200 |   533 |6590k| 240 |   - | 420 |4222 |2493 |   0 |   0 |  33 | 571k|  18 | 2.100000e+01 |      --      |    Inf 
340.57/340.75	c   323s|980000 |   204 |   533 |6594k| 240 |   - | 420 |4223 |2420 |   0 |   0 |  33 | 577k|  18 | 2.100000e+01 |      --      |    Inf 
344.27/344.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
344.27/344.45	c   327s|990000 |   195 |   533 |6586k| 240 |   - | 420 |4222 |2555 |   0 |   0 |  33 | 583k|  18 | 2.100000e+01 |      --      |    Inf 
347.86/348.02	c   330s|  1000k|   191 |   533 |6588k| 240 |   - | 420 |4222 |2488 |   0 |   0 |  33 | 589k|  18 | 2.100000e+01 |      --      |    Inf 
351.36/351.52	c   334s|  1010k|   200 |   533 |6591k| 240 |   - | 420 |4223 |2464 |   0 |   0 |  33 | 595k|  18 | 2.100000e+01 |      --      |    Inf 
355.07/355.21	c   337s|  1020k|   192 |   533 |6587k| 240 |   - | 420 |4222 |2511 |   0 |   0 |  33 | 600k|  18 | 2.100000e+01 |      --      |    Inf 
358.56/358.75	c   340s|  1030k|   197 |   533 |6593k| 240 |   - | 420 |4226 |2444 |   0 |   0 |  33 | 607k|  18 | 2.100000e+01 |      --      |    Inf 
361.76/361.92	c   343s|  1040k|   202 |   533 |6595k| 240 |   - | 420 |4226 |2447 |   0 |   0 |  33 | 612k|  18 | 2.100000e+01 |      --      |    Inf 
365.06/365.28	c   347s|  1050k|   199 |   533 |6593k| 240 |   - | 420 |4228 |2445 |   0 |   0 |  33 | 618k|  18 | 2.100000e+01 |      --      |    Inf 
368.46/368.60	c   350s|  1060k|   191 |   533 |6590k| 240 |   - | 420 |4228 |2556 |   0 |   0 |  33 | 624k|  18 | 2.100000e+01 |      --      |    Inf 
371.86/372.01	c   353s|  1070k|   192 |   533 |6592k| 240 |   - | 420 |4224 |2477 |   0 |   0 |  33 | 630k|  18 | 2.100000e+01 |      --      |    Inf 
375.06/375.22	c   356s|  1080k|   195 |   533 |6599k| 240 |   - | 420 |4240 |2461 |   0 |   0 |  33 | 635k|  18 | 2.100000e+01 |      --      |    Inf 
378.26/378.46	c   359s|  1090k|   202 |   533 |6592k| 240 |   - | 420 |4222 |2531 |   0 |   0 |  33 | 641k|  18 | 2.100000e+01 |      --      |    Inf 
381.65/381.85	c   362s|  1100k|   197 |   533 |6592k| 240 |   - | 420 |4225 |2482 |   0 |   0 |  33 | 647k|  18 | 2.100000e+01 |      --      |    Inf 
385.26/385.45	c   366s|  1110k|   195 |   533 |6591k| 240 |   - | 420 |4223 |2470 |   0 |   0 |  33 | 653k|  18 | 2.100000e+01 |      --      |    Inf 
388.66/388.83	c   369s|  1120k|   187 |   533 |6594k| 240 |   - | 420 |4233 |2539 |   0 |   0 |  33 | 659k|  18 | 2.100000e+01 |      --      |    Inf 
392.46/392.64	c   373s|  1130k|   194 |   533 |6590k| 240 |   - | 420 |4224 |2521 |   0 |   0 |  33 | 665k|  18 | 2.100000e+01 |      --      |    Inf 
396.05/396.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.05/396.21	c   376s|  1140k|   195 |   533 |6594k| 240 |   - | 420 |4229 |2516 |   0 |   0 |  33 | 670k|  18 | 2.100000e+01 |      --      |    Inf 
399.45/399.65	c   379s|  1150k|   202 |   533 |6599k| 240 |   - | 420 |4234 |2426 |   0 |   0 |  33 | 676k|  18 | 2.100000e+01 |      --      |    Inf 
402.65/402.87	c   382s|  1160k|   187 |   533 |6596k| 240 |   - | 420 |4229 |2503 |   0 |   0 |  33 | 682k|  18 | 2.100000e+01 |      --      |    Inf 
406.05/406.21	c   385s|  1170k|   194 |   533 |6597k| 240 |   - | 420 |4225 |2458 |   0 |   0 |  33 | 687k|  18 | 2.100000e+01 |      --      |    Inf 
409.35/409.52	c   389s|  1180k|   197 |   533 |6598k| 240 |   - | 420 |4228 |2433 |   0 |   0 |  33 | 693k|  18 | 2.100000e+01 |      --      |    Inf 
412.55/412.77	c   392s|  1190k|   188 |   533 |6589k| 240 |   - | 420 |4226 |2552 |   0 |   0 |  33 | 699k|  18 | 2.100000e+01 |      --      |    Inf 
415.85/416.06	c   395s|  1200k|   205 |   533 |6599k| 240 |   - | 420 |4237 |2473 |   0 |   0 |  33 | 705k|  18 | 2.100000e+01 |      --      |    Inf 
419.15/419.39	c   398s|  1210k|   201 |   533 |6602k| 240 |   - | 420 |4240 |2434 |   0 |   0 |  33 | 711k|  18 | 2.100000e+01 |      --      |    Inf 
422.55/422.72	c   401s|  1220k|   185 |   533 |6604k| 240 |   - | 420 |4255 |2528 |   0 |   0 |  33 | 716k|  18 | 2.100000e+01 |      --      |    Inf 
425.65/425.85	c   404s|  1230k|   199 |   533 |6597k| 240 |   - | 420 |4231 |2442 |   0 |   0 |  33 | 722k|  18 | 2.100000e+01 |      --      |    Inf 
429.25/429.41	c   407s|  1240k|   191 |   533 |6599k| 240 |   - | 420 |4237 |2494 |   0 |   0 |  33 | 728k|  18 | 2.100000e+01 |      --      |    Inf 
432.84/433.02	c   411s|  1250k|   198 |   533 |6595k| 240 |   - | 420 |4223 |2457 |   0 |   0 |  33 | 734k|  18 | 2.100000e+01 |      --      |    Inf 
436.54/436.72	c   414s|  1260k|   198 |   533 |6595k| 240 |   - | 420 |4223 |2483 |   0 |   0 |  33 | 740k|  18 | 2.100000e+01 |      --      |    Inf 
440.24/440.40	c   418s|  1270k|   197 |   533 |6591k| 240 |   - | 420 |4224 |2519 |   0 |   0 |  33 | 745k|  18 | 2.100000e+01 |      --      |    Inf 
443.64/443.89	c   421s|  1280k|   193 |   533 |6595k| 240 |   - | 420 |4224 |2453 |   0 |   0 |  33 | 751k|  18 | 2.100000e+01 |      --      |    Inf 
447.23/447.46	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
447.23/447.46	c   425s|  1290k|   192 |   533 |6590k| 240 |   - | 420 |4224 |2533 |   0 |   0 |  33 | 757k|  18 | 2.100000e+01 |      --      |    Inf 
450.53/450.76	c   428s|  1300k|   195 |   533 |6595k| 240 |   - | 420 |4232 |2486 |   0 |   0 |  33 | 763k|  18 | 2.100000e+01 |      --      |    Inf 
453.84/454.00	c   431s|  1310k|   190 |   533 |6592k| 240 |   - | 420 |4225 |2517 |   0 |   0 |  33 | 769k|  18 | 2.100000e+01 |      --      |    Inf 
457.14/457.31	c   434s|  1320k|   197 |   533 |6597k| 240 |   - | 420 |4233 |2480 |   0 |   0 |  33 | 774k|  18 | 2.100000e+01 |      --      |    Inf 
460.44/460.63	c   437s|  1330k|   191 |   533 |6594k| 240 |   - | 420 |4226 |2485 |   0 |   0 |  33 | 780k|  18 | 2.100000e+01 |      --      |    Inf 
463.73/463.90	c   440s|  1340k|   197 |   533 |6597k| 240 |   - | 420 |4226 |2439 |   0 |   0 |  33 | 786k|  18 | 2.100000e+01 |      --      |    Inf 
467.03/467.28	c   443s|  1350k|   188 |   533 |6594k| 240 |   - | 420 |4228 |2498 |   0 |   0 |  33 | 792k|  18 | 2.100000e+01 |      --      |    Inf 
470.43/470.65	c   447s|  1360k|   190 |   533 |6600k| 240 |   - | 420 |4235 |2447 |   0 |   0 |  33 | 798k|  18 | 2.100000e+01 |      --      |    Inf 
473.84/474.09	c   450s|  1370k|   192 |   533 |6590k| 240 |   - | 420 |4223 |2529 |   0 |   0 |  33 | 804k|  18 | 2.100000e+01 |      --      |    Inf 
477.43/477.68	c   453s|  1380k|   191 |   533 |6596k| 240 |   - | 420 |4225 |2478 |   0 |   0 |  33 | 810k|  18 | 2.100000e+01 |      --      |    Inf 
481.03/481.27	c   457s|  1390k|   195 |   533 |6599k| 240 |   - | 420 |4235 |2513 |   0 |   0 |  33 | 816k|  18 | 2.100000e+01 |      --      |    Inf 
484.43/484.69	c   460s|  1400k|   191 |   533 |6593k| 240 |   - | 420 |4223 |2561 |   0 |   0 |  33 | 822k|  18 | 2.100000e+01 |      --      |    Inf 
488.13/488.34	c   463s|  1410k|   194 |   533 |6595k| 240 |   - | 420 |4228 |2564 |   0 |   0 |  33 | 827k|  18 | 2.100000e+01 |      --      |    Inf 
491.62/491.82	c   467s|  1420k|   193 |   533 |6595k| 240 |   - | 420 |4228 |2544 |   0 |   0 |  33 | 833k|  18 | 2.100000e+01 |      --      |    Inf 
495.13/495.38	c   470s|  1430k|   203 |   533 |6600k| 240 |   - | 420 |4229 |2440 |   0 |   0 |  33 | 839k|  18 | 2.100000e+01 |      --      |    Inf 
498.62/498.85	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
498.62/498.85	c   473s|  1440k|   192 |   533 |6602k| 240 |   - | 420 |4233 |2438 |   0 |   0 |  33 | 845k|  18 | 2.100000e+01 |      --      |    Inf 
502.02/502.29	c   477s|  1450k|   194 |   533 |6599k| 240 |   - | 420 |4233 |2471 |   0 |   0 |  33 | 851k|  18 | 2.100000e+01 |      --      |    Inf 
505.32/505.58	c   480s|  1460k|   197 |   533 |6597k| 240 |   - | 420 |4228 |2490 |   0 |   0 |  33 | 856k|  18 | 2.100000e+01 |      --      |    Inf 
509.03/509.21	c   483s|  1470k|   196 |   533 |6601k| 240 |   - | 420 |4239 |2498 |   0 |   0 |  33 | 862k|  18 | 2.100000e+01 |      --      |    Inf 
512.32/512.52	c   486s|  1480k|   200 |   533 |6600k| 240 |   - | 420 |4228 |2419 |   0 |   0 |  33 | 868k|  18 | 2.100000e+01 |      --      |    Inf 
515.81/516.00	c   490s|  1490k|   191 |   533 |6594k| 240 |   - | 420 |4228 |2552 |   0 |   0 |  33 | 874k|  18 | 2.100000e+01 |      --      |    Inf 
519.11/519.37	c   493s|  1500k|   200 |   533 |6600k| 240 |   - | 420 |4236 |2524 |   0 |   0 |  33 | 880k|  18 | 2.100000e+01 |      --      |    Inf 
522.52/522.70	c   496s|  1510k|   199 |   533 |6601k| 240 |   - | 420 |4228 |2401 |   0 |   0 |  33 | 886k|  18 | 2.100000e+01 |      --      |    Inf 
525.81/526.01	c   499s|  1520k|   187 |   533 |6598k| 240 |   - | 420 |4228 |2428 |   0 |   0 |  33 | 891k|  18 | 2.100000e+01 |      --      |    Inf 
529.11/529.36	c   502s|  1530k|   188 |   533 |6599k| 240 |   - | 420 |4235 |2482 |   0 |   0 |  33 | 896k|  18 | 2.100000e+01 |      --      |    Inf 
532.51/532.77	c   506s|  1540k|   193 |   533 |6594k| 240 |   - | 420 |4229 |2551 |   0 |   0 |  33 | 902k|  18 | 2.100000e+01 |      --      |    Inf 
536.31/536.50	c   509s|  1550k|   200 |   533 |6600k| 240 |   - | 420 |4233 |2469 |   0 |   0 |  33 | 908k|  18 | 2.100000e+01 |      --      |    Inf 
539.70/539.91	c   512s|  1560k|   182 |   533 |6602k| 240 |   - | 420 |4245 |2500 |   0 |   0 |  33 | 914k|  18 | 2.100000e+01 |      --      |    Inf 
543.21/543.44	c   516s|  1570k|   197 |   533 |6599k| 240 |   - | 420 |4233 |2484 |   0 |   0 |  33 | 920k|  18 | 2.100000e+01 |      --      |    Inf 
546.61/546.82	c   519s|  1580k|   185 |   533 |6596k| 240 |   - | 420 |4234 |2586 |   0 |   0 |  33 | 926k|  18 | 2.100000e+01 |      --      |    Inf 
549.91/550.19	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
549.91/550.19	c   522s|  1590k|   212 |   533 |6606k| 240 |   - | 420 |4239 |2373 |   0 |   0 |  33 | 931k|  18 | 2.100000e+01 |      --      |    Inf 
553.51/553.80	c   525s|  1600k|   205 |   533 |6601k| 240 |   - | 420 |4231 |2425 |   0 |   0 |  33 | 937k|  18 | 2.100000e+01 |      --      |    Inf 
557.30/557.55	c   529s|  1610k|   199 |   533 |6599k| 240 |   - | 420 |4229 |2400 |   0 |   0 |  33 | 943k|  18 | 2.100000e+01 |      --      |    Inf 
560.81/561.03	c   532s|  1620k|   200 |   533 |6598k| 240 |   - | 420 |4228 |2458 |   0 |   0 |  33 | 949k|  18 | 2.100000e+01 |      --      |    Inf 
564.30/564.55	c   536s|  1630k|   200 |   533 |6599k| 240 |   - | 420 |4227 |2426 |   0 |   0 |  33 | 955k|  18 | 2.100000e+01 |      --      |    Inf 
567.80/568.01	c   539s|  1640k|   203 |   533 |6598k| 240 |   - | 420 |4227 |2419 |   0 |   0 |  33 | 961k|  18 | 2.100000e+01 |      --      |    Inf 
571.39/571.65	c   542s|  1650k|   196 |   533 |6601k| 240 |   - | 420 |4236 |2427 |   0 |   0 |  33 | 967k|  18 | 2.100000e+01 |      --      |    Inf 
574.90/575.10	c   546s|  1660k|   196 |   533 |6603k| 240 |   - | 420 |4242 |2491 |   0 |   0 |  33 | 973k|  18 | 2.100000e+01 |      --      |    Inf 
578.19/578.47	c   549s|  1670k|   199 |   533 |6600k| 240 |   - | 420 |4229 |2460 |   0 |   0 |  33 | 978k|  18 | 2.100000e+01 |      --      |    Inf 
581.60/581.82	c   552s|  1680k|   193 |   533 |6604k| 240 |   - | 420 |4244 |2479 |   0 |   0 |  33 | 984k|  18 | 2.100000e+01 |      --      |    Inf 
585.10/585.31	c   555s|  1690k|   191 |   533 |6597k| 240 |   - | 420 |4227 |2500 |   0 |   0 |  33 | 990k|  18 | 2.100000e+01 |      --      |    Inf 
588.69/588.99	c   559s|  1700k|   197 |   533 |6604k| 240 |   - | 420 |4240 |2459 |   0 |   0 |  33 | 996k|  18 | 2.100000e+01 |      --      |    Inf 
592.50/592.79	c   562s|  1710k|   192 |   533 |6599k| 240 |   - | 420 |4232 |2499 |   0 |   0 |  33 |1002k|  18 | 2.100000e+01 |      --      |    Inf 
596.29/596.57	c   566s|  1720k|   190 |   533 |6599k| 240 |   - | 420 |4237 |2434 |   0 |   0 |  33 |1008k|  18 | 2.100000e+01 |      --      |    Inf 
599.99/600.28	c   570s|  1730k|   182 |   533 |6598k| 240 |   - | 420 |4229 |2488 |   0 |   0 |  33 |1014k|  18 | 2.100000e+01 |      --      |    Inf 
603.69/603.91	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
603.69/603.91	c   573s|  1740k|   186 |   533 |6599k| 240 |   - | 420 |4233 |2496 |   0 |   0 |  33 |1020k|  18 | 2.100000e+01 |      --      |    Inf 
606.89/607.16	c   576s|  1750k|   193 |   533 |6598k| 240 |   - | 420 |4234 |2547 |   0 |   0 |  33 |1026k|  18 | 2.100000e+01 |      --      |    Inf 
610.09/610.34	c   579s|  1760k|   194 |   533 |6600k| 240 |   - | 420 |4235 |2479 |   0 |   0 |  33 |1031k|  18 | 2.100000e+01 |      --      |    Inf 
613.38/613.68	c   582s|  1770k|   194 |   533 |6599k| 240 |   - | 420 |4236 |2479 |   0 |   0 |  33 |1037k|  18 | 2.100000e+01 |      --      |    Inf 
616.69/617.00	c   585s|  1780k|   193 |   533 |6602k| 240 |   - | 420 |4243 |2479 |   0 |   0 |  33 |1043k|  18 | 2.100000e+01 |      --      |    Inf 
619.89/620.16	c   588s|  1790k|   194 |   533 |6604k| 240 |   - | 420 |4246 |2492 |   0 |   0 |  33 |1049k|  18 | 2.100000e+01 |      --      |    Inf 
623.18/623.43	c   592s|  1800k|   192 |   533 |6601k| 240 |   - | 420 |4236 |2499 |   0 |   0 |  33 |1055k|  18 | 2.100000e+01 |      --      |    Inf 
626.58/626.80	c   595s|  1810k|   195 |   533 |6600k| 240 |   - | 420 |4236 |2417 |   0 |   0 |  33 |1061k|  18 | 2.100000e+01 |      --      |    Inf 
629.98/630.27	c   598s|  1820k|   191 |   533 |6603k| 240 |   - | 420 |4242 |2470 |   0 |   0 |  33 |1067k|  18 | 2.100000e+01 |      --      |    Inf 
633.38/633.61	c   601s|  1830k|   188 |   533 |6604k| 240 |   - | 420 |4248 |2511 |   0 |   0 |  33 |1073k|  18 | 2.100000e+01 |      --      |    Inf 
636.58/636.88	c   604s|  1840k|   194 |   533 |6600k| 240 |   - | 420 |4233 |2492 |   0 |   0 |  33 |1078k|  18 | 2.100000e+01 |      --      |    Inf 
640.07/640.32	c   608s|  1850k|   190 |   533 |6604k| 240 |   - | 420 |4239 |2455 |   0 |   0 |  33 |1084k|  18 | 2.100000e+01 |      --      |    Inf 
643.38/643.70	c   611s|  1860k|   196 |   533 |6595k| 240 |   - | 420 |4225 |2548 |   0 |   0 |  33 |1090k|  18 | 2.100000e+01 |      --      |    Inf 
647.37/647.62	c   614s|  1870k|   186 |   533 |6595k| 240 |   - | 420 |4224 |2575 |   0 |   0 |  33 |1096k|  18 | 2.100000e+01 |      --      |    Inf 
650.88/651.14	c   618s|  1880k|   186 |   533 |6593k| 240 |   - | 420 |4225 |2500 |   0 |   0 |  33 |1102k|  18 | 2.100000e+01 |      --      |    Inf 
654.38/654.69	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
654.38/654.69	c   621s|  1890k|   194 |   533 |6601k| 240 |   - | 420 |4235 |2477 |   0 |   0 |  33 |1109k|  18 | 2.100000e+01 |      --      |    Inf 
657.88/658.13	c   624s|  1900k|   185 |   533 |6605k| 240 |   - | 420 |4249 |2538 |   0 |   0 |  33 |1115k|  18 | 2.100000e+01 |      --      |    Inf 
661.37/661.68	c   628s|  1910k|   198 |   533 |6594k| 240 |   - | 420 |4223 |2436 |   0 |   0 |  33 |1120k|  18 | 2.100000e+01 |      --      |    Inf 
664.87/665.19	c   631s|  1920k|   194 |   533 |6593k| 240 |   - | 420 |4223 |2499 |   0 |   0 |  33 |1126k|  18 | 2.100000e+01 |      --      |    Inf 
668.47/668.74	c   634s|  1930k|   195 |   533 |6596k| 240 |   - | 420 |4223 |2489 |   0 |   0 |  33 |1132k|  18 | 2.100000e+01 |      --      |    Inf 
672.07/672.33	c   638s|  1940k|   198 |   533 |6595k| 240 |   - | 420 |4223 |2409 |   0 |   0 |  33 |1138k|  18 | 2.100000e+01 |      --      |    Inf 
675.46/675.76	c   641s|  1950k|   196 |   533 |6596k| 240 |   - | 420 |4226 |2428 |   0 |   0 |  33 |1144k|  18 | 2.100000e+01 |      --      |    Inf 
678.96/679.24	c   644s|  1960k|   192 |   533 |6592k| 240 |   - | 420 |4224 |2525 |   0 |   0 |  33 |1150k|  18 | 2.100000e+01 |      --      |    Inf 
682.46/682.75	c   648s|  1970k|   193 |   533 |6594k| 240 |   - | 420 |4224 |2496 |   0 |   0 |  33 |1156k|  18 | 2.100000e+01 |      --      |    Inf 
685.96/686.20	c   651s|  1980k|   193 |   533 |6597k| 240 |   - | 420 |4224 |2456 |   0 |   0 |  33 |1161k|  18 | 2.100000e+01 |      --      |    Inf 
689.56/689.83	c   654s|  1990k|   189 |   533 |6595k| 240 |   - | 420 |4224 |2517 |   0 |   0 |  33 |1167k|  18 | 2.100000e+01 |      --      |    Inf 
693.26/693.52	c   658s|  2000k|   189 |   533 |6595k| 240 |   - | 420 |4226 |2481 |   0 |   0 |  33 |1173k|  18 | 2.100000e+01 |      --      |    Inf 
696.76/697.01	c   661s|  2010k|   186 |   533 |6599k| 240 |   - | 420 |4230 |2451 |   0 |   0 |  33 |1179k|  18 | 2.100000e+01 |      --      |    Inf 
699.96/700.27	c   664s|  2020k|   185 |   533 |6594k| 240 |   - | 420 |4226 |2515 |   0 |   0 |  33 |1185k|  18 | 2.100000e+01 |      --      |    Inf 
703.26/703.56	c   668s|  2030k|   186 |   533 |6598k| 240 |   - | 420 |4236 |2518 |   0 |   0 |  33 |1190k|  18 | 2.100000e+01 |      --      |    Inf 
706.76/707.09	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
706.76/707.09	c   671s|  2040k|   193 |   533 |6596k| 240 |   - | 420 |4226 |2463 |   0 |   0 |  33 |1196k|  18 | 2.100000e+01 |      --      |    Inf 
710.36/710.67	c   674s|  2050k|   186 |   533 |6592k| 240 |   - | 420 |4223 |2533 |   0 |   0 |  33 |1202k|  18 | 2.100000e+01 |      --      |    Inf 
713.75/714.08	c   678s|  2060k|   182 |   533 |6600k| 240 |   - | 420 |4236 |2484 |   0 |   0 |  33 |1208k|  18 | 2.100000e+01 |      --      |    Inf 
717.05/717.31	c   681s|  2070k|   194 |   533 |6601k| 240 |   - | 420 |4234 |2460 |   0 |   0 |  33 |1214k|  18 | 2.100000e+01 |      --      |    Inf 
720.25/720.52	c   684s|  2080k|   206 |   533 |6603k| 240 |   - | 420 |4234 |2439 |   0 |   0 |  33 |1219k|  18 | 2.100000e+01 |      --      |    Inf 
723.46/723.74	c   687s|  2090k|   195 |   533 |6598k| 240 |   - | 420 |4228 |2459 |   0 |   0 |  33 |1225k|  18 | 2.100000e+01 |      --      |    Inf 
726.95/727.28	c   690s|  2100k|   185 |   533 |6597k| 240 |   - | 420 |4228 |2491 |   0 |   0 |  33 |1231k|  18 | 2.100000e+01 |      --      |    Inf 
730.25/730.55	c   693s|  2110k|   186 |   533 |6597k| 240 |   - | 420 |4235 |2507 |   0 |   0 |  33 |1237k|  18 | 2.100000e+01 |      --      |    Inf 
733.45/733.78	c   696s|  2120k|   183 |   533 |6603k| 240 |   - | 420 |4247 |2521 |   0 |   0 |  33 |1242k|  18 | 2.100000e+01 |      --      |    Inf 
736.75/737.02	c   699s|  2130k|   185 |   533 |6601k| 240 |   - | 420 |4240 |2533 |   0 |   0 |  33 |1248k|  18 | 2.100000e+01 |      --      |    Inf 
740.14/740.43	c   702s|  2140k|   183 |   533 |6592k| 240 |   - | 420 |4223 |2529 |   0 |   0 |  33 |1254k|  18 | 2.100000e+01 |      --      |    Inf 
743.64/743.93	c   706s|  2150k|   199 |   533 |6598k| 240 |   - | 420 |4222 |2462 |   0 |   0 |  33 |1260k|  18 | 2.100000e+01 |      --      |    Inf 
747.04/747.31	c   709s|  2160k|   190 |   533 |6598k| 240 |   - | 420 |4224 |2496 |   0 |   0 |  33 |1266k|  18 | 2.100000e+01 |      --      |    Inf 
750.44/750.73	c   712s|  2170k|   191 |   533 |6598k| 240 |   - | 420 |4233 |2527 |   0 |   0 |  33 |1271k|  18 | 2.100000e+01 |      --      |    Inf 
753.84/754.13	c   715s|  2180k|   188 |   533 |6595k| 240 |   - | 420 |4226 |2517 |   0 |   0 |  33 |1277k|  18 | 2.100000e+01 |      --      |    Inf 
757.04/757.38	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
757.04/757.38	c   718s|  2190k|   204 |   533 |6599k| 240 |   - | 420 |4226 |2397 |   0 |   0 |  33 |1283k|  18 | 2.100000e+01 |      --      |    Inf 
760.44/760.70	c   722s|  2200k|   185 |   533 |6593k| 240 |   - | 420 |4225 |2583 |   0 |   0 |  33 |1289k|  18 | 2.100000e+01 |      --      |    Inf 
763.64/763.97	c   725s|  2210k|   191 |   533 |6602k| 240 |   - | 420 |4236 |2481 |   0 |   0 |  33 |1295k|  18 | 2.100000e+01 |      --      |    Inf 
766.84/767.17	c   728s|  2220k|   192 |   533 |6601k| 240 |   - | 420 |4235 |2544 |   0 |   0 |  33 |1301k|  18 | 2.100000e+01 |      --      |    Inf 
770.04/770.39	c   731s|  2230k|   183 |   533 |6614k| 240 |   - | 420 |4269 |2541 |   0 |   0 |  33 |1307k|  18 | 2.100000e+01 |      --      |    Inf 
773.44/773.71	c   734s|  2240k|   188 |   533 |6599k| 240 |   - | 420 |4236 |2623 |   0 |   0 |  33 |1312k|  18 | 2.100000e+01 |      --      |    Inf 
776.73/777.03	c   737s|  2250k|   202 |   533 |6602k| 240 |   - | 420 |4230 |2469 |   0 |   0 |  33 |1319k|  18 | 2.100000e+01 |      --      |    Inf 
779.93/780.29	c   740s|  2260k|   180 |   533 |6594k| 240 |   - | 420 |4230 |2597 |   0 |   0 |  33 |1324k|  18 | 2.100000e+01 |      --      |    Inf 
783.33/783.70	c   743s|  2270k|   183 |   533 |6603k| 240 |   - | 420 |4240 |2527 |   0 |   0 |  33 |1330k|  18 | 2.100000e+01 |      --      |    Inf 
786.83/787.12	c   747s|  2280k|   188 |   533 |6601k| 240 |   - | 420 |4228 |2446 |   0 |   0 |  33 |1336k|  18 | 2.100000e+01 |      --      |    Inf 
790.23/790.52	c   750s|  2290k|   188 |   533 |6594k| 240 |   - | 420 |4222 |2545 |   0 |   0 |  33 |1341k|  18 | 2.100000e+01 |      --      |    Inf 
793.63/793.92	c   753s|  2300k|   197 |   533 |6600k| 240 |   - | 420 |4223 |2446 |   0 |   0 |  33 |1347k|  18 | 2.100000e+01 |      --      |    Inf 
796.83/797.19	c   756s|  2310k|   198 |   533 |6601k| 240 |   - | 420 |4232 |2495 |   0 |   0 |  33 |1353k|  18 | 2.100000e+01 |      --      |    Inf 
800.22/800.53	c   759s|  2320k|   191 |   533 |6599k| 240 |   - | 420 |4226 |2490 |   0 |   0 |  33 |1359k|  18 | 2.100000e+01 |      --      |    Inf 
803.52/803.83	c   763s|  2330k|   195 |   533 |6600k| 240 |   - | 420 |4230 |2530 |   0 |   0 |  33 |1365k|  18 | 2.100000e+01 |      --      |    Inf 
806.93/807.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
806.93/807.21	c   766s|  2340k|   187 |   533 |6596k| 240 |   - | 420 |4227 |2516 |   0 |   0 |  33 |1371k|  18 | 2.100000e+01 |      --      |    Inf 
810.33/810.62	c   769s|  2350k|   193 |   533 |6602k| 240 |   - | 420 |4235 |2473 |   0 |   0 |  33 |1377k|  18 | 2.100000e+01 |      --      |    Inf 
813.42/813.76	c   772s|  2360k|   181 |   533 |6612k| 240 |   - | 420 |4261 |2490 |   0 |   0 |  33 |1383k|  18 | 2.100000e+01 |      --      |    Inf 
816.92/817.26	c   775s|  2370k|   201 |   533 |6598k| 240 |   - | 420 |4224 |2492 |   0 |   0 |  33 |1389k|  18 | 2.100000e+01 |      --      |    Inf 
820.23/820.54	c   778s|  2380k|   198 |   533 |6600k| 240 |   - | 420 |4224 |2411 |   0 |   0 |  33 |1394k|  18 | 2.100000e+01 |      --      |    Inf 
823.53/823.87	c   781s|  2390k|   183 |   533 |6608k| 240 |   - | 420 |4253 |2547 |   0 |   0 |  33 |1400k|  18 | 2.100000e+01 |      --      |    Inf 
826.82/827.11	c   785s|  2400k|   186 |   533 |6603k| 240 |   - | 420 |4240 |2549 |   0 |   0 |  33 |1406k|  18 | 2.100000e+01 |      --      |    Inf 
830.02/830.33	c   788s|  2410k|   189 |   533 |6603k| 240 |   - | 420 |4239 |2482 |   0 |   0 |  33 |1411k|  18 | 2.100000e+01 |      --      |    Inf 
833.42/833.72	c   791s|  2420k|   195 |   533 |6605k| 240 |   - | 420 |4239 |2506 |   0 |   0 |  33 |1417k|  18 | 2.100000e+01 |      --      |    Inf 
836.61/836.94	c   794s|  2430k|   182 |   533 |6595k| 240 |   - | 420 |4230 |2605 |   0 |   0 |  33 |1423k|  18 | 2.100000e+01 |      --      |    Inf 
839.91/840.27	c   797s|  2440k|   187 |   533 |6602k| 240 |   - | 420 |4236 |2540 |   0 |   0 |  33 |1429k|  18 | 2.100000e+01 |      --      |    Inf 
843.51/843.82	c   800s|  2450k|   193 |   533 |6601k| 240 |   - | 420 |4222 |2432 |   0 |   0 |  33 |1435k|  18 | 2.100000e+01 |      --      |    Inf 
846.92/847.20	c   804s|  2460k|   197 |   533 |6598k| 240 |   - | 420 |4222 |2488 |   0 |   0 |  33 |1440k|  18 | 2.100000e+01 |      --      |    Inf 
850.21/850.56	c   807s|  2470k|   198 |   533 |6601k| 240 |   - | 420 |4223 |2389 |   0 |   0 |  33 |1446k|  18 | 2.100000e+01 |      --      |    Inf 
853.61/853.98	c   810s|  2480k|   198 |   533 |6600k| 240 |   - | 420 |4222 |2482 |   0 |   0 |  33 |1452k|  18 | 2.100000e+01 |      --      |    Inf 
857.01/857.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
857.01/857.34	c   813s|  2490k|   194 |   533 |6601k| 240 |   - | 420 |4231 |2491 |   0 |   0 |  33 |1458k|  18 | 2.100000e+01 |      --      |    Inf 
860.31/860.67	c   816s|  2500k|   190 |   533 |6597k| 240 |   - | 420 |4224 |2504 |   0 |   0 |  33 |1463k|  18 | 2.100000e+01 |      --      |    Inf 
863.71/864.02	c   820s|  2510k|   199 |   533 |6599k| 240 |   - | 420 |4222 |2492 |   0 |   0 |  33 |1469k|  18 | 2.100000e+01 |      --      |    Inf 
867.10/867.43	c   823s|  2520k|   185 |   533 |6596k| 240 |   - | 420 |4222 |2531 |   0 |   0 |  33 |1475k|  18 | 2.100000e+01 |      --      |    Inf 
870.40/870.73	c   826s|  2530k|   194 |   533 |6600k| 240 |   - | 420 |4230 |2485 |   0 |   0 |  33 |1481k|  18 | 2.100000e+01 |      --      |    Inf 
873.70/874.01	c   829s|  2540k|   201 |   533 |6600k| 240 |   - | 420 |4227 |2487 |   0 |   0 |  33 |1486k|  18 | 2.100000e+01 |      --      |    Inf 
877.11/877.40	c   832s|  2550k|   193 |   533 |6598k| 240 |   - | 420 |4225 |2515 |   0 |   0 |  33 |1492k|  18 | 2.100000e+01 |      --      |    Inf 
880.60/880.93	c   836s|  2560k|   189 |   533 |6593k| 240 |   - | 420 |4223 |2606 |   0 |   0 |  33 |1498k|  18 | 2.100000e+01 |      --      |    Inf 
884.10/884.40	c   839s|  2570k|   194 |   533 |6601k| 240 |   - | 420 |4226 |2464 |   0 |   0 |  33 |1504k|  18 | 2.100000e+01 |      --      |    Inf 
887.40/887.77	c   842s|  2580k|   191 |   533 |6608k| 240 |   - | 420 |4247 |2479 |   0 |   0 |  33 |1510k|  18 | 2.100000e+01 |      --      |    Inf 
890.80/891.13	c   845s|  2590k|   199 |   533 |6600k| 240 |   - | 420 |4227 |2488 |   0 |   0 |  33 |1515k|  18 | 2.100000e+01 |      --      |    Inf 
894.00/894.40	c   848s|  2600k|   197 |   533 |6598k| 240 |   - | 420 |4222 |2532 |   0 |   0 |  33 |1521k|  18 | 2.100000e+01 |      --      |    Inf 
897.30/897.69	c   851s|  2610k|   193 |   533 |6598k| 240 |   - | 420 |4225 |2421 |   0 |   0 |  33 |1527k|  18 | 2.100000e+01 |      --      |    Inf 
900.69/901.03	c   855s|  2620k|   183 |   533 |6598k| 240 |   - | 420 |4230 |2522 |   0 |   0 |  33 |1532k|  18 | 2.100000e+01 |      --      |    Inf 
904.00/904.31	c   858s|  2630k|   186 |   533 |6597k| 240 |   - | 420 |4228 |2601 |   0 |   0 |  33 |1538k|  18 | 2.100000e+01 |      --      |    Inf 
907.39/907.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.39/907.71	c   861s|  2640k|   189 |   533 |6598k| 240 |   - | 420 |4223 |2451 |   0 |   0 |  33 |1544k|  18 | 2.100000e+01 |      --      |    Inf 
910.69/911.04	c   864s|  2650k|   186 |   533 |6601k| 240 |   - | 420 |4237 |2550 |   0 |   0 |  33 |1550k|  18 | 2.100000e+01 |      --      |    Inf 
913.89/914.28	c   867s|  2660k|   189 |   533 |6601k| 240 |   - | 420 |4231 |2485 |   0 |   0 |  33 |1556k|  18 | 2.100000e+01 |      --      |    Inf 
917.29/917.64	c   870s|  2670k|   196 |   533 |6602k| 240 |   - | 420 |4232 |2439 |   0 |   0 |  33 |1562k|  18 | 2.100000e+01 |      --      |    Inf 
920.69/921.08	c   874s|  2680k|   187 |   533 |6597k| 240 |   - | 420 |4222 |2546 |   0 |   0 |  33 |1568k|  18 | 2.100000e+01 |      --      |    Inf 
924.18/924.54	c   877s|  2690k|   195 |   533 |6600k| 240 |   - | 420 |4229 |2532 |   0 |   0 |  33 |1574k|  18 | 2.100000e+01 |      --      |    Inf 
927.69/928.00	c   880s|  2700k|   196 |   533 |6598k| 240 |   - | 420 |4224 |2512 |   0 |   0 |  33 |1580k|  18 | 2.100000e+01 |      --      |    Inf 
931.09/931.43	c   884s|  2710k|   188 |   533 |6605k| 240 |   - | 420 |4241 |2515 |   0 |   0 |  33 |1586k|  18 | 2.100000e+01 |      --      |    Inf 
934.49/934.87	c   887s|  2720k|   198 |   533 |6604k| 240 |   - | 420 |4233 |2417 |   0 |   0 |  33 |1592k|  18 | 2.100000e+01 |      --      |    Inf 
937.79/938.15	c   890s|  2730k|   192 |   533 |6596k| 240 |   - | 420 |4224 |2532 |   0 |   0 |  33 |1598k|  18 | 2.100000e+01 |      --      |    Inf 
941.19/941.57	c   893s|  2740k|   197 |   533 |6606k| 240 |   - | 420 |4233 |2405 |   0 |   0 |  33 |1604k|  18 | 2.100000e+01 |      --      |    Inf 
944.59/944.94	c   896s|  2750k|   192 |   533 |6603k| 240 |   - | 420 |4236 |2455 |   0 |   0 |  33 |1610k|  18 | 2.100000e+01 |      --      |    Inf 
947.89/948.28	c   899s|  2760k|   186 |   533 |6601k| 240 |   - | 420 |4233 |2522 |   0 |   0 |  33 |1615k|  18 | 2.100000e+01 |      --      |    Inf 
951.38/951.74	c   903s|  2770k|   186 |   533 |6599k| 240 |   - | 420 |4233 |2541 |   0 |   0 |  33 |1621k|  18 | 2.100000e+01 |      --      |    Inf 
954.78/955.16	c   906s|  2780k|   192 |   533 |6604k| 240 |   - | 420 |4229 |2464 |   0 |   0 |  33 |1627k|  18 | 2.100000e+01 |      --      |    Inf 
958.07/958.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
958.07/958.45	c   909s|  2790k|   198 |   533 |6602k| 240 |   - | 420 |4226 |2464 |   0 |   0 |  33 |1633k|  18 | 2.100000e+01 |      --      |    Inf 
961.47/961.87	c   912s|  2800k|   190 |   533 |6600k| 240 |   - | 420 |4226 |2489 |   0 |   0 |  33 |1639k|  18 | 2.100000e+01 |      --      |    Inf 
964.88/965.29	c   916s|  2810k|   187 |   533 |6600k| 240 |   - | 420 |4229 |2508 |   0 |   0 |  33 |1645k|  18 | 2.100000e+01 |      --      |    Inf 
968.28/968.65	c   919s|  2820k|   204 |   533 |6606k| 240 |   - | 420 |4235 |2374 |   0 |   0 |  33 |1651k|  18 | 2.100000e+01 |      --      |    Inf 
971.98/972.35	c   922s|  2830k|   200 |   533 |6603k| 240 |   - | 420 |4232 |2449 |   0 |   0 |  33 |1657k|  18 | 2.100000e+01 |      --      |    Inf 
975.47/975.80	c   926s|  2840k|   203 |   533 |6605k| 240 |   - | 420 |4234 |2429 |   0 |   0 |  33 |1663k|  18 | 2.100000e+01 |      --      |    Inf 
978.87/979.20	c   929s|  2850k|   199 |   533 |6605k| 240 |   - | 420 |4235 |2384 |   0 |   0 |  33 |1669k|  18 | 2.100000e+01 |      --      |    Inf 
982.38/982.70	c   932s|  2860k|   201 |   533 |6605k| 240 |   - | 420 |4233 |2438 |   0 |   0 |  33 |1675k|  18 | 2.100000e+01 |      --      |    Inf 
985.77/986.14	c   935s|  2870k|   199 |   533 |6606k| 240 |   - | 420 |4232 |2414 |   0 |   0 |  33 |1681k|  18 | 2.100000e+01 |      --      |    Inf 
989.17/989.50	c   939s|  2880k|   197 |   533 |6606k| 240 |   - | 420 |4239 |2394 |   0 |   0 |  33 |1686k|  18 | 2.100000e+01 |      --      |    Inf 
992.47/992.85	c   942s|  2890k|   195 |   533 |6606k| 240 |   - | 420 |4232 |2438 |   0 |   0 |  33 |1692k|  18 | 2.100000e+01 |      --      |    Inf 
995.77/996.18	c   945s|  2900k|   194 |   533 |6604k| 240 |   - | 420 |4234 |2517 |   0 |   0 |  33 |1698k|  18 | 2.100000e+01 |      --      |    Inf 
999.06/999.45	c   948s|  2910k|   190 |   533 |6606k| 240 |   - | 420 |4240 |2443 |   0 |   0 |  33 |1704k|  18 | 2.100000e+01 |      --      |    Inf 
1002.37/1002.76	c   951s|  2920k|   196 |   533 |6603k| 240 |   - | 420 |4234 |2471 |   0 |   0 |  33 |1710k|  18 | 2.100000e+01 |      --      |    Inf 
1005.87/1006.22	c   954s|  2930k|   198 |   533 |6602k| 240 |   - | 420 |4233 |2442 |   0 |   0 |  33 |1715k|  18 | 2.100000e+01 |      --      |    Inf 
1009.17/1009.57	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1009.17/1009.57	c   958s|  2940k|   194 |   533 |6605k| 240 |   - | 420 |4241 |2459 |   0 |   0 |  33 |1721k|  18 | 2.100000e+01 |      --      |    Inf 
1012.46/1012.89	c   961s|  2950k|   203 |   533 |6608k| 240 |   - | 420 |4238 |2453 |   0 |   0 |  33 |1727k|  18 | 2.100000e+01 |      --      |    Inf 
1015.86/1016.25	c   964s|  2960k|   194 |   533 |6606k| 240 |   - | 420 |4237 |2449 |   0 |   0 |  33 |1733k|  18 | 2.100000e+01 |      --      |    Inf 
1019.06/1019.45	c   967s|  2970k|   186 |   533 |6620k| 240 |   - | 420 |4272 |2513 |   0 |   0 |  33 |1738k|  18 | 2.100000e+01 |      --      |    Inf 
1022.46/1022.86	c   970s|  2980k|   186 |   533 |6602k| 240 |   - | 420 |4239 |2531 |   0 |   0 |  33 |1744k|  18 | 2.100000e+01 |      --      |    Inf 
1025.76/1026.14	c   973s|  2990k|   190 |   533 |6603k| 240 |   - | 420 |4238 |2492 |   0 |   0 |  33 |1750k|  18 | 2.100000e+01 |      --      |    Inf 
1029.16/1029.54	c   976s|  3000k|   185 |   533 |6605k| 240 |   - | 420 |4237 |2493 |   0 |   0 |  33 |1756k|  18 | 2.100000e+01 |      --      |    Inf 
1032.45/1032.89	c   980s|  3010k|   193 |   533 |6607k| 240 |   - | 420 |4239 |2461 |   0 |   0 |  33 |1762k|  18 | 2.100000e+01 |      --      |    Inf 
1035.75/1036.12	c   983s|  3020k|   191 |   533 |6604k| 240 |   - | 420 |4235 |2469 |   0 |   0 |  33 |1768k|  18 | 2.100000e+01 |      --      |    Inf 
1039.05/1039.46	c   986s|  3030k|   188 |   533 |6599k| 240 |   - | 420 |4234 |2632 |   0 |   0 |  33 |1774k|  18 | 2.100000e+01 |      --      |    Inf 
1042.45/1042.81	c   989s|  3040k|   197 |   533 |6614k| 240 |   - | 420 |4249 |2391 |   0 |   0 |  33 |1780k|  18 | 2.100000e+01 |      --      |    Inf 
1045.85/1046.21	c   992s|  3050k|   203 |   533 |6607k| 240 |   - | 420 |4236 |2443 |   0 |   0 |  33 |1786k|  18 | 2.100000e+01 |      --      |    Inf 
1049.15/1049.57	c   995s|  3060k|   191 |   533 |6602k| 240 |   - | 420 |4233 |2484 |   0 |   0 |  33 |1792k|  18 | 2.100000e+01 |      --      |    Inf 
1052.64/1053.01	c   999s|  3070k|   193 |   533 |6605k| 240 |   - | 420 |4235 |2485 |   0 |   0 |  33 |1797k|  18 | 2.100000e+01 |      --      |    Inf 
1056.05/1056.41	c  1002s|  3080k|   193 |   533 |6604k| 240 |   - | 420 |4238 |2624 |   0 |   0 |  33 |1803k|  18 | 2.100000e+01 |      --      |    Inf 
1059.35/1059.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1059.35/1059.78	c  1005s|  3090k|   189 |   533 |6606k| 240 |   - | 420 |4242 |2525 |   0 |   0 |  33 |1809k|  18 | 2.100000e+01 |      --      |    Inf 
1062.85/1063.20	c  1008s|  3100k|   190 |   533 |6611k| 240 |   - | 420 |4245 |2487 |   0 |   0 |  33 |1815k|  18 | 2.100000e+01 |      --      |    Inf 
1066.14/1066.53	c  1012s|  3110k|   188 |   533 |6609k| 240 |   - | 420 |4247 |2510 |   0 |   0 |  33 |1820k|  18 | 2.100000e+01 |      --      |    Inf 
1069.44/1069.87	c  1015s|  3120k|   188 |   533 |6612k| 240 |   - | 420 |4257 |2518 |   0 |   0 |  33 |1826k|  18 | 2.100000e+01 |      --      |    Inf 
1072.85/1073.29	c  1018s|  3130k|   187 |   533 |6612k| 240 |   - | 420 |4254 |2548 |   0 |   0 |  33 |1832k|  18 | 2.100000e+01 |      --      |    Inf 
1076.35/1076.71	c  1021s|  3140k|   200 |   533 |6613k| 240 |   - | 420 |4247 |2398 |   0 |   0 |  33 |1838k|  18 | 2.100000e+01 |      --      |    Inf 
1079.94/1080.32	c  1025s|  3150k|   196 |   533 |6610k| 240 |   - | 420 |4247 |2440 |   0 |   0 |  33 |1844k|  18 | 2.100000e+01 |      --      |    Inf 
1083.44/1083.89	c  1028s|  3160k|   186 |   533 |6605k| 240 |   - | 420 |4247 |2575 |   0 |   0 |  33 |1850k|  18 | 2.100000e+01 |      --      |    Inf 
1086.74/1087.19	c  1031s|  3170k|   193 |   533 |6610k| 240 |   - | 420 |4253 |2593 |   0 |   0 |  33 |1856k|  18 | 2.100000e+01 |      --      |    Inf 
1090.14/1090.50	c  1034s|  3180k|   190 |   533 |6614k| 240 |   - | 420 |4255 |2439 |   0 |   0 |  33 |1861k|  18 | 2.100000e+01 |      --      |    Inf 
1093.43/1093.87	c  1038s|  3190k|   204 |   533 |6613k| 240 |   - | 420 |4243 |2382 |   0 |   0 |  33 |1867k|  18 | 2.100000e+01 |      --      |    Inf 
1096.94/1097.39	c  1041s|  3200k|   184 |   533 |6605k| 240 |   - | 420 |4243 |2505 |   0 |   0 |  33 |1873k|  18 | 2.100000e+01 |      --      |    Inf 
1100.43/1100.88	c  1044s|  3210k|   186 |   533 |6611k| 240 |   - | 420 |4250 |2461 |   0 |   0 |  33 |1879k|  18 | 2.100000e+01 |      --      |    Inf 
1103.93/1104.37	c  1047s|  3220k|   179 |   533 |6619k| 240 |   - | 420 |4272 |2477 |   0 |   0 |  33 |1885k|  18 | 2.100000e+01 |      --      |    Inf 
1107.34/1107.73	c  1051s|  3230k|   182 |   533 |6610k| 240 |   - | 420 |4253 |2531 |   0 |   0 |  33 |1891k|  18 | 2.100000e+01 |      --      |    Inf 
1110.53/1110.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.53/1110.94	c  1054s|  3240k|   196 |   533 |6610k| 240 |   - | 420 |4245 |2457 |   0 |   0 |  33 |1897k|  18 | 2.100000e+01 |      --      |    Inf 
1113.73/1114.11	c  1057s|  3250k|   191 |   533 |6609k| 240 |   - | 420 |4246 |2489 |   0 |   0 |  33 |1902k|  18 | 2.100000e+01 |      --      |    Inf 
1116.93/1117.39	c  1060s|  3260k|   190 |   533 |6610k| 240 |   - | 420 |4248 |2463 |   0 |   0 |  33 |1908k|  18 | 2.100000e+01 |      --      |    Inf 
1120.22/1120.68	c  1063s|  3270k|   186 |   533 |6615k| 240 |   - | 420 |4256 |2500 |   0 |   0 |  33 |1914k|  18 | 2.100000e+01 |      --      |    Inf 
1123.53/1123.97	c  1066s|  3280k|   187 |   533 |6605k| 240 |   - | 420 |4242 |2510 |   0 |   0 |  33 |1920k|  18 | 2.100000e+01 |      --      |    Inf 
1126.83/1127.28	c  1069s|  3290k|   193 |   533 |6608k| 240 |   - | 420 |4244 |2500 |   0 |   0 |  33 |1926k|  18 | 2.100000e+01 |      --      |    Inf 
1130.03/1130.49	c  1072s|  3300k|   183 |   533 |6613k| 240 |   - | 420 |4252 |2548 |   0 |   0 |  33 |1931k|  18 | 2.100000e+01 |      --      |    Inf 
1133.23/1133.68	c  1075s|  3310k|   191 |   533 |6608k| 240 |   - | 420 |4247 |2531 |   0 |   0 |  33 |1937k|  18 | 2.100000e+01 |      --      |    Inf 
1136.42/1136.88	c  1078s|  3320k|   184 |   533 |6614k| 240 |   - | 420 |4261 |2543 |   0 |   0 |  33 |1943k|  18 | 2.100000e+01 |      --      |    Inf 
1140.03/1140.48	c  1082s|  3330k|   206 |   533 |6602k| 240 |   - | 420 |4223 |2447 |   0 |   0 |  33 |1949k|  18 | 2.100000e+01 |      --      |    Inf 
1143.93/1144.37	c  1085s|  3340k|   198 |   533 |6597k| 240 |   - | 420 |4223 |2509 |   0 |   0 |  33 |1955k|  18 | 2.100000e+01 |      --      |    Inf 
1147.52/1147.91	c  1089s|  3350k|   202 |   533 |6602k| 240 |   - | 420 |4227 |2463 |   0 |   0 |  33 |1961k|  18 | 2.100000e+01 |      --      |    Inf 
1151.22/1151.68	c  1092s|  3360k|   198 |   533 |6606k| 240 |   - | 420 |4223 |2404 |   0 |   0 |  33 |1967k|  18 | 2.100000e+01 |      --      |    Inf 
1154.91/1155.33	c  1096s|  3370k|   203 |   533 |6602k| 240 |   - | 420 |4224 |2425 |   0 |   0 |  33 |1973k|  18 | 2.100000e+01 |      --      |    Inf 
1158.42/1158.85	c  1099s|  3380k|   193 |   533 |6601k| 240 |   - | 420 |4223 |2491 |   0 |   0 |  33 |1979k|  18 | 2.100000e+01 |      --      |    Inf 
1162.11/1162.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1162.11/1162.56	c  1103s|  3390k|   193 |   533 |6601k| 240 |   - | 420 |4229 |2530 |   0 |   0 |  33 |1985k|  18 | 2.100000e+01 |      --      |    Inf 
1165.71/1166.18	c  1106s|  3400k|   198 |   533 |6599k| 240 |   - | 420 |4225 |2563 |   0 |   0 |  33 |1990k|  18 | 2.100000e+01 |      --      |    Inf 
1169.41/1169.89	c  1110s|  3410k|   197 |   533 |6602k| 240 |   - | 420 |4230 |2490 |   0 |   0 |  33 |1996k|  18 | 2.100000e+01 |      --      |    Inf 
1173.01/1173.48	c  1113s|  3420k|   189 |   533 |6602k| 240 |   - | 420 |4230 |2536 |   0 |   0 |  33 |2002k|  18 | 2.100000e+01 |      --      |    Inf 
1176.52/1176.98	c  1116s|  3430k|   209 |   533 |6606k| 240 |   - | 420 |4224 |2397 |   0 |   0 |  33 |2008k|  18 | 2.100000e+01 |      --      |    Inf 
1179.82/1180.24	c  1119s|  3440k|   206 |   533 |6601k| 244 |   - | 420 |4223 |2454 |   0 |   0 |  33 |2014k|  18 | 2.100000e+01 |      --      |    Inf 
1183.21/1183.66	c  1123s|  3450k|   212 |   533 |6606k| 244 |   - | 420 |4224 |2375 |   0 |   0 |  33 |2020k|  18 | 2.100000e+01 |      --      |    Inf 
1186.61/1187.05	c  1126s|  3460k|   209 |   533 |6608k| 244 |   - | 420 |4233 |2368 |   0 |   0 |  33 |2026k|  18 | 2.100000e+01 |      --      |    Inf 
1190.00/1190.40	c  1129s|  3470k|   196 |   533 |6598k| 244 |   - | 420 |4225 |2514 |   0 |   0 |  33 |2032k|  18 | 2.100000e+01 |      --      |    Inf 
1193.41/1193.81	c  1132s|  3480k|   195 |   533 |6604k| 244 |   - | 420 |4230 |2491 |   0 |   0 |  33 |2038k|  18 | 2.100000e+01 |      --      |    Inf 
1196.71/1197.11	c  1135s|  3490k|   204 |   533 |6607k| 244 |   - | 420 |4228 |2390 |   0 |   0 |  33 |2043k|  18 | 2.100000e+01 |      --      |    Inf 
1200.10/1200.57	c  1139s|  3500k|   192 |   533 |6603k| 244 |   - | 420 |4235 |2529 |   0 |   0 |  33 |2049k|  18 | 2.100000e+01 |      --      |    Inf 
1203.50/1203.95	c  1142s|  3510k|   194 |   533 |6604k| 244 |   - | 420 |4228 |2438 |   0 |   0 |  33 |2055k|  18 | 2.100000e+01 |      --      |    Inf 
1206.70/1207.19	c  1145s|  3520k|   200 |   533 |6603k| 244 |   - | 420 |4225 |2421 |   0 |   0 |  33 |2061k|  18 | 2.100000e+01 |      --      |    Inf 
1210.00/1210.46	c  1148s|  3530k|   197 |   533 |6603k| 244 |   - | 420 |4229 |2456 |   0 |   0 |  33 |2067k|  18 | 2.100000e+01 |      --      |    Inf 
1213.20/1213.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1213.20/1213.65	c  1151s|  3540k|   196 |   533 |6605k| 244 |   - | 420 |4228 |2432 |   0 |   0 |  33 |2073k|  18 | 2.100000e+01 |      --      |    Inf 
1216.40/1216.86	c  1154s|  3550k|   197 |   533 |6607k| 244 |   - | 420 |4240 |2475 |   0 |   0 |  33 |2079k|  18 | 2.100000e+01 |      --      |    Inf 
1219.50/1219.94	c  1157s|  3560k|   192 |   533 |6612k| 244 |   - | 420 |4238 |2416 |   0 |   0 |  33 |2084k|  18 | 2.100000e+01 |      --      |    Inf 
1222.80/1223.27	c  1160s|  3570k|   207 |   533 |6607k| 244 |   - | 420 |4234 |2516 |   0 |   0 |  33 |2090k|  18 | 2.100000e+01 |      --      |    Inf 
1226.20/1226.65	c  1163s|  3580k|   204 |   533 |6604k| 244 |   - | 420 |4230 |2444 |   0 |   0 |  33 |2096k|  18 | 2.100000e+01 |      --      |    Inf 
1229.39/1229.87	c  1166s|  3590k|   202 |   533 |6603k| 244 |   - | 420 |4226 |2454 |   0 |   0 |  33 |2102k|  18 | 2.100000e+01 |      --      |    Inf 
1232.70/1233.13	c  1170s|  3600k|   196 |   533 |6603k| 244 |   - | 420 |4230 |2468 |   0 |   0 |  33 |2108k|  18 | 2.100000e+01 |      --      |    Inf 
1235.90/1236.35	c  1173s|  3610k|   196 |   533 |6606k| 244 |   - | 420 |4235 |2451 |   0 |   0 |  33 |2114k|  18 | 2.100000e+01 |      --      |    Inf 
1239.29/1239.71	c  1176s|  3620k|   198 |   533 |6604k| 244 |   - | 420 |4223 |2449 |   0 |   0 |  33 |2120k|  18 | 2.100000e+01 |      --      |    Inf 
1242.68/1243.13	c  1179s|  3630k|   195 |   533 |6603k| 244 |   - | 420 |4223 |2487 |   0 |   0 |  33 |2126k|  18 | 2.100000e+01 |      --      |    Inf 
1246.29/1246.73	c  1182s|  3640k|   202 |   533 |6605k| 244 |   - | 420 |4230 |2386 |   0 |   0 |  33 |2132k|  18 | 2.100000e+01 |      --      |    Inf 
1249.79/1250.24	c  1186s|  3650k|   196 |   533 |6602k| 244 |   - | 420 |4224 |2452 |   0 |   0 |  33 |2138k|  18 | 2.100000e+01 |      --      |    Inf 
1253.19/1253.69	c  1189s|  3660k|   195 |   533 |6602k| 244 |   - | 420 |4223 |2451 |   0 |   0 |  33 |2144k|  18 | 2.100000e+01 |      --      |    Inf 
1256.48/1256.96	c  1192s|  3670k|   202 |   533 |6608k| 244 |   - | 420 |4232 |2415 |   0 |   0 |  33 |2150k|  18 | 2.100000e+01 |      --      |    Inf 
1259.88/1260.37	c  1195s|  3680k|   200 |   533 |6601k| 244 |   - | 420 |4223 |2460 |   0 |   0 |  33 |2155k|  18 | 2.100000e+01 |      --      |    Inf 
1263.39/1263.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1263.39/1263.82	c  1199s|  3690k|   205 |   533 |6605k| 244 |   - | 420 |4229 |2441 |   0 |   0 |  33 |2161k|  18 | 2.100000e+01 |      --      |    Inf 
1266.88/1267.33	c  1202s|  3700k|   193 |   533 |6601k| 244 |   - | 420 |4225 |2465 |   0 |   0 |  33 |2167k|  18 | 2.100000e+01 |      --      |    Inf 
1270.28/1270.71	c  1205s|  3710k|   201 |   533 |6604k| 244 |   - | 420 |4228 |2463 |   0 |   0 |  33 |2173k|  18 | 2.100000e+01 |      --      |    Inf 
1273.68/1274.18	c  1208s|  3720k|   194 |   533 |6603k| 244 |   - | 420 |4231 |2494 |   0 |   0 |  33 |2179k|  18 | 2.100000e+01 |      --      |    Inf 
1277.28/1277.72	c  1212s|  3730k|   203 |   533 |6611k| 244 |   - | 420 |4241 |2455 |   0 |   0 |  33 |2185k|  18 | 2.100000e+01 |      --      |    Inf 
1280.68/1281.14	c  1215s|  3740k|   193 |   533 |6610k| 244 |   - | 420 |4237 |2465 |   0 |   0 |  33 |2191k|  18 | 2.100000e+01 |      --      |    Inf 
1284.08/1284.56	c  1218s|  3750k|   199 |   533 |6607k| 244 |   - | 420 |4231 |2445 |   0 |   0 |  33 |2196k|  18 | 2.100000e+01 |      --      |    Inf 
1287.68/1288.12	c  1222s|  3760k|   193 |   533 |6598k| 244 |   - | 420 |4224 |2517 |   0 |   0 |  33 |2202k|  18 | 2.100000e+01 |      --      |    Inf 
1291.07/1291.51	c  1225s|  3770k|   195 |   533 |6602k| 244 |   - | 420 |4227 |2493 |   0 |   0 |  33 |2208k|  18 | 2.100000e+01 |      --      |    Inf 
1294.38/1294.89	c  1228s|  3780k|   192 |   533 |6601k| 244 |   - | 420 |4223 |2463 |   0 |   0 |  33 |2214k|  18 | 2.100000e+01 |      --      |    Inf 
1297.78/1298.29	c  1231s|  3790k|   188 |   533 |6619k| 244 |   - | 420 |4266 |2502 |   0 |   0 |  33 |2220k|  18 | 2.100000e+01 |      --      |    Inf 
1301.28/1301.79	c  1235s|  3800k|   200 |   533 |6602k| 244 |   - | 420 |4226 |2440 |   0 |   0 |  33 |2226k|  18 | 2.100000e+01 |      --      |    Inf 
1304.87/1305.33	c  1238s|  3810k|   187 |   533 |6602k| 244 |   - | 420 |4231 |2497 |   0 |   0 |  33 |2232k|  18 | 2.100000e+01 |      --      |    Inf 
1308.17/1308.67	c  1241s|  3820k|   195 |   533 |6607k| 244 |   - | 420 |4237 |2465 |   0 |   0 |  33 |2237k|  18 | 2.100000e+01 |      --      |    Inf 
1311.57/1312.09	c  1244s|  3830k|   200 |   533 |6602k| 244 |   - | 420 |4225 |2516 |   0 |   0 |  33 |2243k|  18 | 2.100000e+01 |      --      |    Inf 
1314.87/1315.36	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1314.87/1315.36	c  1247s|  3840k|   194 |   533 |6603k| 244 |   - | 420 |4228 |2497 |   0 |   0 |  33 |2249k|  18 | 2.100000e+01 |      --      |    Inf 
1318.47/1318.96	c  1251s|  3850k|   202 |   533 |6605k| 244 |   - | 420 |4225 |2388 |   0 |   0 |  33 |2255k|  18 | 2.100000e+01 |      --      |    Inf 
1321.96/1322.48	c  1254s|  3860k|   197 |   533 |6604k| 244 |   - | 420 |4229 |2419 |   0 |   0 |  33 |2261k|  18 | 2.100000e+01 |      --      |    Inf 
1325.26/1325.77	c  1257s|  3870k|   204 |   533 |6606k| 244 |   - | 420 |4225 |2383 |   0 |   0 |  33 |2267k|  18 | 2.100000e+01 |      --      |    Inf 
1328.77/1329.20	c  1261s|  3880k|   197 |   533 |6605k| 244 |   - | 420 |4232 |2429 |   0 |   0 |  33 |2273k|  18 | 2.100000e+01 |      --      |    Inf 
1332.06/1332.58	c  1264s|  3890k|   202 |   533 |6604k| 244 |   - | 420 |4225 |2423 |   0 |   0 |  33 |2278k|  18 | 2.100000e+01 |      --      |    Inf 
1335.46/1335.94	c  1267s|  3900k|   191 |   533 |6602k| 244 |   - | 420 |4225 |2454 |   0 |   0 |  33 |2284k|  18 | 2.100000e+01 |      --      |    Inf 
1339.06/1339.51	c  1270s|  3910k|   189 |   533 |6600k| 244 |   - | 420 |4227 |2514 |   0 |   0 |  33 |2290k|  18 | 2.100000e+01 |      --      |    Inf 
1342.56/1343.01	c  1274s|  3920k|   203 |   533 |6605k| 244 |   - | 420 |4226 |2441 |   0 |   0 |  33 |2296k|  18 | 2.100000e+01 |      --      |    Inf 
1345.76/1346.29	c  1277s|  3930k|   188 |   533 |6602k| 244 |   - | 420 |4232 |2543 |   0 |   0 |  33 |2302k|  18 | 2.100000e+01 |      --      |    Inf 
1349.16/1349.60	c  1280s|  3940k|   190 |   533 |6602k| 244 |   - | 420 |4232 |2506 |   0 |   0 |  33 |2307k|  18 | 2.100000e+01 |      --      |    Inf 
1352.46/1352.97	c  1283s|  3950k|   187 |   533 |6602k| 244 |   - | 420 |4228 |2462 |   0 |   0 |  33 |2313k|  18 | 2.100000e+01 |      --      |    Inf 
1355.76/1356.26	c  1286s|  3960k|   198 |   533 |6607k| 244 |   - | 420 |4234 |2448 |   0 |   0 |  33 |2319k|  18 | 2.100000e+01 |      --      |    Inf 
1359.16/1359.66	c  1289s|  3970k|   190 |   533 |6607k| 244 |   - | 420 |4238 |2493 |   0 |   0 |  33 |2325k|  18 | 2.100000e+01 |      --      |    Inf 
1362.65/1363.19	c  1293s|  3980k|   200 |   533 |6608k| 244 |   - | 420 |4237 |2442 |   0 |   0 |  33 |2331k|  18 | 2.100000e+01 |      --      |    Inf 
1365.95/1366.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1365.95/1366.42	c  1296s|  3990k|   188 |   533 |6608k| 244 |   - | 420 |4240 |2452 |   0 |   0 |  33 |2336k|  18 | 2.100000e+01 |      --      |    Inf 
1369.35/1369.88	c  1299s|  4000k|   197 |   533 |6611k| 244 |   - | 420 |4241 |2426 |   0 |   0 |  33 |2342k|  18 | 2.100000e+01 |      --      |    Inf 
1372.85/1373.36	c  1302s|  4010k|   189 |   533 |6611k| 244 |   - | 420 |4241 |2477 |   0 |   0 |  33 |2348k|  18 | 2.100000e+01 |      --      |    Inf 
1376.15/1376.66	c  1306s|  4020k|   190 |   533 |6610k| 244 |   - | 420 |4241 |2481 |   0 |   0 |  33 |2353k|  18 | 2.100000e+01 |      --      |    Inf 
1379.65/1380.14	c  1309s|  4030k|   191 |   533 |6615k| 244 |   - | 420 |4253 |2472 |   0 |   0 |  33 |2359k|  18 | 2.100000e+01 |      --      |    Inf 
1383.25/1383.72	c  1312s|  4040k|   207 |   533 |6610k| 244 |   - | 420 |4230 |2414 |   0 |   0 |  33 |2365k|  18 | 2.100000e+01 |      --      |    Inf 
1386.56/1387.01	c  1315s|  4050k|   206 |   533 |6609k| 244 |   - | 420 |4236 |2405 |   0 |   0 |  33 |2371k|  18 | 2.100000e+01 |      --      |    Inf 
1389.85/1390.31	c  1318s|  4060k|   214 |   533 |6609k| 244 |   - | 420 |4232 |2506 |   0 |   0 |  33 |2377k|  18 | 2.100000e+01 |      --      |    Inf 
1393.15/1393.67	c  1322s|  4070k|   199 |   533 |6608k| 244 |   - | 420 |4235 |2421 |   0 |   0 |  33 |2383k|  18 | 2.100000e+01 |      --      |    Inf 
1396.64/1397.19	c  1325s|  4080k|   193 |   533 |6603k| 244 |   - | 420 |4235 |2560 |   0 |   0 |  33 |2389k|  18 | 2.100000e+01 |      --      |    Inf 
1400.14/1400.64	c  1328s|  4090k|   191 |   533 |6604k| 244 |   - | 420 |4231 |2515 |   0 |   0 |  33 |2395k|  18 | 2.100000e+01 |      --      |    Inf 
1403.54/1404.04	c  1332s|  4100k|   193 |   533 |6604k| 244 |   - | 420 |4231 |2509 |   0 |   0 |  33 |2401k|  18 | 2.100000e+01 |      --      |    Inf 
1406.94/1407.44	c  1335s|  4110k|   199 |   533 |6607k| 244 |   - | 420 |4230 |2451 |   0 |   0 |  33 |2407k|  18 | 2.100000e+01 |      --      |    Inf 
1410.24/1410.74	c  1338s|  4120k|   190 |   533 |6605k| 244 |   - | 420 |4234 |2504 |   0 |   0 |  33 |2412k|  18 | 2.100000e+01 |      --      |    Inf 
1413.64/1414.12	c  1341s|  4130k|   189 |   533 |6604k| 244 |   - | 420 |4231 |2488 |   0 |   0 |  33 |2418k|  18 | 2.100000e+01 |      --      |    Inf 
1416.93/1417.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1416.93/1417.49	c  1344s|  4140k|   194 |   533 |6608k| 244 |   - | 420 |4235 |2437 |   0 |   0 |  33 |2424k|  18 | 2.100000e+01 |      --      |    Inf 
1420.43/1420.96	c  1348s|  4150k|   188 |   533 |6601k| 244 |   - | 420 |4230 |2563 |   0 |   0 |  33 |2430k|  18 | 2.100000e+01 |      --      |    Inf 
1423.73/1424.28	c  1351s|  4160k|   195 |   533 |6607k| 244 |   - | 420 |4233 |2428 |   0 |   0 |  33 |2436k|  18 | 2.100000e+01 |      --      |    Inf 
1427.03/1427.54	c  1354s|  4170k|   194 |   533 |6609k| 244 |   - | 420 |4237 |2496 |   0 |   0 |  33 |2442k|  18 | 2.100000e+01 |      --      |    Inf 
1430.33/1430.83	c  1357s|  4180k|   199 |   533 |6610k| 244 |   - | 420 |4233 |2433 |   0 |   0 |  33 |2448k|  18 | 2.100000e+01 |      --      |    Inf 
1433.63/1434.15	c  1360s|  4190k|   188 |   533 |6610k| 244 |   - | 420 |4236 |2467 |   0 |   0 |  33 |2453k|  18 | 2.100000e+01 |      --      |    Inf 
1436.93/1437.50	c  1363s|  4200k|   190 |   533 |6606k| 244 |   - | 420 |4233 |2448 |   0 |   0 |  33 |2459k|  18 | 2.100000e+01 |      --      |    Inf 
1440.43/1441.00	c  1367s|  4210k|   203 |   533 |6606k| 244 |   - | 420 |4232 |2489 |   0 |   0 |  33 |2465k|  18 | 2.100000e+01 |      --      |    Inf 
1444.33/1444.89	c  1370s|  4220k|   196 |   533 |6605k| 244 |   - | 420 |4232 |2509 |   0 |   0 |  33 |2471k|  18 | 2.100000e+01 |      --      |    Inf 
1448.02/1448.50	c  1374s|  4230k|   193 |   533 |6607k| 244 |   - | 420 |4235 |2506 |   0 |   0 |  33 |2477k|  18 | 2.100000e+01 |      --      |    Inf 
1451.42/1452.00	c  1377s|  4240k|   191 |   533 |6605k| 244 |   - | 420 |4233 |2469 |   0 |   0 |  33 |2483k|  18 | 2.100000e+01 |      --      |    Inf 
1454.93/1455.47	c  1380s|  4250k|   189 |   533 |6608k| 244 |   - | 420 |4232 |2464 |   0 |   0 |  33 |2489k|  18 | 2.100000e+01 |      --      |    Inf 
1458.42/1458.94	c  1384s|  4260k|   194 |   533 |6604k| 244 |   - | 420 |4232 |2561 |   0 |   0 |  33 |2495k|  18 | 2.100000e+01 |      --      |    Inf 
1462.03/1462.58	c  1387s|  4270k|   182 |   533 |6603k| 244 |   - | 420 |4233 |2557 |   0 |   0 |  33 |2501k|  18 | 2.100000e+01 |      --      |    Inf 
1465.62/1466.13	c  1390s|  4280k|   190 |   533 |6607k| 244 |   - | 420 |4232 |2461 |   0 |   0 |  33 |2507k|  18 | 2.100000e+01 |      --      |    Inf 
1469.13/1469.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1469.13/1469.66	c  1394s|  4290k|   191 |   533 |6603k| 244 |   - | 420 |4232 |2536 |   0 |   0 |  33 |2512k|  18 | 2.100000e+01 |      --      |    Inf 
1472.72/1473.26	c  1397s|  4300k|   187 |   533 |6605k| 244 |   - | 420 |4233 |2511 |   0 |   0 |  33 |2518k|  18 | 2.100000e+01 |      --      |    Inf 
1476.21/1476.78	c  1401s|  4310k|   183 |   533 |6604k| 244 |   - | 420 |4235 |2554 |   0 |   0 |  33 |2524k|  18 | 2.100000e+01 |      --      |    Inf 
1479.61/1480.17	c  1404s|  4320k|   185 |   533 |6605k| 244 |   - | 420 |4236 |2528 |   0 |   0 |  33 |2530k|  18 | 2.100000e+01 |      --      |    Inf 
1483.22/1483.71	c  1407s|  4330k|   201 |   533 |6603k| 244 |   - | 420 |4224 |2459 |   0 |   0 |  33 |2536k|  18 | 2.100000e+01 |      --      |    Inf 
1486.62/1487.13	c  1410s|  4340k|   188 |   533 |6602k| 244 |   - | 420 |4226 |2524 |   0 |   0 |  33 |2541k|  18 | 2.100000e+01 |      --      |    Inf 
1489.92/1490.47	c  1414s|  4350k|   197 |   533 |6605k| 244 |   - | 420 |4228 |2423 |   0 |   0 |  33 |2547k|  18 | 2.100000e+01 |      --      |    Inf 
1493.11/1493.60	c  1417s|  4360k|   193 |   533 |6605k| 244 |   - | 420 |4225 |2455 |   0 |   0 |  33 |2553k|  18 | 2.100000e+01 |      --      |    Inf 
1496.41/1496.96	c  1420s|  4370k|   197 |   533 |6608k| 244 |   - | 420 |4231 |2377 |   0 |   0 |  33 |2558k|  18 | 2.100000e+01 |      --      |    Inf 
1499.81/1500.32	c  1423s|  4380k|   195 |   533 |6604k| 244 |   - | 420 |4229 |2509 |   0 |   0 |  33 |2564k|  18 | 2.100000e+01 |      --      |    Inf 
1503.21/1503.75	c  1426s|  4390k|   197 |   533 |6604k| 244 |   - | 420 |4225 |2434 |   0 |   0 |  33 |2570k|  18 | 2.100000e+01 |      --      |    Inf 
1506.60/1507.11	c  1429s|  4400k|   195 |   533 |6604k| 244 |   - | 420 |4226 |2469 |   0 |   0 |  33 |2576k|  18 | 2.100000e+01 |      --      |    Inf 
1510.11/1510.61	c  1433s|  4410k|   190 |   533 |6606k| 244 |   - | 420 |4233 |2486 |   0 |   0 |  33 |2582k|  18 | 2.100000e+01 |      --      |    Inf 
1513.61/1514.10	c  1436s|  4420k|   190 |   533 |6611k| 244 |   - | 420 |4237 |2416 |   0 |   0 |  33 |2588k|  18 | 2.100000e+01 |      --      |    Inf 
1517.00/1517.54	c  1439s|  4430k|   183 |   533 |6603k| 244 |   - | 420 |4235 |2565 |   0 |   0 |  33 |2593k|  18 | 2.100000e+01 |      --      |    Inf 
1520.40/1520.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1520.40/1520.93	c  1442s|  4440k|   204 |   533 |6609k| 244 |   - | 420 |4226 |2393 |   0 |   0 |  33 |2599k|  18 | 2.100000e+01 |      --      |    Inf 
1523.80/1524.36	c  1446s|  4450k|   192 |   533 |6606k| 244 |   - | 420 |4231 |2407 |   0 |   0 |  33 |2605k|  18 | 2.100000e+01 |      --      |    Inf 
1527.20/1527.74	c  1449s|  4460k|   189 |   533 |6601k| 244 |   - | 420 |4226 |2558 |   0 |   0 |  33 |2611k|  18 | 2.100000e+01 |      --      |    Inf 
1530.49/1531.04	c  1452s|  4470k|   195 |   533 |6604k| 244 |   - | 420 |4228 |2380 |   0 |   0 |  33 |2617k|  18 | 2.100000e+01 |      --      |    Inf 
1533.90/1534.46	c  1455s|  4480k|   186 |   533 |6600k| 244 |   - | 420 |4225 |2502 |   0 |   0 |  33 |2623k|  18 | 2.100000e+01 |      --      |    Inf 
1537.09/1537.67	c  1458s|  4490k|   183 |   533 |6603k| 244 |   - | 420 |4230 |2473 |   0 |   0 |  33 |2628k|  18 | 2.100000e+01 |      --      |    Inf 
1540.49/1541.05	c  1462s|  4500k|   202 |   533 |6611k| 244 |   - | 420 |4232 |2400 |   0 |   0 |  33 |2634k|  18 | 2.100000e+01 |      --      |    Inf 
1543.99/1544.58	c  1465s|  4510k|   192 |   533 |6605k| 244 |   - | 420 |4234 |2478 |   0 |   0 |  33 |2639k|  18 | 2.100000e+01 |      --      |    Inf 
1547.49/1548.08	c  1468s|  4520k|   205 |   533 |6606k| 244 |   - | 420 |4231 |2457 |   0 |   0 |  33 |2645k|  18 | 2.100000e+01 |      --      |    Inf 
1550.99/1551.57	c  1471s|  4530k|   191 |   533 |6605k| 244 |   - | 420 |4231 |2494 |   0 |   0 |  33 |2651k|  18 | 2.100000e+01 |      --      |    Inf 
1554.80/1555.30	c  1475s|  4540k|   187 |   533 |6602k| 244 |   - | 420 |4231 |2510 |   0 |   0 |  33 |2657k|  18 | 2.100000e+01 |      --      |    Inf 
1558.49/1559.07	c  1479s|  4550k|   189 |   533 |6608k| 244 |   - | 420 |4231 |2470 |   0 |   0 |  33 |2663k|  18 | 2.100000e+01 |      --      |    Inf 
1562.09/1562.62	c  1482s|  4560k|   189 |   533 |6607k| 244 |   - | 420 |4235 |2460 |   0 |   0 |  33 |2669k|  18 | 2.100000e+01 |      --      |    Inf 
1565.39/1565.92	c  1485s|  4570k|   192 |   533 |6611k| 244 |   - | 420 |4237 |2416 |   0 |   0 |  33 |2674k|  18 | 2.100000e+01 |      --      |    Inf 
1568.68/1569.22	c  1488s|  4580k|   200 |   533 |6612k| 244 |   - | 420 |4240 |2390 |   0 |   0 |  33 |2680k|  18 | 2.100000e+01 |      --      |    Inf 
1572.08/1572.61	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1572.08/1572.61	c  1491s|  4590k|   192 |   533 |6610k| 244 |   - | 420 |4242 |2391 |   0 |   0 |  33 |2686k|  18 | 2.100000e+01 |      --      |    Inf 
1575.38/1575.95	c  1495s|  4600k|   186 |   533 |6603k| 244 |   - | 420 |4233 |2469 |   0 |   0 |  33 |2691k|  18 | 2.100000e+01 |      --      |    Inf 
1578.78/1579.32	c  1498s|  4610k|   189 |   533 |6602k| 244 |   - | 420 |4231 |2567 |   0 |   0 |  33 |2697k|  18 | 2.100000e+01 |      --      |    Inf 
1582.18/1582.71	c  1501s|  4620k|   190 |   533 |6606k| 244 |   - | 420 |4235 |2508 |   0 |   0 |  33 |2702k|  18 | 2.100000e+01 |      --      |    Inf 
1585.58/1586.18	c  1504s|  4630k|   183 |   533 |6607k| 244 |   - | 420 |4238 |2529 |   0 |   0 |  33 |2708k|  18 | 2.100000e+01 |      --      |    Inf 
1589.18/1589.70	c  1508s|  4640k|   189 |   533 |6615k| 244 |   - | 420 |4249 |2495 |   0 |   0 |  33 |2714k|  18 | 2.100000e+01 |      --      |    Inf 
1592.58/1593.14	c  1511s|  4650k|   190 |   533 |6603k| 244 |   - | 420 |4230 |2537 |   0 |   0 |  33 |2720k|  18 | 2.100000e+01 |      --      |    Inf 
1596.17/1596.76	c  1514s|  4660k|   188 |   533 |6607k| 244 |   - | 420 |4235 |2486 |   0 |   0 |  33 |2726k|  18 | 2.100000e+01 |      --      |    Inf 
1600.08/1600.62	c  1518s|  4670k|   185 |   533 |6600k| 244 |   - | 420 |4226 |2547 |   0 |   0 |  33 |2733k|  18 | 2.100000e+01 |      --      |    Inf 
1603.78/1604.30	c  1522s|  4680k|   187 |   533 |6603k| 244 |   - | 420 |4233 |2592 |   0 |   0 |  33 |2739k|  18 | 2.100000e+01 |      --      |    Inf 
1607.07/1607.65	c  1525s|  4690k|   192 |   533 |6603k| 244 |   - | 420 |4233 |2664 |   0 |   0 |  33 |2745k|  18 | 2.100000e+01 |      --      |    Inf 
1610.87/1611.44	c  1528s|  4700k|   192 |   533 |6606k| 244 |   - | 420 |4237 |2541 |   0 |   0 |  33 |2751k|  18 | 2.100000e+01 |      --      |    Inf 
1614.27/1614.83	c  1532s|  4710k|   186 |   533 |6611k| 244 |   - | 420 |4248 |2553 |   0 |   0 |  33 |2757k|  18 | 2.100000e+01 |      --      |    Inf 
1617.67/1618.29	c  1535s|  4720k|   190 |   533 |6601k| 244 |   - | 420 |4229 |2489 |   0 |   0 |  33 |2763k|  18 | 2.100000e+01 |      --      |    Inf 
1621.27/1621.81	c  1538s|  4730k|   184 |   533 |6609k| 244 |   - | 420 |4239 |2532 |   0 |   0 |  33 |2769k|  18 | 2.100000e+01 |      --      |    Inf 
1624.57/1625.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.57/1625.15	c  1541s|  4740k|   181 |   533 |6608k| 244 |   - | 420 |4239 |2491 |   0 |   0 |  33 |2774k|  18 | 2.100000e+01 |      --      |    Inf 
1627.87/1628.48	c  1544s|  4750k|   195 |   533 |6607k| 244 |   - | 420 |4231 |2462 |   0 |   0 |  33 |2780k|  18 | 2.100000e+01 |      --      |    Inf 
1631.47/1632.03	c  1548s|  4760k|   192 |   533 |6604k| 244 |   - | 420 |4227 |2456 |   0 |   0 |  33 |2786k|  18 | 2.100000e+01 |      --      |    Inf 
1634.96/1635.52	c  1551s|  4770k|   196 |   533 |6603k| 244 |   - | 420 |4227 |2558 |   0 |   0 |  33 |2792k|  18 | 2.100000e+01 |      --      |    Inf 
1638.56/1639.11	c  1555s|  4780k|   188 |   533 |6606k| 244 |   - | 420 |4228 |2487 |   0 |   0 |  33 |2798k|  18 | 2.100000e+01 |      --      |    Inf 
1641.96/1642.55	c  1558s|  4790k|   191 |   533 |6604k| 244 |   - | 420 |4228 |2480 |   0 |   0 |  33 |2804k|  18 | 2.100000e+01 |      --      |    Inf 
1645.47/1646.00	c  1561s|  4800k|   183 |   533 |6599k| 244 |   - | 420 |4227 |2612 |   0 |   0 |  33 |2809k|  18 | 2.100000e+01 |      --      |    Inf 
1648.96/1649.57	c  1564s|  4810k|   193 |   533 |6602k| 244 |   - | 420 |4228 |2479 |   0 |   0 |  33 |2815k|  18 | 2.100000e+01 |      --      |    Inf 
1652.46/1653.03	c  1568s|  4820k|   193 |   533 |6606k| 244 |   - | 420 |4227 |2444 |   0 |   0 |  33 |2821k|  18 | 2.100000e+01 |      --      |    Inf 
1655.86/1656.46	c  1571s|  4830k|   194 |   533 |6601k| 244 |   - | 420 |4227 |2543 |   0 |   0 |  33 |2827k|  18 | 2.100000e+01 |      --      |    Inf 
1659.26/1659.87	c  1574s|  4840k|   191 |   533 |6606k| 244 |   - | 420 |4234 |2480 |   0 |   0 |  33 |2833k|  18 | 2.100000e+01 |      --      |    Inf 
1662.56/1663.11	c  1577s|  4850k|   186 |   533 |6604k| 244 |   - | 420 |4230 |2478 |   0 |   0 |  33 |2839k|  18 | 2.100000e+01 |      --      |    Inf 
1665.86/1666.46	c  1581s|  4860k|   198 |   533 |6609k| 244 |   - | 420 |4236 |2406 |   0 |   0 |  33 |2845k|  18 | 2.100000e+01 |      --      |    Inf 
1669.35/1669.95	c  1584s|  4870k|   199 |   533 |6604k| 244 |   - | 420 |4228 |2485 |   0 |   0 |  33 |2851k|  18 | 2.100000e+01 |      --      |    Inf 
1672.75/1673.38	c  1587s|  4880k|   192 |   533 |6610k| 244 |   - | 420 |4235 |2426 |   0 |   0 |  33 |2857k|  18 | 2.100000e+01 |      --      |    Inf 
1676.15/1676.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1676.15/1676.78	c  1590s|  4890k|   182 |   533 |6610k| 244 |   - | 420 |4246 |2538 |   0 |   0 |  33 |2862k|  18 | 2.100000e+01 |      --      |    Inf 
1679.65/1680.24	c  1594s|  4900k|   194 |   533 |6605k| 244 |   - | 420 |4229 |2475 |   0 |   0 |  33 |2868k|  18 | 2.100000e+01 |      --      |    Inf 
1682.86/1683.49	c  1597s|  4910k|   184 |   533 |6604k| 244 |   - | 420 |4227 |2482 |   0 |   0 |  33 |2874k|  18 | 2.100000e+01 |      --      |    Inf 
1686.15/1686.70	c  1600s|  4920k|   179 |   533 |6601k| 244 |   - | 420 |4231 |2584 |   0 |   0 |  33 |2879k|  18 | 2.100000e+01 |      --      |    Inf 
1689.55/1690.13	c  1603s|  4930k|   189 |   533 |6604k| 244 |   - | 420 |4229 |2506 |   0 |   0 |  33 |2885k|  18 | 2.100000e+01 |      --      |    Inf 
1692.85/1693.49	c  1606s|  4940k|   192 |   533 |6606k| 244 |   - | 420 |4228 |2481 |   0 |   0 |  33 |2891k|  18 | 2.100000e+01 |      --      |    Inf 
1696.45/1697.00	c  1610s|  4950k|   193 |   533 |6604k| 244 |   - | 420 |4229 |2565 |   0 |   0 |  33 |2897k|  18 | 2.100000e+01 |      --      |    Inf 
1699.74/1700.32	c  1613s|  4960k|   184 |   533 |6610k| 244 |   - | 420 |4231 |2428 |   0 |   0 |  33 |2902k|  18 | 2.100000e+01 |      --      |    Inf 
1703.25/1703.84	c  1616s|  4970k|   182 |   533 |6609k| 244 |   - | 420 |4245 |2541 |   0 |   0 |  33 |2908k|  18 | 2.100000e+01 |      --      |    Inf 
1706.64/1707.22	c  1619s|  4980k|   179 |   533 |6613k| 244 |   - | 420 |4253 |2521 |   0 |   0 |  33 |2914k|  18 | 2.100000e+01 |      --      |    Inf 
1709.95/1710.57	c  1622s|  4990k|   188 |   533 |6605k| 244 |   - | 420 |4233 |2515 |   0 |   0 |  33 |2920k|  18 | 2.100000e+01 |      --      |    Inf 
1713.25/1713.88	c  1626s|  5000k|   182 |   533 |6607k| 244 |   - | 420 |4242 |2562 |   0 |   0 |  33 |2926k|  18 | 2.100000e+01 |      --      |    Inf 
1716.55/1717.12	c  1629s|  5010k|   190 |   533 |6607k| 244 |   - | 420 |4232 |2486 |   0 |   0 |  33 |2931k|  18 | 2.100000e+01 |      --      |    Inf 
1719.75/1720.31	c  1632s|  5020k|   185 |   533 |6603k| 244 |   - | 420 |4227 |2525 |   0 |   0 |  33 |2936k|  18 | 2.100000e+01 |      --      |    Inf 
1723.04/1723.63	c  1635s|  5030k|   185 |   533 |6604k| 244 |   - | 420 |4228 |2487 |   0 |   0 |  33 |2942k|  18 | 2.100000e+01 |      --      |    Inf 
1726.34/1726.95	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.34/1726.95	c  1638s|  5040k|   183 |   533 |6604k| 244 |   - | 420 |4227 |2456 |   0 |   0 |  33 |2947k|  18 | 2.100000e+01 |      --      |    Inf 
1729.74/1730.33	c  1641s|  5050k|   186 |   533 |6608k| 244 |   - | 420 |4239 |2542 |   0 |   0 |  33 |2953k|  18 | 2.100000e+01 |      --      |    Inf 
1732.94/1733.57	c  1644s|  5060k|   192 |   533 |6604k| 244 |   - | 420 |4229 |2440 |   0 |   0 |  33 |2959k|  18 | 2.100000e+01 |      --      |    Inf 
1736.44/1737.10	c  1648s|  5070k|   195 |   533 |6604k| 244 |   - | 420 |4230 |2546 |   0 |   0 |  33 |2965k|  18 | 2.100000e+01 |      --      |    Inf 
1739.84/1740.45	c  1651s|  5080k|   182 |   533 |6607k| 244 |   - | 420 |4240 |2553 |   0 |   0 |  33 |2970k|  18 | 2.100000e+01 |      --      |    Inf 
1743.23/1743.89	c  1654s|  5090k|   189 |   533 |6605k| 244 |   - | 420 |4234 |2530 |   0 |   0 |  33 |2976k|  18 | 2.100000e+01 |      --      |    Inf 
1746.73/1747.32	c  1657s|  5100k|   175 |   533 |6610k| 244 |   - | 420 |4249 |2571 |   0 |   0 |  33 |2982k|  18 | 2.100000e+01 |      --      |    Inf 
1750.33/1750.91	c  1661s|  5110k|   207 |   533 |6610k| 244 |   - | 420 |4236 |2408 |   0 |   0 |  33 |2988k|  18 | 2.100000e+01 |      --      |    Inf 
1753.84/1754.41	c  1664s|  5120k|   197 |   533 |6606k| 244 |   - | 420 |4232 |2531 |   0 |   0 |  33 |2994k|  18 | 2.100000e+01 |      --      |    Inf 
1757.34/1757.93	c  1667s|  5130k|   200 |   533 |6609k| 244 |   - | 420 |4232 |2439 |   0 |   0 |  33 |3000k|  18 | 2.100000e+01 |      --      |    Inf 
1760.93/1761.57	c  1671s|  5140k|   186 |   533 |6602k| 244 |   - | 420 |4233 |2546 |   0 |   0 |  33 |3006k|  18 | 2.100000e+01 |      --      |    Inf 
1764.53/1765.20	c  1674s|  5150k|   201 |   533 |6610k| 244 |   - | 420 |4232 |2422 |   0 |   0 |  33 |3011k|  18 | 2.100000e+01 |      --      |    Inf 
1768.13/1768.77	c  1678s|  5160k|   195 |   533 |6609k| 244 |   - | 420 |4235 |2478 |   0 |   0 |  33 |3017k|  18 | 2.100000e+01 |      --      |    Inf 
1771.63/1772.24	c  1681s|  5170k|   189 |   533 |6610k| 244 |   - | 420 |4238 |2476 |   0 |   0 |  33 |3023k|  18 | 2.100000e+01 |      --      |    Inf 
1775.03/1775.62	c  1684s|  5180k|   189 |   533 |6611k| 244 |   - | 420 |4236 |2425 |   0 |   0 |  33 |3029k|  18 | 2.100000e+01 |      --      |    Inf 
1778.42/1779.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1778.42/1779.02	c  1687s|  5190k|   188 |   533 |6609k| 244 |   - | 420 |4232 |2440 |   0 |   0 |  33 |3034k|  18 | 2.100000e+01 |      --      |    Inf 
1782.02/1782.67	c  1691s|  5200k|   191 |   533 |6609k| 244 |   - | 420 |4235 |2470 |   0 |   0 |  33 |3040k|  18 | 2.100000e+01 |      --      |    Inf 
1785.82/1786.49	c  1695s|  5210k|   193 |   533 |6605k| 244 |   - | 420 |4232 |2550 |   0 |   0 |  33 |3046k|  18 | 2.100000e+01 |      --      |    Inf 
1789.22/1789.90	c  1698s|  5220k|   204 |   533 |6615k| 244 |   - | 420 |4242 |2381 |   0 |   0 |  33 |3052k|  18 | 2.100000e+01 |      --      |    Inf 
1792.52/1793.14	c  1701s|  5230k|   183 |   533 |6607k| 244 |   - | 420 |4238 |2540 |   0 |   0 |  33 |3057k|  18 | 2.100000e+01 |      --      |    Inf 
1795.82/1796.46	c  1704s|  5240k|   186 |   533 |6621k| 244 |   - | 420 |4266 |2457 |   0 |   0 |  33 |3063k|  18 | 2.100000e+01 |      --      |    Inf 
1799.22/1799.85	c  1707s|  5250k|   194 |   533 |6611k| 244 |   - | 420 |4242 |2447 |   0 |   0 |  33 |3068k|  18 | 2.100000e+01 |      --      |    Inf 
1800.03/1800.61	c 
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time (sec) : 1707.95
1800.03/1800.61	c Solving Nodes      : 5252203
1800.03/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.61	c Dual Bound         : +2.10000000000000e+01
1800.03/1800.61	c Gap                : infinite
1800.03/1800.61	c NODE         5252203
1800.03/1800.61	c DUAL BOUND   21
1800.03/1800.61	c PRIMAL BOUND 1e+20
1800.03/1800.61	c GAP          1e+20
1800.03/1800.61	s UNKNOWN
1800.03/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.61	c Solving Time       :    1707.95
1800.03/1800.61	c Original Problem   :
1800.03/1800.61	c   Problem name     : HOME/instance-1883947-1245238131.opb
1800.03/1800.61	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 4221 initial, 4221 maximal
1800.03/1800.61	c Presolved Problem  :
1800.03/1800.61	c   Problem name     : t_HOME/instance-1883947-1245238131.opb
1800.03/1800.61	c   Variables        : 420 (420 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.61	c   Constraints      : 4221 initial, 4299 maximal
1800.03/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.61	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.03/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.03/1800.61	c   logicor          :       4221+         5   22057025          0          0    3064133   80103183          0          0          0
1800.03/1800.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.61	c   integral         :       0.17       0.00       0.00       0.17       0.00
1800.03/1800.61	c   logicor          :     720.15       0.00     720.15       0.00       0.00
1800.03/1800.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.61	c   rootredcost      :       7.84          0          0          0
1800.03/1800.61	c   pseudoobj        :     462.11   26122387          0          0
1800.03/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.61	c   propagation      :     436.20    3064133    3064133    3064133       50.6      47598       59.2          -
1800.03/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.61	c   applied globally :          -          -          -     880019       34.2          -          -          -
1800.03/1800.61	c   applied locally  :          -          -          -    2190168       57.1          -          -          -
1800.03/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.61	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 222)
1800.03/1800.61	c   redcost          :       0.00          5          0          0          0          0
1800.03/1800.61	c   impliedbounds    :       0.00          5          0          0          0          0
1800.03/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.61	c   gomory           :       0.24          5          0          0       1446          0
1800.03/1800.61	c   strongcg         :       0.22          5          0          0       1690          0
1800.03/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.61	c   clique           :       0.00          5          0          0         14          0
1800.03/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.61	c   mcf              :       0.01          1          0          0          0          0
1800.03/1800.61	c Pricers            :       Time      Calls       Vars
1800.03/1800.61	c   problem variables:       0.00          0          0
1800.03/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.61	c   relpscost        :       0.17          1          0          0          0          0          2
1800.03/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   inference        :      36.96    3847714          0          0          0          0    7695428
1800.03/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.61	c   LP solutions     :       0.00          -          0
1800.03/1800.61	c   pseudo solutions :       0.00          -          0
1800.03/1800.61	c   simplerounding   :       0.00          0          0
1800.03/1800.61	c   rounding         :       0.00          0          0
1800.03/1800.61	c   shifting         :       0.00          0          0
1800.03/1800.61	c   intshifting      :       0.00          0          0
1800.03/1800.61	c   oneopt           :       0.00          0          0
1800.03/1800.61	c   fixandinfer      :       0.00          0          0
1800.03/1800.61	c   feaspump         :       0.00          0          0
1800.03/1800.61	c   coefdiving       :       0.00          0          0
1800.03/1800.61	c   pscostdiving     :       0.00          0          0
1800.03/1800.61	c   fracdiving       :       0.00          0          0
1800.03/1800.61	c   veclendiving     :       0.00          0          0
1800.03/1800.61	c   intdiving        :       0.00          0          0
1800.03/1800.61	c   actconsdiving    :       0.00          0          0
1800.03/1800.61	c   objpscostdiving  :       0.00          0          0
1800.03/1800.61	c   rootsoldiving    :       0.00          0          0
1800.03/1800.61	c   linesearchdiving :       0.00          0          0
1800.03/1800.61	c   guideddiving     :       0.00          0          0
1800.03/1800.61	c   octane           :       0.00          0          0
1800.03/1800.61	c   rens             :       0.00          0          0
1800.03/1800.61	c   rins             :       0.00          0          0
1800.03/1800.61	c   localbranching   :       0.00          0          0
1800.03/1800.61	c   mutation         :       0.00          0          0
1800.03/1800.61	c   crossover        :       0.00          0          0
1800.03/1800.61	c   dins             :       0.00          0          0
1800.03/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.61	c   dual LP          :       0.15          6        533      88.83    3553.33
1800.03/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.61	c   strong branching :       0.17         18        629      34.94    3700.00
1800.03/1800.61	c     (at root node) :          -         18        629      34.94          -
1800.03/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.61	c B&B Tree           :
1800.03/1800.61	c   number of runs   :          1
1800.03/1800.61	c   nodes            :    5252203
1800.03/1800.61	c   nodes (total)    :    5252203
1800.03/1800.61	c   nodes left       :        188
1800.03/1800.61	c   max depth        :        244
1800.03/1800.61	c   max depth (total):        244
1800.03/1800.61	c   backtracks       :    1701719 (32.4%)
1800.03/1800.61	c   delayed cutoffs  :    2443040
1800.03/1800.61	c   repropagations   :    4587092 (46460510 domain reductions, 1659645 cutoffs)
1800.03/1800.61	c   avg switch length:       2.62
1800.03/1800.61	c   switching time   :     231.97
1800.03/1800.61	c Solution           :
1800.03/1800.61	c   Solutions found  :          0 (0 improvements)
1800.03/1800.61	c   Primal Bound     :          -
1800.03/1800.61	c   Dual Bound       : +2.10000000000000e+01
1800.03/1800.61	c   Gap              :   infinite
1800.03/1800.61	c   Root Dual Bound  : +2.10000000000000e+01
1800.03/1800.63	c Time complete: 1800.04.

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-1883947-1245238131/watcher-1883947-1245238131 -o /tmp/evaluation-result-1883947-1245238131/solver-1883947-1245238131 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883947-1245238131.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: 0.99 0.97 0.82 3/64 8222
/proc/meminfo: memFree=1815392/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=7616 CPUtime=0
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 549 0 0 0 0 0 0 0 18 0 1 0 191412442 7798784 533 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/8222/statm: 1904 542 353 1256 0 643 0

[startup+0.059664 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 8222
/proc/meminfo: memFree=1815392/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=11996 CPUtime=0.05
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 1970 0 0 0 5 0 0 0 18 0 1 0 191412442 12283904 1954 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/8222/statm: 2999 1954 376 1256 0 1738 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11996

[startup+0.101668 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 8222
/proc/meminfo: memFree=1815392/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=18424 CPUtime=0.09
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 3786 0 0 0 8 1 0 0 18 0 1 0 191412442 18866176 3416 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 4606 3416 462 1256 0 3345 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18424

[startup+0.301689 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 8222
/proc/meminfo: memFree=1815392/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=29064 CPUtime=0.29
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 6145 0 0 0 25 4 0 0 17 0 1 0 191412442 29761536 5773 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 7266 5773 634 1256 0 6005 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29064

[startup+0.701732 s]
/proc/loadavg: 0.99 0.97 0.82 3/64 8222
/proc/meminfo: memFree=1815392/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=30836 CPUtime=0.69
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 6577 0 0 0 64 5 0 0 20 0 1 0 191412442 31576064 6205 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 7709 6205 634 1256 0 6448 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30836

[startup+1.50182 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 8223
/proc/meminfo: memFree=1790616/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=32960 CPUtime=1.48
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8536 0 0 0 140 8 0 0 25 0 1 0 191412442 33751040 6786 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8240 6786 661 1256 0 6979 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32960

[startup+3.10199 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 8223
/proc/meminfo: memFree=1790616/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=32960 CPUtime=3.09
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8556 0 0 0 293 16 0 0 25 0 1 0 191412442 33751040 6806 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8240 6806 661 1256 0 6979 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32960

[startup+6.30135 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 8223
/proc/meminfo: memFree=1790424/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=32960 CPUtime=6.29
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8572 0 0 0 597 32 0 0 25 0 1 0 191412442 33751040 6822 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8240 6822 661 1256 0 6979 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32960

[startup+12.701 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 8223
/proc/meminfo: memFree=1790496/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=32960 CPUtime=12.68
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8596 0 0 0 1204 64 0 0 25 0 1 0 191412442 33751040 6846 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8240 6846 661 1256 0 6979 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32960

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 8223
/proc/meminfo: memFree=1790432/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=32960 CPUtime=25.48
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8624 0 0 0 2421 127 0 0 25 0 1 0 191412442 33751040 6874 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8240 6874 661 1256 0 6979 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32960

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 8223
/proc/meminfo: memFree=1790432/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=32960 CPUtime=51.06
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8640 0 0 0 4843 263 0 0 25 0 1 0 191412442 33751040 6890 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8240 6890 661 1256 0 6979 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 32960

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 8223
/proc/meminfo: memFree=1790368/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=32960 CPUtime=102.25
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8644 0 0 0 9710 515 0 0 25 0 1 0 191412442 33751040 6894 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8240 6894 661 1256 0 6979 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 32960

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 8223
/proc/meminfo: memFree=1790304/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33092 CPUtime=162.22
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8652 0 0 0 15405 817 0 0 25 0 1 0 191412442 33886208 6902 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8273 6902 661 1256 0 7012 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 33092

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 8223
/proc/meminfo: memFree=1790176/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33092 CPUtime=222.2
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8655 0 0 0 21094 1126 0 0 25 0 1 0 191412442 33886208 6905 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8273 6905 661 1256 0 7012 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 33092

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 8223
/proc/meminfo: memFree=1790112/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33092 CPUtime=282.19
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8659 0 0 0 26789 1430 0 0 25 0 1 0 191412442 33886208 6909 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8273 6909 661 1256 0 7012 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 33092

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 8223
/proc/meminfo: memFree=1789920/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=342.17
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8685 0 0 0 32480 1737 0 0 25 0 1 0 191412442 34021376 6935 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6935 661 1256 0 7045 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 33224

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/65 8223
/proc/meminfo: memFree=1789856/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=402.15
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8686 0 0 0 38184 2031 0 0 25 0 1 0 191412442 34021376 6936 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6936 661 1256 0 7045 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 33224

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 8223
/proc/meminfo: memFree=1789728/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=462.13
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8686 0 0 0 43870 2343 0 0 25 0 1 0 191412442 34021376 6936 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6936 661 1256 0 7045 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 33224

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.87 2/65 8223
/proc/meminfo: memFree=1789664/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=522.12
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8686 0 0 0 49561 2651 0 0 25 0 1 0 191412442 34021376 6936 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6936 661 1256 0 7045 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 33224

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 8223
/proc/meminfo: memFree=1789536/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=582.09
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8687 0 0 0 55250 2959 0 0 25 0 1 0 191412442 34021376 6937 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6937 661 1256 0 7045 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 33224

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 8223
/proc/meminfo: memFree=1789472/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=642.08
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8687 0 0 0 60946 3262 0 0 25 0 1 0 191412442 34021376 6937 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6937 661 1256 0 7045 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 33224

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 8223
/proc/meminfo: memFree=1789088/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=822.02
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8698 0 0 0 78001 4201 0 0 25 0 1 0 191412442 34021376 6948 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6948 661 1256 0 7045 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 33224

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8223
/proc/meminfo: memFree=1789152/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=882
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8698 0 0 0 83691 4509 0 0 25 0 1 0 191412442 34021376 6948 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6948 661 1256 0 7045 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 33224

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8223
/proc/meminfo: memFree=1789024/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=941.98
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8698 0 0 0 89389 4809 0 0 25 0 1 0 191412442 34021376 6948 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6948 661 1256 0 7045 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 33224

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8223
/proc/meminfo: memFree=1788896/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1001.97
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8698 0 0 0 95076 5121 0 0 25 0 1 0 191412442 34021376 6948 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6948 661 1256 0 7045 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 33224

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8223
/proc/meminfo: memFree=1788832/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1061.95
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8699 0 0 0 100757 5438 0 0 25 0 1 0 191412442 34021376 6949 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6949 661 1256 0 7045 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 33224

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8223
/proc/meminfo: memFree=1788768/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1121.92
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8699 0 0 0 106442 5750 0 0 25 0 1 0 191412442 34021376 6949 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6949 661 1256 0 7045 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 33224

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 8223
/proc/meminfo: memFree=1788640/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1181.91
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8706 0 0 0 112141 6050 0 0 25 0 1 0 191412442 34021376 6956 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6956 661 1256 0 7045 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 33224

[startup+1242.3 s]
/proc/loadavg: 1.03 0.99 0.91 2/65 8223
/proc/meminfo: memFree=1788384/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1241.89
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8706 0 0 0 117826 6363 0 0 25 0 1 0 191412442 34021376 6956 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6956 661 1256 0 7045 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 33224

[startup+1302.3 s]
/proc/loadavg: 1.01 0.99 0.91 2/65 8223
/proc/meminfo: memFree=1788256/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1301.87
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8706 0 0 0 123512 6675 0 0 25 0 1 0 191412442 34021376 6956 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6956 661 1256 0 7045 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 33224

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8223
/proc/meminfo: memFree=1788192/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1361.85
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8706 0 0 0 129200 6985 0 0 25 0 1 0 191412442 34021376 6956 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6956 661 1256 0 7045 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 33224

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8225
/proc/meminfo: memFree=1787936/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1421.84
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8706 0 0 0 134890 7294 0 0 25 0 1 0 191412442 34021376 6956 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6956 661 1256 0 7045 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 33224

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8225
/proc/meminfo: memFree=1787872/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1481.81
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8709 0 0 0 140587 7594 0 0 25 0 1 0 191412442 34021376 6959 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6959 661 1256 0 7045 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 33224

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8225
/proc/meminfo: memFree=1787808/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1541.79
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8709 0 0 0 146277 7902 0 0 25 0 1 0 191412442 34021376 6959 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6959 661 1256 0 7045 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 33224

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8225
/proc/meminfo: memFree=1787744/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1601.77
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8709 0 0 0 151968 8209 0 0 25 0 1 0 191412442 34021376 6959 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6959 661 1256 0 7045 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 33224

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8225
/proc/meminfo: memFree=1787744/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1661.76
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8711 0 0 0 157663 8513 0 0 25 0 1 0 191412442 34021376 6961 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6961 661 1256 0 7045 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 33224

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8225
/proc/meminfo: memFree=1787616/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1721.74
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8712 0 0 0 163360 8814 0 0 25 0 1 0 191412442 34021376 6962 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6962 661 1256 0 7045 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 33224

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8225
/proc/meminfo: memFree=1787552/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1781.72
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8712 0 0 0 169060 9112 0 0 25 0 1 0 191412442 34021376 6962 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6962 661 1256 0 7045 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 33224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 8225
/proc/meminfo: memFree=1787488/2055920 swapFree=4181932/4192956
[pid=8222] ppid=8220 vsize=33224 CPUtime=1800.03
/proc/8222/stat : 8222 (pbscip.linux.x8) R 8220 8222 8142 0 -1 4194304 8712 0 0 0 170801 9202 0 0 25 0 1 0 191412442 34021376 6962 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8222/statm: 8306 6962 661 1256 0 7045 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 33224

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

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

Child status: 0
Real time (s): 1800.64
CPU time (s): 1800.06
CPU user time (s): 1708.03
CPU system time (s): 92.029
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 35932

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

runsolver used 1.51977 second user time and 3.49747 second system time

The end

Launcher Data

Begin job on node35 at 2009-06-17 13:28:51
IDJOB=1883947
IDBENCH=2590
IDSOLVER=684
FILE ID=node35/1883947-1245238131
PBS_JOBID= 9372303
Free space on /tmp= 66136 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883947-1245238131/watcher-1883947-1245238131 -o /tmp/evaluation-result-1883947-1245238131/solver-1883947-1245238131 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1883947-1245238131.opb

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

MD5SUM BENCH= baaece72b2eab05d33afe010e43c4897
RANDOM SEED=1050038668

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1816704 kB
Buffers:          9024 kB
Cached:         167836 kB
SwapCached:       4972 kB
Active:          24572 kB
Inactive:       160236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816704 kB
SwapTotal:     4192956 kB
SwapFree:      4181932 kB
Dirty:           11828 kB
Writeback:           0 kB
Mapped:          13952 kB
Slab:            40512 kB
Committed_AS:   212668 kB
PageTables:       1400 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= 66124 MiB
End job on node35 at 2009-06-17 13:58:54