Trace number 3690415

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedUNSAT 92.8469 92.8758

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900552423.opb
MD5SUMe3ac612b47921d8ce26a7ef2a453205c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.080987
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
Number of bits of the biggest sum of numbers10
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690415-1338016935.opb>
0.00/0.01	c original problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2707 constraints
0.00/0.01	c problem read in 0.01
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.05	c (round 1) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2542 upgd conss, 242 impls, 22 clqs
0.00/0.06	c (round 2) 0 del vars, 143 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.07	c (round 3) 0 del vars, 264 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2564 upgd conss, 242 impls, 22 clqs
0.00/0.08	c presolving (4 rounds):
0.00/0.08	c  0 deleted vars, 264 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  242 implications, 22 cliques
0.00/0.08	c presolved problem has 231 variables (231 bin, 0 int, 0 impl, 0 cont) and 2443 constraints
0.00/0.08	c       1 constraints of type <knapsack>
0.00/0.08	c      22 constraints of type <setppc>
0.00/0.08	c    2420 constraints of type <logicor>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.07
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.1.1.4
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1797
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c limits/solutions = 1
0.00/0.08	c 
0.00/0.08	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.08	c separating/maxrounds = 1
0.00/0.08	c 
0.00/0.08	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/maxroundsroot = 5
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.08	c constraints/knapsack/disaggregation = FALSE
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/coefdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.08	c heuristics/crossover/freq = -1
0.00/0.08	c 
0.00/0.08	c # number of nodes added to the contingent of the total nodes
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.08	c heuristics/crossover/nodesofs = 750
0.00/0.08	c 
0.00/0.08	c # number of nodes without incumbent change that heuristic should wait
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.08	c heuristics/crossover/nwaitingnodes = 100
0.00/0.08	c 
0.00/0.08	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.08	c # [type: real, range: [0,1], default: 0.1]
0.00/0.08	c heuristics/crossover/nodesquot = 0.15
0.00/0.08	c 
0.00/0.08	c # minimum percentage of integer variables that have to be fixed 
0.00/0.08	c # [type: real, range: [0,1], default: 0.666]
0.00/0.08	c heuristics/crossover/minfixingrate = 0.5
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/feaspump/freq = -1
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/fracdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/guideddiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/intshifting/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/linesearchdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/objpscostdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.08	c # [type: real, range: [0,1], default: 0.01]
0.00/0.08	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/oneopt/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/pscostdiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/rens/freq = -1
0.00/0.08	c 
0.00/0.08	c # minimum percentage of integer variables that have to be fixable 
0.00/0.08	c # [type: real, range: [0,1], default: 0.5]
0.00/0.08	c heuristics/rens/minfixingrate = 0.3
0.00/0.08	c 
0.00/0.08	c # number of nodes added to the contingent of the total nodes
0.00/0.08	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.08	c heuristics/rens/nodesofs = 2000
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.08	c heuristics/rootsoldiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.08	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/rounding/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/shiftandpropagate/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/shifting/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/simplerounding/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/subnlp/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/trivial/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/trysol/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c heuristics/undercover/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.08	c heuristics/veclendiving/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.08	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.08	c 
0.00/0.08	c # additional number of allowed LP iterations
0.00/0.08	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.08	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/zirounding/freq = -1
0.00/0.08	c 
0.00/0.08	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c propagating/probing/maxprerounds = 0
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c separating/cmir/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.08	c separating/flowcover/freq = -1
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/rapidlearning/freq = 0
0.00/0.08	c 
0.00/0.08	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.08	c heuristics/indoneopt/freq = -1
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.08/0.08	c start solving
0.08/0.08	c 
0.09/0.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     0 |    76 |     - |3909k|   0 |  36 | 231 |2443 | 231 |2443 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |    90 |     - |4325k|   0 |  39 | 231 |2723 | 231 |2451 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   106 |     - |4654k|   0 |  46 | 231 |2723 | 231 |2455 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |   121 |     - |5114k|   0 |  46 | 231 |2723 | 231 |2456 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   144 |     - |5555k|   0 |  50 | 231 |2723 | 231 |2459 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.58	c   0.6s|     1 |     0 |   161 |     - |6026k|   0 |  50 | 231 |2723 | 231 |2460 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.94	c   0.9s|     1 |     2 |   161 |     - |6027k|   0 |  50 | 231 |2723 | 231 |2460 |  17 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
9.58/9.69	c   9.7s|   100 |    15 |  5159 |  50.5 |6180k|  16 |  29 | 231 |2749 | 231 |2454 |  17 |  26 |1534 | 0.000000e+00 |      --      |    Inf 
10.48/10.51	c  10.5s|   200 |    14 |  7583 |  37.3 |6207k|  19 |   - | 231 |2814 | 231 |2454 |  17 |  91 |1656 | 0.000000e+00 |      --      |    Inf 
10.99/11.08	c  11.1s|   300 |    16 | 10085 |  33.2 |6239k|  22 |   - | 231 |2885 | 231 |2454 |  17 | 162 |1714 | 0.000000e+00 |      --      |    Inf 
11.38/11.48	c  11.5s|   400 |    18 | 12137 |  30.0 |6280k|  22 |   - | 231 |2969 | 231 |2454 |  17 | 246 |1743 | 0.000000e+00 |      --      |    Inf 
11.79/11.80	c  11.8s|   500 |    18 | 14236 |  28.2 |6304k|  23 |   - | 231 |3041 | 231 |2454 |  17 | 318 |1759 | 0.000000e+00 |      --      |    Inf 
12.10/12.10	c  12.1s|   600 |    16 | 16196 |  26.8 |6323k|  23 |  28 | 231 |3124 | 231 |2454 |  17 | 404 |1769 | 0.000000e+00 |      --      |    Inf 
12.39/12.42	c  12.4s|   700 |    16 | 18480 |  26.2 |6344k|  23 |  25 | 231 |3191 | 231 |2454 |  17 | 476 |1776 | 0.000000e+00 |      --      |    Inf 
12.69/12.71	c  12.7s|   800 |    16 | 20551 |  25.5 |6381k|  23 |  25 | 231 |3269 | 231 |2454 |  17 | 554 |1782 | 0.000000e+00 |      --      |    Inf 
12.89/12.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.89/12.98	c  13.0s|   900 |    15 | 22397 |  24.7 |6408k|  23 |  40 | 231 |3346 | 231 |2454 |  17 | 632 |1788 | 0.000000e+00 |      --      |    Inf 
13.19/13.25	c  13.2s|  1000 |    13 | 24473 |  24.3 |6430k|  25 |  41 | 231 |3433 | 231 |2454 |  17 | 722 |1789 | 0.000000e+00 |      --      |    Inf 
13.49/13.55	c  13.6s|  1100 |    12 | 26745 |  24.2 |6457k|  25 |   - | 231 |3506 | 231 |2454 |  17 | 799 |1792 | 0.000000e+00 |      --      |    Inf 
13.78/13.82	c  13.8s|  1200 |    14 | 28735 |  23.8 |6483k|  25 |  39 | 231 |3572 | 231 |2454 |  17 | 866 |1795 | 0.000000e+00 |      --      |    Inf 
14.08/14.14	c  14.1s|  1300 |    13 | 30973 |  23.7 |6512k|  25 |   - | 231 |3651 | 231 |2454 |  17 | 950 |1804 | 0.000000e+00 |      --      |    Inf 
14.48/14.50	c  14.5s|  1400 |    13 | 33138 |  23.6 |6546k|  25 |   - | 231 |3735 | 231 |2454 |  17 |1037 |1822 | 0.000000e+00 |      --      |    Inf 
14.78/14.81	c  14.8s|  1500 |    12 | 34917 |  23.2 |6579k|  27 |   - | 231 |3825 | 231 |2454 |  17 |1134 |1839 | 0.000000e+00 |      --      |    Inf 
15.08/15.15	c  15.2s|  1600 |    14 | 36975 |  23.0 |6611k|  27 |   - | 231 |3906 | 231 |2454 |  17 |1220 |1857 | 0.000000e+00 |      --      |    Inf 
15.48/15.54	c  15.5s|  1700 |    13 | 39364 |  23.1 |6642k|  27 |  35 | 231 |4009 | 231 |2454 |  17 |1327 |1877 | 0.000000e+00 |      --      |    Inf 
15.89/15.92	c  15.9s|  1800 |    11 | 41559 |  23.0 |6678k|  27 |   - | 231 |4099 | 231 |2454 |  17 |1423 |1900 | 0.000000e+00 |      --      |    Inf 
16.18/16.24	c  16.2s|  1900 |    13 | 43429 |  22.8 |6710k|  27 |   - | 231 |4185 | 231 |2454 |  17 |1514 |1916 | 0.000000e+00 |      --      |    Inf 
16.50/16.58	c  16.6s|  2000 |    12 | 45850 |  22.9 |6736k|  27 |   - | 231 |4273 | 231 |2454 |  17 |1607 |1926 | 0.000000e+00 |      --      |    Inf 
16.88/16.94	c  16.9s|  2100 |    16 | 48206 |  22.9 |6771k|  27 |  34 | 231 |4338 | 231 |2454 |  17 |1681 |1942 | 0.000000e+00 |      --      |    Inf 
17.19/17.23	c  17.2s|  2200 |    21 | 50477 |  22.9 |6815k|  27 |  22 | 231 |4419 | 231 |2454 |  17 |1767 |1945 | 0.000000e+00 |      --      |    Inf 
17.38/17.46	c  17.5s|  2300 |    18 | 52137 |  22.6 |6843k|  27 |  38 | 231 |4515 | 231 |2454 |  17 |1870 |1946 | 0.000000e+00 |      --      |    Inf 
17.68/17.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.68/17.74	c  17.7s|  2400 |    24 | 54227 |  22.5 |6890k|  27 |   - | 231 |4582 | 231 |2454 |  17 |1946 |1949 | 0.000000e+00 |      --      |    Inf 
17.98/18.02	c  18.0s|  2500 |    22 | 56421 |  22.5 |6914k|  27 |  32 | 231 |4663 | 231 |2454 |  17 |2034 |1949 | 0.000000e+00 |      --      |    Inf 
18.29/18.32	c  18.3s|  2600 |    22 | 58802 |  22.6 |6942k|  27 |   - | 231 |4726 |   0 |   0 |  17 |2106 |1950 | 0.000000e+00 |      --      |    Inf 
18.48/18.59	c  18.6s|  2700 |    23 | 60954 |  22.5 |6974k|  29 |  31 | 231 |4809 | 231 |2454 |  17 |2194 |1950 | 0.000000e+00 |      --      |    Inf 
18.79/18.87	c  18.9s|  2800 |    23 | 63184 |  22.5 |7007k|  30 |   - | 231 |4874 | 231 |2454 |  17 |2266 |1950 | 0.000000e+00 |      --      |    Inf 
19.08/19.11	c  19.1s|  2900 |    23 | 64891 |  22.3 |7055k|  30 |   - | 231 |4963 |   0 |   0 |  17 |2358 |1951 | 0.000000e+00 |      --      |    Inf 
19.29/19.38	c  19.4s|  3000 |    31 | 67016 |  22.3 |7089k|  30 |   - | 231 |5027 | 231 |2454 |  17 |2433 |1951 | 0.000000e+00 |      --      |    Inf 
19.58/19.65	c  19.7s|  3100 |    35 | 69248 |  22.3 |7132k|  30 |   - | 231 |5091 | 231 |2454 |  17 |2502 |1951 | 0.000000e+00 |      --      |    Inf 
19.88/19.93	c  19.9s|  3200 |    28 | 71329 |  22.2 |7137k|  30 |  45 | 231 |5165 | 231 |2454 |  17 |2586 |1951 | 0.000000e+00 |      --      |    Inf 
20.28/20.30	c  20.3s|  3300 |    30 | 73602 |  22.3 |7171k|  30 |   - | 231 |5237 | 231 |2454 |  17 |2668 |1971 | 0.000000e+00 |      --      |    Inf 
20.59/20.68	c  20.7s|  3400 |    29 | 75876 |  22.3 |7203k|  30 |  33 | 231 |5323 | 231 |2454 |  17 |2761 |1990 | 0.000000e+00 |      --      |    Inf 
20.89/20.98	c  21.0s|  3500 |    30 | 77520 |  22.1 |7241k|  33 |  32 | 231 |5418 | 231 |2454 |  17 |2860 |2006 | 0.000000e+00 |      --      |    Inf 
21.19/21.23	c  21.2s|  3600 |    33 | 78888 |  21.9 |7289k|  40 |  26 | 231 |5502 | 231 |2454 |  17 |2954 |2015 | 0.000000e+00 |      --      |    Inf 
21.48/21.53	c  21.5s|  3700 |    30 | 80655 |  21.8 |7314k|  40 |   - | 231 |5579 | 231 |2454 |  17 |3037 |2027 | 0.000000e+00 |      --      |    Inf 
21.78/21.82	c  21.8s|  3800 |    33 | 82608 |  21.7 |7358k|  40 |   - | 231 |5667 | 231 |2454 |  17 |3130 |2039 | 0.000000e+00 |      --      |    Inf 
22.09/22.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.09/22.18	c  22.2s|  3900 |    33 | 84802 |  21.7 |7389k|  40 |  25 | 231 |5755 | 231 |2454 |  17 |3230 |2057 | 0.000000e+00 |      --      |    Inf 
22.48/22.54	c  22.5s|  4000 |    41 | 86977 |  21.7 |7440k|  40 |  30 | 231 |5835 | 231 |2454 |  17 |3321 |2075 | 0.000000e+00 |      --      |    Inf 
22.78/22.88	c  22.9s|  4100 |    42 | 88977 |  21.7 |7478k|  40 |  30 | 231 |5904 | 231 |2454 |  17 |3405 |2094 | 0.000000e+00 |      --      |    Inf 
23.18/23.20	c  23.2s|  4200 |    38 | 90928 |  21.6 |7508k|  40 |   - | 231 |5981 | 231 |2454 |  17 |3492 |2111 | 0.000000e+00 |      --      |    Inf 
23.48/23.54	c  23.5s|  4300 |    33 | 92935 |  21.6 |7528k|  40 |   - | 231 |6069 | 231 |2454 |  17 |3585 |2129 | 0.000000e+00 |      --      |    Inf 
23.78/23.89	c  23.9s|  4400 |    30 | 94944 |  21.5 |7547k|  40 |   - | 231 |6133 | 231 |2454 |  17 |3654 |2149 | 0.000000e+00 |      --      |    Inf 
24.09/24.17	c  24.2s|  4500 |    34 | 96532 |  21.4 |7582k|  40 |   - | 231 |6181 | 231 |2454 |  17 |3708 |2162 | 0.000000e+00 |      --      |    Inf 
24.38/24.44	c  24.4s|  4600 |    33 | 98137 |  21.3 |7604k|  40 |   - | 231 |6229 |   0 |   0 |  17 |3777 |2174 | 0.000000e+00 |      --      |    Inf 
24.69/24.74	c  24.7s|  4700 |    33 | 99987 |  21.2 |7611k|  40 |  29 | 231 |6264 | 231 |2454 |  17 |3833 |2186 | 0.000000e+00 |      --      |    Inf 
24.98/25.03	c  25.0s|  4800 |    34 |101985 |  21.2 |7622k|  40 |  23 | 231 |6286 | 231 |2454 |  17 |3886 |2192 | 0.000000e+00 |      --      |    Inf 
25.19/25.29	c  25.3s|  4900 |    34 |103758 |  21.1 |7646k|  40 |  32 | 231 |6328 | 231 |2454 |  17 |3946 |2196 | 0.000000e+00 |      --      |    Inf 
25.58/25.60	c  25.6s|  5000 |    34 |105788 |  21.1 |7675k|  40 |   - | 231 |6384 | 231 |2454 |  17 |4033 |2205 | 0.000000e+00 |      --      |    Inf 
25.78/25.89	c  25.9s|  5100 |    34 |107962 |  21.1 |7695k|  40 |  28 | 231 |6440 | 231 |2454 |  17 |4115 |2205 | 0.000000e+00 |      --      |    Inf 
26.08/26.18	c  26.2s|  5200 |    36 |110308 |  21.2 |7731k|  40 |   - | 231 |6498 | 231 |2454 |  17 |4192 |2205 | 0.000000e+00 |      --      |    Inf 
26.39/26.48	c  26.5s|  5300 |    39 |112716 |  21.2 |7767k|  40 |   - | 231 |6572 | 231 |2454 |  17 |4284 |2205 | 0.000000e+00 |      --      |    Inf 
26.68/26.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.68/26.72	c  26.7s|  5400 |    41 |114459 |  21.2 |7801k|  40 |   - | 231 |6629 | 231 |2454 |  17 |4362 |2206 | 0.000000e+00 |      --      |    Inf 
26.97/27.01	c  27.0s|  5500 |    39 |116528 |  21.2 |7830k|  40 |  42 | 231 |6684 | 231 |2454 |  17 |4455 |2208 | 0.000000e+00 |      --      |    Inf 
27.28/27.32	c  27.3s|  5600 |    35 |118856 |  21.2 |7831k|  40 |  47 | 231 |6693 | 231 |2454 |  17 |4532 |2210 | 0.000000e+00 |      --      |    Inf 
27.49/27.57	c  27.6s|  5700 |    37 |120790 |  21.2 |7862k|  40 |   - | 231 |6737 | 231 |2454 |  17 |4596 |2210 | 0.000000e+00 |      --      |    Inf 
27.78/27.83	c  27.8s|  5800 |    37 |122644 |  21.1 |7874k|  40 |   - | 231 |6765 | 231 |2454 |  17 |4671 |2211 | 0.000000e+00 |      --      |    Inf 
28.08/28.13	c  28.1s|  5900 |    38 |124915 |  21.1 |7879k|  40 |   - | 231 |6777 | 231 |2454 |  17 |4729 |2212 | 0.000000e+00 |      --      |    Inf 
28.37/28.41	c  28.4s|  6000 |    42 |127073 |  21.2 |7897k|  40 |  29 | 231 |6801 | 231 |2454 |  17 |4802 |2212 | 0.000000e+00 |      --      |    Inf 
28.58/28.68	c  28.7s|  6100 |    41 |129163 |  21.2 |7921k|  40 |   - | 231 |6859 | 231 |2454 |  17 |4885 |2212 | 0.000000e+00 |      --      |    Inf 
28.88/28.98	c  29.0s|  6200 |    42 |130954 |  21.1 |7949k|  40 |   - | 231 |6903 | 231 |2454 |  17 |4982 |2226 | 0.000000e+00 |      --      |    Inf 
29.28/29.31	c  29.3s|  6300 |    42 |132935 |  21.1 |7971k|  40 |  40 | 231 |6967 | 231 |2454 |  17 |5082 |2241 | 0.000000e+00 |      --      |    Inf 
29.58/29.63	c  29.6s|  6400 |    40 |134596 |  21.0 |8003k|  40 |   - | 231 |7033 | 231 |2454 |  17 |5161 |2258 | 0.000000e+00 |      --      |    Inf 
29.88/29.93	c  29.9s|  6500 |    41 |136329 |  21.0 |8018k|  40 |  43 | 231 |7063 | 231 |2454 |  17 |5241 |2273 | 0.000000e+00 |      --      |    Inf 
30.28/30.30	c  30.3s|  6600 |    47 |138598 |  21.0 |8045k|  40 |  42 | 231 |7093 | 231 |2454 |  17 |5315 |2290 | 0.000000e+00 |      --      |    Inf 
30.58/30.62	c  30.6s|  6700 |    49 |140820 |  21.0 |8072k|  40 |   - | 231 |7132 | 231 |2454 |  17 |5387 |2299 | 0.000000e+00 |      --      |    Inf 
30.98/31.00	c  31.0s|  6800 |    53 |143171 |  21.0 |8086k|  40 |  38 | 231 |7138 | 231 |2454 |  17 |5442 |2317 | 0.000000e+00 |      --      |    Inf 
31.27/31.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.27/31.38	c  31.4s|  6900 |    52 |145485 |  21.1 |8097k|  40 |  36 | 231 |7163 | 231 |2454 |  17 |5512 |2337 | 0.000000e+00 |      --      |    Inf 
31.68/31.72	c  31.7s|  7000 |    52 |147611 |  21.1 |8127k|  40 |   - | 231 |7216 | 231 |2454 |  17 |5594 |2354 | 0.000000e+00 |      --      |    Inf 
31.98/32.09	c  32.1s|  7100 |    55 |150001 |  21.1 |8151k|  40 |  37 | 231 |7264 | 231 |2454 |  17 |5666 |2369 | 0.000000e+00 |      --      |    Inf 
32.38/32.43	c  32.4s|  7200 |    53 |151887 |  21.1 |8175k|  44 |  39 | 231 |7324 | 231 |2454 |  17 |5735 |2390 | 0.000000e+00 |      --      |    Inf 
32.68/32.74	c  32.7s|  7300 |    51 |153949 |  21.1 |8206k|  49 |   - | 231 |7396 |   0 |   0 |  17 |5808 |2402 | 0.000000e+00 |      --      |    Inf 
32.98/33.08	c  33.1s|  7400 |    52 |156054 |  21.1 |8240k|  49 |   - | 231 |7457 | 231 |2454 |  17 |5890 |2418 | 0.000000e+00 |      --      |    Inf 
33.38/33.41	c  33.4s|  7500 |    48 |158352 |  21.1 |8253k|  49 |   - | 231 |7496 | 231 |2454 |  17 |5967 |2425 | 0.000000e+00 |      --      |    Inf 
33.58/33.67	c  33.7s|  7600 |    46 |160379 |  21.1 |8263k|  49 |  43 | 231 |7534 | 231 |2454 |  17 |6035 |2425 | 0.000000e+00 |      --      |    Inf 
33.88/33.94	c  33.9s|  7700 |    46 |162399 |  21.1 |8276k|  49 |  40 | 231 |7571 | 231 |2454 |  17 |6125 |2431 | 0.000000e+00 |      --      |    Inf 
34.18/34.24	c  34.2s|  7800 |    46 |164574 |  21.1 |8289k|  49 |  30 | 231 |7585 | 231 |2454 |  17 |6201 |2434 | 0.000000e+00 |      --      |    Inf 
34.48/34.52	c  34.5s|  7900 |    44 |166548 |  21.1 |8288k|  49 |   - | 231 |7576 | 231 |2454 |  17 |6269 |2439 | 0.000000e+00 |      --      |    Inf 
34.78/34.82	c  34.8s|  8000 |    46 |168716 |  21.1 |8310k|  49 |   - | 231 |7616 | 231 |2454 |  17 |6359 |2442 | 0.000000e+00 |      --      |    Inf 
35.09/35.11	c  35.1s|  8100 |    46 |170982 |  21.1 |8314k|  49 |  42 | 231 |7627 | 231 |2454 |  17 |6437 |2444 | 0.000000e+00 |      --      |    Inf 
35.27/35.38	c  35.4s|  8200 |    52 |173059 |  21.1 |8336k|  49 |  31 | 231 |7633 | 231 |2454 |  17 |6502 |2444 | 0.000000e+00 |      --      |    Inf 
35.58/35.67	c  35.7s|  8300 |    50 |175398 |  21.1 |8357k|  49 |   - | 231 |7692 | 231 |2454 |  17 |6589 |2444 | 0.000000e+00 |      --      |    Inf 
35.87/35.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.87/35.99	c  36.0s|  8400 |    53 |177982 |  21.2 |8375k|  49 |   - | 231 |7719 | 231 |2454 |  17 |6660 |2445 | 0.000000e+00 |      --      |    Inf 
36.18/36.25	c  36.2s|  8500 |    56 |179952 |  21.2 |8396k|  49 |  36 | 231 |7753 | 231 |2454 |  17 |6728 |2445 | 0.000000e+00 |      --      |    Inf 
36.48/36.54	c  36.5s|  8600 |    56 |182295 |  21.2 |8414k|  49 |  35 | 231 |7784 | 231 |2454 |  17 |6791 |2445 | 0.000000e+00 |      --      |    Inf 
36.78/36.82	c  36.8s|  8700 |    62 |184561 |  21.2 |8456k|  49 |   - | 231 |7832 | 231 |2454 |  17 |6863 |2445 | 0.000000e+00 |      --      |    Inf 
36.97/37.04	c  37.0s|  8800 |    62 |186148 |  21.1 |8486k|  49 |  25 | 231 |7889 | 231 |2454 |  17 |6935 |2445 | 0.000000e+00 |      --      |    Inf 
37.17/37.24	c  37.2s|  8900 |    64 |187637 |  21.1 |8514k|  49 |  32 | 231 |7956 | 231 |2454 |  17 |7007 |2445 | 0.000000e+00 |      --      |    Inf 
37.47/37.53	c  37.5s|  9000 |    65 |189404 |  21.0 |8546k|  49 |  26 | 231 |8029 | 231 |2454 |  17 |7088 |2458 | 0.000000e+00 |      --      |    Inf 
37.68/37.74	c  37.7s|  9100 |    63 |190880 |  21.0 |8582k|  49 |   - | 231 |8110 | 231 |2454 |  17 |7172 |2458 | 0.000000e+00 |      --      |    Inf 
37.97/38.08	c  38.1s|  9200 |    64 |193079 |  21.0 |8610k|  49 |   - | 231 |8179 | 231 |2454 |  17 |7242 |2470 | 0.000000e+00 |      --      |    Inf 
38.38/38.42	c  38.4s|  9300 |    66 |195021 |  21.0 |8640k|  49 |  38 | 231 |8239 | 231 |2454 |  17 |7312 |2490 | 0.000000e+00 |      --      |    Inf 
38.67/38.73	c  38.7s|  9400 |    72 |197124 |  21.0 |8694k|  49 |   - | 231 |8284 |   0 |   0 |  17 |7380 |2500 | 0.000000e+00 |      --      |    Inf 
38.97/39.03	c  39.0s|  9500 |    73 |198919 |  20.9 |8720k|  49 |   - | 231 |8345 | 231 |2454 |  17 |7452 |2514 | 0.000000e+00 |      --      |    Inf 
39.27/39.38	c  39.4s|  9600 |    71 |201005 |  20.9 |8737k|  49 |  32 | 231 |8396 | 231 |2454 |  17 |7514 |2530 | 0.000000e+00 |      --      |    Inf 
39.58/39.63	c  39.6s|  9700 |    71 |202637 |  20.9 |8770k|  49 |   - | 231 |8462 | 231 |2454 |  17 |7589 |2538 | 0.000000e+00 |      --      |    Inf 
39.87/39.95	c  40.0s|  9800 |    69 |204570 |  20.9 |8786k|  49 |  34 | 231 |8521 | 231 |2454 |  17 |7669 |2553 | 0.000000e+00 |      --      |    Inf 
40.17/40.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.17/40.25	c  40.3s|  9900 |    68 |206368 |  20.8 |8805k|  49 |  38 | 231 |8563 | 231 |2454 |  17 |7733 |2565 | 0.000000e+00 |      --      |    Inf 
40.47/40.60	c  40.6s| 10000 |    70 |208342 |  20.8 |8836k|  49 |  34 | 231 |8606 | 231 |2454 |  17 |7802 |2582 | 0.000000e+00 |      --      |    Inf 
40.88/40.95	c  40.9s| 10100 |    69 |210573 |  20.8 |8859k|  49 |   - | 231 |8646 | 231 |2454 |  17 |7866 |2598 | 0.000000e+00 |      --      |    Inf 
41.28/41.34	c  41.3s| 10200 |    78 |213092 |  20.9 |8901k|  49 |   - | 231 |8695 | 231 |2454 |  17 |7932 |2614 | 0.000000e+00 |      --      |    Inf 
41.57/41.67	c  41.7s| 10300 |    77 |214984 |  20.9 |8927k|  49 |   - | 231 |8747 | 231 |2454 |  17 |8003 |2632 | 0.000000e+00 |      --      |    Inf 
41.97/42.01	c  42.0s| 10400 |    80 |217099 |  20.9 |8954k|  49 |  26 | 231 |8800 | 231 |2454 |  17 |8070 |2649 | 0.000000e+00 |      --      |    Inf 
42.27/42.32	c  42.3s| 10500 |    80 |219068 |  20.9 |8978k|  49 |  32 | 231 |8856 | 231 |2454 |  17 |8138 |2663 | 0.000000e+00 |      --      |    Inf 
42.57/42.64	c  42.6s| 10600 |    80 |221036 |  20.8 |9009k|  49 |   - | 231 |8907 | 231 |2454 |  17 |8216 |2679 | 0.000000e+00 |      --      |    Inf 
42.87/42.97	c  43.0s| 10700 |    81 |223352 |  20.9 |9030k|  49 |  30 | 231 |8960 | 231 |2454 |  17 |8284 |2687 | 0.000000e+00 |      --      |    Inf 
43.17/43.29	c  43.3s| 10800 |    81 |225487 |  20.9 |9061k|  49 |   - | 231 |9031 | 231 |2454 |  17 |8368 |2698 | 0.000000e+00 |      --      |    Inf 
43.47/43.57	c  43.6s| 10900 |    77 |227669 |  20.9 |9077k|  49 |   - | 231 |9093 | 231 |2454 |  17 |8446 |2700 | 0.000000e+00 |      --      |    Inf 
43.77/43.85	c  43.9s| 11000 |    77 |229650 |  20.9 |9097k|  49 |  29 | 231 |9147 | 231 |2454 |  17 |8515 |2705 | 0.000000e+00 |      --      |    Inf 
44.07/44.16	c  44.2s| 11100 |    83 |231967 |  20.9 |9125k|  49 |  43 | 231 |9180 | 231 |2454 |  17 |8565 |2709 | 0.000000e+00 |      --      |    Inf 
44.37/44.44	c  44.4s| 11200 |    82 |234115 |  20.9 |9159k|  49 |   - | 231 |9243 | 231 |2454 |  17 |8662 |2710 | 0.000000e+00 |      --      |    Inf 
44.67/44.73	c  44.7s| 11300 |    86 |236381 |  20.9 |9190k|  49 |   - | 231 |9266 | 231 |2454 |  17 |8748 |2711 | 0.000000e+00 |      --      |    Inf 
44.97/45.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.97/45.04	c  45.0s| 11400 |    88 |238721 |  20.9 |9209k|  49 |  34 | 231 |9294 | 231 |2454 |  17 |8818 |2715 | 0.000000e+00 |      --      |    Inf 
45.17/45.26	c  45.3s| 11500 |    84 |240356 |  20.9 |9223k|  49 |   - | 231 |9348 | 231 |2454 |  17 |8903 |2715 | 0.000000e+00 |      --      |    Inf 
45.47/45.57	c  45.6s| 11600 |    86 |242742 |  20.9 |9231k|  49 |  36 | 231 |9341 | 231 |2454 |  17 |8971 |2717 | 0.000000e+00 |      --      |    Inf 
45.77/45.84	c  45.8s| 11700 |    83 |244920 |  20.9 |9251k|  49 |   - | 231 |9391 | 231 |2454 |  17 |9053 |2717 | 0.000000e+00 |      --      |    Inf 
46.08/46.12	c  46.1s| 11800 |    80 |247095 |  20.9 |9269k|  49 |   - | 231 |9440 | 231 |2454 |  17 |9147 |2719 | 0.000000e+00 |      --      |    Inf 
46.27/46.37	c  46.4s| 11900 |    83 |249021 |  20.9 |9290k|  49 |   - | 231 |9465 | 231 |2454 |  17 |9214 |2720 | 0.000000e+00 |      --      |    Inf 
46.47/46.58	c  46.6s| 12000 |    85 |250424 |  20.9 |9313k|  49 |  26 | 231 |9508 | 231 |2454 |  17 |9286 |2721 | 0.000000e+00 |      --      |    Inf 
46.77/46.82	c  46.8s| 12100 |    84 |252339 |  20.8 |9328k|  49 |  36 | 231 |9553 | 231 |2454 |  17 |9356 |2722 | 0.000000e+00 |      --      |    Inf 
47.07/47.11	c  47.1s| 12200 |    82 |254528 |  20.9 |9351k|  49 |  39 | 231 |9600 | 231 |2454 |  17 |9435 |2724 | 0.000000e+00 |      --      |    Inf 
47.27/47.39	c  47.4s| 12300 |    81 |256715 |  20.9 |9370k|  49 |   - | 231 |9633 | 231 |2454 |  17 |9526 |2725 | 0.000000e+00 |      --      |    Inf 
47.57/47.69	c  47.7s| 12400 |    86 |258971 |  20.9 |9386k|  49 |  35 | 231 |9619 | 231 |2454 |  17 |9598 |2727 | 0.000000e+00 |      --      |    Inf 
47.87/47.98	c  48.0s| 12500 |    84 |261278 |  20.9 |9408k|  49 |   - | 231 |9670 | 231 |2454 |  17 |9671 |2727 | 0.000000e+00 |      --      |    Inf 
48.17/48.24	c  48.2s| 12600 |    84 |263243 |  20.9 |9429k|  49 |  34 | 231 |9702 | 231 |2454 |  17 |9748 |2728 | 0.000000e+00 |      --      |    Inf 
48.37/48.48	c  48.5s| 12700 |    82 |265111 |  20.9 |9449k|  49 |   - | 231 |9740 | 231 |2454 |  17 |9833 |2729 | 0.000000e+00 |      --      |    Inf 
48.67/48.77	c  48.8s| 12800 |    80 |267358 |  20.9 |9438k|  49 |  42 | 231 |9719 | 231 |2454 |  17 |9907 |2729 | 0.000000e+00 |      --      |    Inf 
48.97/49.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.97/49.05	c  49.0s| 12900 |    83 |269378 |  20.9 |9415k|  49 |  16 | 231 |9596 | 231 |2454 |  17 |9987 |2729 | 0.000000e+00 |      --      |    Inf 
49.27/49.34	c  49.3s| 13000 |    84 |271655 |  20.9 |9413k|  49 |  26 | 231 |9549 | 231 |2454 |  17 |  10k|2729 | 0.000000e+00 |      --      |    Inf 
49.57/49.64	c  49.6s| 13100 |    85 |273910 |  20.9 |9415k|  49 |   - | 231 |9534 | 231 |2454 |  17 |  10k|2731 | 0.000000e+00 |      --      |    Inf 
49.77/49.89	c  49.9s| 13200 |    85 |275836 |  20.9 |9438k|  49 |   - | 231 |9587 | 231 |2454 |  17 |  10k|2731 | 0.000000e+00 |      --      |    Inf 
50.07/50.17	c  50.2s| 13300 |    85 |278019 |  20.9 |9464k|  49 |   - | 231 |9647 |   0 |   0 |  17 |  10k|2732 | 0.000000e+00 |      --      |    Inf 
50.37/50.44	c  50.4s| 13400 |    82 |279886 |  20.9 |9472k|  49 |   - | 231 |9673 | 231 |2454 |  17 |  10k|2734 | 0.000000e+00 |      --      |    Inf 
50.67/50.70	c  50.7s| 13500 |    82 |281803 |  20.9 |9465k|  49 |  39 | 231 |9646 | 231 |2454 |  17 |  10k|2736 | 0.000000e+00 |      --      |    Inf 
50.87/50.97	c  51.0s| 13600 |    82 |283691 |  20.8 |9462k|  49 |  26 | 231 |9608 | 231 |2454 |  17 |  10k|2737 | 0.000000e+00 |      --      |    Inf 
51.16/51.21	c  51.2s| 13700 |    82 |285422 |  20.8 |9431k|  49 |  35 | 231 |9516 | 231 |2454 |  17 |  10k|2737 | 0.000000e+00 |      --      |    Inf 
51.36/51.48	c  51.5s| 13800 |    83 |287559 |  20.8 |9440k|  49 |   - | 231 |9511 |   0 |   0 |  17 |  10k|2737 | 0.000000e+00 |      --      |    Inf 
51.67/51.73	c  51.7s| 13900 |    79 |289368 |  20.8 |9409k|  49 |   - | 231 |9465 | 231 |2454 |  17 |  10k|2737 | 0.000000e+00 |      --      |    Inf 
51.97/52.04	c  52.0s| 14000 |    81 |291744 |  20.8 |9375k|  49 |  41 | 231 |9368 | 231 |2454 |  17 |  10k|2737 | 0.000000e+00 |      --      |    Inf 
52.17/52.29	c  52.3s| 14100 |    81 |293634 |  20.8 |9374k|  49 |  38 | 231 |9373 | 231 |2454 |  17 |  10k|2737 | 0.000000e+00 |      --      |    Inf 
52.47/52.56	c  52.6s| 14200 |    86 |295755 |  20.8 |9399k|  49 |  35 | 231 |9404 | 231 |2454 |  17 |  11k|2737 | 0.000000e+00 |      --      |    Inf 
52.78/52.84	c  52.8s| 14300 |    82 |297863 |  20.8 |9406k|  49 |  42 | 231 |9461 | 231 |2454 |  17 |  11k|2738 | 0.000000e+00 |      --      |    Inf 
52.97/53.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.97/53.09	c  53.1s| 14400 |    81 |299852 |  20.8 |9432k|  49 |   - | 231 |9524 | 231 |2454 |  17 |  11k|2738 | 0.000000e+00 |      --      |    Inf 
53.27/53.37	c  53.4s| 14500 |    80 |301963 |  20.8 |9453k|  49 |  39 | 231 |9606 | 231 |2454 |  17 |  11k|2738 | 0.000000e+00 |      --      |    Inf 
53.57/53.60	c  53.6s| 14600 |    80 |303706 |  20.8 |9486k|  49 |   - | 231 |9687 | 231 |2454 |  17 |  11k|2738 | 0.000000e+00 |      --      |    Inf 
53.77/53.85	c  53.9s| 14700 |    82 |305630 |  20.8 |9512k|  49 |  33 | 231 |9757 | 231 |2454 |  17 |  11k|2739 | 0.000000e+00 |      --      |    Inf 
54.07/54.14	c  54.1s| 14800 |    80 |307807 |  20.8 |9543k|  49 |   - | 231 |9831 |   0 |   0 |  17 |  11k|2740 | 0.000000e+00 |      --      |    Inf 
54.26/54.39	c  54.4s| 14900 |    77 |309800 |  20.8 |9542k|  49 |  40 | 231 |9878 | 231 |2454 |  17 |  11k|2740 | 0.000000e+00 |      --      |    Inf 
54.57/54.66	c  54.7s| 15000 |    75 |311926 |  20.8 |9543k|  49 |   - | 231 |9867 | 231 |2454 |  17 |  11k|2740 | 0.000000e+00 |      --      |    Inf 
54.87/54.96	c  55.0s| 15100 |    77 |314297 |  20.8 |9541k|  49 |   - | 231 |9860 | 231 |2454 |  17 |  11k|2742 | 0.000000e+00 |      --      |    Inf 
55.16/55.23	c  55.2s| 15200 |    77 |316359 |  20.8 |9531k|  49 |   - | 231 |9837 | 231 |2454 |  17 |  11k|2743 | 0.000000e+00 |      --      |    Inf 
55.46/55.52	c  55.5s| 15300 |    78 |318661 |  20.8 |9531k|  49 |   - | 231 |9828 | 231 |2454 |  17 |  11k|2743 | 0.000000e+00 |      --      |    Inf 
55.66/55.78	c  55.8s| 15400 |    78 |320508 |  20.8 |9510k|  49 |   - | 231 |9727 | 231 |2454 |  17 |  11k|2744 | 0.000000e+00 |      --      |    Inf 
55.98/56.05	c  56.1s| 15500 |    78 |322396 |  20.8 |9457k|  49 |   - | 231 |9534 | 231 |2454 |  17 |  11k|2746 | 0.000000e+00 |      --      |    Inf 
56.27/56.33	c  56.3s| 15600 |    76 |324463 |  20.8 |9433k|  49 |  47 | 231 |9458 | 231 |2454 |  17 |  12k|2746 | 0.000000e+00 |      --      |    Inf 
56.57/56.61	c  56.6s| 15700 |    80 |326545 |  20.8 |9405k|  49 |   - | 231 |9330 | 231 |2454 |  17 |  12k|2747 | 0.000000e+00 |      --      |    Inf 
56.77/56.87	c  56.9s| 15800 |    82 |328558 |  20.8 |9393k|  49 |  33 | 231 |9286 | 231 |2454 |  17 |  12k|2747 | 0.000000e+00 |      --      |    Inf 
57.07/57.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.07/57.15	c  57.2s| 15900 |    80 |330702 |  20.8 |9365k|  53 |   - | 231 |9219 | 231 |2454 |  17 |  12k|2747 | 0.000000e+00 |      --      |    Inf 
57.37/57.44	c  57.4s| 16000 |    80 |332854 |  20.8 |9361k|  53 |  24 | 231 |9214 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
57.67/57.71	c  57.7s| 16100 |    76 |334883 |  20.8 |9362k|  53 |   - | 231 |9222 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
57.87/57.98	c  58.0s| 16200 |    76 |337017 |  20.8 |9355k|  53 |  43 | 231 |9219 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
58.18/58.23	c  58.2s| 16300 |    76 |338835 |  20.8 |9379k|  53 |   - | 231 |9269 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
58.37/58.47	c  58.5s| 16400 |    76 |340707 |  20.8 |9389k|  53 |  36 | 231 |9298 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
58.67/58.75	c  58.8s| 16500 |    76 |342824 |  20.8 |9410k|  53 |   - | 231 |9346 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
58.97/59.04	c  59.0s| 16600 |    74 |345111 |  20.8 |9388k|  53 |   - | 231 |9303 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
59.17/59.30	c  59.3s| 16700 |    74 |347166 |  20.8 |9405k|  53 |   - | 231 |9329 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
59.47/59.56	c  59.6s| 16800 |    71 |349149 |  20.8 |9389k|  53 |  42 | 231 |9334 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
59.76/59.84	c  59.8s| 16900 |    69 |351334 |  20.8 |9394k|  53 |   - | 231 |9356 | 231 |2454 |  17 |  12k|2748 | 0.000000e+00 |      --      |    Inf 
60.06/60.11	c  60.1s| 17000 |    69 |353355 |  20.8 |9395k|  53 |   - | 231 |9339 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
60.37/60.41	c  60.4s| 17100 |    71 |355831 |  20.8 |9416k|  53 |   - | 231 |9358 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
60.57/60.68	c  60.7s| 17200 |    71 |358041 |  20.8 |9419k|  53 |   - | 231 |9360 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
60.87/60.96	c  61.0s| 17300 |    71 |360153 |  20.8 |9421k|  53 |  34 | 231 |9386 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
61.17/61.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.17/61.24	c  61.2s| 17400 |    69 |362412 |  20.8 |9445k|  53 |   - | 231 |9444 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
61.37/61.49	c  61.5s| 17500 |    67 |364265 |  20.8 |9416k|  53 |  41 | 231 |9400 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
61.67/61.72	c  61.7s| 17600 |    67 |366047 |  20.8 |9422k|  53 |  35 | 231 |9401 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
61.87/61.96	c  62.0s| 17700 |    68 |367813 |  20.8 |9420k|  53 |   - | 231 |9385 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
62.17/62.25	c  62.2s| 17800 |    68 |370011 |  20.8 |9406k|  53 |   - | 231 |9339 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
62.46/62.52	c  62.5s| 17900 |    66 |372024 |  20.8 |9377k|  53 |  34 | 231 |9308 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
62.67/62.79	c  62.8s| 18000 |    70 |374205 |  20.8 |9413k|  53 |   - | 231 |9365 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
62.96/63.05	c  63.1s| 18100 |    65 |376226 |  20.8 |9422k|  53 |  38 | 231 |9429 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
63.27/63.31	c  63.3s| 18200 |    64 |378244 |  20.8 |9456k|  53 |   - | 231 |9502 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
63.46/63.58	c  63.6s| 18300 |    64 |380234 |  20.8 |9429k|  53 |   - | 231 |9445 | 231 |2454 |  17 |  13k|2748 | 0.000000e+00 |      --      |    Inf 
63.77/63.87	c  63.9s| 18400 |    61 |382489 |  20.8 |9419k|  53 |   - | 231 |9430 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
64.07/64.12	c  64.1s| 18500 |    63 |384338 |  20.8 |9401k|  53 |   - | 231 |9360 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
64.26/64.38	c  64.4s| 18600 |    63 |386239 |  20.8 |9380k|  53 |   - | 231 |9302 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
64.57/64.65	c  64.7s| 18700 |    61 |388383 |  20.8 |9374k|  53 |   - | 231 |9282 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
64.88/64.93	c  64.9s| 18800 |    59 |390465 |  20.8 |9368k|  53 |   - | 231 |9284 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
65.16/65.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.16/65.21	c  65.2s| 18900 |    64 |392746 |  20.8 |9389k|  53 |  31 | 231 |9310 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
65.37/65.48	c  65.5s| 19000 |    62 |394741 |  20.8 |9354k|  53 |  31 | 231 |9217 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
65.67/65.74	c  65.7s| 19100 |    63 |396693 |  20.8 |9339k|  53 |   - | 231 |9161 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
65.87/65.99	c  66.0s| 19200 |    65 |398732 |  20.8 |9361k|  53 |   - | 231 |9222 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
66.17/66.24	c  66.2s| 19300 |    62 |400627 |  20.8 |9379k|  53 |   - | 231 |9291 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
66.46/66.52	c  66.5s| 19400 |    61 |402756 |  20.8 |9382k|  53 |  37 | 231 |9322 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
66.76/66.81	c  66.8s| 19500 |    65 |405002 |  20.8 |9403k|  53 |  35 | 231 |9353 | 231 |2454 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
66.97/67.05	c  67.1s| 19600 |    65 |406756 |  20.7 |9432k|  53 |   - | 231 |9387 |   0 |   0 |  17 |  14k|2748 | 0.000000e+00 |      --      |    Inf 
67.17/67.28	c  67.3s| 19700 |    65 |408388 |  20.7 |9447k|  53 |   - | 231 |9443 |   0 |   0 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
67.46/67.52	c  67.5s| 19800 |    65 |410134 |  20.7 |9469k|  53 |   - | 231 |9517 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
67.67/67.75	c  67.8s| 19900 |    68 |411857 |  20.7 |9490k|  53 |  30 | 231 |9570 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
67.97/68.00	c  68.0s| 20000 |    68 |413682 |  20.7 |9509k|  53 |  23 | 231 |9638 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
68.17/68.24	c  68.2s| 20100 |    67 |415507 |  20.7 |9536k|  53 |   - | 231 |9716 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
68.46/68.51	c  68.5s| 20200 |    66 |417600 |  20.7 |9559k|  53 |  33 | 231 |9797 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
68.77/68.81	c  68.8s| 20300 |    65 |419951 |  20.7 |9581k|  53 |  35 | 231 |9871 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
68.97/69.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.97/69.09	c  69.1s| 20400 |    65 |422171 |  20.7 |9604k|  53 |   - | 231 |9925 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
69.36/69.40	c  69.4s| 20500 |    65 |424682 |  20.7 |9625k|  53 |   - | 231 |9990 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
69.66/69.72	c  69.7s| 20600 |    60 |427228 |  20.7 |9635k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
69.86/69.98	c  70.0s| 20700 |    58 |429233 |  20.7 |9589k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
70.17/70.26	c  70.3s| 20800 |    56 |431292 |  20.7 |9570k|  53 |   - | 231 |9978 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
70.47/70.53	c  70.5s| 20900 |    55 |433346 |  20.7 |9571k|  53 |  31 | 231 |9989 | 231 |2454 |  17 |  15k|2748 | 0.000000e+00 |      --      |    Inf 
70.67/70.77	c  70.8s| 21000 |    54 |435098 |  20.7 |9562k|  53 |   - | 231 |9966 | 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
70.96/71.07	c  71.1s| 21100 |    54 |437355 |  20.7 |9531k|  53 |  38 | 231 |9879 | 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
71.27/71.32	c  71.3s| 21200 |    54 |439350 |  20.7 |9538k|  53 |   - | 231 |9885 | 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
71.56/71.61	c  71.6s| 21300 |    56 |441739 |  20.7 |9560k|  53 |  36 | 231 |9936 | 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
71.77/71.87	c  71.9s| 21400 |    54 |443794 |  20.7 |9575k|  53 |   - | 231 |9968 | 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
72.06/72.12	c  72.1s| 21500 |    54 |445839 |  20.7 |9596k|  53 |  42 | 231 |  10k| 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
72.26/72.39	c  72.4s| 21600 |    54 |448005 |  20.7 |9627k|  53 |  26 | 231 |  10k| 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
72.58/72.69	c  72.7s| 21700 |    53 |450304 |  20.7 |9602k|  53 |  30 | 231 |  10k| 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
72.86/72.95	c  72.9s| 21800 |    52 |452226 |  20.7 |9600k|  53 |  45 | 231 |  10k| 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
73.16/73.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.16/73.22	c  73.2s| 21900 |    56 |454415 |  20.7 |9628k|  53 |  27 | 231 |  10k| 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
73.37/73.47	c  73.5s| 22000 |    55 |456352 |  20.7 |9650k|  53 |  18 | 231 |  10k| 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
73.67/73.74	c  73.7s| 22100 |    51 |458376 |  20.7 |9660k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  16k|2748 | 0.000000e+00 |      --      |    Inf 
73.86/73.99	c  74.0s| 22200 |    53 |460253 |  20.7 |9629k|  53 |  39 | 231 |  10k| 231 |2454 |  17 |  17k|2748 | 0.000000e+00 |      --      |    Inf 
74.16/74.28	c  74.3s| 22300 |    52 |462557 |  20.7 |9649k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  17k|2748 | 0.000000e+00 |      --      |    Inf 
74.47/74.53	c  74.5s| 22400 |    52 |464520 |  20.7 |9674k|  53 |  37 | 231 |  10k| 231 |2454 |  17 |  17k|2748 | 0.000000e+00 |      --      |    Inf 
74.77/74.81	c  74.8s| 22500 |    54 |466750 |  20.7 |9690k|  53 |  24 | 231 |  10k| 231 |2454 |  17 |  17k|2748 | 0.000000e+00 |      --      |    Inf 
75.07/75.11	c  75.1s| 22600 |    51 |468711 |  20.7 |9693k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  17k|2755 | 0.000000e+00 |      --      |    Inf 
75.36/75.45	c  75.5s| 22700 |    50 |470871 |  20.7 |9697k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  17k|2769 | 0.000000e+00 |      --      |    Inf 
75.66/75.70	c  75.7s| 22800 |    49 |472433 |  20.7 |9704k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  17k|2775 | 0.000000e+00 |      --      |    Inf 
75.96/76.02	c  76.0s| 22900 |    51 |474428 |  20.7 |9711k|  53 |  26 | 231 |  10k| 231 |2454 |  17 |  17k|2792 | 0.000000e+00 |      --      |    Inf 
76.27/76.33	c  76.3s| 23000 |    48 |476541 |  20.7 |9726k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  17k|2803 | 0.000000e+00 |      --      |    Inf 
76.66/76.72	c  76.7s| 23100 |    47 |478952 |  20.7 |9726k|  53 |  39 | 231 |  10k| 231 |2454 |  17 |  17k|2823 | 0.000000e+00 |      --      |    Inf 
76.97/77.09	c  77.1s| 23200 |    43 |481276 |  20.7 |9705k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  17k|2837 | 0.000000e+00 |      --      |    Inf 
77.26/77.39	c  77.4s| 23300 |    42 |483057 |  20.7 |9715k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  17k|2848 | 0.000000e+00 |      --      |    Inf 
77.67/77.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.67/77.74	c  77.7s| 23400 |    44 |485236 |  20.7 |9676k|  53 |  37 | 231 |  10k| 231 |2454 |  17 |  17k|2863 | 0.000000e+00 |      --      |    Inf 
77.97/78.08	c  78.1s| 23500 |    42 |487558 |  20.7 |9664k|  53 |  33 | 231 |  10k| 231 |2454 |  17 |  17k|2875 | 0.000000e+00 |      --      |    Inf 
78.27/78.38	c  78.4s| 23600 |    41 |489490 |  20.7 |9667k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  18k|2888 | 0.000000e+00 |      --      |    Inf 
78.66/78.70	c  78.7s| 23700 |    43 |491538 |  20.7 |9668k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  18k|2900 | 0.000000e+00 |      --      |    Inf 
78.96/79.01	c  79.0s| 23800 |    45 |493514 |  20.7 |9688k|  53 |  28 | 231 |  10k| 231 |2454 |  17 |  18k|2913 | 0.000000e+00 |      --      |    Inf 
79.27/79.37	c  79.4s| 23900 |    39 |495815 |  20.7 |9678k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  18k|2928 | 0.000000e+00 |      --      |    Inf 
79.66/79.72	c  79.7s| 24000 |    39 |498023 |  20.7 |9681k|  53 |  33 | 231 |  10k| 231 |2454 |  17 |  18k|2941 | 0.000000e+00 |      --      |    Inf 
79.97/80.06	c  80.1s| 24100 |    38 |499987 |  20.7 |9691k|  53 |  36 | 231 |  10k| 231 |2454 |  17 |  18k|2959 | 0.000000e+00 |      --      |    Inf 
80.27/80.39	c  80.4s| 24200 |    37 |502087 |  20.7 |9680k|  53 |  33 | 231 |  10k| 231 |2454 |  17 |  18k|2974 | 0.000000e+00 |      --      |    Inf 
80.57/80.64	c  80.6s| 24300 |    34 |503733 |  20.7 |9706k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  18k|2981 | 0.000000e+00 |      --      |    Inf 
80.87/80.93	c  80.9s| 24400 |    36 |505552 |  20.7 |9671k|  53 |  39 | 231 |  10k| 231 |2454 |  17 |  18k|2989 | 0.000000e+00 |      --      |    Inf 
81.17/81.21	c  81.2s| 24500 |    37 |507749 |  20.7 |9690k|  53 |  35 | 231 |  10k| 231 |2454 |  17 |  18k|2990 | 0.000000e+00 |      --      |    Inf 
81.37/81.46	c  81.5s| 24600 |    36 |509614 |  20.7 |9709k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  18k|2992 | 0.000000e+00 |      --      |    Inf 
81.67/81.74	c  81.7s| 24700 |    37 |511766 |  20.7 |9739k|  53 |  40 | 231 |  10k| 231 |2454 |  17 |  18k|2994 | 0.000000e+00 |      --      |    Inf 
81.96/82.05	c  82.0s| 24800 |    41 |514285 |  20.7 |9775k|  53 |  42 | 231 |  10k| 231 |2454 |  17 |  19k|2995 | 0.000000e+00 |      --      |    Inf 
82.26/82.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.26/82.38	c  82.4s| 24900 |    35 |516944 |  20.8 |9781k|  53 |  29 | 231 |  10k| 231 |2454 |  17 |  19k|2995 | 0.000000e+00 |      --      |    Inf 
82.56/82.63	c  82.6s| 25000 |    33 |518723 |  20.7 |9737k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  19k|2996 | 0.000000e+00 |      --      |    Inf 
82.86/82.92	c  82.9s| 25100 |    33 |520924 |  20.7 |9721k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  19k|2996 | 0.000000e+00 |      --      |    Inf 
83.06/83.19	c  83.2s| 25200 |    35 |523066 |  20.8 |9727k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  19k|2996 | 0.000000e+00 |      --      |    Inf 
83.36/83.49	c  83.5s| 25300 |    31 |525387 |  20.8 |9697k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  19k|2996 | 0.000000e+00 |      --      |    Inf 
83.67/83.78	c  83.8s| 25400 |    31 |527646 |  20.8 |9691k|  53 |  36 | 231 |  10k| 231 |2454 |  17 |  19k|2997 | 0.000000e+00 |      --      |    Inf 
83.96/84.05	c  84.1s| 25500 |    29 |529715 |  20.8 |9666k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  19k|2997 | 0.000000e+00 |      --      |    Inf 
84.26/84.32	c  84.3s| 25600 |    30 |531681 |  20.8 |9678k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  19k|2999 | 0.000000e+00 |      --      |    Inf 
84.46/84.58	c  84.6s| 25700 |    30 |533652 |  20.8 |9668k|  53 |  24 | 231 |  10k| 231 |2454 |  17 |  19k|2999 | 0.000000e+00 |      --      |    Inf 
84.76/84.82	c  84.8s| 25800 |    26 |535466 |  20.7 |9643k|  53 |  35 | 231 |  10k| 231 |2454 |  17 |  19k|2999 | 0.000000e+00 |      --      |    Inf 
85.06/85.10	c  85.1s| 25900 |    27 |537552 |  20.7 |9660k|  53 |  27 | 231 |  10k| 231 |2454 |  17 |  19k|2999 | 0.000000e+00 |      --      |    Inf 
85.26/85.33	c  85.3s| 26000 |    27 |539252 |  20.7 |9677k|  53 |  35 | 231 |  10k| 231 |2454 |  17 |  19k|2999 | 0.000000e+00 |      --      |    Inf 
85.57/85.65	c  85.7s| 26100 |    25 |541321 |  20.7 |9705k|  53 |   - | 231 |  10k|   0 |   0 |  17 |  19k|3010 | 0.000000e+00 |      --      |    Inf 
85.86/85.97	c  86.0s| 26200 |    25 |543692 |  20.7 |9716k|  53 |  43 | 231 |  10k| 231 |2454 |  17 |  20k|3016 | 0.000000e+00 |      --      |    Inf 
86.16/86.29	c  86.3s| 26300 |    25 |545815 |  20.7 |9738k|  53 |   - | 231 |  10k| 231 |2454 |  17 |  20k|3028 | 0.000000e+00 |      --      |    Inf 
86.46/86.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.46/86.59	c  86.6s| 26400 |    24 |547785 |  20.7 |9748k|  54 |   - | 231 |  10k| 231 |2454 |  17 |  20k|3037 | 0.000000e+00 |      --      |    Inf 
86.87/86.99	c  87.0s| 26500 |    20 |550029 |  20.8 |9705k|  54 |   - | 231 |  10k| 231 |2454 |  17 |  20k|3056 | 0.000000e+00 |      --      |    Inf 
87.27/87.33	c  87.3s| 26600 |    20 |552277 |  20.8 |9689k|  54 |  41 | 231 |  10k| 231 |2454 |  17 |  20k|3066 | 0.000000e+00 |      --      |    Inf 
87.56/87.64	c  87.6s| 26700 |    20 |554304 |  20.8 |9627k|  54 |  43 | 231 |  10k| 231 |2454 |  17 |  20k|3073 | 0.000000e+00 |      --      |    Inf 
87.87/87.99	c  88.0s| 26800 |    21 |556510 |  20.8 |9649k|  54 |  32 | 231 |  10k| 231 |2454 |  17 |  20k|3087 | 0.000000e+00 |      --      |    Inf 
88.26/88.32	c  88.3s| 26900 |    19 |558650 |  20.8 |9646k|  54 |  36 | 231 |  10k| 231 |2454 |  17 |  20k|3097 | 0.000000e+00 |      --      |    Inf 
88.56/88.64	c  88.6s| 27000 |    18 |560713 |  20.8 |9651k|  54 |   - | 231 |  10k|   0 |   0 |  17 |  20k|3111 | 0.000000e+00 |      --      |    Inf 
88.86/88.96	c  89.0s| 27100 |    20 |562766 |  20.8 |9645k|  54 |  35 | 231 |  10k| 231 |2454 |  17 |  20k|3121 | 0.000000e+00 |      --      |    Inf 
89.26/89.33	c  89.3s| 27200 |    19 |565078 |  20.8 |9637k|  54 |   - | 231 |  10k| 231 |2454 |  17 |  20k|3137 | 0.000000e+00 |      --      |    Inf 
89.66/89.75	c  89.7s| 27300 |    18 |567748 |  20.8 |9633k|  54 |  39 | 231 |  10k| 231 |2454 |  17 |  20k|3155 | 0.000000e+00 |      --      |    Inf 
90.06/90.12	c  90.1s| 27400 |    16 |570222 |  20.8 |9617k|  54 |  36 | 231 |  10k| 231 |2454 |  17 |  20k|3169 | 0.000000e+00 |      --      |    Inf 
90.47/90.53	c  90.5s| 27500 |    12 |572881 |  20.8 |9566k|  54 |   - | 231 |  10k| 231 |2454 |  17 |  21k|3186 | 0.000000e+00 |      --      |    Inf 
90.77/90.84	c  90.8s| 27600 |    12 |574894 |  20.8 |9595k|  54 |   - | 231 |  10k| 231 |2454 |  17 |  21k|3199 | 0.000000e+00 |      --      |    Inf 
91.17/91.24	c  91.2s| 27700 |    12 |577450 |  20.8 |9599k|  54 |   - | 231 |  10k| 231 |2454 |  17 |  21k|3218 | 0.000000e+00 |      --      |    Inf 
91.46/91.56	c  91.6s| 27800 |    10 |579528 |  20.8 |9517k|  54 |  36 | 231 |  10k| 231 |2454 |  17 |  21k|3227 | 0.000000e+00 |      --      |    Inf 
91.76/91.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.76/91.89	c  91.9s| 27900 |    10 |581667 |  20.8 |9518k|  54 |   - | 231 |  10k|   0 |   0 |  17 |  21k|3239 | 0.000000e+00 |      --      |    Inf 
92.17/92.20	c  92.2s| 28000 |     6 |584105 |  20.9 |9489k|  54 |  36 | 231 |  10k| 231 |2454 |  17 |  21k|3242 | 0.000000e+00 |      --      |    Inf 
92.37/92.50	c  92.5s| 28100 |     4 |586315 |  20.9 |9439k|  54 |   - | 231 |  10k| 231 |2454 |  17 |  21k|3243 | 0.000000e+00 |      --      |    Inf 
92.66/92.75	c  92.8s| 28200 |     2 |588234 |  20.9 |9440k|  54 |   - | 231 |  10k| 231 |2454 |  17 |  21k|3243 | 0.000000e+00 |      --      |    Inf 
92.77/92.86	c 
92.77/92.86	c SCIP Status        : problem is solved [infeasible]
92.77/92.86	c Solving Time (sec) : 92.86
92.77/92.86	c Solving Nodes      : 28238
92.77/92.86	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
92.77/92.86	c Dual Bound         : +1.00000000000000e+20
92.77/92.86	c Gap                : 0.00 %
92.77/92.86	s UNSATISFIABLE
92.77/92.86	c SCIP Status        : problem is solved [infeasible]
92.77/92.86	c Total Time         :      92.86
92.77/92.86	c   solving          :      92.86
92.77/92.86	c   presolving       :       0.07 (included in solving)
92.77/92.86	c   reading          :       0.01 (included in solving)
92.77/92.86	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
92.77/92.86	c Original Problem   :
92.77/92.86	c   Problem name     : HOME/instance-3690415-1338016935.opb
92.77/92.86	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
92.77/92.86	c   Constraints      : 2707 initial, 2707 maximal
92.77/92.86	c   Objective sense  : minimize
92.77/92.86	c Presolved Problem  :
92.77/92.86	c   Problem name     : t_HOME/instance-3690415-1338016935.opb
92.77/92.86	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
92.77/92.86	c   Constraints      : 2443 initial, 11000 maximal
92.77/92.86	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
92.77/92.86	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   setppc           :       0.00       0.00          0          0          0          0          0        121          0          0          0
92.77/92.86	c   linear           :       0.02       0.00          0          0          0          0          0        143          0          0          0
92.77/92.86	c   logicor          :       0.03       0.00          0          0          0          0          0          0          0          0          0
92.77/92.86	c   root node        :          -          -         22          -          -         22          -          -          -          -          -
92.77/92.86	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
92.77/92.86	c   integral         :          0          0          0          0      15001          0          1          0         60       1433          0          0      28472
92.77/92.86	c   knapsack         :          1          1          5     116401          0          0          0      13289        182      73623          0          0          0
92.77/92.86	c   setppc           :         22         22          5     116351          0          0          0     256727        886     164942          0          0          0
92.77/92.86	c   linear           :          0+       280          5     111716          0          0          0        597          5       7385          1          0          0
92.77/92.86	c   logicor          :       2420+     10957          5      53246          0          0          0     112534        212     176158          0          0          0
92.77/92.86	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
92.77/92.86	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
92.77/92.86	c   integral         :      15.87       0.00       0.00       0.00      15.87       0.00       0.00       0.00
92.77/92.86	c   knapsack         :       0.25       0.00       0.00       0.23       0.00       0.00       0.00       0.02
92.77/92.86	c   setppc           :       0.81       0.00       0.00       0.57       0.00       0.00       0.00       0.24
92.77/92.86	c   linear           :       0.31       0.00       0.00       0.30       0.00       0.00       0.00       0.00
92.77/92.86	c   logicor          :       2.10       0.00       0.00       1.94       0.00       0.00       0.00       0.16
92.77/92.86	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
92.77/92.86	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
92.77/92.86	c   rootredcost      :          0          0          0          0
92.77/92.86	c   pseudoobj        :          0          0          0          0
92.77/92.86	c   vbounds          :          0          0          0          0
92.77/92.86	c   redcost          :      15006          0          0          0
92.77/92.86	c   probing          :          0          0          0          0
92.77/92.86	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
92.77/92.86	c   rootredcost      :       0.10       0.00       0.00       0.10       0.00
92.77/92.86	c   pseudoobj        :       0.11       0.00       0.00       0.11       0.00
92.77/92.86	c   vbounds          :       0.09       0.00       0.00       0.09       0.00
92.77/92.86	c   redcost          :       0.12       0.00       0.00       0.12       0.00
92.77/92.86	c   probing          :       0.00       0.00       0.00       0.00       0.00
92.77/92.86	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
92.77/92.86	c   propagation      :       0.10       1285       1281       6182       19.9         42       23.1          -
92.77/92.86	c   infeasible LP    :       1.62      12887      12849      72728       28.4         65       20.3          0
92.77/92.86	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
92.77/92.86	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
92.77/92.86	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
92.77/92.86	c   applied globally :          -          -          -      21143       19.0          -          -          -
92.77/92.86	c   applied locally  :          -          -          -        556       33.7          -          -          -
92.77/92.86	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
92.77/92.86	c   cut pool         :       0.00                     4          -          -        235          -    (maximal pool size: 535)
92.77/92.86	c   closecuts        :       0.00       0.00          0          0          0          0          0
92.77/92.86	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
92.77/92.86	c   intobj           :       0.00       0.00          0          0          0          0          0
92.77/92.86	c   gomory           :       0.11       0.00          5          0          0        200          0
92.77/92.86	c   cgmip            :       0.00       0.00          0          0          0          0          0
92.77/92.86	c   strongcg         :       0.20       0.00          5          0          0       2500          0
92.77/92.86	c   cmir             :       0.00       0.00          0          0          0          0          0
92.77/92.86	c   flowcover        :       0.00       0.00          0          0          0          0          0
92.77/92.86	c   clique           :       0.00       0.00          5          0          0          0          0
92.77/92.86	c   zerohalf         :       0.00       0.00          0          0          0          0          0
92.77/92.86	c   mcf              :       0.00       0.00          1          0          0          0          0
92.77/92.86	c   oddcycle         :       0.00       0.00          0          0          0          0          0
92.77/92.86	c   rapidlearning    :       0.15       0.00          1          0          0          0        280
92.77/92.86	c Pricers            :   ExecTime  SetupTime      Calls       Vars
92.77/92.86	c   problem variables:       0.00          -          0          0
92.77/92.86	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
92.77/92.86	c   relpscost        :      15.84       0.00      15001         60       1433          0          0      28472
92.77/92.86	c   pscost           :       0.00       0.00          0          0          0          0          0          0
92.77/92.86	c   inference        :       0.00       0.00          0          0          0          0          0          0
92.77/92.86	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
92.77/92.86	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
92.77/92.86	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
92.77/92.86	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
92.77/92.86	c   random           :       0.00       0.00          0          0          0          0          0          0
92.77/92.86	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
92.77/92.86	c   LP solutions     :       0.00          -          -          0
92.77/92.86	c   pseudo solutions :       0.00          -          -          0
92.77/92.86	c   smallcard        :       0.00       0.00          0          0
92.77/92.86	c   trivial          :       0.00       0.00          1          0
92.77/92.86	c   shiftandpropagate:       0.00       0.00          0          0
92.77/92.86	c   simplerounding   :       0.00       0.00          0          0
92.77/92.86	c   zirounding       :       0.00       0.00          0          0
92.77/92.86	c   rounding         :       0.00       0.00          0          0
92.77/92.86	c   shifting         :       0.00       0.00          0          0
92.77/92.86	c   intshifting      :       0.00       0.00          0          0
92.77/92.86	c   oneopt           :       0.00       0.00          0          0
92.77/92.86	c   twoopt           :       0.00       0.00          0          0
92.77/92.86	c   indtwoopt        :       0.00       0.00          0          0
92.77/92.86	c   indoneopt        :       0.00       0.00          0          0
92.77/92.86	c   fixandinfer      :       0.00       0.00          0          0
92.77/92.86	c   feaspump         :       0.00       0.00          0          0
92.77/92.86	c   clique           :       0.00       0.00          0          0
92.77/92.86	c   indrounding      :       0.00       0.00          0          0
92.77/92.86	c   indcoefdiving    :       0.00       0.00          0          0
92.77/92.86	c   coefdiving       :       0.00       0.00          0          0
92.77/92.86	c   pscostdiving     :       0.00       0.00          0          0
92.77/92.86	c   nlpdiving        :       0.00       0.00          0          0
92.77/92.86	c   fracdiving       :       0.00       0.00          0          0
92.77/92.86	c   veclendiving     :       0.00       0.00          0          0
92.77/92.86	c   intdiving        :       0.00       0.00          0          0
92.77/92.86	c   actconsdiving    :       0.00       0.00          0          0
92.77/92.86	c   objpscostdiving  :       0.00       0.00          0          0
92.77/92.86	c   rootsoldiving    :       0.00       0.00          0          0
92.77/92.86	c   linesearchdiving :       0.00       0.00          0          0
92.77/92.86	c   guideddiving     :       0.00       0.00          0          0
92.77/92.86	c   octane           :       0.00       0.00          0          0
92.77/92.86	c   rens             :       0.00       0.00          0          0
92.77/92.86	c   rins             :       0.00       0.00          0          0
92.77/92.86	c   localbranching   :       0.00       0.00          0          0
92.77/92.86	c   mutation         :       0.00       0.00          0          0
92.77/92.86	c   crossover        :       0.00       0.00          0          0
92.77/92.86	c   dins             :       0.00       0.00          0          0
92.77/92.86	c   vbounds          :       0.00       0.00          0          0
92.77/92.86	c   undercover       :       0.00       0.00          0          0
92.77/92.86	c   subnlp           :       0.00       0.00          0          0
92.77/92.86	c   trysol           :       0.00       0.00          0          0
92.77/92.86	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
92.77/92.86	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
92.77/92.86	c   dual LP          :      63.38      27893     589030      21.17    9293.95       0.03         71
92.77/92.86	c   lex dual LP      :       0.00          0          0       0.00          -
92.77/92.86	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
92.77/92.86	c   diving/probing LP:       0.00          0          0       0.00          -
92.77/92.86	c   strong branching :      15.55       3243     135660      41.83    8725.41
92.77/92.86	c     (at root node) :          -         10       3373     337.30          -
92.77/92.86	c   conflict analysis:       0.00          0          0       0.00          -
92.77/92.86	c B&B Tree           :
92.77/92.86	c   number of runs   :          1
92.77/92.86	c   nodes            :      28238
92.77/92.86	c   nodes (total)    :      28238
92.77/92.86	c   nodes left       :          0
92.77/92.86	c   max depth        :         54
92.77/92.86	c   max depth (total):         54
92.77/92.86	c   backtracks       :       3215 (11.4%)
92.77/92.86	c   delayed cutoffs  :        235
92.77/92.86	c   repropagations   :      51240 (66373 domain reductions, 235 cutoffs)
92.77/92.86	c   avg switch length:       5.25
92.77/92.86	c   switching time   :       2.49
92.77/92.86	c Solution           :
92.77/92.86	c   Solutions found  :          0 (0 improvements)
92.77/92.86	c   Primal Bound     : infeasible
92.77/92.86	c   Dual Bound       :          -
92.77/92.86	c   Gap              :       0.00 %
92.77/92.86	c   Root Dual Bound  : +0.00000000000000e+00
92.77/92.86	c   Root Iterations  :        161
92.77/92.87	c Time complete: 92.83.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3690415-1338016935/watcher-3690415-1338016935 -o /tmp/evaluation-result-3690415-1338016935/solver-3690415-1338016935 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690415-1338016935.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: 0.17 0.27 0.82 2/176 5813
/proc/meminfo: memFree=29139112/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=10292 CPUtime=0 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 1308 0 0 0 0 0 0 0 20 0 1 0 267819166 10539008 1262 33554432000 4194304 10173063 140734654113984 140736098209912 5285025 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5813/statm: 2573 1262 413 1460 0 1104 0

