Trace number 3488268

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.09 1797.08

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUM97892b1b250c8711791b219b8ddda703
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)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

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-3488268-1307788942.opb>
0.00/0.00	c original problem has 718 variables (718 bin, 0 int, 0 impl, 0 cont) and 870 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, 818 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 51 upgd conss, 5044 impls, 99 clqs
0.00/0.03	c (round 2) 618 del vars, 818 del conss, 100 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 5044 impls, 0 clqs
0.00/0.04	c presolving (3 rounds):
0.00/0.04	c  618 deleted vars, 818 deleted constraints, 100 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.04	c  5044 implications, 0 cliques
0.00/0.04	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 152 constraints
0.00/0.04	c     101 constraints of type <knapsack>
0.00/0.04	c      50 constraints of type <setppc>
0.00/0.04	c       1 constraints of type <linear>
0.00/0.04	c transformed objective value is always integral (scale: 1)
0.00/0.04	c Presolving Time: 0.03
0.00/0.04	c - non default parameters ----------------------------------------------------------------------
0.00/0.04	c # SCIP version 2.0.1.5
0.00/0.04	c 
0.00/0.04	c # frequency for displaying node information lines
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.04	c display/freq = 10000
0.00/0.04	c 
0.00/0.04	c # maximal time in seconds to run
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/time = 1797
0.00/0.04	c 
0.00/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.04	c limits/memory = 13950
0.00/0.04	c 
0.00/0.04	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c limits/solutions = 1
0.00/0.04	c 
0.00/0.04	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.04	c separating/maxrounds = 1
0.00/0.04	c 
0.00/0.04	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/maxroundsroot = 5
0.00/0.04	c 
0.00/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.04	c # [type: int, range: [1,2], default: 1]
0.00/0.04	c timing/clocktype = 2
0.00/0.04	c 
0.00/0.04	c # belongs reading time to solving time?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c timing/reading = TRUE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify inequalities
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/linear/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/indicator/addCouplingCons = TRUE
0.00/0.04	c 
0.00/0.04	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.04	c constraints/knapsack/disaggregation = FALSE
0.00/0.04	c 
0.00/0.04	c # should presolving try to simplify knapsacks
0.00/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.04	c 
0.00/0.04	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c presolving/probing/maxrounds = 0
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/coefdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.04	c heuristics/crossover/freq = -1
0.00/0.04	c 
0.00/0.04	c # number of nodes added to the contingent of the total nodes
0.00/0.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.04	c heuristics/crossover/nodesofs = 750
0.00/0.04	c 
0.00/0.04	c # number of nodes without incumbent change that heuristic should wait
0.00/0.04	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.04	c heuristics/crossover/nwaitingnodes = 100
0.00/0.04	c 
0.00/0.04	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.04	c # [type: real, range: [0,1], default: 0.1]
0.00/0.04	c heuristics/crossover/nodesquot = 0.15
0.00/0.04	c 
0.00/0.04	c # minimum percentage of integer variables that have to be fixed 
0.00/0.04	c # [type: real, range: [0,1], default: 0.666]
0.00/0.04	c heuristics/crossover/minfixingrate = 0.5
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04	c heuristics/feaspump/freq = -1
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/fracdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/guideddiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/intshifting/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/linesearchdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04	c heuristics/objpscostdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.04	c # [type: real, range: [0,1], default: 0.01]
0.00/0.04	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/oneopt/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/pscostdiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/rens/freq = -1
0.00/0.04	c 
0.00/0.04	c # minimum percentage of integer variables that have to be fixable 
0.00/0.04	c # [type: real, range: [0,1], default: 0.5]
0.00/0.04	c heuristics/rens/minfixingrate = 0.3
0.00/0.04	c 
0.00/0.04	c # number of nodes added to the contingent of the total nodes
0.00/0.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.04	c heuristics/rens/nodesofs = 2000
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.04	c heuristics/rootsoldiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.04	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/rounding/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/shiftandpropagate/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/shifting/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/simplerounding/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/subnlp/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/trivial/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/trysol/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c heuristics/undercover/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.04	c heuristics/veclendiving/freq = -1
0.00/0.04	c 
0.00/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.04	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.04	c 
0.00/0.04	c # additional number of allowed LP iterations
0.00/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.04	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.04	c 
0.00/0.04	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.04	c heuristics/zirounding/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c separating/cmir/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.04	c separating/flowcover/freq = -1
0.00/0.04	c 
0.00/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.04	c separating/rapidlearning/freq = 0
0.00/0.04	c 
0.00/0.04	c -----------------------------------------------------------------------------------------------
0.00/0.04	c start solving
0.00/0.04	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |    76 |     - |2095k|   0 |  46 | 100 | 152 | 100 | 152 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   131 |     - |2380k|   0 |  74 | 100 | 158 | 100 | 179 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   142 |     - |2754k|   0 |  78 | 100 | 158 | 100 | 189 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   150 |     - |3079k|   0 |  79 | 100 | 158 | 100 | 191 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   155 |     - |3349k|   0 |  81 | 100 | 158 | 100 | 193 |  41 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   160 |     - |3451k|   0 |  81 | 100 | 158 | 100 | 194 |  42 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	c   0.2s|     1 |     2 |   160 |     - |3452k|   0 |  81 | 100 | 158 | 100 | 194 |  42 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
7.69/7.89	c   7.9s| 10000 |    54 |152039 |  15.2 |5984k|  33 |  34 | 100 |5559 | 100 | 190 |  42 |9567 |1059 | 0.000000e+00 |      --      |    Inf 
14.69/14.74	c  14.7s| 20000 |    57 |293798 |  14.7 |7346k|  34 |   - | 100 |8387 | 100 | 190 |  42 |  18k|1470 | 0.000000e+00 |      --      |    Inf 
22.09/22.10	c  22.1s| 30000 |    58 |445831 |  14.9 |8143k|  35 |  23 | 100 |9497 | 100 | 190 |  42 |  28k|1783 | 0.000000e+00 |      --      |    Inf 
29.20/29.26	c  29.3s| 40000 |    56 |600251 |  15.0 |9768k|  35 |   - | 100 |  13k| 100 | 190 |  42 |  38k|2030 | 0.000000e+00 |      --      |    Inf 
36.90/36.93	c  36.9s| 50000 |    62 |759379 |  15.2 |  10M|  35 |   - | 100 |  14k| 100 | 190 |  42 |  48k|2260 | 0.000000e+00 |      --      |    Inf 
44.19/44.24	c  44.2s| 60000 |    58 |904820 |  15.1 |  11M|  37 |   - | 100 |  16k| 100 | 190 |  42 |  58k|2416 | 0.000000e+00 |      --      |    Inf 
51.89/51.93	c  51.9s| 70000 |    54 |  1053k|  15.1 |  12M|  37 |  38 | 100 |  16k| 100 | 190 |  42 |  67k|2592 | 0.000000e+00 |      --      |    Inf 
59.79/59.86	c  59.9s| 80000 |    57 |  1208k|  15.1 |  13M|  37 |   - | 100 |  18k| 100 | 190 |  42 |  77k|2698 | 0.000000e+00 |      --      |    Inf 
67.99/68.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.99/68.08	c  68.1s| 90000 |    56 |  1362k|  15.1 |  14M|  37 |   - | 100 |  20k| 100 | 190 |  42 |  87k|2836 | 0.000000e+00 |      --      |    Inf 
76.09/76.18	c  76.2s|100000 |    52 |  1519k|  15.2 |  13M|  37 |   - | 100 |  16k| 100 | 190 |  42 |  97k|2962 | 0.000000e+00 |      --      |    Inf 
83.59/83.64	c  83.6s|110000 |    58 |  1658k|  15.1 |  14M|  38 |   - | 100 |  21k| 100 | 190 |  42 | 106k|3038 | 0.000000e+00 |      --      |    Inf 
91.60/91.64	c  91.6s|120000 |    52 |  1807k|  15.1 |  14M|  40 |  32 | 100 |  19k| 100 | 190 |  42 | 116k|3126 | 0.000000e+00 |      --      |    Inf 
99.89/99.95	c  99.9s|130000 |    57 |  1966k|  15.1 |  15M|  40 |  28 | 100 |  22k| 100 | 190 |  42 | 126k|3197 | 0.000000e+00 |      --      |    Inf 
108.99/109.01	c   109s|140000 |    57 |  2118k|  15.1 |  14M|  40 |  35 | 100 |  18k| 100 | 190 |  42 | 136k|3297 | 0.000000e+00 |      --      |    Inf 
118.09/118.18	c   118s|150000 |    56 |  2269k|  15.1 |  15M|  40 |   - | 100 |  20k| 100 | 190 |  42 | 146k|3347 | 0.000000e+00 |      --      |    Inf 
127.09/127.11	c   127s|160000 |    55 |  2407k|  15.0 |  16M|  40 |  34 | 100 |  22k| 100 | 190 |  42 | 155k|3384 | 0.000000e+00 |      --      |    Inf 
136.39/136.42	c   136s|170000 |    54 |  2563k|  15.1 |  15M|  40 |   - | 100 |  17k|   0 |   0 |  42 | 164k|3436 | 0.000000e+00 |      --      |    Inf 
145.29/145.34	c   145s|180000 |    60 |  2716k|  15.1 |  14M|  40 |  35 | 100 |  13k| 100 | 190 |  42 | 174k|3486 | 0.000000e+00 |      --      |    Inf 
153.69/153.73	c   154s|190000 |    59 |  2863k|  15.1 |  14M|  40 |   - | 100 |  13k| 100 | 190 |  42 | 184k|3533 | 0.000000e+00 |      --      |    Inf 
161.89/161.95	c   162s|200000 |    61 |  3011k|  15.1 |  15M|  40 |   - | 100 |  17k| 100 | 190 |  42 | 194k|3545 | 0.000000e+00 |      --      |    Inf 
170.29/170.37	c   170s|210000 |    73 |  3149k|  15.0 |  15M|  40 |  30 | 100 |  16k| 100 | 190 |  42 | 203k|3565 | 0.000000e+00 |      --      |    Inf 
178.89/178.92	c   179s|220000 |    65 |  3290k|  15.0 |  15M|  40 |  32 | 100 |  17k| 100 | 190 |  42 | 212k|3578 | 0.000000e+00 |      --      |    Inf 
187.59/187.67	c   188s|230000 |    69 |  3439k|  15.0 |  16M|  40 |  38 | 100 |  19k| 100 | 190 |  42 | 222k|3592 | 0.000000e+00 |      --      |    Inf 
197.10/197.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.10/197.12	c   197s|240000 |    67 |  3590k|  15.0 |  17M|  40 |  26 | 100 |  21k| 100 | 190 |  42 | 232k|3630 | 0.000000e+00 |      --      |    Inf 
206.79/206.88	c   207s|250000 |    63 |  3750k|  15.0 |  17M|  40 |  38 | 100 |  21k| 100 | 190 |  42 | 242k|3646 | 0.000000e+00 |      --      |    Inf 
215.99/216.03	c   216s|260000 |    64 |  3902k|  15.0 |  16M|  40 |  35 | 100 |  18k| 100 | 190 |  42 | 252k|3677 | 0.000000e+00 |      --      |    Inf 
225.49/225.52	c   226s|270000 |    73 |  4072k|  15.1 |  17M|  40 |  34 | 100 |  20k| 100 | 190 |  42 | 263k|3700 | 0.000000e+00 |      --      |    Inf 
235.29/235.36	c   235s|280000 |    70 |  4250k|  15.2 |  17M|  40 |   - | 100 |  20k| 100 | 190 |  42 | 273k|3736 | 0.000000e+00 |      --      |    Inf 
243.89/243.97	c   244s|290000 |    74 |  4399k|  15.2 |  17M|  40 |  33 | 100 |  19k| 100 | 190 |  42 | 283k|3760 | 0.000000e+00 |      --      |    Inf 
253.60/253.64	c   254s|300000 |    75 |  4573k|  15.2 |  19M|  40 |   - | 100 |  23k| 100 | 190 |  42 | 293k|3792 | 0.000000e+00 |      --      |    Inf 
263.89/263.93	c   264s|310000 |    64 |  4747k|  15.3 |  18M|  40 |   - | 100 |  21k| 100 | 190 |  42 | 304k|3848 | 0.000000e+00 |      --      |    Inf 
273.69/273.79	c   274s|320000 |    65 |  4912k|  15.4 |  17M|  40 |   - | 100 |  18k| 100 | 190 |  42 | 314k|3904 | 0.000000e+00 |      --      |    Inf 
283.20/283.29	c   283s|330000 |    58 |  5075k|  15.4 |  18M|  40 |  40 | 100 |  20k| 100 | 190 |  42 | 324k|3912 | 0.000000e+00 |      --      |    Inf 
293.10/293.19	c   293s|340000 |    62 |  5235k|  15.4 |  19M|  40 |   - | 100 |  23k| 100 | 190 |  42 | 334k|3926 | 0.000000e+00 |      --      |    Inf 
302.90/302.95	c   303s|350000 |    62 |  5386k|  15.4 |  21M|  40 |  37 | 100 |  28k| 100 | 190 |  42 | 344k|3985 | 0.000000e+00 |      --      |    Inf 
312.59/312.61	c   313s|360000 |    61 |  5530k|  15.4 |  20M|  40 |  33 | 100 |  24k| 100 | 190 |  42 | 354k|4014 | 0.000000e+00 |      --      |    Inf 
322.90/322.93	c   323s|370000 |    64 |  5697k|  15.4 |  20M|  40 |   - | 100 |  24k| 100 | 190 |  42 | 364k|4027 | 0.000000e+00 |      --      |    Inf 
332.49/332.51	c   333s|380000 |    66 |  5840k|  15.4 |  20M|  40 |  35 | 100 |  25k| 100 | 190 |  42 | 373k|4039 | 0.000000e+00 |      --      |    Inf 
343.59/343.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
343.59/343.64	c   344s|390000 |    67 |  6012k|  15.4 |  19M|  40 |  33 | 100 |  22k| 100 | 190 |  42 | 384k|4074 | 0.000000e+00 |      --      |    Inf 
352.89/352.93	c   353s|400000 |    69 |  6161k|  15.4 |  20M|  40 |  34 | 100 |  24k| 100 | 190 |  42 | 393k|4085 | 0.000000e+00 |      --      |    Inf 
363.09/363.12	c   363s|410000 |    67 |  6315k|  15.4 |  21M|  40 |  35 | 100 |  26k| 100 | 190 |  42 | 402k|4102 | 0.000000e+00 |      --      |    Inf 
373.89/373.92	c   374s|420000 |    69 |  6481k|  15.4 |  22M|  40 |  37 | 100 |  28k| 100 | 190 |  42 | 412k|4126 | 0.000000e+00 |      --      |    Inf 
385.09/385.10	c   385s|430000 |    69 |  6645k|  15.5 |  22M|  40 |  39 | 100 |  28k| 100 | 190 |  42 | 422k|4159 | 0.000000e+00 |      --      |    Inf 
395.99/396.03	c   396s|440000 |    65 |  6800k|  15.5 |  20M|  46 |   - | 100 |  22k| 100 | 190 |  42 | 432k|4172 | 0.000000e+00 |      --      |    Inf 
407.00/407.05	c   407s|450000 |    72 |  6992k|  15.5 |  21M|  46 |  27 | 100 |  25k| 100 | 190 |  42 | 442k|4192 | 0.000000e+00 |      --      |    Inf 
416.69/416.70	c   417s|460000 |    69 |  7139k|  15.5 |  21M|  46 |  29 | 100 |  23k| 100 | 190 |  42 | 452k|4201 | 0.000000e+00 |      --      |    Inf 
426.39/426.44	c   426s|470000 |    63 |  7286k|  15.5 |  21M|  46 |  32 | 100 |  23k| 100 | 190 |  42 | 461k|4208 | 0.000000e+00 |      --      |    Inf 
436.49/436.51	c   437s|480000 |    64 |  7447k|  15.5 |  20M|  46 |  35 | 100 |  19k| 100 | 190 |  42 | 471k|4220 | 0.000000e+00 |      --      |    Inf 
446.69/446.72	c   447s|490000 |    63 |  7606k|  15.5 |  21M|  46 |  42 | 100 |  23k| 100 | 190 |  42 | 481k|4234 | 0.000000e+00 |      --      |    Inf 
457.49/457.58	c   458s|500000 |    66 |  7777k|  15.6 |  22M|  46 |   - | 100 |  28k| 100 | 190 |  42 | 491k|4251 | 0.000000e+00 |      --      |    Inf 
469.10/469.20	c   469s|510000 |    62 |  7951k|  15.6 |  24M|  46 |   - | 100 |  32k| 100 | 190 |  42 | 502k|4278 | 0.000000e+00 |      --      |    Inf 
480.79/480.80	c   481s|520000 |    55 |  8141k|  15.7 |  23M|  46 |   - | 100 |  28k| 100 | 190 |  42 | 513k|4295 | 0.000000e+00 |      --      |    Inf 
490.29/490.31	c   490s|530000 |    55 |  8300k|  15.7 |  20M|  46 |  31 | 100 |  19k| 100 | 190 |  42 | 523k|4309 | 0.000000e+00 |      --      |    Inf 
498.90/498.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
498.90/498.94	c   499s|540000 |    54 |  8428k|  15.6 |  21M|  46 |   - | 100 |  22k|   0 |   0 |  42 | 531k|4315 | 0.000000e+00 |      --      |    Inf 
508.20/508.27	c   508s|550000 |    57 |  8564k|  15.6 |  22M|  46 |  33 | 100 |  25k| 100 | 190 |  42 | 541k|4322 | 0.000000e+00 |      --      |    Inf 
518.49/518.55	c   519s|560000 |    56 |  8724k|  15.6 |  19M|  46 |   - | 100 |  17k| 100 | 190 |  42 | 551k|4328 | 0.000000e+00 |      --      |    Inf 
527.19/527.24	c   527s|570000 |    59 |  8866k|  15.6 |  20M|  46 |   - | 100 |  20k| 100 | 190 |  42 | 560k|4335 | 0.000000e+00 |      --      |    Inf 
536.59/536.64	c   537s|580000 |    56 |  9022k|  15.6 |  22M|  46 |   - | 100 |  24k| 100 | 190 |  42 | 569k|4359 | 0.000000e+00 |      --      |    Inf 
546.40/546.48	c   546s|590000 |    55 |  9169k|  15.5 |  23M|  46 |   - | 100 |  27k| 100 | 190 |  42 | 579k|4364 | 0.000000e+00 |      --      |    Inf 
556.39/556.40	c   556s|600000 |    58 |  9314k|  15.5 |  24M|  46 |  32 | 100 |  30k| 100 | 190 |  42 | 588k|4373 | 0.000000e+00 |      --      |    Inf 
567.49/567.55	c   568s|610000 |    59 |  9450k|  15.5 |  25M|  46 |  43 | 100 |  33k| 100 | 190 |  42 | 597k|4380 | 0.000000e+00 |      --      |    Inf 
578.00/578.07	c   578s|620000 |    60 |  9599k|  15.5 |  22M|  46 |  30 | 100 |  23k| 100 | 190 |  42 | 606k|4389 | 0.000000e+00 |      --      |    Inf 
587.19/587.22	c   587s|630000 |    52 |  9724k|  15.4 |  22M|  46 |  35 | 100 |  24k| 100 | 190 |  42 | 613k|4400 | 0.000000e+00 |      --      |    Inf 
596.70/596.79	c   597s|640000 |    47 |  9863k|  15.4 |  22M|  46 |   - | 100 |  23k| 100 | 190 |  42 | 622k|4414 | 0.000000e+00 |      --      |    Inf 
606.20/606.28	c   606s|650000 |    48 | 10004k|  15.4 |  22M|  46 |   - | 100 |  22k| 100 | 190 |  42 | 632k|4418 | 0.000000e+00 |      --      |    Inf 
616.50/616.54	c   617s|660000 |    48 | 10171k|  15.4 |  21M|  46 |   - | 100 |  19k| 100 | 190 |  42 | 642k|4431 | 0.000000e+00 |      --      |    Inf 
626.90/626.96	c   627s|670000 |    46 | 10344k|  15.4 |  20M|  46 |   - | 100 |  18k| 100 | 190 |  42 | 653k|4431 | 0.000000e+00 |      --      |    Inf 
634.90/634.97	c   635s|680000 |    57 | 10466k|  15.4 |  21M|  46 |   - | 100 |  20k| 100 | 190 |  42 | 661k|4443 | 0.000000e+00 |      --      |    Inf 
643.79/643.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
643.79/643.85	c   644s|690000 |    46 | 10589k|  15.3 |  22M|  46 |  34 | 100 |  23k| 100 | 190 |  42 | 669k|4450 | 0.000000e+00 |      --      |    Inf 
653.60/653.64	c   654s|700000 |    45 | 10739k|  15.3 |  23M|  46 |   - | 100 |  26k| 100 | 190 |  42 | 678k|4461 | 0.000000e+00 |      --      |    Inf 
664.69/664.71	c   665s|710000 |    48 | 10899k|  15.4 |  22M|  46 |  32 | 100 |  21k| 100 | 190 |  42 | 688k|4469 | 0.000000e+00 |      --      |    Inf 
675.20/675.27	c   675s|720000 |    44 | 11070k|  15.4 |  22M|  46 |   - | 100 |  21k| 100 | 190 |  42 | 698k|4482 | 0.000000e+00 |      --      |    Inf 
685.50/685.59	c   686s|730000 |    51 | 11241k|  15.4 |  22M|  46 |  35 | 100 |  21k| 100 | 190 |  42 | 708k|4493 | 0.000000e+00 |      --      |    Inf 
696.10/696.16	c   696s|740000 |    43 | 11406k|  15.4 |  23M|  46 |  36 | 100 |  24k| 100 | 190 |  42 | 719k|4502 | 0.000000e+00 |      --      |    Inf 
706.80/706.89	c   707s|750000 |    37 | 11572k|  15.4 |  23M|  46 |   - | 100 |  24k| 100 | 190 |  42 | 729k|4505 | 0.000000e+00 |      --      |    Inf 
716.61/716.65	c   717s|760000 |    45 | 11714k|  15.4 |  22M|  46 |  35 | 100 |  21k| 100 | 190 |  42 | 737k|4506 | 0.000000e+00 |      --      |    Inf 
726.39/726.47	c   726s|770000 |    47 | 11871k|  15.4 |  21M|  46 |  31 | 100 |  17k| 100 | 190 |  42 | 747k|4506 | 0.000000e+00 |      --      |    Inf 
736.00/736.05	c   736s|780000 |    39 | 12029k|  15.4 |  22M|  46 |   - | 100 |  20k| 100 | 190 |  42 | 757k|4506 | 0.000000e+00 |      --      |    Inf 
746.79/746.82	c   747s|790000 |    47 | 12207k|  15.5 |  21M|  46 |   - | 100 |  18k|   0 |   0 |  42 | 767k|4506 | 0.000000e+00 |      --      |    Inf 
756.80/756.80	c   757s|800000 |    43 | 12369k|  15.5 |  21M|  46 |  30 | 100 |  17k| 100 | 190 |  42 | 777k|4510 | 0.000000e+00 |      --      |    Inf 
766.10/766.14	c   766s|810000 |    43 | 12516k|  15.5 |  22M|  46 |  31 | 100 |  19k| 100 | 190 |  42 | 786k|4514 | 0.000000e+00 |      --      |    Inf 
776.00/776.04	c   776s|820000 |    41 | 12677k|  15.5 |  23M|  46 |  40 | 100 |  23k| 100 | 190 |  42 | 795k|4517 | 0.000000e+00 |      --      |    Inf 
787.50/787.55	c   788s|830000 |    39 | 12863k|  15.5 |  24M|  46 |  38 | 100 |  25k| 100 | 190 |  42 | 805k|4525 | 0.000000e+00 |      --      |    Inf 
798.60/798.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
798.60/798.64	c   799s|840000 |    38 | 13031k|  15.5 |  23M|  46 |  36 | 100 |  21k| 100 | 190 |  42 | 815k|4539 | 0.000000e+00 |      --      |    Inf 
808.10/808.18	c   808s|850000 |    41 | 13184k|  15.5 |  22M|  46 |  27 | 100 |  19k| 100 | 190 |  42 | 824k|4552 | 0.000000e+00 |      --      |    Inf 
817.09/817.13	c   817s|860000 |    37 | 13313k|  15.5 |  24M|  46 |   - | 100 |  24k| 100 | 190 |  42 | 833k|4563 | 0.000000e+00 |      --      |    Inf 
827.20/827.21	c   827s|870000 |    33 | 13461k|  15.5 |  21M|  46 |   - | 100 |  15k| 100 | 190 |  42 | 843k|4567 | 0.000000e+00 |      --      |    Inf 
836.00/836.06	c   836s|880000 |    35 | 13590k|  15.4 |  23M|  46 |   - | 100 |  21k| 100 | 190 |  42 | 851k|4575 | 0.000000e+00 |      --      |    Inf 
845.30/845.35	c   845s|890000 |    40 | 13725k|  15.4 |  22M|  46 |  30 | 100 |  19k| 100 | 190 |  42 | 860k|4580 | 0.000000e+00 |      --      |    Inf 
854.20/854.23	c   854s|900000 |    37 | 13850k|  15.4 |  24M|  46 |  33 | 100 |  23k| 100 | 190 |  42 | 867k|4585 | 0.000000e+00 |      --      |    Inf 
864.50/864.54	c   865s|910000 |    33 | 13996k|  15.4 |  25M|  46 |   - | 100 |  28k| 100 | 190 |  42 | 877k|4590 | 0.000000e+00 |      --      |    Inf 
875.90/875.99	c   876s|920000 |    34 | 14153k|  15.4 |  27M|  46 |   - | 100 |  31k| 100 | 190 |  42 | 886k|4603 | 0.000000e+00 |      --      |    Inf 
887.10/887.16	c   887s|930000 |    35 | 14327k|  15.4 |  24M|  46 |  33 | 100 |  23k| 100 | 190 |  42 | 896k|4614 | 0.000000e+00 |      --      |    Inf 
897.70/897.78	c   898s|940000 |    31 | 14503k|  15.4 |  25M|  46 |   - | 100 |  25k| 100 | 190 |  42 | 906k|4621 | 0.000000e+00 |      --      |    Inf 
908.80/908.84	c   909s|950000 |    27 | 14675k|  15.4 |  23M|  46 |   - | 100 |  20k| 100 | 190 |  42 | 916k|4628 | 0.000000e+00 |      --      |    Inf 
919.70/919.74	c   920s|960000 |    32 | 14852k|  15.5 |  24M|  46 |  24 | 100 |  21k| 100 | 190 |  42 | 927k|4638 | 0.000000e+00 |      --      |    Inf 
929.80/929.85	c   930s|970000 |    26 | 15010k|  15.5 |  23M|  46 |  37 | 100 |  19k| 100 | 190 |  42 | 936k|4646 | 0.000000e+00 |      --      |    Inf 
939.60/939.66	c   940s|980000 |    29 | 15158k|  15.5 |  24M|  46 |  37 | 100 |  21k| 100 | 190 |  42 | 946k|4655 | 0.000000e+00 |      --      |    Inf 
950.91/950.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
950.91/950.99	c   951s|990000 |    26 | 15327k|  15.5 |  24M|  46 |   - | 100 |  23k| 100 | 190 |  42 | 956k|4659 | 0.000000e+00 |      --      |    Inf 
961.00/961.06	c   961s|  1000k|    24 | 15477k|  15.5 |  24M|  46 |  33 | 100 |  23k| 100 | 190 |  42 | 965k|4662 | 0.000000e+00 |      --      |    Inf 
971.19/971.25	c   971s|  1010k|    30 | 15616k|  15.5 |  24M|  46 |  36 | 100 |  23k| 100 | 190 |  42 | 973k|4666 | 0.000000e+00 |      --      |    Inf 
981.50/981.52	c   982s|  1020k|    27 | 15763k|  15.5 |  25M|  46 |   - | 100 |  26k| 100 | 190 |  42 | 982k|4668 | 0.000000e+00 |      --      |    Inf 
992.80/992.83	c   993s|  1030k|    32 | 15915k|  15.5 |  27M|  46 |  41 | 100 |  30k| 100 | 190 |  42 | 992k|4668 | 0.000000e+00 |      --      |    Inf 
1005.00/1005.03	c  1005s|  1040k|    29 | 16063k|  15.4 |  27M|  46 |  35 | 100 |  32k| 100 | 190 |  42 |1001k|4669 | 0.000000e+00 |      --      |    Inf 
1015.70/1015.73	c  1016s|  1050k|    32 | 16205k|  15.4 |  27M|  46 |   - | 100 |  30k| 100 | 190 |  42 |1010k|4671 | 0.000000e+00 |      --      |    Inf 
1027.30/1027.38	c  1027s|  1060k|    32 | 16346k|  15.4 |  28M|  46 |  31 | 100 |  34k| 100 | 190 |  42 |1020k|4674 | 0.000000e+00 |      --      |    Inf 
1040.50/1040.52	c  1041s|  1070k|    33 | 16513k|  15.4 |  29M|  46 |   - | 100 |  36k| 100 | 190 |  42 |1030k|4674 | 0.000000e+00 |      --      |    Inf 
1052.80/1052.86	c  1053s|  1080k|    35 | 16658k|  15.4 |  30M|  46 |  23 | 100 |  38k| 100 | 190 |  42 |1039k|4674 | 0.000000e+00 |      --      |    Inf 
1065.90/1065.92	c  1066s|  1090k|    29 | 16811k|  15.4 |  29M|  46 |  34 | 100 |  36k| 100 | 190 |  42 |1049k|4674 | 0.000000e+00 |      --      |    Inf 
1077.90/1077.99	c  1078s|  1100k|    33 | 16955k|  15.4 |  30M|  46 |  32 | 100 |  39k| 100 | 190 |  42 |1059k|4674 | 0.000000e+00 |      --      |    Inf 
1090.80/1090.89	c  1091s|  1110k|    32 | 17099k|  15.4 |  30M|  46 |   - | 100 |  38k| 100 | 190 |  42 |1068k|4674 | 0.000000e+00 |      --      |    Inf 
1104.30/1104.37	c  1104s|  1120k|    42 | 17267k|  15.4 |  29M|  46 |  31 | 100 |  34k| 100 | 190 |  42 |1079k|4674 | 0.000000e+00 |      --      |    Inf 
1117.50/1117.53	c  1118s|  1130k|    34 | 17433k|  15.4 |  30M|  46 |  37 | 100 |  38k| 100 | 190 |  42 |1089k|4674 | 0.000000e+00 |      --      |    Inf 
1130.30/1130.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1130.30/1130.32	c  1130s|  1140k|    37 | 17576k|  15.4 |  32M|  46 |   - | 100 |  42k| 100 | 190 |  42 |1098k|4674 | 0.000000e+00 |      --      |    Inf 
1143.79/1143.90	c  1144s|  1150k|    35 | 17726k|  15.4 |  33M|  46 |  34 | 100 |  46k| 100 | 190 |  42 |1108k|4674 | 0.000000e+00 |      --      |    Inf 
1158.09/1158.18	c  1158s|  1160k|    37 | 17872k|  15.4 |  34M|  46 |  35 | 100 |  48k| 100 | 190 |  42 |1117k|4674 | 0.000000e+00 |      --      |    Inf 
1169.80/1169.82	c  1170s|  1170k|    37 | 17990k|  15.4 |  30M|  46 |   - | 100 |  36k| 100 | 190 |  42 |1125k|4674 | 0.000000e+00 |      --      |    Inf 
1182.00/1182.04	c  1182s|  1180k|    39 | 18122k|  15.4 |  31M|  46 |   - | 100 |  39k| 100 | 190 |  42 |1134k|4674 | 0.000000e+00 |      --      |    Inf 
1194.70/1194.78	c  1195s|  1190k|    34 | 18260k|  15.3 |  33M|  46 |  31 | 100 |  43k| 100 | 190 |  42 |1143k|4674 | 0.000000e+00 |      --      |    Inf 
1208.50/1208.53	c  1209s|  1200k|    35 | 18399k|  15.3 |  33M|  46 |  31 | 100 |  45k| 100 | 190 |  42 |1152k|4674 | 0.000000e+00 |      --      |    Inf 
1223.00/1223.01	c  1223s|  1210k|    39 | 18564k|  15.3 |  33M|  46 |  26 | 100 |  43k| 100 | 190 |  42 |1162k|4674 | 0.000000e+00 |      --      |    Inf 
1236.10/1236.19	c  1236s|  1220k|    36 | 18707k|  15.3 |  34M|  46 |   - | 100 |  46k| 100 | 190 |  42 |1171k|4674 | 0.000000e+00 |      --      |    Inf 
1252.00/1252.07	c  1252s|  1230k|    34 | 18885k|  15.4 |  35M|  46 |  35 | 100 |  49k| 100 | 190 |  42 |1181k|4674 | 0.000000e+00 |      --      |    Inf 
1267.00/1267.04	c  1267s|  1240k|    28 | 19079k|  15.4 |  32M|  46 |  34 | 100 |  39k| 100 | 190 |  42 |1191k|4674 | 0.000000e+00 |      --      |    Inf 
1281.30/1281.40	c  1281s|  1250k|    34 | 19241k|  15.4 |  33M|  46 |   - | 100 |  42k| 100 | 190 |  42 |1202k|4674 | 0.000000e+00 |      --      |    Inf 
1295.79/1295.84	c  1296s|  1260k|    29 | 19398k|  15.4 |  34M|  46 |   - | 100 |  45k| 100 | 190 |  42 |1211k|4674 | 0.000000e+00 |      --      |    Inf 
1311.10/1311.12	c  1311s|  1270k|    44 | 19585k|  15.4 |  36M|  46 |  40 | 100 |  49k| 100 | 190 |  42 |1222k|4674 | 0.000000e+00 |      --      |    Inf 
1327.00/1327.06	c  1327s|  1280k|    26 | 19773k|  15.4 |  33M|  46 |   - | 100 |  39k| 100 | 190 |  42 |1232k|4674 | 0.000000e+00 |      --      |    Inf 
1341.91/1341.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1341.91/1341.94	c  1342s|  1290k|    26 | 19943k|  15.5 |  34M|  46 |   - | 100 |  44k|   0 |   0 |  42 |1243k|4674 | 0.000000e+00 |      --      |    Inf 
1354.50/1354.53	c  1355s|  1300k|    30 | 20100k|  15.5 |  30M|  46 |  30 | 100 |  30k| 100 | 190 |  42 |1253k|4674 | 0.000000e+00 |      --      |    Inf 
1366.70/1366.71	c  1367s|  1310k|    46 | 20250k|  15.5 |  31M|  46 |  37 | 100 |  34k| 100 | 190 |  42 |1263k|4674 | 0.000000e+00 |      --      |    Inf 
1380.30/1380.31	c  1380s|  1320k|    31 | 20424k|  15.5 |  32M|  46 |  36 | 100 |  36k| 100 | 190 |  42 |1274k|4674 | 0.000000e+00 |      --      |    Inf 
1394.10/1394.16	c  1394s|  1330k|    33 | 20612k|  15.5 |  32M|  46 |   - | 100 |  36k| 100 | 190 |  42 |1284k|4674 | 0.000000e+00 |      --      |    Inf 
1407.10/1407.13	c  1407s|  1340k|    33 | 20771k|  15.5 |  31M|  46 |  37 | 100 |  34k| 100 | 190 |  42 |1294k|4674 | 0.000000e+00 |      --      |    Inf 
1419.60/1419.63	c  1420s|  1350k|    31 | 20924k|  15.5 |  33M|  46 |  37 | 100 |  39k| 100 | 190 |  42 |1304k|4674 | 0.000000e+00 |      --      |    Inf 
1431.70/1431.76	c  1432s|  1360k|    35 | 21053k|  15.5 |  34M|  46 |   - | 100 |  42k| 100 | 190 |  42 |1313k|4674 | 0.000000e+00 |      --      |    Inf 
1445.90/1445.91	c  1446s|  1370k|    34 | 21204k|  15.5 |  36M|  46 |  37 | 100 |  47k| 100 | 190 |  42 |1323k|4674 | 0.000000e+00 |      --      |    Inf 
1462.00/1462.06	c  1462s|  1380k|    38 | 21388k|  15.5 |  37M|  46 |  42 | 100 |  50k| 100 | 190 |  42 |1334k|4674 | 0.000000e+00 |      --      |    Inf 
1478.80/1478.82	c  1479s|  1390k|    41 | 21564k|  15.5 |  38M|  46 |  34 | 100 |  54k| 100 | 190 |  42 |1345k|4674 | 0.000000e+00 |      --      |    Inf 
1496.20/1496.24	c  1496s|  1400k|    39 | 21749k|  15.5 |  40M|  46 |  35 | 100 |  57k| 100 | 190 |  42 |1356k|4674 | 0.000000e+00 |      --      |    Inf 
1514.40/1514.49	c  1514s|  1410k|    43 | 21921k|  15.5 |  40M|  46 |   - | 100 |  58k| 100 | 190 |  42 |1366k|4674 | 0.000000e+00 |      --      |    Inf 
1531.00/1531.02	c  1531s|  1420k|    44 | 22079k|  15.5 |  40M|  46 |   - | 100 |  58k| 100 | 190 |  42 |1377k|4674 | 0.000000e+00 |      --      |    Inf 
1547.80/1547.84	c  1548s|  1430k|    54 | 22240k|  15.6 |  42M|  46 |  39 | 100 |  62k| 100 | 190 |  42 |1386k|4674 | 0.000000e+00 |      --      |    Inf 
1564.91/1564.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1564.91/1564.99	c  1565s|  1440k|    51 | 22388k|  15.5 |  43M|  46 |   - | 100 |  64k| 100 | 190 |  42 |1395k|4674 | 0.000000e+00 |      --      |    Inf 
1581.90/1581.96	c  1582s|  1450k|    47 | 22540k|  15.5 |  43M|  46 |  34 | 100 |  65k| 100 | 190 |  42 |1405k|4674 | 0.000000e+00 |      --      |    Inf 
1599.90/1599.93	c  1600s|  1460k|    49 | 22699k|  15.5 |  44M|  46 |  31 | 100 |  66k| 100 | 190 |  42 |1414k|4674 | 0.000000e+00 |      --      |    Inf 
1615.91/1615.95	c  1616s|  1470k|    49 | 22846k|  15.5 |  41M|  48 |   - | 100 |  58k| 100 | 190 |  42 |1423k|4674 | 0.000000e+00 |      --      |    Inf 
1632.40/1632.41	c  1632s|  1480k|    46 | 23001k|  15.5 |  42M|  48 |   - | 100 |  60k| 100 | 190 |  42 |1432k|4674 | 0.000000e+00 |      --      |    Inf 
1648.91/1648.96	c  1649s|  1490k|    43 | 23157k|  15.5 |  41M|  48 |   - | 100 |  58k| 100 | 190 |  42 |1441k|4674 | 0.000000e+00 |      --      |    Inf 
1664.90/1664.98	c  1665s|  1500k|    50 | 23309k|  15.5 |  41M|  48 |  39 | 100 |  57k| 100 | 190 |  42 |1450k|4674 | 0.000000e+00 |      --      |    Inf 
1680.61/1680.63	c  1681s|  1510k|    43 | 23469k|  15.5 |  40M|  48 |  39 | 100 |  54k| 100 | 190 |  42 |1460k|4674 | 0.000000e+00 |      --      |    Inf 
1695.90/1695.90	c  1696s|  1520k|    48 | 23618k|  15.5 |  38M|  48 |   - | 100 |  50k| 100 | 190 |  42 |1469k|4674 | 0.000000e+00 |      --      |    Inf 
1710.80/1710.81	c  1711s|  1530k|    39 | 23765k|  15.5 |  38M|  48 |   - | 100 |  49k| 100 | 190 |  42 |1478k|4674 | 0.000000e+00 |      --      |    Inf 
1725.91/1725.91	c  1726s|  1540k|    44 | 23916k|  15.5 |  39M|  48 |   - | 100 |  52k| 100 | 190 |  42 |1488k|4674 | 0.000000e+00 |      --      |    Inf 
1741.80/1741.87	c  1742s|  1550k|    43 | 24070k|  15.5 |  40M|  48 |   - | 100 |  55k|   0 |   0 |  42 |1498k|4674 | 0.000000e+00 |      --      |    Inf 
1759.00/1759.00	c  1759s|  1560k|    41 | 24226k|  15.5 |  41M|  48 |  33 | 100 |  56k| 100 | 190 |  42 |1507k|4674 | 0.000000e+00 |      --      |    Inf 
1775.20/1775.29	c  1775s|  1570k|    38 | 24380k|  15.5 |  40M|  48 |  37 | 100 |  54k| 100 | 190 |  42 |1517k|4674 | 0.000000e+00 |      --      |    Inf 
1791.81/1791.84	c  1792s|  1580k|    37 | 24540k|  15.5 |  39M|  48 |  35 | 100 |  52k| 100 | 190 |  42 |1527k|4674 | 0.000000e+00 |      --      |    Inf 
1797.00/1797.00	c 
1797.00/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.00/1797.00	c Solving Time (sec) : 1797.00
1797.00/1797.00	c Solving Nodes      : 1583255
1797.00/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.00/1797.00	c Dual Bound         : +0.00000000000000e+00
1797.00/1797.00	c Gap                : infinite
1797.00/1797.00	s UNKNOWN
1797.00/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.00/1797.00	c Total Time         :    1797.00
1797.00/1797.00	c   solving          :    1797.00
1797.00/1797.00	c   presolving       :       0.03 (included in solving)
1797.00/1797.00	c   reading          :       0.00 (included in solving)
1797.00/1797.00	c Original Problem   :
1797.00/1797.00	c   Problem name     : HOME/instance-3488268-1307788942.opb
1797.00/1797.00	c   Variables        : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.00/1797.00	c   Constraints      : 870 initial, 870 maximal
1797.00/1797.00	c Presolved Problem  :
1797.00/1797.00	c   Problem name     : t_HOME/instance-3488268-1307788942.opb
1797.00/1797.00	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.00/1797.00	c   Constraints      : 152 initial, 69991 maximal
1797.00/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.00/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   dualfix          :       0.00        618          0          0          0          0          0          0          0          0
1797.00/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.00/1797.00	c   pseudoboolean    :       0.00          0          0          0          0          0        818        100          0          0
1797.00/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.00/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.00/1797.00	c   integral         :          0          0          0     796117          0          1          0        190       1406          0          0    1589708
1797.00/1797.00	c   knapsack         :        101          5    5894687          0          2          0    8133744      13281    5106908        118          0          0
1797.00/1797.00	c   setppc           :         50          5    5878854          0          2          0    3058557        747     515579          0          0          0
1797.00/1797.00	c   linear           :          1+         6    5880659          0          2          0        531       3806       3602          0          0          0
1797.00/1797.00	c   logicor          :          0+         0    1965370          0          0          0    5412155      21426    1342806          0          0          0
1797.00/1797.00	c   countsols        :          0          0          0          0          2          0          0          0          0          0          0          0
1797.00/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.00/1797.00	c   integral         :      15.94       0.00       0.00      15.94       0.00       0.00       0.00
1797.00/1797.00	c   knapsack         :      60.57       0.00      57.00       0.00       0.00       0.00       3.56
1797.00/1797.00	c   setppc           :       7.16       0.00       6.41       0.00       0.00       0.00       0.75
1797.00/1797.00	c   linear           :       3.63       0.00       3.62       0.00       0.00       0.00       0.00
1797.00/1797.00	c   logicor          :     330.76       0.00     325.02       0.00       0.00       0.00       5.74
1797.00/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.00/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.00/1797.00	c   vbounds          :          0          0          0          0
1797.00/1797.00	c   rootredcost      :          0          0          0          0
1797.00/1797.00	c   pseudoobj        :          0          0          0          0
1797.00/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.00/1797.00	c   vbounds          :       0.91       0.91       0.00
1797.00/1797.00	c   rootredcost      :       0.93       0.93       0.00
1797.00/1797.00	c   pseudoobj        :       0.64       0.64       0.00
1797.00/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.00/1797.00	c   propagation      :       1.60      39260      39025     281035       25.9        335       21.8          -
1797.00/1797.00	c   infeasible LP    :      48.13     753575     752713    5934003       24.8       3138       20.3          0
1797.00/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.00/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.00/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.00/1797.00	c   applied globally :          -          -          -    1530832       19.9          -          -          -
1797.00/1797.00	c   applied locally  :          -          -          -        269       34.2          -          -          -
1797.00/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.00/1797.00	c   cut pool         :       0.00          4          -          -         45          -    (maximal pool size: 447)
1797.00/1797.00	c   redcost          :       1.72     795110          0          0          0          0
1797.00/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1797.00/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.00/1797.00	c   gomory           :       0.03          5          0          0          0          0
1797.00/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.00/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.00/1797.00	c   strongcg         :       0.03          5          0          0        447          0
1797.00/1797.00	c   cmir             :       0.00          0          0          0          0          0
1797.00/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1797.00/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.00/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.00/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.00/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.00/1797.00	c   rapidlearning    :       0.02          1          0          0          0          6
1797.00/1797.00	c Pricers            :       Time      Calls       Vars
1797.00/1797.00	c   problem variables:       0.00          0          0
1797.00/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.00/1797.00	c   relpscost        :      15.48     796117        190       1406          0          0    1589708
1797.00/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.00/1797.00	c   inference        :       0.00          2          0          0          0          0          4
1797.00/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.00/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.00/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.00/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.00/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.00/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.00/1797.00	c   LP solutions     :       0.00          -          0
1797.00/1797.00	c   pseudo solutions :       0.00          -          0
1797.00/1797.00	c   trivial          :       0.00          1          0
1797.00/1797.00	c   shiftandpropagate:       0.00          0          0
1797.00/1797.00	c   simplerounding   :       0.00          0          0
1797.00/1797.00	c   zirounding       :       0.00          0          0
1797.00/1797.00	c   rounding         :       0.00          0          0
1797.00/1797.00	c   shifting         :       0.00          0          0
1797.00/1797.00	c   intshifting      :       0.00          0          0
1797.00/1797.00	c   oneopt           :       0.00          0          0
1797.00/1797.00	c   twoopt           :       0.00          0          0
1797.00/1797.00	c   fixandinfer      :       0.00          0          0
1797.00/1797.00	c   feaspump         :       0.00          0          0
1797.00/1797.00	c   clique           :       0.00          0          0
1797.00/1797.00	c   coefdiving       :       0.00          0          0
1797.00/1797.00	c   pscostdiving     :       0.00          0          0
1797.00/1797.00	c   fracdiving       :       0.00          0          0
1797.00/1797.00	c   veclendiving     :       0.00          0          0
1797.00/1797.00	c   intdiving        :       0.00          0          0
1797.00/1797.00	c   actconsdiving    :       0.00          0          0
1797.00/1797.00	c   objpscostdiving  :       0.00          0          0
1797.00/1797.00	c   rootsoldiving    :       0.00          0          0
1797.00/1797.00	c   linesearchdiving :       0.00          0          0
1797.00/1797.00	c   guideddiving     :       0.00          0          0
1797.00/1797.00	c   octane           :       0.00          0          0
1797.00/1797.00	c   rens             :       0.00          0          0
1797.00/1797.00	c   rins             :       0.00          0          0
1797.00/1797.00	c   localbranching   :       0.00          0          0
1797.00/1797.00	c   mutation         :       0.00          0          0
1797.00/1797.00	c   crossover        :       0.00          0          0
1797.00/1797.00	c   dins             :       0.00          0          0
1797.00/1797.00	c   vbounds          :       0.00          0          0
1797.00/1797.00	c   undercover       :       0.00          0          0
1797.00/1797.00	c   subnlp           :       0.00          0          0
1797.00/1797.00	c   trysol           :       0.00          0          0
1797.00/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.00/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.00/1797.00	c   dual LP          :     889.55    1549059   24591149      15.87   27644.37
1797.00/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.00/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.00/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1797.00/1797.00	c   strong branching :       5.20       4674     141535      30.28   27205.62
1797.00/1797.00	c     (at root node) :          -         10        627      62.70          -
1797.00/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.00/1797.00	c B&B Tree           :
1797.00/1797.00	c   number of runs   :          1
1797.00/1797.00	c   nodes            :    1583255
1797.00/1797.00	c   nodes (total)    :    1583255
1797.00/1797.00	c   nodes left       :         34
1797.00/1797.00	c   max depth        :         48
1797.00/1797.00	c   max depth (total):         48
1797.00/1797.00	c   backtracks       :     242387 (15.3%)
1797.00/1797.00	c   delayed cutoffs  :       6424
1797.00/1797.00	c   repropagations   :    2572258 (1338562 domain reductions, 4626 cutoffs)
1797.00/1797.00	c   avg switch length:       4.60
1797.00/1797.00	c   switching time   :     283.34
1797.00/1797.00	c Solution           :
1797.00/1797.00	c   Solutions found  :          0 (0 improvements)
1797.00/1797.00	c   Primal Bound     :          -
1797.00/1797.00	c   Dual Bound       : +0.00000000000000e+00
1797.00/1797.00	c   Gap              :   infinite
1797.00/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1797.00/1797.00	c   Root Iterations  :        160
1797.00/1797.07	c Time complete: 1797.08.

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

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.14 2.04 3/172 32574
/proc/meminfo: memFree=29024624/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=12696 CPUtime=0 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 2169 0 0 0 0 0 0 0 25 0 1 0 890493810 13000704 2123 33554432000 4194304 9016284 140734765940448 18446744073709551615 5394464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32574/statm: 3174 2125 375 1178 0 1992 0

