Trace number 3488184

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.12 1797.06

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_2_15.opb
MD5SUM18f5400970ad464f730a15f23e03dd22
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1736.2
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)1232
Sum of products size (including duplicates)2464
Number of different products616
Sum of products size1232

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-3488184-1307787587.opb>
0.00/0.00	c original problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 868 constraints
0.00/0.00	c problem read
0.00/0.00	c No objective function, only one solution is needed.
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.03	c (round 1) 0 del vars, 816 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 51 upgd conss, 5028 impls, 99 clqs
0.00/0.03	c (round 2) 616 del vars, 816 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 5028 impls, 0 clqs
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  616 deleted vars, 816 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  5028 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.03/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.03/0.04	c   0.0s|     1 |     0 |    76 |     - |2090k|   0 |  44 | 100 | 152 | 100 | 152 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |   129 |     - |2339k|   0 |  79 | 100 | 159 | 100 | 178 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.08	c   0.1s|     1 |     0 |   135 |     - |2698k|   0 |  80 | 100 | 159 | 100 | 183 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   139 |     - |3000k|   0 |  80 | 100 | 159 | 100 | 185 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   146 |     - |3080k|   0 |  82 | 100 | 159 | 100 | 187 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   151 |     - |3255k|   0 |  84 | 100 | 159 | 100 | 189 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     2 |   151 |     - |3256k|   0 |  84 | 100 | 159 | 100 | 189 |  37 |   0 |  19 | 0.000000e+00 |      --      |    Inf 
7.09/7.17	c   7.2s| 10000 |    45 |132002 |  13.2 |5932k|  31 |   - | 100 |6014 | 100 | 186 |  37 |8971 | 979 | 0.000000e+00 |      --      |    Inf 
13.59/13.62	c  13.6s| 20000 |    53 |263070 |  13.1 |7272k|  31 |  31 | 100 |8196 | 100 | 186 |  37 |  18k|1432 | 0.000000e+00 |      --      |    Inf 
20.29/20.37	c  20.4s| 30000 |    61 |401666 |  13.4 |8224k|  31 |   - | 100 |  10k| 100 | 186 |  37 |  27k|1793 | 0.000000e+00 |      --      |    Inf 
26.99/27.04	c  27.0s| 40000 |    66 |540328 |  13.5 |9912k|  32 |  32 | 100 |  13k| 100 | 186 |  37 |  36k|2022 | 0.000000e+00 |      --      |    Inf 
34.49/34.58	c  34.6s| 50000 |    63 |692237 |  13.8 |  10M|  32 |   - | 100 |  14k| 100 | 186 |  37 |  46k|2274 | 0.000000e+00 |      --      |    Inf 
41.59/41.60	c  41.6s| 60000 |    76 |826567 |  13.8 |  10M|  32 |  35 | 100 |  14k| 100 | 186 |  37 |  55k|2452 | 0.000000e+00 |      --      |    Inf 
49.19/49.25	c  49.2s| 70000 |    78 |977028 |  14.0 |  10M|  32 |   - | 100 |  14k| 100 | 186 |  37 |  64k|2621 | 0.000000e+00 |      --      |    Inf 
56.49/56.52	c  56.5s| 80000 |    81 |  1122k|  14.0 |  10M|  35 |   - | 100 |  12k| 100 | 186 |  37 |  74k|2781 | 0.000000e+00 |      --      |    Inf 
63.09/63.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.09/63.19	c  63.2s| 90000 |    74 |  1256k|  14.0 |  11M|  35 |   - | 100 |  15k| 100 | 186 |  37 |  83k|2885 | 0.000000e+00 |      --      |    Inf 
70.59/70.66	c  70.7s|100000 |    76 |  1400k|  14.0 |  13M|  35 |   - | 100 |  18k| 100 | 186 |  37 |  93k|3047 | 0.000000e+00 |      --      |    Inf 
78.10/78.11	c  78.1s|110000 |    71 |  1538k|  14.0 |  14M|  38 |   - | 100 |  21k| 100 | 186 |  37 | 102k|3173 | 0.000000e+00 |      --      |    Inf 
86.19/86.25	c  86.2s|120000 |    76 |  1692k|  14.1 |  13M|  38 |   - | 100 |  16k| 100 | 186 |  37 | 112k|3290 | 0.000000e+00 |      --      |    Inf 
94.69/94.72	c  94.7s|130000 |    68 |  1858k|  14.3 |  11M|  38 |   - | 100 |  12k| 100 | 186 |  37 | 122k|3455 | 0.000000e+00 |      --      |    Inf 
102.39/102.48	c   102s|140000 |    72 |  2021k|  14.4 |  12M|  38 |   - | 100 |  14k| 100 | 186 |  37 | 131k|3577 | 0.000000e+00 |      --      |    Inf 
110.60/110.64	c   111s|150000 |    74 |  2187k|  14.6 |  12M|  38 |  32 | 100 |  15k| 100 | 186 |  37 | 141k|3677 | 0.000000e+00 |      --      |    Inf 
118.10/118.13	c   118s|160000 |    63 |  2325k|  14.5 |  13M|  38 |   - | 100 |  16k| 100 | 186 |  37 | 150k|3778 | 0.000000e+00 |      --      |    Inf 
125.59/125.67	c   126s|170000 |    71 |  2462k|  14.5 |  15M|  38 |  40 | 100 |  22k| 100 | 186 |  37 | 159k|3845 | 0.000000e+00 |      --      |    Inf 
133.90/133.97	c   134s|180000 |    68 |  2601k|  14.5 |  14M|  38 |  27 | 100 |  19k| 100 | 186 |  37 | 168k|3927 | 0.000000e+00 |      --      |    Inf 
142.60/142.61	c   143s|190000 |    60 |  2771k|  14.6 |  16M|  38 |  39 | 100 |  23k| 100 | 186 |  37 | 178k|4029 | 0.000000e+00 |      --      |    Inf 
151.19/151.24	c   151s|200000 |    62 |  2919k|  14.6 |  16M|  38 |   - | 100 |  23k| 100 | 186 |  37 | 187k|4106 | 0.000000e+00 |      --      |    Inf 
159.50/159.59	c   160s|210000 |    62 |  3068k|  14.6 |  17M|  38 |   - | 100 |  24k| 100 | 186 |  37 | 197k|4165 | 0.000000e+00 |      --      |    Inf 
168.09/168.20	c   168s|220000 |    62 |  3220k|  14.6 |  17M|  38 |  39 | 100 |  24k| 100 | 186 |  37 | 207k|4244 | 0.000000e+00 |      --      |    Inf 
176.50/176.56	c   177s|230000 |    60 |  3358k|  14.6 |  18M|  38 |  30 | 100 |  27k| 100 | 186 |  37 | 216k|4279 | 0.000000e+00 |      --      |    Inf 
185.19/185.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.19/185.26	c   185s|240000 |    57 |  3502k|  14.6 |  19M|  38 |   - | 100 |  29k| 100 | 186 |  37 | 225k|4341 | 0.000000e+00 |      --      |    Inf 
194.79/194.84	c   195s|250000 |    49 |  3660k|  14.6 |  19M|  38 |  39 | 100 |  29k| 100 | 186 |  37 | 236k|4408 | 0.000000e+00 |      --      |    Inf 
203.80/203.88	c   204s|260000 |    62 |  3811k|  14.7 |  20M|  38 |   - | 100 |  31k| 100 | 186 |  37 | 245k|4473 | 0.000000e+00 |      --      |    Inf 
213.70/213.72	c   214s|270000 |    64 |  3950k|  14.6 |  22M|  40 |  33 | 100 |  36k| 100 | 186 |  37 | 255k|4509 | 0.000000e+00 |      --      |    Inf 
224.30/224.34	c   224s|280000 |    59 |  4105k|  14.7 |  24M|  40 |   - | 100 |  42k| 100 | 186 |  37 | 264k|4552 | 0.000000e+00 |      --      |    Inf 
234.99/235.04	c   235s|290000 |    63 |  4257k|  14.7 |  20M|  40 |  30 | 100 |  30k| 100 | 186 |  37 | 273k|4596 | 0.000000e+00 |      --      |    Inf 
243.59/243.63	c   244s|300000 |    56 |  4380k|  14.6 |  22M|  40 |  34 | 100 |  35k| 100 | 186 |  37 | 281k|4620 | 0.000000e+00 |      --      |    Inf 
253.90/253.93	c   254s|310000 |    62 |  4527k|  14.6 |  21M|  40 |   - | 100 |  29k| 100 | 186 |  37 | 291k|4683 | 0.000000e+00 |      --      |    Inf 
264.00/264.06	c   264s|320000 |    54 |  4688k|  14.7 |  20M|  40 |  38 | 100 |  27k| 100 | 186 |  37 | 300k|4728 | 0.000000e+00 |      --      |    Inf 
273.00/273.06	c   273s|330000 |    53 |  4842k|  14.7 |  20M|  40 |   - | 100 |  28k| 100 | 186 |  37 | 310k|4768 | 0.000000e+00 |      --      |    Inf 
282.89/282.96	c   283s|340000 |    57 |  5001k|  14.7 |  20M|  40 |  38 | 100 |  27k| 100 | 186 |  37 | 320k|4797 | 0.000000e+00 |      --      |    Inf 
292.90/292.90	c   293s|350000 |    53 |  5162k|  14.7 |  22M|  40 |   - | 100 |  33k| 100 | 186 |  37 | 330k|4816 | 0.000000e+00 |      --      |    Inf 
302.09/302.16	c   302s|360000 |    59 |  5300k|  14.7 |  23M|  40 |  33 | 100 |  34k| 100 | 186 |  37 | 339k|4829 | 0.000000e+00 |      --      |    Inf 
312.31/312.39	c   312s|370000 |    62 |  5454k|  14.7 |  24M|  40 |  29 | 100 |  36k| 100 | 186 |  37 | 350k|4858 | 0.000000e+00 |      --      |    Inf 
323.20/323.29	c   323s|380000 |    54 |  5604k|  14.7 |  24M|  41 |  36 | 100 |  36k| 100 | 186 |  37 | 360k|4896 | 0.000000e+00 |      --      |    Inf 
333.20/333.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
333.20/333.22	c   333s|390000 |    51 |  5749k|  14.7 |  21M|  41 |  34 | 100 |  27k| 100 | 186 |  37 | 369k|4921 | 0.000000e+00 |      --      |    Inf 
342.20/342.22	c   342s|400000 |    56 |  5888k|  14.7 |  23M|  41 |   - | 100 |  31k| 100 | 186 |  37 | 377k|4946 | 0.000000e+00 |      --      |    Inf 
352.19/352.27	c   352s|410000 |    55 |  6051k|  14.8 |  24M|  41 |   - | 100 |  33k| 100 | 186 |  37 | 388k|4965 | 0.000000e+00 |      --      |    Inf 
361.70/361.74	c   362s|420000 |    64 |  6180k|  14.7 |  25M|  41 |  36 | 100 |  38k| 100 | 186 |  37 | 397k|5000 | 0.000000e+00 |      --      |    Inf 
372.50/372.50	c   372s|430000 |    48 |  6333k|  14.7 |  26M|  41 |   - | 100 |  39k| 100 | 186 |  37 | 406k|5024 | 0.000000e+00 |      --      |    Inf 
383.91/383.92	c   384s|440000 |    57 |  6497k|  14.8 |  25M|  41 |   - | 100 |  36k| 100 | 186 |  37 | 417k|5052 | 0.000000e+00 |      --      |    Inf 
396.40/396.42	c   396s|450000 |    48 |  6688k|  14.9 |  24M|  41 |  38 | 100 |  34k| 100 | 186 |  37 | 427k|5075 | 0.000000e+00 |      --      |    Inf 
406.50/406.52	c   407s|460000 |    56 |  6856k|  14.9 |  23M|  41 |   - | 100 |  28k|   0 |   0 |  37 | 438k|5094 | 0.000000e+00 |      --      |    Inf 
416.01/416.10	c   416s|470000 |    67 |  7012k|  14.9 |  24M|  41 |  29 | 100 |  32k| 100 | 186 |  37 | 448k|5124 | 0.000000e+00 |      --      |    Inf 
426.51/426.57	c   427s|480000 |    57 |  7176k|  15.0 |  25M|  41 |   - | 100 |  35k|   0 |   0 |  37 | 458k|5148 | 0.000000e+00 |      --      |    Inf 
437.51/437.57	c   438s|490000 |    57 |  7356k|  15.0 |  25M|  41 |   - | 100 |  34k| 100 | 186 |  37 | 469k|5172 | 0.000000e+00 |      --      |    Inf 
448.21/448.23	c   448s|500000 |    54 |  7530k|  15.1 |  23M|  41 |  39 | 100 |  26k| 100 | 186 |  37 | 479k|5190 | 0.000000e+00 |      --      |    Inf 
457.30/457.37	c   457s|510000 |    55 |  7675k|  15.0 |  24M|  41 |  33 | 100 |  30k| 100 | 186 |  37 | 488k|5215 | 0.000000e+00 |      --      |    Inf 
467.70/467.70	c   468s|520000 |    59 |  7826k|  15.1 |  25M|  41 |  38 | 100 |  33k| 100 | 186 |  37 | 497k|5231 | 0.000000e+00 |      --      |    Inf 
478.41/478.41	c   478s|530000 |    65 |  7970k|  15.0 |  27M|  41 |   - | 100 |  37k| 100 | 186 |  37 | 506k|5260 | 0.000000e+00 |      --      |    Inf 
488.50/488.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
488.50/488.50	c   489s|540000 |    61 |  8110k|  15.0 |  26M|  43 |  35 | 100 |  36k| 100 | 186 |  37 | 514k|5276 | 0.000000e+00 |      --      |    Inf 
499.21/499.29	c   499s|550000 |    58 |  8266k|  15.0 |  24M|  43 |  34 | 100 |  28k| 100 | 186 |  37 | 523k|5299 | 0.000000e+00 |      --      |    Inf 
509.11/509.14	c   509s|560000 |    55 |  8426k|  15.0 |  23M|  43 |   - | 100 |  27k| 100 | 186 |  37 | 533k|5327 | 0.000000e+00 |      --      |    Inf 
517.90/517.97	c   518s|570000 |    59 |  8556k|  15.0 |  23M|  43 |  30 | 100 |  27k| 100 | 186 |  37 | 541k|5334 | 0.000000e+00 |      --      |    Inf 
526.82/526.89	c   527s|580000 |    52 |  8684k|  15.0 |  24M|  43 |   - | 100 |  28k| 100 | 186 |  37 | 549k|5347 | 0.000000e+00 |      --      |    Inf 
536.81/536.82	c   537s|590000 |    56 |  8842k|  15.0 |  21M|  43 |  35 | 100 |  19k| 100 | 186 |  37 | 559k|5364 | 0.000000e+00 |      --      |    Inf 
545.81/545.82	c   546s|600000 |    49 |  9005k|  15.0 |  22M|  43 |   - | 100 |  21k| 100 | 186 |  37 | 569k|5391 | 0.000000e+00 |      --      |    Inf 
554.70/554.70	c   555s|610000 |    53 |  9155k|  15.0 |  21M|  43 |   - | 100 |  21k| 100 | 186 |  37 | 579k|5403 | 0.000000e+00 |      --      |    Inf 
563.01/563.05	c   563s|620000 |    55 |  9299k|  15.0 |  21M|  43 |   - | 100 |  19k| 100 | 186 |  37 | 588k|5411 | 0.000000e+00 |      --      |    Inf 
571.61/571.68	c   572s|630000 |    46 |  9449k|  15.0 |  23M|  43 |  35 | 100 |  24k| 100 | 186 |  37 | 598k|5430 | 0.000000e+00 |      --      |    Inf 
580.61/580.67	c   581s|640000 |    40 |  9607k|  15.0 |  24M|  43 |  42 | 100 |  28k| 100 | 186 |  37 | 608k|5446 | 0.000000e+00 |      --      |    Inf 
589.81/589.82	c   590s|650000 |    39 |  9756k|  15.0 |  23M|  43 |   - | 100 |  24k| 100 | 186 |  37 | 617k|5464 | 0.000000e+00 |      --      |    Inf 
599.01/599.01	c   599s|660000 |    39 |  9912k|  15.0 |  24M|  43 |   - | 100 |  27k| 100 | 186 |  37 | 627k|5464 | 0.000000e+00 |      --      |    Inf 
607.91/607.92	c   608s|670000 |    41 | 10062k|  15.0 |  22M|  43 |   - | 100 |  22k| 100 | 186 |  37 | 637k|5491 | 0.000000e+00 |      --      |    Inf 
616.51/616.52	c   617s|680000 |    42 | 10212k|  15.0 |  23M|  43 |  34 | 100 |  25k| 100 | 186 |  37 | 646k|5493 | 0.000000e+00 |      --      |    Inf 
626.01/626.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
626.01/626.01	c   626s|690000 |    41 | 10364k|  15.0 |  23M|  43 |   - | 100 |  25k| 100 | 186 |  37 | 656k|5501 | 0.000000e+00 |      --      |    Inf 
635.01/635.07	c   635s|700000 |    37 | 10508k|  15.0 |  24M|  43 |  38 | 100 |  27k| 100 | 186 |  37 | 665k|5509 | 0.000000e+00 |      --      |    Inf 
644.41/644.43	c   644s|710000 |    37 | 10655k|  15.0 |  24M|  43 |  36 | 100 |  26k| 100 | 186 |  37 | 674k|5528 | 0.000000e+00 |      --      |    Inf 
654.11/654.10	c   654s|720000 |    32 | 10810k|  15.0 |  24M|  43 |   - | 100 |  28k| 100 | 186 |  37 | 684k|5535 | 0.000000e+00 |      --      |    Inf 
662.91/662.95	c   663s|730000 |    33 | 10943k|  15.0 |  24M|  43 |  37 | 100 |  27k| 100 | 186 |  37 | 691k|5542 | 0.000000e+00 |      --      |    Inf 
672.51/672.50	c   672s|740000 |    46 | 11094k|  15.0 |  25M|  43 |  29 | 100 |  28k| 100 | 186 |  37 | 701k|5551 | 0.000000e+00 |      --      |    Inf 
682.71/682.76	c   683s|750000 |    40 | 11257k|  15.0 |  26M|  43 |   - | 100 |  33k| 100 | 186 |  37 | 711k|5566 | 0.000000e+00 |      --      |    Inf 
693.91/693.93	c   694s|760000 |    34 | 11434k|  15.0 |  24M|  43 |  36 | 100 |  27k| 100 | 186 |  37 | 721k|5578 | 0.000000e+00 |      --      |    Inf 
702.61/702.62	c   703s|770000 |    44 | 11573k|  15.0 |  25M|  43 |  24 | 100 |  27k| 100 | 186 |  37 | 730k|5586 | 0.000000e+00 |      --      |    Inf 
710.91/710.91	c   711s|780000 |    37 | 11690k|  15.0 |  25M|  43 |   - | 100 |  29k| 100 | 186 |  37 | 739k|5590 | 0.000000e+00 |      --      |    Inf 
720.61/720.68	c   721s|790000 |    40 | 11829k|  15.0 |  26M|  43 |  36 | 100 |  31k| 100 | 186 |  37 | 748k|5595 | 0.000000e+00 |      --      |    Inf 
729.81/729.89	c   730s|800000 |    46 | 11963k|  15.0 |  27M|  43 |   - | 100 |  34k| 100 | 186 |  37 | 757k|5598 | 0.000000e+00 |      --      |    Inf 
741.01/741.08	c   741s|810000 |    40 | 12129k|  15.0 |  27M|  43 |  35 | 100 |  34k| 100 | 186 |  37 | 767k|5603 | 0.000000e+00 |      --      |    Inf 
751.22/751.28	c   751s|820000 |    36 | 12282k|  15.0 |  25M|  43 |   - | 100 |  28k| 100 | 186 |  37 | 776k|5608 | 0.000000e+00 |      --      |    Inf 
761.22/761.20	c   761s|830000 |    35 | 12438k|  15.0 |  25M|  43 |   - | 100 |  28k| 100 | 186 |  37 | 786k|5608 | 0.000000e+00 |      --      |    Inf 
770.42/770.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
770.42/770.43	c   770s|840000 |    41 | 12579k|  15.0 |  27M|  43 |  36 | 100 |  32k| 100 | 186 |  37 | 794k|5609 | 0.000000e+00 |      --      |    Inf 
780.22/780.23	c   780s|850000 |    33 | 12718k|  15.0 |  27M|  43 |  41 | 100 |  34k| 100 | 186 |  37 | 803k|5614 | 0.000000e+00 |      --      |    Inf 
790.32/790.33	c   790s|860000 |    42 | 12855k|  14.9 |  29M|  43 |  33 | 100 |  38k| 100 | 186 |  37 | 813k|5620 | 0.000000e+00 |      --      |    Inf 
801.21/801.26	c   801s|870000 |    48 | 13013k|  15.0 |  28M|  44 |   - | 100 |  36k| 100 | 186 |  37 | 823k|5623 | 0.000000e+00 |      --      |    Inf 
811.82/811.89	c   812s|880000 |    41 | 13187k|  15.0 |  25M|  44 |   - | 100 |  27k| 100 | 186 |  37 | 833k|5624 | 0.000000e+00 |      --      |    Inf 
821.41/821.40	c   821s|890000 |    37 | 13355k|  15.0 |  24M|  44 |  34 | 100 |  22k| 100 | 186 |  37 | 843k|5625 | 0.000000e+00 |      --      |    Inf 
831.01/831.01	c   831s|900000 |    36 | 13513k|  15.0 |  25M|  44 |  44 | 100 |  26k| 100 | 186 |  37 | 853k|5630 | 0.000000e+00 |      --      |    Inf 
840.02/840.01	c   840s|910000 |    38 | 13657k|  15.0 |  25M|  44 |   - | 100 |  25k| 100 | 186 |  37 | 862k|5633 | 0.000000e+00 |      --      |    Inf 
849.71/849.77	c   850s|920000 |    37 | 13806k|  15.0 |  26M|  44 |  39 | 100 |  29k| 100 | 186 |  37 | 872k|5634 | 0.000000e+00 |      --      |    Inf 
860.01/860.01	c   860s|930000 |    33 | 13970k|  15.0 |  26M|  44 |  41 | 100 |  30k| 100 | 186 |  37 | 882k|5636 | 0.000000e+00 |      --      |    Inf 
870.52/870.52	c   871s|940000 |    39 | 14148k|  15.1 |  23M|  44 |   - | 100 |  20k| 100 | 186 |  37 | 893k|5636 | 0.000000e+00 |      --      |    Inf 
878.82/878.88	c   879s|950000 |    39 | 14295k|  15.0 |  23M|  44 |   - | 100 |  20k| 100 | 186 |  37 | 902k|5637 | 0.000000e+00 |      --      |    Inf 
886.92/886.95	c   887s|960000 |    36 | 14419k|  15.0 |  24M|  44 |  39 | 100 |  23k| 100 | 186 |  37 | 910k|5639 | 0.000000e+00 |      --      |    Inf 
895.62/895.62	c   896s|970000 |    40 | 14550k|  15.0 |  25M|  44 |   - | 100 |  25k| 100 | 186 |  37 | 919k|5641 | 0.000000e+00 |      --      |    Inf 
905.62/905.63	c   906s|980000 |    35 | 14701k|  15.0 |  25M|  44 |   - | 100 |  25k| 100 | 186 |  37 | 929k|5644 | 0.000000e+00 |      --      |    Inf 
914.52/914.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
914.52/914.59	c   915s|990000 |    35 | 14841k|  15.0 |  25M|  44 |  30 | 100 |  24k| 100 | 186 |  37 | 938k|5651 | 0.000000e+00 |      --      |    Inf 
923.12/923.10	c   923s|  1000k|    34 | 14974k|  15.0 |  26M|  44 |   - | 100 |  28k| 100 | 186 |  37 | 947k|5654 | 0.000000e+00 |      --      |    Inf 
932.82/932.82	c   933s|  1010k|    35 | 15114k|  15.0 |  27M|  44 |   - | 100 |  31k| 100 | 186 |  37 | 955k|5658 | 0.000000e+00 |      --      |    Inf 
943.22/943.27	c   943s|  1020k|    34 | 15256k|  15.0 |  28M|  44 |   - | 100 |  32k| 100 | 186 |  37 | 963k|5662 | 0.000000e+00 |      --      |    Inf 
954.22/954.20	c   954s|  1030k|    34 | 15410k|  15.0 |  26M|  44 |   - | 100 |  27k| 100 | 186 |  37 | 972k|5665 | 0.000000e+00 |      --      |    Inf 
963.72/963.75	c   964s|  1040k|    35 | 15569k|  15.0 |  25M|  44 |  34 | 100 |  23k| 100 | 186 |  37 | 982k|5671 | 0.000000e+00 |      --      |    Inf 
973.02/973.04	c   973s|  1050k|    31 | 15724k|  15.0 |  24M|  44 |   - | 100 |  21k| 100 | 186 |  37 | 992k|5679 | 0.000000e+00 |      --      |    Inf 
982.22/982.23	c   982s|  1060k|    32 | 15881k|  15.0 |  24M|  44 |  37 | 100 |  22k| 100 | 186 |  37 |1002k|5682 | 0.000000e+00 |      --      |    Inf 
990.92/990.98	c   991s|  1070k|    30 | 16029k|  15.0 |  25M|  44 |  36 | 100 |  24k| 100 | 186 |  37 |1012k|5682 | 0.000000e+00 |      --      |    Inf 
1001.23/1001.23	c  1001s|  1080k|    32 | 16206k|  15.0 |  26M|  44 |  29 | 100 |  27k| 100 | 186 |  37 |1023k|5682 | 0.000000e+00 |      --      |    Inf 
1011.42/1011.44	c  1011s|  1090k|    37 | 16368k|  15.0 |  28M|  44 |   - | 100 |  33k| 100 | 186 |  37 |1033k|5682 | 0.000000e+00 |      --      |    Inf 
1022.82/1022.81	c  1023s|  1100k|    36 | 16537k|  15.0 |  30M|  44 |  37 | 100 |  36k| 100 | 186 |  37 |1044k|5682 | 0.000000e+00 |      --      |    Inf 
1034.82/1034.86	c  1035s|  1110k|    27 | 16711k|  15.1 |  31M|  44 |  37 | 100 |  39k| 100 | 186 |  37 |1055k|5682 | 0.000000e+00 |      --      |    Inf 
1046.52/1046.55	c  1047s|  1120k|    25 | 16872k|  15.1 |  30M|  44 |   - | 100 |  38k| 100 | 186 |  37 |1065k|5684 | 0.000000e+00 |      --      |    Inf 
1058.52/1058.54	c  1059s|  1130k|    31 | 17053k|  15.1 |  31M|  44 |   - | 100 |  38k| 100 | 186 |  37 |1076k|5689 | 0.000000e+00 |      --      |    Inf 
1069.83/1069.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1069.83/1069.83	c  1070s|  1140k|    39 | 17212k|  15.1 |  33M|  44 |   - | 100 |  44k| 100 | 186 |  37 |1086k|5691 | 0.000000e+00 |      --      |    Inf 
1083.03/1083.01	c  1083s|  1150k|    29 | 17399k|  15.1 |  32M|  44 |  33 | 100 |  43k| 100 | 186 |  37 |1096k|5691 | 0.000000e+00 |      --      |    Inf 
1095.33/1095.39	c  1095s|  1160k|    36 | 17568k|  15.1 |  33M|  44 |   - | 100 |  45k| 100 | 186 |  37 |1106k|5691 | 0.000000e+00 |      --      |    Inf 
1107.83/1107.82	c  1108s|  1170k|    39 | 17728k|  15.2 |  35M|  44 |   - | 100 |  50k| 100 | 186 |  37 |1117k|5691 | 0.000000e+00 |      --      |    Inf 
1121.53/1121.53	c  1122s|  1180k|    33 | 17895k|  15.2 |  36M|  44 |   - | 100 |  52k|   0 |   0 |  37 |1127k|5691 | 0.000000e+00 |      --      |    Inf 
1135.43/1135.49	c  1135s|  1190k|    41 | 18065k|  15.2 |  34M|  44 |  31 | 100 |  47k| 100 | 186 |  37 |1138k|5691 | 0.000000e+00 |      --      |    Inf 
1149.13/1149.13	c  1149s|  1200k|    34 | 18239k|  15.2 |  36M|  44 |  39 | 100 |  52k| 100 | 186 |  37 |1148k|5691 | 0.000000e+00 |      --      |    Inf 
1162.83/1162.84	c  1163s|  1210k|    40 | 18401k|  15.2 |  38M|  44 |  41 | 100 |  57k| 100 | 186 |  37 |1158k|5691 | 0.000000e+00 |      --      |    Inf 
1177.23/1177.28	c  1177s|  1220k|    37 | 18580k|  15.2 |  38M|  44 |  40 | 100 |  58k| 100 | 186 |  37 |1168k|5691 | 0.000000e+00 |      --      |    Inf 
1192.63/1192.66	c  1193s|  1230k|    32 | 18766k|  15.3 |  38M|  44 |   - | 100 |  57k| 100 | 186 |  37 |1179k|5691 | 0.000000e+00 |      --      |    Inf 
1207.13/1207.19	c  1207s|  1240k|    40 | 18916k|  15.3 |  40M|  44 |  31 | 100 |  61k| 100 | 186 |  37 |1189k|5691 | 0.000000e+00 |      --      |    Inf 
1221.73/1221.76	c  1222s|  1250k|    42 | 19062k|  15.2 |  40M|  44 |   - | 100 |  62k| 100 | 186 |  37 |1199k|5691 | 0.000000e+00 |      --      |    Inf 
1237.03/1237.04	c  1237s|  1260k|    40 | 19233k|  15.3 |  38M|  45 |   - | 100 |  55k| 100 | 186 |  37 |1209k|5691 | 0.000000e+00 |      --      |    Inf 
1252.03/1252.07	c  1252s|  1270k|    43 | 19414k|  15.3 |  40M|  45 |   - | 100 |  59k| 100 | 186 |  37 |1220k|5691 | 0.000000e+00 |      --      |    Inf 
1266.53/1266.53	c  1267s|  1280k|    32 | 19583k|  15.3 |  39M|  45 |   - | 100 |  56k| 100 | 186 |  37 |1229k|5691 | 0.000000e+00 |      --      |    Inf 
1281.93/1281.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1281.93/1281.99	c  1282s|  1290k|    26 | 19768k|  15.3 |  36M|  45 |   - | 100 |  49k| 100 | 186 |  37 |1240k|5691 | 0.000000e+00 |      --      |    Inf 
1295.24/1295.26	c  1295s|  1300k|    30 | 19913k|  15.3 |  38M|  45 |   - | 100 |  53k| 100 | 186 |  37 |1249k|5691 | 0.000000e+00 |      --      |    Inf 
1309.54/1309.58	c  1310s|  1310k|    29 | 20065k|  15.3 |  38M|  45 |  34 | 100 |  54k| 100 | 186 |  37 |1259k|5691 | 0.000000e+00 |      --      |    Inf 
1323.43/1323.43	c  1323s|  1320k|    38 | 20217k|  15.3 |  34M|  45 |  36 | 100 |  42k| 100 | 186 |  37 |1269k|5691 | 0.000000e+00 |      --      |    Inf 
1335.74/1335.79	c  1336s|  1330k|    36 | 20378k|  15.3 |  32M|  45 |   - | 100 |  34k| 100 | 186 |  37 |1279k|5691 | 0.000000e+00 |      --      |    Inf 
1347.04/1347.05	c  1347s|  1340k|    41 | 20538k|  15.3 |  33M|  45 |  35 | 100 |  37k| 100 | 186 |  37 |1289k|5691 | 0.000000e+00 |      --      |    Inf 
1359.54/1359.59	c  1360s|  1350k|    33 | 20708k|  15.3 |  35M|  45 |   - | 100 |  43k| 100 | 186 |  37 |1299k|5691 | 0.000000e+00 |      --      |    Inf 
1372.63/1372.69	c  1373s|  1360k|    31 | 20874k|  15.3 |  36M|  45 |  43 | 100 |  46k| 100 | 186 |  37 |1308k|5691 | 0.000000e+00 |      --      |    Inf 
1386.13/1386.10	c  1386s|  1370k|    34 | 21046k|  15.4 |  36M|  45 |   - | 100 |  46k| 100 | 186 |  37 |1318k|5691 | 0.000000e+00 |      --      |    Inf 
1399.64/1399.67	c  1400s|  1380k|    32 | 21204k|  15.4 |  37M|  45 |  39 | 100 |  48k| 100 | 186 |  37 |1328k|5691 | 0.000000e+00 |      --      |    Inf 
1412.53/1412.59	c  1413s|  1390k|    31 | 21369k|  15.4 |  32M|  45 |   - | 100 |  34k| 100 | 186 |  37 |1338k|5691 | 0.000000e+00 |      --      |    Inf 
1424.04/1424.01	c  1424s|  1400k|    29 | 21518k|  15.4 |  28M|  45 |   - | 100 |  22k| 100 | 186 |  37 |1347k|5691 | 0.000000e+00 |      --      |    Inf 
1433.64/1433.65	c  1434s|  1410k|    33 | 21675k|  15.4 |  28M|  45 |   - | 100 |  22k| 100 | 186 |  37 |1356k|5691 | 0.000000e+00 |      --      |    Inf 
1443.54/1443.52	c  1444s|  1420k|    33 | 21847k|  15.4 |  29M|  45 |   - | 100 |  24k| 100 | 186 |  37 |1366k|5691 | 0.000000e+00 |      --      |    Inf 
1452.93/1452.97	c  1453s|  1430k|    31 | 22000k|  15.4 |  29M|  45 |  36 | 100 |  26k| 100 | 186 |  37 |1376k|5691 | 0.000000e+00 |      --      |    Inf 
1462.04/1462.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1462.04/1462.08	c  1462s|  1440k|    31 | 22135k|  15.4 |  30M|  45 |   - | 100 |  27k| 100 | 186 |  37 |1385k|5691 | 0.000000e+00 |      --      |    Inf 
1471.44/1471.40	c  1471s|  1450k|    32 | 22268k|  15.4 |  31M|  45 |  33 | 100 |  30k| 100 | 186 |  37 |1393k|5691 | 0.000000e+00 |      --      |    Inf 
1480.55/1480.56	c  1481s|  1460k|    42 | 22398k|  15.3 |  30M|  45 |  35 | 100 |  28k| 100 | 186 |  37 |1402k|5691 | 0.000000e+00 |      --      |    Inf 
1490.24/1490.24	c  1490s|  1470k|    32 | 22523k|  15.3 |  31M|  45 |  39 | 100 |  31k| 100 | 186 |  37 |1409k|5691 | 0.000000e+00 |      --      |    Inf 
1500.24/1500.29	c  1500s|  1480k|    34 | 22669k|  15.3 |  30M|  45 |  38 | 100 |  28k| 100 | 186 |  37 |1418k|5691 | 0.000000e+00 |      --      |    Inf 
1509.74/1509.70	c  1510s|  1490k|    28 | 22803k|  15.3 |  30M|  45 |  37 | 100 |  26k| 100 | 186 |  37 |1426k|5691 | 0.000000e+00 |      --      |    Inf 
1519.64/1519.63	c  1520s|  1500k|    37 | 22932k|  15.3 |  31M|  45 |  28 | 100 |  30k| 100 | 186 |  37 |1435k|5691 | 0.000000e+00 |      --      |    Inf 
1529.34/1529.37	c  1529s|  1510k|    48 | 23077k|  15.3 |  30M|  45 |  35 | 100 |  28k| 100 | 186 |  37 |1444k|5691 | 0.000000e+00 |      --      |    Inf 
1540.55/1540.50	c  1540s|  1520k|    38 | 23238k|  15.3 |  31M|  45 |  46 | 100 |  31k| 100 | 186 |  37 |1455k|5691 | 0.000000e+00 |      --      |    Inf 
1551.75/1551.75	c  1552s|  1530k|    41 | 23394k|  15.3 |  33M|  45 |   - | 100 |  35k| 100 | 186 |  37 |1465k|5691 | 0.000000e+00 |      --      |    Inf 
1563.15/1563.13	c  1563s|  1540k|    43 | 23551k|  15.3 |  33M|  45 |  42 | 100 |  36k| 100 | 186 |  37 |1475k|5691 | 0.000000e+00 |      --      |    Inf 
1574.64/1574.68	c  1575s|  1550k|    41 | 23712k|  15.3 |  32M|  45 |  34 | 100 |  33k| 100 | 186 |  37 |1485k|5691 | 0.000000e+00 |      --      |    Inf 
1586.74/1586.70	c  1587s|  1560k|    40 | 23878k|  15.3 |  33M|  45 |  37 | 100 |  33k| 100 | 186 |  37 |1494k|5691 | 0.000000e+00 |      --      |    Inf 
1597.35/1597.31	c  1597s|  1570k|    40 | 24023k|  15.3 |  32M|  45 |  37 | 100 |  32k| 100 | 186 |  37 |1503k|5691 | 0.000000e+00 |      --      |    Inf 
1607.84/1607.85	c  1608s|  1580k|    42 | 24161k|  15.3 |  33M|  45 |  34 | 100 |  35k| 100 | 186 |  37 |1512k|5691 | 0.000000e+00 |      --      |    Inf 
1617.94/1617.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1617.94/1617.93	c  1618s|  1590k|    47 | 24295k|  15.3 |  34M|  45 |  27 | 100 |  38k| 100 | 186 |  37 |1520k|5691 | 0.000000e+00 |      --      |    Inf 
1629.34/1629.36	c  1629s|  1600k|    42 | 24442k|  15.3 |  35M|  45 |  28 | 100 |  41k| 100 | 186 |  37 |1529k|5691 | 0.000000e+00 |      --      |    Inf 
1640.65/1640.67	c  1641s|  1610k|    39 | 24579k|  15.3 |  36M|  45 |   - | 100 |  43k| 100 | 186 |  37 |1537k|5691 | 0.000000e+00 |      --      |    Inf 
1653.36/1653.32	c  1653s|  1620k|    43 | 24731k|  15.3 |  37M|  45 |  33 | 100 |  47k| 100 | 186 |  37 |1546k|5691 | 0.000000e+00 |      --      |    Inf 
1666.45/1666.50	c  1666s|  1630k|    37 | 24899k|  15.3 |  38M|  45 |  35 | 100 |  47k| 100 | 186 |  37 |1555k|5691 | 0.000000e+00 |      --      |    Inf 
1679.94/1679.97	c  1680s|  1640k|    41 | 25056k|  15.3 |  40M|  45 |  38 | 100 |  51k| 100 | 186 |  37 |1565k|5691 | 0.000000e+00 |      --      |    Inf 
1694.64/1694.68	c  1695s|  1650k|    42 | 25221k|  15.3 |  41M|  45 |  38 | 100 |  55k| 100 | 186 |  37 |1574k|5691 | 0.000000e+00 |      --      |    Inf 
1708.75/1708.75	c  1709s|  1660k|    43 | 25403k|  15.3 |  43M|  45 |  34 | 100 |  61k| 100 | 186 |  37 |1582k|5691 | 0.000000e+00 |      --      |    Inf 
1724.15/1724.10	c  1724s|  1670k|    42 | 25572k|  15.3 |  44M|  45 |   - | 100 |  62k| 100 | 186 |  37 |1590k|5691 | 0.000000e+00 |      --      |    Inf 
1740.85/1740.88	c  1741s|  1680k|    32 | 25732k|  15.3 |  42M|  45 |  41 | 100 |  57k| 100 | 186 |  37 |1599k|5691 | 0.000000e+00 |      --      |    Inf 
1756.76/1756.77	c  1757s|  1690k|    39 | 25887k|  15.3 |  38M|  45 |   - | 100 |  42k| 100 | 186 |  37 |1609k|5691 | 0.000000e+00 |      --      |    Inf 
1767.85/1767.81	c  1768s|  1700k|    32 | 26036k|  15.3 |  33M|  45 |   - | 100 |  30k|   0 |   0 |  37 |1618k|5691 | 0.000000e+00 |      --      |    Inf 
1779.75/1779.76	c  1780s|  1710k|    40 | 26212k|  15.3 |  35M|  45 |   - | 100 |  33k|   0 |   0 |  37 |1629k|5691 | 0.000000e+00 |      --      |    Inf 
1792.05/1792.03	c  1792s|  1720k|    33 | 26383k|  15.3 |  36M|  45 |   - | 100 |  36k| 100 | 186 |  37 |1640k|5691 | 0.000000e+00 |      --      |    Inf 
1797.06/1797.00	c 
1797.06/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.06/1797.00	c Solving Time (sec) : 1797.00
1797.06/1797.00	c Solving Nodes      : 1724254
1797.06/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.06/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.06/1797.00	c Gap                : infinite
1797.06/1797.00	s UNKNOWN
1797.06/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.06/1797.00	c Total Time         :    1797.00
1797.06/1797.00	c   solving          :    1797.00
1797.06/1797.00	c   presolving       :       0.03 (included in solving)
1797.06/1797.00	c   reading          :       0.00 (included in solving)
1797.06/1797.00	c Original Problem   :
1797.06/1797.00	c   Problem name     : HOME/instance-3488184-1307787587.opb
1797.06/1797.00	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.06/1797.00	c   Constraints      : 868 initial, 868 maximal
1797.06/1797.00	c Presolved Problem  :
1797.06/1797.00	c   Problem name     : t_HOME/instance-3488184-1307787587.opb
1797.06/1797.00	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.06/1797.00	c   Constraints      : 152 initial, 65447 maximal
1797.06/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.06/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   dualfix          :       0.00        616          0          0          0          0          0          0          0          0
1797.06/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c   pseudoboolean    :       0.00          0          0          0          0          0        816        100          0          0
1797.06/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.06/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.06/1797.00	c   integral         :          0          0          0     866723          0          1          0        245       1835          0          0    1730288
1797.06/1797.00	c   knapsack         :        101          5    6404074          0          0          0    9127895      14966    5492257         98          0          0
1797.06/1797.00	c   setppc           :         50          5    6386634          0          0          0    3285258        766     541319          0          0          0
1797.06/1797.00	c   linear           :          1+         6    6388342          0          0          0        548       4037       3863          0          0          0
1797.06/1797.00	c   logicor          :          0+         0    2116648          0          0          0    5801867      21039    1445233          0          0          0
1797.06/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.06/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.06/1797.00	c   integral         :      16.43       0.00       0.00      16.43       0.00       0.00       0.00
1797.06/1797.00	c   knapsack         :      58.60       0.00      55.10       0.00       0.00       0.00       3.50
1797.06/1797.00	c   setppc           :       6.76       0.00       6.03       0.00       0.00       0.00       0.73
1797.06/1797.00	c   linear           :       3.59       0.00       3.58       0.00       0.00       0.00       0.00
1797.06/1797.00	c   logicor          :     340.80       0.00     335.18       0.00       0.00       0.00       5.63
1797.06/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.06/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.06/1797.00	c   vbounds          :          0          0          0          0
1797.06/1797.00	c   rootredcost      :          0          0          0          0
1797.06/1797.00	c   pseudoobj        :          0          0          0          0
1797.06/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.06/1797.00	c   vbounds          :       0.88       0.88       0.00
1797.06/1797.00	c   rootredcost      :       0.91       0.91       0.00
1797.06/1797.00	c   pseudoobj        :       0.63       0.63       0.00
1797.06/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.06/1797.00	c   propagation      :       1.51      40808      40508     289025       26.1        334       21.4          -
1797.06/1797.00	c   infeasible LP    :      47.63     822231     821234    6458874       25.1       3365       20.2          0
1797.06/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.06/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.06/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.06/1797.00	c   applied globally :          -          -          -    1644718       20.0          -          -          -
1797.06/1797.00	c   applied locally  :          -          -          -        140       38.2          -          -          -
1797.06/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.06/1797.00	c   cut pool         :       0.00          4          -          -         54          -    (maximal pool size: 380)
1797.06/1797.00	c   redcost          :       1.69     865484          0          0          0          0
1797.06/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1797.06/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.06/1797.00	c   gomory           :       0.03          5          0          0          0          0
1797.06/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.06/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.06/1797.00	c   strongcg         :       0.03          5          0          0        385          0
1797.06/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.06/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.06/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.06/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.06/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.06/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.06/1797.00	c   rapidlearning    :       0.02          1          0          0          0          7
1797.06/1797.00	c Pricers            :       Time      Calls       Vars
1797.06/1797.00	c   problem variables:       0.00          0          0
1797.06/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.06/1797.00	c   relpscost        :      15.97     866723        245       1835          0          0    1730288
1797.06/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.06/1797.00	c   inference        :       0.00          0          0          0          0          0          0
1797.06/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.06/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.06/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.06/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.06/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.06/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.06/1797.00	c   LP solutions     :       0.00          -          0
1797.06/1797.00	c   pseudo solutions :       0.00          -          0
1797.06/1797.00	c   trivial          :       0.00          1          0
1797.06/1797.00	c   shiftandpropagate:       0.00          0          0
1797.06/1797.00	c   simplerounding   :       0.00          0          0
1797.06/1797.00	c   zirounding       :       0.00          0          0
1797.06/1797.00	c   rounding         :       0.00          0          0
1797.06/1797.00	c   shifting         :       0.00          0          0
1797.06/1797.00	c   intshifting      :       0.00          0          0
1797.06/1797.00	c   oneopt           :       0.00          0          0
1797.06/1797.00	c   twoopt           :       0.00          0          0
1797.06/1797.00	c   fixandinfer      :       0.00          0          0
1797.06/1797.00	c   feaspump         :       0.00          0          0
1797.06/1797.00	c   clique           :       0.00          0          0
1797.06/1797.00	c   coefdiving       :       0.00          0          0
1797.06/1797.00	c   pscostdiving     :       0.00          0          0
1797.06/1797.00	c   fracdiving       :       0.00          0          0
1797.06/1797.00	c   veclendiving     :       0.00          0          0
1797.06/1797.00	c   intdiving        :       0.00          0          0
1797.06/1797.00	c   actconsdiving    :       0.00          0          0
1797.06/1797.00	c   objpscostdiving  :       0.00          0          0
1797.06/1797.00	c   rootsoldiving    :       0.00          0          0
1797.06/1797.00	c   linesearchdiving :       0.00          0          0
1797.06/1797.00	c   guideddiving     :       0.00          0          0
1797.06/1797.00	c   octane           :       0.00          0          0
1797.06/1797.00	c   rens             :       0.00          0          0
1797.06/1797.00	c   rins             :       0.00          0          0
1797.06/1797.00	c   localbranching   :       0.00          0          0
1797.06/1797.00	c   mutation         :       0.00          0          0
1797.06/1797.00	c   crossover        :       0.00          0          0
1797.06/1797.00	c   dins             :       0.00          0          0
1797.06/1797.00	c   vbounds          :       0.00          0          0
1797.06/1797.00	c   undercover       :       0.00          0          0
1797.06/1797.00	c   subnlp           :       0.00          0          0
1797.06/1797.00	c   trysol           :       0.00          0          0
1797.06/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.06/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.06/1797.00	c   dual LP          :     875.95    1688227   26454331      15.67   30200.73
1797.06/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.06/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.06/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.06/1797.00	c   strong branching :       5.89       5691     165705      29.12   28147.01
1797.06/1797.00	c     (at root node) :          -         19       1377      72.47          -
1797.06/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.06/1797.00	c B&B Tree           :
1797.06/1797.00	c   number of runs   :          1
1797.06/1797.00	c   nodes            :    1724254
1797.06/1797.00	c   nodes (total)    :    1724254
1797.06/1797.00	c   nodes left       :         42
1797.06/1797.00	c   max depth        :         45
1797.06/1797.00	c   max depth (total):         45
1797.06/1797.00	c   backtracks       :     261769 (15.2%)
1797.06/1797.00	c   delayed cutoffs  :       5993
1797.06/1797.00	c   repropagations   :    2797433 (1408319 domain reductions, 4174 cutoffs)
1797.06/1797.00	c   avg switch length:       4.60
1797.06/1797.00	c   switching time   :     287.78
1797.06/1797.00	c Solution           :
1797.06/1797.00	c   Solutions found  :          0 (0 improvements)
1797.06/1797.00	c   Primal Bound     :          -
1797.06/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.06/1797.00	c   Gap              :   infinite
1797.06/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.06/1797.00	c   Root Iterations  :        151
1797.06/1797.05	c Time complete: 1797.11.

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-3488184-1307787587/watcher-3488184-1307787587 -o /tmp/evaluation-result-3488184-1307787587/solver-3488184-1307787587 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488184-1307787587.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.05 2.01 1.98 2/177 9515
/proc/meminfo: memFree=31465252/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=10944 CPUtime=0 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 1705 0 0 0 0 0 0 0 25 0 1 0 968989390 11206656 1659 33554432000 4194304 9016284 140734190920272 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9515/statm: 2736 1671 340 1178 0 1554 0