[startup+0.0884479 s]
/proc/loadavg: 0.17 0.27 0.82 2/176 5813
/proc/meminfo: memFree=29139112/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=25628 CPUtime=0.08 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 5196 0 0 0 5 3 0 0 20 0 1 0 267819166 26243072 4894 33554432000 4194304 10173063 140734654113984 140734654110984 8846879 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5813/statm: 6407 4919 611 1460 0 4938 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25628

[startup+0.100254 s]
/proc/loadavg: 0.17 0.27 0.82 2/176 5813
/proc/meminfo: memFree=29139112/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=29060 CPUtime=0.09 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 6310 0 0 0 6 3 0 0 20 0 1 0 267819166 29757440 5967 33554432000 4194304 10173063 140734654113984 140734654110984 8886411 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5813/statm: 7265 5967 750 1460 0 5796 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29060

[startup+0.300255 s]
/proc/loadavg: 0.17 0.27 0.82 2/176 5813
/proc/meminfo: memFree=29139112/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47040 CPUtime=0.29 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 10642 0 0 0 20 9 0 0 20 0 1 0 267819166 48168960 10297 33554432000 4194304 10173063 140734654113984 140734654108024 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5813/statm: 11760 10297 821 1460 0 10291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47040

[startup+0.700237 s]
/proc/loadavg: 0.17 0.27 0.82 2/176 5813
/proc/meminfo: memFree=29139112/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=0.69 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 10813 0 0 0 59 10 0 0 20 0 1 0 267819166 48508928 10466 33554432000 4194304 10173063 140734654113984 140734654108872 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5813/statm: 11843 10466 830 1460 0 10374 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47372