[startup+0.00865702 s]
/proc/loadavg: 2.24 2.14 2.04 3/172 32574
/proc/meminfo: memFree=29024624/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=13716 CPUtime=0 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 2433 0 0 0 0 0 0 0 25 0 1 0 890493810 14045184 2387 33554432000 4194304 9016284 140734765940448 18446744073709551615 7874895 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32574/statm: 3429 2387 375 1178 0 2247 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13716

[startup+0.100663 s]
/proc/loadavg: 2.24 2.14 2.04 3/172 32574
/proc/meminfo: memFree=29024624/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=30484 CPUtime=0.09 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 7263 0 0 0 9 0 0 0 18 0 1 0 890493810 31215616 6254 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32574/statm: 7621 6254 686 1178 0 6439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30484

[startup+0.30064 s]
/proc/loadavg: 2.24 2.14 2.04 3/172 32574
/proc/meminfo: memFree=29024624/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=30512 CPUtime=0.29 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 7292 0 0 0 28 1 0 0 18 0 1 0 890493810 31244288 6283 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32574/statm: 7628 6283 691 1178 0 6446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30512

[startup+0.70056 s]
/proc/loadavg: 2.24 2.14 2.04 3/172 32574
/proc/meminfo: memFree=29024624/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=30512 CPUtime=0.69 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 7294 0 0 0 67 2 0 0 18 0 1 0 890493810 31244288 6285 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32574/statm: 7628 6285 693 1178 0 6446 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30512

