Trace number 3486157

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)? (TO) 1800.07 1800.03

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12037_7-sat.opb
MD5SUMc76ba3fc1d0a0f3a1a96791ffe6c4cf4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables39204
Total number of constraints130975
Number of constraints which are clauses130331
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints644
Minimum length of a constraint1
Maximum length of a constraint120
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 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 714
Number of bits of the biggest sum of numbers10
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-3486157-1307791497.opb>
0.69/0.70	c original problem has 39204 variables (39204 bin, 0 int, 0 impl, 0 cont) and 130975 constraints
0.69/0.70	c problem read
0.69/0.70	c No objective function, only one solution is needed.
0.69/0.70	c presolving settings loaded
1.09/1.14	c presolving:
4.30/4.34	c (round 1) 5981 del vars, 17655 del conss, 0 add conss, 4327 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 7724824 impls, 0 clqs
6.29/6.33	c (round 2) 12480 del vars, 41842 del conss, 0 add conss, 10476 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 7763858 impls, 0 clqs
6.89/6.90	c (round 3) 14976 del vars, 53376 del conss, 0 add conss, 11946 chg bounds, 9 chg sides, 15 chg coeffs, 0 upgd conss, 7778194 impls, 0 clqs
7.09/7.14	c (round 4) 15801 del vars, 57323 del conss, 0 add conss, 12475 chg bounds, 12 chg sides, 21 chg coeffs, 0 upgd conss, 7787370 impls, 0 clqs
7.29/7.30	c (round 5) 16301 del vars, 59318 del conss, 0 add conss, 12762 chg bounds, 12 chg sides, 21 chg coeffs, 0 upgd conss, 7793958 impls, 0 clqs
7.29/7.39	c (round 6) 16563 del vars, 60399 del conss, 0 add conss, 12915 chg bounds, 12 chg sides, 21 chg coeffs, 0 upgd conss, 7797022 impls, 0 clqs
7.39/7.46	c (round 7) 16726 del vars, 61060 del conss, 0 add conss, 13001 chg bounds, 12 chg sides, 21 chg coeffs, 0 upgd conss, 7799629 impls, 0 clqs
7.49/7.50	c (round 8) 16807 del vars, 61434 del conss, 0 add conss, 13053 chg bounds, 18 chg sides, 26 chg coeffs, 0 upgd conss, 7800513 impls, 0 clqs
7.49/7.55	c (round 9) 16883 del vars, 61688 del conss, 0 add conss, 13099 chg bounds, 18 chg sides, 26 chg coeffs, 0 upgd conss, 7801125 impls, 0 clqs
7.49/7.58	c (round 10) 16907 del vars, 61839 del conss, 0 add conss, 13107 chg bounds, 18 chg sides, 26 chg coeffs, 0 upgd conss, 7801313 impls, 0 clqs
7.49/7.60	c (round 11) 16913 del vars, 61863 del conss, 0 add conss, 13110 chg bounds, 18 chg sides, 26 chg coeffs, 0 upgd conss, 7801381 impls, 0 clqs
7.60/7.62	c (round 12) 16919 del vars, 61882 del conss, 0 add conss, 13114 chg bounds, 18 chg sides, 26 chg coeffs, 0 upgd conss, 7801452 impls, 0 clqs
7.60/7.65	c (round 13) 16921 del vars, 61899 del conss, 0 add conss, 13114 chg bounds, 18 chg sides, 26 chg coeffs, 0 upgd conss, 7801480 impls, 0 clqs
7.89/7.92	c (round 14) 16921 del vars, 61899 del conss, 0 add conss, 13114 chg bounds, 18 chg sides, 26 chg coeffs, 69076 upgd conss, 7801480 impls, 0 clqs
8.39/8.40	c (round 15) 16921 del vars, 61899 del conss, 0 add conss, 13114 chg bounds, 41 chg sides, 150 chg coeffs, 69076 upgd conss, 7801480 impls, 0 clqs
8.49/8.51	c presolving (16 rounds):
8.49/8.51	c  16921 deleted vars, 61899 deleted constraints, 0 added constraints, 13114 tightened bounds, 0 added holes, 45 changed sides, 178 changed coefficients
8.49/8.51	c  7801480 implications, 4 cliques
8.49/8.51	c presolved problem has 22283 variables (22283 bin, 0 int, 0 impl, 0 cont) and 69076 constraints
8.49/8.51	c     632 constraints of type <knapsack>
8.49/8.51	c   57633 constraints of type <setppc>
8.49/8.51	c   10811 constraints of type <logicor>
8.49/8.51	c transformed objective value is always integral (scale: 1)
8.49/8.51	c Presolving Time: 7.68
8.49/8.51	c - non default parameters ----------------------------------------------------------------------
8.49/8.51	c # SCIP version 2.0.1.4
8.49/8.51	c 
8.49/8.51	c # frequency for displaying node information lines
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 100]
8.49/8.51	c display/freq = 10000
8.49/8.51	c 
8.49/8.51	c # maximal time in seconds to run
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.49/8.51	c limits/time = 1797
8.49/8.51	c 
8.49/8.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.49/8.51	c limits/memory = 13950
8.49/8.51	c 
8.49/8.51	c # solving stops, if the given number of solutions were found (-1: no limit)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: -1]
8.49/8.51	c limits/solutions = 1
8.49/8.51	c 
8.49/8.51	c # maximal number of separation rounds per node (-1: unlimited)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 5]
8.49/8.51	c separating/maxrounds = 1
8.49/8.51	c 
8.49/8.51	c # maximal number of separation rounds in the root node (-1: unlimited)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: -1]
8.49/8.51	c separating/maxroundsroot = 5
8.49/8.51	c 
8.49/8.51	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.49/8.51	c # [type: int, range: [1,2], default: 1]
8.49/8.51	c timing/clocktype = 2
8.49/8.51	c 
8.49/8.51	c # belongs reading time to solving time?
8.49/8.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.49/8.51	c timing/reading = TRUE
8.49/8.51	c 
8.49/8.51	c # should presolving try to simplify inequalities
8.49/8.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.49/8.51	c constraints/linear/simplifyinequalities = TRUE
8.49/8.51	c 
8.49/8.51	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
8.49/8.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.49/8.51	c constraints/indicator/addCouplingCons = TRUE
8.49/8.51	c 
8.49/8.51	c # should disaggregation of knapsack constraints be allowed in preprocessing?
8.49/8.51	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
8.49/8.51	c constraints/knapsack/disaggregation = FALSE
8.49/8.51	c 
8.49/8.51	c # should presolving try to simplify knapsacks
8.49/8.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.49/8.51	c constraints/knapsack/simplifyinequalities = TRUE
8.49/8.51	c 
8.49/8.51	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: -1]
8.49/8.51	c presolving/probing/maxrounds = 0
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 10]
8.49/8.51	c heuristics/coefdiving/freq = -1
8.49/8.51	c 
8.49/8.51	c # maximal fraction of diving LP iterations compared to node LP iterations
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.49/8.51	c heuristics/coefdiving/maxlpiterquot = 0.075
8.49/8.51	c 
8.49/8.51	c # additional number of allowed LP iterations
8.49/8.51	c # [type: int, range: [0,2147483647], default: 1000]
8.49/8.51	c heuristics/coefdiving/maxlpiterofs = 1500
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 30]
8.49/8.51	c heuristics/crossover/freq = -1
8.49/8.51	c 
8.49/8.51	c # number of nodes added to the contingent of the total nodes
8.49/8.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
8.49/8.51	c heuristics/crossover/nodesofs = 750
8.49/8.51	c 
8.49/8.51	c # number of nodes without incumbent change that heuristic should wait
8.49/8.51	c # [type: longint, range: [0,9223372036854775807], default: 200]
8.49/8.51	c heuristics/crossover/nwaitingnodes = 100
8.49/8.51	c 
8.49/8.51	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
8.49/8.51	c # [type: real, range: [0,1], default: 0.1]
8.49/8.51	c heuristics/crossover/nodesquot = 0.15
8.49/8.51	c 
8.49/8.51	c # minimum percentage of integer variables that have to be fixed 
8.49/8.51	c # [type: real, range: [0,1], default: 0.666]
8.49/8.51	c heuristics/crossover/minfixingrate = 0.5
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 20]
8.49/8.51	c heuristics/feaspump/freq = -1
8.49/8.51	c 
8.49/8.51	c # additional number of allowed LP iterations
8.49/8.51	c # [type: int, range: [0,2147483647], default: 1000]
8.49/8.51	c heuristics/feaspump/maxlpiterofs = 2000
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 10]
8.49/8.51	c heuristics/fracdiving/freq = -1
8.49/8.51	c 
8.49/8.51	c # maximal fraction of diving LP iterations compared to node LP iterations
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.49/8.51	c heuristics/fracdiving/maxlpiterquot = 0.075
8.49/8.51	c 
8.49/8.51	c # additional number of allowed LP iterations
8.49/8.51	c # [type: int, range: [0,2147483647], default: 1000]
8.49/8.51	c heuristics/fracdiving/maxlpiterofs = 1500
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 10]
8.49/8.51	c heuristics/guideddiving/freq = -1
8.49/8.51	c 
8.49/8.51	c # maximal fraction of diving LP iterations compared to node LP iterations
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.49/8.51	c heuristics/guideddiving/maxlpiterquot = 0.075
8.49/8.51	c 
8.49/8.51	c # additional number of allowed LP iterations
8.49/8.51	c # [type: int, range: [0,2147483647], default: 1000]
8.49/8.51	c heuristics/guideddiving/maxlpiterofs = 1500
8.49/8.51	c 
8.49/8.51	c # maximal fraction of diving LP iterations compared to node LP iterations
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.49/8.51	c heuristics/intdiving/maxlpiterquot = 0.075
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 10]
8.49/8.51	c heuristics/intshifting/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 10]
8.49/8.51	c heuristics/linesearchdiving/freq = -1
8.49/8.51	c 
8.49/8.51	c # maximal fraction of diving LP iterations compared to node LP iterations
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.49/8.51	c heuristics/linesearchdiving/maxlpiterquot = 0.075
8.49/8.51	c 
8.49/8.51	c # additional number of allowed LP iterations
8.49/8.51	c # [type: int, range: [0,2147483647], default: 1000]
8.49/8.51	c heuristics/linesearchdiving/maxlpiterofs = 1500
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 20]
8.49/8.51	c heuristics/objpscostdiving/freq = -1
8.49/8.51	c 
8.49/8.51	c # maximal fraction of diving LP iterations compared to total iteration number
8.49/8.51	c # [type: real, range: [0,1], default: 0.01]
8.49/8.51	c heuristics/objpscostdiving/maxlpiterquot = 0.015
8.49/8.51	c 
8.49/8.51	c # additional number of allowed LP iterations
8.49/8.51	c # [type: int, range: [0,2147483647], default: 1000]
8.49/8.51	c heuristics/objpscostdiving/maxlpiterofs = 1500
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 1]
8.49/8.51	c heuristics/oneopt/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 10]
8.49/8.51	c heuristics/pscostdiving/freq = -1
8.49/8.51	c 
8.49/8.51	c # maximal fraction of diving LP iterations compared to node LP iterations
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.49/8.51	c heuristics/pscostdiving/maxlpiterquot = 0.075
8.49/8.51	c 
8.49/8.51	c # additional number of allowed LP iterations
8.49/8.51	c # [type: int, range: [0,2147483647], default: 1000]
8.49/8.51	c heuristics/pscostdiving/maxlpiterofs = 1500
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 0]
8.49/8.51	c heuristics/rens/freq = -1
8.49/8.51	c 
8.49/8.51	c # minimum percentage of integer variables that have to be fixable 
8.49/8.51	c # [type: real, range: [0,1], default: 0.5]
8.49/8.51	c heuristics/rens/minfixingrate = 0.3
8.49/8.51	c 
8.49/8.51	c # number of nodes added to the contingent of the total nodes
8.49/8.51	c # [type: longint, range: [0,9223372036854775807], default: 500]
8.49/8.51	c heuristics/rens/nodesofs = 2000
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 20]
8.49/8.51	c heuristics/rootsoldiving/freq = -1
8.49/8.51	c 
8.49/8.51	c # maximal fraction of diving LP iterations compared to node LP iterations
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
8.49/8.51	c heuristics/rootsoldiving/maxlpiterquot = 0.015
8.49/8.51	c 
8.49/8.51	c # additional number of allowed LP iterations
8.49/8.51	c # [type: int, range: [0,2147483647], default: 1000]
8.49/8.51	c heuristics/rootsoldiving/maxlpiterofs = 1500
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 1]
8.49/8.51	c heuristics/rounding/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 0]
8.49/8.51	c heuristics/shiftandpropagate/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 10]
8.49/8.51	c heuristics/shifting/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 1]
8.49/8.51	c heuristics/simplerounding/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 1]
8.49/8.51	c heuristics/subnlp/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 0]
8.49/8.51	c heuristics/trivial/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 1]
8.49/8.51	c heuristics/trysol/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 0]
8.49/8.51	c heuristics/undercover/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 10]
8.49/8.51	c heuristics/veclendiving/freq = -1
8.49/8.51	c 
8.49/8.51	c # maximal fraction of diving LP iterations compared to node LP iterations
8.49/8.51	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.49/8.51	c heuristics/veclendiving/maxlpiterquot = 0.075
8.49/8.51	c 
8.49/8.51	c # additional number of allowed LP iterations
8.49/8.51	c # [type: int, range: [0,2147483647], default: 1000]
8.49/8.51	c heuristics/veclendiving/maxlpiterofs = 1500
8.49/8.51	c 
8.49/8.51	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 1]
8.49/8.51	c heuristics/zirounding/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 0]
8.49/8.51	c separating/cmir/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: 0]
8.49/8.51	c separating/flowcover/freq = -1
8.49/8.51	c 
8.49/8.51	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.49/8.51	c # [type: int, range: [-1,2147483647], default: -1]
8.49/8.51	c separating/rapidlearning/freq = 0
8.49/8.51	c 
8.49/8.51	c -----------------------------------------------------------------------------------------------
8.49/8.51	c start solving
8.49/8.52	c 
257.99/258.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
257.99/258.01	c   258s|     1 |     0 | 44776 |     - | 307M|   0 |  11k|  22k|  69k|  22k|  69k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
491.40/491.49	c   491s|     1 |     0 | 65734 |     - | 307M|   0 |  12k|  22k|  69k|  22k|  69k|   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
626.71/626.71	c   627s|     1 |     0 | 72148 |     - | 307M|   0 |  12k|  22k|  69k|  22k|  69k|  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
804.61/804.70	c   805s|     1 |     0 | 84824 |     - | 307M|   0 |  12k|  22k|  69k|  22k|  69k|  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
930.91/930.98	c   931s|     1 |     0 | 88873 |     - | 307M|   0 |  12k|  22k|  69k|  22k|  69k|  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1101.02/1101.03	c  1101s|     1 |     0 |100166 |     - | 307M|   0 |  12k|  22k|  69k|  22k|  69k|  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1270.32/1270.38	c  1270s|     1 |     2 |100166 |     - | 307M|   0 |  12k|  22k|  69k|  22k|  69k|  27 |   0 |  28 | 0.000000e+00 |      --      |    Inf 

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 18332
/proc/meminfo: memFree=31737244/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=9996 CPUtime=0 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 1515 0 0 0 0 0 0 0 24 0 1 0 871565561 10235904 1469 33554432000 4194304 8979876 140736896447712 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18332/statm: 2499 1469 363 1169 0 1326 0