[startup+1.50023 s]
/proc/loadavg: 0.17 0.27 0.82 3/177 5814
/proc/meminfo: memFree=29100168/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=1.49 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 10818 0 0 0 139 10 0 0 20 0 1 0 267819166 48508928 10471 33554432000 4194304 10173063 140734654113984 140734654107240 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/5813/statm: 11843 10471 835 1460 0 10374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47372

[startup+3.10029 s]
/proc/loadavg: 0.17 0.27 0.82 3/177 5814
/proc/meminfo: memFree=29099796/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=3.08 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 10818 0 0 0 296 12 0 0 20 0 1 0 267819166 48508928 10471 33554432000 4194304 10173063 140734654113984 140734654107432 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10471 835 1460 0 10374 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 47372

[startup+6.30028 s]
/proc/loadavg: 0.32 0.30 0.83 3/177 5814
/proc/meminfo: memFree=29099548/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=6.28 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 10818 0 0 0 609 19 0 0 20 0 1 0 267819166 48508928 10471 33554432000 4194304 10173063 140734654113984 140734654107480 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10471 835 1460 0 10374 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47372

[startup+12.7003 s]
/proc/loadavg: 0.45 0.33 0.84 3/177 5814
/proc/meminfo: memFree=29098716/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=12.69 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 10819 0 0 0 1214 55 0 0 20 0 1 0 267819166 48508928 10472 33554432000 4194304 10173063 140734654113984 140734654109784 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10472 836 1460 0 10374 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47372

