Trace number 3741152

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)? 1797.03 1797.33

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-185.opb
MD5SUM9ab96b9d426f8470cc94c9ae2cb00fb4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.53661
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1840
Total number of constraints46243
Number of constraints which are clauses42504
Number of constraints which are cardinality constraints (but not clauses)73
Number of constraints which are nor clauses,nor cardinality constraints3666
Minimum length of a constraint2
Maximum length of a constraint42
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 43
Number of bits of the biggest sum of numbers6
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-3741152-1338771707.opb>
0.19/0.26	c original problem has 1840 variables (1840 bin, 0 int, 0 impl, 0 cont) and 46243 constraints
0.19/0.26	c problem read
0.19/0.26	c No objective function, only one solution is needed.
0.19/0.26	c presolving settings loaded
0.29/0.32	c presolving:
0.29/0.38	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 26102 impls, 39 clqs
0.49/0.53	c (round 2) 1 del vars, 9 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 0 chg coeffs, 46234 upgd conss, 26102 impls, 39 clqs
0.49/0.56	c presolving (3 rounds):
0.49/0.56	c  1 deleted vars, 9 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 4 changed sides, 0 changed coefficients
0.49/0.56	c  26102 implications, 39 cliques
0.49/0.56	c presolved problem has 1839 variables (1839 bin, 0 int, 0 impl, 0 cont) and 46234 constraints
0.49/0.56	c    3696 constraints of type <knapsack>
0.49/0.56	c   12807 constraints of type <setppc>
0.49/0.56	c       4 constraints of type <linear>
0.49/0.56	c   29727 constraints of type <logicor>
0.49/0.56	c transformed objective value is always integral (scale: 1)
0.49/0.56	c Presolving Time: 0.25
0.49/0.56	c - non default parameters ----------------------------------------------------------------------
0.49/0.56	c # SCIP version 2.0.1.5
0.49/0.56	c 
0.49/0.56	c # frequency for displaying node information lines
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.56	c display/freq = 10000
0.49/0.56	c 
0.49/0.56	c # maximal time in seconds to run
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.56	c limits/time = 1797
0.49/0.56	c 
0.49/0.56	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.56	c limits/memory = 13950
0.49/0.56	c 
0.49/0.56	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c limits/solutions = 1
0.49/0.56	c 
0.49/0.56	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.56	c separating/maxrounds = 1
0.49/0.56	c 
0.49/0.56	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c separating/maxroundsroot = 5
0.49/0.56	c 
0.49/0.56	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.56	c # [type: int, range: [1,2], default: 1]
0.49/0.56	c timing/clocktype = 2
0.49/0.56	c 
0.49/0.56	c # belongs reading time to solving time?
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.56	c timing/reading = TRUE
0.49/0.56	c 
0.49/0.56	c # should presolving try to simplify inequalities
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.56	c constraints/linear/simplifyinequalities = TRUE
0.49/0.56	c 
0.49/0.56	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.56	c constraints/indicator/addCouplingCons = TRUE
0.49/0.56	c 
0.49/0.56	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.56	c constraints/knapsack/disaggregation = FALSE
0.49/0.56	c 
0.49/0.56	c # should presolving try to simplify knapsacks
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.56	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.56	c 
0.49/0.56	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c presolving/probing/maxrounds = 0
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.56	c heuristics/coefdiving/freq = -1
0.49/0.56	c 
0.49/0.56	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.56	c heuristics/coefdiving/maxlpiterquot = 0.075
0.49/0.56	c 
0.49/0.56	c # additional number of allowed LP iterations
0.49/0.56	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.56	c heuristics/coefdiving/maxlpiterofs = 1500
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.56	c heuristics/crossover/freq = -1
0.49/0.56	c 
0.49/0.56	c # number of nodes added to the contingent of the total nodes
0.49/0.56	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.56	c heuristics/crossover/nodesofs = 750
0.49/0.56	c 
0.49/0.56	c # number of nodes without incumbent change that heuristic should wait
0.49/0.56	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.56	c heuristics/crossover/nwaitingnodes = 100
0.49/0.56	c 
0.49/0.56	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.56	c # [type: real, range: [0,1], default: 0.1]
0.49/0.56	c heuristics/crossover/nodesquot = 0.15
0.49/0.56	c 
0.49/0.56	c # minimum percentage of integer variables that have to be fixed 
0.49/0.56	c # [type: real, range: [0,1], default: 0.666]
0.49/0.56	c heuristics/crossover/minfixingrate = 0.5
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.56	c heuristics/feaspump/freq = -1
0.49/0.56	c 
0.49/0.56	c # additional number of allowed LP iterations
0.49/0.56	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.56	c heuristics/feaspump/maxlpiterofs = 2000
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.56	c heuristics/fracdiving/freq = -1
0.49/0.56	c 
0.49/0.56	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.56	c heuristics/fracdiving/maxlpiterquot = 0.075
0.49/0.56	c 
0.49/0.56	c # additional number of allowed LP iterations
0.49/0.56	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.56	c heuristics/fracdiving/maxlpiterofs = 1500
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.56	c heuristics/guideddiving/freq = -1
0.49/0.56	c 
0.49/0.56	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.56	c heuristics/guideddiving/maxlpiterquot = 0.075
0.49/0.56	c 
0.49/0.56	c # additional number of allowed LP iterations
0.49/0.56	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.56	c heuristics/guideddiving/maxlpiterofs = 1500
0.49/0.56	c 
0.49/0.56	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.56	c heuristics/intdiving/maxlpiterquot = 0.075
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.56	c heuristics/intshifting/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.56	c heuristics/linesearchdiving/freq = -1
0.49/0.56	c 
0.49/0.56	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.56	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.49/0.56	c 
0.49/0.56	c # additional number of allowed LP iterations
0.49/0.56	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.56	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.56	c heuristics/objpscostdiving/freq = -1
0.49/0.56	c 
0.49/0.56	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.56	c # [type: real, range: [0,1], default: 0.01]
0.49/0.56	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.49/0.56	c 
0.49/0.56	c # additional number of allowed LP iterations
0.49/0.56	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.56	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.56	c heuristics/oneopt/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.56	c heuristics/pscostdiving/freq = -1
0.49/0.56	c 
0.49/0.56	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.56	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.49/0.56	c 
0.49/0.56	c # additional number of allowed LP iterations
0.49/0.56	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.56	c heuristics/pscostdiving/maxlpiterofs = 1500
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.56	c heuristics/rens/freq = -1
0.49/0.56	c 
0.49/0.56	c # minimum percentage of integer variables that have to be fixable 
0.49/0.56	c # [type: real, range: [0,1], default: 0.5]
0.49/0.56	c heuristics/rens/minfixingrate = 0.3
0.49/0.56	c 
0.49/0.56	c # number of nodes added to the contingent of the total nodes
0.49/0.56	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.56	c heuristics/rens/nodesofs = 2000
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.56	c heuristics/rootsoldiving/freq = -1
0.49/0.56	c 
0.49/0.56	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.56	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.49/0.56	c 
0.49/0.56	c # additional number of allowed LP iterations
0.49/0.56	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.56	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.56	c heuristics/rounding/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.56	c heuristics/shiftandpropagate/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.56	c heuristics/shifting/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.56	c heuristics/simplerounding/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.56	c heuristics/subnlp/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.56	c heuristics/trivial/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.56	c heuristics/trysol/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.56	c heuristics/undercover/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.56	c heuristics/veclendiving/freq = -1
0.49/0.56	c 
0.49/0.56	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.56	c heuristics/veclendiving/maxlpiterquot = 0.075
0.49/0.56	c 
0.49/0.56	c # additional number of allowed LP iterations
0.49/0.56	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.56	c heuristics/veclendiving/maxlpiterofs = 1500
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.56	c heuristics/zirounding/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.56	c separating/cmir/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.56	c separating/flowcover/freq = -1
0.49/0.56	c 
0.49/0.56	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c separating/rapidlearning/freq = 0
0.49/0.56	c 
0.49/0.56	c -----------------------------------------------------------------------------------------------
0.49/0.56	c start solving
0.49/0.56	c 
0.68/0.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.68/0.75	c   0.7s|     1 |     0 |   128 |     - |  66M|   0 | 107 |1839 |  46k|1839 |  46k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.15	c   1.1s|     1 |     0 |   251 |     - |  66M|   0 | 181 |1839 |  46k|1839 |  46k|   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.76	c   1.8s|     1 |     0 |  1358 |     - |  66M|   0 | 399 |1839 |  46k|1839 |  46k|  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.29/2.35	c   2.4s|     1 |     0 |  1907 |     - |  67M|   0 | 423 |1839 |  46k|1839 |  46k|  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.79/2.88	c   2.9s|     1 |     0 |  2031 |     - |  68M|   0 | 320 |1839 |  46k|1839 |  46k|  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.89/3.94	c   3.9s|     1 |     0 |  2340 |     - |  69M|   0 | 382 |1839 |  46k|1839 |  46k|  76 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.69/10.73	c  10.7s|     1 |     2 |  2340 |     - |  69M|   0 | 382 |1839 |  46k|1839 |  46k|  76 |   0 |  19 | 0.000000e+00 |      --      |    Inf 
1225.17/1225.49	c  1225s| 10000 |  2428 |922940 |  92.1 | 112M|  83 | 384 |1839 |  49k|1839 |  46k|  76 |  12k|4577 | 0.000000e+00 |      --      |    Inf 
1796.89/1797.22	c 
1796.89/1797.22	c SCIP Status        : solving was interrupted [time limit reached]
1796.89/1797.22	c Solving Time (sec) : 1797.22
1796.89/1797.22	c Solving Nodes      : 15849
1796.89/1797.22	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.89/1797.22	c Dual Bound         : +0.00000000000000e+00
1796.89/1797.22	c Gap                : infinite
1796.89/1797.22	s UNKNOWN
1796.89/1797.22	c SCIP Status        : solving was interrupted [time limit reached]
1796.89/1797.22	c Total Time         :    1797.22
1796.89/1797.22	c   solving          :    1797.22
1796.89/1797.22	c   presolving       :       0.25 (included in solving)
1796.89/1797.22	c   reading          :       0.26 (included in solving)
1796.89/1797.22	c Original Problem   :
1796.89/1797.22	c   Problem name     : HOME/instance-3741152-1338771707.opb
1796.89/1797.22	c   Variables        : 1840 (1840 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.89/1797.22	c   Constraints      : 46243 initial, 46243 maximal
1796.89/1797.22	c Presolved Problem  :
1796.89/1797.22	c   Problem name     : t_HOME/instance-3741152-1338771707.opb
1796.89/1797.22	c   Variables        : 1839 (1839 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.89/1797.22	c   Constraints      : 46234 initial, 49835 maximal
1796.89/1797.22	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.89/1797.22	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c   linear           :       0.16          0          1          0          0          0          5          0          4          0
1796.89/1797.22	c   logicor          :       0.04          0          0          0          0          0          4          0          0          0
1796.89/1797.22	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.89/1797.22	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.89/1797.22	c   integral         :          0          0          0      12688          0          1          0         99       2863          0          0      23184
1796.89/1797.22	c   knapsack         :       3696          5      76657          0          0          0      96884        700      54254         41          0          0
1796.89/1797.22	c   setppc           :      12807          5      75957          0          0          0     697079        737     121279          0          0          0
1796.89/1797.22	c   linear           :          4          5      75220          0          0          0       5285         40       3879          0          0          0
1796.89/1797.22	c   logicor          :      29727+         5      60965          0          0          0     357168       4233     238506          0          0          0
1796.89/1797.22	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.89/1797.22	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.89/1797.22	c   integral         :     729.38       0.00       0.00     729.38       0.00       0.00       0.00
1796.89/1797.22	c   knapsack         :       4.01       0.01       3.94       0.00       0.00       0.00       0.05
1796.89/1797.22	c   setppc           :       1.45       0.00       1.27       0.00       0.00       0.00       0.17
1796.89/1797.22	c   linear           :       0.04       0.00       0.03       0.00       0.00       0.00       0.01
1796.89/1797.22	c   logicor          :       5.58       0.01       5.29       0.00       0.00       0.00       0.29
1796.89/1797.22	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.89/1797.22	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.89/1797.22	c   vbounds          :          0          0          0          0
1796.89/1797.22	c   rootredcost      :          0          0          0          0
1796.89/1797.22	c   pseudoobj        :          0          0          0          0
1796.89/1797.22	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.89/1797.22	c   vbounds          :       0.01       0.01       0.00
1796.89/1797.22	c   rootredcost      :       0.01       0.01       0.00
1796.89/1797.22	c   pseudoobj        :       0.01       0.01       0.00
1796.89/1797.22	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.89/1797.22	c   propagation      :       1.72       5710       5677      69943      124.6       2199       35.7          -
1796.89/1797.22	c   infeasible LP    :       0.80        554        553       9486      119.7        216       23.5          0
1796.89/1797.22	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.89/1797.22	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.89/1797.22	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.89/1797.22	c   applied globally :          -          -          -      21573       51.3          -          -          -
1796.89/1797.22	c   applied locally  :          -          -          -          1      194.0          -          -          -
1796.89/1797.22	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.89/1797.22	c   cut pool         :       0.00          4          -          -         19          -    (maximal pool size: 797)
1796.89/1797.22	c   redcost          :       0.36      11744          0          0          0          0
1796.89/1797.22	c   impliedbounds    :       0.00          5          0          0          0          0
1796.89/1797.22	c   intobj           :       0.00          0          0          0          0          0
1796.89/1797.22	c   gomory           :       1.28          5          0          0       2500          0
1796.89/1797.22	c   cgmip            :       0.00          0          0          0          0          0
1796.89/1797.22	c   closecuts        :       0.00          0          0          0          0          0
1796.89/1797.22	c   strongcg         :       0.93          5          0          0       2500          0
1796.89/1797.22	c   cmir             :       0.00          0          0          0          0          0
1796.89/1797.22	c   flowcover        :       0.00          0          0          0          0          0
1796.89/1797.22	c   clique           :       0.01          5          0          0         18          0
1796.89/1797.22	c   zerohalf         :       0.00          0          0          0          0          0
1796.89/1797.22	c   mcf              :       0.03          1          0          0          0          0
1796.89/1797.22	c   oddcycle         :       0.00          0          0          0          0          0
1796.89/1797.22	c   rapidlearning    :       0.00          0          0          0          0          0
1796.89/1797.22	c Pricers            :       Time      Calls       Vars
1796.89/1797.22	c   problem variables:       0.00          0          0
1796.89/1797.22	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.89/1797.22	c   relpscost        :     729.36      12688         99       2863          0          0      23184
1796.89/1797.22	c   pscost           :       0.00          0          0          0          0          0          0
1796.89/1797.22	c   inference        :       0.00          0          0          0          0          0          0
1796.89/1797.22	c   mostinf          :       0.00          0          0          0          0          0          0
1796.89/1797.22	c   leastinf         :       0.00          0          0          0          0          0          0
1796.89/1797.22	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.89/1797.22	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.89/1797.22	c   random           :       0.00          0          0          0          0          0          0
1796.89/1797.22	c Primal Heuristics  :       Time      Calls      Found
1796.89/1797.22	c   LP solutions     :       0.00          -          0
1796.89/1797.22	c   pseudo solutions :       0.00          -          0
1796.89/1797.22	c   trivial          :       0.00          1          0
1796.89/1797.22	c   shiftandpropagate:       0.00          0          0
1796.89/1797.22	c   simplerounding   :       0.00          0          0
1796.89/1797.22	c   zirounding       :       0.00          0          0
1796.89/1797.22	c   rounding         :       0.00          0          0
1796.89/1797.22	c   shifting         :       0.00          0          0
1796.89/1797.22	c   intshifting      :       0.00          0          0
1796.89/1797.22	c   oneopt           :       0.00          0          0
1796.89/1797.22	c   twoopt           :       0.00          0          0
1796.89/1797.22	c   fixandinfer      :       0.00          0          0
1796.89/1797.22	c   feaspump         :       0.00          0          0
1796.89/1797.22	c   clique           :       0.00          0          0
1796.89/1797.22	c   coefdiving       :       0.00          0          0
1796.89/1797.22	c   pscostdiving     :       0.00          0          0
1796.89/1797.22	c   fracdiving       :       0.00          0          0
1796.89/1797.22	c   veclendiving     :       0.00          0          0
1796.89/1797.22	c   intdiving        :       0.00          0          0
1796.89/1797.22	c   actconsdiving    :       0.00          0          0
1796.89/1797.22	c   objpscostdiving  :       0.00          0          0
1796.89/1797.22	c   rootsoldiving    :       0.00          0          0
1796.89/1797.22	c   linesearchdiving :       0.00          0          0
1796.89/1797.22	c   guideddiving     :       0.00          0          0
1796.89/1797.22	c   octane           :       0.00          0          0
1796.89/1797.22	c   rens             :       0.00          0          0
1796.89/1797.22	c   rins             :       0.00          0          0
1796.89/1797.22	c   localbranching   :       0.00          0          0
1796.89/1797.22	c   mutation         :       0.00          0          0
1796.89/1797.22	c   crossover        :       0.00          0          0
1796.89/1797.22	c   dins             :       0.00          0          0
1796.89/1797.22	c   vbounds          :       0.00          0          0
1796.89/1797.22	c   undercover       :       0.00          0          0
1796.89/1797.22	c   subnlp           :       0.00          0          0
1796.89/1797.22	c   trysol           :       0.00          0          0
1796.89/1797.22	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.89/1797.22	c   primal LP        :       0.01          0          0       0.00       0.00
1796.89/1797.22	c   dual LP          :     984.96      13242    1394514     105.31    1415.81
1796.89/1797.22	c   lex dual LP      :       0.00          0          0       0.00          -
1796.89/1797.22	c   barrier LP       :       0.00          0          0       0.00          -
1796.89/1797.22	c   diving/probing LP:       0.00          0          0       0.00          -
1796.89/1797.22	c   strong branching :     726.26       6859     655363      95.55     902.38
1796.89/1797.22	c     (at root node) :          -         19       9700     510.53          -
1796.89/1797.22	c   conflict analysis:       0.00          0          0       0.00          -
1796.89/1797.22	c B&B Tree           :
1796.89/1797.22	c   number of runs   :          1
1796.89/1797.22	c   nodes            :      15849
1796.89/1797.22	c   nodes (total)    :      15849
1796.89/1797.22	c   nodes left       :       3169
1796.89/1797.22	c   max depth        :         83
1796.89/1797.22	c   max depth (total):         83
1796.89/1797.22	c   backtracks       :       2750 (17.4%)
1796.89/1797.22	c   delayed cutoffs  :       4167
1796.89/1797.22	c   repropagations   :      19204 (97173 domain reductions, 2106 cutoffs)
1796.89/1797.22	c   avg switch length:       4.23
1796.89/1797.22	c   switching time   :      10.03
1796.89/1797.22	c Solution           :
1796.89/1797.22	c   Solutions found  :          0 (0 improvements)
1796.89/1797.22	c   Primal Bound     :          -
1796.89/1797.22	c   Dual Bound       : +0.00000000000000e+00
1796.89/1797.22	c   Gap              :   infinite
1796.89/1797.22	c   Root Dual Bound  : +0.00000000000000e+00
1796.89/1797.22	c   Root Iterations  :       2340
1796.99/1797.33	c Time complete: 1797.02.

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-3741152-1338771707/watcher-3741152-1338771707 -o /tmp/evaluation-result-3741152-1338771707/solver-3741152-1338771707 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741152-1338771707.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: 0.92 0.99 1.22 2/177 9248
/proc/meminfo: memFree=28136704/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=11980 CPUtime=0 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 1931 0 0 0 0 0 0 0 20 0 1 0 343296714 12267520 1886 33554432000 4194304 9016284 140733571168592 140736154231960 7870589 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 2995 1897 340 1178 0 1813 0

[startup+0.0644241 s]
/proc/loadavg: 0.92 0.99 1.22 2/177 9248
/proc/meminfo: memFree=28136704/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=18472 CPUtime=0.05 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 3603 0 0 0 5 0 0 0 20 0 1 0 343296714 18915328 3558 33554432000 4194304 9016284 140733571168592 140736154231960 7928096 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 4618 3558 357 1178 0 3436 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18472

[startup+0.100249 s]
/proc/loadavg: 0.92 0.99 1.22 2/177 9248
/proc/meminfo: memFree=28136704/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=21384 CPUtime=0.09 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 4338 0 0 0 8 1 0 0 20 0 1 0 343296714 21897216 4293 33554432000 4194304 9016284 140733571168592 140736154231960 4652235 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 5346 4293 357 1178 0 4164 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21384

[startup+0.300216 s]
/proc/loadavg: 0.92 0.99 1.22 2/177 9248
/proc/meminfo: memFree=28136704/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=57860 CPUtime=0.29 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 13413 0 0 0 26 3 0 0 20 0 1 0 343296714 59248640 13368 33554432000 4194304 9016284 140733571168592 140736154231960 4318833 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 14465 13368 404 1178 0 13283 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57860

[startup+0.700226 s]
/proc/loadavg: 0.92 0.99 1.22 2/177 9248
/proc/meminfo: memFree=28136704/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=155348 CPUtime=0.68 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 36575 0 0 0 62 6 0 0 20 0 1 0 343296714 159076352 36572 33554432000 4194304 9016284 140733571168592 140733571164264 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 38837 36572 623 1178 0 37655 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 155348

[startup+1.50013 s]
/proc/loadavg: 0.92 0.99 1.22 4/179 9250
/proc/meminfo: memFree=27851384/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=161728 CPUtime=1.49 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 39661 0 0 0 142 7 0 0 20 0 1 0 343296714 165609472 38324 33554432000 4194304 9016284 140733571168592 140733571163656 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 40432 38324 661 1178 0 39250 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 161728

[startup+3.10017 s]
/proc/loadavg: 0.92 0.99 1.22 4/179 9250
/proc/meminfo: memFree=27559520/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=176904 CPUtime=3.09 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 42167 0 0 0 301 8 0 0 20 0 1 0 343296714 181149696 41852 33554432000 4194304 9016284 140733571168592 140733571163656 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 44226 41852 661 1178 0 43044 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 176904

[startup+6.30025 s]
/proc/loadavg: 1.01 1.00 1.22 4/179 9250
/proc/meminfo: memFree=27495316/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=184220 CPUtime=6.29 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 44866 0 0 0 621 8 0 0 20 0 1 0 343296714 188641280 44518 33554432000 4194304 9016284 140733571168592 140733571162344 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 46055 44518 662 1178 0 44873 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 184220

[startup+12.7002 s]
/proc/loadavg: 1.09 1.02 1.23 4/179 9250
/proc/meminfo: memFree=27464764/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=184748 CPUtime=12.68 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 44978 0 0 0 1259 9 0 0 20 0 1 0 343296714 189181952 44630 33554432000 4194304 9016284 140733571168592 140733571162344 6927107 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 46187 44630 670 1178 0 45005 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 184748

[startup+25.507 s]
/proc/loadavg: 1.29 1.07 1.24 4/178 9250
/proc/meminfo: memFree=27445104/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=185008 CPUtime=25.49 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 45156 0 0 0 2537 12 0 0 20 0 1 0 343296714 189448192 44816 33554432000 4194304 9016284 140733571168592 140733571162344 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 46252 44816 670 1178 0 45070 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 185008

[startup+51.1002 s]
/proc/loadavg: 1.53 1.14 1.26 4/178 9250
/proc/meminfo: memFree=27444772/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=186072 CPUtime=51.08 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 45172 0 0 0 5091 17 0 0 20 0 1 0 343296714 190537728 44917 33554432000 4194304 9016284 140733571168592 140733571162344 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 46518 44917 670 1178 0 45336 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 186072

[startup+102.3 s]
/proc/loadavg: 1.79 1.27 1.29 4/178 9250
/proc/meminfo: memFree=27417224/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=186268 CPUtime=102.26 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 45213 0 0 0 10200 26 0 0 20 0 1 0 343296714 190738432 45238 33554432000 4194304 9016284 140733571168592 140733571162344 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 46567 45238 670 1178 0 45385 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 186268

[startup+162.3 s]
/proc/loadavg: 1.92 1.40 1.34 4/178 9250
/proc/meminfo: memFree=27408528/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=190544 CPUtime=162.25 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 64876 0 0 0 16184 41 0 0 20 0 1 0 343296714 195117056 46106 33554432000 4194304 9016284 140733571168592 140733571162456 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 47636 46106 675 1178 0 46454 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 190544

[startup+222.3 s]
/proc/loadavg: 1.97 1.51 1.38 4/178 9250
/proc/meminfo: memFree=27404600/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=194956 CPUtime=222.25 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 91808 0 0 0 22169 56 0 0 20 0 1 0 343296714 199634944 46479 33554432000 4194304 9016284 140733571168592 140733571162760 7180996 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 48739 46479 675 1178 0 47557 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 194956

[startup+282.3 s]
/proc/loadavg: 1.99 1.59 1.41 4/178 9251
/proc/meminfo: memFree=27396712/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=198812 CPUtime=282.23 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 137651 0 0 0 28147 76 0 0 20 0 1 0 343296714 203583488 48220 33554432000 4194304 9016284 140733571168592 140733571162760 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 49703 48220 675 1178 0 48521 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 198812

[startup+342.307 s]
/proc/loadavg: 1.99 1.67 1.45 4/178 9251
/proc/meminfo: memFree=27384816/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=200668 CPUtime=342.23 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 144949 0 0 0 34134 89 0 0 20 0 1 0 343296714 205484032 49130 33554432000 4194304 9016284 140733571168592 140733571161960 6855210 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 50167 49130 675 1178 0 48985 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 200668

[startup+402.3 s]
/proc/loadavg: 1.99 1.72 1.48 4/178 9251
/proc/meminfo: memFree=27385664/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=201540 CPUtime=402.21 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 172786 0 0 0 40115 106 0 0 20 0 1 0 343296714 206376960 48858 33554432000 4194304 9016284 140733571168592 140733571161848 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 50385 48858 675 1178 0 49203 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 201540

[startup+462.3 s]
/proc/loadavg: 1.99 1.77 1.51 4/178 9251
/proc/meminfo: memFree=27382444/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=205044 CPUtime=462.2 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 177100 0 0 0 46105 115 0 0 20 0 1 0 343296714 209965056 49883 33554432000 4194304 9016284 140733571168592 140733571161848 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 51261 49883 675 1178 0 50079 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 205044

[startup+522.3 s]
/proc/loadavg: 1.99 1.81 1.54 4/179 9254
/proc/meminfo: memFree=27380088/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=207736 CPUtime=522.19 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 195261 0 0 0 52090 129 0 0 20 0 1 0 343296714 212721664 50261 33554432000 4194304 9016284 140733571168592 140733571162552 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/9248/statm: 51934 50261 675 1178 0 50752 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 207736

[startup+582.3 s]
/proc/loadavg: 1.99 1.84 1.56 4/178 9255
/proc/meminfo: memFree=27371728/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=213328 CPUtime=582.18 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 219912 0 0 0 58072 146 0 0 20 0 1 0 343296714 218447872 52386 33554432000 4194304 9016284 140733571168592 140733571161512 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/9248/statm: 53332 52386 675 1178 0 52150 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 213328

[startup+642.3 s]

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

/proc/meminfo: memFree=27356016/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=228104 CPUtime=1062.1 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 233528 0 0 0 105968 242 0 0 20 0 1 0 343296714 233578496 56084 33554432000 4194304 9016284 140733571168592 140733571162760 6927107 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 57026 56084 675 1178 0 55844 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 228104

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.74 4/179 9259
/proc/meminfo: memFree=27353428/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=230808 CPUtime=1122.09 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 237193 0 0 0 111951 258 0 0 20 0 1 0 343296714 236347392 56756 33554432000 4194304 9016284 140733571168592 140733571162456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 57702 56756 675 1178 0 56520 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 230808

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.75 4/178 9260
/proc/meminfo: memFree=27350708/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=233644 CPUtime=1182.08 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 237920 0 0 0 117939 269 0 0 20 0 1 0 343296714 239251456 57470 33554432000 4194304 9016284 140733571168592 140733571162504 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 58411 57470 675 1178 0 57229 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 233644

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.76 4/178 9260
/proc/meminfo: memFree=27346864/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=237240 CPUtime=1242.07 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 238802 0 0 0 123925 282 0 0 20 0 1 0 343296714 242933760 58352 33554432000 4194304 9016284 140733571168592 140733571161512 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 59310 58352 675 1178 0 58128 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 237240

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.77 4/178 9260
/proc/meminfo: memFree=27345124/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=240624 CPUtime=1302.07 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 251477 0 0 0 129911 296 0 0 20 0 1 0 343296714 246398976 58795 33554432000 4194304 9016284 140733571168592 140733571162648 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 60156 58795 675 1178 0 58974 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 240624

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.79 4/178 9260
/proc/meminfo: memFree=27356300/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=239756 CPUtime=1362.06 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 260865 0 0 0 135896 310 0 0 20 0 1 0 343296714 245510144 58600 33554432000 4194304 9016284 140733571168592 140733571161528 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 59939 58600 675 1178 0 58757 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 239756

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.80 4/178 9260
/proc/meminfo: memFree=27347984/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=240028 CPUtime=1422.05 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 275538 0 0 0 141881 324 0 0 20 0 1 0 343296714 245788672 58719 33554432000 4194304 9016284 140733571168592 140733571161528 7204751 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 60007 58719 675 1178 0 58825 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 240028

[startup+1482.3 s]
/proc/loadavg: 2.06 2.00 1.82 4/178 9261
/proc/meminfo: memFree=27348228/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=242568 CPUtime=1482.03 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 290599 0 0 0 147864 339 0 0 20 0 1 0 343296714 248389632 59365 33554432000 4194304 9016284 140733571168592 140733571162456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 60642 59365 675 1178 0 59460 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 242568

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 1.83 4/179 9262
/proc/meminfo: memFree=27345992/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=241792 CPUtime=1542.03 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 310200 0 0 0 153848 355 0 0 20 0 1 0 343296714 247595008 59068 33554432000 4194304 9016284 140733571168592 140733571162920 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 60448 59068 675 1178 0 59266 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 241792

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.84 4/178 9262
/proc/meminfo: memFree=27344140/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=242320 CPUtime=1602.02 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 323491 0 0 0 159831 371 0 0 20 0 1 0 343296714 248135680 59197 33554432000 4194304 9016284 140733571168592 140733571162760 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 60580 59197 676 1178 0 59398 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 242320

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.84 4/178 9262
/proc/meminfo: memFree=27339924/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=244920 CPUtime=1662.01 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 334225 0 0 0 165817 384 0 0 20 0 1 0 343296714 250798080 60211 33554432000 4194304 9016284 140733571168592 140733571162456 6606506 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 61230 60211 676 1178 0 60048 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 244920

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 9265
/proc/meminfo: memFree=27342564/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=246228 CPUtime=1722 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 349862 0 0 0 171800 400 0 0 20 0 1 0 343296714 252137472 59865 33554432000 4194304 9016284 140733571168592 140733571162920 7178162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 61557 59865 676 1178 0 60375 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 246228

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 9266
/proc/meminfo: memFree=27336376/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=250316 CPUtime=1781.98 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 412258 0 0 0 177774 424 0 0 20 0 1 0 343296714 256323584 60983 33554432000 4194304 9016284 140733571168592 140733571162456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 62579 60983 676 1178 0 61397 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 250316

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

[startup+1785.7 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 9266
/proc/meminfo: memFree=27337864/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=248960 CPUtime=1785.39 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 414817 0 0 0 178113 426 0 0 20 0 1 0 343296714 254935040 60694 33554432000 4194304 9016284 140733571168592 140733571162008 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 62240 60694 676 1178 0 61058 0
Current children cumulated CPU time (s) 1785.39
Current children cumulated vsize (KiB) 248960

[startup+1792.11 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 9266
/proc/meminfo: memFree=27335632/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=250368 CPUtime=1791.79 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 415262 0 0 0 178751 428 0 0 20 0 1 0 343296714 256376832 61139 33554432000 4194304 9016284 140733571168592 140733571162456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 62592 61139 676 1178 0 61410 0
Current children cumulated CPU time (s) 1791.79
Current children cumulated vsize (KiB) 250368

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 9266
/proc/meminfo: memFree=27335632/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=250368 CPUtime=1795 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 415298 0 0 0 179071 429 0 0 20 0 1 0 343296714 256376832 61175 33554432000 4194304 9016284 140733571168592 140733571162760 7103737 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 62592 61175 676 1178 0 61410 0
Current children cumulated CPU time (s) 1795
Current children cumulated vsize (KiB) 250368

[startup+1796.1 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 9266
/proc/meminfo: memFree=27335632/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=250368 CPUtime=1795.79 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 415299 0 0 0 179150 429 0 0 20 0 1 0 343296714 256376832 61176 33554432000 4194304 9016284 140733571168592 140733571162760 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 62592 61176 676 1178 0 61410 0
Current children cumulated CPU time (s) 1795.79
Current children cumulated vsize (KiB) 250368

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 9266
/proc/meminfo: memFree=27335632/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=250368 CPUtime=1796.59 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 415322 0 0 0 179230 429 0 0 20 0 1 0 343296714 256376832 61199 33554432000 4194304 9016284 140733571168592 140733571162872 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 62592 61199 676 1178 0 61410 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 250368

[startup+1797.3 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 9266
/proc/meminfo: memFree=27335632/32873648 swapFree=6864/6864
[pid=9248] ppid=9244 vsize=247272 CPUtime=1796.99 cores=1,3,5,7
/proc/9248/stat : 9248 (scip-2.0.1.4b_2) R 9244 9248 9205 0 -1 4202496 415329 0 0 0 179270 429 0 0 20 0 1 0 343296714 253206528 60432 33554432000 4194304 9016284 140733571168592 140733571164408 6469244 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9248/statm: 61818 60432 682 1178 0 60636 0
Current children cumulated CPU time (s) 1796.99
Current children cumulated vsize (KiB) 247272

Child status: 0
Real time (s): 1797.33
CPU time (s): 1797.03
CPU user time (s): 1792.73
CPU system time (s): 4.30135
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 251536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.73
system time used= 4.30135
maximum resident set size= 246180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415337
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= 39
involuntary context switches= 2069

runsolver used 3.00154 second user time and 7.92479 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-04 03:01:47
IDJOB=3741152
IDBENCH=89787
IDSOLVER=2329
FILE ID=node120/3741152-1338771707
RUNJOBID= node120-1338771707-9222
PBS_JOBID= 14636816
Free space on /tmp= 70772 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-185.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-3741152-1338771707/watcher-3741152-1338771707 -o /tmp/evaluation-result-3741152-1338771707/solver-3741152-1338771707 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741152-1338771707.opb -t 1800 -m 15500

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

MD5SUM BENCH= 9ab96b9d426f8470cc94c9ae2cb00fb4
RANDOM SEED=1467777324

node120.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.456
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	: 5332.91
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.456
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.456
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.92
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.456
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.88
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.456
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	: 5331.91
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.456
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.83
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.456
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.91
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.456
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28137744 kB
Buffers:          581436 kB
Cached:          3208928 kB
SwapCached:         1580 kB
Active:          1790732 kB
Inactive:        2010784 kB
Active(anon):       3076 kB
Inactive(anon):     9224 kB
Active(file):    1787656 kB
Inactive(file):  2001560 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             41172 kB
Writeback:             0 kB
AnonPages:         14816 kB
Mapped:            10004 kB
Shmem:                32 kB
Slab:             796260 kB
SReclaimable:     240324 kB
SUnreclaim:       555936 kB
KernelStack:        1400 kB
PageTables:         3992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70736 MiB
End job on node120 at 2012-06-04 03:31:45