Trace number 3730015

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1798.9 1799.18

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v40_e600_d20_mw10_9.opb.PB06.opb
MD5SUMd54403a51e1ff3d34cd210d836adfe84
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.42878
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2800
Total number of constraints990001
Number of constraints which are clauses986760
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints3160
Minimum length of a constraint2
Maximum length of a constraint1200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3730015-1338684544.opb>
5.29/5.36	c original problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
5.29/5.36	c problem read
5.29/5.36	c No objective function, only one solution is needed.
5.29/5.36	c presolving settings loaded
6.69/6.73	c presolving:
11.00/11.08	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
11.79/11.83	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 3239 chg coeffs, 990000 upgd conss, 2400 impls, 80 clqs
12.58/12.61	c presolving (3 rounds):
12.58/12.61	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 3402 changed coefficients
12.58/12.61	c  5520 implications, 80 cliques
12.58/12.61	c presolved problem has 2800 variables (2800 bin, 0 int, 0 impl, 0 cont) and 990001 constraints
12.58/12.61	c    3160 constraints of type <knapsack>
12.58/12.61	c    1280 constraints of type <setppc>
12.58/12.61	c       1 constraints of type <linear>
12.58/12.61	c  985560 constraints of type <logicor>
12.58/12.61	c transformed objective value is always integral (scale: 1)
12.58/12.61	c Presolving Time: 6.11
12.58/12.61	c - non default parameters ----------------------------------------------------------------------
12.58/12.61	c # SCIP version 2.0.1.5
12.58/12.61	c 
12.58/12.61	c # frequency for displaying node information lines
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 100]
12.58/12.61	c display/freq = 10000
12.58/12.61	c 
12.58/12.61	c # maximal time in seconds to run
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.58/12.61	c limits/time = 1797
12.58/12.61	c 
12.58/12.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.58/12.61	c limits/memory = 13950
12.58/12.61	c 
12.58/12.61	c # solving stops, if the given number of solutions were found (-1: no limit)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.61	c limits/solutions = 1
12.58/12.61	c 
12.58/12.61	c # maximal number of separation rounds per node (-1: unlimited)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 5]
12.58/12.61	c separating/maxrounds = 1
12.58/12.61	c 
12.58/12.61	c # maximal number of separation rounds in the root node (-1: unlimited)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.61	c separating/maxroundsroot = 5
12.58/12.61	c 
12.58/12.61	c # default clock type (1: CPU user seconds, 2: wall clock time)
12.58/12.61	c # [type: int, range: [1,2], default: 1]
12.58/12.61	c timing/clocktype = 2
12.58/12.61	c 
12.58/12.61	c # belongs reading time to solving time?
12.58/12.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.61	c timing/reading = TRUE
12.58/12.61	c 
12.58/12.61	c # should presolving try to simplify inequalities
12.58/12.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.61	c constraints/linear/simplifyinequalities = TRUE
12.58/12.61	c 
12.58/12.61	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
12.58/12.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.61	c constraints/indicator/addCouplingCons = TRUE
12.58/12.61	c 
12.58/12.61	c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.58/12.61	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.58/12.61	c constraints/knapsack/disaggregation = FALSE
12.58/12.61	c 
12.58/12.61	c # should presolving try to simplify knapsacks
12.58/12.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.58/12.61	c constraints/knapsack/simplifyinequalities = TRUE
12.58/12.61	c 
12.58/12.61	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.61	c presolving/probing/maxrounds = 0
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.61	c heuristics/coefdiving/freq = -1
12.58/12.61	c 
12.58/12.61	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.61	c heuristics/coefdiving/maxlpiterquot = 0.075
12.58/12.61	c 
12.58/12.61	c # additional number of allowed LP iterations
12.58/12.61	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.61	c heuristics/coefdiving/maxlpiterofs = 1500
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 30]
12.58/12.61	c heuristics/crossover/freq = -1
12.58/12.61	c 
12.58/12.61	c # number of nodes added to the contingent of the total nodes
12.58/12.61	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.58/12.61	c heuristics/crossover/nodesofs = 750
12.58/12.61	c 
12.58/12.61	c # number of nodes without incumbent change that heuristic should wait
12.58/12.61	c # [type: longint, range: [0,9223372036854775807], default: 200]
12.58/12.61	c heuristics/crossover/nwaitingnodes = 100
12.58/12.61	c 
12.58/12.61	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.58/12.61	c # [type: real, range: [0,1], default: 0.1]
12.58/12.61	c heuristics/crossover/nodesquot = 0.15
12.58/12.61	c 
12.58/12.61	c # minimum percentage of integer variables that have to be fixed 
12.58/12.61	c # [type: real, range: [0,1], default: 0.666]
12.58/12.61	c heuristics/crossover/minfixingrate = 0.5
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 20]
12.58/12.61	c heuristics/feaspump/freq = -1
12.58/12.61	c 
12.58/12.61	c # additional number of allowed LP iterations
12.58/12.61	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.61	c heuristics/feaspump/maxlpiterofs = 2000
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.61	c heuristics/fracdiving/freq = -1
12.58/12.61	c 
12.58/12.61	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.61	c heuristics/fracdiving/maxlpiterquot = 0.075
12.58/12.61	c 
12.58/12.61	c # additional number of allowed LP iterations
12.58/12.61	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.61	c heuristics/fracdiving/maxlpiterofs = 1500
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.61	c heuristics/guideddiving/freq = -1
12.58/12.61	c 
12.58/12.61	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.61	c heuristics/guideddiving/maxlpiterquot = 0.075
12.58/12.61	c 
12.58/12.61	c # additional number of allowed LP iterations
12.58/12.61	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.61	c heuristics/guideddiving/maxlpiterofs = 1500
12.58/12.61	c 
12.58/12.61	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.61	c heuristics/intdiving/maxlpiterquot = 0.075
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.61	c heuristics/intshifting/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.61	c heuristics/linesearchdiving/freq = -1
12.58/12.61	c 
12.58/12.61	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.61	c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.58/12.61	c 
12.58/12.61	c # additional number of allowed LP iterations
12.58/12.61	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.61	c heuristics/linesearchdiving/maxlpiterofs = 1500
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 20]
12.58/12.61	c heuristics/objpscostdiving/freq = -1
12.58/12.61	c 
12.58/12.61	c # maximal fraction of diving LP iterations compared to total iteration number
12.58/12.61	c # [type: real, range: [0,1], default: 0.01]
12.58/12.61	c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.58/12.61	c 
12.58/12.61	c # additional number of allowed LP iterations
12.58/12.61	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.61	c heuristics/objpscostdiving/maxlpiterofs = 1500
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.61	c heuristics/oneopt/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.61	c heuristics/pscostdiving/freq = -1
12.58/12.61	c 
12.58/12.61	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.61	c heuristics/pscostdiving/maxlpiterquot = 0.075
12.58/12.61	c 
12.58/12.61	c # additional number of allowed LP iterations
12.58/12.61	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.61	c heuristics/pscostdiving/maxlpiterofs = 1500
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.61	c heuristics/rens/freq = -1
12.58/12.61	c 
12.58/12.61	c # minimum percentage of integer variables that have to be fixable 
12.58/12.61	c # [type: real, range: [0,1], default: 0.5]
12.58/12.61	c heuristics/rens/minfixingrate = 0.3
12.58/12.61	c 
12.58/12.61	c # number of nodes added to the contingent of the total nodes
12.58/12.61	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.58/12.61	c heuristics/rens/nodesofs = 2000
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 20]
12.58/12.61	c heuristics/rootsoldiving/freq = -1
12.58/12.61	c 
12.58/12.61	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.58/12.61	c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.58/12.61	c 
12.58/12.61	c # additional number of allowed LP iterations
12.58/12.61	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.61	c heuristics/rootsoldiving/maxlpiterofs = 1500
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.61	c heuristics/rounding/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.61	c heuristics/shiftandpropagate/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.61	c heuristics/shifting/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.61	c heuristics/simplerounding/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.61	c heuristics/subnlp/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.61	c heuristics/trivial/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.61	c heuristics/trysol/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.61	c heuristics/undercover/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 10]
12.58/12.61	c heuristics/veclendiving/freq = -1
12.58/12.61	c 
12.58/12.61	c # maximal fraction of diving LP iterations compared to node LP iterations
12.58/12.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.58/12.61	c heuristics/veclendiving/maxlpiterquot = 0.075
12.58/12.61	c 
12.58/12.61	c # additional number of allowed LP iterations
12.58/12.61	c # [type: int, range: [0,2147483647], default: 1000]
12.58/12.61	c heuristics/veclendiving/maxlpiterofs = 1500
12.58/12.61	c 
12.58/12.61	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 1]
12.58/12.61	c heuristics/zirounding/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.61	c separating/cmir/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: 0]
12.58/12.61	c separating/flowcover/freq = -1
12.58/12.61	c 
12.58/12.61	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.58/12.61	c # [type: int, range: [-1,2147483647], default: -1]
12.58/12.61	c separating/rapidlearning/freq = 0
12.58/12.61	c 
12.58/12.61	c -----------------------------------------------------------------------------------------------
12.58/12.61	c start solving
12.58/12.63	c 
53.38/53.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.38/53.45	c  53.5s|     1 |     0 |  1743 |     - |1250M|   0 | 130 |2800 | 990k|2800 | 990k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
69.19/69.29	c  69.3s|     1 |     0 |  1824 |     - |1252M|   0 | 138 |2800 | 990k|2800 | 990k|  22 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
126.27/126.30	c   126s|     1 |     0 |  3485 |     - |1254M|   0 | 204 |2800 | 990k|2800 | 990k|  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
275.84/275.95	c   276s|     1 |     0 |  7870 |     - |1254M|   0 | 283 |2800 | 990k|2800 | 990k|  60 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
378.33/378.44	c   378s|     1 |     0 | 10517 |     - |1254M|   0 | 361 |2800 | 990k|2800 | 990k|  70 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
421.62/421.79	c   422s|     1 |     0 | 11468 |     - |1254M|   0 | 294 |2800 | 990k|2800 | 990k|  85 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
651.49/651.63	c   652s|     1 |     2 | 11468 |     - |1254M|   0 | 294 |2800 | 990k|2800 | 990k|  85 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1797.01/1797.34	c 
1797.01/1797.34	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.34	c Solving Time (sec) : 1797.34
1797.01/1797.34	c Solving Nodes      : 6
1797.01/1797.34	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.01/1797.34	c Dual Bound         : +0.00000000000000e+00
1797.01/1797.34	c Gap                : infinite
1797.01/1797.34	s UNKNOWN
1797.01/1797.34	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.34	c Total Time         :    1797.34
1797.01/1797.34	c   solving          :    1797.34
1797.01/1797.34	c   presolving       :       6.11 (included in solving)
1797.01/1797.34	c   reading          :       5.36 (included in solving)
1797.01/1797.34	c Original Problem   :
1797.01/1797.34	c   Problem name     : HOME/instance-3730015-1338684544.opb
1797.01/1797.34	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.34	c   Constraints      : 990001 initial, 990001 maximal
1797.01/1797.34	c Presolved Problem  :
1797.01/1797.34	c   Problem name     : t_HOME/instance-3730015-1338684544.opb
1797.01/1797.34	c   Variables        : 2800 (2800 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.34	c   Constraints      : 990001 initial, 990001 maximal
1797.01/1797.34	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.01/1797.34	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   knapsack         :       0.56          0          0          0          0          0          0          0          0       3402
1797.01/1797.34	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   linear           :       2.95          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   logicor          :       1.59          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.01/1797.34	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.34	c   integral         :          0          0          0          6          0          1          0          0          0          0          0         12
1797.01/1797.34	c   knapsack         :       3160          5         10          0          0          0          0          0         75        341          0          0
1797.01/1797.34	c   setppc           :       1280          5         10          0          0          0          0          0        261          0          0          0
1797.01/1797.34	c   linear           :          1          5         10          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   logicor          :     985560          5          5          0          0          0          0          0          3          0          0          0
1797.01/1797.34	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.01/1797.34	c   integral         :    1223.45       0.00       0.00    1223.45       0.00       0.00       0.00
1797.01/1797.34	c   knapsack         :       0.04       0.04       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c   logicor          :       0.47       0.18       0.29       0.00       0.00       0.00       0.00
1797.01/1797.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.01/1797.34	c   vbounds          :          0          0          0          0
1797.01/1797.34	c   rootredcost      :          0          0          0          0
1797.01/1797.34	c   pseudoobj        :          0          0          0          0
1797.01/1797.34	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.01/1797.34	c   vbounds          :       0.00       0.00       0.00
1797.01/1797.34	c   rootredcost      :       0.00       0.00       0.00
1797.01/1797.34	c   pseudoobj        :       0.00       0.00       0.00
1797.01/1797.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.01/1797.34	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.34	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.34	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.34	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.01/1797.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.01/1797.34	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.01/1797.34	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 258)
1797.01/1797.34	c   redcost          :       0.00         10          0          0          0          0
1797.01/1797.34	c   impliedbounds    :       0.00          5          0          0          0          0
1797.01/1797.34	c   intobj           :       0.00          0          0          0          0          0
1797.01/1797.34	c   gomory           :      77.06          5          0          0       2500          0
1797.01/1797.34	c   cgmip            :       0.00          0          0          0          0          0
1797.01/1797.34	c   closecuts        :       0.00          0          0          0          0          0
1797.01/1797.34	c   strongcg         :      75.48          5          0          0       2500          0
1797.01/1797.34	c   cmir             :       0.00          0          0          0          0          0
1797.01/1797.34	c   flowcover        :       0.00          0          0          0          0          0
1797.01/1797.34	c   clique           :       0.01          5          0          0          0          0
1797.01/1797.34	c   zerohalf         :       0.00          0          0          0          0          0
1797.01/1797.34	c   mcf              :       0.00          0          0          0          0          0
1797.01/1797.34	c   oddcycle         :       0.00          0          0          0          0          0
1797.01/1797.34	c   rapidlearning    :       0.00          0          0          0          0          0
1797.01/1797.34	c Pricers            :       Time      Calls       Vars
1797.01/1797.34	c   problem variables:       0.00          0          0
1797.01/1797.34	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.34	c   relpscost        :    1223.45          6          0          0          0          0         12
1797.01/1797.34	c   pscost           :       0.00          0          0          0          0          0          0
1797.01/1797.34	c   inference        :       0.00          0          0          0          0          0          0
1797.01/1797.34	c   mostinf          :       0.00          0          0          0          0          0          0
1797.01/1797.34	c   leastinf         :       0.00          0          0          0          0          0          0
1797.01/1797.34	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.01/1797.34	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.01/1797.34	c   random           :       0.00          0          0          0          0          0          0
1797.01/1797.34	c Primal Heuristics  :       Time      Calls      Found
1797.01/1797.34	c   LP solutions     :       0.00          -          0
1797.01/1797.34	c   pseudo solutions :       0.00          -          0
1797.01/1797.34	c   trivial          :       0.22          1          0
1797.01/1797.34	c   shiftandpropagate:       0.00          0          0
1797.01/1797.34	c   simplerounding   :       0.00          0          0
1797.01/1797.34	c   zirounding       :       0.00          0          0
1797.01/1797.34	c   rounding         :       0.00          0          0
1797.01/1797.34	c   shifting         :       0.00          0          0
1797.01/1797.34	c   intshifting      :       0.00          0          0
1797.01/1797.34	c   oneopt           :       0.00          0          0
1797.01/1797.34	c   twoopt           :       0.00          0          0
1797.01/1797.34	c   fixandinfer      :       0.00          0          0
1797.01/1797.34	c   feaspump         :       0.00          0          0
1797.01/1797.34	c   clique           :       0.00          0          0
1797.01/1797.34	c   coefdiving       :       0.00          0          0
1797.01/1797.34	c   pscostdiving     :       0.00          0          0
1797.01/1797.34	c   fracdiving       :       0.00          0          0
1797.01/1797.34	c   veclendiving     :       0.00          0          0
1797.01/1797.34	c   intdiving        :       0.00          0          0
1797.01/1797.34	c   actconsdiving    :       0.00          0          0
1797.01/1797.34	c   objpscostdiving  :       0.00          0          0
1797.01/1797.34	c   rootsoldiving    :       0.00          0          0
1797.01/1797.34	c   linesearchdiving :       0.00          0          0
1797.01/1797.34	c   guideddiving     :       0.00          0          0
1797.01/1797.34	c   octane           :       0.00          0          0
1797.01/1797.34	c   rens             :       0.00          0          0
1797.01/1797.34	c   rins             :       0.00          0          0
1797.01/1797.34	c   localbranching   :       0.00          0          0
1797.01/1797.34	c   mutation         :       0.00          0          0
1797.01/1797.34	c   crossover        :       0.00          0          0
1797.01/1797.34	c   dins             :       0.00          0          0
1797.01/1797.34	c   vbounds          :       0.00          0          0
1797.01/1797.34	c   undercover       :       0.00          0          0
1797.01/1797.34	c   subnlp           :       0.00          0          0
1797.01/1797.34	c   trysol           :       0.00          0          0
1797.01/1797.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.01/1797.34	c   primal LP        :       0.31          0          0       0.00       0.00
1797.01/1797.34	c   dual LP          :     404.59         11      17645    1604.09      43.61
1797.01/1797.34	c   lex dual LP      :       0.00          0          0       0.00          -
1797.01/1797.34	c   barrier LP       :       0.00          0          0       0.00          -
1797.01/1797.34	c   diving/probing LP:       0.00          0          0       0.00          -
1797.01/1797.34	c   strong branching :    1223.25        175      39961     228.35      32.67
1797.01/1797.34	c     (at root node) :          -         33       7030     213.03          -
1797.01/1797.34	c   conflict analysis:       0.00          0          0       0.00          -
1797.01/1797.34	c B&B Tree           :
1797.01/1797.34	c   number of runs   :          1
1797.01/1797.34	c   nodes            :          6
1797.01/1797.34	c   nodes (total)    :          6
1797.01/1797.34	c   nodes left       :          7
1797.01/1797.34	c   max depth        :          5
1797.01/1797.34	c   max depth (total):          5
1797.01/1797.34	c   backtracks       :          0 (0.0%)
1797.01/1797.34	c   delayed cutoffs  :          0
1797.01/1797.34	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.01/1797.34	c   avg switch length:       1.00
1797.01/1797.34	c   switching time   :       0.43
1797.01/1797.34	c Solution           :
1797.01/1797.34	c   Solutions found  :          0 (0 improvements)
1797.01/1797.34	c   Primal Bound     :          -
1797.01/1797.34	c   Dual Bound       : +0.00000000000000e+00
1797.01/1797.34	c   Gap              :   infinite
1797.01/1797.34	c   Root Dual Bound  : +0.00000000000000e+00
1797.01/1797.34	c   Root Iterations  :      11468
1798.81/1799.17	c Time complete: 1798.89.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3730015-1338684544/watcher-3730015-1338684544 -o /tmp/evaluation-result-3730015-1338684544/solver-3730015-1338684544 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3730015-1338684544.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: 2.03 2.01 2.00 3/174 29392
/proc/meminfo: memFree=27330040/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 1521 0 0 0 0 0 0 0 20 0 1 0 334580413 9818112 1475 33554432000 4194304 9016284 140733804550896 140733804549528 7824814 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 2397 1476 311 1178 0 1215 0