[startup+25.5003 s]
/proc/loadavg: 0.79 0.41 0.85 3/177 5814
/proc/meminfo: memFree=29097616/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=25.48 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11073 0 0 0 2351 197 0 0 20 0 1 0 267819166 48508928 10726 33554432000 4194304 10173063 140734654113984 140734654109784 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10726 836 1460 0 10374 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47372

[startup+51.1003 s]
/proc/loadavg: 1.20 0.54 0.88 3/177 5814
/proc/meminfo: memFree=29096280/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=51.07 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11086 0 0 0 4688 419 0 0 20 0 1 0 267819166 48508928 10984 33554432000 4194304 10173063 140734654113984 140734654109320 8046949 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10984 836 1460 0 10374 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47372

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

[startup+76.7003 s]
/proc/loadavg: 1.47 0.65 0.91 3/177 5814
/proc/meminfo: memFree=29096280/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=76.66 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11086 0 0 0 6936 730 0 0 20 0 1 0 267819166 48508928 10984 33554432000 4194304 10173063 140734654113984 140734654107240 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10984 836 1460 0 10374 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 47372

[startup+83.1003 s]
/proc/loadavg: 1.52 0.67 0.92 3/177 5814
/proc/meminfo: memFree=29095660/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=83.06 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11086 0 0 0 7508 798 0 0 20 0 1 0 267819166 48508928 10984 33554432000 4194304 10173063 140734654113984 140734654110472 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10984 836 1460 0 10374 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 47372