[startup+0.043066 s]
/proc/loadavg: 2.05 2.01 1.98 2/177 9515
/proc/meminfo: memFree=31465252/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=21204 CPUtime=0.03 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 4484 0 0 0 3 0 0 0 18 0 1 0 968989390 21712896 4181 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9515/statm: 5301 4181 632 1178 0 4119 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21204

[startup+0.101061 s]
/proc/loadavg: 2.05 2.01 1.98 2/177 9515
/proc/meminfo: memFree=31465252/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=30444 CPUtime=0.09 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 7257 0 0 0 9 0 0 0 18 0 1 0 968989390 31174656 6248 33554432000 4194304 9016284 140734190920272 18446744073709551615 7219034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9515/statm: 7611 6248 686 1178 0 6429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30444

[startup+0.301021 s]
/proc/loadavg: 2.05 2.01 1.98 2/177 9515
/proc/meminfo: memFree=31465252/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=30472 CPUtime=0.29 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 7279 0 0 0 28 1 0 0 18 0 1 0 968989390 31203328 6270 33554432000 4194304 9016284 140734190920272 18446744073709551615 7219485 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9515/statm: 7618 6270 691 1178 0 6436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30472

[startup+0.700938 s]
/proc/loadavg: 2.05 2.01 1.98 2/177 9515
/proc/meminfo: memFree=31465252/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=30472 CPUtime=0.69 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 7281 0 0 0 64 5 0 0 18 0 1 0 968989390 31203328 6272 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9515/statm: 7618 6272 693 1178 0 6436 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30472