[startup+1.50043 s]
/proc/loadavg: 2.24 2.14 2.04 3/173 32575
/proc/meminfo: memFree=29001948/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=30512 CPUtime=1.49 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 7294 0 0 0 146 3 0 0 20 0 1 0 890493810 31244288 6285 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32574/statm: 7628 6285 693 1178 0 6446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30512

[startup+3.10116 s]
/proc/loadavg: 2.24 2.14 2.04 3/173 32575
/proc/meminfo: memFree=29001576/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=30512 CPUtime=3.09 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 7294 0 0 0 302 7 0 0 25 0 1 0 890493810 31244288 6285 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32574/statm: 7628 6285 693 1178 0 6446 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30512

[startup+6.30265 s]
/proc/loadavg: 2.22 2.14 2.03 3/173 32575
/proc/meminfo: memFree=29000832/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=30512 CPUtime=6.29 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 7367 0 0 0 613 16 0 0 25 0 1 0 890493810 31244288 6358 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32574/statm: 7628 6358 693 1178 0 6446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30512

[startup+12.7065 s]
/proc/loadavg: 2.36 2.17 2.04 3/173 32575
/proc/meminfo: memFree=28998440/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=30512 CPUtime=12.69 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 7623 0 0 0 1237 32 0 0 25 0 1 0 890493810 31244288 6614 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32574/statm: 7628 6614 693 1178 0 6446 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30512