[startup+89.5003 s]
/proc/loadavg: 1.59 0.72 0.93 3/177 5814
/proc/meminfo: memFree=29095660/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=89.46 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11086 0 0 0 8084 862 0 0 20 0 1 0 267819166 48508928 10984 33554432000 4194304 10173063 140734654113984 140734654107896 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10984 836 1460 0 10374 0
Current children cumulated CPU time (s) 89.46
Current children cumulated vsize (KiB) 47372

[startup+91.1003 s]
/proc/loadavg: 1.59 0.72 0.93 3/177 5814
/proc/meminfo: memFree=29095660/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=91.06 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11086 0 0 0 8230 876 0 0 20 0 1 0 267819166 48508928 10984 33554432000 4194304 10173063 140734654113984 140734654106920 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10984 836 1460 0 10374 0
Current children cumulated CPU time (s) 91.06
Current children cumulated vsize (KiB) 47372

[startup+91.9003 s]
/proc/loadavg: 1.59 0.72 0.93 3/177 5814
/proc/meminfo: memFree=29095660/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=91.87 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11088 0 0 0 8302 885 0 0 20 0 1 0 267819166 48508928 10986 33554432000 4194304 10173063 140734654113984 140734654106920 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10986 838 1460 0 10374 0
Current children cumulated CPU time (s) 91.87
Current children cumulated vsize (KiB) 47372