[startup+1.50079 s]
/proc/loadavg: 2.05 2.01 1.98 3/178 9516
/proc/meminfo: memFree=31442700/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=30472 CPUtime=1.49 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 7281 0 0 0 137 12 0 0 19 0 1 0 968989390 31203328 6272 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9515/statm: 7618 6272 693 1178 0 6436 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30472

[startup+3.10049 s]
/proc/loadavg: 2.05 2.01 1.98 3/178 9516
/proc/meminfo: memFree=31442204/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=30472 CPUtime=3.09 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 7281 0 0 0 283 26 0 0 25 0 1 0 968989390 31203328 6272 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9515/statm: 7618 6272 693 1178 0 6436 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30472

[startup+6.30088 s]
/proc/loadavg: 2.12 2.03 1.99 3/178 9516
/proc/meminfo: memFree=31441876/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=30472 CPUtime=6.29 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 7357 0 0 0 580 49 0 0 25 0 1 0 968989390 31203328 6348 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9515/statm: 7618 6348 693 1178 0 6436 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30472

[startup+12.7007 s]
/proc/loadavg: 2.11 2.03 1.99 3/178 9516
/proc/meminfo: memFree=31440896/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=30472 CPUtime=12.69 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 7603 0 0 0 1169 100 0 0 25 0 1 0 968989390 31203328 6594 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9515/statm: 7618 6594 693 1178 0 6436 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30472