[startup+0.0723529 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 18332
/proc/meminfo: memFree=31737244/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=23916 CPUtime=0.06 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 4962 0 0 0 6 0 0 0 24 0 1 0 871565561 24489984 4916 33554432000 4194304 8979876 140736896447712 18446744073709551615 7836073 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18332/statm: 5979 4916 363 1169 0 4806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23916

[startup+0.100348 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 18332
/proc/meminfo: memFree=31737244/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=27652 CPUtime=0.09 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 5924 0 0 0 9 0 0 0 24 0 1 0 871565561 28315648 5878 33554432000 4194304 8979876 140736896447712 18446744073709551615 7836083 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18332/statm: 6913 5878 363 1169 0 5740 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27652

[startup+0.300312 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 18332
/proc/meminfo: memFree=31737244/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=41932 CPUtime=0.29 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 9482 0 0 0 28 1 0 0 25 0 1 0 871565561 42938368 9436 33554432000 4194304 8979876 140736896447712 18446744073709551615 4446976 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18332/statm: 10483 9436 363 1169 0 9310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41932

[startup+0.70024 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 18332
/proc/meminfo: memFree=31737244/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=76188 CPUtime=0.69 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 18041 0 0 0 67 2 0 0 25 0 1 0 871565561 78016512 17995 33554432000 4194304 8979876 140736896447712 18446744073709551615 7893696 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18332/statm: 19047 17995 363 1169 0 17874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76188

[startup+1.5011 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18333
/proc/meminfo: memFree=31534644/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=261892 CPUtime=1.49 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 69894 0 0 0 142 7 0 0 25 0 1 0 871565561 268177408 63577 33554432000 4194304 8979876 140736896447712 18446744073709551615 6503008 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 65473 63577 493 1169 0 64300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 261892

[startup+3.10081 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18333
/proc/meminfo: memFree=31428624/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=380568 CPUtime=3.09 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 99269 0 0 0 298 11 0 0 25 0 1 0 871565561 389701632 92952 33554432000 4194304 8979876 140736896447712 18446744073709551615 6503301 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 95142 92952 493 1169 0 93969 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 380568

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18333
/proc/meminfo: memFree=31311696/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=442312 CPUtime=6.29 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 113187 0 0 0 616 13 0 0 25 0 1 0 871565561 452927488 106613 33554432000 4194304 8979876 140736896447712 18446744073709551615 6504310 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 110578 106613 502 1169 0 109405 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 442312

[startup+12.7011 s]
/proc/loadavg: 2.08 2.02 1.95 3/178 18334
/proc/meminfo: memFree=31189808/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=573792 CPUtime=12.69 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 151804 0 0 0 1249 20 0 0 25 0 1 0 871565561 587563008 137272 33554432000 4194304 8979876 140736896447712 18446744073709551615 7146337 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 143448 137272 721 1169 0 142275 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 573792

[startup+25.5008 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 18334
/proc/meminfo: memFree=31184712/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=578476 CPUtime=25.49 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 153186 0 0 0 2528 21 0 0 25 0 1 0 871565561 592359424 138594 33554432000 4194304 8979876 140736896447712 18446744073709551615 7151800 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 144619 138594 721 1169 0 143446 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 578476

[startup+51.1002 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 18335
/proc/meminfo: memFree=31175176/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=587000 CPUtime=51.09 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 155317 0 0 0 5085 24 0 0 25 0 1 0 871565561 601088000 140725 33554432000 4194304 8979876 140736896447712 18446744073709551615 6942249 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 146750 140725 721 1169 0 145577 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 587000

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 18336
/proc/meminfo: memFree=31167896/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=598156 CPUtime=102.3 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 158010 0 0 0 10202 28 0 0 25 0 1 0 871565561 612511744 143363 33554432000 4194304 8979876 140736896447712 18446744073709551615 7147101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 149539 143363 703 1169 0 148366 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 598156

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18338
/proc/meminfo: memFree=31162884/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=598156 CPUtime=162.29 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 158786 0 0 0 16196 33 0 0 25 0 1 0 871565561 612511744 144139 33554432000 4194304 8979876 140736896447712 18446744073709551615 7122720 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 149539 144139 703 1169 0 148366 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 598156

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18340
/proc/meminfo: memFree=31165672/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=598156 CPUtime=222.3 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 158790 0 0 0 22191 39 0 0 25 0 1 0 871565561 612511744 144143 33554432000 4194304 8979876 140736896447712 18446744073709551615 7179787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 149539 144143 703 1169 0 148366 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 598156

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18341
/proc/meminfo: memFree=31172060/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=587504 CPUtime=282.29 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 160373 0 0 0 28185 44 0 0 25 0 1 0 871565561 601604096 140566 33554432000 4194304 8979876 140736896447712 18446744073709551615 6601233 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 146876 140566 719 1169 0 145703 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 587504

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18343
/proc/meminfo: memFree=31158984/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=601560 CPUtime=342.3 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 163704 0 0 0 34177 53 0 0 25 0 1 0 871565561 615997440 143879 33554432000 4194304 8979876 140736896447712 18446744073709551615 6412440 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 150390 143879 705 1169 0 149217 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 601560

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18344
/proc/meminfo: memFree=31153108/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=604796 CPUtime=402.3 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 166567 0 0 0 40172 58 0 0 25 0 1 0 871565561 619311104 146728 33554432000 4194304 8979876 140736896447712 18446744073709551615 7184974 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 151199 146728 728 1169 0 150026 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 604796

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18346
/proc/meminfo: memFree=31152184/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=611008 CPUtime=462.3 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 166804 0 0 0 46168 62 0 0 25 0 1 0 871565561 625672192 146965 33554432000 4194304 8979876 140736896447712 18446744073709551615 7144719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 152752 146965 728 1169 0 151579 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 611008

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18348
/proc/meminfo: memFree=31152008/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=611008 CPUtime=522.3 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 166812 0 0 0 52161 69 0 0 25 0 1 0 871565561 625672192 146973 33554432000 4194304 8979876 140736896447712 18446744073709551615 6890512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 152752 146973 728 1169 0 151579 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 611008

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18349
/proc/meminfo: memFree=31152192/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=611008 CPUtime=582.3 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 166812 0 0 0 58155 75 0 0 25 0 1 0 871565561 625672192 146973 33554432000 4194304 8979876 140736896447712 18446744073709551615 7841522 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 152752 146973 728 1169 0 151579 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 611008

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.37 1.82 1.88 2/172 18380
/proc/meminfo: memFree=31281464/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=617720 CPUtime=822.31 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 178723 0 0 0 82122 109 0 0 25 0 1 0 871565561 632545280 150368 33554432000 4194304 8979876 140736896447712 18446744073709551615 6890496 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 154430 150368 728 1169 0 153257 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 617720

[startup+882.301 s]
/proc/loadavg: 1.13 1.66 1.83 2/172 18381
/proc/meminfo: memFree=31281504/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=617720 CPUtime=882.32 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 178723 0 0 0 88108 124 0 0 25 0 1 0 871565561 632545280 150368 33554432000 4194304 8979876 140736896447712 18446744073709551615 6890528 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 154430 150368 728 1169 0 153257 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 617720

[startup+942.301 s]
/proc/loadavg: 1.05 1.54 1.77 2/172 18383
/proc/meminfo: memFree=31290736/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=608760 CPUtime=942.31 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 181213 0 0 0 94098 133 0 0 25 0 1 0 871565561 623370240 148104 33554432000 4194304 8979876 140736896447712 18446744073709551615 6890516 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 152190 148104 728 1169 0 151017 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 608760

[startup+1002.3 s]
/proc/loadavg: 1.02 1.44 1.72 2/172 18384
/proc/meminfo: memFree=31290676/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=608760 CPUtime=1002.31 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 181213 0 0 0 100082 149 0 0 25 0 1 0 871565561 623370240 148104 33554432000 4194304 8979876 140736896447712 18446744073709551615 6609728 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 152190 148104 728 1169 0 151017 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 608760

[startup+1062.3 s]
/proc/loadavg: 1.00 1.36 1.67 2/172 18386
/proc/meminfo: memFree=31280556/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=618788 CPUtime=1062.31 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 183730 0 0 0 106073 158 0 0 25 0 1 0 871565561 633638912 150621 33554432000 4194304 8979876 140736896447712 18446744073709551615 7118903 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 154697 150621 728 1169 0 153524 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 618788

[startup+1122.3 s]
/proc/loadavg: 1.00 1.29 1.63 2/172 18388
/proc/meminfo: memFree=31289652/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=619120 CPUtime=1122.31 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 206888 0 0 0 112062 169 0 0 25 0 1 0 871565561 633978880 150098 33554432000 4194304 8979876 140736896447712 18446744073709551615 7176305 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 154780 150098 730 1169 0 153607 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 619120

[startup+1182.3 s]
/proc/loadavg: 1.00 1.23 1.59 2/172 18389
/proc/meminfo: memFree=31297136/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=615932 CPUtime=1182.31 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 300441 0 0 0 118040 191 0 0 25 0 1 0 871565561 630714368 149039 33554432000 4194304 8979876 140736896447712 18446744073709551615 7123823 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 153983 149039 863 1169 0 152810 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 615932

[startup+1242.3 s]
/proc/loadavg: 1.00 1.19 1.54 2/172 18391
/proc/meminfo: memFree=31287884/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=615932 CPUtime=1242.32 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 391816 0 0 0 124019 213 0 0 25 0 1 0 871565561 630714368 148970 33554432000 4194304 8979876 140736896447712 18446744073709551615 7109896 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 153983 148970 867 1169 0 152810 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 615932

[startup+1302.3 s]
/proc/loadavg: 1.00 1.15 1.51 2/172 18392
/proc/meminfo: memFree=31276908/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=625568 CPUtime=1302.33 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 442028 0 0 0 130004 229 0 0 25 0 1 0 871565561 640581632 151576 33554432000 4194304 8979876 140736896447712 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 156392 151576 733 1169 0 155219 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 625568

[startup+1362.3 s]
/proc/loadavg: 1.00 1.12 1.47 2/172 18394
/proc/meminfo: memFree=31276956/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=625568 CPUtime=1362.33 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 442033 0 0 0 135997 236 0 0 25 0 1 0 871565561 640581632 151581 33554432000 4194304 8979876 140736896447712 18446744073709551615 7146477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 156392 151581 733 1169 0 155219 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 625568

[startup+1422.31 s]
/proc/loadavg: 1.00 1.10 1.44 2/172 18396
/proc/meminfo: memFree=31276760/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=625568 CPUtime=1422.33 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 442033 0 0 0 141993 240 0 0 25 0 1 0 871565561 640581632 151581 33554432000 4194304 8979876 140736896447712 18446744073709551615 7147105 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 156392 151581 733 1169 0 155219 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 625568

[startup+1482.3 s]
/proc/loadavg: 1.00 1.08 1.41 2/172 18397
/proc/meminfo: memFree=31276936/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=625568 CPUtime=1482.33 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 442033 0 0 0 147985 248 0 0 25 0 1 0 871565561 640581632 151581 33554432000 4194304 8979876 140736896447712 18446744073709551615 7147101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 156392 151581 733 1169 0 155219 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 625568

[startup+1542.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/172 18399
/proc/meminfo: memFree=31290144/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=609412 CPUtime=1542.32 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 459753 0 0 0 153974 258 0 0 25 0 1 0 871565561 624037888 148265 33554432000 4194304 8979876 140736896447712 18446744073709551615 7157296 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 152353 148265 733 1169 0 151180 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 609412

[startup+1602.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/172 18400
/proc/meminfo: memFree=31289956/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=609416 CPUtime=1602.32 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 488588 0 0 0 159961 271 0 0 25 0 1 0 871565561 624041984 148278 33554432000 4194304 8979876 140736896447712 18446744073709551615 7146626 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 152354 148278 733 1169 0 151181 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 609416

[startup+1662.3 s]
/proc/loadavg: 1.00 1.04 1.33 2/172 18402
/proc/meminfo: memFree=31280340/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=619112 CPUtime=1662.33 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 499582 0 0 0 165953 280 0 0 25 0 1 0 871565561 633970688 150718 33554432000 4194304 8979876 140736896447712 18446744073709551615 7157300 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 154778 150718 730 1169 0 153605 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 619112

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/172 18404
/proc/meminfo: memFree=31280392/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=619112 CPUtime=1722.33 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 499582 0 0 0 171947 286 0 0 25 0 1 0 871565561 633970688 150718 33554432000 4194304 8979876 140736896447712 18446744073709551615 7122746 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 154778 150718 730 1169 0 153605 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 619112

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/172 18405
/proc/meminfo: memFree=31280316/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=619112 CPUtime=1782.34 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 499586 0 0 0 177942 292 0 0 25 0 1 0 871565561 633970688 150718 33554432000 4194304 8979876 140736896447712 18446744073709551615 7146477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 154778 150718 726 1169 0 153605 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 619112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.02 1.28 2/172 18406
/proc/meminfo: memFree=31280412/32951124 swapFree=67056964/67111528
[pid=18332] ppid=18330 vsize=619112 CPUtime=1800.04 cores=1,3,5,7
/proc/18332/stat : 18332 (scip-2.0.1.4_2.) R 18330 18332 15024 0 -1 4202496 499586 0 0 0 179711 293 0 0 25 0 1 0 871565561 633970688 150718 33554432000 4194304 8979876 140736896447712 18446744073709551615 7147081 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18332/statm: 154778 150718 726 1169 0 153605 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 619112

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.03
CPU time (s): 1800.07
CPU user time (s): 1797.12
CPU system time (s): 2.95455
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 626136

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

runsolver used 2.48962 second user time and 6.01509 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 13:24:57
IDJOB=3486157
IDBENCH=73860
IDSOLVER=1977
FILE ID=node145/3486157-1307791497
RUNJOBID= node145-1307786866-17787
PBS_JOBID= 13550875
Free space on /tmp= 74072 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12037_7-sat.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-3486157-1307791497/watcher-3486157-1307791497 -o /tmp/evaluation-result-3486157-1307791497/solver-3486157-1307791497 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486157-1307791497.opb -t 1800 -m 15500

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

MD5SUM BENCH= c76ba3fc1d0a0f3a1a96791ffe6c4cf4
RANDOM SEED=523219008

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31737928 kB
Buffers:        165868 kB
Cached:         757252 kB
SwapCached:       7976 kB
Active:         488224 kB
Inactive:       580440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31737928 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           21004 kB
Writeback:           0 kB
AnonPages:      143344 kB
Mapped:          16112 kB
Slab:            78544 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   335596 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= 74072 MiB
End job on node145 at 2011-06-11 13:54:59