Trace number 3451118

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 SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.07 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
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.5 [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-3451118-1307066915.opb>
0.00/0.01	c original problem has 428 variables (428 bin, 0 int, 0 impl, 0 cont) and 942 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.01/0.01	c (round 1) 3 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 464 impls, 0 clqs
0.01/0.01	c (round 2) 17 del vars, 21 del conss, 0 add conss, 15 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 464 impls, 0 clqs
0.01/0.01	c (round 3) 17 del vars, 35 del conss, 0 add conss, 15 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 464 impls, 0 clqs
0.01/0.03	c (round 4) 17 del vars, 35 del conss, 0 add conss, 15 chg bounds, 0 chg sides, 0 chg coeffs, 907 upgd conss, 464 impls, 0 clqs
0.01/0.03	c (round 5) 23 del vars, 35 del conss, 0 add conss, 15 chg bounds, 0 chg sides, 0 chg coeffs, 907 upgd conss, 14344 impls, 6 clqs
0.01/0.04	c (round 6) 23 del vars, 41 del conss, 0 add conss, 15 chg bounds, 0 chg sides, 0 chg coeffs, 907 upgd conss, 14344 impls, 6 clqs
0.01/0.04	c (round 7) 23 del vars, 43 del conss, 0 add conss, 15 chg bounds, 0 chg sides, 0 chg coeffs, 907 upgd conss, 14344 impls, 6 clqs
0.01/0.04	c presolving (8 rounds):
0.01/0.04	c  23 deleted vars, 43 deleted constraints, 0 added constraints, 15 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.04	c  14344 implications, 6 cliques
0.01/0.04	c presolved problem has 405 variables (405 bin, 0 int, 0 impl, 0 cont) and 899 constraints
0.01/0.04	c     285 constraints of type <knapsack>
0.01/0.04	c     195 constraints of type <setppc>
0.01/0.04	c     419 constraints of type <logicor>
0.01/0.04	c transformed objective value is always integral (scale: 1)
0.01/0.04	c Presolving Time: 0.03
0.01/0.04	c - non default parameters ----------------------------------------------------------------------
0.01/0.04	c # SCIP version 2.0.1.5
0.01/0.04	c 
0.01/0.04	c # frequency for displaying node information lines
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.04	c display/freq = 10000
0.01/0.04	c 
0.01/0.04	c # maximal time in seconds to run
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.04	c limits/time = 1800
0.01/0.04	c 
0.01/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.04	c limits/memory = 13950
0.01/0.04	c 
0.01/0.04	c # solving stops, if the given number of solutions were found (-1: no limit)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.04	c limits/solutions = 1
0.01/0.04	c 
0.01/0.04	c # maximal number of separation rounds per node (-1: unlimited)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 5]
0.01/0.04	c separating/maxrounds = 1
0.01/0.04	c 
0.01/0.04	c # maximal number of separation rounds in the root node (-1: unlimited)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.04	c separating/maxroundsroot = 5
0.01/0.04	c 
0.01/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.04	c # [type: int, range: [1,2], default: 1]
0.01/0.04	c timing/clocktype = 2
0.01/0.04	c 
0.01/0.04	c # belongs reading time to solving time?
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04	c timing/reading = TRUE
0.01/0.04	c 
0.01/0.04	c # should presolving try to simplify inequalities
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04	c constraints/linear/simplifyinequalities = TRUE
0.01/0.04	c 
0.01/0.04	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04	c constraints/indicator/addCouplingCons = TRUE
0.01/0.04	c 
0.01/0.04	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.01/0.04	c constraints/knapsack/disaggregation = FALSE
0.01/0.04	c 
0.01/0.04	c # should presolving try to simplify knapsacks
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.04	c 
0.01/0.04	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.04	c presolving/probing/maxrounds = 0
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.04	c heuristics/coefdiving/freq = -1
0.01/0.04	c 
0.01/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.04	c heuristics/coefdiving/maxlpiterquot = 0.075
0.01/0.04	c 
0.01/0.04	c # additional number of allowed LP iterations
0.01/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.04	c heuristics/coefdiving/maxlpiterofs = 1500
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 30]
0.01/0.04	c heuristics/crossover/freq = -1
0.01/0.04	c 
0.01/0.04	c # number of nodes added to the contingent of the total nodes
0.01/0.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.04	c heuristics/crossover/nodesofs = 750
0.01/0.04	c 
0.01/0.04	c # number of nodes without incumbent change that heuristic should wait
0.01/0.04	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.01/0.04	c heuristics/crossover/nwaitingnodes = 100
0.01/0.04	c 
0.01/0.04	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.01/0.04	c # [type: real, range: [0,1], default: 0.1]
0.01/0.04	c heuristics/crossover/nodesquot = 0.15
0.01/0.04	c 
0.01/0.04	c # minimum percentage of integer variables that have to be fixed 
0.01/0.04	c # [type: real, range: [0,1], default: 0.666]
0.01/0.04	c heuristics/crossover/minfixingrate = 0.5
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.04	c heuristics/feaspump/freq = -1
0.01/0.04	c 
0.01/0.04	c # additional number of allowed LP iterations
0.01/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.04	c heuristics/feaspump/maxlpiterofs = 2000
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.04	c heuristics/fracdiving/freq = -1
0.01/0.04	c 
0.01/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.04	c heuristics/fracdiving/maxlpiterquot = 0.075
0.01/0.04	c 
0.01/0.04	c # additional number of allowed LP iterations
0.01/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.04	c heuristics/fracdiving/maxlpiterofs = 1500
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.04	c heuristics/guideddiving/freq = -1
0.01/0.04	c 
0.01/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.04	c heuristics/guideddiving/maxlpiterquot = 0.075
0.01/0.04	c 
0.01/0.04	c # additional number of allowed LP iterations
0.01/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.04	c heuristics/guideddiving/maxlpiterofs = 1500
0.01/0.04	c 
0.01/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.04	c heuristics/intdiving/maxlpiterquot = 0.075
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.04	c heuristics/intshifting/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.04	c heuristics/linesearchdiving/freq = -1
0.01/0.04	c 
0.01/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.04	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.01/0.04	c 
0.01/0.04	c # additional number of allowed LP iterations
0.01/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.04	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.04	c heuristics/objpscostdiving/freq = -1
0.01/0.04	c 
0.01/0.04	c # maximal fraction of diving LP iterations compared to total iteration number
0.01/0.04	c # [type: real, range: [0,1], default: 0.01]
0.01/0.04	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.01/0.04	c 
0.01/0.04	c # additional number of allowed LP iterations
0.01/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.04	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.04	c heuristics/oneopt/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.04	c heuristics/pscostdiving/freq = -1
0.01/0.04	c 
0.01/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.04	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.01/0.04	c 
0.01/0.04	c # additional number of allowed LP iterations
0.01/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.04	c heuristics/pscostdiving/maxlpiterofs = 1500
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.04	c heuristics/rens/freq = -1
0.01/0.04	c 
0.01/0.04	c # minimum percentage of integer variables that have to be fixable 
0.01/0.04	c # [type: real, range: [0,1], default: 0.5]
0.01/0.04	c heuristics/rens/minfixingrate = 0.3
0.01/0.04	c 
0.01/0.04	c # number of nodes added to the contingent of the total nodes
0.01/0.04	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.01/0.04	c heuristics/rens/nodesofs = 2000
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 20]
0.01/0.04	c heuristics/rootsoldiving/freq = -1
0.01/0.04	c 
0.01/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.01/0.04	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.01/0.04	c 
0.01/0.04	c # additional number of allowed LP iterations
0.01/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.04	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.04	c heuristics/rounding/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.04	c heuristics/shiftandpropagate/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.04	c heuristics/shifting/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.04	c heuristics/simplerounding/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.04	c heuristics/subnlp/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.04	c heuristics/trivial/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.04	c heuristics/trysol/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.04	c heuristics/undercover/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 10]
0.01/0.04	c heuristics/veclendiving/freq = -1
0.01/0.04	c 
0.01/0.04	c # maximal fraction of diving LP iterations compared to node LP iterations
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.01/0.04	c heuristics/veclendiving/maxlpiterquot = 0.075
0.01/0.04	c 
0.01/0.04	c # additional number of allowed LP iterations
0.01/0.04	c # [type: int, range: [0,2147483647], default: 1000]
0.01/0.04	c heuristics/veclendiving/maxlpiterofs = 1500
0.01/0.04	c 
0.01/0.04	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.04	c heuristics/zirounding/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.04	c separating/cmir/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: 0]
0.01/0.04	c separating/flowcover/freq = -1
0.01/0.04	c 
0.01/0.04	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.04	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.04	c separating/rapidlearning/freq = 0
0.01/0.04	c 
0.01/0.04	c -----------------------------------------------------------------------------------------------
0.01/0.04	c start solving
0.01/0.04	c 
0.01/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.09	c   0.1s|     1 |     0 |   781 |     - |3100k|   0 | 190 | 405 | 899 | 405 | 899 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |  2600 |     - |7939k|   0 | 281 | 405 | 904 | 405 |1272 | 373 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |  4016 |     - |  11M|   0 | 319 | 405 | 904 | 405 |1474 | 575 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  5220 |     - |  13M|   0 | 306 | 405 | 904 | 405 |1602 | 703 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.71	c   1.7s|     1 |     0 |  6034 |     - |  15M|   0 | 313 | 405 | 904 | 405 |1686 | 787 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.99/2.09	c   2.1s|     1 |     0 |  6638 |     - |  17M|   0 | 316 | 405 | 904 | 405 |1720 | 821 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.00/3.06	c   3.1s|     1 |     2 |  6638 |     - |  17M|   0 | 316 | 405 | 904 | 405 |1720 | 821 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
43.09/43.11	c  43.1s| 10000 |    79 |307241 |  30.1 |  18M|  37 |  65 | 405 |1611 | 405 |1161 | 821 |1012 |2333 | 0.000000e+00 |      --      |    Inf 
71.89/71.98	c  72.0s| 20000 |    93 |609596 |  30.1 |  18M|  39 |   - | 405 |1916 | 405 |1161 | 821 |2202 |2846 | 0.000000e+00 |      --      |    Inf 
96.59/96.66	c  96.7s| 30000 |   100 |881479 |  29.2 |  18M|  46 |  84 | 405 |2129 | 405 |1161 | 821 |3444 |3174 | 0.000000e+00 |      --      |    Inf 
124.10/124.12	c   124s| 40000 |    95 |  1176k|  29.3 |  18M|  46 |   - | 405 |2452 |   0 |   0 | 821 |4647 |3619 | 0.000000e+00 |      --      |    Inf 
151.10/151.10	c   151s| 50000 |    83 |  1461k|  29.1 |  18M|  46 |   - | 405 |2729 | 405 |1161 | 821 |5844 |4127 | 0.000000e+00 |      --      |    Inf 
177.99/178.03	c   178s| 60000 |    97 |  1756k|  29.2 |  18M|  46 |  67 | 405 |2859 | 405 |1161 | 821 |7023 |4547 | 0.000000e+00 |      --      |    Inf 
205.72/205.73	c   206s| 70000 |   115 |  2055k|  29.3 |  19M|  46 |  42 | 405 |2981 | 405 |1161 | 821 |8132 |5005 | 0.000000e+00 |      --      |    Inf 
232.80/232.89	c   233s| 80000 |   118 |  2352k|  29.3 |  19M|  46 |  48 | 405 |3233 | 405 |1161 | 821 |9450 |5311 | 0.000000e+00 |      --      |    Inf 
258.00/258.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.00/258.04	c   258s| 90000 |   116 |  2632k|  29.2 |  19M|  46 |   - | 405 |3823 | 405 |1161 | 821 |  10k|5563 | 0.000000e+00 |      --      |    Inf 
284.81/284.90	c   285s|100000 |   119 |  2926k|  29.2 |  19M|  46 |  73 | 405 |3590 | 405 |1161 | 821 |  11k|5813 | 0.000000e+00 |      --      |    Inf 
310.80/310.89	c   311s|110000 |   121 |  3213k|  29.1 |  19M|  46 |  41 | 405 |3159 | 405 |1161 | 821 |  13k|6150 | 0.000000e+00 |      --      |    Inf 
334.90/334.95	c   335s|120000 |   124 |  3488k|  29.0 |  19M|  46 |  58 | 405 |3751 | 405 |1161 | 821 |  14k|6351 | 0.000000e+00 |      --      |    Inf 
361.40/361.45	c   361s|130000 |   120 |  3773k|  29.0 |  19M|  50 |  73 | 405 |4046 | 405 |1161 | 821 |  15k|6679 | 0.000000e+00 |      --      |    Inf 
387.41/387.46	c   387s|140000 |   115 |  4065k|  29.0 |  19M|  55 |   - | 405 |3570 | 405 |1161 | 821 |  16k|6912 | 0.000000e+00 |      --      |    Inf 
414.81/414.87	c   415s|150000 |   124 |  4360k|  29.0 |  19M|  55 |   - | 405 |3580 | 405 |1161 | 821 |  17k|7345 | 0.000000e+00 |      --      |    Inf 
441.71/441.75	c   442s|160000 |   121 |  4652k|  29.0 |  19M|  55 |   - | 405 |3335 | 405 |1161 | 821 |  18k|7536 | 0.000000e+00 |      --      |    Inf 
468.70/468.71	c   469s|170000 |   127 |  4959k|  29.1 |  19M|  55 |  70 | 405 |3537 | 405 |1161 | 821 |  19k|7708 | 0.000000e+00 |      --      |    Inf 
493.61/493.66	c   494s|180000 |   125 |  5243k|  29.1 |  19M|  55 |  98 | 405 |3405 | 405 |1161 | 821 |  21k|7833 | 0.000000e+00 |      --      |    Inf 
519.12/519.18	c   519s|190000 |   122 |  5533k|  29.1 |  19M|  55 |  76 | 405 |3596 | 405 |1161 | 821 |  22k|8030 | 0.000000e+00 |      --      |    Inf 
543.10/543.11	c   543s|200000 |   133 |  5808k|  29.0 |  19M|  55 |   - | 405 |4209 | 405 |1161 | 821 |  23k|8138 | 0.000000e+00 |      --      |    Inf 
567.91/567.90	c   568s|210000 |   143 |  6095k|  29.0 |  20M|  55 |   - | 405 |4677 |   0 |   0 | 821 |  24k|8228 | 0.000000e+00 |      --      |    Inf 
591.61/591.60	c   592s|220000 |   127 |  6366k|  28.9 |  20M|  55 |   - | 405 |4530 | 405 |1161 | 821 |  25k|8293 | 0.000000e+00 |      --      |    Inf 
616.11/616.11	c   616s|230000 |   131 |  6646k|  28.9 |  19M|  55 |   - | 405 |4089 |   0 |   0 | 821 |  26k|8434 | 0.000000e+00 |      --      |    Inf 
642.21/642.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
642.21/642.20	c   642s|240000 |   125 |  6942k|  28.9 |  19M|  55 |  59 | 405 |4233 | 405 |1161 | 821 |  27k|8528 | 0.000000e+00 |      --      |    Inf 
667.62/667.71	c   668s|250000 |   126 |  7232k|  28.9 |  20M|  55 |  62 | 405 |4305 | 405 |1161 | 821 |  28k|8603 | 0.000000e+00 |      --      |    Inf 
694.22/694.25	c   694s|260000 |   123 |  7524k|  28.9 |  20M|  55 |  69 | 405 |4244 | 405 |1161 | 821 |  29k|8865 | 0.000000e+00 |      --      |    Inf 
720.81/720.88	c   721s|270000 |   119 |  7814k|  28.9 |  19M|  55 |   - | 405 |4142 |   0 |   0 | 821 |  30k|9145 | 0.000000e+00 |      --      |    Inf 
745.32/745.32	c   745s|280000 |   117 |  8083k|  28.8 |  20M|  55 |  76 | 405 |4450 | 405 |1161 | 821 |  32k|9496 | 0.000000e+00 |      --      |    Inf 
773.33/773.34	c   773s|290000 |   121 |  8394k|  28.9 |  19M|  55 |  83 | 405 |4171 | 405 |1161 | 821 |  33k|9640 | 0.000000e+00 |      --      |    Inf 
798.92/798.94	c   799s|300000 |   118 |  8686k|  28.9 |  19M|  55 |  94 | 405 |3797 | 405 |1161 | 821 |  34k|9703 | 0.000000e+00 |      --      |    Inf 
825.22/825.23	c   825s|310000 |   121 |  8982k|  29.0 |  19M|  55 |  44 | 405 |4123 | 405 |1161 | 821 |  35k|9807 | 0.000000e+00 |      --      |    Inf 
854.12/854.14	c   854s|320000 |   121 |  9307k|  29.1 |  20M|  55 |   - | 405 |4128 | 405 |1161 | 821 |  36k|9954 | 0.000000e+00 |      --      |    Inf 
882.02/882.08	c   882s|330000 |   127 |  9620k|  29.1 |  20M|  55 |  60 | 405 |4146 | 405 |1161 | 821 |  37k|  10k| 0.000000e+00 |      --      |    Inf 
909.42/909.48	c   909s|340000 |   118 |  9923k|  29.2 |  19M|  55 |  46 | 405 |3848 | 405 |1161 | 821 |  38k|  10k| 0.000000e+00 |      --      |    Inf 
942.52/942.50	c   943s|350000 |   119 | 10240k|  29.2 |  19M|  55 |  51 | 405 |3344 | 405 |1161 | 821 |  39k|  11k| 0.000000e+00 |      --      |    Inf 
968.52/968.59	c   969s|360000 |   122 | 10541k|  29.3 |  20M|  55 |   - | 405 |4047 | 405 |1161 | 821 |  40k|  11k| 0.000000e+00 |      --      |    Inf 
996.83/996.82	c   997s|370000 |   126 | 10865k|  29.3 |  19M|  59 |   - | 405 |3767 | 405 |1161 | 821 |  41k|  11k| 0.000000e+00 |      --      |    Inf 
1025.52/1025.50	c  1025s|380000 |   126 | 11199k|  29.5 |  19M|  59 |   - | 405 |3815 | 405 |1161 | 821 |  42k|  11k| 0.000000e+00 |      --      |    Inf 
1055.12/1055.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1055.12/1055.17	c  1055s|390000 |   126 | 11545k|  29.6 |  20M|  59 |  89 | 405 |4456 | 405 |1161 | 821 |  43k|  11k| 0.000000e+00 |      --      |    Inf 
1084.53/1084.61	c  1085s|400000 |   122 | 11873k|  29.7 |  20M|  59 |   - | 405 |4507 | 405 |1161 | 821 |  44k|  11k| 0.000000e+00 |      --      |    Inf 
1110.12/1110.16	c  1110s|410000 |   128 | 12166k|  29.7 |  20M|  59 |  69 | 405 |4632 | 405 |1161 | 821 |  45k|  11k| 0.000000e+00 |      --      |    Inf 
1137.83/1137.85	c  1138s|420000 |   125 | 12478k|  29.7 |  20M|  59 |  96 | 405 |4928 | 405 |1161 | 821 |  46k|  11k| 0.000000e+00 |      --      |    Inf 
1165.73/1165.78	c  1166s|430000 |   126 | 12797k|  29.7 |  20M|  59 |   - | 405 |3907 | 405 |1161 | 821 |  47k|  11k| 0.000000e+00 |      --      |    Inf 
1195.93/1195.98	c  1196s|440000 |   126 | 13138k|  29.8 |  20M|  59 |  48 | 405 |4112 | 405 |1161 | 821 |  48k|  12k| 0.000000e+00 |      --      |    Inf 
1223.33/1223.32	c  1223s|450000 |   126 | 13445k|  29.9 |  20M|  59 |  85 | 405 |4656 | 405 |1161 | 821 |  50k|  12k| 0.000000e+00 |      --      |    Inf 
1251.93/1251.99	c  1252s|460000 |   127 | 13771k|  29.9 |  20M|  59 |  46 | 405 |4594 | 405 |1161 | 821 |  51k|  12k| 0.000000e+00 |      --      |    Inf 
1281.33/1281.31	c  1281s|470000 |   122 | 14107k|  30.0 |  20M|  59 |  73 | 405 |4203 | 405 |1161 | 821 |  52k|  12k| 0.000000e+00 |      --      |    Inf 
1308.94/1308.94	c  1309s|480000 |   121 | 14425k|  30.0 |  20M|  59 |  64 | 405 |4635 | 405 |1161 | 821 |  53k|  12k| 0.000000e+00 |      --      |    Inf 
1338.03/1338.05	c  1338s|490000 |   122 | 14763k|  30.1 |  20M|  59 |  69 | 405 |4812 | 405 |1161 | 821 |  55k|  12k| 0.000000e+00 |      --      |    Inf 
1365.04/1365.03	c  1365s|500000 |   118 | 15076k|  30.1 |  20M|  59 |   - | 405 |5467 | 405 |1161 | 821 |  56k|  12k| 0.000000e+00 |      --      |    Inf 
1394.94/1394.98	c  1395s|510000 |   120 | 15419k|  30.2 |  20M|  59 |  77 | 405 |5442 | 405 |1161 | 821 |  57k|  12k| 0.000000e+00 |      --      |    Inf 
1424.34/1424.32	c  1424s|520000 |   115 | 15747k|  30.3 |  20M|  59 |   - | 405 |5200 |   0 |   0 | 821 |  59k|  12k| 0.000000e+00 |      --      |    Inf 
1455.64/1455.64	c  1456s|530000 |   106 | 16083k|  30.3 |  20M|  59 | 123 | 405 |4306 | 405 |1161 | 821 |  60k|  13k| 0.000000e+00 |      --      |    Inf 
1483.24/1483.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.24/1483.22	c  1483s|540000 |   110 | 16374k|  30.3 |  20M|  59 |   - | 405 |4313 |   0 |   0 | 821 |  61k|  13k| 0.000000e+00 |      --      |    Inf 
1513.43/1513.48	c  1513s|550000 |   115 | 16720k|  30.4 |  20M|  59 |  51 | 405 |4481 | 405 |1161 | 821 |  62k|  13k| 0.000000e+00 |      --      |    Inf 
1542.34/1542.36	c  1542s|560000 |   108 | 17052k|  30.4 |  20M|  59 |  65 | 405 |4435 | 405 |1161 | 821 |  64k|  13k| 0.000000e+00 |      --      |    Inf 
1572.54/1572.52	c  1573s|570000 |   103 | 17370k|  30.5 |  20M|  59 |  76 | 405 |4153 | 405 |1161 | 821 |  65k|  14k| 0.000000e+00 |      --      |    Inf 
1599.94/1599.93	c  1600s|580000 |   102 | 17675k|  30.5 |  20M|  59 |  42 | 405 |4360 | 405 |1161 | 821 |  66k|  14k| 0.000000e+00 |      --      |    Inf 
1628.24/1628.20	c  1628s|590000 |   112 | 17986k|  30.5 |  20M|  59 |  70 | 405 |4128 | 405 |1161 | 821 |  67k|  14k| 0.000000e+00 |      --      |    Inf 
1654.24/1654.21	c  1654s|600000 |   104 | 18277k|  30.5 |  20M|  59 |  70 | 405 |4329 | 405 |1161 | 821 |  68k|  14k| 0.000000e+00 |      --      |    Inf 
1683.84/1683.89	c  1684s|610000 |    99 | 18605k|  30.5 |  20M|  60 |   - | 405 |4188 | 405 |1161 | 821 |  69k|  14k| 0.000000e+00 |      --      |    Inf 
1709.35/1709.39	c  1709s|620000 |   107 | 18889k|  30.5 |  20M|  60 |   - | 405 |4586 |   0 |   0 | 821 |  71k|  14k| 0.000000e+00 |      --      |    Inf 
1738.74/1738.70	c  1739s|630000 |   105 | 19209k|  30.5 |  20M|  60 |   - | 405 |4773 | 405 |1161 | 821 |  72k|  14k| 0.000000e+00 |      --      |    Inf 
1767.94/1767.95	c  1768s|640000 |   101 | 19527k|  30.5 |  20M|  60 |   - | 405 |4684 |   0 |   0 | 821 |  74k|  15k| 0.000000e+00 |      --      |    Inf 
1794.45/1794.43	c  1794s|650000 |   103 | 19824k|  30.5 |  20M|  60 |   - | 405 |4778 |   0 |   0 | 821 |  75k|  15k| 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 652180
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.03 (included in solving)
1800.04/1800.00	c   reading          :       0.01 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3451118-1307066915.opb
1800.04/1800.00	c   Variables        : 428 (428 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 942 initial, 942 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3451118-1307066915.opb
1800.04/1800.00	c   Variables        : 405 (405 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 899 initial, 5627 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          8          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          8          0          0          0
1800.04/1800.00	c   linear           :       0.01         15          0          0         15          0         35          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     329577          0          1          0        249       2381          0          0     655538
1800.04/1800.00	c   knapsack         :        285          5    2057286          0          1          0    6856610      99143    6786489        773          0          0
1800.04/1800.00	c   setppc           :        195          5    1956672          0          1          0    1371703       6685    1937548          0          0          0
1800.04/1800.00	c   linear           :          0+         5      32250          0          0          0          0          0          4          0          0          0
1800.04/1800.00	c   logicor          :        419+         5    1637855          0          1          0     222875      29717    2002189          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      79.88       0.00       0.00      79.88       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :      19.06       0.01      16.59       0.00       0.00       0.00       2.45
1800.04/1800.00	c   setppc           :       5.21       0.00       4.91       0.00       0.00       0.00       0.30
1800.04/1800.00	c   linear           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1800.04/1800.00	c   logicor          :      18.48       0.00      18.33       0.00       0.00       0.00       0.15
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :          0          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.27       0.27       0.00
1800.04/1800.00	c   rootredcost      :       0.30       0.30       0.00
1800.04/1800.00	c   pseudoobj        :       0.20       0.20       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       8.40      54100      52865     458450       84.6        683       15.6          -
1800.04/1800.00	c   infeasible LP    :      17.24     191729          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -      75065       18.9          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -        505       90.9          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.01          4          -          -         27          -    (maximal pool size: 2488)
1800.04/1800.00	c   redcost          :       1.96     328432          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          5          0          0       1481          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.61          5          0          0        103          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.56          5          0          0       2080          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          5          0          0          5          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.04          1          0          0          0          5
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      79.69     329577        249       2381          0          0     655538
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   trivial          :       0.00          1          0
1800.04/1800.00	c   shiftandpropagate:       0.00          0          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   oneopt           :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.00          0          0
1800.04/1800.00	c   trysol           :       0.00          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :    1571.63     521189   19885644      38.15   12652.84
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :      73.22      15248     828564      54.34   11316.78
1800.04/1800.00	c     (at root node) :          -         10       6786     678.60          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     652180
1800.04/1800.00	c   nodes (total)    :     652180
1800.04/1800.00	c   nodes left       :        104
1800.04/1800.00	c   max depth        :         60
1800.04/1800.00	c   max depth (total):         60
1800.04/1800.00	c   backtracks       :      96362 (14.8%)
1800.04/1800.00	c   delayed cutoffs  :       3257
1800.04/1800.00	c   repropagations   :      84776 (308717 domain reductions, 3113 cutoffs)
1800.04/1800.00	c   avg switch length:       2.81
1800.04/1800.00	c   switching time   :      29.11
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :       6638

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-3451118-1307066915/watcher-3451118-1307066915 -o /tmp/evaluation-result-3451118-1307066915/solver-3451118-1307066915 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451118-1307066915.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: 1.22 1.07 1.14 2/453 13798
/proc/meminfo: memFree=31939952/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=13588 CPUtime=0 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 2341 0 0 0 0 0 0 0 25 0 1 0 818289398 13914112 2295 33554432000 4194304 9163163 140737430544064 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13798/statm: 3397 2312 392 1214 0 2179 0

[startup+0.0184809 s]
/proc/loadavg: 1.22 1.07 1.14 2/453 13798
/proc/meminfo: memFree=31939952/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=19904 CPUtime=0.01 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 3738 0 0 0 1 0 0 0 25 0 1 0 818289398 20381696 3690 33554432000 4194304 9163163 140737430544064 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 4976 3690 512 1214 0 3758 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19904

[startup+0.100488 s]
/proc/loadavg: 1.22 1.07 1.14 2/453 13798
/proc/meminfo: memFree=31939952/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=24332 CPUtime=0.09 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 5308 0 0 0 9 0 0 0 18 0 1 0 818289398 24915968 4980 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 6083 4980 671 1214 0 4865 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24332

[startup+0.300463 s]
/proc/loadavg: 1.22 1.07 1.14 2/453 13798
/proc/meminfo: memFree=31939952/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=43728 CPUtime=0.29 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 10626 0 0 0 28 1 0 0 18 0 1 0 818289398 44777472 9592 33554432000 4194304 9163163 140737430544064 18446744073709551615 6652408 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 10932 9592 709 1214 0 9714 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43728

[startup+0.700375 s]
/proc/loadavg: 1.22 1.07 1.14 2/453 13798
/proc/meminfo: memFree=31939952/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=43756 CPUtime=0.69 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 10683 0 0 0 68 1 0 0 18 0 1 0 818289398 44806144 9634 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 10939 9634 709 1214 0 9721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43756

[startup+1.50026 s]
/proc/loadavg: 1.22 1.07 1.14 3/454 13799
/proc/meminfo: memFree=31902992/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=44036 CPUtime=1.49 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 10813 0 0 0 146 3 0 0 19 0 1 0 818289398 45092864 9764 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11009 9764 709 1214 0 9791 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44036

[startup+3.10097 s]
/proc/loadavg: 1.28 1.09 1.14 3/454 13799
/proc/meminfo: memFree=31899664/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=46300 CPUtime=3.09 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11594 0 0 0 305 4 0 0 25 0 1 0 818289398 47411200 10545 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11575 10545 712 1214 0 10357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46300

[startup+6.30039 s]
/proc/loadavg: 1.28 1.09 1.14 3/454 13799
/proc/meminfo: memFree=31898052/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=46300 CPUtime=6.29 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11596 0 0 0 621 8 0 0 25 0 1 0 818289398 47411200 10547 33554432000 4194304 9163163 140737430544064 18446744073709551615 8022735 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11575 10547 713 1214 0 10357 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46300

[startup+12.7002 s]
/proc/loadavg: 1.34 1.10 1.15 3/454 13799
/proc/meminfo: memFree=31898180/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=46300 CPUtime=12.69 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11596 0 0 0 1253 16 0 0 25 0 1 0 818289398 47411200 10547 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11575 10547 713 1214 0 10357 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46300

[startup+25.5009 s]
/proc/loadavg: 1.49 1.15 1.16 3/454 13800
/proc/meminfo: memFree=31898808/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=46300 CPUtime=25.49 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11596 0 0 0 2517 32 0 0 25 0 1 0 818289398 47411200 10547 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11575 10547 713 1214 0 10357 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46300

[startup+51.1002 s]
/proc/loadavg: 1.73 1.23 1.19 3/454 13800
/proc/meminfo: memFree=31898812/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=46300 CPUtime=51.1 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11596 0 0 0 5047 63 0 0 25 0 1 0 818289398 47411200 10547 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11575 10547 713 1214 0 10357 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 46300

[startup+102.317 s]
/proc/loadavg: 1.93 1.37 1.24 3/454 13802
/proc/meminfo: memFree=31896156/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=46300 CPUtime=102.31 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11637 0 0 0 10103 128 0 0 25 0 1 0 818289398 47411200 10588 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11575 10588 713 1214 0 10357 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 46300

[startup+162.301 s]
/proc/loadavg: 2.10 1.52 1.29 3/454 13803
/proc/meminfo: memFree=31895360/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=46740 CPUtime=162.3 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11746 0 0 0 16028 202 0 0 25 0 1 0 818289398 47861760 10697 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11685 10697 713 1214 0 10467 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 46740

[startup+222.301 s]
/proc/loadavg: 2.11 1.64 1.35 3/454 13805
/proc/meminfo: memFree=31895544/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=47124 CPUtime=222.29 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11858 0 0 0 21955 274 0 0 25 0 1 0 818289398 48254976 10809 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11781 10809 713 1214 0 10563 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 47124

[startup+282.3 s]
/proc/loadavg: 2.33 1.76 1.40 3/454 13807
/proc/meminfo: memFree=31895112/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=47644 CPUtime=282.3 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11939 0 0 0 27885 345 0 0 25 0 1 0 818289398 48787456 10890 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11911 10890 713 1214 0 10693 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 47644

[startup+342.3 s]
/proc/loadavg: 2.18 1.82 1.45 3/454 13808
/proc/meminfo: memFree=31894540/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=47908 CPUtime=342.3 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 11992 0 0 0 33813 417 0 0 25 0 1 0 818289398 49057792 10943 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11977 10943 713 1214 0 10759 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 47908

[startup+402.3 s]
/proc/loadavg: 2.07 1.85 1.48 3/454 13810
/proc/meminfo: memFree=31894116/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=47908 CPUtime=402.3 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12024 0 0 0 39740 490 0 0 25 0 1 0 818289398 49057792 10975 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 11977 10975 713 1214 0 10759 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 47908

[startup+462.3 s]
/proc/loadavg: 2.02 1.87 1.51 3/454 13811
/proc/meminfo: memFree=31894064/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=48052 CPUtime=462.31 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12073 0 0 0 45667 564 0 0 25 0 1 0 818289398 49205248 11024 33554432000 4194304 9163163 140737430544064 18446744073709551615 7376005 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12013 11024 713 1214 0 10795 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 48052

[startup+522.301 s]
/proc/loadavg: 2.01 1.89 1.54 3/454 13813
/proc/meminfo: memFree=31893868/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=48052 CPUtime=522.31 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12074 0 0 0 51590 641 0 0 25 0 1 0 818289398 49205248 11025 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12013 11025 713 1214 0 10795 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 48052

[startup+582.301 s]
/proc/loadavg: 2.00 1.91 1.56 3/454 13815
/proc/meminfo: memFree=31893552/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=48532 CPUtime=582.3 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12146 0 0 0 57518 712 0 0 25 0 1 0 818289398 49696768 11097 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12133 11097 713 1214 0 10915 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 48532

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.04 1.99 1.66 3/454 13821
/proc/meminfo: memFree=31892440/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=48752 CPUtime=822.32 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12280 0 0 0 81235 997 0 0 25 0 1 0 818289398 49922048 11231 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12188 11231 713 1214 0 10970 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 48752

[startup+882.301 s]
/proc/loadavg: 2.05 2.00 1.69 3/454 13823
/proc/meminfo: memFree=31891280/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=48912 CPUtime=882.32 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12310 0 0 0 87163 1069 0 0 25 0 1 0 818289398 50085888 11261 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12228 11261 713 1214 0 11010 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 48912

[startup+942.301 s]
/proc/loadavg: 2.06 2.01 1.71 3/454 13824
/proc/meminfo: memFree=31889604/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49128 CPUtime=942.32 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12340 0 0 0 93093 1139 0 0 25 0 1 0 818289398 50307072 11291 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12282 11291 713 1214 0 11064 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 49128

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 1.73 3/454 13826
/proc/meminfo: memFree=31889316/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49128 CPUtime=1002.33 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12342 0 0 0 99018 1215 0 0 25 0 1 0 818289398 50307072 11293 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12282 11293 713 1214 0 11064 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 49128

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.74 3/454 13827
/proc/meminfo: memFree=31888780/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49128 CPUtime=1062.32 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12357 0 0 0 104943 1289 0 0 25 0 1 0 818289398 50307072 11308 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12282 11308 713 1214 0 11064 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 49128

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.75 3/454 13829
/proc/meminfo: memFree=31889232/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49308 CPUtime=1122.32 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12359 0 0 0 110872 1360 0 0 25 0 1 0 818289398 50491392 11310 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12327 11310 713 1214 0 11109 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 49308

[startup+1182.3 s]
/proc/loadavg: 2.05 2.01 1.77 3/454 13831
/proc/meminfo: memFree=31888688/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49308 CPUtime=1182.33 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12363 0 0 0 116801 1432 0 0 25 0 1 0 818289398 50491392 11314 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12327 11314 713 1214 0 11109 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 49308

[startup+1242.3 s]
/proc/loadavg: 2.21 2.06 1.80 3/454 13832
/proc/meminfo: memFree=31887528/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49308 CPUtime=1242.32 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12401 0 0 0 122728 1504 0 0 25 0 1 0 818289398 50491392 11352 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12327 11352 713 1214 0 11109 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 49308

[startup+1302.3 s]
/proc/loadavg: 2.28 2.10 1.83 3/454 13834
/proc/meminfo: memFree=31887600/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49308 CPUtime=1302.34 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12405 0 0 0 128657 1577 0 0 25 0 1 0 818289398 50491392 11356 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12327 11356 713 1214 0 11109 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 49308

[startup+1362.3 s]
/proc/loadavg: 2.11 2.08 1.83 3/454 13835
/proc/meminfo: memFree=31888672/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49308 CPUtime=1362.33 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12406 0 0 0 134582 1651 0 0 25 0 1 0 818289398 50491392 11357 33554432000 4194304 9163163 140737430544064 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12327 11357 713 1214 0 11109 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 49308

[startup+1422.32 s]
/proc/loadavg: 2.22 2.12 1.86 3/454 13837
/proc/meminfo: memFree=31888132/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49480 CPUtime=1422.35 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12418 0 0 0 140513 1722 0 0 25 0 1 0 818289398 50667520 11369 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12370 11369 713 1214 0 11152 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 49480

[startup+1482.3 s]
/proc/loadavg: 2.14 2.12 1.87 3/454 13839
/proc/meminfo: memFree=31888204/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49652 CPUtime=1482.33 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12467 0 0 0 146439 1794 0 0 25 0 1 0 818289398 50843648 11418 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12413 11418 713 1214 0 11195 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 49652

[startup+1542.3 s]
/proc/loadavg: 2.12 2.11 1.88 3/454 13840
/proc/meminfo: memFree=31888040/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=49652 CPUtime=1542.34 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12474 0 0 0 152366 1868 0 0 25 0 1 0 818289398 50843648 11425 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12413 11425 713 1214 0 11195 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 49652

[startup+1602.3 s]
/proc/loadavg: 2.05 2.09 1.89 3/454 13842
/proc/meminfo: memFree=31887236/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=50040 CPUtime=1602.34 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12518 0 0 0 158294 1940 0 0 25 0 1 0 818289398 51240960 11469 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12510 11469 713 1214 0 11292 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 50040

[startup+1662.3 s]
/proc/loadavg: 2.01 2.07 1.90 3/454 13843
/proc/meminfo: memFree=31887036/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=50040 CPUtime=1662.34 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12518 0 0 0 164221 2013 0 0 25 0 1 0 818289398 51240960 11469 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12510 11469 713 1214 0 11292 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 50040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 1.90 3/454 13845
/proc/meminfo: memFree=31886616/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=50040 CPUtime=1722.34 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12518 0 0 0 170147 2087 0 0 25 0 1 0 818289398 51240960 11469 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12510 11469 713 1214 0 11292 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 50040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 1.91 3/454 13847
/proc/meminfo: memFree=31885576/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=50040 CPUtime=1782.35 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12553 0 0 0 176077 2158 0 0 25 0 1 0 818289398 51240960 11504 33554432000 4194304 9163163 140737430544064 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/13798/statm: 12510 11504 713 1214 0 11292 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 50040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.93 2.02 1.90 3/454 13929
/proc/meminfo: memFree=31901340/32951124 swapFree=55639044/67111528
[pid=13798] ppid=13796 vsize=50040 CPUtime=1800.05 cores=0,2,4,6
/proc/13798/stat : 13798 (scip-2.0.1.4b.l) R 13796 13798 12722 0 -1 4202496 12557 0 0 0 177826 2179 0 0 25 0 1 0 818289398 51240960 11508 33554432000 4194304 9163163 140737430544064 18446744073709551615 6918279 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13798/statm: 12510 11508 717 1214 0 11292 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 50040

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.02
CPU time (s): 1800.07
CPU user time (s): 1778.27
CPU system time (s): 21.7997
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 50040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.27
system time used= 21.7997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12557
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= 4
involuntary context switches= 2675

runsolver used 8.65068 second user time and 17.5463 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-03 04:08:35
IDJOB=3451118
IDBENCH=1161
IDSOLVER=1948
FILE ID=node133/3451118-1307066915
RUNJOBID= node133-1307066901-13751
PBS_JOBID= 13497853
Free space on /tmp= 73968 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451118-1307066915/watcher-3451118-1307066915 -o /tmp/evaluation-result-3451118-1307066915/solver-3451118-1307066915 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451118-1307066915.opb -t 1800 -m 15500

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

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=280391459

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31940232 kB
Buffers:        253684 kB
Cached:         417436 kB
SwapCached:      10584 kB
Active:         357376 kB
Inactive:       379080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31940232 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:           24956 kB
Writeback:          20 kB
AnonPages:       62576 kB
Mapped:          15912 kB
Slab:           152460 kB
PageTables:      53816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114951724 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node133 at 2011-06-03 04:38:37