Trace number 3488240

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.14 1797.07

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

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-3488240-1307788482.opb>
0.00/0.00	c original problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 858 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, 806 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 51 upgd conss, 4948 impls, 99 clqs
0.00/0.03	c (round 2) 606 del vars, 806 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 4948 impls, 0 clqs
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  606 deleted vars, 806 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  4948 implications, 0 cliques
0.00/0.03	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 152 constraints
0.00/0.03	c     101 constraints of type <knapsack>
0.00/0.03	c      50 constraints of type <setppc>
0.00/0.03	c       1 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.03
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.5
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/shiftandpropagate/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/subnlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/undercover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |    81 |     - |2063k|   0 |  47 | 100 | 152 | 100 | 152 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.04/0.07	c   0.1s|     1 |     0 |   134 |     - |2345k|   0 |  78 | 100 | 161 | 100 | 172 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.04/0.08	c   0.1s|     1 |     0 |   143 |     - |2691k|   0 |  83 | 100 | 161 | 100 | 180 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.04/0.09	c   0.1s|     1 |     0 |   145 |     - |2942k|   0 |  83 | 100 | 161 | 100 | 181 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   158 |     - |3072k|   0 |  84 | 100 | 161 | 100 | 182 |  30 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   163 |     - |3131k|   0 |  85 | 100 | 161 | 100 | 185 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.17	c   0.2s|     1 |     2 |   163 |     - |3131k|   0 |  85 | 100 | 161 | 100 | 185 |  33 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
7.19/7.20	c   7.2s| 10000 |    45 |134877 |  13.5 |5862k|  32 |  29 | 100 |6099 | 100 | 182 |  33 |8948 |1021 | 0.000000e+00 |      --      |    Inf 
14.30/14.37	c  14.4s| 20000 |    37 |287732 |  14.4 |7205k|  32 |   - | 100 |8492 | 100 | 182 |  33 |  18k|1518 | 0.000000e+00 |      --      |    Inf 
21.90/21.99	c  22.0s| 30000 |    33 |451977 |  15.1 |8553k|  33 |  43 | 100 |  11k| 100 | 182 |  33 |  29k|1883 | 0.000000e+00 |      --      |    Inf 
29.99/30.03	c  30.0s| 40000 |    48 |626585 |  15.7 |  10M|  33 |  34 | 100 |  14k| 100 | 182 |  33 |  39k|2198 | 0.000000e+00 |      --      |    Inf 
38.60/38.67	c  38.7s| 50000 |    53 |811466 |  16.2 |  10M|  33 |  39 | 100 |  13k| 100 | 182 |  33 |  50k|2486 | 0.000000e+00 |      --      |    Inf 
45.79/45.88	c  45.9s| 60000 |    55 |959929 |  16.0 |  12M|  35 |   - | 100 |  18k| 100 | 182 |  33 |  59k|2648 | 0.000000e+00 |      --      |    Inf 
53.10/53.11	c  53.1s| 70000 |    73 |  1104k|  15.8 |  13M|  39 |  26 | 100 |  22k| 100 | 182 |  33 |  68k|2809 | 0.000000e+00 |      --      |    Inf 
60.99/61.04	c  61.0s| 80000 |    63 |  1254k|  15.7 |  12M|  39 |   - | 100 |  16k| 100 | 182 |  33 |  78k|2952 | 0.000000e+00 |      --      |    Inf 
68.29/68.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.29/68.35	c  68.4s| 90000 |    68 |  1392k|  15.5 |  14M|  39 |  34 | 100 |  22k| 100 | 182 |  33 |  87k|3047 | 0.000000e+00 |      --      |    Inf 
76.49/76.58	c  76.6s|100000 |    65 |  1555k|  15.5 |  13M|  39 |  38 | 100 |  20k| 100 | 182 |  33 |  98k|3161 | 0.000000e+00 |      --      |    Inf 
85.20/85.23	c  85.2s|110000 |    76 |  1734k|  15.8 |  14M|  39 |   - | 100 |  22k| 100 | 182 |  33 | 109k|3244 | 0.000000e+00 |      --      |    Inf 
94.19/94.26	c  94.3s|120000 |    81 |  1909k|  15.9 |  14M|  39 |  28 | 100 |  20k| 100 | 182 |  33 | 120k|3368 | 0.000000e+00 |      --      |    Inf 
102.30/102.32	c   102s|130000 |    72 |  2058k|  15.8 |  14M|  39 |  31 | 100 |  20k| 100 | 182 |  33 | 130k|3426 | 0.000000e+00 |      --      |    Inf 
110.50/110.52	c   111s|140000 |    78 |  2216k|  15.8 |  15M|  39 |   - | 100 |  23k| 100 | 182 |  33 | 139k|3484 | 0.000000e+00 |      --      |    Inf 
119.29/119.36	c   119s|150000 |    72 |  2383k|  15.9 |  14M|  39 |  34 | 100 |  19k| 100 | 182 |  33 | 150k|3567 | 0.000000e+00 |      --      |    Inf 
127.60/127.63	c   128s|160000 |    80 |  2557k|  16.0 |  14M|  39 |   - | 100 |  18k| 100 | 182 |  33 | 160k|3631 | 0.000000e+00 |      --      |    Inf 
136.10/136.15	c   136s|170000 |    73 |  2735k|  16.1 |  14M|  39 |  38 | 100 |  16k| 100 | 182 |  33 | 170k|3721 | 0.000000e+00 |      --      |    Inf 
144.99/145.09	c   145s|180000 |    72 |  2925k|  16.3 |  14M|  43 |   - | 100 |  18k| 100 | 182 |  33 | 181k|3788 | 0.000000e+00 |      --      |    Inf 
154.00/154.03	c   154s|190000 |    83 |  3105k|  16.3 |  15M|  43 |  38 | 100 |  18k| 100 | 182 |  33 | 191k|3863 | 0.000000e+00 |      --      |    Inf 
162.60/162.63	c   163s|200000 |    64 |  3275k|  16.4 |  13M|  43 |   - | 100 |  13k| 100 | 182 |  33 | 202k|3938 | 0.000000e+00 |      --      |    Inf 
169.99/170.01	c   170s|210000 |    62 |  3421k|  16.3 |  14M|  43 |  39 | 100 |  17k| 100 | 182 |  33 | 211k|4008 | 0.000000e+00 |      --      |    Inf 
178.10/178.11	c   178s|220000 |    65 |  3580k|  16.3 |  16M|  43 |   - | 100 |  21k| 100 | 182 |  33 | 221k|4068 | 0.000000e+00 |      --      |    Inf 
186.00/186.01	c   186s|230000 |    63 |  3724k|  16.2 |  17M|  43 |  28 | 100 |  24k| 100 | 182 |  33 | 230k|4125 | 0.000000e+00 |      --      |    Inf 
194.40/194.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
194.40/194.47	c   194s|240000 |    59 |  3877k|  16.2 |  18M|  43 |  39 | 100 |  27k| 100 | 182 |  33 | 240k|4165 | 0.000000e+00 |      --      |    Inf 
203.90/203.99	c   204s|250000 |    64 |  4041k|  16.2 |  20M|  43 |  35 | 100 |  30k| 100 | 182 |  33 | 249k|4202 | 0.000000e+00 |      --      |    Inf 
214.60/214.63	c   215s|260000 |    59 |  4226k|  16.3 |  20M|  43 |   - | 100 |  28k| 100 | 182 |  33 | 260k|4255 | 0.000000e+00 |      --      |    Inf 
223.31/223.36	c   223s|270000 |    53 |  4375k|  16.2 |  18M|  43 |  38 | 100 |  23k| 100 | 182 |  33 | 270k|4288 | 0.000000e+00 |      --      |    Inf 
232.30/232.30	c   232s|280000 |    52 |  4551k|  16.3 |  19M|  43 |   - | 100 |  25k| 100 | 182 |  33 | 281k|4317 | 0.000000e+00 |      --      |    Inf 
241.00/241.03	c   241s|290000 |    46 |  4717k|  16.3 |  17M|  43 |  38 | 100 |  20k| 100 | 182 |  33 | 291k|4356 | 0.000000e+00 |      --      |    Inf 
249.40/249.40	c   249s|300000 |    48 |  4867k|  16.2 |  19M|  43 |   - | 100 |  24k| 100 | 182 |  33 | 301k|4382 | 0.000000e+00 |      --      |    Inf 
257.70/257.77	c   258s|310000 |    51 |  5012k|  16.2 |  17M|  43 |   - | 100 |  19k| 100 | 182 |  33 | 310k|4414 | 0.000000e+00 |      --      |    Inf 
265.40/265.48	c   265s|320000 |    53 |  5148k|  16.1 |  18M|  43 |  30 | 100 |  20k| 100 | 182 |  33 | 319k|4435 | 0.000000e+00 |      --      |    Inf 
273.91/273.96	c   274s|330000 |    45 |  5302k|  16.1 |  18M|  43 |   - | 100 |  21k| 100 | 182 |  33 | 328k|4456 | 0.000000e+00 |      --      |    Inf 
281.90/281.92	c   282s|340000 |    45 |  5441k|  16.0 |  18M|  43 |   - | 100 |  21k| 100 | 182 |  33 | 337k|4485 | 0.000000e+00 |      --      |    Inf 
290.60/290.65	c   291s|350000 |    45 |  5608k|  16.0 |  18M|  43 |  39 | 100 |  21k| 100 | 182 |  33 | 347k|4524 | 0.000000e+00 |      --      |    Inf 
298.70/298.76	c   299s|360000 |    47 |  5751k|  16.0 |  19M|  43 |   - | 100 |  23k| 100 | 182 |  33 | 356k|4548 | 0.000000e+00 |      --      |    Inf 
307.80/307.86	c   308s|370000 |    43 |  5922k|  16.0 |  19M|  43 |   - | 100 |  22k| 100 | 182 |  33 | 366k|4604 | 0.000000e+00 |      --      |    Inf 
316.21/316.21	c   316s|380000 |    48 |  6073k|  16.0 |  17M|  43 |   - | 100 |  17k| 100 | 182 |  33 | 376k|4620 | 0.000000e+00 |      --      |    Inf 
324.81/324.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.81/324.82	c   325s|390000 |    42 |  6235k|  16.0 |  18M|  43 |   - | 100 |  20k| 100 | 182 |  33 | 386k|4645 | 0.000000e+00 |      --      |    Inf 
333.01/333.05	c   333s|400000 |    46 |  6390k|  16.0 |  19M|  43 |  30 | 100 |  23k| 100 | 182 |  33 | 396k|4668 | 0.000000e+00 |      --      |    Inf 
341.50/341.52	c   342s|410000 |    40 |  6534k|  15.9 |  20M|  43 |   - | 100 |  26k| 100 | 182 |  33 | 406k|4693 | 0.000000e+00 |      --      |    Inf 
350.00/350.01	c   350s|420000 |    45 |  6677k|  15.9 |  22M|  43 |   - | 100 |  32k| 100 | 182 |  33 | 415k|4700 | 0.000000e+00 |      --      |    Inf 
359.11/359.14	c   359s|430000 |    45 |  6803k|  15.8 |  23M|  43 |  29 | 100 |  34k| 100 | 182 |  33 | 424k|4707 | 0.000000e+00 |      --      |    Inf 
368.61/368.62	c   369s|440000 |    40 |  6942k|  15.8 |  23M|  43 |  37 | 100 |  34k| 100 | 182 |  33 | 434k|4714 | 0.000000e+00 |      --      |    Inf 
377.70/377.74	c   378s|450000 |    48 |  7075k|  15.7 |  24M|  43 |  30 | 100 |  35k| 100 | 182 |  33 | 442k|4726 | 0.000000e+00 |      --      |    Inf 
387.51/387.50	c   387s|460000 |    44 |  7208k|  15.7 |  24M|  43 |  36 | 100 |  37k| 100 | 182 |  33 | 451k|4734 | 0.000000e+00 |      --      |    Inf 
397.02/397.09	c   397s|470000 |    52 |  7336k|  15.6 |  26M|  43 |   - | 100 |  41k| 100 | 182 |  33 | 459k|4737 | 0.000000e+00 |      --      |    Inf 
407.80/407.88	c   408s|480000 |    44 |  7468k|  15.6 |  24M|  43 |  30 | 100 |  35k| 100 | 182 |  33 | 468k|4746 | 0.000000e+00 |      --      |    Inf 
417.51/417.59	c   418s|490000 |    46 |  7610k|  15.5 |  24M|  43 |  34 | 100 |  32k| 100 | 182 |  33 | 478k|4746 | 0.000000e+00 |      --      |    Inf 
428.41/428.46	c   428s|500000 |    41 |  7788k|  15.6 |  24M|  43 |  37 | 100 |  35k| 100 | 182 |  33 | 489k|4747 | 0.000000e+00 |      --      |    Inf 
439.20/439.29	c   439s|510000 |    46 |  7962k|  15.6 |  23M|  43 |   - | 100 |  29k| 100 | 182 |  33 | 499k|4807 | 0.000000e+00 |      --      |    Inf 
447.90/447.90	c   448s|520000 |    53 |  8090k|  15.6 |  24M|  43 |  30 | 100 |  33k| 100 | 182 |  33 | 507k|4813 | 0.000000e+00 |      --      |    Inf 
457.61/457.60	c   458s|530000 |    43 |  8238k|  15.5 |  24M|  43 |   - | 100 |  33k| 100 | 182 |  33 | 516k|4835 | 0.000000e+00 |      --      |    Inf 
467.61/467.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
467.61/467.62	c   468s|540000 |    46 |  8397k|  15.6 |  25M|  43 |   - | 100 |  36k| 100 | 182 |  33 | 527k|4864 | 0.000000e+00 |      --      |    Inf 
477.81/477.85	c   478s|550000 |    52 |  8542k|  15.5 |  26M|  43 |   - | 100 |  38k|   0 |   0 |  33 | 537k|4880 | 0.000000e+00 |      --      |    Inf 
487.61/487.61	c   488s|560000 |    50 |  8663k|  15.5 |  27M|  43 |   - | 100 |  41k| 100 | 182 |  33 | 545k|4904 | 0.000000e+00 |      --      |    Inf 
497.22/497.22	c   497s|570000 |    53 |  8777k|  15.4 |  27M|  43 |   - | 100 |  39k| 100 | 182 |  33 | 552k|4923 | 0.000000e+00 |      --      |    Inf 
507.41/507.41	c   507s|580000 |    61 |  8903k|  15.4 |  28M|  43 |   - | 100 |  42k| 100 | 182 |  33 | 560k|4935 | 0.000000e+00 |      --      |    Inf 
518.11/518.20	c   518s|590000 |    59 |  9022k|  15.3 |  30M|  43 |  22 | 100 |  47k| 100 | 182 |  33 | 567k|4957 | 0.000000e+00 |      --      |    Inf 
528.91/528.99	c   529s|600000 |    57 |  9137k|  15.2 |  29M|  43 |  26 | 100 |  43k| 100 | 182 |  33 | 575k|4979 | 0.000000e+00 |      --      |    Inf 
540.02/540.02	c   540s|610000 |    51 |  9266k|  15.2 |  27M|  43 |   - | 100 |  37k| 100 | 182 |  33 | 583k|4992 | 0.000000e+00 |      --      |    Inf 
550.12/550.14	c   550s|620000 |    50 |  9407k|  15.2 |  25M|  43 |   - | 100 |  32k| 100 | 182 |  33 | 591k|5016 | 0.000000e+00 |      --      |    Inf 
559.32/559.35	c   559s|630000 |    50 |  9541k|  15.1 |  26M|  43 |   - | 100 |  34k| 100 | 182 |  33 | 600k|5040 | 0.000000e+00 |      --      |    Inf 
569.51/569.55	c   570s|640000 |    57 |  9689k|  15.1 |  27M|  43 |  24 | 100 |  38k| 100 | 182 |  33 | 609k|5053 | 0.000000e+00 |      --      |    Inf 
580.41/580.48	c   580s|650000 |    53 |  9847k|  15.2 |  29M|  43 |  39 | 100 |  41k| 100 | 182 |  33 | 619k|5073 | 0.000000e+00 |      --      |    Inf 
591.82/591.85	c   592s|660000 |    60 |  9998k|  15.1 |  30M|  43 |  31 | 100 |  46k| 100 | 182 |  33 | 628k|5107 | 0.000000e+00 |      --      |    Inf 
603.82/603.90	c   604s|670000 |    46 | 10154k|  15.2 |  25M|  43 |   - | 100 |  29k| 100 | 182 |  33 | 637k|5186 | 0.000000e+00 |      --      |    Inf 
612.62/612.61	c   613s|680000 |    45 | 10304k|  15.2 |  22M|  43 |   - | 100 |  22k| 100 | 182 |  33 | 647k|5193 | 0.000000e+00 |      --      |    Inf 
621.01/621.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
621.01/621.09	c   621s|690000 |    45 | 10450k|  15.1 |  24M|  43 |  33 | 100 |  26k| 100 | 182 |  33 | 656k|5206 | 0.000000e+00 |      --      |    Inf 
629.81/629.80	c   630s|700000 |    48 | 10586k|  15.1 |  22M|  43 |  28 | 100 |  21k| 100 | 182 |  33 | 664k|5241 | 0.000000e+00 |      --      |    Inf 
638.02/638.05	c   638s|710000 |    50 | 10725k|  15.1 |  24M|  43 |  25 | 100 |  26k| 100 | 182 |  33 | 673k|5251 | 0.000000e+00 |      --      |    Inf 
646.31/646.38	c   646s|720000 |    44 | 10856k|  15.1 |  24M|  43 |  35 | 100 |  27k| 100 | 182 |  33 | 681k|5262 | 0.000000e+00 |      --      |    Inf 
655.11/655.18	c   655s|730000 |    41 | 10987k|  15.1 |  25M|  43 |   - | 100 |  29k| 100 | 182 |  33 | 689k|5279 | 0.000000e+00 |      --      |    Inf 
665.01/665.04	c   665s|740000 |    42 | 11143k|  15.1 |  25M|  43 |   - | 100 |  27k| 100 | 182 |  33 | 699k|5293 | 0.000000e+00 |      --      |    Inf 
673.22/673.29	c   673s|750000 |    43 | 11269k|  15.0 |  24M|  43 |   - | 100 |  25k| 100 | 182 |  33 | 707k|5299 | 0.000000e+00 |      --      |    Inf 
681.51/681.50	c   682s|760000 |    44 | 11397k|  15.0 |  24M|  43 |   - | 100 |  27k| 100 | 182 |  33 | 714k|5305 | 0.000000e+00 |      --      |    Inf 
690.72/690.72	c   691s|770000 |    46 | 11535k|  15.0 |  22M|  43 |  38 | 100 |  21k| 100 | 182 |  33 | 721k|5345 | 0.000000e+00 |      --      |    Inf 
699.92/699.96	c   700s|780000 |    42 | 11698k|  15.0 |  24M|  43 |  39 | 100 |  25k| 100 | 182 |  33 | 731k|5370 | 0.000000e+00 |      --      |    Inf 
708.43/708.41	c   708s|790000 |    53 | 11836k|  15.0 |  23M|  43 |   - | 100 |  23k| 100 | 182 |  33 | 740k|5374 | 0.000000e+00 |      --      |    Inf 
718.22/718.24	c   718s|800000 |    52 | 12002k|  15.0 |  24M|  43 |   - | 100 |  25k|   0 |   0 |  33 | 751k|5401 | 0.000000e+00 |      --      |    Inf 
728.12/728.14	c   728s|810000 |    51 | 12159k|  15.0 |  24M|  43 |   - | 100 |  25k| 100 | 182 |  33 | 761k|5404 | 0.000000e+00 |      --      |    Inf 
737.42/737.46	c   737s|820000 |    51 | 12313k|  15.0 |  24M|  43 |   - | 100 |  26k| 100 | 182 |  33 | 771k|5405 | 0.000000e+00 |      --      |    Inf 
746.32/746.32	c   746s|830000 |    58 | 12454k|  15.0 |  25M|  43 |  38 | 100 |  27k| 100 | 182 |  33 | 780k|5414 | 0.000000e+00 |      --      |    Inf 
756.22/756.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
756.22/756.29	c   756s|840000 |    68 | 12609k|  15.0 |  26M|  43 |   - | 100 |  30k| 100 | 182 |  33 | 791k|5421 | 0.000000e+00 |      --      |    Inf 
766.42/766.42	c   766s|850000 |    59 | 12771k|  15.0 |  27M|  43 |  31 | 100 |  34k| 100 | 182 |  33 | 801k|5423 | 0.000000e+00 |      --      |    Inf 
775.82/775.84	c   776s|860000 |    60 | 12899k|  15.0 |  29M|  43 |  27 | 100 |  38k| 100 | 182 |  33 | 810k|5423 | 0.000000e+00 |      --      |    Inf 
785.92/785.92	c   786s|870000 |    59 | 13032k|  15.0 |  30M|  43 |   - | 100 |  40k| 100 | 182 |  33 | 818k|5423 | 0.000000e+00 |      --      |    Inf 
796.53/796.50	c   797s|880000 |    61 | 13172k|  15.0 |  30M|  43 |  40 | 100 |  42k| 100 | 182 |  33 | 828k|5423 | 0.000000e+00 |      --      |    Inf 
807.72/807.71	c   808s|890000 |    63 | 13325k|  15.0 |  32M|  43 |  35 | 100 |  46k| 100 | 182 |  33 | 837k|5423 | 0.000000e+00 |      --      |    Inf 
820.42/820.45	c   820s|900000 |    65 | 13505k|  15.0 |  29M|  43 |   - | 100 |  36k|   0 |   0 |  33 | 848k|5449 | 0.000000e+00 |      --      |    Inf 
831.63/831.66	c   832s|910000 |    59 | 13665k|  15.0 |  30M|  43 |   - | 100 |  40k| 100 | 182 |  33 | 858k|5452 | 0.000000e+00 |      --      |    Inf 
842.92/842.96	c   843s|920000 |    63 | 13822k|  15.0 |  32M|  43 |   - | 100 |  44k| 100 | 182 |  33 | 869k|5462 | 0.000000e+00 |      --      |    Inf 
854.73/854.72	c   855s|930000 |    60 | 13974k|  15.0 |  33M|  45 |  43 | 100 |  49k| 100 | 182 |  33 | 879k|5474 | 0.000000e+00 |      --      |    Inf 
867.53/867.56	c   868s|940000 |    69 | 14149k|  15.1 |  32M|  45 |  46 | 100 |  46k| 100 | 182 |  33 | 890k|5483 | 0.000000e+00 |      --      |    Inf 
879.92/879.92	c   880s|950000 |    61 | 14309k|  15.1 |  34M|  45 |   - | 100 |  50k| 100 | 182 |  33 | 899k|5498 | 0.000000e+00 |      --      |    Inf 
892.42/892.46	c   892s|960000 |    64 | 14462k|  15.1 |  34M|  45 |   - | 100 |  49k| 100 | 182 |  33 | 908k|5505 | 0.000000e+00 |      --      |    Inf 
904.82/904.89	c   905s|970000 |    66 | 14636k|  15.1 |  31M|  45 |  40 | 100 |  41k| 100 | 182 |  33 | 918k|5518 | 0.000000e+00 |      --      |    Inf 
916.63/916.62	c   917s|980000 |    60 | 14788k|  15.1 |  31M|  45 |   - | 100 |  40k| 100 | 182 |  33 | 928k|5536 | 0.000000e+00 |      --      |    Inf 
927.72/927.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
927.72/927.75	c   928s|990000 |    57 | 14949k|  15.1 |  30M|  45 |   - | 100 |  37k|   0 |   0 |  33 | 938k|5559 | 0.000000e+00 |      --      |    Inf 
939.03/939.02	c   939s|  1000k|    57 | 15119k|  15.1 |  27M|  45 |  28 | 100 |  28k| 100 | 182 |  33 | 948k|5570 | 0.000000e+00 |      --      |    Inf 
948.53/948.54	c   949s|  1010k|    59 | 15259k|  15.1 |  28M|  45 |  37 | 100 |  33k| 100 | 182 |  33 | 958k|5571 | 0.000000e+00 |      --      |    Inf 
958.83/958.86	c   959s|  1020k|    47 | 15410k|  15.1 |  29M|  45 |  37 | 100 |  34k| 100 | 182 |  33 | 967k|5583 | 0.000000e+00 |      --      |    Inf 
968.12/968.15	c   968s|  1030k|    50 | 15548k|  15.1 |  28M|  45 |   - | 100 |  33k| 100 | 182 |  33 | 977k|5593 | 0.000000e+00 |      --      |    Inf 
979.04/979.01	c   979s|  1040k|    48 | 15719k|  15.1 |  25M|  45 |   - | 100 |  22k| 100 | 182 |  33 | 987k|5690 | 0.000000e+00 |      --      |    Inf 
988.94/988.92	c   989s|  1050k|    51 | 15885k|  15.1 |  26M|  45 |   - | 100 |  26k| 100 | 182 |  33 | 998k|5692 | 0.000000e+00 |      --      |    Inf 
1000.03/1000.05	c  1000s|  1060k|    43 | 16065k|  15.2 |  26M|  45 |   - | 100 |  26k| 100 | 182 |  33 |1009k|5706 | 0.000000e+00 |      --      |    Inf 
1010.12/1010.19	c  1010s|  1070k|    44 | 16232k|  15.2 |  25M|  45 |   - | 100 |  24k| 100 | 182 |  33 |1019k|5712 | 0.000000e+00 |      --      |    Inf 
1018.83/1018.80	c  1019s|  1080k|    41 | 16375k|  15.2 |  26M|  45 |   - | 100 |  24k| 100 | 182 |  33 |1028k|5715 | 0.000000e+00 |      --      |    Inf 
1027.83/1027.84	c  1028s|  1090k|    43 | 16534k|  15.2 |  24M|  45 |  28 | 100 |  20k| 100 | 182 |  33 |1037k|5727 | 0.000000e+00 |      --      |    Inf 
1037.33/1037.37	c  1037s|  1100k|    40 | 16710k|  15.2 |  24M|  45 |  38 | 100 |  18k| 100 | 182 |  33 |1047k|5737 | 0.000000e+00 |      --      |    Inf 
1045.73/1045.77	c  1046s|  1110k|    41 | 16852k|  15.2 |  25M|  45 |  32 | 100 |  21k| 100 | 182 |  33 |1056k|5745 | 0.000000e+00 |      --      |    Inf 
1054.03/1054.07	c  1054s|  1120k|    41 | 16989k|  15.2 |  26M|  45 |   - | 100 |  24k| 100 | 182 |  33 |1065k|5749 | 0.000000e+00 |      --      |    Inf 
1063.53/1063.52	c  1064s|  1130k|    38 | 17141k|  15.2 |  27M|  45 |  31 | 100 |  27k| 100 | 182 |  33 |1074k|5756 | 0.000000e+00 |      --      |    Inf 
1072.03/1072.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1072.03/1072.05	c  1072s|  1140k|    36 | 17274k|  15.2 |  25M|  45 |   - | 100 |  22k| 100 | 182 |  33 |1083k|5762 | 0.000000e+00 |      --      |    Inf 
1080.54/1080.59	c  1081s|  1150k|    40 | 17407k|  15.1 |  23M|  45 |  34 | 100 |  16k| 100 | 182 |  33 |1091k|5776 | 0.000000e+00 |      --      |    Inf 
1089.14/1089.11	c  1089s|  1160k|    43 | 17566k|  15.1 |  24M|  45 |  33 | 100 |  17k| 100 | 182 |  33 |1101k|5785 | 0.000000e+00 |      --      |    Inf 
1097.93/1097.97	c  1098s|  1170k|    39 | 17721k|  15.1 |  24M|  45 |   - | 100 |  19k|   0 |   0 |  33 |1111k|5799 | 0.000000e+00 |      --      |    Inf 
1106.94/1106.95	c  1107s|  1180k|    42 | 17877k|  15.2 |  25M|  45 |  38 | 100 |  22k| 100 | 182 |  33 |1121k|5817 | 0.000000e+00 |      --      |    Inf 
1115.63/1115.64	c  1116s|  1190k|    34 | 18032k|  15.2 |  24M|  45 |  38 | 100 |  18k| 100 | 182 |  33 |1131k|5829 | 0.000000e+00 |      --      |    Inf 
1125.13/1125.15	c  1125s|  1200k|    35 | 18209k|  15.2 |  25M|  45 |   - | 100 |  23k| 100 | 182 |  33 |1142k|5842 | 0.000000e+00 |      --      |    Inf 
1134.34/1134.33	c  1134s|  1210k|    39 | 18367k|  15.2 |  27M|  45 |   - | 100 |  28k|   0 |   0 |  33 |1152k|5842 | 0.000000e+00 |      --      |    Inf 
1144.83/1144.82	c  1145s|  1220k|    33 | 18536k|  15.2 |  26M|  45 |   - | 100 |  26k| 100 | 182 |  33 |1163k|5855 | 0.000000e+00 |      --      |    Inf 
1154.84/1154.82	c  1155s|  1230k|    31 | 18698k|  15.2 |  26M|  45 |  42 | 100 |  26k| 100 | 182 |  33 |1174k|5858 | 0.000000e+00 |      --      |    Inf 
1165.63/1165.66	c  1166s|  1240k|    31 | 18879k|  15.2 |  27M|  45 |   - | 100 |  27k| 100 | 182 |  33 |1185k|5868 | 0.000000e+00 |      --      |    Inf 
1175.84/1175.86	c  1176s|  1250k|    32 | 19042k|  15.2 |  28M|  45 |   - | 100 |  32k| 100 | 182 |  33 |1195k|5871 | 0.000000e+00 |      --      |    Inf 
1187.44/1187.40	c  1187s|  1260k|    41 | 19207k|  15.2 |  30M|  45 |  25 | 100 |  36k| 100 | 182 |  33 |1205k|5872 | 0.000000e+00 |      --      |    Inf 
1199.93/1199.92	c  1200s|  1270k|    34 | 19383k|  15.3 |  32M|  45 |  32 | 100 |  40k| 100 | 182 |  33 |1215k|5877 | 0.000000e+00 |      --      |    Inf 
1211.44/1211.48	c  1211s|  1280k|    29 | 19537k|  15.3 |  30M|  45 |   - | 100 |  35k| 100 | 182 |  33 |1225k|5880 | 0.000000e+00 |      --      |    Inf 
1221.24/1221.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1221.24/1221.27	c  1221s|  1290k|    30 | 19674k|  15.3 |  29M|  45 |  38 | 100 |  32k| 100 | 182 |  33 |1232k|5882 | 0.000000e+00 |      --      |    Inf 
1231.34/1231.36	c  1231s|  1300k|    33 | 19822k|  15.2 |  24M|  45 |  33 | 100 |  18k| 100 | 182 |  33 |1242k|5892 | 0.000000e+00 |      --      |    Inf 
1240.24/1240.22	c  1240s|  1310k|    33 | 19983k|  15.3 |  24M|  45 |   - | 100 |  18k| 100 | 182 |  33 |1252k|5893 | 0.000000e+00 |      --      |    Inf 
1249.33/1249.30	c  1249s|  1320k|    25 | 20149k|  15.3 |  24M|  45 |   - | 100 |  16k| 100 | 182 |  33 |1262k|5903 | 0.000000e+00 |      --      |    Inf 
1257.74/1257.76	c  1258s|  1330k|    26 | 20298k|  15.3 |  25M|  45 |  39 | 100 |  21k| 100 | 182 |  33 |1272k|5903 | 0.000000e+00 |      --      |    Inf 
1266.84/1266.83	c  1267s|  1340k|    29 | 20448k|  15.3 |  27M|  45 |   - | 100 |  24k| 100 | 182 |  33 |1282k|5903 | 0.000000e+00 |      --      |    Inf 
1276.44/1276.43	c  1276s|  1350k|    28 | 20602k|  15.3 |  27M|  45 |   - | 100 |  25k| 100 | 182 |  33 |1292k|5903 | 0.000000e+00 |      --      |    Inf 
1287.14/1287.10	c  1287s|  1360k|    27 | 20775k|  15.3 |  27M|  45 |  34 | 100 |  26k| 100 | 182 |  33 |1302k|5906 | 0.000000e+00 |      --      |    Inf 
1297.04/1297.01	c  1297s|  1370k|    24 | 20928k|  15.3 |  26M|  45 |  38 | 100 |  22k| 100 | 182 |  33 |1312k|5910 | 0.000000e+00 |      --      |    Inf 
1306.74/1306.77	c  1307s|  1380k|    21 | 21096k|  15.3 |  28M|  45 |   - | 100 |  26k| 100 | 182 |  33 |1323k|5916 | 0.000000e+00 |      --      |    Inf 
1317.24/1317.20	c  1317s|  1390k|    28 | 21276k|  15.3 |  27M|  45 |  30 | 100 |  25k| 100 | 182 |  33 |1334k|5924 | 0.000000e+00 |      --      |    Inf 
1328.34/1328.39	c  1328s|  1400k|    27 | 21470k|  15.3 |  29M|  45 |   - | 100 |  31k| 100 | 182 |  33 |1345k|5932 | 0.000000e+00 |      --      |    Inf 
1338.84/1338.83	c  1339s|  1410k|    43 | 21623k|  15.3 |  31M|  45 |  31 | 100 |  36k| 100 | 182 |  33 |1354k|5938 | 0.000000e+00 |      --      |    Inf 
1350.15/1350.17	c  1350s|  1420k|    30 | 21775k|  15.3 |  32M|  45 |  36 | 100 |  38k| 100 | 182 |  33 |1363k|5952 | 0.000000e+00 |      --      |    Inf 
1362.54/1362.57	c  1363s|  1430k|    22 | 21952k|  15.4 |  30M|  45 |   - | 100 |  33k| 100 | 182 |  33 |1373k|5957 | 0.000000e+00 |      --      |    Inf 
1374.64/1374.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1374.64/1374.65	c  1375s|  1440k|    24 | 22137k|  15.4 |  32M|  45 |   - | 100 |  38k| 100 | 182 |  33 |1385k|5961 | 0.000000e+00 |      --      |    Inf 
1387.45/1387.45	c  1387s|  1450k|    24 | 22335k|  15.4 |  32M|  45 |   - | 100 |  37k| 100 | 182 |  33 |1395k|5965 | 0.000000e+00 |      --      |    Inf 
1399.25/1399.21	c  1399s|  1460k|    32 | 22511k|  15.4 |  33M|  45 |   - | 100 |  41k|   0 |   0 |  33 |1405k|5971 | 0.000000e+00 |      --      |    Inf 
1412.05/1412.08	c  1412s|  1470k|    31 | 22681k|  15.4 |  35M|  45 |   - | 100 |  46k| 100 | 182 |  33 |1415k|5975 | 0.000000e+00 |      --      |    Inf 
1424.34/1424.35	c  1424s|  1480k|    29 | 22842k|  15.4 |  35M|  45 |  39 | 100 |  46k| 100 | 182 |  33 |1424k|5981 | 0.000000e+00 |      --      |    Inf 
1434.74/1434.72	c  1435s|  1490k|    30 | 22995k|  15.4 |  28M|  45 |  37 | 100 |  25k| 100 | 182 |  33 |1434k|5986 | 0.000000e+00 |      --      |    Inf 
1444.35/1444.34	c  1444s|  1500k|    20 | 23154k|  15.4 |  29M|  45 |   - | 100 |  27k|   0 |   0 |  33 |1443k|5992 | 0.000000e+00 |      --      |    Inf 
1454.74/1454.70	c  1455s|  1510k|    26 | 23321k|  15.4 |  30M|  45 |   - | 100 |  29k| 100 | 182 |  33 |1451k|5996 | 0.000000e+00 |      --      |    Inf 
1465.34/1465.33	c  1465s|  1520k|    25 | 23493k|  15.5 |  27M|  45 |  36 | 100 |  20k| 100 | 182 |  33 |1461k|6002 | 0.000000e+00 |      --      |    Inf 
1474.55/1474.54	c  1475s|  1530k|    30 | 23648k|  15.5 |  29M|  45 |  33 | 100 |  24k| 100 | 182 |  33 |1471k|6006 | 0.000000e+00 |      --      |    Inf 
1484.04/1484.02	c  1484s|  1540k|    26 | 23806k|  15.5 |  29M|  45 |   - | 100 |  24k| 100 | 182 |  33 |1480k|6007 | 0.000000e+00 |      --      |    Inf 
1493.44/1493.47	c  1493s|  1550k|    23 | 23969k|  15.5 |  29M|  45 |  34 | 100 |  27k| 100 | 182 |  33 |1490k|6007 | 0.000000e+00 |      --      |    Inf 
1503.45/1503.47	c  1503s|  1560k|    22 | 24136k|  15.5 |  29M|  45 |  39 | 100 |  27k| 100 | 182 |  33 |1499k|6007 | 0.000000e+00 |      --      |    Inf 
1513.85/1513.84	c  1514s|  1570k|    21 | 24304k|  15.5 |  28M|  45 |  37 | 100 |  23k| 100 | 182 |  33 |1508k|6007 | 0.000000e+00 |      --      |    Inf 
1523.25/1523.25	c  1523s|  1580k|    26 | 24449k|  15.5 |  26M|  45 |   - | 100 |  18k| 100 | 182 |  33 |1518k|6143 | 0.000000e+00 |      --      |    Inf 
1533.05/1533.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1533.05/1533.01	c  1533s|  1590k|    25 | 24611k|  15.5 |  28M|  45 |   - | 100 |  22k| 100 | 182 |  33 |1528k|6143 | 0.000000e+00 |      --      |    Inf 
1543.85/1543.83	c  1544s|  1600k|    30 | 24798k|  15.5 |  29M|  45 |  35 | 100 |  27k| 100 | 182 |  33 |1539k|6291 | 0.000000e+00 |      --      |    Inf 
1553.84/1553.84	c  1554s|  1610k|    33 | 24960k|  15.5 |  31M|  45 |   - | 100 |  30k| 100 | 182 |  33 |1549k|6291 | 0.000000e+00 |      --      |    Inf 
1564.95/1564.94	c  1565s|  1620k|    35 | 25129k|  15.5 |  31M|  45 |  38 | 100 |  32k| 100 | 182 |  33 |1559k|6291 | 0.000000e+00 |      --      |    Inf 
1575.35/1575.35	c  1575s|  1630k|    31 | 25275k|  15.5 |  33M|  45 |  33 | 100 |  36k| 100 | 182 |  33 |1569k|6291 | 0.000000e+00 |      --      |    Inf 
1586.35/1586.33	c  1586s|  1640k|    36 | 25425k|  15.5 |  35M|  45 |   - | 100 |  41k| 100 | 182 |  33 |1578k|6291 | 0.000000e+00 |      --      |    Inf 
1597.55/1597.58	c  1598s|  1650k|    33 | 25557k|  15.5 |  35M|  45 |   - | 100 |  42k| 100 | 182 |  33 |1587k|6291 | 0.000000e+00 |      --      |    Inf 
1609.36/1609.34	c  1609s|  1660k|    27 | 25703k|  15.5 |  36M|  45 |  37 | 100 |  45k| 100 | 182 |  33 |1597k|6291 | 0.000000e+00 |      --      |    Inf 
1622.05/1622.00	c  1622s|  1670k|    34 | 25844k|  15.5 |  36M|  45 |  30 | 100 |  45k| 100 | 182 |  33 |1607k|6291 | 0.000000e+00 |      --      |    Inf 
1634.66/1634.66	c  1635s|  1680k|    25 | 25986k|  15.5 |  36M|  45 |  41 | 100 |  45k| 100 | 182 |  33 |1616k|6291 | 0.000000e+00 |      --      |    Inf 
1646.46/1646.49	c  1646s|  1690k|    29 | 26131k|  15.5 |  38M|  45 |  42 | 100 |  49k| 100 | 182 |  33 |1625k|6291 | 0.000000e+00 |      --      |    Inf 
1659.46/1659.41	c  1659s|  1700k|    34 | 26284k|  15.5 |  36M|  45 |  32 | 100 |  44k| 100 | 182 |  33 |1635k|6291 | 0.000000e+00 |      --      |    Inf 
1671.36/1671.33	c  1671s|  1710k|    30 | 26449k|  15.5 |  33M|  45 |  33 | 100 |  34k| 100 | 182 |  33 |1645k|6291 | 0.000000e+00 |      --      |    Inf 
1682.45/1682.42	c  1682s|  1720k|    29 | 26599k|  15.5 |  34M|  45 |  35 | 100 |  36k| 100 | 182 |  33 |1655k|6291 | 0.000000e+00 |      --      |    Inf 
1693.86/1693.86	c  1694s|  1730k|    37 | 26747k|  15.5 |  35M|  45 |  24 | 100 |  39k| 100 | 182 |  33 |1665k|6291 | 0.000000e+00 |      --      |    Inf 
1704.75/1704.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1704.75/1704.78	c  1705s|  1740k|    40 | 26896k|  15.5 |  34M|  45 |   - | 100 |  37k| 100 | 182 |  33 |1675k|6291 | 0.000000e+00 |      --      |    Inf 
1715.66/1715.65	c  1716s|  1750k|    44 | 27040k|  15.5 |  36M|  45 |  42 | 100 |  42k| 100 | 182 |  33 |1684k|6291 | 0.000000e+00 |      --      |    Inf 
1727.35/1727.32	c  1727s|  1760k|    38 | 27179k|  15.4 |  37M|  45 |   - | 100 |  44k| 100 | 182 |  33 |1693k|6291 | 0.000000e+00 |      --      |    Inf 
1740.96/1740.97	c  1741s|  1770k|    38 | 27351k|  15.5 |  37M|  45 |   - | 100 |  46k| 100 | 182 |  33 |1703k|6291 | 0.000000e+00 |      --      |    Inf 
1753.25/1753.21	c  1753s|  1780k|    43 | 27491k|  15.4 |  39M|  45 |   - | 100 |  49k| 100 | 182 |  33 |1713k|6291 | 0.000000e+00 |      --      |    Inf 
1765.06/1765.02	c  1765s|  1790k|    48 | 27619k|  15.4 |  40M|  45 |  28 | 100 |  53k| 100 | 182 |  33 |1721k|6291 | 0.000000e+00 |      --      |    Inf 
1778.76/1778.76	c  1779s|  1800k|    40 | 27773k|  15.4 |  41M|  45 |  31 | 100 |  55k| 100 | 182 |  33 |1732k|6291 | 0.000000e+00 |      --      |    Inf 
1791.16/1791.14	c  1791s|  1810k|    53 | 27898k|  15.4 |  42M|  45 |  28 | 100 |  59k| 100 | 182 |  33 |1740k|6291 | 0.000000e+00 |      --      |    Inf 
1797.05/1797.00	c 
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Solving Time (sec) : 1797.00
1797.05/1797.00	c Solving Nodes      : 1814440
1797.05/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.05/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.05/1797.00	c Gap                : infinite
1797.05/1797.00	s UNKNOWN
1797.05/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.05/1797.00	c Total Time         :    1797.00
1797.05/1797.00	c   solving          :    1797.00
1797.05/1797.00	c   presolving       :       0.03 (included in solving)
1797.05/1797.00	c   reading          :       0.00 (included in solving)
1797.05/1797.00	c Original Problem   :
1797.05/1797.00	c   Problem name     : HOME/instance-3488240-1307788482.opb
1797.05/1797.00	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 858 initial, 858 maximal
1797.05/1797.00	c Presolved Problem  :
1797.05/1797.00	c   Problem name     : t_HOME/instance-3488240-1307788482.opb
1797.05/1797.00	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.05/1797.00	c   Constraints      : 152 initial, 60669 maximal
1797.05/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.05/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   dualfix          :       0.00        606          0          0          0          0          0          0          0          0
1797.05/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.05/1797.00	c   pseudoboolean    :       0.00          0          0          0          0          0        806        100          0          0
1797.05/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.05/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   integral         :          0          0          0     912940          0          1          0        274       1968          0          0    1822408
1797.05/1797.00	c   knapsack         :        101          5    6668035          0          1          0    9582322      16082    5782620         96          0          0
1797.05/1797.00	c   setppc           :         50          5    6648844          0          1          0    3433174        919     584322          0          0          0
1797.05/1797.00	c   linear           :          1+         6    6651034          0          1          0        690       4712       4277          0          0          0
1797.05/1797.00	c   logicor          :          0+         0    2272057          0          0          0    5870727      24413    1565239          0          0          0
1797.05/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.05/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.05/1797.00	c   integral         :      17.62       0.00       0.00      17.62       0.00       0.00       0.00
1797.05/1797.00	c   knapsack         :      60.87       0.00      57.19       0.00       0.00       0.00       3.68
1797.05/1797.00	c   setppc           :       7.00       0.00       6.24       0.00       0.00       0.00       0.76
1797.05/1797.00	c   linear           :       3.78       0.00       3.78       0.00       0.00       0.00       0.01
1797.05/1797.00	c   logicor          :     318.10       0.00     312.31       0.00       0.00       0.00       5.79
1797.05/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.05/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.05/1797.00	c   vbounds          :          0          0          0          0
1797.05/1797.00	c   rootredcost      :          0          0          0          0
1797.05/1797.00	c   pseudoobj        :          0          0          0          0
1797.05/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.05/1797.00	c   vbounds          :       0.93       0.93       0.00
1797.05/1797.00	c   rootredcost      :       0.95       0.95       0.00
1797.05/1797.00	c   pseudoobj        :       0.66       0.66       0.00
1797.05/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.05/1797.00	c   propagation      :       1.71      46126      45691     323528       26.9        421       21.6          -
1797.05/1797.00	c   infeasible LP    :      49.25     862496     861353    6674894       25.4       4051       20.3          0
1797.05/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.05/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.05/1797.00	c   applied globally :          -          -          -    1743830       20.1          -          -          -
1797.05/1797.00	c   applied locally  :          -          -          -        198       37.2          -          -          -
1797.05/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.05/1797.00	c   cut pool         :       0.00          4          -          -         49          -    (maximal pool size: 348)
1797.05/1797.00	c   redcost          :       1.77     911550          0          0          0          0
1797.05/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1797.05/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.05/1797.00	c   gomory           :       0.03          5          0          0          0          0
1797.05/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.05/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.05/1797.00	c   strongcg         :       0.03          5          0          0        348          0
1797.05/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.05/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.05/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.05/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.05/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.05/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.05/1797.00	c   rapidlearning    :       0.02          1          0          0          0          9
1797.05/1797.00	c Pricers            :       Time      Calls       Vars
1797.05/1797.00	c   problem variables:       0.00          0          0
1797.05/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.05/1797.00	c   relpscost        :      17.15     912940        274       1968          0          0    1822408
1797.05/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.05/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.05/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.05/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.05/1797.00	c   LP solutions     :       0.00          -          0
1797.05/1797.00	c   pseudo solutions :       0.00          -          0
1797.05/1797.00	c   trivial          :       0.00          1          0
1797.05/1797.00	c   shiftandpropagate:       0.00          0          0
1797.05/1797.00	c   simplerounding   :       0.00          0          0
1797.05/1797.00	c   zirounding       :       0.00          0          0
1797.05/1797.00	c   rounding         :       0.00          0          0
1797.05/1797.00	c   shifting         :       0.00          0          0
1797.05/1797.00	c   intshifting      :       0.00          0          0
1797.05/1797.00	c   oneopt           :       0.00          0          0
1797.05/1797.00	c   twoopt           :       0.00          0          0
1797.05/1797.00	c   fixandinfer      :       0.00          0          0
1797.05/1797.00	c   feaspump         :       0.00          0          0
1797.05/1797.00	c   clique           :       0.00          0          0
1797.05/1797.00	c   coefdiving       :       0.00          0          0
1797.05/1797.00	c   pscostdiving     :       0.00          0          0
1797.05/1797.00	c   fracdiving       :       0.00          0          0
1797.05/1797.00	c   veclendiving     :       0.00          0          0
1797.05/1797.00	c   intdiving        :       0.00          0          0
1797.05/1797.00	c   actconsdiving    :       0.00          0          0
1797.05/1797.00	c   objpscostdiving  :       0.00          0          0
1797.05/1797.00	c   rootsoldiving    :       0.00          0          0
1797.05/1797.00	c   linesearchdiving :       0.00          0          0
1797.05/1797.00	c   guideddiving     :       0.00          0          0
1797.05/1797.00	c   octane           :       0.00          0          0
1797.05/1797.00	c   rens             :       0.00          0          0
1797.05/1797.00	c   rins             :       0.00          0          0
1797.05/1797.00	c   localbranching   :       0.00          0          0
1797.05/1797.00	c   mutation         :       0.00          0          0
1797.05/1797.00	c   crossover        :       0.00          0          0
1797.05/1797.00	c   dins             :       0.00          0          0
1797.05/1797.00	c   vbounds          :       0.00          0          0
1797.05/1797.00	c   undercover       :       0.00          0          0
1797.05/1797.00	c   subnlp           :       0.00          0          0
1797.05/1797.00	c   trysol           :       0.00          0          0
1797.05/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.05/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.05/1797.00	c   dual LP          :     899.39    1774679   27951172      15.75   31077.77
1797.05/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.05/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.05/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.05/1797.00	c   strong branching :       6.67       6291     190657      30.31   28605.09
1797.05/1797.00	c     (at root node) :          -         11        790      71.82          -
1797.05/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.05/1797.00	c B&B Tree           :
1797.05/1797.00	c   number of runs   :          1
1797.05/1797.00	c   nodes            :    1814440
1797.05/1797.00	c   nodes (total)    :    1814440
1797.05/1797.00	c   nodes left       :         52
1797.05/1797.00	c   max depth        :         45
1797.05/1797.00	c   max depth (total):         45
1797.05/1797.00	c   backtracks       :     284599 (15.7%)
1797.05/1797.00	c   delayed cutoffs  :       7919
1797.05/1797.00	c   repropagations   :    2847596 (1567803 domain reductions, 5661 cutoffs)
1797.05/1797.00	c   avg switch length:       4.50
1797.05/1797.00	c   switching time   :     281.45
1797.05/1797.00	c Solution           :
1797.05/1797.00	c   Solutions found  :          0 (0 improvements)
1797.05/1797.00	c   Primal Bound     :          -
1797.05/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.05/1797.00	c   Gap              :   infinite
1797.05/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.05/1797.00	c   Root Iterations  :        163
1797.05/1797.07	c Time complete: 1797.13.

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-3488240-1307788482/watcher-3488240-1307788482 -o /tmp/evaluation-result-3488240-1307788482/solver-3488240-1307788482 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488240-1307788482.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.00 2.00 1.94 2/174 14143
/proc/meminfo: memFree=31245024/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 2103 0 0 0 0 0 0 0 25 0 1 0 871263863 12316672 2057 33554432000 4194304 9016284 140735084779104 18446744073709551615 6176538 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14143/statm: 3007 2061 342 1178 0 1825 0