[startup+0.0762579 s]
/proc/loadavg: 2.03 2.01 2.00 3/174 29392
/proc/meminfo: memFree=27330040/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=19988 CPUtime=0.07 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 3985 0 0 0 7 0 0 0 20 0 1 0 334580413 20467712 3939 33554432000 4194304 9016284 140733804550896 140733804549528 7870498 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 4997 3939 357 1178 0 3815 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19988

[startup+0.100346 s]
/proc/loadavg: 2.03 2.01 2.00 3/174 29392
/proc/meminfo: memFree=27330040/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=21488 CPUtime=0.09 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 4362 0 0 0 9 0 0 0 20 0 1 0 334580413 22003712 4316 33554432000 4194304 9016284 140733804550896 140733804549528 7870468 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 5372 4316 357 1178 0 4190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21488

[startup+0.300259 s]
/proc/loadavg: 2.03 2.01 2.00 3/174 29392
/proc/meminfo: memFree=27330040/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=36052 CPUtime=0.28 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 7987 0 0 0 28 0 0 0 20 0 1 0 334580413 36917248 7941 33554432000 4194304 9016284 140733804550896 140733804549528 4447120 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 9013 7941 357 1178 0 7831 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 36052

[startup+0.700269 s]
/proc/loadavg: 2.03 2.01 2.00 3/174 29392
/proc/meminfo: memFree=27330040/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=65252 CPUtime=0.69 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 15283 0 0 0 67 2 0 0 20 0 1 0 334580413 66818048 15237 33554432000 4194304 9016284 140733804550896 140733804414792 6813403 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 16313 15252 357 1178 0 15131 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65252