[startup+92.3003 s]
/proc/loadavg: 1.59 0.72 0.93 3/177 5814
/proc/meminfo: memFree=29095660/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=92.27 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11088 0 0 0 8338 889 0 0 20 0 1 0 267819166 48508928 10986 33554432000 4194304 10173063 140734654113984 140734654107288 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10986 838 1460 0 10374 0
Current children cumulated CPU time (s) 92.27
Current children cumulated vsize (KiB) 47372

[startup+92.7003 s]
/proc/loadavg: 1.59 0.72 0.93 3/177 5814
/proc/meminfo: memFree=29095660/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=92.66 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11088 0 0 0 8373 893 0 0 20 0 1 0 267819166 48508928 10986 33554432000 4194304 10173063 140734654113984 140734654107288 8963895 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10986 838 1460 0 10374 0
Current children cumulated CPU time (s) 92.66
Current children cumulated vsize (KiB) 47372

[startup+92.8003 s]
/proc/loadavg: 1.59 0.72 0.93 3/177 5814
/proc/meminfo: memFree=29095660/32873844 swapFree=7616/7616
[pid=5813] ppid=5811 vsize=47372 CPUtime=92.77 cores=0,2,4,6
/proc/5813/stat : 5813 (scip-2.1.1.4fix) R 5811 5813 5654 0 -1 4202496 11088 0 0 0 8382 895 0 0 20 0 1 0 267819166 48508928 10986 33554432000 4194304 10173063 140734654113984 140734654107288 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/5813/statm: 11843 10986 838 1460 0 10374 0
Current children cumulated CPU time (s) 92.77
Current children cumulated vsize (KiB) 47372

