Trace number 3489353

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.15 1797.12

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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-3489353-1307760515.opb>
0.09/0.17	c original problem has 4602 variables (4602 bin, 0 int, 0 impl, 0 cont) and 30179 constraints
0.09/0.17	c problem read
0.09/0.17	c No objective function, only one solution is needed.
0.09/0.17	c presolving settings loaded
0.19/0.21	c presolving:
0.29/0.33	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 30179 upgd conss, 0 impls, 941 clqs
0.29/0.36	c presolving (2 rounds):
0.29/0.36	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 108 changed coefficients
0.29/0.36	c  0 implications, 1505 cliques
0.29/0.36	c presolved problem has 4602 variables (4602 bin, 0 int, 0 impl, 0 cont) and 30179 constraints
0.29/0.36	c      78 constraints of type <knapsack>
0.29/0.36	c     941 constraints of type <setppc>
0.29/0.36	c   29160 constraints of type <logicor>
0.29/0.36	c transformed objective value is always integral (scale: 1)
0.29/0.36	c Presolving Time: 0.15
0.29/0.36	c - non default parameters ----------------------------------------------------------------------
0.29/0.36	c # SCIP version 2.0.1.5
0.29/0.36	c 
0.29/0.36	c # frequency for displaying node information lines
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.36	c display/freq = 10000
0.29/0.36	c 
0.29/0.36	c # maximal time in seconds to run
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/time = 1797
0.29/0.36	c 
0.29/0.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/memory = 13950
0.29/0.36	c 
0.29/0.36	c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c limits/solutions = 1
0.29/0.36	c 
0.29/0.36	c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.36	c separating/maxrounds = 1
0.29/0.36	c 
0.29/0.36	c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c separating/maxroundsroot = 5
0.29/0.36	c 
0.29/0.36	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.36	c # [type: int, range: [1,2], default: 1]
0.29/0.36	c timing/clocktype = 2
0.29/0.36	c 
0.29/0.36	c # belongs reading time to solving time?
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c timing/reading = TRUE
0.29/0.36	c 
0.29/0.36	c # should presolving try to simplify inequalities
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/linear/simplifyinequalities = TRUE
0.29/0.36	c 
0.29/0.36	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/indicator/addCouplingCons = TRUE
0.29/0.36	c 
0.29/0.36	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.36	c constraints/knapsack/disaggregation = FALSE
0.29/0.36	c 
0.29/0.36	c # should presolving try to simplify knapsacks
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.36	c 
0.29/0.36	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c presolving/probing/maxrounds = 0
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/coefdiving/freq = -1
0.29/0.36	c 
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/coefdiving/maxlpiterquot = 0.075
0.29/0.36	c 
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/coefdiving/maxlpiterofs = 1500
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.36	c heuristics/crossover/freq = -1
0.29/0.36	c 
0.29/0.36	c # number of nodes added to the contingent of the total nodes
0.29/0.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.36	c heuristics/crossover/nodesofs = 750
0.29/0.36	c 
0.29/0.36	c # number of nodes without incumbent change that heuristic should wait
0.29/0.36	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.36	c heuristics/crossover/nwaitingnodes = 100
0.29/0.36	c 
0.29/0.36	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.36	c # [type: real, range: [0,1], default: 0.1]
0.29/0.36	c heuristics/crossover/nodesquot = 0.15
0.29/0.36	c 
0.29/0.36	c # minimum percentage of integer variables that have to be fixed 
0.29/0.36	c # [type: real, range: [0,1], default: 0.666]
0.29/0.36	c heuristics/crossover/minfixingrate = 0.5
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.36	c heuristics/feaspump/freq = -1
0.29/0.36	c 
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/feaspump/maxlpiterofs = 2000
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/fracdiving/freq = -1
0.29/0.36	c 
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/fracdiving/maxlpiterquot = 0.075
0.29/0.36	c 
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/fracdiving/maxlpiterofs = 1500
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/guideddiving/freq = -1
0.29/0.36	c 
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/guideddiving/maxlpiterquot = 0.075
0.29/0.36	c 
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/guideddiving/maxlpiterofs = 1500
0.29/0.36	c 
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/intdiving/maxlpiterquot = 0.075
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/intshifting/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/linesearchdiving/freq = -1
0.29/0.36	c 
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.29/0.36	c 
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.36	c heuristics/objpscostdiving/freq = -1
0.29/0.36	c 
0.29/0.36	c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.36	c # [type: real, range: [0,1], default: 0.01]
0.29/0.36	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.29/0.36	c 
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c heuristics/oneopt/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/pscostdiving/freq = -1
0.29/0.36	c 
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.29/0.36	c 
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/pscostdiving/maxlpiterofs = 1500
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c heuristics/rens/freq = -1
0.29/0.36	c 
0.29/0.36	c # minimum percentage of integer variables that have to be fixable 
0.29/0.36	c # [type: real, range: [0,1], default: 0.5]
0.29/0.36	c heuristics/rens/minfixingrate = 0.3
0.29/0.36	c 
0.29/0.36	c # number of nodes added to the contingent of the total nodes
0.29/0.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.36	c heuristics/rens/nodesofs = 2000
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.36	c heuristics/rootsoldiving/freq = -1
0.29/0.36	c 
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.36	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.29/0.36	c 
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c heuristics/rounding/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c heuristics/shiftandpropagate/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/shifting/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c heuristics/simplerounding/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c heuristics/subnlp/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c heuristics/trivial/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c heuristics/trysol/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c heuristics/undercover/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/veclendiving/freq = -1
0.29/0.36	c 
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/veclendiving/maxlpiterquot = 0.075
0.29/0.36	c 
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/veclendiving/maxlpiterofs = 1500
0.29/0.36	c 
0.29/0.36	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c heuristics/zirounding/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c separating/cmir/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c separating/flowcover/freq = -1
0.29/0.36	c 
0.29/0.36	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c separating/rapidlearning/freq = 0
0.29/0.36	c 
0.29/0.36	c -----------------------------------------------------------------------------------------------
0.29/0.36	c start solving
0.29/0.36	c 
3.49/3.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.55	c   3.6s|     1 |     0 |  8299 |     - |  47M|   0 | 568 |4602 |  30k|4602 |  30k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.29/9.39	c   9.4s|     1 |     0 | 14031 |     - |  57M|   0 | 693 |4602 |  30k|4602 |  30k|  72 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.19/16.24	c  16.2s|     1 |     0 | 17887 |     - |  68M|   0 | 715 |4602 |  30k|4602 |  30k| 118 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.49/21.55	c  21.5s|     1 |     0 | 19385 |     - |  78M|   0 | 747 |4602 |  30k|4602 |  30k| 151 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
26.89/26.95	c  27.0s|     1 |     0 | 20253 |     - |  89M|   0 | 803 |4602 |  30k|4602 |  30k| 177 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
33.00/33.01	c  33.0s|     1 |     0 | 20750 |     - | 101M|   0 | 830 |4602 |  30k|4602 |  30k| 193 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
50.89/50.97	c  51.0s|     1 |     2 | 20750 |     - | 101M|   0 | 830 |4602 |  30k|4602 |  30k| 193 |   0 |  20 | 0.000000e+00 |      --      |    Inf 
1110.72/1110.77	c  1111s| 10000 |  1710 |674558 |  65.4 | 124M| 270 | 319 |4602 |  33k|4602 |  30k| 193 |  31k|2864 | 0.000000e+00 |      --      |    Inf 
1600.02/1600.04	c  1600s| 20000 |  2032 |  1023k|  50.2 | 130M| 270 |   - |4602 |  34k|4602 |  30k| 193 |  72k|4793 | 0.000000e+00 |      --      |    Inf 
1797.03/1797.01	c 
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Solving Time (sec) : 1797.01
1797.03/1797.01	c Solving Nodes      : 24168
1797.03/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.03/1797.01	c Dual Bound         : +0.00000000000000e+00
1797.03/1797.01	c Gap                : infinite
1797.03/1797.01	s UNKNOWN
1797.03/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.03/1797.01	c Total Time         :    1797.01
1797.03/1797.01	c   solving          :    1797.01
1797.03/1797.01	c   presolving       :       0.15 (included in solving)
1797.03/1797.01	c   reading          :       0.17 (included in solving)
1797.03/1797.01	c Original Problem   :
1797.03/1797.01	c   Problem name     : HOME/instance-3489353-1307760515.opb
1797.03/1797.01	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 30179 initial, 30179 maximal
1797.03/1797.01	c Presolved Problem  :
1797.03/1797.01	c   Problem name     : t_HOME/instance-3489353-1307760515.opb
1797.03/1797.01	c   Variables        : 4602 (4602 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 30179 initial, 34625 maximal
1797.03/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.03/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0        108
1797.03/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   linear           :       0.09          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   logicor          :       0.03          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.03/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   integral         :          0          0          0      15341          0          1          0          5        220          0          0      30360
1797.03/1797.01	c   knapsack         :         78          5     117613          0          0          0    2213018       3484     140393        277          0          0
1797.03/1797.01	c   setppc           :        941          5     114129          0          0          0    3160632       2041     437186          0          0          0
1797.03/1797.01	c   logicor          :      29160+         5      74469          0          0          0    1439161       2643     175442          0          0          0
1797.03/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.03/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.03/1797.01	c   integral         :     549.84       0.00       0.00     549.84       0.00       0.00       0.00
1797.03/1797.01	c   knapsack         :      24.96       0.00      24.12       0.00       0.00       0.00       0.84
1797.03/1797.01	c   setppc           :      17.35       0.00      15.94       0.00       0.00       0.00       1.41
1797.03/1797.01	c   logicor          :      23.41       0.00      21.26       0.00       0.00       0.00       2.14
1797.03/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.03/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.03/1797.01	c   vbounds          :          0          0          0          0
1797.03/1797.01	c   rootredcost      :          0          0          0          0
1797.03/1797.01	c   pseudoobj        :          0          0          0          0
1797.03/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.03/1797.01	c   vbounds          :       0.03       0.03       0.00
1797.03/1797.01	c   rootredcost      :       0.02       0.02       0.00
1797.03/1797.01	c   pseudoobj        :       0.02       0.02       0.00
1797.03/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.01	c   propagation      :      55.34       8168       8168     710658      310.7        560       86.9          -
1797.03/1797.01	c   infeasible LP    :      36.23       4340       4340     369748      315.1        513      100.3          0
1797.03/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.03/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.03/1797.01	c   applied globally :          -          -          -      90900      188.8          -          -          -
1797.03/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.03/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.03/1797.01	c   cut pool         :       0.02          4          -          -         18          -    (maximal pool size: 1323)
1797.03/1797.01	c   redcost          :       1.34      15191          0          0          0          0
1797.03/1797.01	c   impliedbounds    :       0.00          5          0          0          0          0
1797.03/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.03/1797.01	c   gomory           :      16.86          5          0          0       1112          0
1797.03/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.03/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.03/1797.01	c   strongcg         :       3.18          5          0          0       2500          0
1797.03/1797.01	c   cmir             :       0.00          0          0          0          0          0
1797.03/1797.01	c   flowcover        :       0.00          0          0          0          0          0
1797.03/1797.01	c   clique           :       0.09          5          0          0         29          0
1797.03/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.01	c   mcf              :       0.02          1          0          0          0          0
1797.03/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.03/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1797.03/1797.01	c Pricers            :       Time      Calls       Vars
1797.03/1797.01	c   problem variables:       0.00          0          0
1797.03/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.03/1797.01	c   relpscost        :     549.82      15341          5        220          0          0      30360
1797.03/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.03/1797.01	c   LP solutions     :       0.00          -          0
1797.03/1797.01	c   pseudo solutions :       0.00          -          0
1797.03/1797.01	c   trivial          :       0.00          1          0
1797.03/1797.01	c   shiftandpropagate:       0.00          0          0
1797.03/1797.01	c   simplerounding   :       0.00          0          0
1797.03/1797.01	c   zirounding       :       0.00          0          0
1797.03/1797.01	c   rounding         :       0.00          0          0
1797.03/1797.01	c   shifting         :       0.00          0          0
1797.03/1797.01	c   intshifting      :       0.00          0          0
1797.03/1797.01	c   oneopt           :       0.00          0          0
1797.03/1797.01	c   twoopt           :       0.00          0          0
1797.03/1797.01	c   fixandinfer      :       0.00          0          0
1797.03/1797.01	c   feaspump         :       0.00          0          0
1797.03/1797.01	c   clique           :       0.00          0          0
1797.03/1797.01	c   coefdiving       :       0.00          0          0
1797.03/1797.01	c   pscostdiving     :       0.00          0          0
1797.03/1797.01	c   fracdiving       :       0.00          0          0
1797.03/1797.01	c   veclendiving     :       0.00          0          0
1797.03/1797.01	c   intdiving        :       0.00          0          0
1797.03/1797.01	c   actconsdiving    :       0.00          0          0
1797.03/1797.01	c   objpscostdiving  :       0.00          0          0
1797.03/1797.01	c   rootsoldiving    :       0.00          0          0
1797.03/1797.01	c   linesearchdiving :       0.00          0          0
1797.03/1797.01	c   guideddiving     :       0.00          0          0
1797.03/1797.01	c   octane           :       0.00          0          0
1797.03/1797.01	c   rens             :       0.00          0          0
1797.03/1797.01	c   rins             :       0.00          0          0
1797.03/1797.01	c   localbranching   :       0.00          0          0
1797.03/1797.01	c   mutation         :       0.00          0          0
1797.03/1797.01	c   crossover        :       0.00          0          0
1797.03/1797.01	c   dins             :       0.00          0          0
1797.03/1797.01	c   vbounds          :       0.00          0          0
1797.03/1797.01	c   undercover       :       0.00          0          0
1797.03/1797.01	c   subnlp           :       0.00          0          0
1797.03/1797.01	c   trysol           :       0.00          0          0
1797.03/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.03/1797.01	c   primal LP        :       0.01          0          0       0.00          -
1797.03/1797.01	c   dual LP          :    1058.45      19553    1177712      60.23    1112.68
1797.03/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.03/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.03/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1797.03/1797.01	c   strong branching :     546.89       5324     512163      96.20     936.49
1797.03/1797.01	c     (at root node) :          -         20      19821     991.05          -
1797.03/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.03/1797.01	c B&B Tree           :
1797.03/1797.01	c   number of runs   :          1
1797.03/1797.01	c   nodes            :      24168
1797.03/1797.01	c   nodes (total)    :      24168
1797.03/1797.01	c   nodes left       :       1994
1797.03/1797.01	c   max depth        :        270
1797.03/1797.01	c   max depth (total):        270
1797.03/1797.01	c   backtracks       :       5968 (24.7%)
1797.03/1797.01	c   delayed cutoffs  :       4199
1797.03/1797.01	c   repropagations   :      23213 (282344 domain reductions, 3525 cutoffs)
1797.03/1797.01	c   avg switch length:       4.03
1797.03/1797.01	c   switching time   :       9.24
1797.03/1797.01	c Solution           :
1797.03/1797.01	c   Solutions found  :          0 (0 improvements)
1797.03/1797.01	c   Primal Bound     :          -
1797.03/1797.01	c   Dual Bound       : +0.00000000000000e+00
1797.03/1797.01	c   Gap              :   infinite
1797.03/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1797.03/1797.01	c   Root Iterations  :      20750
1797.13/1797.11	c Time complete: 1797.14.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3489353-1307760515/watcher-3489353-1307760515 -o /tmp/evaluation-result-3489353-1307760515/solver-3489353-1307760515 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489353-1307760515.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.92 1.20 2.09 5/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=11972 CPUtime=0 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 2077 0 0 0 0 0 0 0 21 0 1 0 887651149 12259328 2031 33554432000 4194304 9016284 140736185803168 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24815/statm: 2993 2045 340 1178 0 1811 0

[startup+0.037806 s]
/proc/loadavg: 0.92 1.20 2.09 5/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=19904 CPUtime=0.03 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 3953 0 0 0 3 0 0 0 21 0 1 0 887651149 20381696 3907 33554432000 4194304 9016284 140736185803168 18446744073709551615 7870468 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24815/statm: 4976 3907 357 1178 0 3794 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19904

[startup+0.100823 s]
/proc/loadavg: 0.92 1.20 2.09 5/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=24880 CPUtime=0.09 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 5206 0 0 0 9 0 0 0 21 0 1 0 887651149 25477120 5160 33554432000 4194304 9016284 140736185803168 18446744073709551615 7870468 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24815/statm: 6220 5160 357 1178 0 5038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24880

[startup+0.300798 s]
/proc/loadavg: 0.92 1.20 2.09 5/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=69044 CPUtime=0.29 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 16765 0 0 0 28 1 0 0 22 0 1 0 887651149 70701056 15930 33554432000 4194304 9016284 140736185803168 18446744073709551615 4320263 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24815/statm: 17261 15930 482 1178 0 16079 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69044

[startup+0.700731 s]
/proc/loadavg: 0.92 1.20 2.09 5/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=117056 CPUtime=0.69 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 29736 0 0 0 66 3 0 0 24 0 1 0 887651149 119865344 26579 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24815/statm: 29264 26579 648 1178 0 28082 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117056

[startup+1.50055 s]
/proc/loadavg: 0.92 1.20 2.09 4/176 24819
/proc/meminfo: memFree=30519980/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=117056 CPUtime=1.48 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 30125 0 0 0 145 3 0 0 25 0 1 0 887651149 119865344 26940 33554432000 4194304 9016284 140736185803168 18446744073709551615 7180913 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24815/statm: 29264 26940 622 1178 0 28082 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117056

[startup+3.10031 s]
/proc/loadavg: 0.92 1.20 2.09 4/176 24819
/proc/meminfo: memFree=30515712/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=117192 CPUtime=3.09 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 30339 0 0 0 305 4 0 0 25 0 1 0 887651149 120004608 27153 33554432000 4194304 9016284 140736185803168 18446744073709551615 7180592 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24815/statm: 29298 27153 621 1178 0 28116 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 117192

[startup+6.30075 s]
/proc/loadavg: 1.25 1.26 2.10 4/176 24819
/proc/meminfo: memFree=30495332/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=138616 CPUtime=6.29 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 36310 0 0 0 623 6 0 0 25 0 1 0 887651149 141942784 32542 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24815/statm: 34654 32542 1010 1178 0 33472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138616

[startup+12.7006 s]
/proc/loadavg: 1.47 1.31 2.11 4/176 24819
/proc/meminfo: memFree=30475448/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=139564 CPUtime=12.69 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 36743 0 0 0 1262 7 0 0 25 0 1 0 887651149 142913536 32806 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24815/statm: 34891 32806 841 1178 0 33709 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139564

[startup+25.5004 s]
/proc/loadavg: 1.58 1.34 2.11 4/176 24819
/proc/meminfo: memFree=30408744/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=168780 CPUtime=25.49 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 44200 0 0 0 2538 11 0 0 25 0 1 0 887651149 172830720 40092 33554432000 4194304 9016284 140736185803168 18446744073709551615 7870463 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24815/statm: 42195 40092 670 1178 0 41013 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 168780

[startup+51.101 s]
/proc/loadavg: 1.72 1.39 2.10 4/176 24819
/proc/meminfo: memFree=30362256/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=195184 CPUtime=51.09 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 50521 0 0 0 5094 15 0 0 25 0 1 0 887651149 199868416 46413 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 48796 46413 680 1178 0 47614 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 195184

[startup+102.307 s]
/proc/loadavg: 1.88 1.48 2.10 4/176 24821
/proc/meminfo: memFree=30360864/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=196016 CPUtime=102.29 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 50773 0 0 0 10204 25 0 0 25 0 1 0 887651149 200720384 46665 33554432000 4194304 9016284 140736185803168 18446744073709551615 6863440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 49004 46665 680 1178 0 47822 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 196016

[startup+162.301 s]
/proc/loadavg: 1.95 1.57 2.09 4/176 24823
/proc/meminfo: memFree=30360468/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=196016 CPUtime=162.29 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 50843 0 0 0 16194 35 0 0 25 0 1 0 887651149 200720384 46735 33554432000 4194304 9016284 140736185803168 18446744073709551615 7082073 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 49004 46735 680 1178 0 47822 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 196016

[startup+222.3 s]
/proc/loadavg: 2.14 1.68 2.09 4/176 24825
/proc/meminfo: memFree=30357092/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=197236 CPUtime=222.29 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 51106 0 0 0 22183 46 0 0 25 0 1 0 887651149 201969664 46998 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 49309 46998 680 1178 0 48127 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 197236

[startup+282.301 s]
/proc/loadavg: 2.05 1.74 2.09 4/176 24826
/proc/meminfo: memFree=30354216/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=197732 CPUtime=282.29 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 51256 0 0 0 28173 56 0 0 25 0 1 0 887651149 202477568 47148 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 49433 47148 686 1178 0 48251 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 197732

[startup+342.301 s]
/proc/loadavg: 2.02 1.78 2.08 4/176 24827
/proc/meminfo: memFree=30347364/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=199904 CPUtime=342.3 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 51787 0 0 0 34163 67 0 0 25 0 1 0 887651149 204701696 47679 33554432000 4194304 9016284 140736185803168 18446744073709551615 7180911 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 49976 47679 686 1178 0 48794 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 199904

[startup+402.301 s]
/proc/loadavg: 2.00 1.82 2.07 3/176 24829
/proc/meminfo: memFree=30340892/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=203132 CPUtime=402.3 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 52583 0 0 0 40153 77 0 0 25 0 1 0 887651149 208007168 48475 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 50783 48475 686 1178 0 49601 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 203132

[startup+462.301 s]
/proc/loadavg: 2.00 1.85 2.07 4/176 24831
/proc/meminfo: memFree=30335792/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=205764 CPUtime=462.3 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 53239 0 0 0 46143 87 0 0 25 0 1 0 887651149 210702336 49131 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 51441 49131 686 1178 0 50259 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 205764

[startup+522.3 s]
/proc/loadavg: 2.00 1.87 2.06 4/176 24833
/proc/meminfo: memFree=30332052/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=207828 CPUtime=522.3 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 53766 0 0 0 52131 99 0 0 25 0 1 0 887651149 212815872 49658 33554432000 4194304 9016284 140736185803168 18446744073709551615 6855193 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 51957 49658 686 1178 0 50775 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 207828

[startup+582.301 s]
/proc/loadavg: 2.00 1.89 2.06 4/176 24834
/proc/meminfo: memFree=30325456/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=213020 CPUtime=582.3 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 55068 0 0 0 58122 108 0 0 25 0 1 0 887651149 218132480 50952 33554432000 4194304 9016284 140736185803168 18446744073709551615 7180917 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 53255 50952 678 1178 0 52073 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 213020

[startup+642.301 s]

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

/proc/meminfo: memFree=30298584/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=232240 CPUtime=1062.31 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 59823 0 0 0 106046 185 0 0 25 0 1 0 887651149 237813760 55707 33554432000 4194304 9016284 140736185803168 18446744073709551615 6422566 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 58060 55707 678 1178 0 56878 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 232240

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/176 24861
/proc/meminfo: memFree=30297488/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=233408 CPUtime=1122.31 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 60086 0 0 0 112036 195 0 0 25 0 1 0 887651149 239009792 55970 33554432000 4194304 9016284 140736185803168 18446744073709551615 7214028 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 58352 55970 678 1178 0 57170 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 233408

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/176 24862
/proc/meminfo: memFree=30295984/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=233652 CPUtime=1182.31 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 60209 0 0 0 118026 205 0 0 25 0 1 0 887651149 239259648 56093 33554432000 4194304 9016284 140736185803168 18446744073709551615 7178171 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 58413 56093 678 1178 0 57231 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 233652

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/176 24863
/proc/meminfo: memFree=30293848/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=234192 CPUtime=1242.31 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 60339 0 0 0 124018 213 0 0 25 0 1 0 887651149 239812608 56223 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 58548 56223 678 1178 0 57366 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 234192

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/176 24865
/proc/meminfo: memFree=30292212/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=234848 CPUtime=1302.32 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 60463 0 0 0 130010 222 0 0 25 0 1 0 887651149 240484352 56347 33554432000 4194304 9016284 140736185803168 18446744073709551615 6930464 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 58712 56347 678 1178 0 57530 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 234848

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/176 24867
/proc/meminfo: memFree=30291568/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=235212 CPUtime=1362.32 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 60584 0 0 0 136001 231 0 0 25 0 1 0 887651149 240857088 56468 33554432000 4194304 9016284 140736185803168 18446744073709551615 7081903 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 58803 56468 678 1178 0 57621 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 235212

[startup+1422.31 s]
/proc/loadavg: 2.10 2.00 2.01 3/176 24869
/proc/meminfo: memFree=30287580/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=239724 CPUtime=1422.32 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 61536 0 0 0 141993 239 0 0 25 0 1 0 887651149 245477376 57420 33554432000 4194304 9016284 140736185803168 18446744073709551615 6422980 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 59931 57420 678 1178 0 58749 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 239724

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 2.00 4/176 24870
/proc/meminfo: memFree=30286700/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=239724 CPUtime=1482.32 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 61714 0 0 0 147983 249 0 0 25 0 1 0 887651149 245477376 57598 33554432000 4194304 9016284 140736185803168 18446744073709551615 7178162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 59931 57598 678 1178 0 58749 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 239724

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/176 24871
/proc/meminfo: memFree=30286552/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=240128 CPUtime=1542.32 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 61812 0 0 0 153974 258 0 0 25 0 1 0 887651149 245891072 57696 33554432000 4194304 9016284 140736185803168 18446744073709551615 7080910 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60032 57696 678 1178 0 58850 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 240128

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24873
/proc/meminfo: memFree=30286168/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=240436 CPUtime=1602.33 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 61916 0 0 0 159966 267 0 0 25 0 1 0 887651149 246206464 57800 33554432000 4194304 9016284 140736185803168 18446744073709551615 7082192 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60109 57800 678 1178 0 58927 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 240436

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24875
/proc/meminfo: memFree=30285652/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=240848 CPUtime=1662.32 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 62027 0 0 0 165957 275 0 0 25 0 1 0 887651149 246628352 57911 33554432000 4194304 9016284 140736185803168 18446744073709551615 7204773 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60212 57911 678 1178 0 59030 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 240848

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24877
/proc/meminfo: memFree=30285512/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=241084 CPUtime=1722.32 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 62076 0 0 0 171950 282 0 0 25 0 1 0 887651149 246870016 57960 33554432000 4194304 9016284 140736185803168 18446744073709551615 7213844 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60271 57960 678 1178 0 59089 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 241084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24878
/proc/meminfo: memFree=30284876/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=241792 CPUtime=1782.33 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 62213 0 0 0 177941 292 0 0 25 0 1 0 887651149 247595008 58097 33554432000 4194304 9016284 140736185803168 18446744073709551615 6948864 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60448 58097 678 1178 0 59266 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 241792

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24878
/proc/meminfo: memFree=30284628/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=241792 CPUtime=1785.53 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 62234 0 0 0 178261 292 0 0 25 0 1 0 887651149 247595008 58118 33554432000 4194304 9016284 140736185803168 18446744073709551615 6606497 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60448 58118 678 1178 0 59266 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 241792

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24878
/proc/meminfo: memFree=30284616/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=241792 CPUtime=1791.94 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 62248 0 0 0 178901 293 0 0 25 0 1 0 887651149 247595008 58132 33554432000 4194304 9016284 140736185803168 18446744073709551615 7180382 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60448 58132 678 1178 0 59266 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 241792

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24879
/proc/meminfo: memFree=30284616/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=241792 CPUtime=1795.14 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 62272 0 0 0 179220 294 0 0 25 0 1 0 887651149 247595008 58156 33554432000 4194304 9016284 140736185803168 18446744073709551615 7177443 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60448 58156 678 1178 0 59266 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 241792

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24879
/proc/meminfo: memFree=30284616/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=241792 CPUtime=1795.93 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 62276 0 0 0 179299 294 0 0 25 0 1 0 887651149 247595008 58160 33554432000 4194304 9016284 140736185803168 18446744073709551615 6776959 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60448 58160 678 1178 0 59266 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 241792

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24879
/proc/meminfo: memFree=30284492/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=241792 CPUtime=1796.73 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 62278 0 0 0 179379 294 0 0 25 0 1 0 887651149 247595008 58162 33554432000 4194304 9016284 140736185803168 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/24815/statm: 60448 58162 678 1178 0 59266 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 241792

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24879
/proc/meminfo: memFree=30284492/32951132 swapFree=67054616/67111528
[pid=24815] ppid=24812 vsize=213564 CPUtime=1797.13 cores=0,2,4,6
/proc/24815/stat : 24815 (scip-2.0.1.4b_2) R 24812 24815 24772 0 -1 4202496 62284 0 0 0 179419 294 0 0 25 0 1 0 887651149 218689536 51832 33554432000 4194304 9016284 140736185803168 18446744073709551615 5210072 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24815/statm: 53391 51832 684 1178 0 52209 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (KiB) 213564

Child status: 0
Real time (s): 1797.12
CPU time (s): 1797.15
CPU user time (s): 1794.2
CPU system time (s): 2.95655
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 241792

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

runsolver used 3.02554 second user time and 6.72298 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 04:48:35
IDJOB=3489353
IDBENCH=1500
IDSOLVER=1979
FILE ID=node131/3489353-1307760515
RUNJOBID= node131-1307760515-24790
PBS_JOBID= 13550872
Free space on /tmp= 74072 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.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-3489353-1307760515/watcher-3489353-1307760515 -o /tmp/evaluation-result-3489353-1307760515/solver-3489353-1307760515 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489353-1307760515.opb -t 1800 -m 15500

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=292244578

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30730612 kB
Buffers:        268940 kB
Cached:        1680652 kB
SwapCached:       9824 kB
Active:         506552 kB
Inactive:      1462604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30730612 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           35564 kB
Writeback:           0 kB
AnonPages:       17908 kB
Mapped:          12684 kB
Slab:           186260 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   189956 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74052 MiB
End job on node131 at 2011-06-11 05:18:32