[startup+1.50026 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 29393
/proc/meminfo: memFree=27249176/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=123176 CPUtime=1.48 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 29680 0 0 0 144 4 0 0 20 0 1 0 334580413 126132224 29634 33554432000 4194304 9016284 140733804550896 140733804414792 7928096 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 30794 29634 357 1178 0 29612 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 123176

[startup+3.10026 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 29393
/proc/meminfo: memFree=27169940/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=236772 CPUtime=3.08 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 57961 0 0 0 300 8 0 0 20 0 1 0 334580413 242454528 57915 33554432000 4194304 9016284 140733804550896 140733804414344 4536486 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 59193 57915 357 1178 0 58011 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 236772

[startup+6.30029 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 29393
/proc/meminfo: memFree=26914748/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=990544 CPUtime=6.29 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 249805 0 0 0 592 37 0 0 20 0 1 0 334580413 1014317056 246097 33554432000 4194304 9016284 140733804550896 140733804546984 6813403 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 247636 246103 411 1178 0 246454 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 990544

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 29393
/proc/meminfo: memFree=26302624/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=1033888 CPUtime=12.69 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 344694 0 0 0 1212 57 0 0 20 0 1 0 334580413 1058701312 256442 33554432000 4194304 9016284 140733804550896 140733804546648 4687576 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 258472 256442 537 1178 0 257290 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1033888

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 29393
/proc/meminfo: memFree=24978508/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2485940 CPUtime=25.49 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 516390 0 0 0 2452 97 0 0 20 0 1 0 334580413 2545602560 587219 33554432000 4194304 9016284 140733804550896 140733804544760 7178162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 621485 587219 619 1178 0 620303 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2485940

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 29431
/proc/meminfo: memFree=24454424/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2485940 CPUtime=51.08 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 516796 0 0 0 5006 102 0 0 20 0 1 0 334580413 2545602560 587228 33554432000 4194304 9016284 140733804550896 140733804544760 6863428 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 621485 587228 619 1178 0 620303 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2485940

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29434
/proc/meminfo: memFree=24441244/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2451860 CPUtime=102.27 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 529249 0 0 0 10112 115 0 0 20 0 1 0 334580413 2510704640 581933 33554432000 4194304 9016284 140733804550896 140733804544760 7178162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 612965 581933 649 1178 0 611783 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2451860

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29435
/proc/meminfo: memFree=24450960/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2439156 CPUtime=162.26 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 530258 0 0 0 16104 122 0 0 20 0 1 0 334580413 2497695744 579486 33554432000 4194304 9016284 140733804550896 140733804546008 6520767 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 609789 579486 649 1178 0 608607 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 2439156

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29435
/proc/meminfo: memFree=24399792/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2490328 CPUtime=222.26 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 534291 0 0 0 22090 136 0 0 20 0 1 0 334580413 2550095872 592184 33554432000 4194304 9016284 140733804550896 140733804545064 7178129 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 622582 592184 649 1178 0 621400 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2490328

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29435
/proc/meminfo: memFree=24408508/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2483404 CPUtime=282.25 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 535737 0 0 0 28078 147 0 0 20 0 1 0 334580413 2543005696 589985 33554432000 4194304 9016284 140733804550896 140733804545960 6578058 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 620851 589985 649 1178 0 619669 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2483404

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29435
/proc/meminfo: memFree=24373356/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2533068 CPUtime=342.23 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 538834 0 0 0 34072 151 0 0 20 0 1 0 334580413 2593861632 598766 33554432000 4194304 9016284 140733804550896 140733804545064 6971800 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 633267 598766 649 1178 0 632085 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2533068

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 29435
/proc/meminfo: memFree=24373200/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2534004 CPUtime=402.23 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 539722 0 0 0 40062 161 0 0 20 0 1 0 334580413 2594820096 598773 33554432000 4194304 9016284 140733804550896 140733804546008 7876116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 633501 598773 649 1178 0 632319 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2534004

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 29435
/proc/meminfo: memFree=24409480/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2483720 CPUtime=462.22 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 549117 0 0 0 46043 179 0 0 20 0 1 0 334580413 2543329280 589786 33554432000 4194304 9016284 140733804550896 140733804544648 7180592 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 620930 589786 650 1178 0 619748 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2483720

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 29436
/proc/meminfo: memFree=24409640/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2506652 CPUtime=522.21 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 560102 0 0 0 52023 198 0 0 20 0 1 0 334580413 2566811648 592821 33554432000 4194304 9016284 140733804550896 140733804544952 6855183 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 626663 592821 650 1178 0 625481 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2506652

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 29436
/proc/meminfo: memFree=24388084/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2514592 CPUtime=582.2 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 571763 0 0 0 58004 216 0 0 20 0 1 0 334580413 2574942208 595324 33554432000 4194304 9016284 140733804550896 140733804544648 6863428 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 628648 595324 650 1178 0 627466 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2514592

[startup+642.3 s]

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

/proc/meminfo: memFree=24270048/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2553324 CPUtime=1062.12 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 685260 0 0 0 105827 385 0 0 20 0 1 0 334580413 2614603776 604029 33554432000 4194304 9016284 140733804550896 140733804544760 7180515 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 638331 604029 658 1178 0 637149 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2553324

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 29464
/proc/meminfo: memFree=24357200/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2534120 CPUtime=1122.11 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 702851 0 0 0 111794 417 0 0 20 0 1 0 334580413 2594938880 600383 33554432000 4194304 9016284 140733804550896 140733804544200 7213824 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 633530 600383 658 1178 0 632348 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2534120

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29464
/proc/meminfo: memFree=24334940/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2549712 CPUtime=1182.1 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 729966 0 0 0 117754 456 0 0 20 0 1 0 334580413 2610905088 602417 33554432000 4194304 9016284 140733804550896 140733804545064 7221921 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 637428 602417 658 1178 0 636246 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 2549712

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29464
/proc/meminfo: memFree=24343936/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2508228 CPUtime=1242.09 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 746505 0 0 0 123727 482 0 0 20 0 1 0 334580413 2568425472 595684 33554432000 4194304 9016284 140733804550896 140733804544952 6971597 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 627057 595684 658 1178 0 625875 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2508228

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29467
/proc/meminfo: memFree=24296420/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2558084 CPUtime=1302.09 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 759693 0 0 0 129704 505 0 0 20 0 1 0 334580413 2619478016 605939 33554432000 4194304 9016284 140733804550896 140733804544952 7152964 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 639521 605939 658 1178 0 638339 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2558084

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29467
/proc/meminfo: memFree=24295960/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2558220 CPUtime=1362.08 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 771092 0 0 0 135683 525 0 0 20 0 1 0 334580413 2619617280 605909 33554432000 4194304 9016284 140733804550896 140733804544648 7180592 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 639555 605909 658 1178 0 638373 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2558220

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29468
/proc/meminfo: memFree=24329124/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2505688 CPUtime=1422.07 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 781438 0 0 0 141662 545 0 0 20 0 1 0 334580413 2565824512 597500 33554432000 4194304 9016284 140733804550896 140733804544760 6855193 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 626422 597500 658 1178 0 625240 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2505688

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29468
/proc/meminfo: memFree=24315496/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2542720 CPUtime=1482.05 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 787811 0 0 0 147644 561 0 0 20 0 1 0 334580413 2603745280 601013 33554432000 4194304 9016284 140733804550896 140733804544648 7178088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 635680 601013 658 1178 0 634498 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2542720

[startup+1542.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/176 29468
/proc/meminfo: memFree=24307024/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2537432 CPUtime=1542.05 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 799539 0 0 0 153623 582 0 0 20 0 1 0 334580413 2598330368 602838 33554432000 4194304 9016284 140733804550896 140733804544648 7180917 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 634358 602838 658 1178 0 633176 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2537432

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 29468
/proc/meminfo: memFree=24302360/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2535192 CPUtime=1602.04 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 815272 0 0 0 159598 606 0 0 20 0 1 0 334580413 2596036608 603849 33554432000 4194304 9016284 140733804550896 140733804544760 6855218 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 633798 603849 658 1178 0 632616 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 2535192

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 29468
/proc/meminfo: memFree=24299524/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2561036 CPUtime=1662.03 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 827901 0 0 0 165573 630 0 0 20 0 1 0 334580413 2622500864 604665 33554432000 4194304 9016284 140733804550896 140733804544648 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 640259 604665 658 1178 0 639077 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2561036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 29469
/proc/meminfo: memFree=24303744/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2505180 CPUtime=1722.02 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 851543 0 0 0 171533 669 0 0 20 0 1 0 334580413 2565304320 594050 33554432000 4194304 9016284 140733804550896 140733804544264 7180515 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 626295 594050 658 1178 0 625113 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2505180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29469
/proc/meminfo: memFree=24334068/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2491816 CPUtime=1782.01 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 891475 0 0 0 177485 716 0 0 20 0 1 0 334580413 2551619584 592046 33554432000 4194304 9016284 140733804550896 140733804544648 7204773 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 622954 592046 658 1178 0 621772 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2491816

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29469
/proc/meminfo: memFree=24336108/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2508268 CPUtime=1791.62 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 896223 0 0 0 178438 724 0 0 20 0 1 0 334580413 2568466432 595076 33554432000 4194304 9016284 140733804550896 140733804544200 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 627067 595076 658 1178 0 625885 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 2508268

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29469
/proc/meminfo: memFree=24334120/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2511972 CPUtime=1794.82 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 901470 0 0 0 178753 729 0 0 20 0 1 0 334580413 2572259328 595587 33554432000 4194304 9016284 140733804550896 140733804544152 7082202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 627993 595587 658 1178 0 626811 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 2511972

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29469
/proc/meminfo: memFree=24334120/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2511972 CPUtime=1796.41 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 901470 0 0 0 178912 729 0 0 20 0 1 0 334580413 2572259328 595587 33554432000 4194304 9016284 140733804550896 140733804544952 6855193 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 627993 595587 658 1178 0 626811 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 2511972

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29469
/proc/meminfo: memFree=24334120/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2502916 CPUtime=1798.01 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 901521 0 0 0 179071 730 0 0 20 0 1 0 334580413 2562985984 593732 33554432000 4194304 9016284 140733804550896 140733804546696 6817804 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 625729 593732 666 1178 0 624547 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 2502916

[startup+1798.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29469
/proc/meminfo: memFree=24345652/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=2486008 CPUtime=1798.41 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 901521 0 0 0 179111 730 0 0 20 0 1 0 334580413 2545672192 589505 33554432000 4194304 9016284 140733804550896 140733804550152 4881330 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 621502 589505 666 1178 0 620320 0
Current children cumulated CPU time (s) 1798.41
Current children cumulated vsize (KiB) 2486008

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 29469
/proc/meminfo: memFree=24345652/32873852 swapFree=6856/6856
[pid=29392] ppid=29390 vsize=1771312 CPUtime=1798.81 cores=0,2,4,6
/proc/29392/stat : 29392 (scip-2.0.1.4b_2) R 29390 29392 20074 0 -1 4202496 901521 0 0 0 179149 732 0 0 20 0 1 0 334580413 1813823488 437487 33554432000 4194304 9016284 140733804550896 140733804550152 6812620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29392/statm: 442828 437487 666 1178 0 441646 0
Current children cumulated CPU time (s) 1798.81
Current children cumulated vsize (KiB) 1771312

Child status: 0
Real time (s): 1799.18
CPU time (s): 1798.9
CPU user time (s): 1791.55
CPU system time (s): 7.34388
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 2703336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.55
system time used= 7.34388
maximum resident set size= 2501492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 901529
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= 17
involuntary context switches= 1939

runsolver used 6.42202 second user time and 16.9524 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 02:49:05
IDJOB=3730015
IDBENCH=1377
IDSOLVER=2329
FILE ID=node128/3730015-1338684544
RUNJOBID= node128-1338679209-28499
PBS_JOBID= 14636685
Free space on /tmp= 70384 MiB

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

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

MD5SUM BENCH= d54403a51e1ff3d34cd210d836adfe84
RANDOM SEED=1730461687

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27330420 kB
Buffers:          536088 kB
Cached:          3761620 kB
SwapCached:          784 kB
Active:          2348924 kB
Inactive:        2300224 kB
Active(anon):     342216 kB
Inactive(anon):    11368 kB
Active(file):    2006708 kB
Inactive(file):  2288856 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             50780 kB
Writeback:            32 kB
AnonPages:        359024 kB
Mapped:            16680 kB
Shmem:               200 kB
Slab:             756400 kB
SReclaimable:     198604 kB
SUnreclaim:       557796 kB
KernelStack:        1440 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     465668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70360 MiB
End job on node128 at 2012-06-03 03:19:04