Child status: 0
Real time (s): 92.8758
CPU time (s): 92.8469
CPU user time (s): 83.8882
CPU system time (s): 8.95864
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 47372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.8882
system time used= 8.95864
maximum resident set size= 43956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11093
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= 16
involuntary context switches= 173

runsolver used 0.424935 second user time and 0.807877 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-26 09:22:16
IDJOB=3690415
IDBENCH=1318
IDSOLVER=2270
FILE ID=node130/3690415-1338016935
RUNJOBID= node130-1338016923-5671
PBS_JOBID= 14624341
Free space on /tmp= 71388 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552423.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690415-1338016935/watcher-3690415-1338016935 -o /tmp/evaluation-result-3690415-1338016935/solver-3690415-1338016935 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690415-1338016935.opb -t 1800 -m 15500

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

MD5SUM BENCH= e3ac612b47921d8ce26a7ef2a453205c
RANDOM SEED=1979736134

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29139640 kB
Buffers:          226860 kB
Cached:          2678060 kB
SwapCached:            0 kB
Active:           853104 kB
Inactive:        2104816 kB
Active(anon):      55100 kB
Inactive(anon):        0 kB
Active(file):     798004 kB
Inactive(file):  2104816 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27480 kB
Writeback:             0 kB
AnonPages:         60228 kB
Mapped:            17544 kB
Shmem:               200 kB
Slab:             638396 kB
SReclaimable:      80220 kB
SUnreclaim:       558176 kB
KernelStack:        1400 kB
PageTables:         3736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     168160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71376 MiB
End job on node130 at 2012-05-26 09:23:49