Trace number 3489354

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.13 1797.09

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUM24c836f3fcb46569dfcfdc2eda4dee98
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 benchmark0.567913
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
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 102
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-3489354-1307760515.opb>
0.09/0.17	c original problem has 4608 variables (4608 bin, 0 int, 0 impl, 0 cont) and 30348 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, 30348 upgd conss, 0 impls, 942 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, 78 changed coefficients
0.29/0.36	c  0 implications, 1512 cliques
0.29/0.36	c presolved problem has 4608 variables (4608 bin, 0 int, 0 impl, 0 cont) and 30348 constraints
0.29/0.36	c      78 constraints of type <knapsack>
0.29/0.36	c     942 constraints of type <setppc>
0.29/0.36	c   29328 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 
6.39/6.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.39/6.42	c   6.4s|     1 |     0 | 10764 |     - |  47M|   0 | 628 |4608 |  30k|4608 |  30k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
11.69/11.73	c  11.7s|     1 |     0 | 13936 |     - |  55M|   0 | 707 |4608 |  30k|4608 |  30k|  58 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.89/16.93	c  16.9s|     1 |     0 | 16904 |     - |  64M|   0 | 784 |4608 |  30k|4608 |  30k| 102 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
23.99/24.07	c  24.1s|     1 |     0 | 19641 |     - |  75M|   0 | 782 |4608 |  30k|4608 |  30k| 142 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
30.39/30.40	c  30.4s|     1 |     0 | 21242 |     - |  83M|   0 | 790 |4608 |  30k|4608 |  30k| 165 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
37.30/37.38	c  37.4s|     1 |     0 | 22916 |     - |  92M|   0 | 802 |4608 |  30k|4608 |  30k| 187 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
58.39/58.46	c  58.5s|     1 |     2 | 22916 |     - |  92M|   0 | 802 |4608 |  30k|4608 |  30k| 187 |   0 |  31 | 0.000000e+00 |      --      |    Inf 
1074.21/1074.24	c  1074s| 10000 |   864 |742482 |  72.0 | 106M| 348 |   - |4608 |  34k|4608 |  30k| 187 |  19k|2867 | 0.000000e+00 |      --      |    Inf 
1540.12/1540.14	c  1540s| 20000 |   864 |  1078k|  52.8 | 106M| 348 |   - |4608 |  33k|4608 |  30k| 187 |  38k|4650 | 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.00
1797.03/1797.01	c Solving Nodes      : 24917
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.00
1797.03/1797.01	c   solving          :    1797.00
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-3489354-1307760515.opb
1797.03/1797.01	c   Variables        : 4608 (4608 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 30348 initial, 30348 maximal
1797.03/1797.01	c Presolved Problem  :
1797.03/1797.01	c   Problem name     : t_HOME/instance-3489354-1307760515.opb
1797.03/1797.01	c   Variables        : 4608 (4608 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.03/1797.01	c   Constraints      : 30348 initial, 36426 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         78
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      14057          0          1          0          8        232          0          0      27818
1797.03/1797.01	c   knapsack         :         78          5     107493          0          1          0    1733224        688      62775        294          0          0
1797.03/1797.01	c   setppc           :        942          5     106805          0          1          0    1286400        424     309423          0          0          0
1797.03/1797.01	c   logicor          :      29328+         5      50850          0          1          0     448502       1368      81777          0          0          0
1797.03/1797.01	c   countsols        :          0          0          0          0          1          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         :     605.35       0.00       0.00     605.35       0.00       0.00       0.00
1797.03/1797.01	c   knapsack         :       1.83       0.00       1.28       0.00       0.00       0.00       0.55
1797.03/1797.01	c   setppc           :       2.88       0.00       2.30       0.00       0.00       0.00       0.58
1797.03/1797.01	c   logicor          :       5.26       0.01       4.29       0.00       0.00       0.00       0.96
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.02       0.02       0.00
1797.03/1797.01	c   rootredcost      :       0.02       0.02       0.00
1797.03/1797.01	c   pseudoobj        :       0.01       0.01       0.00
1797.03/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.03/1797.01	c   propagation      :       3.93       2480       2478     115826      194.8        485       57.6          -
1797.03/1797.01	c   infeasible LP    :      29.53       9396       9396     556130      201.2       2708       58.6          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 :          -          -          -      45381      123.5          -          -          -
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          -          -         27          -    (maximal pool size: 1238)
1797.03/1797.01	c   redcost          :       1.14      13933          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           :      17.52          5          0          0       1293          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         :       4.36          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         30          0
1797.03/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.03/1797.01	c   mcf              :       0.01          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        :     605.33      14057          8        232          0          0      27818
1797.03/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.03/1797.01	c   inference        :       0.00          1          0          0          0          0          2
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          :    1070.36      22960    1278539      55.69    1194.49
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 :     602.46       5381     671447     124.78    1114.51
1797.03/1797.01	c     (at root node) :          -         31      27223     878.16          -
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            :      24917
1797.03/1797.01	c   nodes (total)    :      24917
1797.03/1797.01	c   nodes left       :        843
1797.03/1797.01	c   max depth        :        348
1797.03/1797.01	c   max depth (total):        348
1797.03/1797.01	c   backtracks       :       5059 (20.3%)
1797.03/1797.01	c   delayed cutoffs  :       2061
1797.03/1797.01	c   repropagations   :      31605 (148404 domain reductions, 877 cutoffs)
1797.03/1797.01	c   avg switch length:       4.60
1797.03/1797.01	c   switching time   :       7.09
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  :      22916
1797.03/1797.09	c Time complete: 1797.11.

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-3489354-1307760515/watcher-3489354-1307760515 -o /tmp/evaluation-result-3489354-1307760515/solver-3489354-1307760515 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489354-1307760515.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 1.20 2.09 3/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=12884 CPUtime=0 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 2216 0 0 0 0 0 0 0 19 0 1 0 887651149 13193216 2170 33554432000 4194304 9016284 140735723551584 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24817/statm: 3221 2170 357 1178 0 2039 0

[startup+0.038692 s]
/proc/loadavg: 0.92 1.20 2.09 3/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=19948 CPUtime=0.03 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 3972 0 0 0 3 0 0 0 19 0 1 0 887651149 20426752 3926 33554432000 4194304 9016284 140735723551584 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24817/statm: 4987 3926 357 1178 0 3805 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19948

[startup+0.100684 s]
/proc/loadavg: 0.92 1.20 2.09 3/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=24924 CPUtime=0.09 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 5207 0 0 0 9 0 0 0 19 0 1 0 887651149 25522176 5161 33554432000 4194304 9016284 140735723551584 18446744073709551615 7870468 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24817/statm: 6231 5161 357 1178 0 5049 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24924

[startup+0.300664 s]
/proc/loadavg: 0.92 1.20 2.09 3/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=68840 CPUtime=0.29 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 16709 0 0 0 28 1 0 0 20 0 1 0 887651149 70492160 15889 33554432000 4194304 9016284 140735723551584 18446744073709551615 6816922 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24817/statm: 17210 15889 482 1178 0 16028 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68840

[startup+0.700593 s]
/proc/loadavg: 0.92 1.20 2.09 3/174 24817
/proc/meminfo: memFree=30729376/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=117764 CPUtime=0.69 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 29885 0 0 0 66 3 0 0 21 0 1 0 887651149 120590336 26753 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24817/statm: 29441 26753 619 1178 0 28259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117764

[startup+1.50044 s]
/proc/loadavg: 0.92 1.20 2.09 4/176 24819
/proc/meminfo: memFree=30519980/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=117896 CPUtime=1.49 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 30337 0 0 0 145 4 0 0 23 0 1 0 887651149 120725504 27203 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24817/statm: 29474 27203 617 1178 0 28292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117896

[startup+3.10018 s]
/proc/loadavg: 0.92 1.20 2.09 4/176 24819
/proc/meminfo: memFree=30515712/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=117896 CPUtime=3.09 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 30442 0 0 0 303 6 0 0 25 0 1 0 887651149 120725504 27308 33554432000 4194304 9016284 140735723551584 18446744073709551615 7180913 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24817/statm: 29474 27308 617 1178 0 28292 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 117896

[startup+6.30062 s]
/proc/loadavg: 1.25 1.26 2.10 4/176 24819
/proc/meminfo: memFree=30495332/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=119636 CPUtime=6.29 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 30916 0 0 0 622 7 0 0 25 0 1 0 887651149 122507264 27743 33554432000 4194304 9016284 140735723551584 18446744073709551615 7180917 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24817/statm: 29909 27743 619 1178 0 28727 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119636

[startup+12.7005 s]
/proc/loadavg: 1.47 1.31 2.11 3/176 24819
/proc/meminfo: memFree=30475448/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=135684 CPUtime=12.69 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 36102 0 0 0 1257 12 0 0 25 0 1 0 887651149 138940416 32135 33554432000 4194304 9016284 140735723551584 18446744073709551615 6520767 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24817/statm: 33921 32135 806 1178 0 32739 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135684

[startup+25.5003 s]
/proc/loadavg: 1.58 1.34 2.11 3/176 24819
/proc/meminfo: memFree=30408744/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=173508 CPUtime=25.49 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 45530 0 0 0 2530 19 0 0 25 0 1 0 887651149 177672192 41413 33554432000 4194304 9016284 140735723551584 18446744073709551615 6520756 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24817/statm: 43377 41413 665 1178 0 42195 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 173508

[startup+51.1009 s]
/proc/loadavg: 1.72 1.39 2.10 3/176 24819
/proc/meminfo: memFree=30362256/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=197168 CPUtime=51.1 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 51094 0 0 0 5079 31 0 0 25 0 1 0 887651149 201900032 46976 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24817/statm: 49292 46976 666 1178 0 48110 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 197168

[startup+102.307 s]
/proc/loadavg: 1.88 1.48 2.10 4/176 24821
/proc/meminfo: memFree=30360864/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=197516 CPUtime=102.29 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 51264 0 0 0 10177 52 0 0 25 0 1 0 887651149 202256384 47146 33554432000 4194304 9016284 140735723551584 18446744073709551615 7144304 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 49379 47146 674 1178 0 48197 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 197516

[startup+162.301 s]
/proc/loadavg: 1.95 1.57 2.09 3/176 24823
/proc/meminfo: memFree=30360468/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=197516 CPUtime=162.29 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 51272 0 0 0 16153 76 0 0 25 0 1 0 887651149 202256384 47154 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 49379 47154 674 1178 0 48197 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 197516

[startup+222.301 s]
/proc/loadavg: 2.14 1.68 2.09 3/176 24825
/proc/meminfo: memFree=30357092/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=199856 CPUtime=222.3 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 51865 0 0 0 22131 99 0 0 25 0 1 0 887651149 204652544 47747 33554432000 4194304 9016284 140735723551584 18446744073709551615 6855197 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 49964 47747 674 1178 0 48782 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 199856

[startup+282.301 s]
/proc/loadavg: 2.05 1.74 2.09 3/176 24826
/proc/meminfo: memFree=30354216/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=201196 CPUtime=282.3 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 52449 0 0 0 28109 121 0 0 25 0 1 0 887651149 206024704 48331 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 50299 48331 680 1178 0 49117 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 201196

[startup+342.3 s]
/proc/loadavg: 2.02 1.78 2.08 4/176 24827
/proc/meminfo: memFree=30347364/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=206700 CPUtime=342.3 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 53603 0 0 0 34085 145 0 0 25 0 1 0 887651149 211660800 49485 33554432000 4194304 9016284 140735723551584 18446744073709551615 7181026 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 51675 49485 680 1178 0 50493 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 206700

[startup+402.301 s]
/proc/loadavg: 2.00 1.82 2.07 4/176 24829
/proc/meminfo: memFree=30340892/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=210644 CPUtime=402.3 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 54461 0 0 0 40063 167 0 0 25 0 1 0 887651149 215699456 50343 33554432000 4194304 9016284 140735723551584 18446744073709551615 6948553 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 52661 50343 680 1178 0 51479 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 210644

[startup+462.301 s]
/proc/loadavg: 2.00 1.85 2.07 3/176 24831
/proc/meminfo: memFree=30335792/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=212512 CPUtime=462.3 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 55034 0 0 0 46043 187 0 0 25 0 1 0 887651149 217612288 50916 33554432000 4194304 9016284 140735723551584 18446744073709551615 7180932 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 53128 50916 680 1178 0 51946 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 212512

[startup+522.3 s]
/proc/loadavg: 2.00 1.87 2.06 3/176 24833
/proc/meminfo: memFree=30332052/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=214440 CPUtime=522.3 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 55452 0 0 0 52022 208 0 0 25 0 1 0 887651149 219586560 51334 33554432000 4194304 9016284 140735723551584 18446744073709551615 6950811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 53610 51334 680 1178 0 52428 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 214440

[startup+582.301 s]
/proc/loadavg: 2.00 1.89 2.06 3/176 24834
/proc/meminfo: memFree=30325456/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=215468 CPUtime=582.3 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 55800 0 0 0 58002 228 0 0 25 0 1 0 887651149 220639232 51682 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 53867 51682 680 1178 0 52685 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 215468

[startup+642.3 s]

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

/proc/meminfo: memFree=30297488/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=223240 CPUtime=1122.31 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 57761 0 0 0 111790 441 0 0 25 0 1 0 887651149 228597760 53643 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 55810 53643 680 1178 0 54628 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 223240

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/176 24862
/proc/meminfo: memFree=30295984/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=224168 CPUtime=1182.32 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 57986 0 0 0 117770 462 0 0 25 0 1 0 887651149 229548032 53868 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56042 53868 680 1178 0 54860 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 224168

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/176 24863
/proc/meminfo: memFree=30293848/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=225760 CPUtime=1242.31 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58272 0 0 0 123748 483 0 0 25 0 1 0 887651149 231178240 54154 33554432000 4194304 9016284 140735723551584 18446744073709551615 7180913 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56440 54154 680 1178 0 55258 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 225760

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 2.00 3/176 24865
/proc/meminfo: memFree=30292212/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1302.32 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58548 0 0 0 129728 504 0 0 25 0 1 0 887651149 232280064 54430 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54430 680 1178 0 55527 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 226836

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 2.00 4/176 24867
/proc/meminfo: memFree=30291568/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1362.32 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58619 0 0 0 135706 526 0 0 25 0 1 0 887651149 232280064 54501 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54501 680 1178 0 55527 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 226836

[startup+1422.31 s]
/proc/loadavg: 2.10 2.00 2.01 4/176 24869
/proc/meminfo: memFree=30287580/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1422.33 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58636 0 0 0 141687 546 0 0 25 0 1 0 887651149 232280064 54518 33554432000 4194304 9016284 140735723551584 18446744073709551615 7081868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54518 680 1178 0 55527 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 226836

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/176 24870
/proc/meminfo: memFree=30286700/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1482.32 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58641 0 0 0 147666 566 0 0 25 0 1 0 887651149 232280064 54523 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54523 680 1178 0 55527 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 226836

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 24871
/proc/meminfo: memFree=30286552/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1542.32 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58674 0 0 0 153645 587 0 0 25 0 1 0 887651149 232280064 54556 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54556 680 1178 0 55527 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 226836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24873
/proc/meminfo: memFree=30286168/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1602.32 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58688 0 0 0 159624 608 0 0 25 0 1 0 887651149 232280064 54570 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54570 680 1178 0 55527 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 226836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24875
/proc/meminfo: memFree=30285652/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1662.32 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58693 0 0 0 165603 629 0 0 25 0 1 0 887651149 232280064 54575 33554432000 4194304 9016284 140735723551584 18446744073709551615 7180720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54575 680 1178 0 55527 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 226836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24877
/proc/meminfo: memFree=30285512/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1722.33 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58721 0 0 0 171581 652 0 0 25 0 1 0 887651149 232280064 54603 33554432000 4194304 9016284 140735723551584 18446744073709551615 7180692 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54603 680 1178 0 55527 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 226836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24878
/proc/meminfo: memFree=30284876/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1782.33 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58730 0 0 0 177556 677 0 0 25 0 1 0 887651149 232280064 54612 33554432000 4194304 9016284 140735723551584 18446744073709551615 7180917 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54612 680 1178 0 55527 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 226836

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=24817] ppid=24813 vsize=226836 CPUtime=1785.53 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58730 0 0 0 177875 678 0 0 25 0 1 0 887651149 232280064 54612 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54612 680 1178 0 55527 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 226836

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 24878
/proc/meminfo: memFree=30284616/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1791.93 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58733 0 0 0 178514 679 0 0 25 0 1 0 887651149 232280064 54615 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54615 680 1178 0 55527 0
Current children cumulated CPU time (s) 1791.93
Current children cumulated vsize (KiB) 226836

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24879
/proc/meminfo: memFree=30284616/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1795.13 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58736 0 0 0 178832 681 0 0 25 0 1 0 887651149 232280064 54618 33554432000 4194304 9016284 140735723551584 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54618 680 1178 0 55527 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 226836

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24879
/proc/meminfo: memFree=30284616/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1795.92 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58736 0 0 0 178911 681 0 0 25 0 1 0 887651149 232280064 54618 33554432000 4194304 9016284 140735723551584 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54618 680 1178 0 55527 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (KiB) 226836

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24879
/proc/meminfo: memFree=30284492/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1796.73 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58736 0 0 0 178991 682 0 0 25 0 1 0 887651149 232280064 54618 33554432000 4194304 9016284 140735723551584 18446744073709551615 7180891 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54618 680 1178 0 55527 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 226836

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24879
/proc/meminfo: memFree=30284492/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1796.93 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58736 0 0 0 179011 682 0 0 25 0 1 0 887651149 232280064 54618 33554432000 4194304 9016284 140735723551584 18446744073709551615 6863440 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54618 680 1178 0 55527 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (KiB) 226836

[startup+1797 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24879
/proc/meminfo: memFree=30284492/32951132 swapFree=67054616/67111528
[pid=24817] ppid=24813 vsize=226836 CPUtime=1797.03 cores=1,3,5,7
/proc/24817/stat : 24817 (scip-2.0.1.4b_2) R 24813 24817 24772 0 -1 4202496 58736 0 0 0 179021 682 0 0 25 0 1 0 887651149 232280064 54618 33554432000 4194304 9016284 140735723551584 18446744073709551615 7178157 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24817/statm: 56709 54618 680 1178 0 55527 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 226836

Child status: 0
Real time (s): 1797.09
CPU time (s): 1797.13
CPU user time (s): 1790.3
CPU system time (s): 6.82996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 226836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.3
system time used= 6.82996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58751
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2394

runsolver used 2.81957 second user time and 6.93494 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 04:48:35
IDJOB=3489354
IDBENCH=1501
IDSOLVER=1979
FILE ID=node131/3489354-1307760515
RUNJOBID= node131-1307760515-24791
PBS_JOBID= 13550872
Free space on /tmp= 74068 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,3-13,19.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-3489354-1307760515/watcher-3489354-1307760515 -o /tmp/evaluation-result-3489354-1307760515/solver-3489354-1307760515 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489354-1307760515.opb -t 1800 -m 15500

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

MD5SUM BENCH= 24c836f3fcb46569dfcfdc2eda4dee98
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:      30730604 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:      30730604 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= 74036 MiB
End job on node131 at 2011-06-11 05:18:32