[startup+25.5004 s]
/proc/loadavg: 2.28 2.16 2.04 3/173 32575
/proc/meminfo: memFree=28997196/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=32660 CPUtime=25.49 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 8036 0 0 0 2486 63 0 0 25 0 1 0 890493810 33443840 7027 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32574/statm: 8165 7027 693 1178 0 6983 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32660

[startup+51.1011 s]
/proc/loadavg: 2.18 2.14 2.04 3/173 32575
/proc/meminfo: memFree=28992096/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=38260 CPUtime=51.1 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 9270 0 0 0 4988 122 0 0 25 0 1 0 890493810 39178240 8260 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/32574/statm: 9565 8260 693 1178 0 8383 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 38260

[startup+102.3 s]
/proc/loadavg: 2.08 2.12 2.04 3/173 32577
/proc/meminfo: memFree=28987192/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=44196 CPUtime=102.29 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 10535 0 0 0 10002 227 0 0 25 0 1 0 890493810 45256704 9515 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 11049 9515 693 1178 0 9867 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 44196

[startup+162.306 s]
/proc/loadavg: 2.03 2.10 2.03 3/173 32579
/proc/meminfo: memFree=28981660/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=47920 CPUtime=162.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 11322 0 0 0 15883 347 0 0 25 0 1 0 890493810 49070080 10302 33554432000 4194304 9016284 140734765940448 18446744073709551615 6469459 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 11980 10302 693 1178 0 10798 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 47920

