Trace number 3730158

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1800.05 1800.33

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_0.opb.PB06.opb
MD5SUMe436f4a609b5bae6a8ddfe1313c390fe
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark1.44278
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
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 338
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3730158-1338688046.opb>
5.40/5.43	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
5.40/5.43	c problem read
5.40/5.43	c No objective function, only one solution is needed.
5.40/5.43	c presolving settings loaded
6.89/6.98	c presolving:
14.30/14.38	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
15.79/15.81	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 3241 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
17.18/17.27	c presolving (3 rounds):
17.18/17.27	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3414 changed coefficients
17.18/17.27	c  5520 implications, 80 cliques
17.18/17.27	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
17.18/17.27	c    3160 constraints of type <knapsack>
17.18/17.27	c    1280 constraints of type <setppc>
17.18/17.27	c       1 constraints of type <linear>
17.18/17.27	c  985560 constraints of type <logicor>
17.18/17.27	c transformed objective value is always integral (scale: 1)
17.18/17.27	c Presolving Time: 10.52
17.18/17.27	c - non default parameters ----------------------------------------------------------------------
17.18/17.27	c # SCIP version 2.0.1.5
17.18/17.27	c 
17.18/17.27	c # frequency for displaying node information lines
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 100]
17.18/17.27	c display/freq = 10000
17.18/17.27	c 
17.18/17.27	c # maximal time in seconds to run
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.18/17.27	c limits/time = 1797
17.18/17.27	c 
17.18/17.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
17.18/17.27	c limits/memory = 13950
17.18/17.27	c 
17.18/17.27	c # solving stops, if the given number of solutions were found (-1: no limit)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: -1]
17.18/17.27	c limits/solutions = 1
17.18/17.27	c 
17.18/17.27	c # maximal number of separation rounds per node (-1: unlimited)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 5]
17.18/17.27	c separating/maxrounds = 1
17.18/17.27	c 
17.18/17.27	c # maximal number of separation rounds in the root node (-1: unlimited)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: -1]
17.18/17.27	c separating/maxroundsroot = 5
17.18/17.27	c 
17.18/17.27	c # default clock type (1: CPU user seconds, 2: wall clock time)
17.18/17.27	c # [type: int, range: [1,2], default: 1]
17.18/17.27	c timing/clocktype = 2
17.18/17.27	c 
17.18/17.27	c # belongs reading time to solving time?
17.18/17.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.18/17.27	c timing/reading = TRUE
17.18/17.27	c 
17.18/17.27	c # should presolving try to simplify inequalities
17.18/17.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.18/17.27	c constraints/linear/simplifyinequalities = TRUE
17.18/17.27	c 
17.18/17.27	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
17.18/17.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.18/17.27	c constraints/indicator/addCouplingCons = TRUE
17.18/17.27	c 
17.18/17.27	c # should disaggregation of knapsack constraints be allowed in preprocessing?
17.18/17.27	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
17.18/17.27	c constraints/knapsack/disaggregation = FALSE
17.18/17.27	c 
17.18/17.27	c # should presolving try to simplify knapsacks
17.18/17.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
17.18/17.27	c constraints/knapsack/simplifyinequalities = TRUE
17.18/17.27	c 
17.18/17.27	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: -1]
17.18/17.27	c presolving/probing/maxrounds = 0
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 10]
17.18/17.27	c heuristics/coefdiving/freq = -1
17.18/17.27	c 
17.18/17.27	c # maximal fraction of diving LP iterations compared to node LP iterations
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.18/17.27	c heuristics/coefdiving/maxlpiterquot = 0.075
17.18/17.27	c 
17.18/17.27	c # additional number of allowed LP iterations
17.18/17.27	c # [type: int, range: [0,2147483647], default: 1000]
17.18/17.27	c heuristics/coefdiving/maxlpiterofs = 1500
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 30]
17.18/17.27	c heuristics/crossover/freq = -1
17.18/17.27	c 
17.18/17.27	c # number of nodes added to the contingent of the total nodes
17.18/17.27	c # [type: longint, range: [0,9223372036854775807], default: 500]
17.18/17.27	c heuristics/crossover/nodesofs = 750
17.18/17.27	c 
17.18/17.27	c # number of nodes without incumbent change that heuristic should wait
17.18/17.27	c # [type: longint, range: [0,9223372036854775807], default: 200]
17.18/17.27	c heuristics/crossover/nwaitingnodes = 100
17.18/17.27	c 
17.18/17.27	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
17.18/17.27	c # [type: real, range: [0,1], default: 0.1]
17.18/17.27	c heuristics/crossover/nodesquot = 0.15
17.18/17.27	c 
17.18/17.27	c # minimum percentage of integer variables that have to be fixed 
17.18/17.27	c # [type: real, range: [0,1], default: 0.666]
17.18/17.27	c heuristics/crossover/minfixingrate = 0.5
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 20]
17.18/17.27	c heuristics/feaspump/freq = -1
17.18/17.27	c 
17.18/17.27	c # additional number of allowed LP iterations
17.18/17.27	c # [type: int, range: [0,2147483647], default: 1000]
17.18/17.27	c heuristics/feaspump/maxlpiterofs = 2000
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 10]
17.18/17.27	c heuristics/fracdiving/freq = -1
17.18/17.27	c 
17.18/17.27	c # maximal fraction of diving LP iterations compared to node LP iterations
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.18/17.27	c heuristics/fracdiving/maxlpiterquot = 0.075
17.18/17.27	c 
17.18/17.27	c # additional number of allowed LP iterations
17.18/17.27	c # [type: int, range: [0,2147483647], default: 1000]
17.18/17.27	c heuristics/fracdiving/maxlpiterofs = 1500
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 10]
17.18/17.27	c heuristics/guideddiving/freq = -1
17.18/17.27	c 
17.18/17.27	c # maximal fraction of diving LP iterations compared to node LP iterations
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.18/17.27	c heuristics/guideddiving/maxlpiterquot = 0.075
17.18/17.27	c 
17.18/17.27	c # additional number of allowed LP iterations
17.18/17.27	c # [type: int, range: [0,2147483647], default: 1000]
17.18/17.27	c heuristics/guideddiving/maxlpiterofs = 1500
17.18/17.27	c 
17.18/17.27	c # maximal fraction of diving LP iterations compared to node LP iterations
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.18/17.27	c heuristics/intdiving/maxlpiterquot = 0.075
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 10]
17.18/17.27	c heuristics/intshifting/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 10]
17.18/17.27	c heuristics/linesearchdiving/freq = -1
17.18/17.27	c 
17.18/17.27	c # maximal fraction of diving LP iterations compared to node LP iterations
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.18/17.27	c heuristics/linesearchdiving/maxlpiterquot = 0.075
17.18/17.27	c 
17.18/17.27	c # additional number of allowed LP iterations
17.18/17.27	c # [type: int, range: [0,2147483647], default: 1000]
17.18/17.27	c heuristics/linesearchdiving/maxlpiterofs = 1500
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 20]
17.18/17.27	c heuristics/objpscostdiving/freq = -1
17.18/17.27	c 
17.18/17.27	c # maximal fraction of diving LP iterations compared to total iteration number
17.18/17.27	c # [type: real, range: [0,1], default: 0.01]
17.18/17.27	c heuristics/objpscostdiving/maxlpiterquot = 0.015
17.18/17.27	c 
17.18/17.27	c # additional number of allowed LP iterations
17.18/17.27	c # [type: int, range: [0,2147483647], default: 1000]
17.18/17.27	c heuristics/objpscostdiving/maxlpiterofs = 1500
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 1]
17.18/17.27	c heuristics/oneopt/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 10]
17.18/17.27	c heuristics/pscostdiving/freq = -1
17.18/17.27	c 
17.18/17.27	c # maximal fraction of diving LP iterations compared to node LP iterations
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.18/17.27	c heuristics/pscostdiving/maxlpiterquot = 0.075
17.18/17.27	c 
17.18/17.27	c # additional number of allowed LP iterations
17.18/17.27	c # [type: int, range: [0,2147483647], default: 1000]
17.18/17.27	c heuristics/pscostdiving/maxlpiterofs = 1500
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 0]
17.18/17.27	c heuristics/rens/freq = -1
17.18/17.27	c 
17.18/17.27	c # minimum percentage of integer variables that have to be fixable 
17.18/17.27	c # [type: real, range: [0,1], default: 0.5]
17.18/17.27	c heuristics/rens/minfixingrate = 0.3
17.18/17.27	c 
17.18/17.27	c # number of nodes added to the contingent of the total nodes
17.18/17.27	c # [type: longint, range: [0,9223372036854775807], default: 500]
17.18/17.27	c heuristics/rens/nodesofs = 2000
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 20]
17.18/17.27	c heuristics/rootsoldiving/freq = -1
17.18/17.27	c 
17.18/17.27	c # maximal fraction of diving LP iterations compared to node LP iterations
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
17.18/17.27	c heuristics/rootsoldiving/maxlpiterquot = 0.015
17.18/17.27	c 
17.18/17.27	c # additional number of allowed LP iterations
17.18/17.27	c # [type: int, range: [0,2147483647], default: 1000]
17.18/17.27	c heuristics/rootsoldiving/maxlpiterofs = 1500
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 1]
17.18/17.27	c heuristics/rounding/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 0]
17.18/17.27	c heuristics/shiftandpropagate/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 10]
17.18/17.27	c heuristics/shifting/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 1]
17.18/17.27	c heuristics/simplerounding/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 1]
17.18/17.27	c heuristics/subnlp/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 0]
17.18/17.27	c heuristics/trivial/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 1]
17.18/17.27	c heuristics/trysol/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 0]
17.18/17.27	c heuristics/undercover/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 10]
17.18/17.27	c heuristics/veclendiving/freq = -1
17.18/17.27	c 
17.18/17.27	c # maximal fraction of diving LP iterations compared to node LP iterations
17.18/17.27	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
17.18/17.27	c heuristics/veclendiving/maxlpiterquot = 0.075
17.18/17.27	c 
17.18/17.27	c # additional number of allowed LP iterations
17.18/17.27	c # [type: int, range: [0,2147483647], default: 1000]
17.18/17.27	c heuristics/veclendiving/maxlpiterofs = 1500
17.18/17.27	c 
17.18/17.27	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 1]
17.18/17.27	c heuristics/zirounding/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 0]
17.18/17.27	c separating/cmir/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: 0]
17.18/17.27	c separating/flowcover/freq = -1
17.18/17.27	c 
17.18/17.27	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
17.18/17.27	c # [type: int, range: [-1,2147483647], default: -1]
17.18/17.27	c separating/rapidlearning/freq = 0
17.18/17.27	c 
17.18/17.27	c -----------------------------------------------------------------------------------------------
17.18/17.27	c start solving
17.18/17.29	c 
63.69/63.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.69/63.78	c  63.8s|     1 |     0 |  1662 |     - |1249M|   0 | 169 |2800 | 990k|2800 | 990k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
110.98/111.07	c   111s|     1 |     0 |  2614 |     - |1249M|   0 | 193 |2800 | 990k|2800 | 990k|  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
286.95/287.07	c   287s|     1 |     0 |  6173 |     - |1250M|   0 | 284 |2800 | 990k|2800 | 990k|  45 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
359.93/360.07	c   360s|     1 |     0 |  7604 |     - |1250M|   0 | 294 |2800 | 990k|2800 | 990k|  60 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
427.52/427.60	c   428s|     1 |     0 |  8041 |     - |1250M|   0 | 331 |2800 | 990k|2800 | 990k|  82 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
516.61/516.79	c   517s|     1 |     0 |  8446 |     - |1250M|   0 | 363 |2800 | 990k|2800 | 990k| 101 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
674.89/675.05	c   675s|     1 |     2 |  8446 |     - |1250M|   0 | 363 |2800 | 990k|2800 | 990k| 101 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
1799.32/1799.63	c 
1799.32/1799.63	c SCIP Status        : solving was interrupted [time limit reached]
1799.32/1799.63	c Solving Time (sec) : 1799.63
1799.32/1799.63	c Solving Nodes      : 4
1799.32/1799.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.32/1799.63	c Dual Bound         : +0.00000000000000e+00
1799.32/1799.63	c Gap                : infinite
1799.32/1799.63	s UNKNOWN
1799.32/1799.63	c SCIP Status        : solving was interrupted [time limit reached]
1799.32/1799.63	c Total Time         :    1799.63
1799.32/1799.63	c   solving          :    1799.63
1799.32/1799.63	c   presolving       :      10.52 (included in solving)
1799.32/1799.63	c   reading          :       5.42 (included in solving)
1799.32/1799.63	c Original Problem   :
1799.32/1799.63	c   Problem name     : HOME/instance-3730158-1338688046.opb
1799.32/1799.63	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.32/1799.63	c   Constraints      : 990001 initial, 990001 maximal
1799.32/1799.63	c Presolved Problem  :
1799.32/1799.63	c   Problem name     : t_HOME/instance-3730158-1338688046.opb
1799.32/1799.63	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.32/1799.63	c   Constraints      : 990001 initial, 990001 maximal
1799.32/1799.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.32/1799.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   knapsack         :       0.58          0          0          0          0          0          0          0          0       3414
1799.32/1799.63	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   linear           :       5.15          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   logicor          :       3.60          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   root node        :          -          0          -          -          0          -          -          -          -          -
1799.32/1799.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.32/1799.63	c   integral         :          0          0          0          5          0          1          0          0          1          0          0          8
1799.32/1799.63	c   knapsack         :       3160          5          8          0          0          0          0          0         69        400          0          0
1799.32/1799.63	c   setppc           :       1280          5          8          0          0          0          0          0        189          0          0          0
1799.32/1799.63	c   linear           :          1          5          8          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c   logicor          :     985560          5          4          0          0          0          0          0          1          0          0          0
1799.32/1799.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1799.32/1799.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.32/1799.63	c   integral         :    1071.11       0.00       0.00    1071.11       0.00       0.00       0.00
1799.32/1799.63	c   knapsack         :       0.04       0.04       0.00       0.00       0.00       0.00       0.00
1799.32/1799.63	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.32/1799.63	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.32/1799.63	c   logicor          :       0.56       0.21       0.35       0.00       0.00       0.00       0.00
1799.32/1799.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.32/1799.63	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.32/1799.63	c   vbounds          :          0          0          0          0
1799.32/1799.63	c   rootredcost      :          0          0          0          0
1799.32/1799.63	c   pseudoobj        :          0          0          0          0
1799.32/1799.63	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.32/1799.63	c   vbounds          :       0.00       0.00       0.00
1799.32/1799.63	c   rootredcost      :       0.00       0.00       0.00
1799.32/1799.63	c   pseudoobj        :       0.00       0.00       0.00
1799.32/1799.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.32/1799.63	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1799.32/1799.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1799.32/1799.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.32/1799.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.32/1799.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.32/1799.63	c   applied globally :          -          -          -          0        0.0          -          -          -
1799.32/1799.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.32/1799.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.32/1799.63	c   cut pool         :       0.00          4          -          -          7          -    (maximal pool size: 276)
1799.32/1799.63	c   redcost          :       0.00          8          0          0          0          0
1799.32/1799.63	c   impliedbounds    :       0.00          5          0          0          0          0
1799.32/1799.63	c   intobj           :       0.00          0          0          0          0          0
1799.32/1799.63	c   gomory           :     157.58          5          0          0       2500          0
1799.32/1799.63	c   cgmip            :       0.00          0          0          0          0          0
1799.32/1799.63	c   closecuts        :       0.00          0          0          0          0          0
1799.32/1799.63	c   strongcg         :     112.37          5          0          0       2500          0
1799.32/1799.63	c   cmir             :       0.00          0          0          0          0          0
1799.32/1799.63	c   flowcover        :       0.00          0          0          0          0          0
1799.32/1799.63	c   clique           :       0.01          5          0          0          0          0
1799.32/1799.63	c   zerohalf         :       0.00          0          0          0          0          0
1799.32/1799.63	c   mcf              :       0.00          0          0          0          0          0
1799.32/1799.63	c   oddcycle         :       0.00          0          0          0          0          0
1799.32/1799.63	c   rapidlearning    :       0.00          0          0          0          0          0
1799.32/1799.63	c Pricers            :       Time      Calls       Vars
1799.32/1799.63	c   problem variables:       0.00          0          0
1799.32/1799.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.32/1799.63	c   relpscost        :    1071.11          5          0          1          0          0          8
1799.32/1799.63	c   pscost           :       0.00          0          0          0          0          0          0
1799.32/1799.63	c   inference        :       0.00          0          0          0          0          0          0
1799.32/1799.63	c   mostinf          :       0.00          0          0          0          0          0          0
1799.32/1799.63	c   leastinf         :       0.00          0          0          0          0          0          0
1799.32/1799.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.32/1799.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.32/1799.63	c   random           :       0.00          0          0          0          0          0          0
1799.32/1799.63	c Primal Heuristics  :       Time      Calls      Found
1799.32/1799.63	c   LP solutions     :       0.00          -          0
1799.32/1799.63	c   pseudo solutions :       0.00          -          0
1799.32/1799.63	c   trivial          :       0.24          1          0
1799.32/1799.63	c   shiftandpropagate:       0.00          0          0
1799.32/1799.63	c   simplerounding   :       0.00          0          0
1799.32/1799.63	c   zirounding       :       0.00          0          0
1799.32/1799.63	c   rounding         :       0.00          0          0
1799.32/1799.63	c   shifting         :       0.00          0          0
1799.32/1799.63	c   intshifting      :       0.00          0          0
1799.32/1799.63	c   oneopt           :       0.00          0          0
1799.32/1799.63	c   twoopt           :       0.00          0          0
1799.32/1799.63	c   fixandinfer      :       0.00          0          0
1799.32/1799.63	c   feaspump         :       0.00          0          0
1799.32/1799.63	c   clique           :       0.00          0          0
1799.32/1799.63	c   coefdiving       :       0.00          0          0
1799.32/1799.63	c   pscostdiving     :       0.00          0          0
1799.32/1799.63	c   fracdiving       :       0.00          0          0
1799.32/1799.63	c   veclendiving     :       0.00          0          0
1799.32/1799.63	c   intdiving        :       0.00          0          0
1799.32/1799.63	c   actconsdiving    :       0.00          0          0
1799.32/1799.63	c   objpscostdiving  :       0.00          0          0
1799.32/1799.63	c   rootsoldiving    :       0.00          0          0
1799.32/1799.63	c   linesearchdiving :       0.00          0          0
1799.32/1799.63	c   guideddiving     :       0.00          0          0
1799.32/1799.63	c   octane           :       0.00          0          0
1799.32/1799.63	c   rens             :       0.00          0          0
1799.32/1799.63	c   rins             :       0.00          0          0
1799.32/1799.63	c   localbranching   :       0.00          0          0
1799.32/1799.63	c   mutation         :       0.00          0          0
1799.32/1799.63	c   crossover        :       0.00          0          0
1799.32/1799.63	c   dins             :       0.00          0          0
1799.32/1799.63	c   vbounds          :       0.00          0          0
1799.32/1799.63	c   undercover       :       0.00          0          0
1799.32/1799.63	c   subnlp           :       0.00          0          0
1799.32/1799.63	c   trysol           :       0.00          0          0
1799.32/1799.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.32/1799.63	c   primal LP        :       0.35          0          0       0.00       0.00
1799.32/1799.63	c   dual LP          :     436.81         10      18134    1813.40      41.51
1799.32/1799.63	c   lex dual LP      :       0.00          0          0       0.00          -
1799.32/1799.63	c   barrier LP       :       0.00          0          0       0.00          -
1799.32/1799.63	c   diving/probing LP:       0.00          0          0       0.00          -
1799.32/1799.63	c   strong branching :    1070.95        151      35028     231.97      32.71
1799.32/1799.63	c     (at root node) :          -         17       5111     300.65          -
1799.32/1799.63	c   conflict analysis:       0.00          0          0       0.00          -
1799.32/1799.63	c B&B Tree           :
1799.32/1799.63	c   number of runs   :          1
1799.32/1799.63	c   nodes            :          4
1799.32/1799.63	c   nodes (total)    :          4
1799.32/1799.63	c   nodes left       :          5
1799.32/1799.63	c   max depth        :          3
1799.32/1799.63	c   max depth (total):          3
1799.32/1799.63	c   backtracks       :          0 (0.0%)
1799.32/1799.63	c   delayed cutoffs  :          0
1799.32/1799.63	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1799.32/1799.63	c   avg switch length:       1.00
1799.32/1799.63	c   switching time   :       0.44
1799.32/1799.63	c Solution           :
1799.32/1799.63	c   Solutions found  :          0 (0 improvements)
1799.32/1799.63	c   Primal Bound     :          -
1799.32/1799.63	c   Dual Bound       : +0.00000000000000e+00
1799.32/1799.63	c   Gap              :   infinite
1799.32/1799.63	c   Root Dual Bound  : +0.00000000000000e+00
1799.32/1799.63	c   Root Iterations  :       8446

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3730158-1338688046/watcher-3730158-1338688046 -o /tmp/evaluation-result-3730158-1338688046/solver-3730158-1338688046 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730158-1338688046.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 2.00 3/176 2585
/proc/meminfo: memFree=22147120/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=9592 CPUtime=0 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 1545 0 0 0 0 0 0 0 20 0 1 0 334871687 9822208 1499 33554432000 4194304 9016284 140733752155936 140735937043672 7805113 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 2398 1502 326 1178 0 1216 0

