Trace number 3488256

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 E_2 2011-06-10 (fixed)? 1797.11 1797.05

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_4_15.opb
MD5SUM521a5315af7cbff32722a5aa297c08a4
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3488256-1307788772.opb>
0.00/0.01	c original problem has 714 variables (714 bin, 0 int, 0 impl, 0 cont) and 866 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 814 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 51 upgd conss, 5012 impls, 99 clqs
0.00/0.04	c (round 2) 614 del vars, 814 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 5012 impls, 0 clqs
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  614 deleted vars, 814 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  5012 implications, 0 cliques
0.00/0.04	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 152 constraints
0.00/0.04	c     101 constraints of type <knapsack>
0.00/0.04	c      50 constraints of type <setppc>
0.00/0.04	c       1 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.0.1.5
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1797
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c limits/solutions = 1
0.00/0.04	c 
0.00/0.04	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.04	c separating/maxrounds = 1
0.00/0.04	c 
0.00/0.04	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/maxroundsroot = 5
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/addCouplingCons = TRUE
0.00/0.04	c 
0.00/0.04	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.04	c constraints/knapsack/disaggregation = FALSE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c presolving/probing/maxrounds = 0
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/coefdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.04	c heuristics/crossover/freq = -1
0.00/0.04	c 
0.00/0.04	c # number of nodes added to the contingent of the total nodes
0.00/0.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.04	c heuristics/crossover/nodesofs = 750
0.00/0.04	c 
0.00/0.04	c # number of nodes without incumbent change that heuristic should wait
0.00/0.04	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.04	c heuristics/crossover/nwaitingnodes = 100
0.00/0.04	c 
0.00/0.04	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.04	c # [type: real, range: [0,1], default: 0.1]
0.00/0.04	c heuristics/crossover/nodesquot = 0.15
0.00/0.04	c 
0.00/0.04	c # minimum percentage of integer variables that have to be fixed 
0.00/0.04	c # [type: real, range: [0,1], default: 0.666]
0.00/0.04	c heuristics/crossover/minfixingrate = 0.5
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04	c heuristics/feaspump/freq = -1
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/fracdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/guideddiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/intshifting/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/linesearchdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04	c heuristics/objpscostdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.04	c # [type: real, range: [0,1], default: 0.01]
0.00/0.04	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/oneopt/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/pscostdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/rens/freq = -1
0.00/0.04	c 
0.00/0.04	c # minimum percentage of integer variables that have to be fixable 
0.00/0.04	c # [type: real, range: [0,1], default: 0.5]
0.00/0.04	c heuristics/rens/minfixingrate = 0.3
0.00/0.04	c 
0.00/0.04	c # number of nodes added to the contingent of the total nodes
0.00/0.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.04	c heuristics/rens/nodesofs = 2000
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04	c heuristics/rootsoldiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.04	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/rounding/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/shiftandpropagate/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/shifting/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/simplerounding/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/subnlp/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/trivial/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/trysol/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/undercover/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/veclendiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/zirounding/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c separating/cmir/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c separating/flowcover/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |    84 |     - |2086k|   0 |  45 | 100 | 152 | 100 | 152 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   179 |     - |2353k|   0 |  89 | 100 | 164 | 100 | 174 |  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.10	c   0.1s|     1 |     0 |   182 |     - |2701k|   0 |  91 | 100 | 164 | 100 | 176 |  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   188 |     - |2936k|   0 |  91 | 100 | 164 | 100 | 177 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   189 |     - |3057k|   0 |  91 | 100 | 164 | 100 | 178 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   192 |     - |3097k|   0 |  91 | 100 | 164 | 100 | 179 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     2 |   192 |     - |3098k|   0 |  91 | 100 | 164 | 100 | 179 |  27 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
8.89/8.99	c   9.0s| 10000 |    28 |155452 |  15.5 |6425k|  28 |   - | 100 |7797 | 100 | 178 |  27 |  10k|1073 | 0.000000e+00 |      --      |    Inf 
16.89/16.97	c  17.0s| 20000 |    30 |302867 |  15.1 |8279k|  32 |  30 | 100 |  11k| 100 | 178 |  27 |  20k|1557 | 0.000000e+00 |      --      |    Inf 
25.40/25.42	c  25.4s| 30000 |    34 |458328 |  15.3 |8419k|  33 |   - | 100 |  10k| 100 | 178 |  27 |  30k|1946 | 0.000000e+00 |      --      |    Inf 
33.59/33.62	c  33.6s| 40000 |    32 |611977 |  15.3 |9331k|  33 |  31 | 100 |  12k| 100 | 178 |  27 |  40k|2233 | 0.000000e+00 |      --      |    Inf 
41.79/41.85	c  41.8s| 50000 |    33 |763189 |  15.3 |  10M|  34 |   - | 100 |  13k| 100 | 178 |  27 |  50k|2449 | 0.000000e+00 |      --      |    Inf 
49.89/49.91	c  49.9s| 60000 |    32 |900813 |  15.0 |  10M|  36 |  31 | 100 |  12k| 100 | 178 |  27 |  60k|2608 | 0.000000e+00 |      --      |    Inf 
57.58/57.67	c  57.7s| 70000 |    37 |  1044k|  14.9 |  11M|  36 |   - | 100 |  15k| 100 | 178 |  27 |  69k|2741 | 0.000000e+00 |      --      |    Inf 
65.38/65.45	c  65.4s| 80000 |    33 |  1200k|  15.0 |  12M|  36 |  37 | 100 |  16k| 100 | 178 |  27 |  79k|2897 | 0.000000e+00 |      --      |    Inf 
73.38/73.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.38/73.43	c  73.4s| 90000 |    35 |  1348k|  15.0 |  14M|  37 |  31 | 100 |  22k| 100 | 178 |  27 |  88k|3047 | 0.000000e+00 |      --      |    Inf 
81.78/81.81	c  81.8s|100000 |    33 |  1500k|  15.0 |  12M|  37 |   - | 100 |  16k| 100 | 178 |  27 |  98k|3162 | 0.000000e+00 |      --      |    Inf 
89.98/90.06	c  90.1s|110000 |    40 |  1671k|  15.2 |  13M|  37 |  35 | 100 |  17k| 100 | 178 |  27 | 109k|3289 | 0.000000e+00 |      --      |    Inf 
98.38/98.46	c  98.5s|120000 |    42 |  1830k|  15.3 |  14M|  37 |   - | 100 |  18k| 100 | 178 |  27 | 119k|3404 | 0.000000e+00 |      --      |    Inf 
107.19/107.21	c   107s|130000 |    46 |  2007k|  15.4 |  12M|  37 |   - | 100 |  11k| 100 | 178 |  27 | 129k|3567 | 0.000000e+00 |      --      |    Inf 
114.49/114.57	c   115s|140000 |    42 |  2150k|  15.4 |  14M|  37 |   - | 100 |  17k| 100 | 178 |  27 | 139k|3643 | 0.000000e+00 |      --      |    Inf 
122.79/122.86	c   123s|150000 |    40 |  2309k|  15.4 |  14M|  37 |   - | 100 |  18k| 100 | 178 |  27 | 149k|3737 | 0.000000e+00 |      --      |    Inf 
130.18/130.20	c   130s|160000 |    40 |  2445k|  15.3 |  13M|  37 |  30 | 100 |  14k| 100 | 178 |  27 | 158k|3818 | 0.000000e+00 |      --      |    Inf 
138.39/138.41	c   138s|170000 |    38 |  2603k|  15.3 |  15M|  37 |   - | 100 |  18k| 100 | 178 |  27 | 168k|3901 | 0.000000e+00 |      --      |    Inf 
146.30/146.35	c   146s|180000 |    35 |  2752k|  15.3 |  14M|  37 |  36 | 100 |  16k| 100 | 178 |  27 | 177k|3970 | 0.000000e+00 |      --      |    Inf 
154.89/154.92	c   155s|190000 |    36 |  2926k|  15.4 |  15M|  37 |   - | 100 |  18k| 100 | 178 |  27 | 187k|4072 | 0.000000e+00 |      --      |    Inf 
163.39/163.40	c   163s|200000 |    31 |  3096k|  15.5 |  16M|  37 |  35 | 100 |  20k| 100 | 178 |  27 | 197k|4148 | 0.000000e+00 |      --      |    Inf 
171.39/171.43	c   171s|210000 |    38 |  3238k|  15.4 |  17M|  37 |   - | 100 |  24k| 100 | 178 |  27 | 206k|4215 | 0.000000e+00 |      --      |    Inf 
180.49/180.54	c   181s|220000 |    36 |  3400k|  15.5 |  19M|  37 |  39 | 100 |  28k| 100 | 178 |  27 | 217k|4291 | 0.000000e+00 |      --      |    Inf 
190.09/190.17	c   190s|230000 |    27 |  3565k|  15.5 |  15M|  37 |  39 | 100 |  16k| 100 | 178 |  27 | 227k|4417 | 0.000000e+00 |      --      |    Inf 
197.79/197.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.79/197.83	c   198s|240000 |    31 |  3712k|  15.5 |  16M|  37 |   - | 100 |  21k| 100 | 178 |  27 | 236k|4474 | 0.000000e+00 |      --      |    Inf 
206.29/206.39	c   206s|250000 |    45 |  3863k|  15.5 |  18M|  37 |   - | 100 |  24k| 100 | 178 |  27 | 246k|4526 | 0.000000e+00 |      --      |    Inf 
216.19/216.25	c   216s|260000 |    27 |  4038k|  15.5 |  19M|  37 |   - | 100 |  28k| 100 | 178 |  27 | 256k|4583 | 0.000000e+00 |      --      |    Inf 
225.79/225.81	c   226s|270000 |    33 |  4187k|  15.5 |  16M|  37 |   - | 100 |  19k| 100 | 178 |  27 | 266k|4655 | 0.000000e+00 |      --      |    Inf 
234.19/234.29	c   234s|280000 |    40 |  4355k|  15.6 |  17M|  37 |  35 | 100 |  19k| 100 | 178 |  27 | 276k|4696 | 0.000000e+00 |      --      |    Inf 
242.89/242.94	c   243s|290000 |    46 |  4521k|  15.6 |  18M|  37 |   - | 100 |  22k| 100 | 178 |  27 | 287k|4751 | 0.000000e+00 |      --      |    Inf 
253.49/253.60	c   254s|300000 |    35 |  4728k|  15.8 |  20M|  37 |   - | 100 |  28k| 100 | 178 |  27 | 298k|4805 | 0.000000e+00 |      --      |    Inf 
263.69/263.77	c   264s|310000 |    28 |  4919k|  15.9 |  20M|  37 |   - | 100 |  25k| 100 | 178 |  27 | 309k|4849 | 0.000000e+00 |      --      |    Inf 
272.99/273.00	c   273s|320000 |    33 |  5083k|  15.9 |  18M|  37 |  31 | 100 |  19k| 100 | 178 |  27 | 319k|4887 | 0.000000e+00 |      --      |    Inf 
281.49/281.52	c   282s|330000 |    28 |  5230k|  15.8 |  20M|  37 |  37 | 100 |  25k| 100 | 178 |  27 | 328k|4915 | 0.000000e+00 |      --      |    Inf 
290.09/290.16	c   290s|340000 |    32 |  5380k|  15.8 |  20M|  37 |   - | 100 |  26k| 100 | 178 |  27 | 338k|4950 | 0.000000e+00 |      --      |    Inf 
299.49/299.58	c   300s|350000 |    29 |  5533k|  15.8 |  22M|  37 |  42 | 100 |  31k| 100 | 178 |  27 | 347k|4979 | 0.000000e+00 |      --      |    Inf 
308.89/308.91	c   309s|360000 |    25 |  5678k|  15.8 |  21M|  37 |   - | 100 |  28k| 100 | 178 |  27 | 357k|5017 | 0.000000e+00 |      --      |    Inf 
317.49/317.52	c   318s|370000 |    26 |  5806k|  15.7 |  23M|  37 |  31 | 100 |  32k| 100 | 178 |  27 | 365k|5046 | 0.000000e+00 |      --      |    Inf 
326.80/326.83	c   327s|380000 |    31 |  5946k|  15.6 |  22M|  37 |   - | 100 |  29k| 100 | 178 |  27 | 374k|5104 | 0.000000e+00 |      --      |    Inf 
337.09/337.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.09/337.16	c   337s|390000 |    30 |  6128k|  15.7 |  22M|  37 |  34 | 100 |  29k| 100 | 178 |  27 | 384k|5139 | 0.000000e+00 |      --      |    Inf 
347.70/347.71	c   348s|400000 |    26 |  6320k|  15.8 |  23M|  37 |   - | 100 |  31k| 100 | 178 |  27 | 395k|5181 | 0.000000e+00 |      --      |    Inf 
358.90/358.93	c   359s|410000 |    21 |  6495k|  15.8 |  23M|  37 |   - | 100 |  29k| 100 | 178 |  27 | 405k|5220 | 0.000000e+00 |      --      |    Inf 
368.89/368.97	c   369s|420000 |    26 |  6661k|  15.9 |  21M|  37 |  32 | 100 |  25k| 100 | 178 |  27 | 415k|5249 | 0.000000e+00 |      --      |    Inf 
379.60/379.68	c   380s|430000 |    29 |  6852k|  15.9 |  23M|  37 |  39 | 100 |  29k| 100 | 178 |  27 | 426k|5317 | 0.000000e+00 |      --      |    Inf 
390.30/390.34	c   390s|440000 |    33 |  7016k|  15.9 |  24M|  38 |   - | 100 |  32k| 100 | 178 |  27 | 436k|5331 | 0.000000e+00 |      --      |    Inf 
401.70/401.78	c   402s|450000 |    30 |  7179k|  16.0 |  26M|  38 |  28 | 100 |  35k| 100 | 178 |  27 | 445k|5346 | 0.000000e+00 |      --      |    Inf 
412.10/412.12	c   412s|460000 |    32 |  7318k|  15.9 |  24M|  38 |   - | 100 |  29k| 100 | 178 |  27 | 454k|5364 | 0.000000e+00 |      --      |    Inf 
421.99/422.09	c   422s|470000 |    27 |  7455k|  15.9 |  26M|  38 |   - | 100 |  35k| 100 | 178 |  27 | 463k|5377 | 0.000000e+00 |      --      |    Inf 
433.10/433.15	c   433s|480000 |    27 |  7614k|  15.9 |  27M|  38 |   - | 100 |  38k| 100 | 178 |  27 | 473k|5400 | 0.000000e+00 |      --      |    Inf 
444.29/444.31	c   444s|490000 |    37 |  7758k|  15.8 |  28M|  38 |  41 | 100 |  40k| 100 | 178 |  27 | 483k|5428 | 0.000000e+00 |      --      |    Inf 
456.69/456.78	c   457s|500000 |    31 |  7927k|  15.9 |  29M|  38 |  39 | 100 |  43k| 100 | 178 |  27 | 493k|5455 | 0.000000e+00 |      --      |    Inf 
468.80/468.89	c   469s|510000 |    33 |  8083k|  15.8 |  30M|  38 |  38 | 100 |  47k| 100 | 178 |  27 | 503k|5468 | 0.000000e+00 |      --      |    Inf 
481.00/481.06	c   481s|520000 |    43 |  8234k|  15.8 |  26M|  38 |  29 | 100 |  32k| 100 | 178 |  27 | 513k|5504 | 0.000000e+00 |      --      |    Inf 
492.70/492.74	c   493s|530000 |    39 |  8415k|  15.9 |  27M|  38 |  39 | 100 |  37k| 100 | 178 |  27 | 524k|5521 | 0.000000e+00 |      --      |    Inf 
504.60/504.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.60/504.62	c   505s|540000 |    34 |  8592k|  15.9 |  27M|  40 |  35 | 100 |  35k| 100 | 178 |  27 | 535k|5539 | 0.000000e+00 |      --      |    Inf 
515.11/515.10	c   515s|550000 |    30 |  8744k|  15.9 |  27M|  41 |  39 | 100 |  35k| 100 | 178 |  27 | 543k|5547 | 0.000000e+00 |      --      |    Inf 
527.50/527.51	c   528s|560000 |    27 |  8925k|  15.9 |  28M|  41 |   - | 100 |  39k| 100 | 178 |  27 | 554k|5560 | 0.000000e+00 |      --      |    Inf 
539.90/539.98	c   540s|570000 |    27 |  9107k|  16.0 |  30M|  41 |   - | 100 |  43k| 100 | 178 |  27 | 565k|5586 | 0.000000e+00 |      --      |    Inf 
552.60/552.61	c   553s|580000 |    29 |  9292k|  16.0 |  32M|  41 |   - | 100 |  49k| 100 | 178 |  27 | 574k|5599 | 0.000000e+00 |      --      |    Inf 
566.30/566.31	c   566s|590000 |    30 |  9469k|  16.1 |  30M|  41 |  35 | 100 |  42k| 100 | 178 |  27 | 584k|5609 | 0.000000e+00 |      --      |    Inf 
578.71/578.74	c   579s|600000 |    33 |  9613k|  16.0 |  28M|  41 |   - | 100 |  37k| 100 | 178 |  27 | 592k|5616 | 0.000000e+00 |      --      |    Inf 
589.30/589.36	c   589s|610000 |    33 |  9763k|  16.0 |  26M|  41 |  40 | 100 |  28k| 100 | 178 |  27 | 602k|5622 | 0.000000e+00 |      --      |    Inf 
599.51/599.56	c   600s|620000 |    30 |  9920k|  16.0 |  27M|  41 |   - | 100 |  33k| 100 | 178 |  27 | 612k|5632 | 0.000000e+00 |      --      |    Inf 
611.21/611.26	c   611s|630000 |    29 | 10101k|  16.0 |  26M|  41 |  33 | 100 |  29k| 100 | 178 |  27 | 623k|5641 | 0.000000e+00 |      --      |    Inf 
620.91/620.94	c   621s|640000 |    27 | 10252k|  16.0 |  25M|  41 |  34 | 100 |  25k| 100 | 178 |  27 | 632k|5656 | 0.000000e+00 |      --      |    Inf 
630.41/630.48	c   630s|650000 |    21 | 10410k|  16.0 |  26M|  41 |   - | 100 |  28k| 100 | 178 |  27 | 642k|5664 | 0.000000e+00 |      --      |    Inf 
640.31/640.38	c   640s|660000 |    23 | 10565k|  16.0 |  25M|  41 |  35 | 100 |  25k| 100 | 178 |  27 | 651k|5669 | 0.000000e+00 |      --      |    Inf 
648.91/648.90	c   649s|670000 |    32 | 10697k|  16.0 |  25M|  41 |   - | 100 |  25k| 100 | 178 |  27 | 660k|5669 | 0.000000e+00 |      --      |    Inf 
659.11/659.14	c   659s|680000 |    26 | 10856k|  16.0 |  27M|  41 |  36 | 100 |  31k| 100 | 178 |  27 | 671k|5669 | 0.000000e+00 |      --      |    Inf 
669.21/669.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
669.21/669.26	c   669s|690000 |    25 | 11009k|  16.0 |  28M|  41 |  35 | 100 |  33k| 100 | 178 |  27 | 681k|5669 | 0.000000e+00 |      --      |    Inf 
679.61/679.68	c   680s|700000 |    19 | 11159k|  15.9 |  27M|  41 |  39 | 100 |  31k| 100 | 178 |  27 | 691k|5669 | 0.000000e+00 |      --      |    Inf 
689.51/689.58	c   690s|710000 |    27 | 11306k|  15.9 |  27M|  41 |   - | 100 |  30k| 100 | 178 |  27 | 700k|5702 | 0.000000e+00 |      --      |    Inf 
699.71/699.76	c   700s|720000 |    23 | 11451k|  15.9 |  28M|  43 |  36 | 100 |  33k| 100 | 178 |  27 | 709k|5719 | 0.000000e+00 |      --      |    Inf 
710.11/710.14	c   710s|730000 |    33 | 11593k|  15.9 |  28M|  43 |   - | 100 |  33k| 100 | 178 |  27 | 718k|5727 | 0.000000e+00 |      --      |    Inf 
719.71/719.78	c   720s|740000 |    31 | 11726k|  15.8 |  28M|  43 |   - | 100 |  32k| 100 | 178 |  27 | 727k|5733 | 0.000000e+00 |      --      |    Inf 
729.90/729.96	c   730s|750000 |    28 | 11873k|  15.8 |  29M|  43 |   - | 100 |  35k| 100 | 178 |  27 | 735k|5738 | 0.000000e+00 |      --      |    Inf 
740.61/740.61	c   741s|760000 |    28 | 12011k|  15.8 |  29M|  43 |  33 | 100 |  36k| 100 | 178 |  27 | 743k|5741 | 0.000000e+00 |      --      |    Inf 
752.01/752.05	c   752s|770000 |    21 | 12168k|  15.8 |  29M|  43 |   - | 100 |  35k| 100 | 178 |  27 | 753k|5753 | 0.000000e+00 |      --      |    Inf 
762.90/762.90	c   763s|780000 |    20 | 12316k|  15.8 |  29M|  43 |   - | 100 |  35k| 100 | 178 |  27 | 762k|5761 | 0.000000e+00 |      --      |    Inf 
773.41/773.40	c   773s|790000 |    24 | 12475k|  15.8 |  26M|  43 |  34 | 100 |  26k| 100 | 178 |  27 | 772k|5767 | 0.000000e+00 |      --      |    Inf 
783.81/783.89	c   784s|800000 |    21 | 12647k|  15.8 |  27M|  43 |   - | 100 |  30k| 100 | 178 |  27 | 782k|5777 | 0.000000e+00 |      --      |    Inf 
794.91/794.95	c   795s|810000 |    24 | 12823k|  15.8 |  26M|  43 |   - | 100 |  27k| 100 | 178 |  27 | 792k|5784 | 0.000000e+00 |      --      |    Inf 
804.61/804.67	c   805s|820000 |    28 | 12969k|  15.8 |  27M|  43 |   - | 100 |  27k| 100 | 178 |  27 | 801k|5800 | 0.000000e+00 |      --      |    Inf 
814.61/814.60	c   815s|830000 |    30 | 13110k|  15.8 |  27M|  43 |   - | 100 |  29k| 100 | 178 |  27 | 810k|5805 | 0.000000e+00 |      --      |    Inf 
824.91/824.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
824.91/824.94	c   825s|840000 |    29 | 13261k|  15.8 |  30M|  43 |  38 | 100 |  35k| 100 | 178 |  27 | 819k|5813 | 0.000000e+00 |      --      |    Inf 
835.11/835.19	c   835s|850000 |    32 | 13410k|  15.8 |  26M|  43 |   - | 100 |  26k| 100 | 178 |  27 | 828k|5821 | 0.000000e+00 |      --      |    Inf 
844.51/844.53	c   845s|860000 |    27 | 13531k|  15.7 |  28M|  43 |   - | 100 |  31k|   0 |   0 |  27 | 836k|5825 | 0.000000e+00 |      --      |    Inf 
854.82/854.84	c   855s|870000 |    27 | 13675k|  15.7 |  28M|  44 |  41 | 100 |  30k| 100 | 178 |  27 | 844k|5833 | 0.000000e+00 |      --      |    Inf 
865.42/865.43	c   865s|880000 |    27 | 13809k|  15.7 |  28M|  44 |   - | 100 |  31k| 100 | 178 |  27 | 853k|5835 | 0.000000e+00 |      --      |    Inf 
876.12/876.17	c   876s|890000 |    30 | 13938k|  15.7 |  29M|  44 |   - | 100 |  32k| 100 | 178 |  27 | 861k|5841 | 0.000000e+00 |      --      |    Inf 
886.42/886.48	c   886s|900000 |    29 | 14063k|  15.6 |  27M|  44 |  39 | 100 |  28k| 100 | 178 |  27 | 869k|5846 | 0.000000e+00 |      --      |    Inf 
896.72/896.74	c   897s|910000 |    22 | 14208k|  15.6 |  28M|  44 |   - | 100 |  29k| 100 | 178 |  27 | 877k|5847 | 0.000000e+00 |      --      |    Inf 
907.41/907.43	c   907s|920000 |    20 | 14364k|  15.6 |  29M|  44 |  41 | 100 |  33k| 100 | 178 |  27 | 887k|5857 | 0.000000e+00 |      --      |    Inf 
919.12/919.12	c   919s|930000 |    24 | 14537k|  15.6 |  25M|  44 |  35 | 100 |  22k| 100 | 178 |  27 | 897k|5933 | 0.000000e+00 |      --      |    Inf 
928.52/928.51	c   929s|940000 |    23 | 14688k|  15.6 |  26M|  44 |  38 | 100 |  25k| 100 | 178 |  27 | 906k|5966 | 0.000000e+00 |      --      |    Inf 
938.22/938.29	c   938s|950000 |    21 | 14851k|  15.6 |  27M|  44 |   - | 100 |  25k| 100 | 178 |  27 | 916k|5970 | 0.000000e+00 |      --      |    Inf 
949.52/949.59	c   950s|960000 |    31 | 15045k|  15.7 |  28M|  44 |  27 | 100 |  28k| 100 | 178 |  27 | 927k|5978 | 0.000000e+00 |      --      |    Inf 
959.42/959.43	c   959s|970000 |    35 | 15187k|  15.7 |  29M|  44 |   - | 100 |  32k| 100 | 178 |  27 | 935k|5986 | 0.000000e+00 |      --      |    Inf 
969.42/969.48	c   969s|980000 |    25 | 15318k|  15.6 |  29M|  44 |   - | 100 |  34k| 100 | 178 |  27 | 943k|5991 | 0.000000e+00 |      --      |    Inf 
978.81/978.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
978.81/978.84	c   979s|990000 |    29 | 15435k|  15.6 |  30M|  44 |  30 | 100 |  37k| 100 | 178 |  27 | 951k|5999 | 0.000000e+00 |      --      |    Inf 
989.22/989.26	c   989s|  1000k|    27 | 15565k|  15.6 |  30M|  44 |   - | 100 |  35k| 100 | 178 |  27 | 959k|6004 | 0.000000e+00 |      --      |    Inf 
1000.41/1000.45	c  1000s|  1010k|    27 | 15710k|  15.6 |  30M|  44 |   - | 100 |  35k| 100 | 178 |  27 | 969k|6012 | 0.000000e+00 |      --      |    Inf 
1011.82/1011.81	c  1012s|  1020k|    26 | 15869k|  15.6 |  31M|  44 |  28 | 100 |  38k| 100 | 178 |  27 | 978k|6017 | 0.000000e+00 |      --      |    Inf 
1023.32/1023.36	c  1023s|  1030k|    34 | 16020k|  15.6 |  30M|  44 |   - | 100 |  35k| 100 | 178 |  27 | 987k|6017 | 0.000000e+00 |      --      |    Inf 
1033.92/1033.94	c  1034s|  1040k|    25 | 16155k|  15.5 |  31M|  44 |  33 | 100 |  38k| 100 | 178 |  27 | 996k|6019 | 0.000000e+00 |      --      |    Inf 
1044.12/1044.19	c  1044s|  1050k|    33 | 16281k|  15.5 |  31M|  44 |  33 | 100 |  39k| 100 | 178 |  27 |1004k|6024 | 0.000000e+00 |      --      |    Inf 
1055.32/1055.37	c  1055s|  1060k|    26 | 16412k|  15.5 |  32M|  44 |  37 | 100 |  41k| 100 | 178 |  27 |1013k|6030 | 0.000000e+00 |      --      |    Inf 
1067.52/1067.58	c  1068s|  1070k|    31 | 16571k|  15.5 |  33M|  44 |  40 | 100 |  42k| 100 | 178 |  27 |1023k|6040 | 0.000000e+00 |      --      |    Inf 
1079.92/1079.90	c  1080s|  1080k|    37 | 16726k|  15.5 |  34M|  44 |   - | 100 |  45k| 100 | 178 |  27 |1032k|6045 | 0.000000e+00 |      --      |    Inf 
1092.43/1092.46	c  1092s|  1090k|    29 | 16883k|  15.5 |  36M|  44 |   - | 100 |  51k| 100 | 178 |  27 |1041k|6051 | 0.000000e+00 |      --      |    Inf 
1106.22/1106.27	c  1106s|  1100k|    30 | 17046k|  15.5 |  36M|  44 |  39 | 100 |  51k| 100 | 178 |  27 |1051k|6061 | 0.000000e+00 |      --      |    Inf 
1120.12/1120.16	c  1120s|  1110k|    24 | 17205k|  15.5 |  32M|  44 |   - | 100 |  39k| 100 | 178 |  27 |1061k|6065 | 0.000000e+00 |      --      |    Inf 
1132.22/1132.21	c  1132s|  1120k|    34 | 17362k|  15.5 |  33M|  44 |   - | 100 |  42k| 100 | 178 |  27 |1070k|6068 | 0.000000e+00 |      --      |    Inf 
1144.83/1144.85	c  1145s|  1130k|    29 | 17513k|  15.5 |  34M|  44 |  33 | 100 |  45k| 100 | 178 |  27 |1079k|6072 | 0.000000e+00 |      --      |    Inf 
1158.02/1158.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1158.02/1158.00	c  1158s|  1140k|    20 | 17667k|  15.5 |  33M|  44 |   - | 100 |  41k| 100 | 178 |  27 |1089k|6076 | 0.000000e+00 |      --      |    Inf 
1170.43/1170.41	c  1170s|  1150k|    20 | 17829k|  15.5 |  33M|  44 |   - | 100 |  44k| 100 | 178 |  27 |1098k|6081 | 0.000000e+00 |      --      |    Inf 
1182.32/1182.37	c  1182s|  1160k|    26 | 17963k|  15.5 |  34M|  44 |  43 | 100 |  45k| 100 | 178 |  27 |1107k|6085 | 0.000000e+00 |      --      |    Inf 
1194.63/1194.70	c  1195s|  1170k|    19 | 18105k|  15.5 |  35M|  44 |   - | 100 |  47k| 100 | 178 |  27 |1115k|6090 | 0.000000e+00 |      --      |    Inf 
1207.83/1207.84	c  1208s|  1180k|    15 | 18251k|  15.5 |  34M|  44 |  38 | 100 |  46k| 100 | 178 |  27 |1124k|6105 | 0.000000e+00 |      --      |    Inf 
1219.23/1219.25	c  1219s|  1190k|    18 | 18405k|  15.5 |  26M|  44 |  33 | 100 |  21k| 100 | 178 |  27 |1133k|6110 | 0.000000e+00 |      --      |    Inf 
1227.43/1227.46	c  1227s|  1200k|    20 | 18529k|  15.4 |  27M|  44 |   - | 100 |  23k| 100 | 178 |  27 |1142k|6117 | 0.000000e+00 |      --      |    Inf 
1236.72/1236.71	c  1237s|  1210k|    16 | 18679k|  15.4 |  27M|  44 |  26 | 100 |  22k| 100 | 178 |  27 |1151k|6123 | 0.000000e+00 |      --      |    Inf 
1246.33/1246.32	c  1246s|  1220k|    17 | 18843k|  15.4 |  26M|  44 |   - | 100 |  19k| 100 | 178 |  27 |1162k|6131 | 0.000000e+00 |      --      |    Inf 
1256.12/1256.11	c  1256s|  1230k|    15 | 19014k|  15.5 |  27M|  44 |   - | 100 |  23k| 100 | 178 |  27 |1172k|6136 | 0.000000e+00 |      --      |    Inf 
1266.53/1266.59	c  1267s|  1240k|    17 | 19167k|  15.5 |  28M|  44 |   - | 100 |  27k| 100 | 178 |  27 |1182k|6143 | 0.000000e+00 |      --      |    Inf 
1277.63/1277.61	c  1278s|  1250k|    15 | 19347k|  15.5 |  28M|  44 |  36 | 100 |  26k| 100 | 178 |  27 |1194k|6148 | 0.000000e+00 |      --      |    Inf 
1289.13/1289.20	c  1289s|  1260k|    18 | 19522k|  15.5 |  28M|  44 |  38 | 100 |  27k| 100 | 178 |  27 |1204k|6151 | 0.000000e+00 |      --      |    Inf 
1298.32/1298.38	c  1298s|  1270k|    23 | 19665k|  15.5 |  28M|  44 |  34 | 100 |  25k| 100 | 178 |  27 |1213k|6152 | 0.000000e+00 |      --      |    Inf 
1306.33/1306.39	c  1306s|  1280k|    24 | 19784k|  15.5 |  28M|  44 |   - | 100 |  25k| 100 | 178 |  27 |1221k|6152 | 0.000000e+00 |      --      |    Inf 
1315.13/1315.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1315.13/1315.12	c  1315s|  1290k|    24 | 19912k|  15.4 |  29M|  44 |  31 | 100 |  29k| 100 | 178 |  27 |1228k|6152 | 0.000000e+00 |      --      |    Inf 
1323.93/1323.97	c  1324s|  1300k|    31 | 20044k|  15.4 |  29M|  44 |   - | 100 |  29k| 100 | 178 |  27 |1236k|6152 | 0.000000e+00 |      --      |    Inf 
1333.33/1333.30	c  1333s|  1310k|    21 | 20175k|  15.4 |  30M|  44 |  36 | 100 |  30k| 100 | 178 |  27 |1244k|6152 | 0.000000e+00 |      --      |    Inf 
1343.34/1343.31	c  1343s|  1320k|    20 | 20309k|  15.4 |  31M|  44 |  37 | 100 |  34k| 100 | 178 |  27 |1252k|6152 | 0.000000e+00 |      --      |    Inf 
1353.03/1353.07	c  1353s|  1330k|    24 | 20433k|  15.4 |  32M|  44 |   - | 100 |  36k| 100 | 178 |  27 |1260k|6152 | 0.000000e+00 |      --      |    Inf 
1363.03/1363.07	c  1363s|  1340k|    23 | 20562k|  15.3 |  32M|  44 |  34 | 100 |  36k| 100 | 178 |  27 |1268k|6152 | 0.000000e+00 |      --      |    Inf 
1372.63/1372.61	c  1373s|  1350k|    24 | 20666k|  15.3 |  34M|  45 |   - | 100 |  41k| 100 | 178 |  27 |1275k|6152 | 0.000000e+00 |      --      |    Inf 
1383.43/1383.42	c  1383s|  1360k|    29 | 20787k|  15.3 |  31M|  45 |  36 | 100 |  34k| 100 | 178 |  27 |1282k|6152 | 0.000000e+00 |      --      |    Inf 
1394.54/1394.52	c  1395s|  1370k|    27 | 20934k|  15.3 |  32M|  45 |   - | 100 |  36k| 100 | 178 |  27 |1291k|6152 | 0.000000e+00 |      --      |    Inf 
1405.93/1405.93	c  1406s|  1380k|    29 | 21071k|  15.3 |  33M|  45 |   - | 100 |  40k| 100 | 178 |  27 |1300k|6152 | 0.000000e+00 |      --      |    Inf 
1418.14/1418.16	c  1418s|  1390k|    29 | 21203k|  15.3 |  34M|  45 |   - | 100 |  43k| 100 | 178 |  27 |1309k|6152 | 0.000000e+00 |      --      |    Inf 
1431.14/1431.16	c  1431s|  1400k|    34 | 21341k|  15.2 |  35M|  45 |   - | 100 |  43k| 100 | 178 |  27 |1318k|6152 | 0.000000e+00 |      --      |    Inf 
1444.34/1444.38	c  1444s|  1410k|    25 | 21497k|  15.2 |  33M|  45 |   - | 100 |  38k| 100 | 178 |  27 |1327k|6152 | 0.000000e+00 |      --      |    Inf 
1456.83/1456.89	c  1457s|  1420k|    26 | 21646k|  15.2 |  33M|  45 |  39 | 100 |  40k| 100 | 178 |  27 |1336k|6152 | 0.000000e+00 |      --      |    Inf 
1469.13/1469.18	c  1469s|  1430k|    23 | 21811k|  15.3 |  32M|  45 |  31 | 100 |  37k| 100 | 178 |  27 |1346k|6152 | 0.000000e+00 |      --      |    Inf 
1480.94/1480.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1480.94/1480.99	c  1481s|  1440k|    24 | 21959k|  15.2 |  33M|  45 |   - | 100 |  39k| 100 | 178 |  27 |1355k|6152 | 0.000000e+00 |      --      |    Inf 
1492.84/1492.88	c  1493s|  1450k|    22 | 22114k|  15.3 |  33M|  45 |  29 | 100 |  38k| 100 | 178 |  27 |1364k|6152 | 0.000000e+00 |      --      |    Inf 
1503.33/1503.30	c  1503s|  1460k|    20 | 22248k|  15.2 |  33M|  45 |   - | 100 |  40k| 100 | 178 |  27 |1373k|6152 | 0.000000e+00 |      --      |    Inf 
1513.94/1513.95	c  1514s|  1470k|    24 | 22377k|  15.2 |  34M|  45 |  31 | 100 |  41k| 100 | 178 |  27 |1381k|6152 | 0.000000e+00 |      --      |    Inf 
1526.24/1526.21	c  1526s|  1480k|    26 | 22515k|  15.2 |  34M|  45 |   - | 100 |  42k| 100 | 178 |  27 |1390k|6152 | 0.000000e+00 |      --      |    Inf 
1538.94/1538.97	c  1539s|  1490k|    21 | 22658k|  15.2 |  35M|  45 |  32 | 100 |  43k| 100 | 178 |  27 |1399k|6152 | 0.000000e+00 |      --      |    Inf 
1550.64/1550.66	c  1551s|  1500k|    21 | 22791k|  15.2 |  35M|  45 |   - | 100 |  43k| 100 | 178 |  27 |1407k|6152 | 0.000000e+00 |      --      |    Inf 
1563.04/1563.06	c  1563s|  1510k|    16 | 22928k|  15.2 |  33M|  45 |   - | 100 |  39k| 100 | 178 |  27 |1416k|6152 | 0.000000e+00 |      --      |    Inf 
1575.54/1575.56	c  1576s|  1520k|    19 | 23091k|  15.2 |  32M|  45 |   - | 100 |  34k| 100 | 178 |  27 |1426k|6152 | 0.000000e+00 |      --      |    Inf 
1587.45/1587.43	c  1587s|  1530k|    20 | 23252k|  15.2 |  33M|  45 |   - | 100 |  37k| 100 | 178 |  27 |1436k|6152 | 0.000000e+00 |      --      |    Inf 
1599.94/1599.95	c  1600s|  1540k|    12 | 23417k|  15.2 |  34M|  45 |  38 | 100 |  40k| 100 | 178 |  27 |1446k|6152 | 0.000000e+00 |      --      |    Inf 
1611.44/1611.41	c  1611s|  1550k|    20 | 23562k|  15.2 |  32M|  45 |  40 | 100 |  34k| 100 | 178 |  27 |1455k|6152 | 0.000000e+00 |      --      |    Inf 
1621.74/1621.75	c  1622s|  1560k|    27 | 23712k|  15.2 |  31M|  45 |  38 | 100 |  32k| 100 | 178 |  27 |1465k|6152 | 0.000000e+00 |      --      |    Inf 
1632.34/1632.37	c  1632s|  1570k|    23 | 23857k|  15.2 |  32M|  45 |   - | 100 |  34k| 100 | 178 |  27 |1474k|6152 | 0.000000e+00 |      --      |    Inf 
1644.14/1644.17	c  1644s|  1580k|    24 | 24027k|  15.2 |  33M|  45 |  39 | 100 |  37k| 100 | 178 |  27 |1484k|6152 | 0.000000e+00 |      --      |    Inf 
1656.14/1656.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1656.14/1656.15	c  1656s|  1590k|    20 | 24193k|  15.2 |  34M|  45 |   - | 100 |  41k| 100 | 178 |  27 |1493k|6152 | 0.000000e+00 |      --      |    Inf 
1668.75/1668.76	c  1669s|  1600k|    23 | 24352k|  15.2 |  36M|  45 |  32 | 100 |  44k| 100 | 178 |  27 |1503k|6152 | 0.000000e+00 |      --      |    Inf 
1682.34/1682.35	c  1682s|  1610k|    20 | 24532k|  15.2 |  36M|  45 |   - | 100 |  45k| 100 | 178 |  27 |1513k|6152 | 0.000000e+00 |      --      |    Inf 
1694.34/1694.38	c  1694s|  1620k|    26 | 24691k|  15.2 |  33M|  45 |  33 | 100 |  35k| 100 | 178 |  27 |1523k|6152 | 0.000000e+00 |      --      |    Inf 
1705.64/1705.66	c  1706s|  1630k|    31 | 24846k|  15.2 |  32M|  45 |  36 | 100 |  32k| 100 | 178 |  27 |1532k|6152 | 0.000000e+00 |      --      |    Inf 
1715.84/1715.81	c  1716s|  1640k|    29 | 24993k|  15.2 |  33M|  45 |   - | 100 |  34k| 100 | 178 |  27 |1541k|6152 | 0.000000e+00 |      --      |    Inf 
1726.84/1726.88	c  1727s|  1650k|    23 | 25146k|  15.2 |  33M|  45 |   - | 100 |  35k| 100 | 178 |  27 |1549k|6152 | 0.000000e+00 |      --      |    Inf 
1738.94/1738.99	c  1739s|  1660k|    16 | 25326k|  15.3 |  32M|  45 |  35 | 100 |  33k| 100 | 178 |  27 |1559k|6152 | 0.000000e+00 |      --      |    Inf 
1748.95/1749.00	c  1749s|  1670k|    13 | 25468k|  15.3 |  33M|  45 |  33 | 100 |  33k| 100 | 178 |  27 |1568k|6152 | 0.000000e+00 |      --      |    Inf 
1759.35/1759.36	c  1759s|  1680k|    17 | 25606k|  15.2 |  34M|  45 |   - | 100 |  37k| 100 | 178 |  27 |1577k|6152 | 0.000000e+00 |      --      |    Inf 
1769.96/1769.93	c  1770s|  1690k|    31 | 25730k|  15.2 |  32M|  45 |   - | 100 |  32k| 100 | 178 |  27 |1585k|6152 | 0.000000e+00 |      --      |    Inf 
1780.05/1780.03	c  1780s|  1700k|    26 | 25855k|  15.2 |  33M|  45 |   - | 100 |  32k| 100 | 178 |  27 |1593k|6152 | 0.000000e+00 |      --      |    Inf 
1790.45/1790.47	c  1790s|  1710k|    30 | 25992k|  15.2 |  33M|  45 |   - | 100 |  34k| 100 | 178 |  27 |1602k|6152 | 0.000000e+00 |      --      |    Inf 
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 1716393
1797.05/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.05/1797.00	c Gap                : infinite
1797.05/1797.00	s UNKNOWN
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.03 (included in solving)
1797.05/1797.00	c   reading          :       0.00 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3488256-1307788772.opb
1797.05/1797.00	c   Variables        : 714 (714 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 866 initial, 866 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3488256-1307788772.opb
1797.05/1797.00	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 152 initial, 52984 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00        614          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   pseudoboolean    :       0.00          0          0          0          0          0        814        100          0          0
1797.05/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0     862655          0          1          0        256       2068          0          0    1721866
1797.05/1797.00	c   knapsack         :        101          5    6402209          0          0          0    9769549      15452    5522939         78          0          0
1797.05/1797.00	c   setppc           :         50          5    6384463          0          0          0    3506537        734     532902          0          0          0
1797.05/1797.00	c   linear           :          1+         6    6386023          0          0          0        626       4573       4068          0          0          0
1797.05/1797.00	c   logicor          :          0+         0    2092986          0          0          0    5763336      20874    1434696          0          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :      17.42       0.00       0.00      17.42       0.00       0.00       0.00
1797.05/1797.00	c   knapsack         :      62.02       0.00      58.13       0.00       0.00       0.00       3.88
1797.05/1797.00	c   setppc           :       7.03       0.00       6.27       0.00       0.00       0.00       0.76
1797.05/1797.00	c   linear           :       3.69       0.00       3.68       0.00       0.00       0.00       0.01
1797.05/1797.00	c   logicor          :     343.20       0.00     337.65       0.00       0.00       0.00       5.55
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          0          0          0          0
1797.05/1797.00	c   pseudoobj        :          0          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       0.88       0.88       0.00
1797.05/1797.00	c   rootredcost      :       0.91       0.91       0.00
1797.05/1797.00	c   pseudoobj        :       0.64       0.64       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       1.61      41633      41389     305986       26.3        350       20.6          -
1797.05/1797.00	c   infeasible LP    :      47.80     817550     816252    6643244       25.2       3422       19.8          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -    1607873       19.6          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -        136       38.4          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.00          4          -          -         75          -    (maximal pool size: 328)
1797.05/1797.00	c   redcost          :       1.70     861279          0          0          0          0
1797.05/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       0.03          5          0          0          0          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.03          5          0          0        332          0
1797.05/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.05/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.05/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.02          1          0          0          0         12
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :      16.96     862655        256       2068          0          0    1721866
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   trivial          :       0.00          1          0
1797.05/1797.00	c   shiftandpropagate:       0.00          0          0
1797.05/1797.00	c   simplerounding   :       0.00          0          0
1797.05/1797.00	c   zirounding       :       0.00          0          0
1797.05/1797.00	c   rounding         :       0.00          0          0
1797.05/1797.00	c   shifting         :       0.00          0          0
1797.05/1797.00	c   intshifting      :       0.00          0          0
1797.05/1797.00	c   oneopt           :       0.00          0          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   feaspump         :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   coefdiving       :       0.00          0          0
1797.05/1797.00	c   pscostdiving     :       0.00          0          0
1797.05/1797.00	c   fracdiving       :       0.00          0          0
1797.05/1797.00	c   veclendiving     :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   objpscostdiving  :       0.00          0          0
1797.05/1797.00	c   rootsoldiving    :       0.00          0          0
1797.05/1797.00	c   linesearchdiving :       0.00          0          0
1797.05/1797.00	c   guideddiving     :       0.00          0          0
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.00          0          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   crossover        :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.00          0          0
1797.05/1797.00	c   subnlp           :       0.00          0          0
1797.05/1797.00	c   trysol           :       0.00          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.05/1797.00	c   dual LP          :     858.48    1679456   26071724      15.52   30369.65
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.05/1797.00	c   strong branching :       6.89       6152     182569      29.68   26511.81
1797.05/1797.00	c     (at root node) :          -         13        685      52.69          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :    1716393
1797.05/1797.00	c   nodes (total)    :    1716393
1797.05/1797.00	c   nodes left       :         23
1797.05/1797.00	c   max depth        :         45
1797.05/1797.00	c   max depth (total):         45
1797.05/1797.00	c   backtracks       :     256510 (14.9%)
1797.05/1797.00	c   delayed cutoffs  :       5451
1797.05/1797.00	c   repropagations   :    2816636 (1382231 domain reductions, 3979 cutoffs)
1797.05/1797.00	c   avg switch length:       4.60
1797.05/1797.00	c   switching time   :     298.05
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :          0 (0 improvements)
1797.05/1797.00	c   Primal Bound     :          -
1797.05/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.05/1797.00	c   Gap              :   infinite
1797.05/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.05/1797.00	c   Root Iterations  :        192
1797.05/1797.05	c Time complete: 1797.1.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.01 1.99 2/177 9170
/proc/meminfo: memFree=31207528/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=10944 CPUtime=0 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 1832 0 0 0 0 0 0 0 25 0 1 0 969107937 11206656 1787 33554432000 4194304 9016284 140737189359808 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9170/statm: 2993 1799 340 1178 0 1811 0

[startup+0.105149 s]
/proc/loadavg: 2.03 2.01 1.99 2/177 9170
/proc/meminfo: memFree=31207528/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=30452 CPUtime=0.09 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 7247 0 0 0 9 0 0 0 25 0 1 0 969107937 31182848 6239 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 7613 6239 686 1178 0 6431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30452

[startup+0.201137 s]
/proc/loadavg: 2.03 2.01 1.99 2/177 9170
/proc/meminfo: memFree=31207528/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=30480 CPUtime=0.19 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 7270 0 0 0 19 0 0 0 25 0 1 0 969107937 31211520 6262 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 7620 6262 687 1178 0 6438 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30480

[startup+0.301115 s]
/proc/loadavg: 2.03 2.01 1.99 2/177 9170
/proc/meminfo: memFree=31207528/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=30480 CPUtime=0.29 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 7274 0 0 0 28 1 0 0 25 0 1 0 969107937 31211520 6266 33554432000 4194304 9016284 140737189359808 18446744073709551615 7219378 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 7620 6266 691 1178 0 6438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30480

[startup+0.701035 s]
/proc/loadavg: 2.03 2.01 1.99 2/177 9170
/proc/meminfo: memFree=31207528/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=30480 CPUtime=0.69 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 7277 0 0 0 67 2 0 0 25 0 1 0 969107937 31211520 6269 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 7620 6269 693 1178 0 6438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30480

[startup+1.50089 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 9171
/proc/meminfo: memFree=31184728/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=30480 CPUtime=1.49 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 7277 0 0 0 145 4 0 0 25 0 1 0 969107937 31211520 6269 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 7620 6269 693 1178 0 6438 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30480

[startup+3.10059 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 9171
/proc/meminfo: memFree=31184476/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=30480 CPUtime=3.09 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 7277 0 0 0 301 8 0 0 25 0 1 0 969107937 31211520 6269 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 7620 6269 693 1178 0 6438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30480

[startup+6.30098 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 9171
/proc/meminfo: memFree=31183608/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=30480 CPUtime=6.29 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 7353 0 0 0 613 16 0 0 25 0 1 0 969107937 31211520 6345 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 7620 6345 693 1178 0 6438 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30480

[startup+12.7008 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 9171
/proc/meminfo: memFree=31182744/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=30480 CPUtime=12.69 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 7603 0 0 0 1237 32 0 0 25 0 1 0 969107937 31211520 6594 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 7620 6594 693 1178 0 6438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30480

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 1.99 3/178 9209
/proc/meminfo: memFree=31261808/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=33204 CPUtime=25.49 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 8201 0 0 0 2487 62 0 0 25 0 1 0 969107937 34000896 7191 33554432000 4194304 9016284 140737189359808 18446744073709551615 6592450 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 8301 7191 693 1178 0 7119 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33204

[startup+51.1006 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 9210
/proc/meminfo: memFree=31258968/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=36868 CPUtime=51.09 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 9039 0 0 0 4990 119 0 0 25 0 1 0 969107937 37752832 8025 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9170/statm: 9217 8025 693 1178 0 8035 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 36868

[startup+102.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 9211
/proc/meminfo: memFree=31254284/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=41508 CPUtime=102.29 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 9986 0 0 0 10002 227 0 0 25 0 1 0 969107937 42504192 8972 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 10377 8972 693 1178 0 9195 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 41508

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9213
/proc/meminfo: memFree=31248840/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=44984 CPUtime=162.29 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 10702 0 0 0 15876 353 0 0 25 0 1 0 969107937 46063616 9683 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 11246 9683 693 1178 0 10064 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 44984

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 9215
/proc/meminfo: memFree=31241228/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=50560 CPUtime=222.3 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 12018 0 0 0 21765 465 0 0 25 0 1 0 969107937 51773440 10999 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 12640 10999 693 1178 0 11458 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 50560

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9216
/proc/meminfo: memFree=31238340/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=53140 CPUtime=282.29 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 12472 0 0 0 27648 581 0 0 25 0 1 0 969107937 54415360 11453 33554432000 4194304 9016284 140737189359808 18446744073709551615 5155073 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 13285 11453 693 1178 0 12103 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 53140

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9218
/proc/meminfo: memFree=31232956/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=57644 CPUtime=342.29 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 13535 0 0 0 33549 680 0 0 25 0 1 0 969107937 59027456 12516 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 14411 12516 693 1178 0 13229 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 57644

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9219
/proc/meminfo: memFree=31229816/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=60848 CPUtime=402.3 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 14075 0 0 0 39446 784 0 0 25 0 1 0 969107937 62308352 13056 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 15212 13056 693 1178 0 14030 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 60848

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9221
/proc/meminfo: memFree=31224196/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=65016 CPUtime=462.29 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 15112 0 0 0 45358 871 0 0 25 0 1 0 969107937 66576384 14093 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 16254 14093 693 1178 0 15072 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 65016

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9223
/proc/meminfo: memFree=31221428/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=69196 CPUtime=522.3 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 15722 0 0 0 51270 960 0 0 25 0 1 0 969107937 70856704 14703 33554432000 4194304 9016284 140737189359808 18446744073709551615 4321411 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 17299 14703 693 1178 0 16117 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 69196

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 9224
/proc/meminfo: memFree=31215924/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=74484 CPUtime=582.3 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 16778 0 0 0 57185 1045 0 0 25 0 1 0 969107937 76271616 15759 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 18621 15759 693 1178 0 17439 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 74484

[startup+642.301 s]

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

/proc/meminfo: memFree=31207428/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=75988 CPUtime=1062.32 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 17296 0 0 0 104442 1790 0 0 25 0 1 0 969107937 77811712 16277 33554432000 4194304 9016284 140737189359808 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 18997 16277 693 1178 0 17815 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 75988

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9239
/proc/meminfo: memFree=31206148/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=75988 CPUtime=1122.32 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 17381 0 0 0 110363 1869 0 0 25 0 1 0 969107937 77811712 16362 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 18997 16362 693 1178 0 17815 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 75988

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9240
/proc/meminfo: memFree=31203632/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=75988 CPUtime=1182.32 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 17442 0 0 0 116282 1950 0 0 25 0 1 0 969107937 77811712 16423 33554432000 4194304 9016284 140737189359808 18446744073709551615 5510793 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 18997 16423 693 1178 0 17815 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 75988

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9242
/proc/meminfo: memFree=31198260/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=77368 CPUtime=1242.33 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 17673 0 0 0 122194 2039 0 0 25 0 1 0 969107937 79224832 16654 33554432000 4194304 9016284 140737189359808 18446744073709551615 5325523 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 19342 16654 693 1178 0 18160 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 77368

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9252
/proc/meminfo: memFree=31194340/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=77680 CPUtime=1302.32 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 17786 0 0 0 128091 2141 0 0 25 0 1 0 969107937 79544320 16767 33554432000 4194304 9016284 140737189359808 18446744073709551615 6469444 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 19420 16767 693 1178 0 18238 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 77680

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9254
/proc/meminfo: memFree=31193992/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=77680 CPUtime=1362.33 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 17864 0 0 0 133998 2235 0 0 25 0 1 0 969107937 79544320 16845 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 19420 16845 693 1178 0 18238 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 77680

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 9256
/proc/meminfo: memFree=31193328/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=77680 CPUtime=1422.34 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 17872 0 0 0 139915 2319 0 0 25 0 1 0 969107937 79544320 16853 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 19420 16853 693 1178 0 18238 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 77680

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 9257
/proc/meminfo: memFree=31190680/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=77680 CPUtime=1482.34 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 17892 0 0 0 145833 2401 0 0 25 0 1 0 969107937 79544320 16873 33554432000 4194304 9016284 140737189359808 18446744073709551615 6469453 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 19420 16873 693 1178 0 18238 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 77680

[startup+1542.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 9259
/proc/meminfo: memFree=31189744/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=77680 CPUtime=1542.35 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 17968 0 0 0 151759 2476 0 0 25 0 1 0 969107937 79544320 16949 33554432000 4194304 9016284 140737189359808 18446744073709551615 4321648 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 19420 16949 693 1178 0 18238 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 77680

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9260
/proc/meminfo: memFree=31188700/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=79368 CPUtime=1602.34 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18247 0 0 0 157680 2554 0 0 25 0 1 0 969107937 81272832 17228 33554432000 4194304 9016284 140737189359808 18446744073709551615 5325570 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 19842 17228 693 1178 0 18660 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 79368

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 4/178 9262
/proc/meminfo: memFree=31187304/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=82764 CPUtime=1662.34 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18452 0 0 0 163594 2640 0 0 25 0 1 0 969107937 84750336 17433 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 20691 17433 693 1178 0 19509 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 82764

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9264
/proc/meminfo: memFree=31186896/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=84644 CPUtime=1722.35 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18596 0 0 0 169511 2724 0 0 25 0 1 0 969107937 86675456 17577 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 21161 17577 693 1178 0 19979 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 84644

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9265
/proc/meminfo: memFree=31186736/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=84644 CPUtime=1782.34 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18596 0 0 0 175427 2807 0 0 25 0 1 0 969107937 86675456 17577 33554432000 4194304 9016284 140737189359808 18446744073709551615 5325493 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 21161 17577 693 1178 0 19979 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 84644

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9265
/proc/meminfo: memFree=31186732/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=84644 CPUtime=1785.64 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18596 0 0 0 175753 2811 0 0 25 0 1 0 969107937 86675456 17577 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 21161 17577 693 1178 0 19979 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 84644

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9265
/proc/meminfo: memFree=31186720/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=84644 CPUtime=1792.05 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18596 0 0 0 176385 2820 0 0 25 0 1 0 969107937 86675456 17577 33554432000 4194304 9016284 140737189359808 18446744073709551615 4347574 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 21161 17577 693 1178 0 19979 0
Current children cumulated CPU time (s) 1792.05
Current children cumulated vsize (KiB) 84644

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9265
/proc/meminfo: memFree=31186720/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=84644 CPUtime=1795.26 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18596 0 0 0 176700 2826 0 0 25 0 1 0 969107937 86675456 17577 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 21161 17577 693 1178 0 19979 0
Current children cumulated CPU time (s) 1795.26
Current children cumulated vsize (KiB) 84644

[startup+1796 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9265
/proc/meminfo: memFree=31186720/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=84644 CPUtime=1796.04 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18596 0 0 0 176778 2826 0 0 25 0 1 0 969107937 86675456 17577 33554432000 4194304 9016284 140737189359808 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 21161 17577 693 1178 0 19979 0
Current children cumulated CPU time (s) 1796.04
Current children cumulated vsize (KiB) 84644

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9266
/proc/meminfo: memFree=31186596/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=84644 CPUtime=1796.85 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18596 0 0 0 176857 2828 0 0 25 0 1 0 969107937 86675456 17577 33554432000 4194304 9016284 140737189359808 18446744073709551615 4320832 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 21161 17577 693 1178 0 19979 0
Current children cumulated CPU time (s) 1796.85
Current children cumulated vsize (KiB) 84644

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9266
/proc/meminfo: memFree=31186596/32950928 swapFree=67054844/67111528
[pid=9170] ppid=9168 vsize=84644 CPUtime=1797.05 cores=0,2,4,6
/proc/9170/stat : 9170 (scip-2.0.1.4b_2) R 9168 9170 8698 0 -1 4202496 18596 0 0 0 176877 2828 0 0 25 0 1 0 969107937 86675456 17577 33554432000 4194304 9016284 140737189359808 18446744073709551615 5315488 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9170/statm: 21161 17577 693 1178 0 19979 0
Current children cumulated CPU time (s) 1797.05
Current children cumulated vsize (KiB) 84644

Child status: 0
Real time (s): 1797.05
CPU time (s): 1797.11
CPU user time (s): 1768.82
CPU system time (s): 28.2917
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 84644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.82
system time used= 28.2917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18603
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= 9
involuntary context switches= 2700

runsolver used 2.59461 second user time and 5.59515 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-11 12:39:33
IDJOB=3488256
IDBENCH=48365
IDSOLVER=1979
FILE ID=node114/3488256-1307788772
RUNJOBID= node114-1307783374-8716
PBS_JOBID= 13550892
Free space on /tmp= 74096 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_4_15.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3488256-1307788772/watcher-3488256-1307788772 -o /tmp/evaluation-result-3488256-1307788772/solver-3488256-1307788772 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488256-1307788772.opb -t 1800 -m 15500

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

MD5SUM BENCH= 521a5315af7cbff32722a5aa297c08a4
RANDOM SEED=1602207586

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31207832 kB
Buffers:        277864 kB
Cached:        1130632 kB
SwapCached:      10540 kB
Active:         568952 kB
Inactive:       969480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31207832 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           16720 kB
Writeback:           0 kB
AnonPages:      126632 kB
Mapped:          15824 kB
Slab:           139932 kB
PageTables:       4968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   323620 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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