Trace number 3479011

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.06 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3479011-1307648138.opb>
0.00/0.01	c original problem has 1200 variables (1200 bin, 0 int, 0 impl, 0 cont) and 1015 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.02/0.03	c (round 1) 0 del vars, 55 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 890 upgd conss, 300 impls, 110 clqs
0.02/0.03	c (round 2) 0 del vars, 55 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 935 upgd conss, 300 impls, 110 clqs
0.02/0.03	c (round 3) 630 del vars, 55 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 935 upgd conss, 300 impls, 110 clqs
0.02/0.03	c presolving (4 rounds):
0.02/0.03	c  630 deleted vars, 55 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.03	c  300 implications, 110 cliques
0.02/0.03	c presolved problem has 570 variables (570 bin, 0 int, 0 impl, 0 cont) and 960 constraints
0.02/0.03	c     260 constraints of type <setppc>
0.02/0.03	c      25 constraints of type <linear>
0.02/0.03	c     675 constraints of type <logicor>
0.02/0.03	c transformed objective value is always integral (scale: 1)
0.02/0.03	c Presolving Time: 0.02
0.02/0.03	c - non default parameters ----------------------------------------------------------------------
0.02/0.03	c # SCIP version 2.0.1.4
0.02/0.03	c 
0.02/0.03	c # frequency for displaying node information lines
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.03	c display/freq = 10000
0.02/0.03	c 
0.02/0.03	c # maximal time in seconds to run
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.03	c limits/time = 1800
0.02/0.03	c 
0.02/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.03	c limits/memory = 13950
0.02/0.03	c 
0.02/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.03	c limits/solutions = 1
0.02/0.03	c 
0.02/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.02/0.03	c separating/maxrounds = 1
0.02/0.03	c 
0.02/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.03	c separating/maxroundsroot = 5
0.02/0.03	c 
0.02/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.03	c # [type: int, range: [1,2], default: 1]
0.02/0.03	c timing/clocktype = 2
0.02/0.03	c 
0.02/0.03	c # belongs reading time to solving time?
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c timing/reading = TRUE
0.02/0.03	c 
0.02/0.03	c # should presolving try to simplify inequalities
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c constraints/linear/simplifyinequalities = TRUE
0.02/0.03	c 
0.02/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c constraints/indicator/addCouplingCons = TRUE
0.02/0.03	c 
0.02/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.02/0.03	c constraints/knapsack/disaggregation = FALSE
0.02/0.03	c 
0.02/0.03	c # should presolving try to simplify knapsacks
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.03	c 
0.02/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.03	c presolving/probing/maxrounds = 0
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/coefdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.02/0.03	c heuristics/crossover/freq = -1
0.02/0.03	c 
0.02/0.03	c # number of nodes added to the contingent of the total nodes
0.02/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.03	c heuristics/crossover/nodesofs = 750
0.02/0.03	c 
0.02/0.03	c # number of nodes without incumbent change that heuristic should wait
0.02/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.02/0.03	c heuristics/crossover/nwaitingnodes = 100
0.02/0.03	c 
0.02/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.02/0.03	c # [type: real, range: [0,1], default: 0.1]
0.02/0.03	c heuristics/crossover/nodesquot = 0.15
0.02/0.03	c 
0.02/0.03	c # minimum percentage of integer variables that have to be fixed 
0.02/0.03	c # [type: real, range: [0,1], default: 0.666]
0.02/0.03	c heuristics/crossover/minfixingrate = 0.5
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.03	c heuristics/feaspump/freq = -1
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/fracdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/guideddiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/intshifting/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/linesearchdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.03	c heuristics/objpscostdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.02/0.03	c # [type: real, range: [0,1], default: 0.01]
0.02/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/oneopt/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/pscostdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c heuristics/rens/freq = -1
0.02/0.03	c 
0.02/0.03	c # minimum percentage of integer variables that have to be fixable 
0.02/0.03	c # [type: real, range: [0,1], default: 0.5]
0.02/0.03	c heuristics/rens/minfixingrate = 0.3
0.02/0.03	c 
0.02/0.03	c # number of nodes added to the contingent of the total nodes
0.02/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.03	c heuristics/rens/nodesofs = 2000
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.03	c heuristics/rootsoldiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.02/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/rounding/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c heuristics/shiftandpropagate/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/shifting/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/simplerounding/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/subnlp/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c heuristics/trivial/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/trysol/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c heuristics/undercover/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/veclendiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/zirounding/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c separating/cmir/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c separating/flowcover/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.03	c separating/rapidlearning/freq = 0
0.02/0.03	c 
0.02/0.03	c -----------------------------------------------------------------------------------------------
0.02/0.03	c start solving
0.02/0.03	c 
0.02/0.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.08	c   0.1s|     1 |     0 |   928 |     - |3542k|   0 | 199 | 570 | 960 | 570 | 960 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   992 |     - |5743k|   0 | 229 | 570 |1089 | 570 | 963 |   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |  1036 |     - |5770k|   0 | 236 | 570 |1089 | 570 | 966 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |  1058 |     - |5771k|   0 | 233 | 570 |1089 | 570 | 968 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.03	c   1.0s|     1 |     2 |  1058 |     - |5772k|   0 | 233 | 570 |1089 | 570 | 968 |   8 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
36.29/36.39	c  36.4s| 10000 |   427 |268558 |  26.8 |8907k|  35 |   - | 570 |4515 | 570 | 967 |   8 |  14k|2382 | 0.000000e+00 |      --      |    Inf 
59.50/59.58	c  59.6s| 20000 |   524 |509435 |  25.4 |  10M|  38 | 143 | 570 |6424 | 570 | 967 |   8 |  29k|3359 | 0.000000e+00 |      --      |    Inf 
86.09/86.16	c  86.2s| 30000 |   820 |783220 |  26.1 |  10M|  40 | 106 | 570 |5279 | 570 | 967 |   8 |  42k|4121 | 0.000000e+00 |      --      |    Inf 
108.90/108.96	c   109s| 40000 |   942 |  1047k|  26.2 |  11M|  41 |   - | 570 |7026 |   0 |   0 |   8 |  56k|4335 | 0.000000e+00 |      --      |    Inf 
134.00/134.04	c   134s| 50000 |  1031 |  1303k|  26.0 |  11M|  41 |  56 | 570 |7053 | 570 | 967 |   8 |  70k|5226 | 0.000000e+00 |      --      |    Inf 
159.90/159.94	c   160s| 60000 |  1212 |  1571k|  26.2 |  12M|  41 |  99 | 570 |6548 | 570 | 967 |   8 |  82k|5925 | 0.000000e+00 |      --      |    Inf 
189.30/189.38	c   189s| 70000 |  1922 |  1885k|  26.9 |  12M|  42 |  56 | 570 |4905 | 570 | 967 |   8 |  94k|6512 | 0.000000e+00 |      --      |    Inf 
222.49/222.52	c   223s| 80000 |  2590 |  2232k|  27.9 |  14M|  44 | 179 | 570 |6010 | 570 | 967 |   8 | 106k|7221 | 0.000000e+00 |      --      |    Inf 
256.39/256.45	c   256s| 90000 |  3263 |  2584k|  28.7 |  15M|  47 |  20 | 570 |7176 | 570 | 967 |   8 | 117k|7951 | 0.000000e+00 |      --      |    Inf 
293.00/293.04	c   293s|100000 |  3900 |  2964k|  29.6 |  17M|  49 |   - | 570 |7337 | 570 | 967 |   8 | 129k|8653 | 0.000000e+00 |      --      |    Inf 
325.30/325.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
325.30/325.38	c   325s|110000 |  4205 |  3308k|  30.1 |  18M|  49 |   - | 570 |8539 | 570 | 967 |   8 | 141k|9232 | 0.000000e+00 |      --      |    Inf 
354.30/354.31	c   354s|120000 |  4448 |  3620k|  30.2 |  19M|  49 |   - | 570 |  10k|   0 |   0 |   8 | 155k|9691 | 0.000000e+00 |      --      |    Inf 
388.10/388.11	c   388s|130000 |  4839 |  3979k|  30.6 |  19M|  49 | 160 | 570 |8753 | 570 | 967 |   8 | 166k|  10k| 0.000000e+00 |      --      |    Inf 
416.50/416.53	c   417s|140000 |  4997 |  4286k|  30.6 |  21M|  49 |  16 | 570 |  11k| 570 | 967 |   8 | 179k|  10k| 0.000000e+00 |      --      |    Inf 
443.41/443.44	c   443s|150000 |  5086 |  4558k|  30.4 |  21M|  49 |   - | 570 |9702 | 570 | 967 |   8 | 192k|  11k| 0.000000e+00 |      --      |    Inf 
471.51/471.55	c   472s|160000 |  5246 |  4856k|  30.3 |  21M|  49 |   - | 570 |  10k|   0 |   0 |   8 | 206k|  11k| 0.000000e+00 |      --      |    Inf 
504.11/504.15	c   504s|170000 |  5545 |  5208k|  30.6 |  22M|  49 | 148 | 570 |  10k| 570 | 967 |   8 | 218k|  12k| 0.000000e+00 |      --      |    Inf 
536.11/536.18	c   536s|180000 |  5864 |  5555k|  30.9 |  22M|  49 | 151 | 570 |9483 | 570 | 967 |   8 | 231k|  12k| 0.000000e+00 |      --      |    Inf 
567.41/567.47	c   567s|190000 |  6079 |  5885k|  31.0 |  23M|  49 | 223 | 570 |  10k| 570 | 967 |   8 | 243k|  12k| 0.000000e+00 |      --      |    Inf 
599.21/599.26	c   599s|200000 |  6330 |  6222k|  31.1 |  23M|  49 |   - | 570 |9960 |   0 |   0 |   8 | 256k|  13k| 0.000000e+00 |      --      |    Inf 
632.31/632.38	c   632s|210000 |  6618 |  6580k|  31.3 |  23M|  49 | 132 | 570 |7829 | 570 | 967 |   8 | 268k|  13k| 0.000000e+00 |      --      |    Inf 
663.01/663.02	c   663s|220000 |  6761 |  6914k|  31.4 |  24M|  49 |   - | 570 |8957 | 570 | 967 |   8 | 280k|  14k| 0.000000e+00 |      --      |    Inf 
695.71/695.79	c   696s|230000 |  7051 |  7260k|  31.6 |  24M|  49 |   - | 570 |9108 |   0 |   0 |   8 | 292k|  14k| 0.000000e+00 |      --      |    Inf 
726.92/726.91	c   727s|240000 |  7399 |  7604k|  31.7 |  25M|  49 | 178 | 570 |  10k| 570 | 967 |   8 | 305k|  14k| 0.000000e+00 |      --      |    Inf 
756.91/756.98	c   757s|250000 |  7567 |  7924k|  31.7 |  25M|  49 | 102 | 570 |8767 | 570 | 967 |   8 | 317k|  15k| 0.000000e+00 |      --      |    Inf 
789.32/789.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
789.32/789.38	c   789s|260000 |  7784 |  8275k|  31.8 |  26M|  49 |   - | 570 |9537 | 570 | 967 |   8 | 329k|  15k| 0.000000e+00 |      --      |    Inf 
822.52/822.51	c   823s|270000 |  8304 |  8638k|  32.0 |  26M|  49 |   - | 570 |7945 | 570 | 967 |   8 | 341k|  16k| 0.000000e+00 |      --      |    Inf 
855.31/855.31	c   855s|280000 |  8654 |  8988k|  32.1 |  28M|  49 |  75 | 570 |  10k| 570 | 967 |   8 | 354k|  16k| 0.000000e+00 |      --      |    Inf 
887.11/887.12	c   887s|290000 |  9007 |  9351k|  32.2 |  29M|  49 |  66 | 570 |  11k| 570 | 967 |   8 | 364k|  16k| 0.000000e+00 |      --      |    Inf 
921.02/921.02	c   921s|300000 |  9246 |  9722k|  32.4 |  29M|  49 | 107 | 570 |  10k| 570 | 967 |   8 | 375k|  17k| 0.000000e+00 |      --      |    Inf 
954.12/954.11	c   954s|310000 |  9368 | 10081k|  32.5 |  30M|  49 |   - | 570 |9889 | 570 | 967 |   8 | 387k|  17k| 0.000000e+00 |      --      |    Inf 
985.92/985.98	c   986s|320000 |  9673 | 10437k|  32.6 |  31M|  49 | 163 | 570 |  11k| 570 | 967 |   8 | 399k|  17k| 0.000000e+00 |      --      |    Inf 
1018.82/1018.87	c  1019s|330000 |  9696 | 10798k|  32.7 |  32M|  49 | 163 | 570 |  12k| 570 | 967 |   8 | 410k|  18k| 0.000000e+00 |      --      |    Inf 
1051.43/1051.46	c  1051s|340000 |  9830 | 11161k|  32.8 |  31M|  49 |  81 | 570 |  11k| 570 | 967 |   8 | 421k|  18k| 0.000000e+00 |      --      |    Inf 
1082.83/1082.80	c  1083s|350000 |  9897 | 11488k|  32.8 |  31M|  49 | 144 | 570 |  10k| 570 | 967 |   8 | 434k|  18k| 0.000000e+00 |      --      |    Inf 
1115.72/1115.70	c  1116s|360000 | 10181 | 11854k|  32.9 |  31M|  49 | 142 | 570 |9134 | 570 | 967 |   8 | 446k|  19k| 0.000000e+00 |      --      |    Inf 
1148.62/1148.63	c  1149s|370000 | 10415 | 12199k|  33.0 |  31M|  49 |  73 | 570 |8728 | 570 | 967 |   8 | 459k|  19k| 0.000000e+00 |      --      |    Inf 
1179.23/1179.26	c  1179s|380000 | 10573 | 12541k|  33.0 |  32M|  49 |   - | 570 |8935 | 570 | 967 |   8 | 471k|  19k| 0.000000e+00 |      --      |    Inf 
1210.04/1210.07	c  1210s|390000 | 10709 | 12872k|  33.0 |  33M|  49 | 106 | 570 |  11k| 570 | 967 |   8 | 483k|  20k| 0.000000e+00 |      --      |    Inf 
1238.93/1238.95	c  1239s|400000 | 10812 | 13194k|  33.0 |  33M|  49 | 125 | 570 |  10k| 570 | 967 |   8 | 495k|  20k| 0.000000e+00 |      --      |    Inf 
1273.03/1273.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1273.03/1273.09	c  1273s|410000 | 11056 | 13555k|  33.1 |  33M|  49 |   - | 570 |9268 | 570 | 967 |   8 | 508k|  20k| 0.000000e+00 |      --      |    Inf 
1304.23/1304.25	c  1304s|420000 | 11200 | 13907k|  33.1 |  34M|  49 |  87 | 570 |  10k| 570 | 967 |   8 | 519k|  20k| 0.000000e+00 |      --      |    Inf 
1337.03/1337.03	c  1337s|430000 | 11343 | 14258k|  33.2 |  34M|  49 |   - | 570 |9021 | 570 | 967 |   8 | 531k|  21k| 0.000000e+00 |      --      |    Inf 
1367.43/1367.43	c  1367s|440000 | 11496 | 14596k|  33.2 |  35M|  49 | 158 | 570 |  10k| 570 | 967 |   8 | 543k|  21k| 0.000000e+00 |      --      |    Inf 
1399.43/1399.41	c  1399s|450000 | 11654 | 14945k|  33.2 |  35M|  49 |  73 | 570 |  11k| 570 | 967 |   8 | 555k|  21k| 0.000000e+00 |      --      |    Inf 
1431.53/1431.51	c  1432s|460000 | 11840 | 15305k|  33.3 |  35M|  49 |  89 | 570 |  10k| 570 | 967 |   8 | 567k|  21k| 0.000000e+00 |      --      |    Inf 
1464.04/1464.07	c  1464s|470000 | 11998 | 15666k|  33.3 |  36M|  49 |   - | 570 |  10k| 570 | 967 |   8 | 579k|  22k| 0.000000e+00 |      --      |    Inf 
1495.74/1495.75	c  1496s|480000 | 12124 | 16015k|  33.4 |  35M|  49 | 117 | 570 |8431 | 570 | 967 |   8 | 591k|  22k| 0.000000e+00 |      --      |    Inf 
1526.74/1526.77	c  1527s|490000 | 12290 | 16362k|  33.4 |  36M|  49 | 182 | 570 |9413 | 570 | 967 |   8 | 603k|  22k| 0.000000e+00 |      --      |    Inf 
1561.74/1561.76	c  1562s|500000 | 12523 | 16744k|  33.5 |  37M|  50 |   - | 570 |  10k| 570 | 967 |   8 | 615k|  23k| 0.000000e+00 |      --      |    Inf 
1595.64/1595.67	c  1596s|510000 | 12699 | 17121k|  33.6 |  36M|  50 |  40 | 570 |8480 | 570 | 967 |   8 | 626k|  23k| 0.000000e+00 |      --      |    Inf 
1625.14/1625.13	c  1625s|520000 | 12826 | 17436k|  33.5 |  37M|  50 | 123 | 570 |  10k| 570 | 967 |   8 | 639k|  23k| 0.000000e+00 |      --      |    Inf 
1654.35/1654.36	c  1654s|530000 | 12885 | 17762k|  33.5 |  37M|  51 | 113 | 570 |9366 | 570 | 967 |   8 | 651k|  23k| 0.000000e+00 |      --      |    Inf 
1684.74/1684.74	c  1685s|540000 | 13009 | 18092k|  33.5 |  38M|  51 |  38 | 570 |9913 | 570 | 967 |   8 | 664k|  24k| 0.000000e+00 |      --      |    Inf 
1713.74/1713.77	c  1714s|550000 | 13236 | 18407k|  33.5 |  39M|  51 |   - | 570 |  11k| 570 | 967 |   8 | 676k|  24k| 0.000000e+00 |      --      |    Inf 
1745.75/1745.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1745.75/1745.71	c  1746s|560000 | 13455 | 18765k|  33.5 |  38M|  51 |   - | 570 |9503 |   0 |   0 |   8 | 688k|  24k| 0.000000e+00 |      --      |    Inf 
1776.25/1776.26	c  1776s|570000 | 13598 | 19092k|  33.5 |  38M|  51 |   - | 570 |9248 | 570 | 967 |   8 | 700k|  24k| 0.000000e+00 |      --      |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 578007
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s UNKNOWN
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.02 (included in solving)
1800.05/1800.00	c   reading          :       0.01 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3479011-1307648138.opb
1800.05/1800.00	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 1015 initial, 1015 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3479011-1307648138.opb
1800.05/1800.00	c   Variables        : 570 (570 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 960 initial, 14460 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00        630          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.01          0          0          0          0          0         55          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     316682          0          1          0        380       5054          0          0     628350
1800.05/1800.00	c   setppc           :        260          4    3085305          0          1          0   12917091       7711   11127809          0          0          0
1800.05/1800.00	c   linear           :         25+         5    3077594          0          1          0    1487653      22062     774689          2          0          0
1800.05/1800.00	c   logicor          :        675+         4    1786906          0          1          0    9556675      44783    3526741          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :     123.00       0.00       0.00     123.00       0.00       0.00       0.00
1800.05/1800.00	c   setppc           :      19.40       0.00      16.83       0.00       0.00       0.00       2.57
1800.05/1800.00	c   linear           :       9.34       0.00       8.06       0.00       0.00       0.00       1.28
1800.05/1800.00	c   logicor          :      57.46       0.00      53.04       0.00       0.00       0.00       4.42
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :          0          0          0          0
1800.05/1800.00	c   rootredcost      :          0          0          0          0
1800.05/1800.00	c   pseudoobj        :          0          0          0          0
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :       0.40       0.40       0.00
1800.05/1800.00	c   rootredcost      :       0.41       0.41       0.00
1800.05/1800.00	c   pseudoobj        :       0.29       0.29       0.00
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       6.99      74556      68456    1072625       43.8       6238       22.8          -
1800.05/1800.00	c   infeasible LP    :      36.47     220126     218412    3993991       49.7       5722       19.6          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -     708221       34.7          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -       2201       67.9          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          3          -          -         95          -    (maximal pool size: 457)
1800.05/1800.00	c   redcost          :       2.54     314735          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.26          4          0          0        500          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.24          4          0          0        503          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          4          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.03          1          0          0          0        129
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :     122.82     316682        380       5054          0          0     628350
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   trivial          :       0.00          1          0
1800.05/1800.00	c   shiftandpropagate:       0.00          0          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   oneopt           :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   clique           :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   vbounds          :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   subnlp           :       0.00          0          0
1800.05/1800.00	c   trysol           :       0.00          0          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :    1432.60     532918   19359589      36.33   13513.64
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :     113.60      24881    1394350      56.04   12273.97
1800.05/1800.00	c     (at root node) :          -         10       4595     459.50          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     578007
1800.05/1800.00	c   nodes (total)    :     578007
1800.05/1800.00	c   nodes left       :      13774
1800.05/1800.00	c   max depth        :         51
1800.05/1800.00	c   max depth (total):         51
1800.05/1800.00	c   backtracks       :     138152 (23.9%)
1800.05/1800.00	c   delayed cutoffs  :      36572
1800.05/1800.00	c   repropagations   :     538902 (5829514 domain reductions, 31231 cutoffs)
1800.05/1800.00	c   avg switch length:       4.80
1800.05/1800.00	c   switching time   :      54.25
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          0 (0 improvements)
1800.05/1800.00	c   Primal Bound     :          -
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :       1058

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 1.02 1.46 1.78 3/176 2805
/proc/meminfo: memFree=32043288/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=9264 CPUtime=0 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 1220 0 0 0 0 0 0 0 19 0 1 0 876414628 9486336 1173 33554432000 4194304 9128323 140736138641456 18446744073709551615 8009021 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2805/statm: 2316 1186 381 1205 0 1107 0

[startup+0.0272081 s]
/proc/loadavg: 1.02 1.46 1.78 3/176 2805
/proc/meminfo: memFree=32043288/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=19768 CPUtime=0.02 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 3985 0 0 0 2 0 0 0 19 0 1 0 876414628 20242432 3680 33554432000 4194304 9128323 140736138641456 18446744073709551615 5267728 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 4942 3680 503 1205 0 3733 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19768

[startup+0.100197 s]
/proc/loadavg: 1.02 1.46 1.78 3/176 2805
/proc/meminfo: memFree=32043288/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=23628 CPUtime=0.09 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 5129 0 0 0 8 1 0 0 18 0 1 0 876414628 24195072 4824 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 5907 4824 644 1205 0 4698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23628

[startup+0.300156 s]
/proc/loadavg: 1.02 1.46 1.78 3/176 2805
/proc/meminfo: memFree=32043288/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=41096 CPUtime=0.29 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 9588 0 0 0 27 2 0 0 18 0 1 0 876414628 42082304 8930 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10274 8930 696 1205 0 9065 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41096

[startup+0.701092 s]
/proc/loadavg: 1.02 1.46 1.78 3/176 2805
/proc/meminfo: memFree=32043288/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=41152 CPUtime=0.69 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 9612 0 0 0 67 2 0 0 18 0 1 0 876414628 42139648 8954 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10288 8954 698 1205 0 9079 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41152

[startup+1.50095 s]
/proc/loadavg: 1.02 1.46 1.78 4/178 2807
/proc/meminfo: memFree=31985220/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=41152 CPUtime=1.49 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 9613 0 0 0 144 5 0 0 19 0 1 0 876414628 42139648 8955 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10288 8955 699 1205 0 9079 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41152

[startup+3.10066 s]
/proc/loadavg: 1.02 1.46 1.78 4/178 2807
/proc/meminfo: memFree=31983484/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=41152 CPUtime=3.09 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 9613 0 0 0 298 11 0 0 25 0 1 0 876414628 42139648 8955 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10288 8955 699 1205 0 9079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41152

[startup+6.30107 s]
/proc/loadavg: 1.10 1.47 1.78 3/178 2807
/proc/meminfo: memFree=31984116/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=41152 CPUtime=6.3 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 9614 0 0 0 607 23 0 0 25 0 1 0 876414628 42139648 8956 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10288 8956 699 1205 0 9079 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 41152

[startup+12.7009 s]
/proc/loadavg: 1.17 1.48 1.78 4/178 2807
/proc/meminfo: memFree=31983896/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=41152 CPUtime=12.69 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 9616 0 0 0 1223 46 0 0 25 0 1 0 876414628 42139648 8958 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10288 8958 699 1205 0 9079 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41152

[startup+25.5006 s]
/proc/loadavg: 1.35 1.50 1.78 3/178 2807
/proc/meminfo: memFree=31984928/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=41152 CPUtime=25.49 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 9616 0 0 0 2446 103 0 0 25 0 1 0 876414628 42139648 8958 33554432000 4194304 9128323 140736138641456 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10288 8958 699 1205 0 9079 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41152

[startup+51.1009 s]
/proc/loadavg: 1.57 1.54 1.79 4/178 2808
/proc/meminfo: memFree=31982624/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=41152 CPUtime=51.1 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 9696 0 0 0 4895 215 0 0 25 0 1 0 876414628 42139648 9038 33554432000 4194304 9128323 140736138641456 18446744073709551615 7192409 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10288 9038 699 1205 0 9079 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 41152

[startup+102.306 s]
/proc/loadavg: 1.81 1.61 1.80 3/178 2810
/proc/meminfo: memFree=31976756/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=41152 CPUtime=102.3 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 9949 0 0 0 9804 426 0 0 25 0 1 0 876414628 42139648 9291 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10288 9291 699 1205 0 9079 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 41152

[startup+162.3 s]
/proc/loadavg: 1.93 1.68 1.81 3/178 2811
/proc/meminfo: memFree=31971880/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=42272 CPUtime=162.3 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 10219 0 0 0 15555 675 0 0 25 0 1 0 876414628 43286528 9561 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 10568 9561 699 1205 0 9359 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 42272

[startup+222.301 s]
/proc/loadavg: 1.97 1.74 1.82 3/178 2813
/proc/meminfo: memFree=31965004/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=45212 CPUtime=222.3 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 10926 0 0 0 21309 921 0 0 25 0 1 0 876414628 46297088 10268 33554432000 4194304 9128323 140736138641456 18446744073709551615 7342532 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 11303 10268 699 1205 0 10094 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 45212

[startup+282.301 s]
/proc/loadavg: 1.99 1.78 1.82 3/178 2815
/proc/meminfo: memFree=31960624/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=48572 CPUtime=282.3 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 11757 0 0 0 27067 1163 0 0 25 0 1 0 876414628 49737728 11099 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 12143 11099 699 1205 0 10934 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 48572

[startup+342.301 s]
/proc/loadavg: 1.99 1.82 1.83 3/178 2817
/proc/meminfo: memFree=31955736/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=51628 CPUtime=342.3 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 12486 0 0 0 32822 1408 0 0 25 0 1 0 876414628 52867072 11828 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 12907 11828 699 1205 0 11698 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 51628

[startup+402.301 s]
/proc/loadavg: 2.07 1.88 1.85 3/178 2819
/proc/meminfo: memFree=31951720/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=53336 CPUtime=402.31 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 12980 0 0 0 38580 1651 0 0 25 0 1 0 876414628 54616064 12320 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 13334 12320 699 1205 0 12125 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 53336

[startup+462.301 s]
/proc/loadavg: 2.02 1.90 1.85 4/178 2820
/proc/meminfo: memFree=31948208/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=56140 CPUtime=462.31 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 13670 0 0 0 44345 1886 0 0 25 0 1 0 876414628 57487360 13009 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 14035 13009 699 1205 0 12826 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 56140

[startup+522.301 s]
/proc/loadavg: 2.01 1.91 1.86 3/178 2822
/proc/meminfo: memFree=31944808/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=56820 CPUtime=522.31 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 13820 0 0 0 50105 2126 0 0 25 0 1 0 876414628 58183680 13159 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 14205 13159 699 1205 0 12996 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 56820

[startup+582.301 s]
/proc/loadavg: 2.00 1.92 1.86 3/178 2823
/proc/meminfo: memFree=31943396/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=57600 CPUtime=582.31 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 14022 0 0 0 55878 2353 0 0 25 0 1 0 876414628 58982400 13361 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 14400 13361 699 1205 0 13191 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 57600

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 1.96 1.89 4/178 2830
/proc/meminfo: memFree=31931916/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=62472 CPUtime=822.32 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 15267 0 0 0 78915 3317 0 0 25 0 1 0 876414628 63971328 14606 33554432000 4194304 9128323 140736138641456 18446744073709551615 6544416 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 15618 14606 699 1205 0 14409 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 62472

[startup+882.301 s]
/proc/loadavg: 2.00 1.96 1.89 3/178 2831
/proc/meminfo: memFree=31929640/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=63956 CPUtime=882.32 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 15669 0 0 0 84671 3561 0 0 25 0 1 0 876414628 65490944 15008 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 15989 15008 699 1205 0 14780 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 63956

[startup+942.301 s]
/proc/loadavg: 2.00 1.97 1.90 4/178 2833
/proc/meminfo: memFree=31926360/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=65972 CPUtime=942.32 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 16162 0 0 0 90418 3814 0 0 25 0 1 0 876414628 67555328 15491 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 16493 15491 699 1205 0 15284 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 65972

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 2836
/proc/meminfo: memFree=31923212/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=67020 CPUtime=1002.32 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 16452 0 0 0 96177 4055 0 0 25 0 1 0 876414628 68628480 15781 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 16755 15781 699 1205 0 15546 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 67020

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 2837
/proc/meminfo: memFree=31922308/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=68200 CPUtime=1062.33 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 16712 0 0 0 101932 4301 0 0 25 0 1 0 876414628 69836800 16041 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 17050 16041 699 1205 0 15841 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 68200

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 2839
/proc/meminfo: memFree=31920408/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=69116 CPUtime=1122.33 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 16959 0 0 0 107703 4530 0 0 25 0 1 0 876414628 70774784 16288 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 17279 16288 699 1205 0 16070 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 69116

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 2840
/proc/meminfo: memFree=31917524/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=70396 CPUtime=1182.33 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 17292 0 0 0 113459 4774 0 0 25 0 1 0 876414628 72085504 16621 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 17599 16621 699 1205 0 16390 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 70396

[startup+1242.3 s]
/proc/loadavg: 2.05 1.99 1.91 4/178 2842
/proc/meminfo: memFree=31913004/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=72268 CPUtime=1242.33 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 17687 0 0 0 119227 5006 0 0 25 0 1 0 876414628 74002432 17003 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 18067 17003 699 1205 0 16858 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 72268

[startup+1302.3 s]
/proc/loadavg: 2.02 1.99 1.91 4/178 2844
/proc/meminfo: memFree=31910984/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=72720 CPUtime=1302.34 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 17841 0 0 0 124992 5242 0 0 25 0 1 0 876414628 74465280 17150 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 18180 17150 699 1205 0 16971 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 72720

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2845
/proc/meminfo: memFree=31908220/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=74432 CPUtime=1362.33 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 18284 0 0 0 130748 5485 0 0 25 0 1 0 876414628 76218368 17593 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 18608 17593 699 1205 0 17399 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 74432

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2847
/proc/meminfo: memFree=31907320/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=75068 CPUtime=1422.34 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 18439 0 0 0 136516 5718 0 0 25 0 1 0 876414628 76869632 17748 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 18767 17748 699 1205 0 17558 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 75068

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2848
/proc/meminfo: memFree=31904800/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=75200 CPUtime=1482.34 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 18470 0 0 0 142280 5954 0 0 25 0 1 0 876414628 77004800 17779 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 18800 17779 699 1205 0 17591 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 75200

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2859
/proc/meminfo: memFree=31904124/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=75492 CPUtime=1542.33 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 18551 0 0 0 148032 6201 0 0 25 0 1 0 876414628 77303808 17860 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 18873 17860 699 1205 0 17664 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 75492

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2861
/proc/meminfo: memFree=31902604/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=76148 CPUtime=1602.34 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 18727 0 0 0 153796 6438 0 0 25 0 1 0 876414628 77975552 18036 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 19037 18036 699 1205 0 17828 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 76148

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2862
/proc/meminfo: memFree=31899444/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=76636 CPUtime=1662.34 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 18816 0 0 0 159547 6687 0 0 25 0 1 0 876414628 78475264 18125 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 19159 18125 699 1205 0 17950 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 76636

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2867
/proc/meminfo: memFree=31897864/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=76772 CPUtime=1722.35 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 18855 0 0 0 165316 6919 0 0 25 0 1 0 876414628 78614528 18164 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 19193 18164 699 1205 0 17984 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 76772

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2868
/proc/meminfo: memFree=31895932/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=76976 CPUtime=1782.34 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 18938 0 0 0 171074 7160 0 0 25 0 1 0 876414628 78823424 18247 33554432000 4194304 9128323 140736138641456 18446744073709551615 7343298 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 19244 18247 699 1205 0 18035 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 76976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2869
/proc/meminfo: memFree=31895548/32951124 swapFree=67056684/67111528
[pid=2805] ppid=2801 vsize=77212 CPUtime=1800.05 cores=1,3,5,7
/proc/2805/stat : 2805 (scip-2.0.1.4.li) R 2801 2805 32675 0 -1 4202496 18993 0 0 0 172776 7229 0 0 25 0 1 0 876414628 79065088 18302 33554432000 4194304 9128323 140736138641456 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/2805/statm: 19303 18302 700 1205 0 18094 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 77212

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.06
CPU user time (s): 1727.77
CPU system time (s): 72.298
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 77212

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

runsolver used 2.85257 second user time and 6.91295 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-09 21:35:38
IDJOB=3479011
IDBENCH=89819
IDSOLVER=1949
FILE ID=node109/3479011-1307648138
RUNJOBID= node109-1307648138-2776
PBS_JOBID= 13549382
Free space on /tmp= 74200 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479011-1307648138/watcher-3479011-1307648138 -o /tmp/evaluation-result-3479011-1307648138/solver-3479011-1307648138 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3479011-1307648138.opb -t 1800 -m 15500

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=1070279535

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32044524 kB
Buffers:        242840 kB
Cached:         418360 kB
SwapCached:       8608 kB
Active:         383096 kB
Inactive:       296260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32044524 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           24080 kB
Writeback:           0 kB
AnonPages:       14616 kB
Mapped:          12728 kB
Slab:           162696 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187116 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74176 MiB
End job on node109 at 2011-06-09 22:05:41