[startup+25.5002 s]
/proc/loadavg: 2.09 2.03 1.99 3/178 9516
/proc/meminfo: memFree=31438924/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=32208 CPUtime=25.49 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 7930 0 0 0 2347 202 0 0 25 0 1 0 968989390 32980992 6920 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9515/statm: 8052 6920 693 1178 0 6870 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32208

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 1.99 3/178 9517
/proc/meminfo: memFree=31433796/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=37212 CPUtime=51.09 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 8988 0 0 0 4723 386 0 0 25 0 1 0 968989390 38105088 7978 33554432000 4194304 9016284 140734190920272 18446744073709551615 5325570 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 9303 7978 693 1178 0 8121 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37212

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 1.99 3/178 9518
/proc/meminfo: memFree=31423672/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=41496 CPUtime=102.3 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 10059 0 0 0 9488 742 0 0 25 0 1 0 968989390 42491904 9049 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 10374 9049 693 1178 0 9192 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 41496

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 9520
/proc/meminfo: memFree=31419104/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=46720 CPUtime=162.3 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 11155 0 0 0 15092 1138 0 0 25 0 1 0 968989390 47841280 10142 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 11680 10142 693 1178 0 10498 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 46720

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/178 9522
/proc/meminfo: memFree=31410252/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=56176 CPUtime=222.3 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 13237 0 0 0 20755 1475 0 0 25 0 1 0 968989390 57524224 12224 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 14044 12224 693 1178 0 12862 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 56176

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 9523
/proc/meminfo: memFree=31406492/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=59468 CPUtime=282.29 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 13814 0 0 0 26425 1804 0 0 25 0 1 0 968989390 60895232 12801 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 14867 12801 693 1178 0 13685 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 59468

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 9525
/proc/meminfo: memFree=31404832/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=59468 CPUtime=342.3 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 13944 0 0 0 32109 2121 0 0 25 0 1 0 968989390 60895232 12931 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 14867 12931 693 1178 0 13685 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 59468

