Trace number 3485595

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 2 2011-06-10 (fixed)? 1797.05 1797.03

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark976.778
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 193
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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3485595-1307750178.opb>
0.00/0.01	c original problem has 490 variables (490 bin, 0 int, 0 impl, 0 cont) and 1085 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.02	c presolving:
0.00/0.02	c (round 1) 3 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 526 impls, 0 clqs
0.00/0.02	c (round 2) 18 del vars, 22 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 526 impls, 0 clqs
0.00/0.02	c (round 3) 18 del vars, 37 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 526 impls, 0 clqs
0.00/0.03	c (round 4) 18 del vars, 37 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 1048 upgd conss, 526 impls, 0 clqs
0.00/0.04	c (round 5) 24 del vars, 37 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 1048 upgd conss, 17948 impls, 6 clqs
0.00/0.05	c (round 6) 24 del vars, 43 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 1048 upgd conss, 17948 impls, 6 clqs
0.00/0.05	c (round 7) 24 del vars, 45 del conss, 0 add conss, 16 chg bounds, 0 chg sides, 0 chg coeffs, 1048 upgd conss, 17948 impls, 6 clqs
0.00/0.05	c presolving (8 rounds):
0.00/0.05	c  24 deleted vars, 45 deleted constraints, 0 added constraints, 16 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  17948 implications, 6 cliques
0.00/0.05	c presolved problem has 466 variables (466 bin, 0 int, 0 impl, 0 cont) and 1040 constraints
0.00/0.05	c     334 constraints of type <knapsack>
0.00/0.05	c     225 constraints of type <setppc>
0.00/0.05	c     481 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c limits/solutions = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.05	c separating/maxrounds = 1
0.00/0.05	c 
0.00/0.05	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/maxroundsroot = 5
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.05	c constraints/knapsack/disaggregation = FALSE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c presolving/probing/maxrounds = 0
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/coefdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.05	c heuristics/crossover/freq = -1
0.00/0.05	c 
0.00/0.05	c # number of nodes added to the contingent of the total nodes
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05	c heuristics/crossover/nodesofs = 750
0.00/0.05	c 
0.00/0.05	c # number of nodes without incumbent change that heuristic should wait
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.05	c heuristics/crossover/nwaitingnodes = 100
0.00/0.05	c 
0.00/0.05	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.05	c # [type: real, range: [0,1], default: 0.1]
0.00/0.05	c heuristics/crossover/nodesquot = 0.15
0.00/0.05	c 
0.00/0.05	c # minimum percentage of integer variables that have to be fixed 
0.00/0.05	c # [type: real, range: [0,1], default: 0.666]
0.00/0.05	c heuristics/crossover/minfixingrate = 0.5
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/feaspump/freq = -1
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/fracdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/guideddiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/intshifting/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/linesearchdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/objpscostdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.05	c # [type: real, range: [0,1], default: 0.01]
0.00/0.05	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/oneopt/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/pscostdiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/rens/freq = -1
0.00/0.05	c 
0.00/0.05	c # minimum percentage of integer variables that have to be fixable 
0.00/0.05	c # [type: real, range: [0,1], default: 0.5]
0.00/0.05	c heuristics/rens/minfixingrate = 0.3
0.00/0.05	c 
0.00/0.05	c # number of nodes added to the contingent of the total nodes
0.00/0.05	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.05	c heuristics/rens/nodesofs = 2000
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.05	c heuristics/rootsoldiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.05	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/rounding/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/shiftandpropagate/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/shifting/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/simplerounding/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/subnlp/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/trivial/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/trysol/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c heuristics/undercover/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.05	c heuristics/veclendiving/freq = -1
0.00/0.05	c 
0.00/0.05	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.05	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.05	c 
0.00/0.05	c # additional number of allowed LP iterations
0.00/0.05	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.05	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.05	c 
0.00/0.05	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c heuristics/zirounding/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c separating/cmir/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.05	c separating/flowcover/freq = -1
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.19/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.24	c   0.2s|     1 |     0 |  2140 |     - |3540k|   0 | 243 | 466 |1040 | 466 |1040 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |  4186 |     - |8618k|   0 | 330 | 466 |1048 | 466 |1480 | 440 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.35	c   1.3s|     1 |     0 |  5756 |     - |  13M|   0 | 365 | 466 |1048 | 466 |1679 | 639 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.92	c   1.9s|     1 |     0 |  6816 |     - |  16M|   0 | 374 | 466 |1048 | 466 |1822 | 782 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.39/2.41	c   2.4s|     1 |     0 |  7292 |     - |  19M|   0 | 371 | 466 |1048 | 466 |1867 | 827 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.79/2.88	c   2.9s|     1 |     0 |  7733 |     - |  22M|   0 | 357 | 466 |1048 | 466 |1896 | 856 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.88/3.90	c   3.9s|     1 |     2 |  7733 |     - |  22M|   0 | 357 | 466 |1048 | 466 |1896 | 856 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
61.19/61.22	c  61.2s| 10000 |    89 |353404 |  34.6 |  23M|  37 |   - | 466 |1840 | 466 |1339 | 856 |1384 |2116 | 0.000000e+00 |      --      |    Inf 
101.19/101.27	c   101s| 20000 |    92 |697916 |  34.5 |  23M|  40 |   - | 466 |2290 | 466 |1339 | 856 |2902 |2775 | 0.000000e+00 |      --      |    Inf 
137.79/137.81	c   138s| 30000 |   102 |  1025k|  33.9 |  23M|  47 |   - | 466 |2528 |   0 |   0 | 856 |4309 |3133 | 0.000000e+00 |      --      |    Inf 
175.09/175.11	c   175s| 40000 |   101 |  1351k|  33.6 |  23M|  47 |   - | 466 |2866 | 466 |1339 | 856 |5725 |3654 | 0.000000e+00 |      --      |    Inf 
213.10/213.19	c   213s| 50000 |   105 |  1690k|  33.7 |  24M|  47 |  93 | 466 |3629 | 466 |1339 | 856 |7308 |4119 | 0.000000e+00 |      --      |    Inf 
252.09/252.13	c   252s| 60000 |   101 |  2033k|  33.8 |  24M|  47 |   - | 466 |3484 | 466 |1339 | 856 |8659 |4620 | 0.000000e+00 |      --      |    Inf 
291.29/291.30	c   291s| 70000 |   103 |  2379k|  33.9 |  24M|  47 |  53 | 466 |3706 | 466 |1339 | 856 |9733 |5009 | 0.000000e+00 |      --      |    Inf 
328.59/328.64	c   329s| 80000 |   109 |  2722k|  33.9 |  24M|  49 |   - | 466 |3786 |   0 |   0 | 856 |  10k|5274 | 0.000000e+00 |      --      |    Inf 
368.99/369.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
368.99/369.03	c   369s| 90000 |   110 |  3065k|  34.0 |  24M|  50 |  51 | 466 |3572 | 466 |1339 | 856 |  11k|5872 | 0.000000e+00 |      --      |    Inf 
412.41/412.48	c   412s|100000 |   109 |  3413k|  34.1 |  24M|  50 |   - | 466 |2965 | 466 |1339 | 856 |  13k|6837 | 0.000000e+00 |      --      |    Inf 
449.80/449.89	c   450s|110000 |   104 |  3763k|  34.1 |  24M|  50 |   - | 466 |3406 |   0 |   0 | 856 |  14k|6887 | 0.000000e+00 |      --      |    Inf 
486.40/486.48	c   486s|120000 |   108 |  4095k|  34.1 |  24M|  52 |   - | 466 |3312 | 466 |1339 | 856 |  15k|7127 | 0.000000e+00 |      --      |    Inf 
523.70/523.78	c   524s|130000 |   100 |  4424k|  34.0 |  24M|  59 |   - | 466 |3339 |   0 |   0 | 856 |  16k|7489 | 0.000000e+00 |      --      |    Inf 
560.00/560.01	c   560s|140000 |   102 |  4754k|  33.9 |  24M|  59 |   - | 466 |3972 |   0 |   0 | 856 |  18k|7666 | 0.000000e+00 |      --      |    Inf 
598.60/598.69	c   599s|150000 |   103 |  5095k|  33.9 |  24M|  59 |   - | 466 |3835 |   0 |   0 | 856 |  19k|7954 | 0.000000e+00 |      --      |    Inf 
632.60/632.69	c   633s|160000 |   109 |  5408k|  33.8 |  24M|  59 |  86 | 466 |3730 | 466 |1339 | 856 |  21k|8145 | 0.000000e+00 |      --      |    Inf 
671.30/671.37	c   671s|170000 |   104 |  5753k|  33.8 |  24M|  59 |   - | 466 |3677 | 466 |1339 | 856 |  22k|8414 | 0.000000e+00 |      --      |    Inf 
706.00/706.00	c   706s|180000 |   106 |  6080k|  33.7 |  24M|  59 |   - | 466 |3858 |   0 |   0 | 856 |  23k|8520 | 0.000000e+00 |      --      |    Inf 
744.11/744.13	c   744s|190000 |   107 |  6432k|  33.8 |  24M|  59 |  46 | 466 |4572 | 466 |1339 | 856 |  25k|8670 | 0.000000e+00 |      --      |    Inf 
779.10/779.11	c   779s|200000 |   108 |  6751k|  33.7 |  25M|  59 |  56 | 466 |4764 | 466 |1339 | 856 |  26k|8835 | 0.000000e+00 |      --      |    Inf 
814.80/814.89	c   815s|210000 |   107 |  7070k|  33.6 |  25M|  59 |   - | 466 |4943 | 466 |1339 | 856 |  28k|9153 | 0.000000e+00 |      --      |    Inf 
852.81/852.89	c   853s|220000 |   112 |  7409k|  33.6 |  25M|  59 |   - | 466 |4816 | 466 |1339 | 856 |  29k|9511 | 0.000000e+00 |      --      |    Inf 
886.91/886.92	c   887s|230000 |   110 |  7733k|  33.6 |  25M|  59 |  43 | 466 |4881 | 466 |1339 | 856 |  30k|9596 | 0.000000e+00 |      --      |    Inf 
920.40/920.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
920.40/920.40	c   920s|240000 |   108 |  8051k|  33.5 |  25M|  59 |  47 | 466 |5265 | 466 |1339 | 856 |  32k|9675 | 0.000000e+00 |      --      |    Inf 
959.31/959.38	c   959s|250000 |   104 |  8397k|  33.6 |  25M|  59 |   - | 466 |5600 | 466 |1339 | 856 |  34k|  10k| 0.000000e+00 |      --      |    Inf 
996.81/996.82	c   997s|260000 |   108 |  8733k|  33.6 |  25M|  59 |   - | 466 |6352 | 466 |1339 | 856 |  36k|  10k| 0.000000e+00 |      --      |    Inf 
1033.81/1033.86	c  1034s|270000 |   111 |  9076k|  33.6 |  26M|  59 |   - | 466 |7062 |   0 |   0 | 856 |  38k|  10k| 0.000000e+00 |      --      |    Inf 
1069.90/1069.92	c  1070s|280000 |   110 |  9404k|  33.6 |  25M|  59 |  61 | 466 |6254 | 466 |1339 | 856 |  39k|  10k| 0.000000e+00 |      --      |    Inf 
1103.11/1103.11	c  1103s|290000 |   112 |  9710k|  33.5 |  25M|  59 |  43 | 466 |5866 | 466 |1339 | 856 |  40k|  10k| 0.000000e+00 |      --      |    Inf 
1134.80/1134.80	c  1135s|300000 |   118 | 10006k|  33.3 |  26M|  59 |   - | 466 |6734 | 466 |1339 | 856 |  42k|  10k| 0.000000e+00 |      --      |    Inf 
1169.51/1169.58	c  1170s|310000 |   108 | 10326k|  33.3 |  26M|  59 |  91 | 466 |6794 | 466 |1339 | 856 |  44k|  10k| 0.000000e+00 |      --      |    Inf 
1203.81/1203.88	c  1204s|320000 |   109 | 10638k|  33.2 |  26M|  60 |  91 | 466 |7392 | 466 |1339 | 856 |  45k|  10k| 0.000000e+00 |      --      |    Inf 
1237.91/1237.94	c  1238s|330000 |   108 | 10950k|  33.2 |  26M|  60 |   - | 466 |6888 |   0 |   0 | 856 |  47k|  11k| 0.000000e+00 |      --      |    Inf 
1275.40/1275.40	c  1275s|340000 |   105 | 11296k|  33.2 |  26M|  60 |  94 | 466 |6909 | 466 |1339 | 856 |  48k|  11k| 0.000000e+00 |      --      |    Inf 
1310.51/1310.51	c  1311s|350000 |   111 | 11604k|  33.1 |  26M|  60 |   - | 466 |7466 | 466 |1339 | 856 |  50k|  11k| 0.000000e+00 |      --      |    Inf 
1347.21/1347.25	c  1347s|360000 |   107 | 11929k|  33.1 |  26M|  60 |   - | 466 |6836 | 466 |1339 | 856 |  52k|  11k| 0.000000e+00 |      --      |    Inf 
1378.81/1378.85	c  1379s|370000 |   108 | 12224k|  33.0 |  26M|  60 |  66 | 466 |7707 | 466 |1339 | 856 |  53k|  11k| 0.000000e+00 |      --      |    Inf 
1412.51/1412.53	c  1413s|380000 |   108 | 12532k|  33.0 |  26M|  60 |   - | 466 |7743 |   0 |   0 | 856 |  54k|  11k| 0.000000e+00 |      --      |    Inf 
1449.82/1449.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1449.82/1449.84	c  1450s|390000 |   108 | 12867k|  33.0 |  26M|  60 |   - | 466 |7282 | 466 |1339 | 856 |  56k|  11k| 0.000000e+00 |      --      |    Inf 
1483.01/1483.01	c  1483s|400000 |   109 | 13173k|  32.9 |  26M|  60 |   - | 466 |7609 |   0 |   0 | 856 |  57k|  11k| 0.000000e+00 |      --      |    Inf 
1517.31/1517.35	c  1517s|410000 |   110 | 13487k|  32.9 |  26M|  60 |   - | 466 |7831 | 466 |1339 | 856 |  58k|  11k| 0.000000e+00 |      --      |    Inf 
1552.61/1552.69	c  1553s|420000 |   109 | 13805k|  32.9 |  26M|  60 |   - | 466 |8003 |   0 |   0 | 856 |  60k|  11k| 0.000000e+00 |      --      |    Inf 
1588.72/1588.71	c  1589s|430000 |   111 | 14121k|  32.8 |  26M|  64 |   - | 466 |7370 |   0 |   0 | 856 |  61k|  12k| 0.000000e+00 |      --      |    Inf 
1626.22/1626.21	c  1626s|440000 |   108 | 14454k|  32.8 |  25M|  64 |   - | 466 |5192 | 466 |1339 | 856 |  63k|  12k| 0.000000e+00 |      --      |    Inf 
1661.81/1661.80	c  1662s|450000 |   106 | 14787k|  32.8 |  26M|  64 |   - | 466 |5917 |   0 |   0 | 856 |  65k|  12k| 0.000000e+00 |      --      |    Inf 
1698.32/1698.37	c  1698s|460000 |   107 | 15120k|  32.9 |  26M|  67 |   - | 466 |6428 |   0 |   0 | 856 |  66k|  12k| 0.000000e+00 |      --      |    Inf 
1734.01/1734.00	c  1734s|470000 |   109 | 15446k|  32.8 |  26M|  67 |   - | 466 |7280 |   0 |   0 | 856 |  68k|  12k| 0.000000e+00 |      --      |    Inf 
1768.22/1768.29	c  1768s|480000 |   108 | 15764k|  32.8 |  26M|  67 |   - | 466 |7388 | 466 |1339 | 856 |  69k|  12k| 0.000000e+00 |      --      |    Inf 
1797.02/1797.00	c 
1797.02/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.00	c Solving Time (sec) : 1797.00
1797.02/1797.00	c Solving Nodes      : 487661
1797.02/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.02/1797.01	c Dual Bound         : +0.00000000000000e+00
1797.02/1797.01	c Gap                : infinite
1797.02/1797.01	s UNKNOWN
1797.02/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.01	c Total Time         :    1797.00
1797.02/1797.01	c   solving          :    1797.00
1797.02/1797.01	c   presolving       :       0.03 (included in solving)
1797.02/1797.01	c   reading          :       0.01 (included in solving)
1797.02/1797.01	c Original Problem   :
1797.02/1797.01	c   Problem name     : HOME/instance-3485595-1307750178.opb
1797.02/1797.01	c   Variables        : 490 (490 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 1085 initial, 1085 maximal
1797.02/1797.01	c Presolved Problem  :
1797.02/1797.01	c   Problem name     : t_HOME/instance-3485595-1307750178.opb
1797.02/1797.01	c   Variables        : 466 (466 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.01	c   Constraints      : 1040 initial, 8365 maximal
1797.02/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   implics          :       0.00          0          8          0          0          0          0          0          0          0
1797.02/1797.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   setppc           :       0.00          0          0          0          0          0          8          0          0          0
1797.02/1797.01	c   linear           :       0.01         16          0          0         16          0         37          0          0          0
1797.02/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.01	c   root node        :          -          1          -          -          1          -          -          -          -          -
1797.02/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   integral         :          0          0          0     246518          0          1          0        191       1924          0          0     490302
1797.02/1797.01	c   knapsack         :        334          5    1583267          0          1          0    5936838      69813    5295109        701          0          0
1797.02/1797.01	c   setppc           :        225          5    1512643          0          1          0    1168505       5658    1450428          0          0          0
1797.02/1797.01	c   linear           :          0+         5      78738          0          0          0          4         11         58          0          0          0
1797.02/1797.01	c   logicor          :        481+         5    1257077          0          1          0     226153      21779    1607389          0          0          0
1797.02/1797.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.02/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.01	c   integral         :      95.69       0.00       0.00      95.69       0.00       0.00       0.00
1797.02/1797.01	c   knapsack         :      17.65       0.02      15.25       0.00       0.00       0.00       2.38
1797.02/1797.01	c   setppc           :       4.88       0.00       4.59       0.00       0.00       0.00       0.29
1797.02/1797.01	c   linear           :       0.04       0.00       0.04       0.00       0.00       0.00       0.00
1797.02/1797.01	c   logicor          :      18.99       0.00      18.83       0.00       0.00       0.00       0.16
1797.02/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.01	c   vbounds          :          0          0          0          0
1797.02/1797.01	c   rootredcost      :          0          0          0          0
1797.02/1797.01	c   pseudoobj        :          0          0          0          0
1797.02/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.01	c   vbounds          :       0.22       0.22       0.00
1797.02/1797.01	c   rootredcost      :       0.24       0.24       0.00
1797.02/1797.01	c   pseudoobj        :       0.17       0.17       0.00
1797.02/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.01	c   propagation      :       8.35      40272      39222     376071       94.8        375       20.4          -
1797.02/1797.01	c   infeasible LP    :      21.42     147482          0          0        0.0          0        0.0          0
1797.02/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.01	c   applied globally :          -          -          -      70480       21.8          -          -          -
1797.02/1797.01	c   applied locally  :          -          -          -        474      126.4          -          -          -
1797.02/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.01	c   cut pool         :       0.01          4          -          -         36          -    (maximal pool size: 2780)
1797.02/1797.01	c   redcost          :       1.88     245586          0          0          0          0
1797.02/1797.01	c   impliedbounds    :       0.00          5          0          0       1611          0
1797.02/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.01	c   gomory           :       0.87          5          0          0        114          0
1797.02/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.01	c   strongcg         :       0.75          5          0          0       2237          0
1797.02/1797.01	c   cmir             :       0.00          0          0          0          0          0
1797.02/1797.01	c   flowcover        :       0.00          0          0          0          0          0
1797.02/1797.01	c   clique           :       0.01          5          0          0          8          0
1797.02/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.01	c   mcf              :       0.00          1          0          0          0          0
1797.02/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.01	c   rapidlearning    :       0.08          1          0          0          0          8
1797.02/1797.01	c Pricers            :       Time      Calls       Vars
1797.02/1797.01	c   problem variables:       0.00          0          0
1797.02/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.01	c   relpscost        :      95.52     246518        191       1924          0          0     490302
1797.02/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1797.02/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.01	c   LP solutions     :       0.00          -          0
1797.02/1797.01	c   pseudo solutions :       0.00          -          0
1797.02/1797.01	c   trivial          :       0.00          1          0
1797.02/1797.01	c   shiftandpropagate:       0.00          0          0
1797.02/1797.01	c   simplerounding   :       0.00          0          0
1797.02/1797.01	c   zirounding       :       0.00          0          0
1797.02/1797.01	c   rounding         :       0.00          0          0
1797.02/1797.01	c   shifting         :       0.00          0          0
1797.02/1797.01	c   intshifting      :       0.00          0          0
1797.02/1797.01	c   oneopt           :       0.00          0          0
1797.02/1797.01	c   twoopt           :       0.00          0          0
1797.02/1797.01	c   fixandinfer      :       0.00          0          0
1797.02/1797.01	c   feaspump         :       0.00          0          0
1797.02/1797.01	c   clique           :       0.00          0          0
1797.02/1797.01	c   coefdiving       :       0.00          0          0
1797.02/1797.01	c   pscostdiving     :       0.00          0          0
1797.02/1797.01	c   fracdiving       :       0.00          0          0
1797.02/1797.01	c   veclendiving     :       0.00          0          0
1797.02/1797.01	c   intdiving        :       0.00          0          0
1797.02/1797.01	c   actconsdiving    :       0.00          0          0
1797.02/1797.01	c   objpscostdiving  :       0.00          0          0
1797.02/1797.01	c   rootsoldiving    :       0.00          0          0
1797.02/1797.01	c   linesearchdiving :       0.00          0          0
1797.02/1797.01	c   guideddiving     :       0.00          0          0
1797.02/1797.01	c   octane           :       0.00          0          0
1797.02/1797.01	c   rens             :       0.00          0          0
1797.02/1797.01	c   rins             :       0.00          0          0
1797.02/1797.01	c   localbranching   :       0.00          0          0
1797.02/1797.01	c   mutation         :       0.00          0          0
1797.02/1797.01	c   crossover        :       0.00          0          0
1797.02/1797.01	c   dins             :       0.00          0          0
1797.02/1797.01	c   vbounds          :       0.00          0          0
1797.02/1797.01	c   undercover       :       0.00          0          0
1797.02/1797.01	c   subnlp           :       0.00          0          0
1797.02/1797.01	c   trysol           :       0.00          0          0
1797.02/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.01	c   primal LP        :       0.00          0          0       0.00          -
1797.02/1797.01	c   dual LP          :    1551.07     393856   16027686      40.69   10333.29
1797.02/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1797.02/1797.01	c   strong branching :      90.10      12781     807823      63.20    8965.97
1797.02/1797.01	c     (at root node) :          -         10       6031     603.10          -
1797.02/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.01	c B&B Tree           :
1797.02/1797.01	c   number of runs   :          1
1797.02/1797.01	c   nodes            :     487661
1797.02/1797.01	c   nodes (total)    :     487661
1797.02/1797.01	c   nodes left       :        106
1797.02/1797.01	c   max depth        :         67
1797.02/1797.01	c   max depth (total):         67
1797.02/1797.01	c   backtracks       :      71018 (14.6%)
1797.02/1797.01	c   delayed cutoffs  :       2538
1797.02/1797.01	c   repropagations   :      63163 (245642 domain reductions, 2425 cutoffs)
1797.02/1797.01	c   avg switch length:       2.80
1797.02/1797.01	c   switching time   :      28.00
1797.02/1797.01	c Solution           :
1797.02/1797.01	c   Solutions found  :          0 (0 improvements)
1797.02/1797.01	c   Primal Bound     :          -
1797.02/1797.01	c   Dual Bound       : +0.00000000000000e+00
1797.02/1797.01	c   Gap              :   infinite
1797.02/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1797.02/1797.01	c   Root Iterations  :       7733
1797.02/1797.02	c Time complete: 1797.04.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3485595-1307750178/watcher-3485595-1307750178 -o /tmp/evaluation-result-3485595-1307750178/solver-3485595-1307750178 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485595-1307750178.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: 0.00 0.00 0.00 3/176 21116
/proc/meminfo: memFree=31007896/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=7060 CPUtime=0 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 868 0 0 0 0 0 0 0 20 0 1 0 965248538 7229440 822 33554432000 4194304 8979876 140734897339008 18446744073709551615 8052432 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21116/statm: 1765 837 341 1169 0 592 0

[startup+0.068063 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 21116
/proc/meminfo: memFree=31007896/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=23088 CPUtime=0.06 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 4986 0 0 0 6 0 0 0 21 0 1 0 965248538 23642112 4682 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 5772 4682 636 1169 0 4599 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23088

[startup+0.101072 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 21116
/proc/meminfo: memFree=31007896/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=23892 CPUtime=0.09 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 5143 0 0 0 9 0 0 0 21 0 1 0 965248538 24465408 4839 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 5973 4839 636 1169 0 4800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23892

[startup+0.301021 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 21116
/proc/meminfo: memFree=31007896/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=23664 CPUtime=0.29 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 5240 0 0 0 29 0 0 0 21 0 1 0 965248538 24231936 4909 33554432000 4194304 8979876 140734897339008 18446744073709551615 6601182 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 5916 4909 661 1169 0 4743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23664

[startup+0.700935 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 21116
/proc/meminfo: memFree=31007896/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=42500 CPUtime=0.69 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 10022 0 0 0 68 1 0 0 22 0 1 0 965248538 43520000 9338 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 10625 9338 695 1169 0 9452 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42500

[startup+1.5008 s]
/proc/loadavg: 0.16 0.03 0.01 4/178 21118
/proc/meminfo: memFree=30939680/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=42664 CPUtime=1.49 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 10131 0 0 0 148 1 0 0 25 0 1 0 965248538 43687936 9447 33554432000 4194304 8979876 140734897339008 18446744073709551615 6556047 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 10666 9447 695 1169 0 9493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42664

[startup+3.10054 s]
/proc/loadavg: 0.16 0.03 0.01 4/178 21118
/proc/meminfo: memFree=30935888/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=47208 CPUtime=3.09 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 11507 0 0 0 307 2 0 0 25 0 1 0 965248538 48340992 10823 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 11802 10823 697 1169 0 10629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47208

[startup+6.30105 s]
/proc/loadavg: 0.16 0.03 0.01 4/178 21118
/proc/meminfo: memFree=30931312/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=47208 CPUtime=6.29 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 11507 0 0 0 624 5 0 0 25 0 1 0 965248538 48340992 10823 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 11802 10823 697 1169 0 10629 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47208

[startup+12.701 s]
/proc/loadavg: 0.44 0.10 0.03 4/178 21118
/proc/meminfo: memFree=30931224/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=47208 CPUtime=12.69 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 11512 0 0 0 1256 13 0 0 25 0 1 0 965248538 48340992 10828 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 11802 10828 700 1169 0 10629 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47208

[startup+25.5008 s]
/proc/loadavg: 0.68 0.16 0.05 4/178 21118
/proc/meminfo: memFree=30932028/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=47208 CPUtime=25.49 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 11512 0 0 0 2525 24 0 0 25 0 1 0 965248538 48340992 10828 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 11802 10828 700 1169 0 10629 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 47208

[startup+51.1006 s]
/proc/loadavg: 1.20 0.33 0.11 4/178 21120
/proc/meminfo: memFree=30931400/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=47632 CPUtime=51.09 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 11560 0 0 0 5058 51 0 0 25 0 1 0 965248538 48775168 10876 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 11908 10876 700 1169 0 10735 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47632

[startup+102.306 s]
/proc/loadavg: 1.65 0.59 0.21 4/178 21120
/proc/meminfo: memFree=30928876/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=48096 CPUtime=102.29 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 11723 0 0 0 10121 108 0 0 25 0 1 0 965248538 49250304 11039 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 12024 11039 700 1169 0 10851 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 48096

[startup+162.301 s]
/proc/loadavg: 1.95 0.87 0.33 4/178 21122
/proc/meminfo: memFree=30927580/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=49000 CPUtime=162.29 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 11945 0 0 0 16055 174 0 0 25 0 1 0 965248538 50176000 11261 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 12250 11261 700 1169 0 11077 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 49000

[startup+222.301 s]
/proc/loadavg: 1.98 1.07 0.43 4/178 21124
/proc/meminfo: memFree=30926504/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=49432 CPUtime=222.29 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 12029 0 0 0 21985 244 0 0 25 0 1 0 965248538 50618368 11345 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 12358 11345 700 1169 0 11185 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 49432

[startup+282.301 s]
/proc/loadavg: 1.99 1.24 0.53 4/178 21126
/proc/meminfo: memFree=30925236/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=49432 CPUtime=282.29 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 12084 0 0 0 27920 309 0 0 25 0 1 0 965248538 50618368 11400 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 12358 11400 700 1169 0 11185 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 49432

[startup+342.301 s]
/proc/loadavg: 1.99 1.38 0.61 4/178 21137
/proc/meminfo: memFree=30925512/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=49736 CPUtime=342.3 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 12118 0 0 0 33854 376 0 0 25 0 1 0 965248538 50929664 11434 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 12434 11434 700 1169 0 11261 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 49736

[startup+402.301 s]
/proc/loadavg: 1.99 1.49 0.70 4/178 21137
/proc/meminfo: memFree=30925344/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=49956 CPUtime=402.3 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 12168 0 0 0 39789 441 0 0 25 0 1 0 965248538 51154944 11484 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 12489 11484 700 1169 0 11316 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49956

[startup+462.301 s]
/proc/loadavg: 1.99 1.58 0.78 4/178 21139
/proc/meminfo: memFree=30925056/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=50164 CPUtime=462.3 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 12258 0 0 0 45723 507 0 0 25 0 1 0 965248538 51367936 11574 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 12541 11574 700 1169 0 11368 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 50164

[startup+522.301 s]
/proc/loadavg: 1.99 1.65 0.85 4/178 21141
/proc/meminfo: memFree=30924740/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=50496 CPUtime=522.3 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 12299 0 0 0 51659 571 0 0 25 0 1 0 965248538 51707904 11615 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 12624 11615 700 1169 0 11451 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 50496

[startup+582.301 s]
/proc/loadavg: 1.99 1.71 0.92 4/178 21143
/proc/meminfo: memFree=30924440/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=50496 CPUtime=582.3 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 12327 0 0 0 57595 635 0 0 25 0 1 0 965248538 51707904 11643 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 12624 11643 700 1169 0 11451 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 50496

[startup+642.301 s]

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

/proc/meminfo: memFree=30919856/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=53700 CPUtime=1122.31 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13126 0 0 0 111014 1217 0 0 25 0 1 0 965248538 54988800 12442 33554432000 4194304 8979876 140734897339008 18446744073709551615 7154954 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13425 12442 700 1169 0 12252 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 53700

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.41 4/178 21159
/proc/meminfo: memFree=30919692/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54136 CPUtime=1182.31 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13201 0 0 0 116950 1281 0 0 25 0 1 0 965248538 55435264 12517 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13534 12517 700 1169 0 12361 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 54136

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.45 4/178 21161
/proc/meminfo: memFree=30919152/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54136 CPUtime=1242.31 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13214 0 0 0 122886 1345 0 0 25 0 1 0 965248538 55435264 12530 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13534 12530 700 1169 0 12361 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 54136

[startup+1302.3 s]
/proc/loadavg: 2.00 1.96 1.48 4/178 21161
/proc/meminfo: memFree=30919224/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54136 CPUtime=1302.32 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13214 0 0 0 128823 1409 0 0 25 0 1 0 965248538 55435264 12530 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13534 12530 700 1169 0 12361 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 54136

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 4/178 21163
/proc/meminfo: memFree=30919048/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54136 CPUtime=1362.31 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13236 0 0 0 134758 1473 0 0 25 0 1 0 965248538 55435264 12552 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13534 12552 700 1169 0 12361 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 54136

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 5/178 21165
/proc/meminfo: memFree=30918988/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54136 CPUtime=1422.32 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13239 0 0 0 140698 1534 0 0 25 0 1 0 965248538 55435264 12555 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13534 12555 700 1169 0 12361 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 54136

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.56 4/178 21167
/proc/meminfo: memFree=30918572/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54276 CPUtime=1482.32 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13267 0 0 0 146639 1593 0 0 25 0 1 0 965248538 55578624 12583 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13569 12583 700 1169 0 12396 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 54276

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 4/178 21169
/proc/meminfo: memFree=30918520/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54276 CPUtime=1542.32 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13290 0 0 0 152576 1656 0 0 25 0 1 0 965248538 55578624 12606 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13569 12606 700 1169 0 12396 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 54276

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 4/178 21169
/proc/meminfo: memFree=30918484/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54440 CPUtime=1602.31 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13296 0 0 0 158507 1724 0 0 25 0 1 0 965248538 55746560 12612 33554432000 4194304 8979876 140734897339008 18446744073709551615 6459929 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13610 12612 700 1169 0 12437 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 54440

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.63 4/178 21171
/proc/meminfo: memFree=30918312/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54440 CPUtime=1662.32 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13296 0 0 0 164446 1786 0 0 25 0 1 0 965248538 55746560 12612 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13610 12612 700 1169 0 12437 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 54440

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.65 4/178 21173
/proc/meminfo: memFree=30918112/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=54440 CPUtime=1722.31 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13330 0 0 0 170383 1848 0 0 25 0 1 0 965248538 55746560 12646 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13610 12646 700 1169 0 12437 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 54440

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 4/178 21175
/proc/meminfo: memFree=30916828/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=55184 CPUtime=1782.31 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13460 0 0 0 176314 1917 0 0 25 0 1 0 965248538 56508416 12776 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13796 12776 700 1169 0 12623 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 55184

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.97 1.67 4/178 21175
/proc/meminfo: memFree=30917068/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=55184 CPUtime=1785.52 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13461 0 0 0 176632 1920 0 0 25 0 1 0 965248538 56508416 12777 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13796 12777 700 1169 0 12623 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 55184

[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.67 4/178 21175
/proc/meminfo: memFree=30917064/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=55184 CPUtime=1791.92 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13468 0 0 0 177267 1925 0 0 25 0 1 0 965248538 56508416 12784 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13796 12784 700 1169 0 12623 0
Current children cumulated CPU time (s) 1791.92
Current children cumulated vsize (KiB) 55184

[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.67 4/178 21175
/proc/meminfo: memFree=30917064/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=55184 CPUtime=1795.13 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13469 0 0 0 177584 1929 0 0 25 0 1 0 965248538 56508416 12785 33554432000 4194304 8979876 140734897339008 18446744073709551615 7146491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13796 12785 700 1169 0 12623 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 55184

[startup+1795.9 s]
/proc/loadavg: 2.00 1.97 1.67 4/178 21175
/proc/meminfo: memFree=30917064/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=55184 CPUtime=1795.92 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13469 0 0 0 177662 1930 0 0 25 0 1 0 965248538 56508416 12785 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13796 12785 700 1169 0 12623 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 55184

[startup+1796.7 s]
/proc/loadavg: 2.00 1.97 1.67 4/178 21175
/proc/meminfo: memFree=30916940/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=55184 CPUtime=1796.72 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13469 0 0 0 177741 1931 0 0 25 0 1 0 965248538 56508416 12785 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13796 12785 700 1169 0 12623 0
Current children cumulated CPU time (s) 1796.72
Current children cumulated vsize (KiB) 55184

[startup+1796.9 s]
/proc/loadavg: 2.00 1.97 1.67 4/178 21175
/proc/meminfo: memFree=30916940/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=55184 CPUtime=1796.92 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13469 0 0 0 177761 1931 0 0 25 0 1 0 965248538 56508416 12785 33554432000 4194304 8979876 140734897339008 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13796 12785 700 1169 0 12623 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (KiB) 55184

[startup+1797 s]
/proc/loadavg: 2.00 1.97 1.67 4/178 21175
/proc/meminfo: memFree=30916940/32951124 swapFree=67049456/67111528
[pid=21116] ppid=21112 vsize=55184 CPUtime=1797.02 cores=0,2,4,6
/proc/21116/stat : 21116 (scip-2.0.1.4_2.) R 21112 21116 21071 0 -1 4202496 13469 0 0 0 177771 1931 0 0 25 0 1 0 965248538 56508416 12785 33554432000 4194304 8979876 140734897339008 18446744073709551615 5382580 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21116/statm: 13796 12785 700 1169 0 12623 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (KiB) 55184

Child status: 0
Real time (s): 1797.03
CPU time (s): 1797.05
CPU user time (s): 1777.73
CPU system time (s): 19.3181
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 55184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.73
system time used= 19.3181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13478
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= 23921

runsolver used 2.78658 second user time and 5.70913 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-11 01:56:18
IDJOB=3485595
IDBENCH=1160
IDSOLVER=1977
FILE ID=node118/3485595-1307750178
RUNJOBID= node118-1307750177-21089
PBS_JOBID= 13550844
Free space on /tmp= 74160 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485595-1307750178/watcher-3485595-1307750178 -o /tmp/evaluation-result-3485595-1307750178/solver-3485595-1307750178 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485595-1307750178.opb -t 1800 -m 15500

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=1514239143

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31008836 kB
Buffers:        221204 kB
Cached:        1504968 kB
SwapCached:      15436 kB
Active:         446188 kB
Inactive:      1299464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31008836 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:           33488 kB
Writeback:           0 kB
AnonPages:       16664 kB
Mapped:           8644 kB
Slab:           131064 kB
PageTables:       4584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186120 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= 74124 MiB
End job on node118 at 2011-06-11 02:26:16