[startup+222.3 s]
/proc/loadavg: 2.01 2.08 2.02 3/173 32581
/proc/meminfo: memFree=28978792/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=49760 CPUtime=222.29 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 11663 0 0 0 21763 466 0 0 25 0 1 0 890493810 50954240 10643 33554432000 4194304 9016284 140734765940448 18446744073709551615 4347574 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 12440 10643 693 1178 0 11258 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 49760

[startup+282.301 s]
/proc/loadavg: 2.00 2.06 2.02 3/173 32581
/proc/meminfo: memFree=28976180/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=52044 CPUtime=282.29 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 12070 0 0 0 27640 589 0 0 25 0 1 0 890493810 53293056 11050 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 13011 11050 693 1178 0 11829 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 52044

[startup+342.301 s]
/proc/loadavg: 2.07 2.06 2.02 3/173 32583
/proc/meminfo: memFree=28972812/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=55252 CPUtime=342.29 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 12586 0 0 0 33525 704 0 0 25 0 1 0 890493810 56578048 11566 33554432000 4194304 9016284 140734765940448 18446744073709551615 7091765 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 13813 11566 693 1178 0 12631 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 55252

[startup+402.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/173 32585
/proc/meminfo: memFree=28970940/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=55800 CPUtime=402.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 12979 0 0 0 39419 811 0 0 25 0 1 0 890493810 57139200 11959 33554432000 4194304 9016284 140734765940448 18446744073709551615 4653808 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 13950 11959 693 1178 0 12768 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 55800

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/173 32587
/proc/meminfo: memFree=28967824/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=59448 CPUtime=462.29 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 13696 0 0 0 45308 921 0 0 25 0 1 0 890493810 60874752 12676 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 14862 12676 815 1178 0 13680 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 59448

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/173 32589
/proc/meminfo: memFree=28966456/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=60240 CPUtime=522.29 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 13877 0 0 0 51201 1028 0 0 25 0 1 0 890493810 61685760 12857 33554432000 4194304 9016284 140734765940448 18446744073709551615 4348444 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 15060 12857 815 1178 0 13878 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 60240

[startup+582.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/173 32589
/proc/meminfo: memFree=28963708/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=61640 CPUtime=582.29 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 14275 0 0 0 57096 1133 0 0 25 0 1 0 890493810 63119360 13255 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 15410 13255 815 1178 0 14228 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 61640

[startup+642.3 s]

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

/proc/meminfo: memFree=28952516/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=69776 CPUtime=1122.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 16194 0 0 0 110174 2056 0 0 25 0 1 0 890493810 71450624 15174 33554432000 4194304 9016284 140734765940448 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 17444 15174 815 1178 0 16262 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 69776

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 32614
/proc/meminfo: memFree=28949280/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=74320 CPUtime=1182.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 17190 0 0 0 116094 2136 0 0 25 0 1 0 890493810 76103680 16170 33554432000 4194304 9016284 140734765940448 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 18580 16170 815 1178 0 17398 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 74320

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 32616
/proc/meminfo: memFree=28948520/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=74872 CPUtime=1242.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 17310 0 0 0 122019 2211 0 0 25 0 1 0 890493810 76668928 16290 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 18718 16290 815 1178 0 17536 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 74872

[startup+1302.31 s]
/proc/loadavg: 2.16 2.03 2.01 3/173 32656
/proc/meminfo: memFree=28929364/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=74872 CPUtime=1302.31 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 17411 0 0 0 127933 2298 0 0 25 0 1 0 890493810 76668928 16391 33554432000 4194304 9016284 140734765940448 18446744073709551615 7102720 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 18718 16391 815 1178 0 17536 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 74872

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/173 32658
/proc/meminfo: memFree=28927284/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=77560 CPUtime=1362.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 17806 0 0 0 133847 2383 0 0 25 0 1 0 890493810 79421440 16786 33554432000 4194304 9016284 140734765940448 18446744073709551615 6469440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 19390 16786 815 1178 0 18208 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 77560

[startup+1422.31 s]
/proc/loadavg: 2.09 2.04 2.00 3/173 32663
/proc/meminfo: memFree=28926084/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=79092 CPUtime=1422.31 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 17946 0 0 0 139754 2477 0 0 25 0 1 0 890493810 80990208 16926 33554432000 4194304 9016284 140734765940448 18446744073709551615 5325493 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 19773 16926 815 1178 0 18591 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 79092

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/173 32663
/proc/meminfo: memFree=28922536/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=82068 CPUtime=1482.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 18838 0 0 0 145681 2549 0 0 25 0 1 0 890493810 84037632 17818 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 20517 17818 815 1178 0 19335 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 82068

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/173 32665
/proc/meminfo: memFree=28921896/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=83028 CPUtime=1542.31 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 19069 0 0 0 151608 2623 0 0 25 0 1 0 890493810 85020672 18049 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 20757 18049 815 1178 0 19575 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 83028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 32667
/proc/meminfo: memFree=28916308/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1602.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20459 0 0 0 157540 2690 0 0 25 0 1 0 890493810 91324416 19439 33554432000 4194304 9016284 140734765940448 18446744073709551615 4330762 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19439 815 1178 0 21114 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 89184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 32669
/proc/meminfo: memFree=28916172/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1662.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20526 0 0 0 163470 2760 0 0 25 0 1 0 890493810 91324416 19506 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19506 815 1178 0 21114 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 89184

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/173 32671
/proc/meminfo: memFree=28916040/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1722.3 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20527 0 0 0 169397 2833 0 0 25 0 1 0 890493810 91324416 19507 33554432000 4194304 9016284 140734765940448 18446744073709551615 6469440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19507 815 1178 0 21114 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 89184

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/173 32671
/proc/meminfo: memFree=28915784/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1782.31 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20573 0 0 0 175330 2901 0 0 25 0 1 0 890493810 91324416 19553 33554432000 4194304 9016284 140734765940448 18446744073709551615 4347840 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19553 815 1178 0 21114 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 89184

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

[startup+1787.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 32671
/proc/meminfo: memFree=28915660/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1787.71 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20599 0 0 0 175864 2907 0 0 25 0 1 0 890493810 91324416 19579 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19579 815 1178 0 21114 0
Current children cumulated CPU time (s) 1787.71
Current children cumulated vsize (KiB) 89184

[startup+1790.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 32671
/proc/meminfo: memFree=28915660/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1790.91 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20599 0 0 0 176179 2912 0 0 25 0 1 0 890493810 91324416 19579 33554432000 4194304 9016284 140734765940448 18446744073709551615 4349788 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19579 815 1178 0 21114 0
Current children cumulated CPU time (s) 1790.91
Current children cumulated vsize (KiB) 89184

[startup+1794.11 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 32673
/proc/meminfo: memFree=28915412/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1794.11 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20599 0 0 0 176495 2916 0 0 25 0 1 0 890493810 91324416 19579 33554432000 4194304 9016284 140734765940448 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19579 815 1178 0 21114 0
Current children cumulated CPU time (s) 1794.11
Current children cumulated vsize (KiB) 89184

[startup+1795.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 32673
/proc/meminfo: memFree=28915412/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1795.7 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20599 0 0 0 176653 2917 0 0 25 0 1 0 890493810 91324416 19579 33554432000 4194304 9016284 140734765940448 18446744073709551615 4330786 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19579 815 1178 0 21114 0
Current children cumulated CPU time (s) 1795.7
Current children cumulated vsize (KiB) 89184

[startup+1796.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 32673
/proc/meminfo: memFree=28915412/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1796.51 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20599 0 0 0 176733 2918 0 0 25 0 1 0 890493810 91324416 19579 33554432000 4194304 9016284 140734765940448 18446744073709551615 4330762 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19579 815 1178 0 21114 0
Current children cumulated CPU time (s) 1796.51
Current children cumulated vsize (KiB) 89184

[startup+1796.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 32673
/proc/meminfo: memFree=28915412/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1796.91 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20599 0 0 0 176773 2918 0 0 25 0 1 0 890493810 91324416 19579 33554432000 4194304 9016284 140734765940448 18446744073709551615 4349890 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19579 815 1178 0 21114 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 89184

[startup+1797 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 32673
/proc/meminfo: memFree=28915412/32951132 swapFree=67061148/67111528
[pid=32574] ppid=32572 vsize=89184 CPUtime=1797 cores=0,2,4,6
/proc/32574/stat : 32574 (scip-2.0.1.4b_2) R 32572 32574 31747 0 -1 4202496 20599 0 0 0 176782 2918 0 0 25 0 1 0 890493810 91324416 19579 33554432000 4194304 9016284 140734765940448 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/32574/statm: 22296 19579 815 1178 0 21114 0
Current children cumulated CPU time (s) 1797
Current children cumulated vsize (KiB) 89184

Child status: 0
Real time (s): 1797.08
CPU time (s): 1797.09
CPU user time (s): 1767.9
CPU system time (s): 29.1876
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 89184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.9
system time used= 29.1876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20816
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= 8
involuntary context switches= 4197

runsolver used 3.67244 second user time and 7.61984 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-11 12:42:22
IDJOB=3488268
IDBENCH=48377
IDSOLVER=1979
FILE ID=node129/3488268-1307788942
RUNJOBID= node129-1307783030-31765
PBS_JOBID= 13550887
Free space on /tmp= 74088 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_3_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-3488268-1307788942/watcher-3488268-1307788942 -o /tmp/evaluation-result-3488268-1307788942/solver-3488268-1307788942 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488268-1307788942.opb -t 1800 -m 15500

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

MD5SUM BENCH= 97892b1b250c8711791b219b8ddda703
RANDOM SEED=1847446573

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29024820 kB
Buffers:        422736 kB
Cached:        3163552 kB
SwapCached:      13132 kB
Active:        1143608 kB
Inactive:      2524408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29024820 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           16776 kB
Writeback:           4 kB
AnonPages:       78404 kB
Mapped:          11876 kB
Slab:           195292 kB
PageTables:       4228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   243144 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74068 MiB
End job on node129 at 2011-06-11 13:12:19