Trace number 1884188

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.09 1800.73

General information on the benchmark

Name/PURE-SAT/SAT07/crafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-210-2.sat05-2159.reshuffled-07.opb
MD5SUMc04b0dbe64de7d186ddb5eb9684bb66d
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark72.8249
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables210
Total number of constraints840
Number of constraints which are clauses840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver Clp 1.8.2
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1884188-1245255923.opb>
0.00/0.02	c original problem has 210 variables (210 bin, 0 int, 0 impl, 0 cont) and 840 constraints
0.00/0.02	c No objective function, only one solution is needed.
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.03/0.05	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 840 upgd conss, 0 impls, 0 clqs
0.03/0.06	c presolving (2 rounds):
0.03/0.06	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.06	c  0 implications, 0 cliques
0.03/0.06	c presolved problem has 210 variables (210 bin, 0 int, 0 impl, 0 cont) and 840 constraints
0.03/0.06	c     840 constraints of type <logicor>
0.03/0.06	c transformed objective value is always integral (scale: 1)
0.03/0.06	c Presolving Time: 0.03
0.03/0.06	c PURESAT
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c separating/flowcover/freq = c -1
0.03/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c separating/cmir/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/veclendiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/veclendiving/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/simplerounding/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/shifting/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/rounding/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.03/0.06	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.03/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/rootsoldiving/freq = c -1
0.03/0.06	c # number of nodes added to the contingent of the total nodes
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.06	c heuristics/rens/nodesofs = c 2000
0.03/0.06	c # minimum percentage of integer variables that have to be fixable 
0.03/0.06	c # [type: real, range: [0,1], default: 0.5]
0.03/0.06	c heuristics/rens/minfixingrate = c 0.3
0.03/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/rens/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/pscostdiving/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/oneopt/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.03/0.06	c # [type: real, range: [0,1], default: 0.01]
0.03/0.06	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.03/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/objpscostdiving/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/linesearchdiving/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/intshifting/freq = c -1
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/intdiving/maxlpiterquot = c 0.075
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/guideddiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/guideddiving/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/fracdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/fracdiving/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/feaspump/maxlpiterofs = c 2000
0.03/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/feaspump/freq = c -1
0.03/0.06	c # minimum percentage of integer variables that have to be fixed 
0.03/0.06	c # [type: real, range: [0,1], default: 0.666]
0.03/0.06	c heuristics/crossover/minfixingrate = c 0.5
0.03/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.03/0.06	c # [type: real, range: [0,1], default: 0.1]
0.03/0.06	c heuristics/crossover/nodesquot = c 0.15
0.03/0.06	c # number of nodes without incumbent change that heuristic should wait
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.03/0.06	c heuristics/crossover/nwaitingnodes = c 100
0.03/0.06	c # number of nodes added to the contingent of the total nodes
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.06	c heuristics/crossover/nodesofs = c 750
0.03/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.03/0.06	c heuristics/crossover/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/coefdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/coefdiving/freq = c -1
0.03/0.06	c # priority of node selection rule <dfs> in standard mode
0.03/0.06	c # [type: int, range: [-536870912,536870911], default: 0]
0.03/0.06	c nodeselection/dfs/stdpriority = c 1000000
0.03/0.06	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c presolving/probing/maxrounds = c 0
0.03/0.06	c # should presolving try to simplify knapsacks
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/knapsack/simplifyinequalities = c TRUE
0.03/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.03/0.06	c constraints/knapsack/disaggregation = c FALSE
0.03/0.06	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c constraints/knapsack/maxnumcardlift = c 0
0.03/0.06	c # should presolving try to simplify inequalities
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/linear/simplifyinequalities = c TRUE
0.03/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/maxroundsroot = c 5
0.03/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.03/0.06	c separating/maxrounds = c 1
0.03/0.06	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.03/0.06	c # [type: char, range: {lafpsqd}, default: l]
0.03/0.06	c lp/pricing = c a
0.03/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c lp/solvefreq = c 0
0.03/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c limits/solutions = c 1
0.03/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/memory = c 1620
0.03/0.06	c # maximal time in seconds to run
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/time = c 1791
0.03/0.06	c # frequency for displaying node information lines
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.06	c display/freq = c 10000
0.03/0.06	c # should enforcement of pseudo solution be disabled?
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/disableenfops = c TRUE
0.03/0.06	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c constraints/agelimit = c 1
0.03/0.06	c # should binary conflicts be preferred?
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c conflict/preferbinary = c TRUE
0.03/0.06	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c conflict/interconss = c 0
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c start solving problem
0.03/0.06	c 
0.09/0.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.12	c   0.1s|     1 |     0 |   382 |1475k|   0 | 182 | 210 | 840 | 840 | 210 | 840 |   0 |   0 |   0 | 5.676362e+01 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   479 |2791k|   0 | 178 | 210 | 840 | 840 | 210 | 841 |   1 |   0 |   0 | 5.691663e+01 |      --      |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |   558 |4166k|   0 | 187 | 210 | 840 | 840 | 210 | 842 |   2 |   0 |   0 | 5.694065e+01 |      --      |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |   636 |5831k|   0 | 177 | 210 | 840 | 840 | 210 | 843 |   3 |   0 |   0 | 5.696522e+01 |      --      |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |   700 |7523k|   0 | 188 | 210 | 840 | 840 | 210 | 844 |   4 |   0 |   0 | 5.697294e+01 |      --      |    Inf 
1.09/1.16	c   1.1s|     1 |     0 |   748 |9261k|   0 | 184 | 210 | 840 | 840 | 210 | 845 |   5 |   0 |   0 | 5.697755e+01 |      --      |    Inf 
1.89/1.92	c   1.9s|     1 |     2 |   748 |9262k|   0 | 184 | 210 | 840 | 840 | 210 | 845 |   5 |   0 |  19 | 5.697755e+01 |      --      |    Inf 
6.79/6.88	c   6.4s| 10000 |    20 |   748 |9414k|  30 |   - | 210 | 851 | 286 |   0 |   0 |   5 |4145 |  19 | 5.722345e+01 |      --      |    Inf 
12.28/12.37	c  11.5s| 20000 |    19 |   748 |9420k|  30 |   - | 210 | 858 | 324 |   0 |   0 |   5 |8638 |  19 | 5.722345e+01 |      --      |    Inf 
18.19/18.22	c  16.8s| 30000 |    18 |   748 |9421k|  30 |   - | 210 | 861 | 309 |   0 |   0 |   5 |  12k|  19 | 5.722345e+01 |      --      |    Inf 
24.48/24.52	c  22.6s| 40000 |    21 |   748 |9417k|  30 |   - | 210 | 861 | 595 |   0 |   0 |   5 |  16k|  19 | 5.722345e+01 |      --      |    Inf 
28.98/29.00	c  26.7s| 50000 |    15 |   748 |9427k|  30 |   - | 210 | 883 | 415 |   0 |   0 |   5 |  20k|  19 | 5.722345e+01 |      --      |    Inf 
32.98/33.05	c  30.4s| 60000 |    19 |   748 |9430k|  30 |   - | 210 | 887 | 413 |   0 |   0 |   5 |  23k|  19 | 5.722345e+01 |      --      |    Inf 
36.88/36.98	c  34.0s| 70000 |    19 |   748 |9420k|  30 |   - | 210 | 860 | 488 |   0 |   0 |   5 |  26k|  19 | 5.722345e+01 |      --      |    Inf 
40.97/41.07	c  37.8s| 80000 |    16 |   748 |9420k|  30 |   - | 210 | 869 | 623 |   0 |   0 |   5 |  30k|  19 | 5.722345e+01 |      --      |    Inf 
45.27/45.36	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.27/45.36	c  41.7s| 90000 |    18 |   748 |9423k|  30 |   - | 210 | 873 | 631 |   0 |   0 |   5 |  34k|  19 | 5.722345e+01 |      --      |    Inf 
49.67/49.72	c  45.7s|100000 |    15 |   748 |9429k|  30 |   - | 210 | 881 | 395 |   0 |   0 |   5 |  37k|  19 | 5.722345e+01 |      --      |    Inf 
53.67/53.77	c  49.4s|110000 |    20 |   748 |9423k|  30 |   - | 210 | 861 | 550 |   0 |   0 |   5 |  42k|  19 | 5.722345e+01 |      --      |    Inf 
57.56/57.69	c  53.0s|120000 |    19 |   748 |9434k|  30 |   - | 210 | 877 | 338 |   0 |   0 |   5 |  46k|  19 | 5.722345e+01 |      --      |    Inf 
61.56/61.64	c  56.6s|130000 |    21 |   748 |9428k|  30 |   - | 210 | 871 | 590 |   0 |   0 |   5 |  50k|  19 | 5.722345e+01 |      --      |    Inf 
65.66/65.79	c  60.5s|140000 |    15 |   748 |9438k|  30 |   - | 210 | 894 | 463 |   0 |   0 |   5 |  54k|  19 | 5.722345e+01 |      --      |    Inf 
69.56/69.66	c  64.0s|150000 |    15 |   748 |9439k|  30 |   - | 210 | 899 | 516 |   0 |   0 |   5 |  58k|  19 | 5.722345e+01 |      --      |    Inf 
73.66/73.75	c  67.7s|160000 |    17 |   748 |9434k|  30 |   - | 210 | 885 | 564 |   0 |   0 |   5 |  62k|  19 | 5.722345e+01 |      --      |    Inf 
77.45/77.55	c  71.2s|170000 |    17 |   748 |9440k|  30 |   - | 210 | 890 | 322 |   0 |   0 |   5 |  66k|  19 | 5.722345e+01 |      --      |    Inf 
81.26/81.33	c  74.7s|180000 |    16 |   748 |9436k|  30 |   - | 210 | 891 | 494 |   0 |   0 |   5 |  71k|  19 | 5.722345e+01 |      --      |    Inf 
84.95/85.07	c  78.1s|190000 |    17 |   748 |9438k|  30 |   - | 210 | 889 | 376 |   0 |   0 |   5 |  76k|  19 | 5.722345e+01 |      --      |    Inf 
89.06/89.14	c  81.8s|200000 |    19 |   748 |9429k|  30 |   - | 210 | 867 | 546 |   0 |   0 |   5 |  80k|  19 | 5.722345e+01 |      --      |    Inf 
92.76/92.83	c  85.2s|210000 |    18 |   748 |9433k|  30 |   - | 210 | 876 | 487 |   0 |   0 |   5 |  84k|  19 | 5.722345e+01 |      --      |    Inf 
96.25/96.38	c  88.5s|220000 |    17 |   748 |9428k|  30 |   - | 210 | 864 | 506 |   0 |   0 |   5 |  89k|  19 | 5.722345e+01 |      --      |    Inf 
99.85/99.94	c  91.7s|230000 |    17 |   748 |9431k|  30 |   - | 210 | 889 | 644 |   0 |   0 |   5 |  93k|  19 | 5.722345e+01 |      --      |    Inf 
103.55/103.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.55/103.67	c  95.1s|240000 |    12 |   748 |9459k|  30 |   - | 210 | 937 | 464 |   0 |   0 |   5 |  99k|  19 | 5.722345e+01 |      --      |    Inf 
108.15/108.27	c  99.3s|250000 |    19 |   748 |9443k|  30 |   - | 210 | 875 | 656 |   0 |   0 |   5 | 101k|  19 | 5.722345e+01 |      --      |    Inf 
112.44/112.52	c   103s|260000 |    17 |   748 |9451k|  30 |   - | 210 | 892 | 525 |   0 |   0 |   5 | 106k|  19 | 5.722345e+01 |      --      |    Inf 
116.45/116.56	c   107s|270000 |    13 |   748 |9449k|  30 |   - | 210 | 884 | 413 |   0 |   0 |   5 | 110k|  19 | 5.722345e+01 |      --      |    Inf 
120.25/120.38	c   110s|280000 |    15 |   748 |9452k|  30 |   - | 210 | 891 | 426 |   0 |   0 |   5 | 114k|  19 | 5.722345e+01 |      --      |    Inf 
124.05/124.14	c   114s|290000 |    17 |   748 |9445k|  30 |   - | 210 | 869 | 449 |   0 |   0 |   5 | 118k|  19 | 5.722345e+01 |      --      |    Inf 
128.04/128.10	c   117s|300000 |    20 |   748 |9448k|  30 |   - | 210 | 875 | 470 |   0 |   0 |   5 | 122k|  19 | 5.722345e+01 |      --      |    Inf 
131.94/132.00	c   121s|310000 |    19 |   748 |9443k|  30 |   - | 210 | 869 | 581 |   0 |   0 |   5 | 126k|  19 | 5.722345e+01 |      --      |    Inf 
135.84/135.97	c   125s|320000 |    15 |   748 |9453k|  30 |   - | 210 | 889 | 418 |   0 |   0 |   5 | 131k|  19 | 5.722345e+01 |      --      |    Inf 
140.04/140.13	c   128s|330000 |    13 |   748 |9461k|  30 |   - | 210 | 915 | 416 |   0 |   0 |   5 | 135k|  19 | 5.722345e+01 |      --      |    Inf 
144.14/144.27	c   132s|340000 |    15 |   748 |9449k|  30 |   - | 210 | 888 | 570 |   0 |   0 |   5 | 140k|  19 | 5.722345e+01 |      --      |    Inf 
148.34/148.46	c   136s|350000 |    14 |   748 |9452k|  30 |   - | 210 | 891 | 472 |   0 |   0 |   5 | 144k|  19 | 5.722345e+01 |      --      |    Inf 
152.33/152.42	c   140s|360000 |    13 |   748 |9451k|  30 |   - | 210 | 897 | 681 |   0 |   0 |   5 | 149k|  19 | 5.722345e+01 |      --      |    Inf 
156.33/156.46	c   143s|370000 |    14 |   748 |9455k|  30 |   - | 210 | 890 | 343 |   0 |   0 |   5 | 154k|  19 | 5.722345e+01 |      --      |    Inf 
160.63/160.79	c   147s|380000 |    18 |   748 |9450k|  30 |   - | 210 | 884 | 518 |   0 |   0 |   5 | 158k|  19 | 5.722345e+01 |      --      |    Inf 
164.53/164.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.53/164.64	c   151s|390000 |    16 |   748 |9445k|  30 |   - | 210 | 868 | 565 |   0 |   0 |   5 | 162k|  19 | 5.722345e+01 |      --      |    Inf 
168.23/168.38	c   154s|400000 |    18 |   748 |9444k|  30 |   - | 210 | 864 | 554 |   0 |   0 |   5 | 166k|  19 | 5.722345e+01 |      --      |    Inf 
172.03/172.17	c   158s|410000 |    16 |   748 |9454k|  30 |   - | 210 | 878 | 339 |   0 |   0 |   5 | 170k|  19 | 5.722345e+01 |      --      |    Inf 
175.83/175.94	c   161s|420000 |    19 |   748 |9452k|  30 |   - | 210 | 874 | 438 |   0 |   0 |   5 | 174k|  19 | 5.722345e+01 |      --      |    Inf 
179.72/179.81	c   165s|430000 |    16 |   748 |9451k|  30 |   - | 210 | 879 | 519 |   0 |   0 |   5 | 179k|  19 | 5.722345e+01 |      --      |    Inf 
183.93/184.04	c   169s|440000 |    20 |   748 |9450k|  30 |   - | 210 | 875 | 562 |   0 |   0 |   5 | 184k|  19 | 5.722345e+01 |      --      |    Inf 
187.92/188.03	c   172s|450000 |    16 |   748 |9457k|  30 |   - | 210 | 885 | 323 |   0 |   0 |   5 | 188k|  19 | 5.722345e+01 |      --      |    Inf 
191.81/191.98	c   176s|460000 |    14 |   748 |9465k|  30 |   - | 210 | 914 | 419 |   0 |   0 |   5 | 193k|  19 | 5.722345e+01 |      --      |    Inf 
195.81/195.93	c   179s|470000 |    16 |   748 |9454k|  30 |   - | 210 | 888 | 507 |   0 |   0 |   5 | 197k|  19 | 5.722345e+01 |      --      |    Inf 
199.91/200.01	c   183s|480000 |    16 |   748 |9461k|  30 |   - | 210 | 900 | 445 |   0 |   0 |   5 | 202k|  19 | 5.722345e+01 |      --      |    Inf 
204.22/204.31	c   187s|490000 |    18 |   748 |9462k|  30 |   - | 210 | 900 | 448 |   0 |   0 |   5 | 206k|  19 | 5.722345e+01 |      --      |    Inf 
208.31/208.45	c   191s|500000 |    14 |   748 |9464k|  30 |   - | 210 | 905 | 326 |   0 |   0 |   5 | 211k|  19 | 5.722345e+01 |      --      |    Inf 
212.41/212.58	c   195s|510000 |    15 |   748 |9459k|  30 |   - | 210 | 894 | 397 |   0 |   0 |   5 | 215k|  19 | 5.722345e+01 |      --      |    Inf 
216.52/216.63	c   198s|520000 |    13 |   748 |9466k|  30 |   - | 210 | 909 | 315 |   0 |   0 |   5 | 220k|  19 | 5.722345e+01 |      --      |    Inf 
220.91/221.02	c   202s|530000 |    12 |   748 |9464k|  30 |   - | 210 | 911 | 443 |   0 |   0 |   5 | 225k|  19 | 5.722345e+01 |      --      |    Inf 
224.90/225.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
224.90/225.04	c   206s|540000 |    17 |   748 |9459k|  30 |   - | 210 | 894 | 439 |   0 |   0 |   5 | 229k|  19 | 5.722345e+01 |      --      |    Inf 
229.10/229.23	c   210s|550000 |    15 |   748 |9456k|  30 |   - | 210 | 883 | 479 |   0 |   0 |   5 | 233k|  19 | 5.722345e+01 |      --      |    Inf 
233.41/233.53	c   214s|560000 |    14 |   748 |9458k|  30 |   - | 210 | 884 | 321 |   0 |   0 |   5 | 238k|  19 | 5.722345e+01 |      --      |    Inf 
237.61/237.71	c   217s|570000 |    20 |   748 |9449k|  30 |   - | 210 | 868 | 571 |   0 |   0 |   5 | 243k|  19 | 5.722345e+01 |      --      |    Inf 
242.00/242.11	c   221s|580000 |    13 |   748 |9460k|  30 |   - | 210 | 898 | 539 |   0 |   0 |   5 | 247k|  19 | 5.722345e+01 |      --      |    Inf 
245.90/246.02	c   225s|590000 |    18 |   748 |9459k|  30 |   - | 210 | 889 | 461 |   0 |   0 |   5 | 252k|  19 | 5.722345e+01 |      --      |    Inf 
250.00/250.12	c   229s|600000 |    15 |   748 |9463k|  30 |   - | 210 | 900 | 430 |   0 |   0 |   5 | 257k|  19 | 5.722345e+01 |      --      |    Inf 
253.60/253.78	c   232s|610000 |    16 |   748 |9459k|  30 |   - | 210 | 888 | 414 |   0 |   0 |   5 | 262k|  19 | 5.722345e+01 |      --      |    Inf 
257.10/257.28	c   235s|620000 |    14 |   748 |9459k|  30 |   - | 210 | 887 | 421 |   0 |   0 |   5 | 266k|  19 | 5.722345e+01 |      --      |    Inf 
260.69/260.82	c   239s|630000 |    16 |   748 |9448k|  30 |   - | 210 | 870 | 687 |   0 |   0 |   5 | 270k|  19 | 5.722345e+01 |      --      |    Inf 
265.00/265.11	c   243s|640000 |    16 |   748 |9459k|  30 |   - | 210 | 901 | 590 |   0 |   0 |   5 | 274k|  19 | 5.722345e+01 |      --      |    Inf 
268.69/268.80	c   246s|650000 |    15 |   748 |9460k|  30 |   - | 210 | 895 | 552 |   0 |   0 |   5 | 278k|  19 | 5.722345e+01 |      --      |    Inf 
272.69/272.82	c   250s|660000 |    15 |   748 |9460k|  30 |   - | 210 | 893 | 511 |   0 |   0 |   5 | 283k|  19 | 5.722345e+01 |      --      |    Inf 
276.59/276.76	c   253s|670000 |    15 |   748 |9464k|  30 |   - | 210 | 899 | 419 |   0 |   0 |   5 | 288k|  19 | 5.722345e+01 |      --      |    Inf 
280.59/280.70	c   257s|680000 |    16 |   748 |9460k|  30 |   - | 210 | 889 | 465 |   0 |   0 |   5 | 293k|  19 | 5.722345e+01 |      --      |    Inf 
284.49/284.64	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
284.49/284.64	c   260s|690000 |    15 |   748 |9460k|  30 |   - | 210 | 888 | 436 |   0 |   0 |   5 | 297k|  19 | 5.722345e+01 |      --      |    Inf 
288.39/288.50	c   264s|700000 |    17 |   748 |9459k|  30 |   - | 210 | 883 | 465 |   0 |   0 |   5 | 302k|  19 | 5.722345e+01 |      --      |    Inf 
292.18/292.32	c   267s|710000 |    11 |   748 |9463k|  30 |   - | 210 | 904 | 514 |   0 |   0 |   5 | 306k|  19 | 5.722345e+01 |      --      |    Inf 
296.38/296.57	c   271s|720000 |    17 |   748 |9451k|  30 |   - | 210 | 868 | 584 |   0 |   0 |   5 | 311k|  19 | 5.722345e+01 |      --      |    Inf 
300.99/301.19	c   276s|730000 |    15 |   748 |9460k|  30 |   - | 210 | 885 | 399 |   0 |   0 |   5 | 318k|  19 | 5.722345e+01 |      --      |    Inf 
304.88/305.05	c   279s|740000 |    16 |   748 |9459k|  30 |   - | 210 | 892 | 518 |   0 |   0 |   5 | 322k|  19 | 5.722345e+01 |      --      |    Inf 
308.68/308.81	c   283s|750000 |    14 |   748 |9458k|  30 |   - | 210 | 879 | 310 |   0 |   0 |   5 | 325k|  19 | 5.722345e+01 |      --      |    Inf 
312.37/312.54	c   286s|760000 |    18 |   748 |9460k|  30 |   - | 210 | 887 | 443 |   0 |   0 |   5 | 329k|  19 | 5.722345e+01 |      --      |    Inf 
316.18/316.35	c   290s|770000 |    19 |   748 |9457k|  30 |   - | 210 | 879 | 455 |   0 |   0 |   5 | 333k|  19 | 5.722345e+01 |      --      |    Inf 
320.07/320.24	c   293s|780000 |    17 |   748 |9470k|  30 |   - | 210 | 916 | 449 |   0 |   0 |   5 | 337k|  19 | 5.722345e+01 |      --      |    Inf 
324.17/324.31	c   297s|790000 |    17 |   748 |9462k|  30 |   - | 210 | 900 | 620 |   0 |   0 |   5 | 341k|  19 | 5.722345e+01 |      --      |    Inf 
328.17/328.32	c   301s|800000 |    17 |   748 |9458k|  30 |   - | 210 | 867 | 284 |   0 |   0 |   5 | 345k|  19 | 5.722345e+01 |      --      |    Inf 
331.97/332.19	c   304s|810000 |    16 |   748 |9458k|  30 |   - | 210 | 876 | 516 |   0 |   0 |   5 | 349k|  19 | 5.722345e+01 |      --      |    Inf 
335.87/336.00	c   308s|820000 |    17 |   748 |9458k|  30 |   - | 210 | 867 | 437 |   0 |   0 |   5 | 353k|  19 | 5.722345e+01 |      --      |    Inf 
339.67/339.86	c   311s|830000 |    15 |   748 |9459k|  30 |   - | 210 | 877 | 567 |   0 |   0 |   5 | 358k|  19 | 5.722345e+01 |      --      |    Inf 
343.77/343.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
343.77/343.92	c   315s|840000 |    19 |   748 |9459k|  30 |   - | 210 | 870 | 425 |   0 |   0 |   5 | 363k|  19 | 5.722345e+01 |      --      |    Inf 
347.77/347.94	c   318s|850000 |    12 |   748 |9472k|  30 |   - | 210 | 904 | 320 |   0 |   0 |   5 | 367k|  19 | 5.722345e+01 |      --      |    Inf 
351.36/351.54	c   322s|860000 |    16 |   748 |9469k|  30 |   - | 210 | 900 | 443 |   0 |   0 |   5 | 371k|  19 | 5.722345e+01 |      --      |    Inf 
355.27/355.46	c   325s|870000 |    12 |   748 |9473k|  30 |   - | 210 | 918 | 498 |   0 |   0 |   5 | 375k|  19 | 5.722345e+01 |      --      |    Inf 
359.16/359.32	c   329s|880000 |    17 |   748 |9457k|  30 |   - | 210 | 875 | 695 |   0 |   0 |   5 | 380k|  19 | 5.722345e+01 |      --      |    Inf 
362.86/363.08	c   332s|890000 |    17 |   748 |9458k|  30 |   - | 210 | 874 | 595 |   0 |   0 |   5 | 384k|  19 | 5.722345e+01 |      --      |    Inf 
366.76/367.00	c   336s|900000 |    17 |   748 |9463k|  30 |   - | 210 | 880 | 427 |   0 |   0 |   5 | 389k|  19 | 5.722345e+01 |      --      |    Inf 
370.65/370.86	c   339s|910000 |    14 |   748 |9466k|  30 |   - | 210 | 883 | 463 |   0 |   0 |   5 | 393k|  19 | 5.722345e+01 |      --      |    Inf 
374.45/374.60	c   343s|920000 |    17 |   748 |9459k|  30 |   - | 210 | 861 | 382 |   0 |   0 |   5 | 397k|  19 | 5.722345e+01 |      --      |    Inf 
378.35/378.50	c   346s|930000 |    18 |   748 |9460k|  30 |   - | 210 | 870 | 548 |   0 |   0 |   5 | 401k|  19 | 5.722345e+01 |      --      |    Inf 
381.96/382.19	c   350s|940000 |    16 |   748 |9467k|  30 |   - | 210 | 880 | 316 |   0 |   0 |   5 | 405k|  19 | 5.722345e+01 |      --      |    Inf 
385.95/386.11	c   353s|950000 |    13 |   748 |9471k|  30 |   - | 210 | 899 | 450 |   0 |   0 |   5 | 409k|  19 | 5.722345e+01 |      --      |    Inf 
389.85/390.03	c   357s|960000 |    13 |   748 |9472k|  30 |   - | 210 | 903 | 497 |   0 |   0 |   5 | 413k|  19 | 5.722345e+01 |      --      |    Inf 
393.84/394.05	c   361s|970000 |    14 |   748 |9470k|  30 |   - | 210 | 892 | 446 |   0 |   0 |   5 | 418k|  19 | 5.722345e+01 |      --      |    Inf 
397.75/397.94	c   364s|980000 |    15 |   748 |9475k|  30 |   - | 210 | 906 | 422 |   0 |   0 |   5 | 422k|  19 | 5.722345e+01 |      --      |    Inf 
401.45/401.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
401.45/401.66	c   368s|990000 |    15 |   748 |9476k|  30 |   - | 210 | 908 | 379 |   0 |   0 |   5 | 427k|  19 | 5.722345e+01 |      --      |    Inf 
405.25/405.50	c   371s|  1000k|    12 |   748 |9476k|  30 |   - | 210 | 914 | 568 |   0 |   0 |   5 | 431k|  19 | 5.722345e+01 |      --      |    Inf 
409.34/409.57	c   375s|  1010k|    15 |   748 |9475k|  30 |   - | 210 | 906 | 436 |   0 |   0 |   5 | 435k|  19 | 5.722345e+01 |      --      |    Inf 
413.54/413.78	c   379s|  1020k|    16 |   748 |9469k|  30 |   - | 210 | 893 | 563 |   0 |   0 |   5 | 440k|  19 | 5.722345e+01 |      --      |    Inf 
417.64/417.82	c   382s|  1030k|    13 |   748 |9474k|  30 |   - | 210 | 897 | 304 |   0 |   0 |   5 | 444k|  19 | 5.722345e+01 |      --      |    Inf 
421.34/421.51	c   386s|  1040k|    13 |   748 |9472k|  30 |   - | 210 | 899 | 503 |   0 |   0 |   5 | 449k|  19 | 5.722345e+01 |      --      |    Inf 
425.44/425.63	c   390s|  1050k|    14 |   748 |9469k|  30 |   - | 210 | 891 | 646 |   0 |   0 |   5 | 453k|  19 | 5.722345e+01 |      --      |    Inf 
429.44/429.61	c   393s|  1060k|    14 |   748 |9478k|  30 |   - | 210 | 928 | 605 |   0 |   0 |   5 | 458k|  19 | 5.722345e+01 |      --      |    Inf 
433.44/433.69	c   397s|  1070k|    14 |   748 |9477k|  30 |   - | 210 | 915 | 453 |   0 |   0 |   5 | 462k|  19 | 5.722345e+01 |      --      |    Inf 
437.63/437.87	c   401s|  1080k|    13 |   748 |9486k|  30 |   - | 210 | 927 | 390 |   0 |   0 |   5 | 467k|  19 | 5.722345e+01 |      --      |    Inf 
441.94/442.13	c   405s|  1090k|    16 |   748 |9478k|  30 |   - | 210 | 900 | 400 |   0 |   0 |   5 | 471k|  19 | 5.722345e+01 |      --      |    Inf 
445.93/446.10	c   408s|  1100k|    16 |   748 |9474k|  30 |   - | 210 | 891 | 461 |   0 |   0 |   5 | 475k|  19 | 5.722345e+01 |      --      |    Inf 
449.74/449.98	c   412s|  1110k|    10 |   748 |9480k|  30 |   - | 210 | 911 | 409 |   0 |   0 |   5 | 480k|  19 | 5.722345e+01 |      --      |    Inf 
453.43/453.64	c   415s|  1120k|    12 |   748 |9472k|  30 |   - | 210 | 895 | 664 |   0 |   0 |   5 | 483k|  19 | 5.722345e+01 |      --      |    Inf 
457.22/457.46	c   419s|  1130k|    15 |   748 |9481k|  30 |   - | 210 | 901 | 328 |   0 |   0 |   5 | 488k|  19 | 5.722345e+01 |      --      |    Inf 
461.03/461.29	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
461.03/461.29	c   422s|  1140k|    17 |   748 |9475k|  30 |   - | 210 | 887 | 394 |   0 |   0 |   5 | 491k|  19 | 5.722345e+01 |      --      |    Inf 
464.93/465.17	c   426s|  1150k|    15 |   748 |9468k|  30 |   - | 210 | 883 | 672 |   0 |   0 |   5 | 496k|  19 | 5.722345e+01 |      --      |    Inf 
468.92/469.10	c   429s|  1160k|    13 |   748 |9482k|  30 |   - | 210 | 903 | 345 |   0 |   0 |   5 | 500k|  19 | 5.722345e+01 |      --      |    Inf 
472.72/472.94	c   433s|  1170k|    15 |   748 |9468k|  30 |   - | 210 | 881 | 623 |   0 |   0 |   5 | 504k|  19 | 5.722345e+01 |      --      |    Inf 
476.32/476.56	c   436s|  1180k|    17 |   748 |9473k|  30 |   - | 210 | 884 | 474 |   0 |   0 |   5 | 508k|  19 | 5.722345e+01 |      --      |    Inf 
480.32/480.59	c   440s|  1190k|    14 |   748 |9474k|  30 |   - | 210 | 884 | 314 |   0 |   0 |   5 | 512k|  19 | 5.722345e+01 |      --      |    Inf 
484.02/484.28	c   443s|  1200k|    15 |   748 |9478k|  30 |   - | 210 | 887 | 417 |   0 |   0 |   5 | 517k|  19 | 5.722345e+01 |      --      |    Inf 
488.01/488.27	c   447s|  1210k|    10 |   748 |9484k|  30 |   - | 210 | 920 | 569 |   0 |   0 |   5 | 521k|  19 | 5.722345e+01 |      --      |    Inf 
491.81/492.09	c   451s|  1220k|    13 |   748 |9484k|  30 |   - | 210 | 911 | 522 |   0 |   0 |   5 | 526k|  19 | 5.722345e+01 |      --      |    Inf 
495.71/495.98	c   454s|  1230k|    14 |   748 |9487k|  30 |   - | 210 | 921 | 418 |   0 |   0 |   5 | 531k|  19 | 5.722345e+01 |      --      |    Inf 
499.81/500.03	c   458s|  1240k|    15 |   748 |9485k|  30 |   - | 210 | 907 | 401 |   0 |   0 |   5 | 536k|  19 | 5.722345e+01 |      --      |    Inf 
503.91/504.18	c   462s|  1250k|    12 |   748 |9483k|  30 |   - | 210 | 917 | 593 |   0 |   0 |   5 | 541k|  19 | 5.722345e+01 |      --      |    Inf 
507.71/507.95	c   465s|  1260k|    11 |   748 |9485k|  30 |   - | 210 | 913 | 415 |   0 |   0 |   5 | 545k|  19 | 5.722345e+01 |      --      |    Inf 
511.31/511.52	c   468s|  1270k|    14 |   748 |9484k|  30 |   - | 210 | 903 | 341 |   0 |   0 |   5 | 549k|  19 | 5.722345e+01 |      --      |    Inf 
515.11/515.32	c   472s|  1280k|    11 |   748 |9477k|  30 |   - | 210 | 902 | 663 |   0 |   0 |   5 | 553k|  19 | 5.722345e+01 |      --      |    Inf 
518.91/519.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
518.91/519.14	c   475s|  1290k|    13 |   748 |9497k|  30 |   - | 210 | 951 | 390 |   0 |   0 |   5 | 557k|  19 | 5.722345e+01 |      --      |    Inf 
522.91/523.13	c   479s|  1300k|    15 |   748 |9485k|  30 |   - | 210 | 902 | 335 |   0 |   0 |   5 | 562k|  19 | 5.722345e+01 |      --      |    Inf 
526.71/526.93	c   483s|  1310k|    15 |   748 |9483k|  30 |   - | 210 | 903 | 428 |   0 |   0 |   5 | 566k|  19 | 5.722345e+01 |      --      |    Inf 
530.30/530.53	c   486s|  1320k|    12 |   748 |9485k|  30 |   - | 210 | 929 | 605 |   0 |   0 |   5 | 571k|  19 | 5.722345e+01 |      --      |    Inf 
534.00/534.28	c   489s|  1330k|    13 |   748 |9485k|  30 |   - | 210 | 905 | 399 |   0 |   0 |   5 | 575k|  19 | 5.722345e+01 |      --      |    Inf 
537.90/538.11	c   493s|  1340k|    13 |   748 |9484k|  30 |   - | 210 | 908 | 495 |   0 |   0 |   5 | 579k|  19 | 5.722345e+01 |      --      |    Inf 
541.90/542.10	c   496s|  1350k|    12 |   748 |9494k|  30 |   - | 210 | 941 | 450 |   0 |   0 |   5 | 584k|  19 | 5.722345e+01 |      --      |    Inf 
545.90/546.14	c   500s|  1360k|    15 |   748 |9483k|  30 |   - | 210 | 903 | 500 |   0 |   0 |   5 | 588k|  19 | 5.722345e+01 |      --      |    Inf 
549.80/550.09	c   504s|  1370k|     9 |   748 |9496k|  30 |   - | 210 | 943 | 479 |   0 |   0 |   5 | 593k|  19 | 5.722345e+01 |      --      |    Inf 
553.60/553.82	c   507s|  1380k|    22 |   748 |9466k|  30 |   - | 210 | 852 | 556 |   0 |   0 |   5 | 596k|  19 | 5.722345e+01 |      --      |    Inf 
557.29/557.51	c   511s|  1390k|    18 |   748 |9467k|  30 |   - | 210 | 853 | 433 |   0 |   0 |   5 | 598k|  19 | 5.722345e+01 |      --      |    Inf 
561.69/561.93	c   515s|  1400k|    21 |   748 |9474k|  30 |   - | 210 | 874 | 454 |   0 |   0 |   5 | 603k|  19 | 5.722345e+01 |      --      |    Inf 
565.69/565.90	c   518s|  1410k|    18 |   748 |9472k|  30 |   - | 210 | 877 | 647 |   0 |   0 |   5 | 606k|  19 | 5.722345e+01 |      --      |    Inf 
570.09/570.31	c   522s|  1420k|    16 |   748 |9475k|  30 |   - | 210 | 863 | 287 |   0 |   0 |   5 | 608k|  19 | 5.722345e+01 |      --      |    Inf 
574.59/574.81	c   526s|  1430k|    17 |   748 |9478k|  30 |   - | 210 | 879 | 454 |   0 |   0 |   5 | 612k|  19 | 5.722345e+01 |      --      |    Inf 
578.49/578.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
578.49/578.76	c   530s|  1440k|    19 |   748 |9477k|  30 |   - | 210 | 882 | 543 |   0 |   0 |   5 | 616k|  19 | 5.722345e+01 |      --      |    Inf 
582.18/582.42	c   533s|  1450k|    18 |   748 |9477k|  30 |   - | 210 | 883 | 535 |   0 |   0 |   5 | 619k|  19 | 5.722345e+01 |      --      |    Inf 
585.78/586.04	c   537s|  1460k|    17 |   748 |9482k|  30 |   - | 210 | 897 | 523 |   0 |   0 |   5 | 622k|  19 | 5.722345e+01 |      --      |    Inf 
589.78/590.01	c   540s|  1470k|    20 |   748 |9480k|  30 |   - | 210 | 885 | 351 |   0 |   0 |   5 | 626k|  19 | 5.722345e+01 |      --      |    Inf 
593.88/594.12	c   544s|  1480k|    19 |   748 |9471k|  30 |   - | 210 | 869 | 726 |   0 |   0 |   5 | 629k|  19 | 5.722345e+01 |      --      |    Inf 
597.27/597.57	c   547s|  1490k|    17 |   748 |9483k|  30 |   - | 210 | 893 | 424 |   0 |   0 |   5 | 633k|  19 | 5.722345e+01 |      --      |    Inf 
601.28/601.53	c   551s|  1500k|    15 |   748 |9478k|  30 |   - | 210 | 885 | 606 |   0 |   0 |   5 | 634k|  19 | 5.722345e+01 |      --      |    Inf 
605.28/605.55	c   554s|  1510k|    15 |   748 |9504k|  30 |   - | 210 | 983 | 375 |   0 |   0 |   5 | 638k|  19 | 5.722345e+01 |      --      |    Inf 
608.98/609.27	c   558s|  1520k|    15 |   748 |9616k|  30 |   - | 210 |1401 | 311 |   0 |   0 |   5 | 642k|  19 | 5.722345e+01 |      --      |    Inf 
612.87/613.11	c   561s|  1530k|    16 |   748 |9533k|  30 |   - | 210 | 973 | 587 |   0 |   0 |   5 | 646k|  19 | 5.722345e+01 |      --      |    Inf 
617.08/617.38	c   565s|  1540k|    14 |   748 |9536k|  30 |   - | 210 | 966 | 305 |   0 |   0 |   5 | 651k|  19 | 5.722345e+01 |      --      |    Inf 
621.47/621.77	c   569s|  1550k|    18 |   748 |9514k|  30 |   - | 210 | 879 | 591 |   0 |   0 |   5 | 657k|  19 | 5.722345e+01 |      --      |    Inf 
625.37/625.66	c   573s|  1560k|    17 |   748 |9512k|  30 |   - | 210 | 871 | 514 |   0 |   0 |   5 | 661k|  19 | 5.722345e+01 |      --      |    Inf 
629.17/629.41	c   576s|  1570k|    15 |   748 |9521k|  30 |   - | 210 | 892 | 380 |   0 |   0 |   5 | 665k|  19 | 5.722345e+01 |      --      |    Inf 
632.76/633.09	c   580s|  1580k|    19 |   748 |9518k|  30 |   - | 210 | 887 | 522 |   0 |   0 |   5 | 669k|  19 | 5.722345e+01 |      --      |    Inf 
636.86/637.18	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
636.86/637.18	c   584s|  1590k|    10 |   748 |9533k|  30 |   - | 210 | 932 | 456 |   0 |   0 |   5 | 674k|  19 | 5.722345e+01 |      --      |    Inf 
641.26/641.59	c   588s|  1600k|    17 |   748 |9522k|  30 |   - | 210 | 894 | 399 |   0 |   0 |   5 | 677k|  19 | 5.722345e+01 |      --      |    Inf 
645.06/645.39	c   591s|  1610k|    16 |   748 |9514k|  30 |   - | 210 | 868 | 389 |   0 |   0 |   5 | 679k|  19 | 5.722345e+01 |      --      |    Inf 
650.76/651.01	c   596s|  1620k|    14 |   748 |9507k|  30 |   - | 210 | 868 | 724 |   0 |   0 |   5 | 680k|  19 | 5.722345e+01 |      --      |    Inf 
656.05/656.36	c   601s|  1630k|    15 |   748 |9511k|  30 |   - | 210 | 875 | 612 |   0 |   0 |   5 | 681k|  19 | 5.722345e+01 |      --      |    Inf 
661.06/661.37	c   606s|  1640k|    17 |   748 |9515k|  30 |   - | 210 | 873 | 428 |   0 |   0 |   5 | 683k|  19 | 5.722345e+01 |      --      |    Inf 
664.95/665.21	c   609s|  1650k|    16 |   748 |9513k|  30 |   - | 210 | 876 | 580 |   0 |   0 |   5 | 686k|  19 | 5.722345e+01 |      --      |    Inf 
668.85/669.15	c   613s|  1660k|    18 |   748 |9519k|  30 |   - | 210 | 882 | 465 |   0 |   0 |   5 | 690k|  19 | 5.722345e+01 |      --      |    Inf 
672.65/672.91	c   616s|  1670k|    15 |   748 |9521k|  30 |   - | 210 | 898 | 530 |   0 |   0 |   5 | 694k|  19 | 5.722345e+01 |      --      |    Inf 
676.45/676.72	c   620s|  1680k|    15 |   748 |9522k|  30 |   - | 210 | 894 | 436 |   0 |   0 |   5 | 698k|  19 | 5.722345e+01 |      --      |    Inf 
680.35/680.62	c   623s|  1690k|    13 |   748 |9520k|  30 |   - | 210 | 889 | 428 |   0 |   0 |   5 | 703k|  19 | 5.722345e+01 |      --      |    Inf 
684.15/684.46	c   627s|  1700k|    15 |   748 |9521k|  30 |   - | 210 | 886 | 327 |   0 |   0 |   5 | 707k|  19 | 5.722345e+01 |      --      |    Inf 
687.75/688.04	c   630s|  1710k|    13 |   748 |9517k|  30 |   - | 210 | 885 | 558 |   0 |   0 |   5 | 711k|  19 | 5.722345e+01 |      --      |    Inf 
691.44/691.79	c   634s|  1720k|    18 |   748 |9521k|  30 |   - | 210 | 895 | 596 |   0 |   0 |   5 | 716k|  19 | 5.722345e+01 |      --      |    Inf 
695.85/696.14	c   637s|  1730k|    18 |   748 |9523k|  30 |   - | 210 | 885 | 342 |   0 |   0 |   5 | 720k|  19 | 5.722345e+01 |      --      |    Inf 
700.25/700.57	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
700.25/700.57	c   642s|  1740k|    15 |   748 |9519k|  30 |   - | 210 | 881 | 427 |   0 |   0 |   5 | 724k|  19 | 5.722345e+01 |      --      |    Inf 
704.94/705.21	c   646s|  1750k|    15 |   748 |9518k|  30 |   - | 210 | 889 | 627 |   0 |   0 |   5 | 728k|  19 | 5.722345e+01 |      --      |    Inf 
709.34/709.63	c   650s|  1760k|    17 |   748 |9527k|  30 |   - | 210 | 904 | 452 |   0 |   0 |   5 | 732k|  19 | 5.722345e+01 |      --      |    Inf 
713.54/713.85	c   654s|  1770k|    15 |   748 |9526k|  30 |   - | 210 | 897 | 436 |   0 |   0 |   5 | 737k|  19 | 5.722345e+01 |      --      |    Inf 
717.44/717.72	c   657s|  1780k|    16 |   748 |9529k|  30 |   - | 210 | 916 | 443 |   0 |   0 |   5 | 741k|  19 | 5.722345e+01 |      --      |    Inf 
721.43/721.73	c   661s|  1790k|    14 |   748 |9526k|  30 |   - | 210 | 900 | 453 |   0 |   0 |   5 | 746k|  19 | 5.722345e+01 |      --      |    Inf 
725.64/725.92	c   665s|  1800k|    17 |   748 |9519k|  30 |   - | 210 | 884 | 493 |   0 |   0 |   5 | 750k|  19 | 5.722345e+01 |      --      |    Inf 
729.64/730.00	c   668s|  1810k|    17 |   748 |9516k|  30 |   - | 210 | 871 | 436 |   0 |   0 |   5 | 751k|  19 | 5.722345e+01 |      --      |    Inf 
734.13/734.41	c   672s|  1820k|    21 |   748 |9522k|  30 |   - | 210 | 868 | 356 |   0 |   0 |   5 | 755k|  19 | 5.722345e+01 |      --      |    Inf 
738.53/738.84	c   676s|  1830k|    14 |   748 |9517k|  30 |   - | 210 | 874 | 673 |   0 |   0 |   5 | 759k|  19 | 5.722345e+01 |      --      |    Inf 
742.93/743.20	c   680s|  1840k|    15 |   748 |9522k|  30 |   - | 210 | 878 | 481 |   0 |   0 |   5 | 763k|  19 | 5.722345e+01 |      --      |    Inf 
747.12/747.47	c   684s|  1850k|    17 |   748 |9523k|  30 |   - | 210 | 878 | 495 |   0 |   0 |   5 | 767k|  19 | 5.722345e+01 |      --      |    Inf 
751.43/751.74	c   688s|  1860k|    16 |   748 |9525k|  30 |   - | 210 | 879 | 367 |   0 |   0 |   5 | 770k|  19 | 5.722345e+01 |      --      |    Inf 
756.12/756.45	c   692s|  1870k|    13 |   748 |9526k|  30 |   - | 210 | 890 | 555 |   0 |   0 |   5 | 774k|  19 | 5.722345e+01 |      --      |    Inf 
760.52/760.80	c   696s|  1880k|    17 |   748 |9525k|  30 |   - | 210 | 876 | 484 |   0 |   0 |   5 | 778k|  19 | 5.722345e+01 |      --      |    Inf 
764.63/764.98	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
764.63/764.98	c   700s|  1890k|    16 |   748 |9533k|  30 |   - | 210 | 894 | 393 |   0 |   0 |   5 | 781k|  19 | 5.722345e+01 |      --      |    Inf 
769.02/769.38	c   704s|  1900k|    12 |   748 |9528k|  30 |   - | 210 | 883 | 458 |   0 |   0 |   5 | 785k|  19 | 5.722345e+01 |      --      |    Inf 
773.82/774.16	c   709s|  1910k|    15 |   748 |9520k|  30 |   - | 210 | 863 | 605 |   0 |   0 |   5 | 787k|  19 | 5.722345e+01 |      --      |    Inf 
778.82/779.19	c   713s|  1920k|    16 |   748 |9524k|  30 |   - | 210 | 864 | 359 |   0 |   0 |   5 | 787k|  19 | 5.722345e+01 |      --      |    Inf 
783.61/783.92	c   718s|  1930k|    14 |   748 |9524k|  30 |   - | 210 | 860 | 324 |   0 |   0 |   5 | 788k|  19 | 5.722345e+01 |      --      |    Inf 
788.41/788.75	c   722s|  1940k|    13 |   748 |9519k|  30 |   - | 210 | 860 | 601 |   0 |   0 |   5 | 788k|  19 | 5.722345e+01 |      --      |    Inf 
793.01/793.34	c   726s|  1950k|    13 |   748 |9520k|  30 |   - | 210 | 860 | 558 |   0 |   0 |   5 | 788k|  19 | 5.722345e+01 |      --      |    Inf 
797.81/798.11	c   731s|  1960k|    11 |   748 |9518k|  30 |   - | 210 | 863 | 633 |   0 |   0 |   5 | 789k|  19 | 5.722345e+01 |      --      |    Inf 
802.51/802.87	c   735s|  1970k|    15 |   748 |9519k|  30 |   - | 210 | 864 | 691 |   0 |   0 |   5 | 790k|  19 | 5.722345e+01 |      --      |    Inf 
807.90/808.26	c   740s|  1980k|    19 |   748 |9519k|  30 |   - | 210 | 858 | 613 |   0 |   0 |   5 | 791k|  19 | 5.722345e+01 |      --      |    Inf 
812.80/813.17	c   744s|  1990k|    14 |   748 |9524k|  30 |   - | 210 | 866 | 352 |   0 |   0 |   5 | 792k|  19 | 5.722345e+01 |      --      |    Inf 
817.70/818.07	c   749s|  2000k|    14 |   748 |9517k|  30 |   - | 210 | 858 | 683 |   0 |   0 |   5 | 792k|  19 | 5.722345e+01 |      --      |    Inf 
822.30/822.68	c   753s|  2010k|    15 |   748 |9524k|  30 |   - | 210 | 870 | 548 |   0 |   0 |   5 | 793k|  19 | 5.722345e+01 |      --      |    Inf 
826.50/826.85	c   757s|  2020k|    13 |   748 |9524k|  30 |   - | 210 | 859 | 294 |   0 |   0 |   5 | 794k|  19 | 5.722345e+01 |      --      |    Inf 
830.20/830.56	c   760s|  2030k|    14 |   748 |9528k|  30 |   - | 210 | 871 | 337 |   0 |   0 |   5 | 797k|  19 | 5.722345e+01 |      --      |    Inf 
833.69/834.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
833.69/834.04	c   764s|  2040k|    15 |   748 |9532k|  30 |   - | 210 | 890 | 325 |   0 |   0 |   5 | 801k|  19 | 5.722345e+01 |      --      |    Inf 
837.40/837.74	c   767s|  2050k|    16 |   748 |9530k|  30 |   - | 210 | 877 | 359 |   0 |   0 |   5 | 804k|  19 | 5.722345e+01 |      --      |    Inf 
840.99/841.32	c   770s|  2060k|    12 |   748 |9540k|  30 |   - | 210 | 908 | 334 |   0 |   0 |   5 | 808k|  19 | 5.722345e+01 |      --      |    Inf 
844.69/845.08	c   774s|  2070k|    13 |   748 |9540k|  30 |   - | 210 | 906 | 304 |   0 |   0 |   5 | 814k|  19 | 5.722345e+01 |      --      |    Inf 
848.39/848.70	c   777s|  2080k|    15 |   748 |9529k|  30 |   - | 210 | 874 | 439 |   0 |   0 |   5 | 818k|  19 | 5.722345e+01 |      --      |    Inf 
851.99/852.32	c   780s|  2090k|    15 |   748 |9526k|  30 |   - | 210 | 869 | 580 |   0 |   0 |   5 | 821k|  19 | 5.722345e+01 |      --      |    Inf 
855.99/856.37	c   784s|  2100k|    15 |   748 |9529k|  30 |   - | 210 | 865 | 320 |   0 |   0 |   5 | 824k|  19 | 5.722345e+01 |      --      |    Inf 
859.49/859.86	c   787s|  2110k|    12 |   748 |9536k|  30 |   - | 210 | 882 | 364 |   0 |   0 |   5 | 828k|  19 | 5.722345e+01 |      --      |    Inf 
863.28/863.60	c   791s|  2120k|    12 |   748 |9537k|  30 |   - | 210 | 888 | 406 |   0 |   0 |   5 | 833k|  19 | 5.722345e+01 |      --      |    Inf 
867.09/867.48	c   794s|  2130k|    11 |   748 |9526k|  30 |   - | 210 | 867 | 552 |   0 |   0 |   5 | 836k|  19 | 5.722345e+01 |      --      |    Inf 
870.99/871.34	c   798s|  2140k|    14 |   748 |9533k|  30 |   - | 210 | 882 | 526 |   0 |   0 |   5 | 837k|  19 | 5.722345e+01 |      --      |    Inf 
874.89/875.27	c   801s|  2150k|    14 |   748 |9534k|  30 |   - | 210 | 884 | 568 |   0 |   0 |   5 | 842k|  19 | 5.722345e+01 |      --      |    Inf 
879.29/879.63	c   805s|  2160k|    16 |   748 |9543k|  30 |   - | 210 | 903 | 389 |   0 |   0 |   5 | 847k|  19 | 5.722345e+01 |      --      |    Inf 
883.37/883.78	c   809s|  2170k|    12 |   748 |9543k|  30 |   - | 210 | 887 | 320 |   0 |   0 |   5 | 849k|  19 | 5.722345e+01 |      --      |    Inf 
887.39/887.79	c   813s|  2180k|    10 |   748 |9548k|  30 |   - | 210 | 907 | 392 |   0 |   0 |   5 | 853k|  19 | 5.722345e+01 |      --      |    Inf 
891.17/891.55	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
891.17/891.55	c   816s|  2190k|    16 |   748 |9541k|  30 |   - | 210 | 885 | 404 |   0 |   0 |   5 | 857k|  19 | 5.722345e+01 |      --      |    Inf 
894.77/895.14	c   820s|  2200k|    15 |   748 |9543k|  30 |   - | 210 | 891 | 420 |   0 |   0 |   5 | 862k|  19 | 5.722345e+01 |      --      |    Inf 
898.57/898.92	c   823s|  2210k|    16 |   748 |9541k|  30 |   - | 210 | 889 | 504 |   0 |   0 |   5 | 866k|  19 | 5.722345e+01 |      --      |    Inf 
902.47/902.80	c   827s|  2220k|    16 |   748 |9546k|  30 |   - | 210 | 899 | 313 |   0 |   0 |   5 | 870k|  19 | 5.722345e+01 |      --      |    Inf 
906.47/906.84	c   830s|  2230k|    15 |   748 |9538k|  30 |   - | 210 | 881 | 494 |   0 |   0 |   5 | 875k|  19 | 5.722345e+01 |      --      |    Inf 
911.07/911.40	c   834s|  2240k|    14 |   748 |9542k|  30 |   - | 210 | 885 | 416 |   0 |   0 |   5 | 877k|  19 | 5.722345e+01 |      --      |    Inf 
915.98/916.33	c   839s|  2250k|    16 |   748 |9532k|  30 |   - | 210 | 866 | 628 |   0 |   0 |   5 | 879k|  19 | 5.722345e+01 |      --      |    Inf 
921.37/921.72	c   844s|  2260k|    17 |   748 |9535k|  30 |   - | 210 | 873 | 588 |   0 |   0 |   5 | 880k|  19 | 5.722345e+01 |      --      |    Inf 
926.26/926.66	c   848s|  2270k|    17 |   748 |9535k|  30 |   - | 210 | 875 | 582 |   0 |   0 |   5 | 882k|  19 | 5.722345e+01 |      --      |    Inf 
930.76/931.14	c   852s|  2280k|    18 |   748 |9540k|  30 |   - | 210 | 878 | 456 |   0 |   0 |   5 | 885k|  19 | 5.722345e+01 |      --      |    Inf 
935.06/935.47	c   856s|  2290k|    15 |   748 |9536k|  30 |   - | 210 | 873 | 470 |   0 |   0 |   5 | 888k|  19 | 5.722345e+01 |      --      |    Inf 
939.16/939.51	c   860s|  2300k|    20 |   748 |9541k|  30 |   - | 210 | 884 | 528 |   0 |   0 |   5 | 892k|  19 | 5.722345e+01 |      --      |    Inf 
943.06/943.40	c   864s|  2310k|    13 |   748 |9550k|  30 |   - | 210 | 910 | 415 |   0 |   0 |   5 | 897k|  19 | 5.722345e+01 |      --      |    Inf 
946.66/947.06	c   867s|  2320k|    11 |   748 |9567k|  30 |   - | 210 | 994 | 506 |   0 |   0 |   5 | 903k|  19 | 5.722345e+01 |      --      |    Inf 
950.46/950.86	c   870s|  2330k|    14 |   748 |9551k|  30 |   - | 210 | 913 | 487 |   0 |   0 |   5 | 908k|  19 | 5.722345e+01 |      --      |    Inf 
954.35/954.75	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
954.35/954.75	c   874s|  2340k|    15 |   748 |9545k|  30 |   - | 210 | 893 | 468 |   0 |   0 |   5 | 912k|  19 | 5.722345e+01 |      --      |    Inf 
958.25/958.64	c   878s|  2350k|    14 |   748 |9544k|  30 |   - | 210 | 902 | 647 |   0 |   0 |   5 | 917k|  19 | 5.722345e+01 |      --      |    Inf 
962.46/962.89	c   881s|  2360k|    15 |   748 |9549k|  30 |   - | 210 | 904 | 442 |   0 |   0 |   5 | 921k|  19 | 5.722345e+01 |      --      |    Inf 
966.35/966.76	c   885s|  2370k|    16 |   748 |9549k|  30 |   - | 210 | 906 | 413 |   0 |   0 |   5 | 926k|  19 | 5.722345e+01 |      --      |    Inf 
970.05/970.44	c   888s|  2380k|    21 |   748 |9538k|  30 |   - | 210 | 876 | 559 |   0 |   0 |   5 | 932k|  19 | 5.722345e+01 |      --      |    Inf 
974.15/974.51	c   892s|  2390k|    20 |   748 |9541k|  30 |   - | 210 | 881 | 500 |   0 |   0 |   5 | 936k|  19 | 5.722345e+01 |      --      |    Inf 
978.44/978.80	c   896s|  2400k|    14 |   748 |9544k|  30 |   - | 210 | 898 | 598 |   0 |   0 |   5 | 940k|  19 | 5.722345e+01 |      --      |    Inf 
982.35/982.73	c   900s|  2410k|    14 |   748 |9554k|  30 |   - | 210 | 912 | 338 |   0 |   0 |   5 | 944k|  19 | 5.722345e+01 |      --      |    Inf 
987.54/987.96	c   904s|  2420k|    17 |   748 |9542k|  30 |   - | 210 | 887 | 512 |   0 |   0 |   5 | 947k|  19 | 5.722345e+01 |      --      |    Inf 
992.34/992.77	c   909s|  2430k|    18 |   748 |9541k|  30 |   - | 210 | 888 | 597 |   0 |   0 |   5 | 949k|  19 | 5.722345e+01 |      --      |    Inf 
997.24/997.62	c   913s|  2440k|    14 |   748 |9552k|  30 |   - | 210 | 894 | 347 |   0 |   0 |   5 | 951k|  19 | 5.722345e+01 |      --      |    Inf 
1001.64/1002.00	c   917s|  2450k|    16 |   748 |9547k|  30 |   - | 210 | 890 | 596 |   0 |   0 |   5 | 955k|  19 | 5.722345e+01 |      --      |    Inf 
1006.64/1007.07	c   922s|  2460k|    13 |   748 |9548k|  30 |   - | 210 | 880 | 382 |   0 |   0 |   5 | 955k|  19 | 5.722345e+01 |      --      |    Inf 
1010.34/1010.72	c   925s|  2470k|    13 |   748 |9545k|  30 |   - | 210 | 889 | 673 |   0 |   0 |   5 | 961k|  19 | 5.722345e+01 |      --      |    Inf 
1014.03/1014.44	c   928s|  2480k|    21 |   748 |9545k|  30 |   - | 210 | 878 | 588 |   0 |   0 |   5 | 963k|  19 | 5.722345e+01 |      --      |    Inf 
1017.73/1018.16	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1017.73/1018.16	c   932s|  2490k|    15 |   748 |9551k|  30 |   - | 210 | 887 | 358 |   0 |   0 |   5 | 965k|  19 | 5.722345e+01 |      --      |    Inf 
1021.63/1022.02	c   935s|  2500k|    13 |   748 |9542k|  30 |   - | 210 | 872 | 578 |   0 |   0 |   5 | 969k|  19 | 5.722345e+01 |      --      |    Inf 
1025.43/1025.84	c   939s|  2510k|    14 |   748 |9553k|  30 |   - | 210 | 900 | 494 |   0 |   0 |   5 | 973k|  19 | 5.722345e+01 |      --      |    Inf 
1029.13/1029.54	c   942s|  2520k|    18 |   748 |9553k|  30 |   - | 210 | 891 | 401 |   0 |   0 |   5 | 977k|  19 | 5.722345e+01 |      --      |    Inf 
1032.83/1033.29	c   946s|  2530k|    13 |   748 |9558k|  30 |   - | 210 | 906 | 386 |   0 |   0 |   5 | 980k|  19 | 5.722345e+01 |      --      |    Inf 
1036.42/1036.89	c   949s|  2540k|    15 |   748 |9550k|  30 |   - | 210 | 898 | 578 |   0 |   0 |   5 | 983k|  19 | 5.722345e+01 |      --      |    Inf 
1040.33/1040.71	c   953s|  2550k|    11 |   748 |9548k|  30 |   - | 210 | 889 | 568 |   0 |   0 |   5 | 985k|  19 | 5.722345e+01 |      --      |    Inf 
1043.82/1044.24	c   956s|  2560k|    15 |   748 |9548k|  30 |   - | 210 | 876 | 301 |   0 |   0 |   5 | 986k|  19 | 5.722345e+01 |      --      |    Inf 
1047.63/1048.07	c   959s|  2570k|    13 |   748 |9558k|  30 |   - | 210 | 904 | 366 |   0 |   0 |   5 | 989k|  19 | 5.722345e+01 |      --      |    Inf 
1051.72/1052.13	c   963s|  2580k|    15 |   748 |9557k|  30 |   - | 210 | 898 | 277 |   0 |   0 |   5 | 994k|  19 | 5.722345e+01 |      --      |    Inf 
1055.53/1055.96	c   967s|  2590k|    13 |   748 |9561k|  30 |   - | 210 | 912 | 384 |   0 |   0 |   5 | 998k|  19 | 5.722345e+01 |      --      |    Inf 
1059.32/1059.77	c   970s|  2600k|    18 |   748 |9541k|  30 |   - | 210 | 867 | 630 |   0 |   0 |   5 |1002k|  19 | 5.722345e+01 |      --      |    Inf 
1063.02/1063.49	c   973s|  2610k|    15 |   748 |9554k|  30 |   - | 210 | 902 | 451 |   0 |   0 |   5 |1004k|  19 | 5.722345e+01 |      --      |    Inf 
1066.82/1067.30	c   977s|  2620k|    14 |   748 |9585k|  30 |   - | 210 |1038 | 297 |   0 |   0 |   5 |1008k|  19 | 5.722345e+01 |      --      |    Inf 
1070.62/1071.01	c   980s|  2630k|    16 |   748 |9602k|  30 |   - | 210 |1105 | 312 |   0 |   0 |   5 |1011k|  19 | 5.722345e+01 |      --      |    Inf 
1074.32/1074.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1074.32/1074.76	c   984s|  2640k|    16 |   748 |9609k|  30 |   - | 210 |1131 | 427 |   0 |   0 |   5 |1015k|  19 | 5.722345e+01 |      --      |    Inf 
1078.01/1078.40	c   987s|  2650k|    15 |   748 |9605k|  30 |   - | 210 |1131 | 555 |   0 |   0 |   5 |1019k|  19 | 5.722345e+01 |      --      |    Inf 
1081.62/1082.05	c   990s|  2660k|    14 |   748 |9609k|  30 |   - | 210 |1141 | 471 |   0 |   0 |   5 |1020k|  19 | 5.722345e+01 |      --      |    Inf 
1085.32/1085.76	c   994s|  2670k|    13 |   748 |9617k|  30 |   - | 210 |1165 | 419 |   0 |   0 |   5 |1023k|  19 | 5.722345e+01 |      --      |    Inf 
1088.91/1089.37	c   997s|  2680k|    16 |   748 |9615k|  30 |   - | 210 |1156 | 516 |   0 |   0 |   5 |1025k|  19 | 5.722345e+01 |      --      |    Inf 
1092.71/1093.15	c  1001s|  2690k|    13 |   748 |9624k|  30 |   - | 210 |1170 | 262 |   0 |   0 |   5 |1029k|  19 | 5.722345e+01 |      --      |    Inf 
1096.41/1096.83	c  1004s|  2700k|    14 |   748 |9630k|  30 |   - | 210 |1197 | 374 |   0 |   0 |   5 |1034k|  19 | 5.722345e+01 |      --      |    Inf 
1100.31/1100.72	c  1008s|  2710k|    14 |   748 |9628k|  30 |   - | 210 |1198 | 475 |   0 |   0 |   5 |1038k|  19 | 5.722345e+01 |      --      |    Inf 
1104.01/1104.46	c  1011s|  2720k|    17 |   748 |9649k|  30 |   - | 210 |1279 | 406 |   0 |   0 |   5 |1043k|  19 | 5.722345e+01 |      --      |    Inf 
1107.80/1108.27	c  1014s|  2730k|    11 |   748 |9645k|  30 |   - | 210 |1275 | 472 |   0 |   0 |   5 |1044k|  19 | 5.722345e+01 |      --      |    Inf 
1111.50/1111.95	c  1018s|  2740k|    17 |   748 |9647k|  30 |   - | 210 |1280 | 507 |   0 |   0 |   5 |1049k|  19 | 5.722345e+01 |      --      |    Inf 
1115.20/1115.65	c  1021s|  2750k|    11 |   748 |9659k|  30 |   - | 210 |1315 | 420 |   0 |   0 |   5 |1053k|  19 | 5.722345e+01 |      --      |    Inf 
1118.80/1119.25	c  1025s|  2760k|    19 |   748 |9599k|  30 |   - | 210 |1025 | 377 |   0 |   0 |   5 |1058k|  19 | 5.722345e+01 |      --      |    Inf 
1122.60/1123.02	c  1028s|  2770k|    14 |   748 |9593k|  30 |   - | 210 |1010 | 366 |   0 |   0 |   5 |1059k|  19 | 5.722345e+01 |      --      |    Inf 
1126.60/1127.03	c  1032s|  2780k|    14 |   748 |9599k|  30 |   - | 210 |1026 | 364 |   0 |   0 |   5 |1063k|  19 | 5.722345e+01 |      --      |    Inf 
1130.19/1130.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1130.19/1130.65	c  1035s|  2790k|    15 |   748 |9604k|  30 |   - | 210 |1034 | 308 |   0 |   0 |   5 |1065k|  19 | 5.722345e+01 |      --      |    Inf 
1133.80/1134.29	c  1038s|  2800k|    14 |   748 |9603k|  30 |   - | 210 |1044 | 519 |   0 |   0 |   5 |1070k|  19 | 5.722345e+01 |      --      |    Inf 
1137.29/1137.79	c  1042s|  2810k|    13 |   748 |9597k|  30 |   - | 210 |1016 | 305 |   0 |   0 |   5 |1073k|  19 | 5.722345e+01 |      --      |    Inf 
1140.70/1141.11	c  1045s|  2820k|    14 |   748 |9594k|  30 |   - | 210 |1021 | 484 |   0 |   0 |   5 |1074k|  19 | 5.722345e+01 |      --      |    Inf 
1144.29/1144.71	c  1048s|  2830k|    15 |   748 |9596k|  30 |   - | 210 |1017 | 374 |   0 |   0 |   5 |1077k|  19 | 5.722345e+01 |      --      |    Inf 
1148.00/1148.42	c  1051s|  2840k|    13 |   748 |9601k|  30 |   - | 210 |1032 | 386 |   0 |   0 |   5 |1080k|  19 | 5.722345e+01 |      --      |    Inf 
1152.39/1152.85	c  1055s|  2850k|     9 |   748 |9618k|  30 |   - | 210 |1080 | 378 |   0 |   0 |   5 |1085k|  19 | 5.722345e+01 |      --      |    Inf 
1157.49/1157.99	c  1060s|  2860k|    17 |   748 |9597k|  30 |   - | 210 |1022 | 480 |   0 |   0 |   5 |1089k|  19 | 5.722345e+01 |      --      |    Inf 
1161.48/1161.93	c  1064s|  2870k|    12 |   748 |9588k|  30 |   - | 210 |1011 | 675 |   0 |   0 |   5 |1090k|  19 | 5.722345e+01 |      --      |    Inf 
1165.49/1165.92	c  1067s|  2880k|    14 |   748 |9598k|  30 |   - | 210 |1030 | 533 |   0 |   0 |   5 |1094k|  19 | 5.722345e+01 |      --      |    Inf 
1169.68/1170.17	c  1071s|  2890k|    15 |   748 |9594k|  30 |   - | 210 |1019 | 648 |   0 |   0 |   5 |1097k|  19 | 5.722345e+01 |      --      |    Inf 
1174.88/1175.39	c  1076s|  2900k|     9 |   748 |9591k|  30 |   - | 210 |1011 | 552 |   0 |   0 |   5 |1097k|  19 | 5.722345e+01 |      --      |    Inf 
1180.38/1180.82	c  1081s|  2910k|    15 |   748 |9596k|  30 |   - | 210 |1007 | 307 |   0 |   0 |   5 |1098k|  19 | 5.722345e+01 |      --      |    Inf 
1184.68/1185.13	c  1085s|  2920k|    14 |   748 |9595k|  30 |   - | 210 |1027 | 653 |   0 |   0 |   5 |1100k|  19 | 5.722345e+01 |      --      |    Inf 
1188.58/1189.01	c  1088s|  2930k|    12 |   748 |9601k|  30 |   - | 210 |1034 | 520 |   0 |   0 |   5 |1105k|  19 | 5.722345e+01 |      --      |    Inf 
1192.47/1192.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1192.47/1192.90	c  1092s|  2940k|    13 |   748 |9602k|  30 |   - | 210 |1032 | 448 |   0 |   0 |   5 |1110k|  19 | 5.722345e+01 |      --      |    Inf 
1197.27/1197.72	c  1096s|  2950k|     8 |   748 |9613k|  30 |   - | 210 |1059 | 329 |   0 |   0 |   5 |1114k|  19 | 5.722345e+01 |      --      |    Inf 
1201.57/1202.06	c  1100s|  2960k|    21 |   748 |9563k|  30 |   - | 210 | 862 | 484 |   0 |   0 |   5 |1119k|  19 | 5.722345e+01 |      --      |    Inf 
1206.66/1207.15	c  1105s|  2970k|    15 |   748 |9557k|  30 |   - | 210 | 842 | 358 |   0 |   0 |   5 |1120k|  19 | 5.722345e+01 |      --      |    Inf 
1211.47/1211.94	c  1109s|  2980k|    20 |   748 |9554k|  30 |   - | 210 | 844 | 567 |   0 |   0 |   5 |1121k|  19 | 5.722345e+01 |      --      |    Inf 
1217.06/1217.53	c  1114s|  2990k|    17 |   748 |9566k|  30 |   - | 210 | 867 | 420 |   0 |   0 |   5 |1122k|  19 | 5.722345e+01 |      --      |    Inf 
1221.96/1222.42	c  1119s|  3000k|    20 |   748 |9562k|  30 |   - | 210 | 855 | 400 |   0 |   0 |   5 |1129k|  19 | 5.722345e+01 |      --      |    Inf 
1226.86/1227.32	c  1123s|  3010k|    17 |   748 |9568k|  30 |   - | 210 | 873 | 434 |   0 |   0 |   5 |1133k|  19 | 5.722345e+01 |      --      |    Inf 
1231.86/1232.30	c  1128s|  3020k|    18 |   748 |9573k|  30 |   - | 210 | 886 | 444 |   0 |   0 |   5 |1137k|  19 | 5.722345e+01 |      --      |    Inf 
1235.66/1236.12	c  1131s|  3030k|    16 |   748 |9570k|  30 |   - | 210 | 881 | 435 |   0 |   0 |   5 |1142k|  19 | 5.722345e+01 |      --      |    Inf 
1240.06/1240.51	c  1135s|  3040k|    19 |   748 |9572k|  30 |   - | 210 | 889 | 483 |   0 |   0 |   5 |1147k|  19 | 5.722345e+01 |      --      |    Inf 
1244.36/1244.81	c  1139s|  3050k|    16 |   748 |9579k|  30 |   - | 210 | 912 | 487 |   0 |   0 |   5 |1153k|  19 | 5.722345e+01 |      --      |    Inf 
1248.96/1249.47	c  1144s|  3060k|    17 |   748 |9572k|  30 |   - | 210 | 886 | 466 |   0 |   0 |   5 |1158k|  19 | 5.722345e+01 |      --      |    Inf 
1253.26/1253.73	c  1148s|  3070k|    13 |   748 |9578k|  30 |   - | 210 | 905 | 417 |   0 |   0 |   5 |1163k|  19 | 5.722345e+01 |      --      |    Inf 
1257.85/1258.34	c  1152s|  3080k|    17 |   748 |9569k|  30 |   - | 210 | 874 | 436 |   0 |   0 |   5 |1167k|  19 | 5.722345e+01 |      --      |    Inf 
1262.75/1263.26	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1262.75/1263.26	c  1156s|  3090k|    14 |   748 |9576k|  30 |   - | 210 | 896 | 423 |   0 |   0 |   5 |1171k|  19 | 5.722345e+01 |      --      |    Inf 
1267.05/1267.56	c  1160s|  3100k|    17 |   748 |9569k|  30 |   - | 210 | 884 | 635 |   0 |   0 |   5 |1175k|  19 | 5.722345e+01 |      --      |    Inf 
1271.15/1271.60	c  1164s|  3110k|    15 |   748 |9575k|  30 |   - | 210 | 884 | 250 |   0 |   0 |   5 |1181k|  19 | 5.722345e+01 |      --      |    Inf 
1276.14/1276.65	c  1168s|  3120k|    15 |   748 |9579k|  30 |   - | 210 | 904 | 480 |   0 |   0 |   5 |1186k|  19 | 5.722345e+01 |      --      |    Inf 
1281.14/1281.70	c  1173s|  3130k|    13 |   748 |9584k|  30 |   - | 210 | 915 | 431 |   0 |   0 |   5 |1192k|  19 | 5.722345e+01 |      --      |    Inf 
1285.95/1286.45	c  1177s|  3140k|    20 |   748 |9570k|  30 |   - | 210 | 877 | 496 |   0 |   0 |   5 |1198k|  19 | 5.722345e+01 |      --      |    Inf 
1290.74/1291.28	c  1182s|  3150k|    19 |   748 |9573k|  30 |   - | 210 | 891 | 571 |   0 |   0 |   5 |1205k|  19 | 5.722345e+01 |      --      |    Inf 
1295.24/1295.79	c  1186s|  3160k|    15 |   748 |9584k|  30 |   - | 210 | 915 | 396 |   0 |   0 |   5 |1211k|  19 | 5.722345e+01 |      --      |    Inf 
1299.94/1300.49	c  1190s|  3170k|    17 |   748 |9578k|  30 |   - | 210 | 902 | 524 |   0 |   0 |   5 |1217k|  19 | 5.722345e+01 |      --      |    Inf 
1304.44/1304.93	c  1194s|  3180k|    16 |   748 |9577k|  30 |   - | 210 | 897 | 475 |   0 |   0 |   5 |1223k|  19 | 5.722345e+01 |      --      |    Inf 
1308.94/1309.41	c  1198s|  3190k|    15 |   748 |9582k|  30 |   - | 210 | 919 | 618 |   0 |   0 |   5 |1230k|  19 | 5.722345e+01 |      --      |    Inf 
1313.13/1313.63	c  1202s|  3200k|    15 |   748 |9591k|  30 |   - | 210 | 944 | 261 |   0 |   0 |   5 |1237k|  19 | 5.722345e+01 |      --      |    Inf 
1317.73/1318.22	c  1206s|  3210k|    17 |   748 |9568k|  30 |   - | 210 | 881 | 492 |   0 |   0 |   5 |1243k|  19 | 5.722345e+01 |      --      |    Inf 
1321.33/1321.81	c  1210s|  3220k|    17 |   748 |9571k|  30 |   - | 210 | 883 | 536 |   0 |   0 |   5 |1247k|  19 | 5.722345e+01 |      --      |    Inf 
1324.83/1325.33	c  1213s|  3230k|    14 |   748 |9568k|  30 |   - | 210 | 880 | 671 |   0 |   0 |   5 |1252k|  19 | 5.722345e+01 |      --      |    Inf 
1328.12/1328.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1328.12/1328.70	c  1216s|  3240k|    20 |   748 |9568k|  30 |   - | 210 | 860 | 379 |   0 |   0 |   5 |1255k|  19 | 5.722345e+01 |      --      |    Inf 
1332.22/1332.75	c  1220s|  3250k|    17 |   748 |9592k|  30 |   - | 210 | 950 | 383 |   0 |   0 |   5 |1259k|  19 | 5.722345e+01 |      --      |    Inf 
1336.62/1337.17	c  1224s|  3260k|    17 |   748 |9578k|  30 |   - | 210 | 874 | 245 |   0 |   0 |   5 |1262k|  19 | 5.722345e+01 |      --      |    Inf 
1340.23/1340.77	c  1227s|  3270k|    15 |   748 |9582k|  30 |   - | 210 | 884 | 388 |   0 |   0 |   5 |1267k|  19 | 5.722345e+01 |      --      |    Inf 
1343.82/1344.35	c  1230s|  3280k|    16 |   748 |9583k|  30 |   - | 210 | 881 | 454 |   0 |   0 |   5 |1271k|  19 | 5.722345e+01 |      --      |    Inf 
1347.42/1347.97	c  1234s|  3290k|    15 |   748 |9798k|  30 |   - | 210 |1793 | 547 |   0 |   0 |   5 |1276k|  19 | 5.722345e+01 |      --      |    Inf 
1351.21/1351.79	c  1237s|  3300k|    15 |   748 |9636k|  30 |   - | 210 | 922 | 413 |   0 |   0 |   5 |1280k|  19 | 5.722345e+01 |      --      |    Inf 
1354.72/1355.23	c  1240s|  3310k|    14 |   748 |9633k|  30 |   - | 210 | 882 | 213 |   0 |   0 |   5 |1286k|  19 | 5.722345e+01 |      --      |    Inf 
1358.52/1359.07	c  1244s|  3320k|    18 |   748 |9622k|  30 |   - | 210 | 860 | 499 |   0 |   0 |   5 |1290k|  19 | 5.722345e+01 |      --      |    Inf 
1362.22/1362.73	c  1247s|  3330k|    14 |   748 |9633k|  30 |   - | 210 | 891 | 453 |   0 |   0 |   5 |1295k|  19 | 5.722345e+01 |      --      |    Inf 
1366.61/1367.20	c  1251s|  3340k|    13 |   748 |9629k|  30 |   - | 210 | 864 | 275 |   0 |   0 |   5 |1296k|  19 | 5.722345e+01 |      --      |    Inf 
1370.22/1370.73	c  1255s|  3350k|    18 |   748 |9642k|  30 |   - | 210 | 891 | 307 |   0 |   0 |   5 |1300k|  19 | 5.722345e+01 |      --      |    Inf 
1373.91/1374.44	c  1258s|  3360k|    18 |   748 |9638k|  30 |   - | 210 | 894 | 555 |   0 |   0 |   5 |1304k|  19 | 5.722345e+01 |      --      |    Inf 
1377.71/1378.27	c  1262s|  3370k|    17 |   748 |9651k|  30 |   - | 210 | 945 | 421 |   0 |   0 |   5 |1308k|  19 | 5.722345e+01 |      --      |    Inf 
1381.31/1381.83	c  1265s|  3380k|    14 |   748 |9650k|  30 |   - | 210 | 902 | 378 |   0 |   0 |   5 |1313k|  19 | 5.722345e+01 |      --      |    Inf 
1385.21/1385.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1385.21/1385.71	c  1268s|  3390k|    14 |   748 |9646k|  30 |   - | 210 | 884 | 456 |   0 |   0 |   5 |1316k|  19 | 5.722345e+01 |      --      |    Inf 
1388.81/1389.39	c  1272s|  3400k|    12 |   748 |9642k|  30 |   - | 210 | 880 | 512 |   0 |   0 |   5 |1320k|  19 | 5.722345e+01 |      --      |    Inf 
1392.40/1392.91	c  1275s|  3410k|    15 |   748 |9730k|  30 |   - | 210 |1294 | 364 |   0 |   0 |   5 |1325k|  19 | 5.722345e+01 |      --      |    Inf 
1396.40/1396.96	c  1279s|  3420k|    11 |   748 |9651k|  30 |   - | 210 | 902 | 458 |   0 |   0 |   5 |1329k|  19 | 5.722345e+01 |      --      |    Inf 
1400.30/1400.80	c  1282s|  3430k|    14 |   748 |9646k|  30 |   - | 210 | 873 | 204 |   0 |   0 |   5 |1332k|  19 | 5.722345e+01 |      --      |    Inf 
1404.00/1404.55	c  1286s|  3440k|    14 |   748 |9637k|  30 |   - | 210 | 866 | 567 |   0 |   0 |   5 |1335k|  19 | 5.722345e+01 |      --      |    Inf 
1407.51/1408.04	c  1289s|  3450k|    16 |   748 |9646k|  30 |   - | 210 | 868 | 391 |   0 |   0 |   5 |1338k|  19 | 5.722345e+01 |      --      |    Inf 
1412.10/1412.61	c  1293s|  3460k|    19 |   748 |9642k|  30 |   - | 210 | 858 | 433 |   0 |   0 |   5 |1340k|  19 | 5.722345e+01 |      --      |    Inf 
1417.79/1418.36	c  1298s|  3470k|    16 |   748 |9642k|  30 |   - | 210 | 848 | 280 |   0 |   0 |   5 |1342k|  19 | 5.722345e+01 |      --      |    Inf 
1422.79/1423.36	c  1303s|  3480k|    21 |   748 |9642k|  30 |   - | 210 | 853 | 411 |   0 |   0 |   5 |1346k|  19 | 5.722345e+01 |      --      |    Inf 
1426.59/1427.16	c  1306s|  3490k|    15 |   748 |9644k|  30 |   - | 210 | 867 | 473 |   0 |   0 |   5 |1350k|  19 | 5.722345e+01 |      --      |    Inf 
1430.39/1430.97	c  1310s|  3500k|    18 |   748 |9640k|  30 |   - | 210 | 854 | 466 |   0 |   0 |   5 |1352k|  19 | 5.722345e+01 |      --      |    Inf 
1434.49/1435.07	c  1314s|  3510k|    14 |   748 |9652k|  30 |   - | 210 | 894 | 568 |   0 |   0 |   5 |1357k|  19 | 5.722345e+01 |      --      |    Inf 
1438.79/1439.30	c  1317s|  3520k|    20 |   748 |9646k|  30 |   - | 210 | 863 | 321 |   0 |   0 |   5 |1360k|  19 | 5.722345e+01 |      --      |    Inf 
1443.48/1444.03	c  1322s|  3530k|    13 |   748 |9641k|  30 |   - | 210 | 851 | 422 |   0 |   0 |   5 |1362k|  19 | 5.722345e+01 |      --      |    Inf 
1448.58/1449.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1448.58/1449.17	c  1327s|  3540k|    15 |   748 |9635k|  30 |   - | 210 | 847 | 682 |   0 |   0 |   5 |1363k|  19 | 5.722345e+01 |      --      |    Inf 
1452.49/1453.08	c  1330s|  3550k|    16 |   748 |9646k|  30 |   - | 210 | 857 | 648 |   0 |   0 |   5 |1367k|  19 | 5.722345e+01 |      --      |    Inf 
1457.09/1457.66	c  1334s|  3560k|    13 |   748 |9646k|  30 |   - | 210 | 863 | 694 |   0 |   0 |   5 |1369k|  19 | 5.722345e+01 |      --      |    Inf 
1460.88/1461.46	c  1338s|  3570k|    14 |   748 |9653k|  30 |   - | 210 | 861 | 367 |   0 |   0 |   5 |1373k|  19 | 5.722345e+01 |      --      |    Inf 
1465.18/1465.77	c  1342s|  3580k|    13 |   748 |9650k|  30 |   - | 210 | 868 | 595 |   0 |   0 |   5 |1375k|  19 | 5.722345e+01 |      --      |    Inf 
1469.28/1469.87	c  1346s|  3590k|    15 |   748 |9654k|  30 |   - | 210 | 854 | 237 |   0 |   0 |   5 |1379k|  19 | 5.722345e+01 |      --      |    Inf 
1473.48/1474.06	c  1349s|  3600k|    19 |   748 |9649k|  30 |   - | 210 | 848 | 614 |   0 |   0 |   5 |1381k|  19 | 5.722345e+01 |      --      |    Inf 
1477.58/1478.12	c  1353s|  3610k|    12 |   748 |9649k|  30 |   - | 210 | 858 | 661 |   0 |   0 |   5 |1385k|  19 | 5.722345e+01 |      --      |    Inf 
1481.77/1482.35	c  1357s|  3620k|    19 |   748 |9655k|  30 |   - | 210 | 860 | 414 |   0 |   0 |   5 |1389k|  19 | 5.722345e+01 |      --      |    Inf 
1486.07/1486.65	c  1361s|  3630k|    13 |   748 |9657k|  30 |   - | 210 | 858 | 268 |   0 |   0 |   5 |1394k|  19 | 5.722345e+01 |      --      |    Inf 
1490.37/1490.93	c  1365s|  3640k|    12 |   748 |9648k|  30 |   - | 210 | 853 | 612 |   0 |   0 |   5 |1397k|  19 | 5.722345e+01 |      --      |    Inf 
1494.07/1494.62	c  1368s|  3650k|    18 |   748 |9654k|  30 |   - | 210 | 861 | 586 |   0 |   0 |   5 |1402k|  19 | 5.722345e+01 |      --      |    Inf 
1498.37/1498.94	c  1372s|  3660k|    15 |   748 |9652k|  30 |   - | 210 | 859 | 587 |   0 |   0 |   5 |1406k|  19 | 5.722345e+01 |      --      |    Inf 
1502.76/1503.30	c  1376s|  3670k|    13 |   748 |9661k|  30 |   - | 210 | 886 | 495 |   0 |   0 |   5 |1409k|  19 | 5.722345e+01 |      --      |    Inf 
1506.57/1507.15	c  1380s|  3680k|    13 |   748 |9656k|  30 |   - | 210 | 873 | 668 |   0 |   0 |   5 |1414k|  19 | 5.722345e+01 |      --      |    Inf 
1510.66/1511.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1510.66/1511.20	c  1384s|  3690k|    11 |   748 |9656k|  30 |   - | 210 | 860 | 376 |   0 |   0 |   5 |1417k|  19 | 5.722345e+01 |      --      |    Inf 
1514.66/1515.26	c  1387s|  3700k|    13 |   748 |9655k|  30 |   - | 210 | 860 | 419 |   0 |   0 |   5 |1420k|  19 | 5.722345e+01 |      --      |    Inf 
1519.26/1519.89	c  1391s|  3710k|    18 |   748 |9657k|  30 |   - | 210 | 872 | 544 |   0 |   0 |   5 |1424k|  19 | 5.722345e+01 |      --      |    Inf 
1523.36/1523.92	c  1395s|  3720k|    16 |   748 |9666k|  30 |   - | 210 | 884 | 394 |   0 |   0 |   5 |1429k|  19 | 5.722345e+01 |      --      |    Inf 
1527.45/1528.07	c  1399s|  3730k|    16 |   748 |9654k|  30 |   - | 210 | 854 | 445 |   0 |   0 |   5 |1433k|  19 | 5.722345e+01 |      --      |    Inf 
1531.56/1532.11	c  1403s|  3740k|    11 |   748 |9661k|  30 |   - | 210 | 865 | 219 |   0 |   0 |   5 |1437k|  19 | 5.722345e+01 |      --      |    Inf 
1535.65/1536.25	c  1406s|  3750k|    13 |   748 |9667k|  30 |   - | 210 | 880 | 210 |   0 |   0 |   5 |1441k|  19 | 5.722345e+01 |      --      |    Inf 
1539.75/1540.38	c  1410s|  3760k|    18 |   748 |9657k|  30 |   - | 210 | 863 | 554 |   0 |   0 |   5 |1445k|  19 | 5.722345e+01 |      --      |    Inf 
1543.75/1544.37	c  1414s|  3770k|    15 |   748 |9658k|  30 |   - | 210 | 870 | 561 |   0 |   0 |   5 |1450k|  19 | 5.722345e+01 |      --      |    Inf 
1547.85/1548.48	c  1418s|  3780k|    15 |   748 |9662k|  30 |   - | 210 | 874 | 384 |   0 |   0 |   5 |1457k|  19 | 5.722345e+01 |      --      |    Inf 
1552.05/1552.67	c  1421s|  3790k|    13 |   748 |9663k|  30 |   - | 210 | 884 | 531 |   0 |   0 |   5 |1461k|  19 | 5.722345e+01 |      --      |    Inf 
1556.35/1556.90	c  1425s|  3800k|    11 |   748 |9667k|  30 |   - | 210 | 890 | 467 |   0 |   0 |   5 |1466k|  19 | 5.722345e+01 |      --      |    Inf 
1561.04/1561.65	c  1430s|  3810k|    15 |   748 |9661k|  30 |   - | 210 | 874 | 479 |   0 |   0 |   5 |1470k|  19 | 5.722345e+01 |      --      |    Inf 
1565.24/1565.82	c  1434s|  3820k|    18 |   748 |9660k|  30 |   - | 210 | 870 | 511 |   0 |   0 |   5 |1474k|  19 | 5.722345e+01 |      --      |    Inf 
1569.44/1570.03	c  1437s|  3830k|    16 |   748 |9670k|  30 |   - | 210 | 895 | 451 |   0 |   0 |   5 |1478k|  19 | 5.722345e+01 |      --      |    Inf 
1573.23/1573.87	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.23/1573.87	c  1441s|  3840k|    12 |   748 |9665k|  30 |   - | 210 | 890 | 562 |   0 |   0 |   5 |1484k|  19 | 5.722345e+01 |      --      |    Inf 
1577.23/1577.86	c  1445s|  3850k|    17 |   748 |9660k|  30 |   - | 210 | 864 | 431 |   0 |   0 |   5 |1485k|  19 | 5.722345e+01 |      --      |    Inf 
1581.03/1581.60	c  1448s|  3860k|    14 |   748 |9670k|  30 |   - | 210 | 896 | 326 |   0 |   0 |   5 |1488k|  19 | 5.722345e+01 |      --      |    Inf 
1585.23/1585.80	c  1452s|  3870k|    11 |   748 |9662k|  30 |   - | 210 | 884 | 555 |   0 |   0 |   5 |1491k|  19 | 5.722345e+01 |      --      |    Inf 
1590.04/1590.66	c  1456s|  3880k|    18 |   748 |9662k|  30 |   - | 210 | 874 | 538 |   0 |   0 |   5 |1494k|  19 | 5.722345e+01 |      --      |    Inf 
1594.23/1594.84	c  1460s|  3890k|    14 |   748 |9667k|  30 |   - | 210 | 874 | 269 |   0 |   0 |   5 |1499k|  19 | 5.722345e+01 |      --      |    Inf 
1598.33/1598.92	c  1464s|  3900k|    10 |   748 |9666k|  30 |   - | 210 | 875 | 223 |   0 |   0 |   5 |1503k|  19 | 5.722345e+01 |      --      |    Inf 
1603.73/1604.30	c  1469s|  3910k|    20 |   748 |9654k|  30 |   - | 210 | 855 | 653 |   0 |   0 |   5 |1506k|  19 | 5.722345e+01 |      --      |    Inf 
1610.52/1611.18	c  1475s|  3920k|    14 |   748 |9659k|  30 |   - | 210 | 852 | 268 |   0 |   0 |   5 |1507k|  19 | 5.722345e+01 |      --      |    Inf 
1617.22/1617.83	c  1481s|  3930k|    14 |   748 |9656k|  30 |   - | 210 | 847 | 331 |   0 |   0 |   5 |1508k|  19 | 5.722345e+01 |      --      |    Inf 
1624.52/1625.17	c  1488s|  3940k|    12 |   748 |9656k|  30 |   - | 210 | 847 | 341 |   0 |   0 |   5 |1508k|  19 | 5.722345e+01 |      --      |    Inf 
1630.82/1631.41	c  1494s|  3950k|    20 |   748 |9658k|  30 |   - | 210 | 856 | 460 |   0 |   0 |   5 |1509k|  19 | 5.722345e+01 |      --      |    Inf 
1636.02/1636.69	c  1499s|  3960k|    17 |   748 |9657k|  30 |   - | 210 | 869 | 586 |   0 |   0 |   5 |1511k|  19 | 5.722345e+01 |      --      |    Inf 
1642.12/1642.72	c  1504s|  3970k|    16 |   748 |9656k|  30 |   - | 210 | 853 | 457 |   0 |   0 |   5 |1513k|  19 | 5.722345e+01 |      --      |    Inf 
1648.61/1649.22	c  1510s|  3980k|    17 |   748 |9653k|  30 |   - | 210 | 848 | 514 |   0 |   0 |   5 |1513k|  19 | 5.722345e+01 |      --      |    Inf 
1654.61/1655.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1654.61/1655.21	c  1516s|  3990k|    13 |   748 |9661k|  30 |   - | 210 | 851 | 335 |   0 |   0 |   5 |1514k|  19 | 5.722345e+01 |      --      |    Inf 
1660.80/1661.45	c  1521s|  4000k|    13 |   748 |9662k|  30 |   - | 210 | 850 | 303 |   0 |   0 |   5 |1515k|  19 | 5.722345e+01 |      --      |    Inf 
1667.40/1668.05	c  1527s|  4010k|    15 |   748 |9655k|  30 |   - | 210 | 850 | 644 |   0 |   0 |   5 |1515k|  19 | 5.722345e+01 |      --      |    Inf 
1674.00/1674.61	c  1533s|  4020k|    13 |   748 |9661k|  30 |   - | 210 | 852 | 330 |   0 |   0 |   5 |1516k|  19 | 5.722345e+01 |      --      |    Inf 
1679.40/1680.04	c  1538s|  4030k|    13 |   748 |9663k|  30 |   - | 210 | 855 | 295 |   0 |   0 |   5 |1518k|  19 | 5.722345e+01 |      --      |    Inf 
1684.50/1685.15	c  1543s|  4040k|    15 |   748 |9658k|  30 |   - | 210 | 850 | 557 |   0 |   0 |   5 |1522k|  19 | 5.722345e+01 |      --      |    Inf 
1690.80/1691.41	c  1548s|  4050k|    11 |   748 |9660k|  30 |   - | 210 | 848 | 340 |   0 |   0 |   5 |1522k|  19 | 5.722345e+01 |      --      |    Inf 
1696.89/1697.51	c  1554s|  4060k|    13 |   748 |9655k|  30 |   - | 210 | 848 | 593 |   0 |   0 |   5 |1522k|  19 | 5.722345e+01 |      --      |    Inf 
1703.20/1703.81	c  1560s|  4070k|    15 |   748 |9656k|  30 |   - | 210 | 847 | 502 |   0 |   0 |   5 |1523k|  19 | 5.722345e+01 |      --      |    Inf 
1709.49/1710.16	c  1566s|  4080k|    15 |   748 |9654k|  30 |   - | 210 | 847 | 659 |   0 |   0 |   5 |1524k|  19 | 5.722345e+01 |      --      |    Inf 
1713.99/1714.69	c  1570s|  4090k|    10 |   748 |9672k|  30 |   - | 210 | 879 | 251 |   0 |   0 |   5 |1529k|  19 | 5.722345e+01 |      --      |    Inf 
1718.89/1719.59	c  1574s|  4100k|    12 |   748 |9656k|  30 |   - | 210 | 853 | 683 |   0 |   0 |   5 |1531k|  19 | 5.722345e+01 |      --      |    Inf 
1724.88/1725.52	c  1580s|  4110k|    11 |   748 |9658k|  30 |   - | 210 | 850 | 506 |   0 |   0 |   5 |1532k|  19 | 5.722345e+01 |      --      |    Inf 
1730.08/1730.78	c  1584s|  4120k|    13 |   748 |9656k|  30 |   - | 210 | 850 | 590 |   0 |   0 |   5 |1533k|  19 | 5.722345e+01 |      --      |    Inf 
1735.47/1736.17	c  1589s|  4130k|    12 |   748 |9663k|  30 |   - | 210 | 851 | 296 |   0 |   0 |   5 |1535k|  19 | 5.722345e+01 |      --      |    Inf 
1741.68/1742.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1741.68/1742.37	c  1595s|  4140k|    14 |   748 |9662k|  30 |   - | 210 | 848 | 350 |   0 |   0 |   5 |1536k|  19 | 5.722345e+01 |      --      |    Inf 
1748.38/1749.03	c  1601s|  4150k|    14 |   748 |9662k|  30 |   - | 210 | 848 | 328 |   0 |   0 |   5 |1536k|  19 | 5.722345e+01 |      --      |    Inf 
1754.27/1754.91	c  1606s|  4160k|    14 |   748 |9657k|  30 |   - | 210 | 850 | 623 |   0 |   0 |   5 |1537k|  19 | 5.722345e+01 |      --      |    Inf 
1759.97/1760.65	c  1612s|  4170k|    18 |   748 |9661k|  30 |   - | 210 | 848 | 403 |   0 |   0 |   5 |1538k|  19 | 5.722345e+01 |      --      |    Inf 
1765.97/1766.69	c  1617s|  4180k|    12 |   748 |9663k|  30 |   - | 210 | 851 | 302 |   0 |   0 |   5 |1539k|  19 | 5.722345e+01 |      --      |    Inf 
1772.47/1773.20	c  1623s|  4190k|    11 |   748 |9662k|  30 |   - | 210 | 848 | 321 |   0 |   0 |   5 |1539k|  19 | 5.722345e+01 |      --      |    Inf 
1778.27/1778.98	c  1628s|  4200k|    10 |   748 |9661k|  30 |   - | 210 | 848 | 329 |   0 |   0 |   5 |1540k|  19 | 5.722345e+01 |      --      |    Inf 
1784.06/1784.79	c  1634s|  4210k|    15 |   748 |9656k|  30 |   - | 210 | 849 | 633 |   0 |   0 |   5 |1541k|  19 | 5.722345e+01 |      --      |    Inf 
1790.26/1790.99	c  1639s|  4220k|    14 |   748 |9662k|  30 |   - | 210 | 849 | 325 |   0 |   0 |   5 |1542k|  19 | 5.722345e+01 |      --      |    Inf 
1796.06/1796.77	c  1645s|  4230k|    14 |   748 |9658k|  30 |   - | 210 | 850 | 547 |   0 |   0 |   5 |1544k|  19 | 5.722345e+01 |      --      |    Inf 
1800.07/1800.71	c 
1800.07/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.71	c Solving Time (sec) : 1648.21
1800.07/1800.71	c Solving Nodes      : 4236796
1800.07/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.71	c Dual Bound         : +5.72234476262049e+01
1800.07/1800.71	c Gap                : infinite
1800.07/1800.71	c NODE         4236796
1800.07/1800.71	c DUAL BOUND   57.2234
1800.07/1800.71	c PRIMAL BOUND 1e+20
1800.07/1800.71	c GAP          1e+20
1800.07/1800.71	s UNKNOWN
1800.07/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.71	c Solving Time       :    1648.21
1800.07/1800.71	c Original Problem   :
1800.07/1800.71	c   Problem name     : HOME/instance-1884188-1245255923.opb
1800.07/1800.71	c   Variables        : 210 (210 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.71	c   Constraints      : 840 initial, 840 maximal
1800.07/1800.71	c Presolved Problem  :
1800.07/1800.71	c   Problem name     : t_HOME/instance-1884188-1245255923.opb
1800.07/1800.71	c   Variables        : 210 (210 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.71	c   Constraints      : 840 initial, 1949 maximal
1800.07/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.71	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.07/1800.71	c   logicor          :        840+         5   51174755          0          0    2439487  134806605          0          0          0
1800.07/1800.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.71	c   integral         :       0.76       0.00       0.00       0.76       0.00
1800.07/1800.71	c   logicor          :     547.49       0.00     547.49       0.00       0.00
1800.07/1800.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.71	c   rootredcost      :      14.16          0          0          0
1800.07/1800.71	c   pseudoobj        :     594.99   51819337          0          0
1800.07/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.71	c   propagation      :     149.23    2439487    1270527    1270527       20.9     277422        9.3          -
1800.07/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.71	c   applied globally :          -          -          -    1545466       18.8          -          -          -
1800.07/1800.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.71	c   cut pool         :       0.00          4          -          -        457          -    (maximal pool size: 1584)
1800.07/1800.71	c   redcost          :       0.00          5          0          0          0          0
1800.07/1800.71	c   impliedbounds    :       0.00          5          0          0          0          0
1800.07/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.71	c   gomory           :       0.50          5          0          0          0          0
1800.07/1800.71	c   strongcg         :       0.41          5          0          0       2500          0
1800.07/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.71	c   clique           :       0.00          1          0          0          0          0
1800.07/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.71	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.71	c Pricers            :       Time      Calls       Vars
1800.07/1800.71	c   problem variables:       0.00          0          0
1800.07/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.71	c   relpscost        :       0.76          1          0          0          0          0          2
1800.07/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   inference        :      67.74    2461647          0          0          0          0    4923294
1800.07/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.71	c   LP solutions     :       0.00          -          0
1800.07/1800.71	c   pseudo solutions :       0.00          -          0
1800.07/1800.71	c   simplerounding   :       0.00          0          0
1800.07/1800.71	c   rounding         :       0.00          0          0
1800.07/1800.71	c   shifting         :       0.00          0          0
1800.07/1800.71	c   intshifting      :       0.00          0          0
1800.07/1800.71	c   oneopt           :       0.00          0          0
1800.07/1800.71	c   fixandinfer      :       0.00          0          0
1800.07/1800.71	c   feaspump         :       0.00          0          0
1800.07/1800.71	c   coefdiving       :       0.00          0          0
1800.07/1800.71	c   pscostdiving     :       0.00          0          0
1800.07/1800.71	c   fracdiving       :       0.00          0          0
1800.07/1800.71	c   veclendiving     :       0.00          0          0
1800.07/1800.71	c   intdiving        :       0.00          0          0
1800.07/1800.71	c   actconsdiving    :       0.00          0          0
1800.07/1800.71	c   objpscostdiving  :       0.00          0          0
1800.07/1800.71	c   rootsoldiving    :       0.00          0          0
1800.07/1800.71	c   linesearchdiving :       0.00          0          0
1800.07/1800.71	c   guideddiving     :       0.00          0          0
1800.07/1800.71	c   octane           :       0.00          0          0
1800.07/1800.71	c   rens             :       0.00          0          0
1800.07/1800.71	c   rins             :       0.00          0          0
1800.07/1800.71	c   localbranching   :       0.00          0          0
1800.07/1800.71	c   mutation         :       0.00          0          0
1800.07/1800.71	c   crossover        :       0.00          0          0
1800.07/1800.71	c   dins             :       0.00          0          0
1800.07/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.71	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.71	c   dual LP          :       0.16          6        748     124.67    4675.00
1800.07/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.71	c   strong branching :       0.76         19       3458     182.00    4550.00
1800.07/1800.71	c     (at root node) :          -         19       3458     182.00          -
1800.07/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.71	c B&B Tree           :
1800.07/1800.71	c   number of runs   :          1
1800.07/1800.71	c   nodes            :    4236796
1800.07/1800.71	c   nodes (total)    :    4236796
1800.07/1800.71	c   nodes left       :         14
1800.07/1800.71	c   max depth        :         30
1800.07/1800.71	c   max depth (total):         30
1800.07/1800.71	c   backtracks       :    1227159 (29.0%)
1800.07/1800.71	c   delayed cutoffs  :     686487
1800.07/1800.71	c   repropagations   :    1358872 (29022934 domain reductions, 664339 cutoffs)
1800.07/1800.71	c   avg switch length:       2.12
1800.07/1800.71	c   switching time   :     186.89
1800.07/1800.71	c Solution           :
1800.07/1800.71	c   Solutions found  :          0 (0 improvements)
1800.07/1800.71	c   Primal Bound     :          -
1800.07/1800.71	c   Dual Bound       : +5.72234476262049e+01
1800.07/1800.71	c   Gap              :   infinite
1800.07/1800.71	c   Root Dual Bound  : +5.69775472955438e+01
1800.07/1800.72	c Time complete: 1800.08.

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-1884188-1245255923/watcher-1884188-1245255923 -o /tmp/evaluation-result-1884188-1245255923/solver-1884188-1245255923 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884188-1245255923.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/65 23718
/proc/meminfo: memFree=1864424/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=7616 CPUtime=0
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 588 0 0 0 0 0 0 0 20 0 1 0 193190187 7798784 572 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/23718/statm: 1904 583 353 1256 0 643 0

[startup+0.04178 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 23718
/proc/meminfo: memFree=1864424/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=14348 CPUtime=0.03
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 2732 0 0 0 2 1 0 0 20 0 1 0 193190187 14692352 2362 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 3587 2362 457 1256 0 2326 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14348

[startup+0.10179 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 23718
/proc/meminfo: memFree=1864424/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=17552 CPUtime=0.09
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 3331 0 0 0 8 1 0 0 17 0 1 0 193190187 17973248 2961 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 4388 2961 595 1256 0 3127 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17552

[startup+0.301828 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 23718
/proc/meminfo: memFree=1864424/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=20784 CPUtime=0.29
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 4178 0 0 0 28 1 0 0 18 0 1 0 193190187 21282816 3808 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 5196 3808 626 1256 0 3935 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20784

[startup+0.702905 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 23718
/proc/meminfo: memFree=1864424/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=24768 CPUtime=0.69
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 5248 0 0 0 67 2 0 0 21 0 1 0 193190187 25362432 4878 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 6192 4878 626 1256 0 4931 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24768

[startup+1.50106 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 23719
/proc/meminfo: memFree=1844448/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1.48
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6547 0 0 0 146 2 0 0 25 0 1 0 193190187 32739328 6176 1992294400 4194304 9342243 548682068736 18446744073709551615 6957775 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6176 631 1256 0 6732 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31972

[startup+3.10136 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 23719
/proc/meminfo: memFree=1841952/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=3.08
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6586 0 0 0 296 12 0 0 25 0 1 0 193190187 32739328 6215 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6215 641 1256 0 6732 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31972

[startup+6.30198 s]
/proc/loadavg: 1.07 0.99 0.83 2/66 23719
/proc/meminfo: memFree=1841248/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=6.29
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6650 0 0 0 592 37 0 0 25 0 1 0 193190187 32739328 6279 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6279 641 1256 0 6732 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31972

[startup+12.7012 s]
/proc/loadavg: 1.15 1.00 0.83 2/66 23719
/proc/meminfo: memFree=1841312/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=12.68
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6667 0 0 0 1176 92 0 0 25 0 1 0 193190187 32739328 6296 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6296 641 1256 0 6732 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31972

[startup+25.5017 s]
/proc/loadavg: 1.11 1.00 0.83 2/66 23719
/proc/meminfo: memFree=1841440/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=25.48
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6675 0 0 0 2346 202 0 0 25 0 1 0 193190187 32739328 6304 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6304 641 1256 0 6732 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31972

[startup+51.1016 s]
/proc/loadavg: 1.07 1.00 0.84 2/66 23719
/proc/meminfo: memFree=1841440/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=51.07
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6716 0 0 0 4700 407 0 0 25 0 1 0 193190187 32739328 6345 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6345 641 1256 0 6732 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31972

[startup+102.305 s]
/proc/loadavg: 1.03 1.00 0.84 2/66 23719
/proc/meminfo: memFree=1841248/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=102.25
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6749 0 0 0 9388 837 0 0 25 0 1 0 193190187 32739328 6378 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6378 641 1256 0 6732 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 31972

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 0.85 2/66 23719
/proc/meminfo: memFree=1841184/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=162.23
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6771 0 0 0 14871 1352 0 0 25 0 1 0 193190187 32739328 6400 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6400 641 1256 0 6732 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 31972

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.85 2/66 23719
/proc/meminfo: memFree=1841056/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=222.21
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6782 0 0 0 20344 1877 0 0 25 0 1 0 193190187 32739328 6411 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6411 641 1256 0 6732 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 31972

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.86 2/66 23719
/proc/meminfo: memFree=1840928/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=282.19
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6793 0 0 0 25830 2389 0 0 25 0 1 0 193190187 32739328 6422 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6422 641 1256 0 6732 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 31972

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.87 2/66 23719
/proc/meminfo: memFree=1840672/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=342.17
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6833 0 0 0 31329 2888 0 0 25 0 1 0 193190187 32739328 6462 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6462 641 1256 0 6732 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 31972

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.87 2/66 23719
/proc/meminfo: memFree=1840608/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=402.15
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6837 0 0 0 36823 3392 0 0 25 0 1 0 193190187 32739328 6466 1992294400 4194304 9342243 548682068736 18446744073709551615 4239344 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6466 641 1256 0 6732 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 31972

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.88 2/66 23719
/proc/meminfo: memFree=1840480/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=462.13
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6840 0 0 0 42324 3889 0 0 25 0 1 0 193190187 32739328 6469 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6469 641 1256 0 6732 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 31972

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.88 2/66 23719
/proc/meminfo: memFree=1840416/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=522.11
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6842 0 0 0 47831 4380 0 0 25 0 1 0 193190187 32739328 6471 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6471 641 1256 0 6732 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 31972

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.89 2/66 23719
/proc/meminfo: memFree=1840288/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=582.09
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6849 0 0 0 53319 4890 0 0 25 0 1 0 193190187 32739328 6478 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6478 641 1256 0 6732 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 31972

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.89 2/66 23719
/proc/meminfo: memFree=1839968/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=642.06
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6893 0 0 0 58821 5385 0 0 25 0 1 0 193190187 32739328 6522 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6522 641 1256 0 6732 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 31972

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1839584/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=881.98
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6903 0 0 0 80781 7417 0 0 25 0 1 0 193190187 32739328 6532 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6532 641 1256 0 6732 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 31972

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1839456/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=941.96
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6908 0 0 0 86255 7941 0 0 25 0 1 0 193190187 32739328 6537 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6537 641 1256 0 6732 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 31972

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1839392/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1001.93
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6910 0 0 0 91736 8457 0 0 25 0 1 0 193190187 32739328 6539 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6539 641 1256 0 6732 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 31972

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1839392/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1061.92
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6911 0 0 0 97235 8957 0 0 25 0 1 0 193190187 32739328 6540 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6540 641 1256 0 6732 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 31972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1839264/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1121.89
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6923 0 0 0 102729 9460 0 0 25 0 1 0 193190187 32739328 6552 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6552 641 1256 0 6732 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 31972

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1839136/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1181.88
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6926 0 0 0 108234 9954 0 0 25 0 1 0 193190187 32739328 6555 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6555 641 1256 0 6732 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 31972

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1838944/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1241.86
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6928 0 0 0 113711 10475 0 0 25 0 1 0 193190187 32739328 6557 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6557 641 1256 0 6732 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 31972

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1838880/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1301.84
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 6928 0 0 0 119192 10992 0 0 25 0 1 0 193190187 32739328 6557 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6557 641 1256 0 6732 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 31972

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1838432/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1361.82
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7018 0 0 0 124690 11492 0 0 25 0 1 0 193190187 32739328 6647 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6647 641 1256 0 6732 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 31972

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1838368/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1421.8
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7018 0 0 0 130190 11990 0 0 25 0 1 0 193190187 32739328 6647 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6647 641 1256 0 6732 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 31972

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1838304/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1481.77
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7018 0 0 0 135699 12478 0 0 25 0 1 0 193190187 32739328 6647 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6647 641 1256 0 6732 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 31972

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1838304/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1541.75
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7018 0 0 0 141200 12975 0 0 25 0 1 0 193190187 32739328 6647 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6647 641 1256 0 6732 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 31972

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1838176/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1601.73
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7022 0 0 0 146720 13453 0 0 25 0 1 0 193190187 32739328 6651 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6651 641 1256 0 6732 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 31972

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1838048/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1661.71
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7022 0 0 0 152199 13972 0 0 25 0 1 0 193190187 32739328 6651 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6651 641 1256 0 6732 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 31972

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1837920/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1721.69
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7028 0 0 0 157670 14499 0 0 25 0 1 0 193190187 32739328 6657 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6657 641 1256 0 6732 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 31972

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1837728/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1781.66
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7028 0 0 0 163141 15025 0 0 25 0 1 0 193190187 32739328 6657 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6657 641 1256 0 6732 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 31972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1837728/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1800.07
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7028 0 0 0 164822 15185 0 0 25 0 1 0 193190187 32739328 6657 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6657 641 1256 0 6732 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 31972

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 23719
/proc/meminfo: memFree=1837728/2055920 swapFree=4094796/4192956
[pid=23718] ppid=23716 vsize=31972 CPUtime=1800.07
/proc/23718/stat : 23718 (pbscip.linux.x8) R 23716 23718 23637 0 -1 4194304 7028 0 0 0 164822 15185 0 0 25 0 1 0 193190187 32739328 6657 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/23718/statm: 7993 6657 641 1256 0 6732 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 31972

Child status: 0
Real time (s): 1800.73
CPU time (s): 1800.09
CPU user time (s): 1648.23
CPU system time (s): 151.857
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 31972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1648.23
system time used= 151.857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2046

runsolver used 2.13167 second user time and 4.27335 second system time

The end

Launcher Data

Begin job on node91 at 2009-06-17 18:25:23
IDJOB=1884188
IDBENCH=71932
IDSOLVER=684
FILE ID=node91/1884188-1245255923
PBS_JOBID= 9372373
Free space on /tmp= 66444 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-210-2.sat05-2159.reshuffled-07.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884188-1245255923/watcher-1884188-1245255923 -o /tmp/evaluation-result-1884188-1245255923/solver-1884188-1245255923 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1884188-1245255923.opb

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

MD5SUM BENCH= c04b0dbe64de7d186ddb5eb9684bb66d
RANDOM SEED=651074821

node91.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.261
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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1864840 kB
Buffers:         11212 kB
Cached:          58756 kB
SwapCached:      91872 kB
Active:          35144 kB
Inactive:       128616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864840 kB
SwapTotal:     4192956 kB
SwapFree:      4094796 kB
Dirty:           11760 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            13152 kB
Committed_AS:   100640 kB
PageTables:       1364 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66432 MiB
End job on node91 at 2009-06-17 18:55:26