[startup+0.0557141 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2585
/proc/meminfo: memFree=22147120/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=17792 CPUtime=0.04 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 3428 0 0 0 4 0 0 0 20 0 1 0 334871687 18219008 3382 33554432000 4194304 9016284 140733752155936 140735937043672 4447088 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 4448 3382 357 1178 0 3266 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17792

[startup+0.100378 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2585
/proc/meminfo: memFree=22147120/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=21484 CPUtime=0.09 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 4362 0 0 0 9 0 0 0 20 0 1 0 334871687 21999616 4316 33554432000 4194304 9016284 140733752155936 140735937043672 4326176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 5371 4316 357 1178 0 4189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21484

[startup+0.300258 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2585
/proc/meminfo: memFree=22147120/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=35964 CPUtime=0.29 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 7985 0 0 0 28 1 0 0 20 0 1 0 334871687 36827136 7939 33554432000 4194304 9016284 140733752155936 140735937043672 7870483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 8991 7939 357 1178 0 7809 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35964

[startup+0.700293 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2585
/proc/meminfo: memFree=22147120/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=63892 CPUtime=0.69 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 14956 0 0 0 67 2 0 0 20 0 1 0 334871687 65425408 14910 33554432000 4194304 9016284 140733752155936 140735937043672 7750384 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 15973 14910 357 1178 0 14791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63892

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2586
/proc/meminfo: memFree=22067752/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=119968 CPUtime=1.49 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 28981 0 0 0 145 4 0 0 20 0 1 0 334871687 122847232 28935 33554432000 4194304 9016284 140733752155936 140733752019832 4992855 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 29992 28935 357 1178 0 28810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119968

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2586
/proc/meminfo: memFree=21988440/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=233340 CPUtime=3.09 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 57317 0 0 0 300 9 0 0 20 0 1 0 334871687 238940160 57271 33554432000 4194304 9016284 140733752155936 140733752019832 4536486 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 58335 57271 357 1178 0 57153 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 233340

[startup+6.30033 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 2586
/proc/meminfo: memFree=21757176/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=912768 CPUtime=6.29 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 227648 0 0 0 592 37 0 0 20 0 1 0 334871687 934674432 226740 33554432000 4194304 9016284 140733752155936 140733752151912 5205776 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 228192 226740 411 1178 0 227010 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 912768

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 2586
/proc/meminfo: memFree=20744840/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=1182004 CPUtime=12.69 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 345036 0 0 0 1210 59 0 0 20 0 1 0 334871687 1210372096 293084 33554432000 4194304 9016284 140733752155936 140733752151624 4318531 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 295501 293084 487 1178 0 294319 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1182004

[startup+25.5004 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 2587
/proc/meminfo: memFree=19788036/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2446184 CPUtime=25.49 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 510960 0 0 0 2436 113 0 0 20 0 1 0 334871687 2504892416 574464 33554432000 4194304 9016284 140733752155936 140733752149800 7178162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 611546 574464 619 1178 0 610364 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2446184

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 2587
/proc/meminfo: memFree=19757148/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2478140 CPUtime=51.08 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 513726 0 0 0 4986 122 0 0 20 0 1 0 334871687 2537615360 582699 33554432000 4194304 9016284 140733752155936 140733752148856 6863436 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 619535 582699 619 1178 0 618353 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2478140

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 2587
/proc/meminfo: memFree=19845240/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2349128 CPUtime=102.29 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 521860 0 0 0 10091 138 0 0 20 0 1 0 334871687 2405507072 560596 33554432000 4194304 9016284 140733752155936 140733752149800 6855183 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 587282 560596 649 1178 0 586100 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2349128

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2590
/proc/meminfo: memFree=19826708/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2360344 CPUtime=162.27 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 522636 0 0 0 16084 143 0 0 20 0 1 0 334871687 2416992256 563262 33554432000 4194304 9016284 140733752155936 140733752151000 6922911 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 590086 563262 649 1178 0 588904 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2360344

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3009
/proc/meminfo: memFree=25517444/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2399580 CPUtime=222.26 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 526400 0 0 0 22072 154 0 0 20 0 1 0 334871687 2457169920 572733 33554432000 4194304 9016284 140733752155936 140733752149800 6855218 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 599895 572733 649 1178 0 598713 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2399580

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3009
/proc/meminfo: memFree=25491784/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2424552 CPUtime=282.25 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 528367 0 0 0 28059 166 0 0 20 0 1 0 334871687 2482741248 578706 33554432000 4194304 9016284 140733752155936 140733752148792 7178167 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 606138 578706 649 1178 0 604956 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2424552

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3010
/proc/meminfo: memFree=25482196/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2438756 CPUtime=342.24 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 529881 0 0 0 34051 173 0 0 20 0 1 0 334871687 2497286144 579811 33554432000 4194304 9016284 140733752155936 140733752149800 6855183 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 609689 579811 649 1178 0 608507 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2438756

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3010
/proc/meminfo: memFree=25459960/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2447840 CPUtime=402.23 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 531235 0 0 0 40043 180 0 0 20 0 1 0 334871687 2506588160 582102 33554432000 4194304 9016284 140733752155936 140733752151048 6586592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 611960 582102 649 1178 0 610778 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2447840

[startup+462.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 3010
/proc/meminfo: memFree=25441620/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2456336 CPUtime=462.22 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 532335 0 0 0 46037 185 0 0 20 0 1 0 334871687 2515288064 586528 33554432000 4194304 9016284 140733752155936 140733752151000 7870569 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 614084 586528 649 1178 0 612902 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2456336

[startup+522.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 3010
/proc/meminfo: memFree=25430480/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2469068 CPUtime=522.21 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 535007 0 0 0 52029 192 0 0 20 0 1 0 334871687 2528325632 589225 33554432000 4194304 9016284 140733752155936 140733752149688 7180732 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 617267 589225 650 1178 0 616085 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2469068

[startup+582.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/177 3010
/proc/meminfo: memFree=25443488/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2465504 CPUtime=582.2 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 543672 0 0 0 58007 213 0 0 20 0 1 0 334871687 2524676096 586088 33554432000 4194304 9016284 140733752155936 140733752149688 7082206 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 616376 586088 650 1178 0 615194 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2465504

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 3037
/proc/meminfo: memFree=25415600/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2499068 CPUtime=882.16 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 613732 0 0 0 87898 318 0 0 20 0 1 0 334871687 2559045632 590768 33554432000 4194304 9016284 140733752155936 140733752149688 6971597 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 624767 590768 658 1178 0 623585 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 2499068

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3038
/proc/meminfo: memFree=25395772/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2500336 CPUtime=942.15 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 623216 0 0 0 93882 333 0 0 20 0 1 0 334871687 2560344064 595477 33554432000 4194304 9016284 140733752155936 140733752149688 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 625084 595477 658 1178 0 623902 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 2500336

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 3038
/proc/meminfo: memFree=25408636/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2482836 CPUtime=1002.13 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 629823 0 0 0 99865 348 0 0 20 0 1 0 334871687 2542424064 592086 33554432000 4194304 9016284 140733752155936 140733752149688 6855183 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 620709 592086 658 1178 0 619527 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 2482836

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3038
/proc/meminfo: memFree=25393764/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2500336 CPUtime=1062.13 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 635877 0 0 0 105850 363 0 0 20 0 1 0 334871687 2560344064 595606 33554432000 4194304 9016284 140733752155936 140733752149688 6971592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 625084 595606 658 1178 0 623902 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 2500336

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3038
/proc/meminfo: memFree=25408656/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2470088 CPUtime=1122.12 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 644005 0 0 0 111833 379 0 0 20 0 1 0 334871687 2529370112 591459 33554432000 4194304 9016284 140733752155936 140733752149800 7180872 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 617522 591459 658 1178 0 616340 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2470088

[startup+1182.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 3038
/proc/meminfo: memFree=25403264/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2484072 CPUtime=1182.11 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 645554 0 0 0 117818 393 0 0 20 0 1 0 334871687 2543689728 592086 33554432000 4194304 9016284 140733752155936 140733752149256 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 621018 592086 658 1178 0 619836 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2484072

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3039
/proc/meminfo: memFree=25400888/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2482644 CPUtime=1242.1 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 649020 0 0 0 123803 407 0 0 20 0 1 0 334871687 2542227456 591916 33554432000 4194304 9016284 140733752155936 140733752149192 7180536 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 620661 591916 658 1178 0 619479 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2482644

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3039
/proc/meminfo: memFree=25435412/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2446584 CPUtime=1302.1 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 669404 0 0 0 129771 439 0 0 20 0 1 0 334871687 2505302016 583156 33554432000 4194304 9016284 140733752155936 140733752149992 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 611646 583156 658 1178 0 610464 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 2446584

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 3042
/proc/meminfo: memFree=25432148/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2446392 CPUtime=1362.08 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 678892 0 0 0 135750 458 0 0 20 0 1 0 334871687 2505105408 583791 33554432000 4194304 9016284 140733752155936 140733752149688 7180911 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 611598 583791 658 1178 0 610416 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2446392

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3042
/proc/meminfo: memFree=25417488/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2478396 CPUtime=1422.08 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 704472 0 0 0 141713 495 0 0 20 0 1 0 334871687 2537877504 588910 33554432000 4194304 9016284 140733752155936 140733752149992 6927070 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 619599 588910 658 1178 0 618417 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 2478396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3042
/proc/meminfo: memFree=25387480/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2517776 CPUtime=1482.06 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 713865 0 0 0 147692 514 0 0 20 0 1 0 334871687 2578202624 598583 33554432000 4194304 9016284 140733752155936 140733752148280 7180372 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 629444 598583 658 1178 0 628262 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 2517776

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3043
/proc/meminfo: memFree=25423948/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2446916 CPUtime=1542.05 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 721344 0 0 0 153676 529 0 0 20 0 1 0 334871687 2505641984 584303 33554432000 4194304 9016284 140733752155936 140733752149688 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 611729 584303 658 1178 0 610547 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2446916

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 3043
/proc/meminfo: memFree=25415360/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2442360 CPUtime=1602.05 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 726557 0 0 0 159662 543 0 0 20 0 1 0 334871687 2500976640 586028 33554432000 4194304 9016284 140733752155936 140733752149688 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 610590 586028 658 1178 0 609408 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 2442360

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 3043
/proc/meminfo: memFree=25426016/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2442360 CPUtime=1662.04 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 732647 0 0 0 165647 557 0 0 20 0 1 0 334871687 2500976640 582838 33554432000 4194304 9016284 140733752155936 140733752149688 7180596 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 610590 582838 658 1178 0 609408 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 2442360

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3043
/proc/meminfo: memFree=25382452/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2499896 CPUtime=1722.03 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 737344 0 0 0 171631 572 0 0 20 0 1 0 334871687 2559893504 593429 33554432000 4194304 9016284 140733752155936 140733752149800 7178129 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 624974 593429 658 1178 0 623792 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 2499896

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3043
/proc/meminfo: memFree=25392300/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2461272 CPUtime=1782.02 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 742087 0 0 0 177607 595 0 0 20 0 1 0 334871687 2520342528 590695 33554432000 4194304 9016284 140733752155936 140733752149688 7178154 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 615318 590695 658 1178 0 614136 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 2461272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 3043
/proc/meminfo: memFree=25377588/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2489764 CPUtime=1800.02 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 745144 0 0 0 179397 605 0 0 20 0 1 0 334871687 2549518336 594456 33554432000 4194304 9016284 140733752155936 140733752151736 6545744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 622441 594456 665 1178 0 621259 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2489764

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

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

[startup+1800.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 3043
/proc/meminfo: memFree=25377588/32873844 swapFree=7128/7128
[pid=2585] ppid=2583 vsize=2489764 CPUtime=1800.02 cores=1,3,5,7
/proc/2585/stat : 2585 (scip-2.0.1.4b_2) R 2583 2585 25330 0 -1 4202496 745144 0 0 0 179397 605 0 0 20 0 1 0 334871687 2549518336 594456 33554432000 4194304 9016284 140733752155936 140733752151736 6545744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2585/statm: 622441 594456 665 1178 0 621259 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2489764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.33
CPU time (s): 1800.05
CPU user time (s): 1793.97
CPU system time (s): 6.07308
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 2638468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.97
system time used= 6.07308
maximum resident set size= 2457984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 745144
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= 11
involuntary context switches= 2021

runsolver used 4.36134 second user time and 10.2034 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 03:47:27
IDJOB=3730158
IDBENCH=1388
IDSOLVER=2329
FILE ID=node105/3730158-1338688046
RUNJOBID= node105-1338679210-1718
PBS_JOBID= 14636708
Free space on /tmp= 71140 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v40_e600_d20_mw10_0.opb.PB06.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730158-1338688046/watcher-3730158-1338688046 -o /tmp/evaluation-result-3730158-1338688046/solver-3730158-1338688046 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730158-1338688046.opb -t 1800 -m 15500

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

MD5SUM BENCH= e436f4a609b5bae6a8ddfe1313c390fe
RANDOM SEED=1397144053

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22147492 kB
Buffers:          542700 kB
Cached:          3663108 kB
SwapCached:         1700 kB
Active:          6774960 kB
Inactive:        3046964 kB
Active(anon):    5612600 kB
Inactive(anon):     4800 kB
Active(file):    1162360 kB
Inactive(file):  3042164 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             50864 kB
Writeback:             0 kB
AnonPages:       5627000 kB
Mapped:            11600 kB
Shmem:                 0 kB
Slab:             742204 kB
SReclaimable:     183372 kB
SUnreclaim:       558832 kB
KernelStack:        1448 kB
PageTables:        16892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6159904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1699840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71208 MiB
End job on node105 at 2012-06-03 04:17:29