[startup+402.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 9526
/proc/meminfo: memFree=31401568/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=61316 CPUtime=402.3 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 14391 0 0 0 37792 2438 0 0 25 0 1 0 968989390 62787584 13378 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 15329 13378 693 1178 0 14147 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 61316

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 9528
/proc/meminfo: memFree=31400412/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=62228 CPUtime=462.3 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 14556 0 0 0 43453 2777 0 0 25 0 1 0 968989390 63721472 13543 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 15557 13543 693 1178 0 14375 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 62228

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 9530
/proc/meminfo: memFree=31396900/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=64464 CPUtime=522.31 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 14820 0 0 0 49146 3085 0 0 25 0 1 0 968989390 66011136 13807 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 16116 13807 693 1178 0 14934 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 64464

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9531
/proc/meminfo: memFree=31395852/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=64940 CPUtime=582.31 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 14858 0 0 0 54790 3441 0 0 25 0 1 0 968989390 66498560 13845 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 16235 13845 693 1178 0 15053 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 64940

[startup+642.3 s]

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

/proc/meminfo: memFree=31380352/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=72404 CPUtime=1122.33 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 16844 0 0 0 105902 6331 0 0 25 0 1 0 968989390 74141696 15831 33554432000 4194304 9016284 140734190920272 18446744073709551615 4347574 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 18101 15831 693 1178 0 16919 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 72404

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9550
/proc/meminfo: memFree=31374424/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=78748 CPUtime=1182.33 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 18040 0 0 0 111659 6574 0 0 25 0 1 0 968989390 80637952 17027 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 19687 17027 693 1178 0 18505 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 78748

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9552
/proc/meminfo: memFree=31370724/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=81072 CPUtime=1242.33 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 18790 0 0 0 117433 6800 0 0 25 0 1 0 968989390 83017728 17777 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 20268 17777 693 1178 0 19086 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 81072

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9553
/proc/meminfo: memFree=31369940/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=81072 CPUtime=1302.33 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 18896 0 0 0 123194 7039 0 0 25 0 1 0 968989390 83017728 17883 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 20268 17883 693 1178 0 19086 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 81072

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9555
/proc/meminfo: memFree=31368660/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=85068 CPUtime=1362.33 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 19161 0 0 0 128928 7305 0 0 25 0 1 0 968989390 87109632 18148 33554432000 4194304 9016284 140734190920272 18446744073709551615 5325493 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 21267 18148 693 1178 0 20085 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 85068

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9557
/proc/meminfo: memFree=31367988/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=85068 CPUtime=1422.34 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 19206 0 0 0 134676 7558 0 0 25 0 1 0 968989390 87109632 18193 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 21267 18193 693 1178 0 20085 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 85068

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 9558
/proc/meminfo: memFree=31368068/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=85068 CPUtime=1482.34 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 19206 0 0 0 140351 7883 0 0 25 0 1 0 968989390 87109632 18193 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 21267 18193 693 1178 0 20085 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 85068

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 9560
/proc/meminfo: memFree=31367900/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=85068 CPUtime=1542.34 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 19228 0 0 0 146052 8182 0 0 25 0 1 0 968989390 87109632 18215 33554432000 4194304 9016284 140734190920272 18446744073709551615 4653808 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 21267 18215 693 1178 0 20085 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 85068

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9561
/proc/meminfo: memFree=31367624/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=85068 CPUtime=1602.34 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 19306 0 0 0 151763 8471 0 0 25 0 1 0 968989390 87109632 18293 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 21267 18293 693 1178 0 20085 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 85068

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9563
/proc/meminfo: memFree=31366976/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=85068 CPUtime=1662.35 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 19339 0 0 0 157495 8740 0 0 25 0 1 0 968989390 87109632 18326 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 21267 18326 693 1178 0 20085 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 85068

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 9565
/proc/meminfo: memFree=31362096/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=89096 CPUtime=1722.35 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 20531 0 0 0 163251 8984 0 0 25 0 1 0 968989390 91234304 19518 33554432000 4194304 9016284 140734190920272 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 22274 19518 693 1178 0 21092 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 89096

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9604
/proc/meminfo: memFree=31203960/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=92216 CPUtime=1782.35 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 21354 0 0 0 169005 9230 0 0 25 0 1 0 968989390 94429184 20341 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 23054 20341 693 1178 0 21872 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 92216

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9604
/proc/meminfo: memFree=31203948/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=92216 CPUtime=1785.55 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 21354 0 0 0 169311 9244 0 0 25 0 1 0 968989390 94429184 20341 33554432000 4194304 9016284 140734190920272 18446744073709551615 6469440 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 23054 20341 693 1178 0 21872 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 92216

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9604
/proc/meminfo: memFree=31204064/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=92216 CPUtime=1791.95 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 21354 0 0 0 169915 9280 0 0 25 0 1 0 968989390 94429184 20341 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 23054 20341 693 1178 0 21872 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 92216

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9605
/proc/meminfo: memFree=31203812/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=93840 CPUtime=1795.15 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 21436 0 0 0 170214 9301 0 0 25 0 1 0 968989390 96092160 20423 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 23460 20423 693 1178 0 22278 0
Current children cumulated CPU time (s) 1795.15
Current children cumulated vsize (KiB) 93840

[startup+1795.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9605
/proc/meminfo: memFree=31203812/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=93840 CPUtime=1795.95 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 21436 0 0 0 170289 9306 0 0 25 0 1 0 968989390 96092160 20423 33554432000 4194304 9016284 140734190920272 18446744073709551615 5325472 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 23460 20423 693 1178 0 22278 0
Current children cumulated CPU time (s) 1795.95
Current children cumulated vsize (KiB) 93840

[startup+1796.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9605
/proc/meminfo: memFree=31203688/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=93840 CPUtime=1796.76 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 21436 0 0 0 170364 9312 0 0 25 0 1 0 968989390 96092160 20423 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 23460 20423 693 1178 0 22278 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 93840

[startup+1796.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9605
/proc/meminfo: memFree=31203688/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=93840 CPUtime=1796.95 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 21436 0 0 0 170382 9313 0 0 25 0 1 0 968989390 96092160 20423 33554432000 4194304 9016284 140734190920272 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 23460 20423 693 1178 0 22278 0
Current children cumulated CPU time (s) 1796.95
Current children cumulated vsize (KiB) 93840

[startup+1797 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9605
/proc/meminfo: memFree=31203688/32950928 swapFree=67056212/67111528
[pid=9515] ppid=9513 vsize=93840 CPUtime=1797.06 cores=1,3,5,7
/proc/9515/stat : 9515 (scip-2.0.1.4b_2) R 9513 9515 9093 0 -1 4202496 21436 0 0 0 170392 9314 0 0 25 0 1 0 968989390 96092160 20423 33554432000 4194304 9016284 140734190920272 18446744073709551615 4347632 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9515/statm: 23460 20423 693 1178 0 22278 0
Current children cumulated CPU time (s) 1797.06
Current children cumulated vsize (KiB) 93840

Child status: 0
Real time (s): 1797.06
CPU time (s): 1797.12
CPU user time (s): 1703.97
CPU system time (s): 93.1458
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 93840

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

runsolver used 2.89656 second user time and 6.13307 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-11 12:19:47
IDJOB=3488184
IDBENCH=48293
IDSOLVER=1979
FILE ID=node115/3488184-1307787587
RUNJOBID= node115-1307783957-9112
PBS_JOBID= 13550896
Free space on /tmp= 74112 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_2_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-3488184-1307787587/watcher-3488184-1307787587 -o /tmp/evaluation-result-3488184-1307787587/solver-3488184-1307787587 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488184-1307787587.opb -t 1800 -m 15500

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

MD5SUM BENCH= 18f5400970ad464f730a15f23e03dd22
RANDOM SEED=759809763

node115.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.811
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.62
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.811
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.811
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.75
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.811
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.75
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.811
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.77
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.811
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.74
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.811
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.75
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31465928 kB
Buffers:        277444 kB
Cached:         967836 kB
SwapCached:       9476 kB
Active:         493096 kB
Inactive:       800396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31465928 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           29400 kB
Writeback:           0 kB
AnonPages:       45660 kB
Mapped:          16048 kB
Slab:           125892 kB
PageTables:       4508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   242108 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= 74092 MiB
End job on node115 at 2011-06-11 12:49:44