Trace number 3485864

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
SCIP spx 2 2011-06-10 (fixed)? 1797.08 1797.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga20_18_sat_pb.cnf.cr.opb
MD5SUMcb676620fd2a6e3770a1e7936dc60453
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.010998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables540
Total number of constraints416
Number of constraints which are clauses378
Number of constraints which are cardinality constraints (but not clauses)38
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485864-1307753716.opb>
0.00/0.00	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 416 constraints
0.00/0.00	c problem read
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 416 upgd conss, 0 impls, 38 clqs
0.00/0.02	c presolving (2 rounds):
0.00/0.02	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 38 cliques
0.00/0.02	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 416 constraints
0.00/0.02	c      38 constraints of type <setppc>
0.00/0.02	c     378 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.4
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1797
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c limits/solutions = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.02	c separating/maxrounds = 1
0.00/0.02	c 
0.00/0.02	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/maxroundsroot = 5
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.02	c constraints/knapsack/disaggregation = FALSE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c presolving/probing/maxrounds = 0
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/coefdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.02	c heuristics/crossover/freq = -1
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/crossover/nodesofs = 750
0.00/0.02	c 
0.00/0.02	c # number of nodes without incumbent change that heuristic should wait
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.02	c heuristics/crossover/nwaitingnodes = 100
0.00/0.02	c 
0.00/0.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.02	c # [type: real, range: [0,1], default: 0.1]
0.00/0.02	c heuristics/crossover/nodesquot = 0.15
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixed 
0.00/0.02	c # [type: real, range: [0,1], default: 0.666]
0.00/0.02	c heuristics/crossover/minfixingrate = 0.5
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/feaspump/freq = -1
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/fracdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/guideddiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/intshifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/linesearchdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/objpscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.02	c # [type: real, range: [0,1], default: 0.01]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/oneopt/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/pscostdiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/rens/freq = -1
0.00/0.02	c 
0.00/0.02	c # minimum percentage of integer variables that have to be fixable 
0.00/0.02	c # [type: real, range: [0,1], default: 0.5]
0.00/0.02	c heuristics/rens/minfixingrate = 0.3
0.00/0.02	c 
0.00/0.02	c # number of nodes added to the contingent of the total nodes
0.00/0.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.02	c heuristics/rens/nodesofs = 2000
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.02	c heuristics/rootsoldiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/rounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/shiftandpropagate/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/shifting/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/simplerounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/subnlp/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/trivial/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/trysol/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c heuristics/undercover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.02	c heuristics/veclendiving/freq = -1
0.00/0.02	c 
0.00/0.02	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.02	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.02	c 
0.00/0.02	c # additional number of allowed LP iterations
0.00/0.02	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.02	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.02	c 
0.00/0.02	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c heuristics/zirounding/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/cmir/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.02	c separating/flowcover/freq = -1
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |   139 |     - |2184k|   0 |  91 | 540 | 416 | 540 | 416 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   463 |     - |2619k|   0 |  96 | 540 | 420 | 540 | 426 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   871 |     - |3303k|   0 | 138 | 540 | 420 | 540 | 437 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   929 |     - |3867k|   0 | 136 | 540 | 420 | 540 | 442 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |  1195 |     - |4442k|   0 | 105 | 540 | 420 | 540 | 452 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |  1330 |     - |5061k|   0 | 105 | 540 | 420 | 540 | 463 |  47 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.39	c   0.4s|     1 |     2 |  1330 |     - |5062k|   0 | 105 | 540 | 420 | 540 | 463 |  47 |   0 |  16 | 0.000000e+00 |      --      |    Inf 
7.99/8.07	c   8.1s| 10000 |    52 | 62330 |   6.1 |5950k|  51 |   - | 540 |1474 | 540 | 438 |  47 |3046 |2567 | 0.000000e+00 |      --      |    Inf 
13.29/13.35	c  13.3s| 20000 |    68 |131831 |   6.5 |6366k|  52 |   - | 540 |2147 | 540 | 438 |  47 |5114 |2606 | 0.000000e+00 |      --      |    Inf 
18.39/18.43	c  18.4s| 30000 |    63 |184684 |   6.1 |6786k|  55 |   - | 540 |2945 | 540 | 438 |  47 |8460 |2699 | 0.000000e+00 |      --      |    Inf 
23.79/23.81	c  23.8s| 40000 |    68 |244551 |   6.1 |7525k|  55 |  20 | 540 |4313 | 540 | 438 |  47 |  16k|2834 | 0.000000e+00 |      --      |    Inf 
29.70/29.72	c  29.7s| 50000 |    85 |314445 |   6.3 |7584k|  55 |   - | 540 |4242 | 540 | 438 |  47 |  20k|3115 | 0.000000e+00 |      --      |    Inf 
34.79/34.89	c  34.9s| 60000 |    72 |364629 |   6.1 |7830k|  60 |  19 | 540 |4756 | 540 | 438 |  47 |  23k|3253 | 0.000000e+00 |      --      |    Inf 
40.10/40.10	c  40.1s| 70000 |    67 |414641 |   5.9 |7896k|  60 |  20 | 540 |4873 | 540 | 438 |  47 |  26k|3361 | 0.000000e+00 |      --      |    Inf 
46.09/46.16	c  46.2s| 80000 |    69 |494759 |   6.2 |7301k|  61 |  30 | 540 |3438 | 540 | 438 |  47 |  27k|3713 | 0.000000e+00 |      --      |    Inf 
51.99/52.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.99/52.03	c  52.0s| 90000 |   108 |576040 |   6.4 |7778k|  61 |  18 | 540 |4259 | 540 | 438 |  47 |  30k|4006 | 0.000000e+00 |      --      |    Inf 
56.99/57.02	c  57.0s|100000 |   125 |621867 |   6.2 |8535k|  61 |  12 | 540 |5709 | 540 | 438 |  47 |  37k|4091 | 0.000000e+00 |      --      |    Inf 
62.39/62.44	c  62.4s|110000 |   182 |673547 |   6.1 |8758k|  61 |  14 | 540 |5951 | 540 | 438 |  47 |  42k|4211 | 0.000000e+00 |      --      |    Inf 
67.79/67.82	c  67.8s|120000 |    95 |727282 |   6.0 |8089k|  65 |  20 | 540 |4750 | 540 | 438 |  47 |  46k|4294 | 0.000000e+00 |      --      |    Inf 
73.20/73.20	c  73.2s|130000 |   135 |781578 |   6.0 |8633k|  65 |  14 | 540 |5742 | 540 | 438 |  47 |  51k|4406 | 0.000000e+00 |      --      |    Inf 
78.39/78.43	c  78.4s|140000 |   201 |836530 |   6.0 |8233k|  65 |   - | 540 |4580 | 540 | 438 |  47 |  55k|4480 | 0.000000e+00 |      --      |    Inf 
83.60/83.66	c  83.7s|150000 |   218 |889073 |   5.9 |8487k|  65 |   - | 540 |5040 | 540 | 438 |  47 |  60k|4583 | 0.000000e+00 |      --      |    Inf 
89.10/89.13	c  89.1s|160000 |   141 |947799 |   5.9 |8054k|  65 |  25 | 540 |4309 | 540 | 438 |  47 |  64k|4710 | 0.000000e+00 |      --      |    Inf 
94.79/94.80	c  94.8s|170000 |    86 |  1015k|   6.0 |7603k|  65 |   - | 540 |3625 | 540 | 438 |  47 |  64k|5161 | 0.000000e+00 |      --      |    Inf 
99.89/99.96	c   100s|180000 |    76 |  1078k|   6.0 |7589k|  65 |  29 | 540 |3624 | 540 | 438 |  47 |  64k|5293 | 0.000000e+00 |      --      |    Inf 
106.09/106.11	c   106s|190000 |    68 |  1177k|   6.2 |7603k|  65 |  36 | 540 |3678 | 540 | 438 |  47 |  65k|5462 | 0.000000e+00 |      --      |    Inf 
112.39/112.48	c   112s|200000 |    82 |  1283k|   6.4 |7640k|  65 |  30 | 540 |3715 | 540 | 438 |  47 |  65k|5605 | 0.000000e+00 |      --      |    Inf 
118.89/118.91	c   119s|210000 |    66 |  1390k|   6.6 |7593k|  65 |   - | 540 |3652 | 540 | 438 |  47 |  65k|5800 | 0.000000e+00 |      --      |    Inf 
125.29/125.33	c   125s|220000 |    66 |  1499k|   6.8 |7559k|  65 |   - | 540 |3564 | 540 | 438 |  47 |  65k|5949 | 0.000000e+00 |      --      |    Inf 
131.70/131.73	c   132s|230000 |    86 |  1607k|   7.0 |7600k|  65 |   - | 540 |3574 | 540 | 438 |  47 |  65k|6091 | 0.000000e+00 |      --      |    Inf 
138.10/138.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.10/138.12	c   138s|240000 |    80 |  1714k|   7.1 |7595k|  65 |  36 | 540 |3575 | 540 | 438 |  47 |  65k|6228 | 0.000000e+00 |      --      |    Inf 
144.60/144.60	c   145s|250000 |    82 |  1828k|   7.3 |7605k|  65 |  31 | 540 |3606 | 540 | 438 |  47 |  65k|6366 | 0.000000e+00 |      --      |    Inf 
151.60/151.69	c   152s|260000 |    65 |  1937k|   7.4 |7567k|  65 |   - | 540 |3468 | 540 | 438 |  47 |  65k|7391 | 0.000000e+00 |      --      |    Inf 
158.10/158.19	c   158s|270000 |    64 |  2020k|   7.5 |7828k|  65 |   - | 540 |4071 | 540 | 438 |  47 |  67k|8373 | 0.000000e+00 |      --      |    Inf 
164.09/164.16	c   164s|280000 |    64 |  2109k|   7.5 |8106k|  65 |   - | 540 |4802 | 540 | 438 |  47 |  68k|8693 | 0.000000e+00 |      --      |    Inf 
169.80/169.87	c   170s|290000 |    73 |  2192k|   7.6 |8264k|  65 |   - | 540 |5150 | 540 | 438 |  47 |  69k|8852 | 0.000000e+00 |      --      |    Inf 
175.50/175.52	c   176s|300000 |    75 |  2279k|   7.6 |8257k|  65 |  14 | 540 |5095 | 540 | 438 |  47 |  69k|9044 | 0.000000e+00 |      --      |    Inf 
180.59/180.61	c   181s|310000 |    68 |  2339k|   7.5 |7679k|  65 |   - | 540 |3516 | 540 | 438 |  47 |  69k|9170 | 0.000000e+00 |      --      |    Inf 
185.60/185.68	c   186s|320000 |    78 |  2399k|   7.5 |7670k|  65 |   - | 540 |3417 | 540 | 438 |  47 |  70k|9197 | 0.000000e+00 |      --      |    Inf 
190.90/190.91	c   191s|330000 |   130 |  2461k|   7.5 |7947k|  65 |  12 | 540 |3838 | 540 | 438 |  47 |  72k|9201 | 0.000000e+00 |      --      |    Inf 
196.20/196.22	c   196s|340000 |    90 |  2523k|   7.4 |8079k|  65 |   - | 540 |4440 | 540 | 438 |  47 |  74k|9332 | 0.000000e+00 |      --      |    Inf 
201.70/201.77	c   202s|350000 |    82 |  2586k|   7.4 |8801k|  65 |   - | 540 |6261 | 540 | 438 |  47 |  77k|9424 | 0.000000e+00 |      --      |    Inf 
207.10/207.11	c   207s|360000 |    89 |  2662k|   7.4 |8518k|  65 |   - | 540 |5421 | 540 | 438 |  47 |  77k|9535 | 0.000000e+00 |      --      |    Inf 
212.31/212.31	c   212s|370000 |    97 |  2742k|   7.4 |8530k|  65 |  28 | 540 |5421 | 540 | 438 |  47 |  77k|9622 | 0.000000e+00 |      --      |    Inf 
217.60/217.60	c   218s|380000 |    93 |  2817k|   7.4 |8524k|  67 |  29 | 540 |5420 | 540 | 438 |  47 |  77k|9676 | 0.000000e+00 |      --      |    Inf 
222.80/222.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.80/222.81	c   223s|390000 |    93 |  2891k|   7.4 |8235k|  67 |   - | 540 |4609 | 540 | 438 |  47 |  77k|9749 | 0.000000e+00 |      --      |    Inf 
228.00/228.07	c   228s|400000 |    91 |  2968k|   7.4 |8063k|  67 |   - | 540 |4139 | 540 | 438 |  47 |  77k|9855 | 0.000000e+00 |      --      |    Inf 
232.79/232.82	c   233s|410000 |    99 |  3029k|   7.4 |8097k|  67 |   - | 540 |4171 | 540 | 438 |  47 |  78k|9922 | 0.000000e+00 |      --      |    Inf 
237.40/237.42	c   237s|420000 |   111 |  3075k|   7.3 |8120k|  67 |   - | 540 |4169 | 540 | 438 |  47 |  78k|9968 | 0.000000e+00 |      --      |    Inf 
241.80/241.80	c   242s|430000 |   107 |  3113k|   7.2 |8100k|  67 |  17 | 540 |4137 | 540 | 438 |  47 |  78k|9994 | 0.000000e+00 |      --      |    Inf 
246.30/246.37	c   246s|440000 |    91 |  3156k|   7.2 |8077k|  67 |   - | 540 |4150 | 540 | 438 |  47 |  78k|  10k| 0.000000e+00 |      --      |    Inf 
251.10/251.12	c   251s|450000 |    95 |  3203k|   7.1 |8091k|  67 |  17 | 540 |4180 | 540 | 438 |  47 |  78k|  10k| 0.000000e+00 |      --      |    Inf 
255.60/255.64	c   256s|460000 |   120 |  3243k|   7.0 |8165k|  67 |   - | 540 |4265 | 540 | 438 |  47 |  79k|  10k| 0.000000e+00 |      --      |    Inf 
260.10/260.11	c   260s|470000 |   105 |  3282k|   7.0 |8157k|  67 |  13 | 540 |4285 | 540 | 438 |  47 |  79k|  10k| 0.000000e+00 |      --      |    Inf 
264.80/264.80	c   265s|480000 |   108 |  3323k|   6.9 |8221k|  67 |   - | 540 |4407 | 540 | 438 |  47 |  80k|  10k| 0.000000e+00 |      --      |    Inf 
269.41/269.44	c   269s|490000 |    98 |  3366k|   6.9 |8183k|  67 |  15 | 540 |4355 | 540 | 438 |  47 |  80k|  10k| 0.000000e+00 |      --      |    Inf 
274.20/274.20	c   274s|500000 |    90 |  3412k|   6.8 |8142k|  67 |   - | 540 |4291 | 540 | 438 |  47 |  81k|  10k| 0.000000e+00 |      --      |    Inf 
278.70/278.79	c   279s|510000 |    95 |  3454k|   6.8 |8150k|  68 |   - | 540 |4284 | 540 | 438 |  47 |  81k|  10k| 0.000000e+00 |      --      |    Inf 
283.50/283.51	c   284s|520000 |   123 |  3510k|   6.7 |8167k|  68 |   - | 540 |4241 | 540 | 438 |  47 |  81k|  10k| 0.000000e+00 |      --      |    Inf 
288.30/288.30	c   288s|530000 |    93 |  3582k|   6.8 |8120k|  70 |  22 | 540 |4234 | 540 | 438 |  47 |  81k|  10k| 0.000000e+00 |      --      |    Inf 
293.30/293.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
293.30/293.36	c   293s|540000 |    91 |  3660k|   6.8 |8090k|  70 |  29 | 540 |4177 | 540 | 438 |  47 |  81k|  10k| 0.000000e+00 |      --      |    Inf 
298.90/298.93	c   299s|550000 |    87 |  3754k|   6.8 |8089k|  70 |   - | 540 |4176 | 540 | 438 |  47 |  81k|  10k| 0.000000e+00 |      --      |    Inf 
304.80/304.88	c   305s|560000 |    79 |  3852k|   6.9 |7981k|  70 |   - | 540 |3965 | 540 | 438 |  47 |  81k|  10k| 0.000000e+00 |      --      |    Inf 
310.30/310.38	c   310s|570000 |    71 |  3939k|   6.9 |7940k|  70 |   - | 540 |3888 | 540 | 438 |  47 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
315.40/315.46	c   315s|580000 |    83 |  4012k|   6.9 |7957k|  70 |  22 | 540 |3887 | 540 | 438 |  47 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
320.81/320.81	c   321s|590000 |    83 |  4091k|   6.9 |7967k|  73 |  26 | 540 |3891 | 540 | 438 |  47 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
326.01/326.07	c   326s|600000 |    91 |  4167k|   6.9 |7976k|  73 |   - | 540 |3905 | 540 | 438 |  47 |  81k|  11k| 0.000000e+00 |      --      |    Inf 
331.60/331.67	c   332s|610000 |    73 |  4252k|   7.0 |7968k|  75 |  30 | 540 |3967 | 540 | 438 |  47 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
337.20/337.27	c   337s|620000 |    79 |  4341k|   7.0 |7960k|  75 |  28 | 540 |3913 | 540 | 438 |  47 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
342.61/342.66	c   343s|630000 |    89 |  4422k|   7.0 |7982k|  75 |  34 | 540 |3931 | 540 | 438 |  47 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
347.91/347.95	c   348s|640000 |    75 |  4500k|   7.0 |7989k|  75 |   - | 540 |3966 | 540 | 438 |  47 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
353.80/353.88	c   354s|650000 |    89 |  4607k|   7.1 |8007k|  75 |  31 | 540 |3946 | 540 | 438 |  47 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
359.50/359.58	c   360s|660000 |    67 |  4692k|   7.1 |7742k|  75 |  12 | 540 |3449 | 540 | 438 |  47 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
364.71/364.71	c   365s|670000 |    53 |  4759k|   7.1 |7702k|  75 |  30 | 540 |3388 | 540 | 438 |  47 |  82k|  11k| 0.000000e+00 |      --      |    Inf 
370.80/370.84	c   371s|680000 |    59 |  4846k|   7.1 |7609k|  75 |  23 | 540 |3115 | 540 | 438 |  47 |  82k|  12k| 0.000000e+00 |      --      |    Inf 
375.90/375.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.90/375.91	c   376s|690000 |    60 |  4917k|   7.1 |7761k|  75 |  20 | 540 |3377 | 540 | 438 |  47 |  84k|  12k| 0.000000e+00 |      --      |    Inf 
381.41/381.44	c   381s|700000 |    52 |  4994k|   7.1 |7812k|  75 |  20 | 540 |3453 | 540 | 438 |  47 |  87k|  12k| 0.000000e+00 |      --      |    Inf 
386.90/386.94	c   387s|710000 |    56 |  5072k|   7.1 |8077k|  75 |   - | 540 |4107 | 540 | 438 |  47 |  88k|  13k| 0.000000e+00 |      --      |    Inf 
392.41/392.49	c   392s|720000 |    74 |  5148k|   7.1 |7396k|  75 |   - | 540 |2221 | 540 | 438 |  47 |  89k|  13k| 0.000000e+00 |      --      |    Inf 
397.50/397.58	c   398s|730000 |    64 |  5219k|   7.1 |7369k|  75 |   - | 540 |2192 | 540 | 438 |  47 |  90k|  13k| 0.000000e+00 |      --      |    Inf 
402.61/402.66	c   403s|740000 |    90 |  5298k|   7.2 |7372k|  75 |  16 | 540 |2091 | 540 | 438 |  47 |  90k|  13k| 0.000000e+00 |      --      |    Inf 
407.90/407.91	c   408s|750000 |    86 |  5383k|   7.2 |7365k|  75 |  20 | 540 |2091 | 540 | 438 |  47 |  90k|  13k| 0.000000e+00 |      --      |    Inf 
412.71/412.78	c   413s|760000 |    82 |  5459k|   7.2 |7373k|  75 |   - | 540 |2112 | 540 | 438 |  47 |  90k|  13k| 0.000000e+00 |      --      |    Inf 
417.71/417.71	c   418s|770000 |    72 |  5531k|   7.2 |7295k|  75 |  21 | 540 |1965 | 540 | 438 |  47 |  91k|  13k| 0.000000e+00 |      --      |    Inf 
423.11/423.10	c   423s|780000 |    58 |  5611k|   7.2 |7367k|  75 |  22 | 540 |2209 | 540 | 438 |  47 |  91k|  13k| 0.000000e+00 |      --      |    Inf 
428.20/428.24	c   428s|790000 |    62 |  5684k|   7.2 |7360k|  75 |  13 | 540 |2156 | 540 | 438 |  47 |  92k|  13k| 0.000000e+00 |      --      |    Inf 
432.91/432.99	c   433s|800000 |    72 |  5751k|   7.2 |7372k|  75 |  20 | 540 |2148 | 540 | 438 |  47 |  92k|  13k| 0.000000e+00 |      --      |    Inf 
437.61/437.64	c   438s|810000 |    60 |  5816k|   7.2 |7381k|  75 |   - | 540 |2204 | 540 | 438 |  47 |  92k|  13k| 0.000000e+00 |      --      |    Inf 
442.41/442.49	c   442s|820000 |    54 |  5885k|   7.2 |7370k|  75 |   - | 540 |2200 | 540 | 438 |  47 |  92k|  14k| 0.000000e+00 |      --      |    Inf 
447.71/447.74	c   448s|830000 |    64 |  5968k|   7.2 |7291k|  75 |   - | 540 |1964 | 540 | 438 |  47 |  92k|  14k| 0.000000e+00 |      --      |    Inf 
453.31/453.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
453.31/453.34	c   453s|840000 |    84 |  6066k|   7.2 |7322k|  75 |  25 | 540 |1965 | 540 | 438 |  47 |  92k|  14k| 0.000000e+00 |      --      |    Inf 
459.01/459.05	c   459s|850000 |    90 |  6168k|   7.3 |7328k|  75 |  20 | 540 |1965 | 540 | 438 |  47 |  92k|  14k| 0.000000e+00 |      --      |    Inf 
464.61/464.68	c   465s|860000 |    80 |  6267k|   7.3 |7324k|  75 |  22 | 540 |1965 | 540 | 438 |  47 |  92k|  14k| 0.000000e+00 |      --      |    Inf 
470.31/470.32	c   470s|870000 |    58 |  6365k|   7.3 |7282k|  75 |  29 | 540 |1971 | 540 | 438 |  47 |  92k|  14k| 0.000000e+00 |      --      |    Inf 
475.21/475.29	c   475s|880000 |    64 |  6440k|   7.3 |7240k|  75 |   - | 540 |1855 | 540 | 438 |  47 |  92k|  14k| 0.000000e+00 |      --      |    Inf 
480.91/480.94	c   481s|890000 |    74 |  6534k|   7.3 |7162k|  75 |   - | 540 |1587 | 540 | 438 |  47 |  92k|  14k| 0.000000e+00 |      --      |    Inf 
486.21/486.25	c   486s|900000 |    79 |  6616k|   7.3 |7253k|  75 |   - | 540 |1791 | 540 | 438 |  47 |  93k|  14k| 0.000000e+00 |      --      |    Inf 
491.01/491.05	c   491s|910000 |    78 |  6686k|   7.3 |7256k|  75 |   - | 540 |1831 | 540 | 438 |  47 |  93k|  14k| 0.000000e+00 |      --      |    Inf 
495.81/495.89	c   496s|920000 |    86 |  6758k|   7.3 |7264k|  75 |  29 | 540 |1829 | 540 | 438 |  47 |  93k|  15k| 0.000000e+00 |      --      |    Inf 
501.01/501.07	c   501s|930000 |    62 |  6837k|   7.4 |7239k|  75 |  20 | 540 |1850 | 540 | 438 |  47 |  93k|  15k| 0.000000e+00 |      --      |    Inf 
506.61/506.62	c   507s|940000 |    75 |  6929k|   7.4 |7358k|  75 |  20 | 540 |2094 | 540 | 438 |  47 |  94k|  15k| 0.000000e+00 |      --      |    Inf 
511.91/511.90	c   512s|950000 |    77 |  7016k|   7.4 |7392k|  75 |  20 | 540 |2164 | 540 | 438 |  47 |  94k|  15k| 0.000000e+00 |      --      |    Inf 
517.31/517.31	c   517s|960000 |    62 |  7106k|   7.4 |7295k|  75 |  13 | 540 |2011 | 540 | 438 |  47 |  94k|  15k| 0.000000e+00 |      --      |    Inf 
522.11/522.10	c   522s|970000 |    64 |  7178k|   7.4 |7306k|  75 |   - | 540 |2025 | 540 | 438 |  47 |  94k|  15k| 0.000000e+00 |      --      |    Inf 
527.11/527.11	c   527s|980000 |    72 |  7247k|   7.4 |7322k|  75 |   - | 540 |2024 | 540 | 438 |  47 |  94k|  15k| 0.000000e+00 |      --      |    Inf 
532.21/532.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
532.21/532.29	c   532s|990000 |    70 |  7313k|   7.4 |7308k|  75 |  37 | 540 |2004 | 540 | 438 |  47 |  95k|  16k| 0.000000e+00 |      --      |    Inf 
537.01/537.05	c   537s|  1000k|    80 |  7366k|   7.4 |7424k|  75 |   - | 540 |2214 | 540 | 438 |  47 |  95k|  16k| 0.000000e+00 |      --      |    Inf 
541.71/541.79	c   542s|  1010k|    70 |  7417k|   7.3 |7409k|  75 |  12 | 540 |2211 | 540 | 438 |  47 |  96k|  16k| 0.000000e+00 |      --      |    Inf 
546.51/546.59	c   547s|  1020k|    84 |  7470k|   7.3 |7475k|  75 |   - | 540 |2333 | 540 | 438 |  47 |  97k|  16k| 0.000000e+00 |      --      |    Inf 
551.41/551.46	c   551s|  1030k|    82 |  7526k|   7.3 |7535k|  75 |  17 | 540 |2457 | 540 | 438 |  47 |  98k|  16k| 0.000000e+00 |      --      |    Inf 
556.51/556.52	c   557s|  1040k|    62 |  7590k|   7.3 |7382k|  75 |   - | 540 |2227 | 540 | 438 |  47 |  99k|  16k| 0.000000e+00 |      --      |    Inf 
561.51/561.53	c   562s|  1050k|    65 |  7640k|   7.3 |8237k|  75 |  36 | 540 |4322 | 540 | 438 |  47 | 101k|  16k| 0.000000e+00 |      --      |    Inf 
566.52/566.53	c   567s|  1060k|    59 |  7690k|   7.3 |8446k|  75 |   - | 540 |4706 | 540 | 438 |  47 | 103k|  16k| 0.000000e+00 |      --      |    Inf 
571.61/571.65	c   572s|  1070k|    70 |  7762k|   7.3 |8058k|  75 |  20 | 540 |3621 | 540 | 438 |  47 | 104k|  16k| 0.000000e+00 |      --      |    Inf 
576.62/576.63	c   577s|  1080k|    91 |  7835k|   7.3 |8099k|  75 |   - | 540 |3632 | 540 | 438 |  47 | 104k|  16k| 0.000000e+00 |      --      |    Inf 
582.01/582.04	c   582s|  1090k|    79 |  7919k|   7.3 |8077k|  75 |  24 | 540 |3624 | 540 | 438 |  47 | 104k|  16k| 0.000000e+00 |      --      |    Inf 
587.71/587.74	c   588s|  1100k|    87 |  8020k|   7.3 |8095k|  75 |   - | 540 |3637 | 540 | 438 |  47 | 104k|  16k| 0.000000e+00 |      --      |    Inf 
593.21/593.21	c   593s|  1110k|    69 |  8109k|   7.3 |7879k|  75 |  14 | 540 |3150 | 540 | 438 |  47 | 104k|  16k| 0.000000e+00 |      --      |    Inf 
597.91/597.92	c   598s|  1120k|    95 |  8161k|   7.3 |7907k|  75 |   - | 540 |3088 | 540 | 438 |  47 | 104k|  16k| 0.000000e+00 |      --      |    Inf 
603.01/603.09	c   603s|  1130k|    63 |  8236k|   7.3 |7866k|  75 |   - | 540 |3102 | 540 | 438 |  47 | 104k|  16k| 0.000000e+00 |      --      |    Inf 
608.32/608.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
608.32/608.34	c   608s|  1140k|    65 |  8316k|   7.3 |7878k|  75 |  18 | 540 |3128 | 540 | 438 |  47 | 105k|  16k| 0.000000e+00 |      --      |    Inf 
613.21/613.29	c   613s|  1150k|   135 |  8376k|   7.3 |8076k|  75 |  23 | 540 |3340 | 540 | 438 |  47 | 106k|  17k| 0.000000e+00 |      --      |    Inf 
618.12/618.13	c   618s|  1160k|   153 |  8425k|   7.3 |8171k|  75 |  24 | 540 |3432 | 540 | 438 |  47 | 107k|  17k| 0.000000e+00 |      --      |    Inf 
622.91/622.94	c   623s|  1170k|   145 |  8473k|   7.2 |8150k|  75 |   - | 540 |3387 | 540 | 438 |  47 | 108k|  17k| 0.000000e+00 |      --      |    Inf 
627.81/627.82	c   628s|  1180k|    77 |  8523k|   7.2 |7998k|  75 |  16 | 540 |3355 | 540 | 438 |  47 | 109k|  17k| 0.000000e+00 |      --      |    Inf 
632.72/632.77	c   633s|  1190k|    79 |  8576k|   7.2 |8073k|  75 |   - | 540 |3518 | 540 | 438 |  47 | 110k|  17k| 0.000000e+00 |      --      |    Inf 
637.51/637.59	c   638s|  1200k|   110 |  8629k|   7.2 |8129k|  75 |  22 | 540 |3510 | 540 | 438 |  47 | 111k|  17k| 0.000000e+00 |      --      |    Inf 
642.42/642.46	c   642s|  1210k|   110 |  8680k|   7.2 |8204k|  75 |   - | 540 |3678 | 540 | 438 |  47 | 113k|  17k| 0.000000e+00 |      --      |    Inf 
647.32/647.38	c   647s|  1220k|   102 |  8732k|   7.2 |8185k|  75 |   - | 540 |3687 | 540 | 438 |  47 | 114k|  17k| 0.000000e+00 |      --      |    Inf 
652.21/652.22	c   652s|  1230k|   136 |  8784k|   7.1 |8236k|  75 |   - | 540 |3725 | 540 | 438 |  47 | 115k|  17k| 0.000000e+00 |      --      |    Inf 
657.02/657.08	c   657s|  1240k|    75 |  8836k|   7.1 |8163k|  75 |  12 | 540 |3744 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
662.31/662.39	c   662s|  1250k|    74 |  8909k|   7.1 |7957k|  75 |   - | 540 |3264 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
667.52/667.57	c   668s|  1260k|    86 |  8988k|   7.1 |7976k|  75 |  19 | 540 |3270 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
672.72/672.71	c   673s|  1270k|    80 |  9065k|   7.1 |7966k|  75 |   - | 540 |3271 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
677.92/677.96	c   678s|  1280k|    74 |  9145k|   7.1 |7951k|  75 |  18 | 540 |3271 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
683.12/683.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
683.12/683.19	c   683s|  1290k|    68 |  9225k|   7.2 |7954k|  75 |   - | 540 |3273 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
688.22/688.26	c   688s|  1300k|    74 |  9299k|   7.2 |7966k|  75 |   - | 540 |3274 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
693.31/693.39	c   693s|  1310k|    74 |  9371k|   7.2 |7957k|  75 |  25 | 540 |3274 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
698.53/698.55	c   699s|  1320k|    80 |  9442k|   7.2 |7967k|  75 |  24 | 540 |3274 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
703.62/703.69	c   704s|  1330k|    76 |  9518k|   7.2 |7961k|  75 |  20 | 540 |3274 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
708.81/708.87	c   709s|  1340k|    66 |  9600k|   7.2 |7948k|  75 |   - | 540 |3274 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
714.11/714.14	c   714s|  1350k|    60 |  9682k|   7.2 |7960k|  75 |   - | 540 |3326 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
719.22/719.25	c   719s|  1360k|    69 |  9748k|   7.2 |7710k|  75 |  20 | 540 |2667 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
723.62/723.69	c   724s|  1370k|   117 |  9799k|   7.2 |7804k|  75 |  14 | 540 |2684 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
727.72/727.70	c   728s|  1380k|   115 |  9827k|   7.1 |7829k|  75 |  18 | 540 |2690 | 540 | 438 |  47 | 117k|  17k| 0.000000e+00 |      --      |    Inf 
731.71/731.72	c   732s|  1390k|   105 |  9854k|   7.1 |7812k|  75 |   - | 540 |2690 | 540 | 438 |  47 | 117k|  18k| 0.000000e+00 |      --      |    Inf 
735.92/735.96	c   736s|  1400k|   107 |  9892k|   7.1 |7794k|  75 |  20 | 540 |2691 | 540 | 438 |  47 | 117k|  18k| 0.000000e+00 |      --      |    Inf 
740.02/740.09	c   740s|  1410k|   113 |  9927k|   7.0 |7804k|  75 |  14 | 540 |2685 | 540 | 438 |  47 | 117k|  18k| 0.000000e+00 |      --      |    Inf 
744.12/744.19	c   744s|  1420k|   127 |  9960k|   7.0 |7824k|  75 |  16 | 540 |2685 | 540 | 438 |  47 | 117k|  18k| 0.000000e+00 |      --      |    Inf 
748.31/748.30	c   748s|  1430k|   137 |  9994k|   7.0 |7861k|  75 |  14 | 540 |2685 | 540 | 438 |  47 | 117k|  18k| 0.000000e+00 |      --      |    Inf 
752.42/752.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
752.42/752.46	c   752s|  1440k|   173 | 10029k|   7.0 |7934k|  75 |  16 | 540 |2685 | 540 | 438 |  47 | 117k|  18k| 0.000000e+00 |      --      |    Inf 
756.52/756.56	c   757s|  1450k|   129 | 10062k|   6.9 |7858k|  76 |  19 | 540 |2685 | 540 | 438 |  47 | 117k|  18k| 0.000000e+00 |      --      |    Inf 
760.62/760.64	c   761s|  1460k|    99 | 10096k|   6.9 |7791k|  79 |  14 | 540 |2685 | 540 | 438 |  47 | 117k|  18k| 0.000000e+00 |      --      |    Inf 
764.72/764.77	c   765s|  1470k|   121 | 10130k|   6.9 |7792k|  79 |  17 | 540 |2685 | 540 | 438 |  47 | 117k|  18k| 0.000000e+00 |      --      |    Inf 
769.22/769.23	c   769s|  1480k|    80 | 10180k|   6.9 |7789k|  79 |  20 | 540 |2748 | 540 | 438 |  47 | 118k|  18k| 0.000000e+00 |      --      |    Inf 
773.71/773.75	c   774s|  1490k|    77 | 10234k|   6.9 |7772k|  79 |   - | 540 |2742 | 540 | 438 |  47 | 119k|  18k| 0.000000e+00 |      --      |    Inf 
778.22/778.29	c   778s|  1500k|    89 | 10287k|   6.9 |7805k|  79 |   - | 540 |2773 | 540 | 438 |  47 | 120k|  18k| 0.000000e+00 |      --      |    Inf 
783.42/783.41	c   783s|  1510k|    57 | 10355k|   6.9 |7539k|  79 |  14 | 540 |2236 | 540 | 438 |  47 | 120k|  18k| 0.000000e+00 |      --      |    Inf 
788.82/788.86	c   789s|  1520k|    60 | 10436k|   6.9 |7427k|  79 |   - | 540 |1924 | 540 | 438 |  47 | 121k|  18k| 0.000000e+00 |      --      |    Inf 
794.13/794.12	c   794s|  1530k|    62 | 10512k|   6.9 |7358k|  79 |  29 | 540 |1740 | 540 | 438 |  47 | 121k|  18k| 0.000000e+00 |      --      |    Inf 
800.12/800.14	c   800s|  1540k|    78 | 10617k|   6.9 |7353k|  79 |   - | 540 |1686 | 540 | 438 |  47 | 121k|  18k| 0.000000e+00 |      --      |    Inf 
805.52/805.55	c   806s|  1550k|    80 | 10701k|   6.9 |7381k|  79 |  21 | 540 |1719 | 540 | 438 |  47 | 121k|  18k| 0.000000e+00 |      --      |    Inf 
811.02/811.08	c   811s|  1560k|    82 | 10792k|   6.9 |7385k|  79 |   - | 540 |1719 | 540 | 438 |  47 | 121k|  18k| 0.000000e+00 |      --      |    Inf 
816.23/816.28	c   816s|  1570k|    86 | 10873k|   6.9 |7391k|  79 |  23 | 540 |1719 | 540 | 438 |  47 | 121k|  18k| 0.000000e+00 |      --      |    Inf 
821.52/821.60	c   822s|  1580k|    76 | 10956k|   6.9 |7375k|  79 |   - | 540 |1720 | 540 | 438 |  47 | 121k|  18k| 0.000000e+00 |      --      |    Inf 
826.62/826.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
826.62/826.66	c   827s|  1590k|    76 | 11033k|   6.9 |7379k|  79 |  21 | 540 |1727 | 540 | 438 |  47 | 121k|  18k| 0.000000e+00 |      --      |    Inf 
831.72/831.78	c   832s|  1600k|    78 | 11109k|   6.9 |7384k|  79 |   - | 540 |1729 | 540 | 438 |  47 | 121k|  18k| 0.000000e+00 |      --      |    Inf 
836.92/836.97	c   837s|  1610k|    80 | 11186k|   6.9 |7386k|  79 |  28 | 540 |1734 | 540 | 438 |  47 | 121k|  19k| 0.000000e+00 |      --      |    Inf 
842.12/842.10	c   842s|  1620k|    82 | 11257k|   6.9 |7421k|  79 |   - | 540 |1799 | 540 | 438 |  47 | 121k|  19k| 0.000000e+00 |      --      |    Inf 
847.62/847.62	c   848s|  1630k|    80 | 11349k|   7.0 |7414k|  79 |  29 | 540 |1798 | 540 | 438 |  47 | 121k|  19k| 0.000000e+00 |      --      |    Inf 
853.02/853.01	c   853s|  1640k|    80 | 11436k|   7.0 |7423k|  79 |   - | 540 |1798 | 540 | 438 |  47 | 121k|  19k| 0.000000e+00 |      --      |    Inf 
858.32/858.31	c   858s|  1650k|    69 | 11511k|   7.0 |7419k|  79 |   - | 540 |1837 | 540 | 438 |  47 | 121k|  19k| 0.000000e+00 |      --      |    Inf 
863.42/863.43	c   863s|  1660k|    83 | 11579k|   7.0 |7514k|  79 |  34 | 540 |2031 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
868.32/868.37	c   868s|  1670k|    97 | 11643k|   7.0 |7542k|  79 |   - | 540 |2032 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
873.43/873.40	c   873s|  1680k|    87 | 11708k|   7.0 |7536k|  79 |  23 | 540 |2073 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
877.93/877.94	c   878s|  1690k|    91 | 11750k|   7.0 |7556k|  79 |   - | 540 |2085 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
882.32/882.37	c   882s|  1700k|   105 | 11789k|   6.9 |7580k|  79 |   - | 540 |2086 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
886.83/886.83	c   887s|  1710k|   109 | 11830k|   6.9 |7580k|  79 |   - | 540 |2086 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
891.23/891.29	c   891s|  1720k|    99 | 11872k|   6.9 |7578k|  81 |  27 | 540 |2093 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
895.52/895.55	c   896s|  1730k|    99 | 11910k|   6.9 |7580k|  81 |  23 | 540 |2091 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
899.92/899.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
899.92/899.91	c   900s|  1740k|    90 | 11951k|   6.9 |7571k|  83 |  21 | 540 |2116 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
904.92/904.99	c   905s|  1750k|    75 | 12018k|   6.9 |7470k|  83 |  30 | 540 |1915 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
910.22/910.23	c   910s|  1760k|    82 | 12095k|   6.9 |7467k|  83 |   - | 540 |1915 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
915.53/915.58	c   916s|  1770k|    78 | 12178k|   6.9 |7462k|  83 |   - | 540 |1915 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
920.93/920.94	c   921s|  1780k|    76 | 12263k|   6.9 |7459k|  83 |  17 | 540 |1915 | 540 | 438 |  47 | 122k|  19k| 0.000000e+00 |      --      |    Inf 
926.23/926.25	c   926s|  1790k|    73 | 12337k|   6.9 |7540k|  83 |  24 | 540 |2143 | 540 | 438 |  47 | 123k|  19k| 0.000000e+00 |      --      |    Inf 
931.52/931.51	c   932s|  1800k|    53 | 12409k|   6.9 |7438k|  83 |  45 | 540 |1977 | 540 | 438 |  47 | 123k|  19k| 0.000000e+00 |      --      |    Inf 
940.23/940.27	c   940s|  1810k|    61 | 12463k|   6.9 |7247k|  83 |  24 | 540 |1434 | 540 | 438 |  47 | 123k|  25k| 0.000000e+00 |      --      |    Inf 
945.32/945.32	c   945s|  1820k|    81 | 12514k|   6.9 |7284k|  83 |   - | 540 |1434 | 540 | 438 |  47 | 123k|  25k| 0.000000e+00 |      --      |    Inf 
950.23/950.26	c   950s|  1830k|    63 | 12564k|   6.9 |7258k|  83 |   - | 540 |1434 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
955.12/955.19	c   955s|  1840k|    73 | 12613k|   6.9 |7240k|  83 |   - | 540 |1337 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
959.63/959.63	c   960s|  1850k|    69 | 12658k|   6.8 |7229k|  83 |  15 | 540 |1332 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
964.12/964.11	c   964s|  1860k|    83 | 12706k|   6.8 |7248k|  83 |   - | 540 |1332 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
968.43/968.49	c   968s|  1870k|    71 | 12752k|   6.8 |7240k|  83 |   - | 540 |1332 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
972.83/972.82	c   973s|  1880k|    71 | 12794k|   6.8 |7233k|  83 |   - | 540 |1332 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
977.22/977.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
977.22/977.28	c   977s|  1890k|    67 | 12841k|   6.8 |7216k|  83 |  20 | 540 |1321 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
981.72/981.76	c   982s|  1900k|    69 | 12887k|   6.8 |7230k|  83 |   - | 540 |1327 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
986.12/986.16	c   986s|  1910k|    69 | 12933k|   6.8 |7224k|  83 |  20 | 540 |1324 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
990.52/990.51	c   991s|  1920k|    83 | 12978k|   6.8 |7249k|  83 |   - | 540 |1324 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
994.83/994.85	c   995s|  1930k|    89 | 13023k|   6.7 |7262k|  83 |  20 | 540 |1324 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
999.23/999.24	c   999s|  1940k|    83 | 13069k|   6.7 |7251k|  83 |  21 | 540 |1324 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1003.62/1003.67	c  1004s|  1950k|    89 | 13116k|   6.7 |7255k|  83 |  20 | 540 |1324 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1008.03/1008.02	c  1008s|  1960k|    77 | 13161k|   6.7 |7239k|  83 |  19 | 540 |1324 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1012.43/1012.40	c  1012s|  1970k|    69 | 13205k|   6.7 |7230k|  83 |   - | 540 |1324 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1016.73/1016.78	c  1017s|  1980k|    69 | 13250k|   6.7 |7231k|  83 |   - | 540 |1324 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1021.13/1021.18	c  1021s|  1990k|    61 | 13295k|   6.7 |7220k|  83 |   - | 540 |1324 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1025.93/1025.90	c  1026s|  2000k|    73 | 13347k|   6.7 |7232k|  83 |   - | 540 |1326 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1030.43/1030.47	c  1030s|  2010k|    69 | 13395k|   6.7 |7227k|  83 |  14 | 540 |1326 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1035.14/1035.16	c  1035s|  2020k|    83 | 13444k|   6.7 |7244k|  83 |   - | 540 |1310 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1039.73/1039.74	c  1040s|  2030k|    85 | 13494k|   6.6 |7245k|  83 |   - | 540 |1305 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1044.33/1044.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1044.33/1044.33	c  1044s|  2040k|    83 | 13543k|   6.6 |7249k|  83 |  21 | 540 |1304 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1048.83/1048.87	c  1049s|  2050k|    83 | 13590k|   6.6 |7249k|  83 |  24 | 540 |1314 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1053.33/1053.36	c  1053s|  2060k|    95 | 13636k|   6.6 |7268k|  83 |  16 | 540 |1319 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1057.83/1057.88	c  1058s|  2070k|    83 | 13681k|   6.6 |7258k|  83 |   - | 540 |1320 | 540 | 438 |  47 | 123k|  26k| 0.000000e+00 |      --      |    Inf 
1062.83/1062.81	c  1063s|  2080k|    87 | 13734k|   6.6 |7266k|  83 |  22 | 540 |1327 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1067.43/1067.41	c  1067s|  2090k|   119 | 13786k|   6.6 |7324k|  83 |   - | 540 |1327 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1071.93/1071.92	c  1072s|  2100k|   109 | 13833k|   6.6 |7300k|  83 |  20 | 540 |1327 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1076.43/1076.41	c  1076s|  2110k|   117 | 13879k|   6.6 |7312k|  83 |  22 | 540 |1327 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1080.93/1080.95	c  1081s|  2120k|   107 | 13928k|   6.6 |7313k|  83 |   - | 540 |1343 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1085.63/1085.65	c  1086s|  2130k|   113 | 13989k|   6.6 |7338k|  83 |  24 | 540 |1367 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1090.23/1090.26	c  1090s|  2140k|   115 | 14040k|   6.6 |7330k|  83 |  18 | 540 |1345 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1094.93/1094.90	c  1095s|  2150k|   125 | 14093k|   6.6 |7343k|  83 |   - | 540 |1328 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1099.53/1099.54	c  1100s|  2160k|   129 | 14146k|   6.5 |7365k|  83 |   - | 540 |1335 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1104.13/1104.11	c  1104s|  2170k|   149 | 14195k|   6.5 |7393k|  83 |  19 | 540 |1335 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1108.74/1108.77	c  1109s|  2180k|   133 | 14254k|   6.5 |7381k|  83 |   - | 540 |1351 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1113.33/1113.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1113.33/1113.36	c  1113s|  2190k|    99 | 14305k|   6.5 |7334k|  83 |  14 | 540 |1371 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1117.93/1117.95	c  1118s|  2200k|    99 | 14354k|   6.5 |7314k|  83 |  26 | 540 |1350 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1122.53/1122.55	c  1123s|  2210k|   117 | 14405k|   6.5 |7345k|  83 |  29 | 540 |1355 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1127.13/1127.15	c  1127s|  2220k|   101 | 14457k|   6.5 |7330k|  83 |  32 | 540 |1358 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1131.73/1131.75	c  1132s|  2230k|   101 | 14509k|   6.5 |7336k|  83 |  19 | 540 |1359 | 540 | 438 |  47 | 123k|  27k| 0.000000e+00 |      --      |    Inf 
1136.34/1136.36	c  1136s|  2240k|   113 | 14561k|   6.5 |7345k|  83 |   - | 540 |1338 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1140.94/1140.93	c  1141s|  2250k|   151 | 14609k|   6.5 |7388k|  83 |   - | 540 |1314 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1145.53/1145.54	c  1146s|  2260k|   123 | 14658k|   6.5 |7351k|  83 |   - | 540 |1314 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1150.04/1150.03	c  1150s|  2270k|   147 | 14701k|   6.5 |7380k|  83 |  20 | 540 |1299 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1154.53/1154.51	c  1155s|  2280k|   137 | 14745k|   6.5 |7366k|  83 |   - | 540 |1299 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1159.03/1159.03	c  1159s|  2290k|   151 | 14790k|   6.5 |7389k|  83 |  23 | 540 |1298 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1163.63/1163.61	c  1164s|  2300k|   181 | 14839k|   6.5 |7431k|  83 |   - | 540 |1297 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1168.13/1168.17	c  1168s|  2310k|   167 | 14885k|   6.4 |7416k|  83 |   - | 540 |1297 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1172.73/1172.70	c  1173s|  2320k|   149 | 14931k|   6.4 |7390k|  83 |   - | 540 |1297 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1177.24/1177.27	c  1177s|  2330k|   135 | 14977k|   6.4 |7369k|  83 |   - | 540 |1297 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1181.84/1181.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1181.84/1181.80	c  1182s|  2340k|   137 | 15023k|   6.4 |7365k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1186.23/1186.29	c  1186s|  2350k|   183 | 15070k|   6.4 |7427k|  83 |  14 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1190.84/1190.85	c  1191s|  2360k|   189 | 15119k|   6.4 |7432k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1195.33/1195.30	c  1195s|  2370k|   219 | 15161k|   6.4 |7483k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1199.74/1199.77	c  1200s|  2380k|   235 | 15205k|   6.4 |7520k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1204.34/1204.32	c  1204s|  2390k|   211 | 15252k|   6.4 |7479k|  83 |  18 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1208.84/1208.81	c  1209s|  2400k|   167 | 15297k|   6.4 |7419k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1213.34/1213.32	c  1213s|  2410k|   159 | 15343k|   6.4 |7392k|  83 |  15 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1217.84/1217.82	c  1218s|  2420k|   167 | 15387k|   6.4 |7408k|  83 |  20 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1222.24/1222.28	c  1222s|  2430k|   211 | 15430k|   6.3 |7474k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1226.84/1226.81	c  1227s|  2440k|   229 | 15477k|   6.3 |7511k|  83 |  12 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1231.44/1231.46	c  1231s|  2450k|   193 | 15528k|   6.3 |7458k|  83 |  12 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1236.03/1236.08	c  1236s|  2460k|   185 | 15578k|   6.3 |7444k|  83 |  22 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1240.64/1240.63	c  1241s|  2470k|   179 | 15626k|   6.3 |7420k|  83 |  20 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1245.24/1245.21	c  1245s|  2480k|   209 | 15679k|   6.3 |7460k|  83 |  21 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1249.74/1249.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1249.74/1249.72	c  1250s|  2490k|   219 | 15723k|   6.3 |7485k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1254.23/1254.22	c  1254s|  2500k|   227 | 15767k|   6.3 |7482k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1258.83/1258.81	c  1259s|  2510k|   225 | 15815k|   6.3 |7482k|  83 |  23 | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1263.43/1263.40	c  1263s|  2520k|   235 | 15864k|   6.3 |7501k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1267.84/1267.88	c  1268s|  2530k|   263 | 15912k|   6.3 |7541k|  83 |  16 | 540 |1297 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1272.44/1272.44	c  1272s|  2540k|   241 | 15964k|   6.3 |7513k|  83 |   - | 540 |1295 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1276.94/1276.97	c  1277s|  2550k|   243 | 16019k|   6.3 |7525k|  83 |  28 | 540 |1305 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1281.44/1281.48	c  1281s|  2560k|   249 | 16070k|   6.3 |7537k|  83 |   - | 540 |1297 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1285.95/1285.97	c  1286s|  2570k|   241 | 16120k|   6.3 |7516k|  83 |   - | 540 |1292 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1290.44/1290.49	c  1290s|  2580k|   239 | 16171k|   6.3 |7520k|  83 |   - | 540 |1290 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1295.04/1295.02	c  1295s|  2590k|   251 | 16221k|   6.3 |7538k|  83 |   - | 540 |1291 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1299.54/1299.58	c  1300s|  2600k|   259 | 16270k|   6.3 |7564k|  83 |   - | 540 |1296 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1304.23/1304.20	c  1304s|  2610k|   261 | 16319k|   6.3 |7574k|  83 |  19 | 540 |1296 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1308.84/1308.80	c  1309s|  2620k|   263 | 16369k|   6.2 |7572k|  83 |   - | 540 |1301 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1313.34/1313.35	c  1313s|  2630k|   281 | 16420k|   6.2 |7612k|  83 |  38 | 540 |1324 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1317.94/1317.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1317.94/1317.94	c  1318s|  2640k|   285 | 16474k|   6.2 |7631k|  83 |   - | 540 |1321 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1322.44/1322.44	c  1322s|  2650k|   317 | 16522k|   6.2 |7684k|  83 |  29 | 540 |1335 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1326.94/1326.98	c  1327s|  2660k|   311 | 16572k|   6.2 |7677k|  83 |  23 | 540 |1337 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1331.54/1331.57	c  1332s|  2670k|   315 | 16622k|   6.2 |7693k|  83 |   - | 540 |1333 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1336.14/1336.11	c  1336s|  2680k|   317 | 16672k|   6.2 |7701k|  83 |   - | 540 |1339 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1340.74/1340.75	c  1341s|  2690k|   323 | 16723k|   6.2 |7720k|  83 |   - | 540 |1364 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1345.35/1345.34	c  1345s|  2700k|   319 | 16772k|   6.2 |7720k|  83 |  16 | 540 |1384 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1349.84/1349.88	c  1350s|  2710k|   313 | 16825k|   6.2 |7720k|  83 |  36 | 540 |1384 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1354.54/1354.53	c  1355s|  2720k|   279 | 16881k|   6.2 |7636k|  83 |  19 | 540 |1329 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1359.14/1359.10	c  1359s|  2730k|   289 | 16933k|   6.2 |7654k|  83 |   - | 540 |1319 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1363.64/1363.68	c  1364s|  2740k|   293 | 16985k|   6.2 |7656k|  83 |  23 | 540 |1316 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1368.14/1368.16	c  1368s|  2750k|   305 | 17029k|   6.2 |7676k|  83 |  19 | 540 |1316 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1372.64/1372.65	c  1373s|  2760k|   315 | 17076k|   6.2 |7689k|  83 |   - | 540 |1316 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1377.15/1377.14	c  1377s|  2770k|   321 | 17127k|   6.2 |7705k|  83 |  21 | 540 |1322 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1381.65/1381.65	c  1382s|  2780k|   329 | 17176k|   6.2 |7723k|  83 |  16 | 540 |1332 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1386.24/1386.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1386.24/1386.20	c  1386s|  2790k|   335 | 17226k|   6.2 |7750k|  83 |   - | 540 |1338 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1390.74/1390.70	c  1391s|  2800k|   345 | 17275k|   6.2 |7762k|  83 |   - | 540 |1335 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1395.24/1395.25	c  1395s|  2810k|   331 | 17329k|   6.2 |7741k|  83 |  31 | 540 |1331 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1399.74/1399.70	c  1400s|  2820k|   321 | 17380k|   6.2 |7730k|  83 |  29 | 540 |1341 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1404.24/1404.24	c  1404s|  2830k|   301 | 17434k|   6.2 |7693k|  83 |  37 | 540 |1326 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1408.65/1408.69	c  1409s|  2840k|   315 | 17481k|   6.2 |7714k|  83 |   - | 540 |1324 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1413.15/1413.10	c  1413s|  2850k|   323 | 17532k|   6.2 |7753k|  83 |  18 | 540 |1361 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1417.55/1417.51	c  1418s|  2860k|   321 | 17584k|   6.1 |7751k|  83 |  20 | 540 |1337 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1421.84/1421.88	c  1422s|  2870k|   331 | 17633k|   6.1 |7765k|  83 |  21 | 540 |1337 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1426.34/1426.39	c  1426s|  2880k|   339 | 17682k|   6.1 |7770k|  83 |   - | 540 |1332 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1430.94/1430.91	c  1431s|  2890k|   327 | 17730k|   6.1 |7741k|  83 |   - | 540 |1316 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1435.45/1435.46	c  1435s|  2900k|   329 | 17785k|   6.1 |7746k|  83 |  28 | 540 |1326 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1440.04/1440.07	c  1440s|  2910k|   329 | 17845k|   6.1 |7750k|  83 |   - | 540 |1332 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1444.55/1444.56	c  1445s|  2920k|   323 | 17896k|   6.1 |7748k|  83 |  30 | 540 |1347 | 540 | 438 |  47 | 124k|  27k| 0.000000e+00 |      --      |    Inf 
1449.15/1449.13	c  1449s|  2930k|   327 | 17949k|   6.1 |7749k|  83 |   - | 540 |1328 | 540 | 438 |  47 | 124k|  28k| 0.000000e+00 |      --      |    Inf 
1453.54/1453.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1453.54/1453.52	c  1454s|  2940k|   323 | 17998k|   6.1 |7743k|  83 |  25 | 540 |1332 | 540 | 438 |  47 | 124k|  28k| 0.000000e+00 |      --      |    Inf 
1458.14/1458.14	c  1458s|  2950k|   337 | 18052k|   6.1 |7770k|  83 |  25 | 540 |1323 | 540 | 438 |  47 | 124k|  28k| 0.000000e+00 |      --      |    Inf 
1462.74/1462.79	c  1463s|  2960k|   318 | 18108k|   6.1 |7734k|  83 |   - | 540 |1304 | 540 | 438 |  47 | 124k|  28k| 0.000000e+00 |      --      |    Inf 
1467.45/1467.43	c  1467s|  2970k|   302 | 18163k|   6.1 |7725k|  83 |  19 | 540 |1326 | 540 | 438 |  47 | 124k|  28k| 0.000000e+00 |      --      |    Inf 
1472.05/1472.03	c  1472s|  2980k|   295 | 18214k|   6.1 |7728k|  83 |  34 | 540 |1352 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1476.64/1476.60	c  1477s|  2990k|   305 | 18263k|   6.1 |7752k|  83 |   - | 540 |1354 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1481.04/1481.04	c  1481s|  3000k|   309 | 18313k|   6.1 |7761k|  83 |   - | 540 |1354 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1485.44/1485.44	c  1485s|  3010k|   325 | 18362k|   6.1 |7772k|  83 |  33 | 540 |1338 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1489.85/1489.88	c  1490s|  3020k|   326 | 18412k|   6.1 |7791k|  83 |   - | 540 |1356 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1494.45/1494.42	c  1494s|  3030k|   330 | 18459k|   6.1 |7790k|  83 |   - | 540 |1333 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1498.85/1498.88	c  1499s|  3040k|   346 | 18504k|   6.1 |7808k|  83 |  19 | 540 |1332 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1503.45/1503.44	c  1503s|  3050k|   348 | 18552k|   6.1 |7822k|  83 |   - | 540 |1327 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1508.05/1508.01	c  1508s|  3060k|   364 | 18598k|   6.1 |7849k|  83 |  22 | 540 |1329 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1512.55/1512.51	c  1513s|  3070k|   378 | 18648k|   6.1 |7866k|  83 |   - | 540 |1330 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1516.85/1516.90	c  1517s|  3080k|   362 | 18701k|   6.1 |7855k|  83 |   - | 540 |1346 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1521.36/1521.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1521.36/1521.33	c  1521s|  3090k|   368 | 18755k|   6.1 |7863k|  83 |  24 | 540 |1352 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1525.85/1525.88	c  1526s|  3100k|   372 | 18804k|   6.1 |7887k|  83 |   - | 540 |1387 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1530.45/1530.44	c  1530s|  3110k|   354 | 18859k|   6.1 |7864k|  83 |   - | 540 |1385 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1535.04/1535.03	c  1535s|  3120k|   340 | 18913k|   6.1 |7828k|  83 |   - | 540 |1354 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1539.65/1539.64	c  1540s|  3130k|   334 | 18965k|   6.1 |7818k|  83 |  28 | 540 |1361 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1544.35/1544.32	c  1544s|  3140k|   320 | 19017k|   6.1 |7779k|  83 |  17 | 540 |1324 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1548.95/1548.93	c  1549s|  3150k|   320 | 19066k|   6.1 |7785k|  83 |   - | 540 |1318 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1553.44/1553.49	c  1553s|  3160k|   328 | 19115k|   6.0 |7795k|  83 |  16 | 540 |1330 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1557.95/1557.95	c  1558s|  3170k|   326 | 19161k|   6.0 |7798k|  83 |   - | 540 |1323 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1562.45/1562.45	c  1562s|  3180k|   334 | 19208k|   6.0 |7823k|  83 |   - | 540 |1354 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1566.95/1566.94	c  1567s|  3190k|   332 | 19252k|   6.0 |7829k|  83 |   - | 540 |1364 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1571.45/1571.46	c  1571s|  3200k|   348 | 19301k|   6.0 |7856k|  83 |  21 | 540 |1375 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1576.05/1576.01	c  1576s|  3210k|   348 | 19353k|   6.0 |7861k|  83 |  26 | 540 |1380 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1580.54/1580.57	c  1581s|  3220k|   358 | 19404k|   6.0 |7891k|  83 |  16 | 540 |1387 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1585.05/1585.05	c  1585s|  3230k|   362 | 19449k|   6.0 |7893k|  83 |  22 | 540 |1382 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1589.55/1589.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1589.55/1589.52	c  1590s|  3240k|   370 | 19499k|   6.0 |7913k|  83 |  29 | 540 |1379 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1594.05/1594.05	c  1594s|  3250k|   370 | 19551k|   6.0 |7933k|  83 |   - | 540 |1415 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1598.65/1598.61	c  1599s|  3260k|   364 | 19605k|   6.0 |7905k|  83 |   - | 540 |1383 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1603.15/1603.13	c  1603s|  3270k|   360 | 19651k|   6.0 |7890k|  83 |   - | 540 |1352 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1607.65/1607.67	c  1608s|  3280k|   348 | 19703k|   6.0 |7867k|  83 |  25 | 540 |1336 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1612.25/1612.23	c  1612s|  3290k|   358 | 19751k|   6.0 |7882k|  83 |  22 | 540 |1332 | 540 | 438 |  47 | 125k|  28k| 0.000000e+00 |      --      |    Inf 
1616.85/1616.80	c  1617s|  3300k|   356 | 19799k|   6.0 |7883k|  83 |   - | 540 |1331 | 540 | 438 |  47 | 125k|  29k| 0.000000e+00 |      --      |    Inf 
1621.35/1621.38	c  1621s|  3310k|   354 | 19846k|   6.0 |7872k|  83 |  24 | 540 |1330 | 540 | 438 |  47 | 125k|  29k| 0.000000e+00 |      --      |    Inf 
1625.86/1625.88	c  1626s|  3320k|   400 | 19902k|   6.0 |7944k|  83 |  22 | 540 |1345 | 540 | 438 |  47 | 125k|  29k| 0.000000e+00 |      --      |    Inf 
1630.35/1630.38	c  1630s|  3330k|   416 | 19957k|   6.0 |7972k|  83 |   - | 540 |1344 | 540 | 438 |  47 | 125k|  29k| 0.000000e+00 |      --      |    Inf 
1635.05/1635.01	c  1635s|  3340k|   456 | 20008k|   6.0 |8035k|  83 |   - | 540 |1332 | 540 | 438 |  47 | 125k|  29k| 0.000000e+00 |      --      |    Inf 
1639.75/1639.72	c  1640s|  3350k|   420 | 20060k|   6.0 |7981k|  83 |   - | 540 |1332 | 540 | 438 |  47 | 125k|  29k| 0.000000e+00 |      --      |    Inf 
1644.35/1644.31	c  1644s|  3360k|   438 | 20109k|   6.0 |8008k|  83 |   - | 540 |1332 | 540 | 438 |  47 | 125k|  29k| 0.000000e+00 |      --      |    Inf 
1648.96/1648.94	c  1649s|  3370k|   456 | 20165k|   6.0 |8022k|  83 |  21 | 540 |1333 | 540 | 438 |  47 | 125k|  29k| 0.000000e+00 |      --      |    Inf 
1653.45/1653.43	c  1653s|  3380k|   446 | 20214k|   6.0 |8020k|  83 |  29 | 540 |1333 | 540 | 438 |  47 | 125k|  29k| 0.000000e+00 |      --      |    Inf 
1658.05/1658.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1658.05/1658.03	c  1658s|  3390k|   436 | 20266k|   6.0 |8014k|  83 |  18 | 540 |1349 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1662.55/1662.58	c  1663s|  3400k|   426 | 20319k|   6.0 |8005k|  83 |  33 | 540 |1354 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1667.25/1667.28	c  1667s|  3410k|   388 | 20373k|   6.0 |7955k|  83 |   - | 540 |1346 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1671.85/1671.85	c  1672s|  3420k|   392 | 20425k|   6.0 |7966k|  83 |   - | 540 |1343 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1676.55/1676.54	c  1677s|  3430k|   419 | 20481k|   6.0 |8020k|  83 |  25 | 540 |1381 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1681.06/1681.02	c  1681s|  3440k|   437 | 20525k|   6.0 |8039k|  83 |   - | 540 |1365 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1685.55/1685.55	c  1686s|  3450k|   401 | 20574k|   6.0 |7999k|  83 |   - | 540 |1366 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1690.05/1690.09	c  1690s|  3460k|   391 | 20622k|   6.0 |7974k|  83 |   - | 540 |1350 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1694.85/1694.86	c  1695s|  3470k|   413 | 20685k|   6.0 |8001k|  83 |   - | 540 |1340 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1699.45/1699.43	c  1699s|  3480k|   389 | 20743k|   6.0 |7963k|  83 |  18 | 540 |1339 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1704.05/1704.05	c  1704s|  3490k|   351 | 20798k|   6.0 |7889k|  83 |   - | 540 |1329 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1708.66/1708.62	c  1709s|  3500k|   325 | 20850k|   6.0 |7832k|  83 |  20 | 540 |1310 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1713.25/1713.25	c  1713s|  3510k|   303 | 20900k|   6.0 |7802k|  83 |   - | 540 |1303 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1717.75/1717.77	c  1718s|  3520k|   335 | 20952k|   6.0 |7839k|  83 |  25 | 540 |1302 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1722.25/1722.23	c  1722s|  3530k|   343 | 21003k|   5.9 |7854k|  83 |  18 | 540 |1307 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1726.76/1726.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1726.76/1726.72	c  1727s|  3540k|   357 | 21054k|   5.9 |7882k|  83 |   - | 540 |1305 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1731.25/1731.26	c  1731s|  3550k|   321 | 21100k|   5.9 |7835k|  83 |   - | 540 |1310 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1736.05/1736.06	c  1736s|  3560k|   299 | 21161k|   5.9 |7801k|  83 |  36 | 540 |1329 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1740.76/1740.74	c  1741s|  3570k|   305 | 21219k|   5.9 |7810k|  83 |  26 | 540 |1342 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1745.35/1745.33	c  1745s|  3580k|   315 | 21278k|   5.9 |7821k|  83 |   - | 540 |1333 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1750.06/1750.02	c  1750s|  3590k|   337 | 21336k|   5.9 |7850k|  83 |   - | 540 |1328 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1754.86/1754.85	c  1755s|  3600k|   315 | 21398k|   5.9 |7822k|  83 |  24 | 540 |1328 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1759.55/1759.50	c  1760s|  3610k|   287 | 21452k|   5.9 |7769k|  83 |  18 | 540 |1311 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1764.16/1764.11	c  1764s|  3620k|   291 | 21507k|   5.9 |7785k|  83 |  27 | 540 |1324 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1768.66/1768.67	c  1769s|  3630k|   291 | 21562k|   5.9 |7784k|  83 |  29 | 540 |1323 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1773.35/1773.30	c  1773s|  3640k|   279 | 21615k|   5.9 |7759k|  83 |   - | 540 |1316 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1778.06/1778.05	c  1778s|  3650k|   273 | 21672k|   5.9 |7740k|  83 |   - | 540 |1306 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1782.76/1782.71	c  1783s|  3660k|   223 | 21728k|   5.9 |7649k|  83 |  38 | 540 |1313 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1787.56/1787.55	c  1788s|  3670k|   224 | 21789k|   5.9 |7658k|  83 |   - | 540 |1321 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1792.26/1792.23	c  1792s|  3680k|   226 | 21853k|   5.9 |7653k|  83 |   - | 540 |1308 | 540 | 438 |  47 | 126k|  29k| 0.000000e+00 |      --      |    Inf 
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 3689986
1797.05/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.05/1797.00	c Gap                : infinite
1797.05/1797.00	s UNKNOWN
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.01 (included in solving)
1797.05/1797.00	c   reading          :       0.00 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3485864-1307753716.opb
1797.05/1797.00	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 416 initial, 416 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3485864-1307753716.opb
1797.05/1797.00	c   Variables        : 540 (540 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 416 initial, 6445 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.01          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0    1854062          0          1          0       2004       5649          0          0    3694710
1797.05/1797.00	c   setppc           :         38          5    7155369          0          1          0    3073373      15589   17797938          0          0          0
1797.05/1797.00	c   linear           :          0+         5          7          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   logicor          :        378+         5    4012047          0          1          0     165257       7231   20531615          0          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :      38.78       0.00       0.00      38.78       0.00       0.00       0.00
1797.05/1797.00	c   setppc           :      18.87       0.00      18.29       0.00       0.00       0.00       0.57
1797.05/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c   logicor          :      41.39       0.00      41.12       0.00       0.00       0.00       0.27
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          0          0          0          0
1797.05/1797.00	c   pseudoobj        :          0          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       1.04       1.04       0.00
1797.05/1797.00	c   rootredcost      :       1.08       1.08       0.00
1797.05/1797.00	c   pseudoobj        :       0.79       0.79       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       0.82      22820      22802     141979       41.0        146       39.6          -
1797.05/1797.00	c   infeasible LP    :     142.74    1821959      32572     481009       63.8        294       36.6          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -     126531       32.6          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.00          4          -          -          3          -    (maximal pool size: 445)
1797.05/1797.00	c   redcost          :      14.45    1850203          0          0          0          0
1797.05/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       0.11          5          0          0       1156          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.13          5          0          0       1787          0
1797.05/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.05/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.05/1797.00	c   clique           :       0.00          5          0          0          0          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.02          1          0          0          0          4
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :      37.65    1854062       2004       5649          0          0    3694710
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   trivial          :       0.00          1          0
1797.05/1797.00	c   shiftandpropagate:       0.00          0          0
1797.05/1797.00	c   simplerounding   :       0.00          0          0
1797.05/1797.00	c   zirounding       :       0.00          0          0
1797.05/1797.00	c   rounding         :       0.00          0          0
1797.05/1797.00	c   shifting         :       0.00          0          0
1797.05/1797.00	c   intshifting      :       0.00          0          0
1797.05/1797.00	c   oneopt           :       0.00          0          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   feaspump         :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   coefdiving       :       0.00          0          0
1797.05/1797.00	c   pscostdiving     :       0.00          0          0
1797.05/1797.00	c   fracdiving       :       0.00          0          0
1797.05/1797.00	c   veclendiving     :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   objpscostdiving  :       0.00          0          0
1797.05/1797.00	c   rootsoldiving    :       0.00          0          0
1797.05/1797.00	c   linesearchdiving :       0.00          0          0
1797.05/1797.00	c   guideddiving     :       0.00          0          0
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.00          0          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   crossover        :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.00          0          0
1797.05/1797.00	c   subnlp           :       0.00          0          0
1797.05/1797.00	c   trysol           :       0.00          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.05/1797.00	c   dual LP          :    1193.65    3641635   21912644       6.02   18357.60
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.05/1797.00	c   strong branching :      21.23      29977     334913      11.17   15777.20
1797.05/1797.00	c     (at root node) :          -         16        420      26.25          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :    3689986
1797.05/1797.00	c   nodes (total)    :    3689986
1797.05/1797.00	c   nodes left       :        204
1797.05/1797.00	c   max depth        :         83
1797.05/1797.00	c   max depth (total):         83
1797.05/1797.00	c   backtracks       :     719184 (19.5%)
1797.05/1797.00	c   delayed cutoffs  :       4523
1797.05/1797.00	c   repropagations   :     112515 (321306 domain reductions, 4153 cutoffs)
1797.05/1797.00	c   avg switch length:       2.96
1797.05/1797.00	c   switching time   :      90.86
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :          0 (0 improvements)
1797.05/1797.00	c   Primal Bound     :          -
1797.05/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.05/1797.00	c   Gap              :   infinite
1797.05/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.05/1797.00	c   Root Iterations  :       1330
1797.05/1797.01	c Time complete: 1797.06.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485864-1307753716/watcher-3485864-1307753716 -o /tmp/evaluation-result-3485864-1307753716/solver-3485864-1307753716 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485864-1307753716.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 734
/proc/meminfo: memFree=28978264/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=6456 CPUtime=0 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 771 0 0 0 0 0 0 0 25 0 1 0 965602249 6610944 726 33554432000 4194304 8979876 140736900964000 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/734/statm: 1614 726 316 1169 0 441 0

[startup+0.030483 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 734
/proc/meminfo: memFree=28978264/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=20204 CPUtime=0.02 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 4209 0 0 0 2 0 0 0 18 0 1 0 965602249 20688896 3907 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 5051 3907 624 1169 0 3878 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20204

[startup+0.100456 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 734
/proc/meminfo: memFree=28978264/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=34512 CPUtime=0.09 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 7930 0 0 0 9 0 0 0 18 0 1 0 965602249 35340288 7275 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8628 7275 668 1169 0 7455 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34512

[startup+0.300423 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 734
/proc/meminfo: memFree=28978264/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=34784 CPUtime=0.29 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8237 0 0 0 29 0 0 0 18 0 1 0 965602249 35618816 7582 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8696 7582 668 1169 0 7523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34784

[startup+0.700339 s]
/proc/loadavg: 2.00 2.00 1.91 2/177 734
/proc/meminfo: memFree=28978264/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=34860 CPUtime=0.69 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8267 0 0 0 68 1 0 0 18 0 1 0 965602249 35696640 7612 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8715 7612 672 1169 0 7542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34860

[startup+1.50019 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 735
/proc/meminfo: memFree=28949388/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=34860 CPUtime=1.49 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8289 0 0 0 147 2 0 0 20 0 1 0 965602249 35696640 7634 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8715 7634 672 1169 0 7542 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34860

[startup+3.10088 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 735
/proc/meminfo: memFree=28946280/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=34860 CPUtime=3.09 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8333 0 0 0 303 6 0 0 25 0 1 0 965602249 35696640 7678 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8715 7678 675 1169 0 7542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34860

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 735
/proc/meminfo: memFree=28935612/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=34860 CPUtime=6.29 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8341 0 0 0 617 12 0 0 25 0 1 0 965602249 35696640 7686 33554432000 4194304 8979876 140736900964000 18446744073709551615 4347590 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8715 7686 675 1169 0 7542 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34860

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 736
/proc/meminfo: memFree=28940336/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=34860 CPUtime=12.69 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8341 0 0 0 1246 23 0 0 25 0 1 0 965602249 35696640 7686 33554432000 4194304 8979876 140736900964000 18446744073709551615 7068439 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8715 7686 675 1169 0 7542 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34860

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 736
/proc/meminfo: memFree=28940696/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=34860 CPUtime=25.49 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8341 0 0 0 2507 42 0 0 25 0 1 0 965602249 35696640 7686 33554432000 4194304 8979876 140736900964000 18446744073709551615 6729827 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8715 7686 675 1169 0 7542 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34860

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 737
/proc/meminfo: memFree=28937928/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=34860 CPUtime=51.09 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8341 0 0 0 5023 86 0 0 25 0 1 0 965602249 35696640 7686 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8715 7686 675 1169 0 7542 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34860

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 778
/proc/meminfo: memFree=31041936/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=35140 CPUtime=102.3 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8402 0 0 0 10064 166 0 0 25 0 1 0 965602249 35983360 7747 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8785 7747 675 1169 0 7612 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 35140

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 780
/proc/meminfo: memFree=31034004/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=35428 CPUtime=162.29 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8477 0 0 0 15945 284 0 0 25 0 1 0 965602249 36278272 7822 33554432000 4194304 8979876 140736900964000 18446744073709551615 7784379 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8857 7822 675 1169 0 7684 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 35428

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 781
/proc/meminfo: memFree=31032896/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=35988 CPUtime=222.29 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8627 0 0 0 21838 391 0 0 25 0 1 0 965602249 36851712 7972 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8997 7972 675 1169 0 7824 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 35988

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 783
/proc/meminfo: memFree=31032572/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=35988 CPUtime=282.3 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8627 0 0 0 27747 483 0 0 25 0 1 0 965602249 36851712 7972 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 8997 7972 675 1169 0 7824 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 35988

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 784
/proc/meminfo: memFree=31032732/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36120 CPUtime=342.3 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8632 0 0 0 33634 596 0 0 25 0 1 0 965602249 36986880 7977 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9030 7977 675 1169 0 7857 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 36120

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 795
/proc/meminfo: memFree=31022836/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36120 CPUtime=402.3 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8632 0 0 0 39518 712 0 0 25 0 1 0 965602249 36986880 7977 33554432000 4194304 8979876 140736900964000 18446744073709551615 7068256 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9030 7977 675 1169 0 7857 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 36120

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 797
/proc/meminfo: memFree=31020668/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36120 CPUtime=462.3 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8632 0 0 0 45403 827 0 0 25 0 1 0 965602249 36986880 7977 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9030 7977 675 1169 0 7857 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 36120

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 798
/proc/meminfo: memFree=31033996/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36120 CPUtime=522.31 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8637 0 0 0 51286 945 0 0 25 0 1 0 965602249 36986880 7982 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9030 7982 675 1169 0 7857 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 36120

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 800
/proc/meminfo: memFree=31022144/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36120 CPUtime=582.31 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8638 0 0 0 57184 1047 0 0 25 0 1 0 965602249 36986880 7983 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9030 7983 675 1169 0 7857 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 36120

[startup+642.3 s]

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

/proc/meminfo: memFree=30996404/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36260 CPUtime=1122.33 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8685 0 0 0 110252 1981 0 0 25 0 1 0 965602249 37130240 8030 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9065 8030 675 1169 0 7892 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 36260

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/178 816
/proc/meminfo: memFree=30989652/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36260 CPUtime=1182.33 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8685 0 0 0 116158 2075 0 0 25 0 1 0 965602249 37130240 8030 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9065 8030 675 1169 0 7892 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 36260

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 817
/proc/meminfo: memFree=30985132/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36260 CPUtime=1242.33 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8685 0 0 0 122060 2173 0 0 25 0 1 0 965602249 37130240 8030 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9065 8030 675 1169 0 7892 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 36260

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 819
/proc/meminfo: memFree=30981604/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36260 CPUtime=1302.34 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8685 0 0 0 127962 2272 0 0 25 0 1 0 965602249 37130240 8030 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9065 8030 675 1169 0 7892 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 36260

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 821
/proc/meminfo: memFree=30974980/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36556 CPUtime=1362.34 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8759 0 0 0 133860 2374 0 0 25 0 1 0 965602249 37433344 8104 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9139 8104 675 1169 0 7966 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 36556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 822
/proc/meminfo: memFree=30974556/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36556 CPUtime=1422.35 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8759 0 0 0 139762 2473 0 0 25 0 1 0 965602249 37433344 8104 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9139 8104 675 1169 0 7966 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 36556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 824
/proc/meminfo: memFree=30967680/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36556 CPUtime=1482.34 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8759 0 0 0 145658 2576 0 0 25 0 1 0 965602249 37433344 8104 33554432000 4194304 8979876 140736900964000 18446744073709551615 6546595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9139 8104 675 1169 0 7966 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 36556

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 825
/proc/meminfo: memFree=30967392/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1542.35 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8788 0 0 0 151561 2674 0 0 25 0 1 0 965602249 37658624 8133 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8133 675 1169 0 8021 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 36776

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 827
/proc/meminfo: memFree=30967448/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1602.35 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8790 0 0 0 157457 2778 0 0 25 0 1 0 965602249 37658624 8135 33554432000 4194304 8979876 140736900964000 18446744073709551615 6546395 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8135 675 1169 0 8021 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 36776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 829
/proc/meminfo: memFree=30957348/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1662.35 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8827 0 0 0 163350 2885 0 0 25 0 1 0 965602249 37658624 8172 33554432000 4194304 8979876 140736900964000 18446744073709551615 4294279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8172 675 1169 0 8021 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 36776

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 830
/proc/meminfo: memFree=30957176/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1722.35 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8827 0 0 0 169243 2992 0 0 25 0 1 0 965602249 37658624 8172 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8172 675 1169 0 8021 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 36776

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 841
/proc/meminfo: memFree=30950164/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1782.36 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8830 0 0 0 175139 3097 0 0 25 0 1 0 965602249 37658624 8175 33554432000 4194304 8979876 140736900964000 18446744073709551615 4970976 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8175 675 1169 0 8021 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 36776

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 841
/proc/meminfo: memFree=30950164/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1785.55 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8830 0 0 0 175453 3102 0 0 25 0 1 0 965602249 37658624 8175 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8175 675 1169 0 8021 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 36776

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 841
/proc/meminfo: memFree=30950032/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1791.97 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8830 0 0 0 176084 3113 0 0 25 0 1 0 965602249 37658624 8175 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8175 675 1169 0 8021 0
Current children cumulated CPU time (s) 1791.97
Current children cumulated vsize (KiB) 36776

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 841
/proc/meminfo: memFree=30950152/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1795.16 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8830 0 0 0 176396 3120 0 0 25 0 1 0 965602249 37658624 8175 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8175 675 1169 0 8021 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 36776

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 841
/proc/meminfo: memFree=30950152/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1795.95 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8830 0 0 0 176474 3121 0 0 25 0 1 0 965602249 37658624 8175 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8175 675 1169 0 8021 0
Current children cumulated CPU time (s) 1795.95
Current children cumulated vsize (KiB) 36776

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 841
/proc/meminfo: memFree=30950152/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1796.76 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8830 0 0 0 176553 3123 0 0 25 0 1 0 965602249 37658624 8175 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8175 675 1169 0 8021 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 36776

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 841
/proc/meminfo: memFree=30950152/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1796.96 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8830 0 0 0 176573 3123 0 0 25 0 1 0 965602249 37658624 8175 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8175 675 1169 0 8021 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (KiB) 36776

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 841
/proc/meminfo: memFree=30950152/32950928 swapFree=67054844/67111528
[pid=734] ppid=732 vsize=36776 CPUtime=1797.05 cores=0,2,4,6
/proc/734/stat : 734 (scip-2.0.1.4_2.) R 732 734 32526 0 -1 4202496 8830 0 0 0 176582 3123 0 0 25 0 1 0 965602249 37658624 8175 33554432000 4194304 8979876 140736900964000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/734/statm: 9194 8175 675 1169 0 8021 0
Current children cumulated CPU time (s) 1797.05
Current children cumulated vsize (KiB) 36776

Child status: 0
Real time (s): 1797.01
CPU time (s): 1797.08
CPU user time (s): 1765.84
CPU system time (s): 31.2402
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 36776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1765.84
system time used= 31.2402
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8839
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 20797

runsolver used 2.71959 second user time and 5.46517 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-11 02:55:16
IDJOB=3485864
IDBENCH=1443
IDSOLVER=1977
FILE ID=node114/3485864-1307753716
RUNJOBID= node114-1307750177-32544
PBS_JOBID= 13550848
Free space on /tmp= 74064 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga20_18_sat_pb.cnf.cr.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485864-1307753716/watcher-3485864-1307753716 -o /tmp/evaluation-result-3485864-1307753716/solver-3485864-1307753716 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485864-1307753716.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= cb676620fd2a6e3770a1e7936dc60453
RANDOM SEED=556846433

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28978444 kB
Buffers:        241168 kB
Cached:        1124036 kB
SwapCached:      10540 kB
Active:        2829288 kB
Inactive:       935144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28978444 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           16720 kB
Writeback:           0 kB
AnonPages:     2396456 kB
Mapped:          15480 kB
Slab:           138288 kB
PageTables:       9684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2719532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74080 MiB
End job on node114 at 2011-06-11 03:25:13