[startup+0.0503639 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 14143
/proc/meminfo: memFree=31245024/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=21172 CPUtime=0.04 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 4500 0 0 0 4 0 0 0 18 0 1 0 871263863 21680128 4197 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 5293 4197 655 1178 0 4111 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21172

[startup+0.100355 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 14143
/proc/meminfo: memFree=31245024/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=30468 CPUtime=0.09 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 7261 0 0 0 8 1 0 0 18 0 1 0 871263863 31199232 6252 33554432000 4194304 9016284 140735084779104 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 7617 6252 686 1178 0 6435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30468

[startup+0.300317 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 14143
/proc/meminfo: memFree=31245024/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=30496 CPUtime=0.29 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 7283 0 0 0 28 1 0 0 18 0 1 0 871263863 31227904 6274 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 7624 6274 691 1178 0 6442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30496

[startup+0.70024 s]
/proc/loadavg: 2.00 2.00 1.94 2/174 14143
/proc/meminfo: memFree=31245024/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=30496 CPUtime=0.69 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 7285 0 0 0 64 5 0 0 18 0 1 0 871263863 31227904 6276 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 7624 6276 693 1178 0 6442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30496

[startup+1.50109 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14144
/proc/meminfo: memFree=31221504/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=30496 CPUtime=1.49 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 7285 0 0 0 137 12 0 0 19 0 1 0 871263863 31227904 6276 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 7624 6276 693 1178 0 6442 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30496

[startup+3.1008 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14144
/proc/meminfo: memFree=31221132/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=30496 CPUtime=3.09 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 7285 0 0 0 286 23 0 0 25 0 1 0 871263863 31227904 6276 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 7624 6276 693 1178 0 6442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30496

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14144
/proc/meminfo: memFree=31221212/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=30496 CPUtime=6.29 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 7360 0 0 0 583 46 0 0 25 0 1 0 871263863 31227904 6351 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 7624 6351 693 1178 0 6442 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30496

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14145
/proc/meminfo: memFree=31220352/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=30496 CPUtime=12.69 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 7611 0 0 0 1173 96 0 0 25 0 1 0 871263863 31227904 6599 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 7624 6599 693 1178 0 6442 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30496

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14145
/proc/meminfo: memFree=31218936/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=33140 CPUtime=25.49 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 8135 0 0 0 2354 195 0 0 25 0 1 0 871263863 33935360 7112 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 8285 7112 693 1178 0 7103 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33140

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14146
/proc/meminfo: memFree=31213552/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=38964 CPUtime=51.09 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 9536 0 0 0 4729 380 0 0 25 0 1 0 871263863 39899136 8506 33554432000 4194304 9016284 140735084779104 18446744073709551615 5325944 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 9741 8506 693 1178 0 8559 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38964

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14147
/proc/meminfo: memFree=31208040/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=44524 CPUtime=102.3 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 10743 0 0 0 9541 689 0 0 25 0 1 0 871263863 45592576 9713 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 11131 9713 693 1178 0 9949 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 44524

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14149
/proc/meminfo: memFree=31206500/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=46520 CPUtime=162.3 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 11144 0 0 0 15163 1067 0 0 25 0 1 0 871263863 47636480 10114 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 11630 10114 693 1178 0 10448 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 46520

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14150
/proc/meminfo: memFree=31198772/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=54920 CPUtime=222.3 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 13031 0 0 0 20820 1410 0 0 25 0 1 0 871263863 56238080 12001 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 13730 12001 693 1178 0 12548 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 54920

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14152
/proc/meminfo: memFree=31197732/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=57448 CPUtime=282.3 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 13308 0 0 0 26480 1750 0 0 25 0 1 0 871263863 58826752 12278 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 14362 12278 693 1178 0 13180 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 57448

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14153
/proc/meminfo: memFree=31197328/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=58108 CPUtime=342.31 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 13430 0 0 0 32111 2120 0 0 25 0 1 0 871263863 59502592 12400 33554432000 4194304 9016284 140735084779104 18446744073709551615 4330762 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 14527 12400 693 1178 0 13345 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 58108

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14193
/proc/meminfo: memFree=31278036/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=62088 CPUtime=402.31 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 14456 0 0 0 37801 2430 0 0 25 0 1 0 871263863 63578112 13426 33554432000 4194304 9016284 140735084779104 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 15522 13426 693 1178 0 14340 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 62088

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14195
/proc/meminfo: memFree=31276400/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=65600 CPUtime=462.31 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 14945 0 0 0 43472 2759 0 0 25 0 1 0 871263863 67174400 13915 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 16400 13915 693 1178 0 15218 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 65600

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14196
/proc/meminfo: memFree=31271384/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=70164 CPUtime=522.31 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 16293 0 0 0 49226 3005 0 0 25 0 1 0 871263863 71847936 15263 33554432000 4194304 9016284 140735084779104 18446744073709551615 6469440 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 17541 15263 815 1178 0 16359 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 70164

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/175 14198
/proc/meminfo: memFree=31269964/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=71456 CPUtime=582.31 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 16633 0 0 0 54964 3267 0 0 25 0 1 0 871263863 73170944 15603 33554432000 4194304 9016284 140735084779104 18446744073709551615 18446744073699066037 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 17864 15603 815 1178 0 16682 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 71456

[startup+642.301 s]

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

/proc/meminfo: memFree=31222096/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=78264 CPUtime=1122.33 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 17975 0 0 0 106307 5926 0 0 25 0 1 0 871263863 80142336 16945 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 19566 16945 815 1178 0 18384 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 78264

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14252
/proc/meminfo: memFree=31215620/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=78264 CPUtime=1182.34 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 18005 0 0 0 112001 6233 0 0 25 0 1 0 871263863 80142336 16975 33554432000 4194304 9016284 140735084779104 18446744073709551615 5154369 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 19566 16975 815 1178 0 18384 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 78264

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/175 14253
/proc/meminfo: memFree=31187044/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=79812 CPUtime=1242.33 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 18206 0 0 0 117713 6520 0 0 25 0 1 0 871263863 81727488 17176 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 19953 17176 815 1178 0 18771 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 79812

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/175 14255
/proc/meminfo: memFree=31176712/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=79812 CPUtime=1302.34 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 18339 0 0 0 123398 6836 0 0 25 0 1 0 871263863 81727488 17309 33554432000 4194304 9016284 140735084779104 18446744073709551615 6469440 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 19953 17309 815 1178 0 18771 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 79812

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14257
/proc/meminfo: memFree=31171720/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=81316 CPUtime=1362.34 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 18570 0 0 0 129100 7134 0 0 25 0 1 0 871263863 83267584 17540 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 20329 17540 815 1178 0 19147 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 81316

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14258
/proc/meminfo: memFree=31170672/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=81820 CPUtime=1422.35 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 18929 0 0 0 134828 7407 0 0 25 0 1 0 871263863 83783680 17899 33554432000 4194304 9016284 140735084779104 18446744073709551615 6422636 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 20455 17899 815 1178 0 19273 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 81820

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14260
/proc/meminfo: memFree=31169644/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=81820 CPUtime=1482.35 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 19007 0 0 0 140510 7725 0 0 25 0 1 0 871263863 83783680 17977 33554432000 4194304 9016284 140735084779104 18446744073709551615 6469475 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 20455 17977 815 1178 0 19273 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 81820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14261
/proc/meminfo: memFree=31172448/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=81820 CPUtime=1542.35 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 19085 0 0 0 146197 8038 0 0 25 0 1 0 871263863 83783680 18055 33554432000 4194304 9016284 140735084779104 18446744073709551615 4322206 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 20455 18055 815 1178 0 19273 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 81820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14272
/proc/meminfo: memFree=31171476/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=83712 CPUtime=1602.36 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 19201 0 0 0 151923 8313 0 0 25 0 1 0 871263863 85721088 18171 33554432000 4194304 9016284 140735084779104 18446744073709551615 4349783 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 20928 18171 815 1178 0 19746 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 83712

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14274
/proc/meminfo: memFree=31169688/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=84616 CPUtime=1662.36 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 19642 0 0 0 157694 8542 0 0 25 0 1 0 871263863 86646784 18612 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21154 18612 815 1178 0 19972 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 84616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14275
/proc/meminfo: memFree=31169524/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=84616 CPUtime=1722.36 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 19687 0 0 0 163438 8798 0 0 25 0 1 0 871263863 86646784 18657 33554432000 4194304 9016284 140735084779104 18446744073709551615 5325526 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21154 18657 815 1178 0 19972 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 84616

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14277
/proc/meminfo: memFree=31167388/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=87332 CPUtime=1782.35 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 20206 0 0 0 169213 9022 0 0 25 0 1 0 871263863 89427968 19176 33554432000 4194304 9016284 140735084779104 18446744073709551615 4349791 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21833 19176 815 1178 0 20651 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 87332

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14277
/proc/meminfo: memFree=31167384/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=87332 CPUtime=1785.56 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 20206 0 0 0 169522 9034 0 0 25 0 1 0 871263863 89427968 19176 33554432000 4194304 9016284 140735084779104 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21833 19176 815 1178 0 20651 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 87332

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14277
/proc/meminfo: memFree=31167004/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=87872 CPUtime=1791.97 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 20345 0 0 0 170139 9058 0 0 25 0 1 0 871263863 89980928 19315 33554432000 4194304 9016284 140735084779104 18446744073709551615 4971663 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21968 19315 815 1178 0 20786 0
Current children cumulated CPU time (s) 1791.97
Current children cumulated vsize (KiB) 87872

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14277
/proc/meminfo: memFree=31167004/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=87872 CPUtime=1795.16 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 20347 0 0 0 170450 9066 0 0 25 0 1 0 871263863 89980928 19317 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21968 19317 815 1178 0 20786 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 87872

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14277
/proc/meminfo: memFree=31167004/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=87872 CPUtime=1795.96 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 20347 0 0 0 170528 9068 0 0 25 0 1 0 871263863 89980928 19317 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21968 19317 815 1178 0 20786 0
Current children cumulated CPU time (s) 1795.96
Current children cumulated vsize (KiB) 87872

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14277
/proc/meminfo: memFree=31167128/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=87872 CPUtime=1796.76 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 20347 0 0 0 170605 9071 0 0 25 0 1 0 871263863 89980928 19317 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21968 19317 815 1178 0 20786 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 87872

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14277
/proc/meminfo: memFree=31167128/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=87872 CPUtime=1796.96 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 20347 0 0 0 170625 9071 0 0 25 0 1 0 871263863 89980928 19317 33554432000 4194304 9016284 140735084779104 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21968 19317 815 1178 0 20786 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (KiB) 87872

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.95 3/175 14277
/proc/meminfo: memFree=31167128/32951124 swapFree=67064580/67111528
[pid=14143] ppid=14141 vsize=87872 CPUtime=1797.05 cores=1,3,5,7
/proc/14143/stat : 14143 (scip-2.0.1.4b_2) R 14141 14143 13556 0 -1 4202496 20347 0 0 0 170634 9071 0 0 25 0 1 0 871263863 89980928 19317 33554432000 4194304 9016284 140735084779104 18446744073709551615 4330762 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14143/statm: 21968 19317 815 1178 0 20786 0
Current children cumulated CPU time (s) 1797.05
Current children cumulated vsize (KiB) 87872

Child status: 0
Real time (s): 1797.07
CPU time (s): 1797.14
CPU user time (s): 1706.42
CPU system time (s): 90.7222
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 87872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1706.42
system time used= 90.7222
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20596
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= 13
involuntary context switches= 2542

runsolver used 2.45863 second user time and 5.72313 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-11 12:34:42
IDJOB=3488240
IDBENCH=48349
IDSOLVER=1979
FILE ID=node141/3488240-1307788482
RUNJOBID= node141-1307783035-13575
PBS_JOBID= 13550890
Free space on /tmp= 74080 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_5_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-3488240-1307788482/watcher-3488240-1307788482 -o /tmp/evaluation-result-3488240-1307788482/solver-3488240-1307788482 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488240-1307788482.opb -t 1800 -m 15500

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=755266132

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31245328 kB
Buffers:        261040 kB
Cached:        1053832 kB
SwapCached:       8728 kB
Active:         710152 kB
Inactive:       816228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31245328 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:           26716 kB
Writeback:           0 kB
AnonPages:      209752 kB
Mapped:          12928 kB
Slab:           114964 kB
PageTables:       4332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   370568 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= 74064 MiB
End job on node141 at 2011-06-11 13:04:40