Trace number 3740879

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1800.04 1800.33

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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-3740879-1338765770.opb>
5.69/5.76	c original problem has 44846 variables (44846 bin, 0 int, 0 impl, 0 cont) and 988104 constraints
5.69/5.76	c problem read
5.69/5.76	c No objective function, only one solution is needed.
5.69/5.76	c presolving settings loaded
6.89/6.98	c presolving:
11.39/11.43	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 988095 upgd conss, 415364 impls, 1772 clqs
12.39/12.44	c presolving (2 rounds):
12.39/12.44	c  1 deleted vars, 22 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
12.39/12.44	c  415364 implications, 1772 cliques
12.39/12.44	c presolved problem has 44845 variables (44845 bin, 0 int, 0 impl, 0 cont) and 988082 constraints
12.39/12.44	c  101519 constraints of type <knapsack>
12.39/12.44	c  198683 constraints of type <setppc>
12.39/12.44	c       1 constraints of type <linear>
12.39/12.44	c  687879 constraints of type <logicor>
12.39/12.44	c transformed objective value is always integral (scale: 1)
12.39/12.44	c Presolving Time: 5.53
12.39/12.44	c - non default parameters ----------------------------------------------------------------------
12.39/12.44	c # SCIP version 2.0.1.5
12.39/12.44	c 
12.39/12.44	c # frequency for displaying node information lines
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 100]
12.39/12.44	c display/freq = 10000
12.39/12.44	c 
12.39/12.44	c # maximal time in seconds to run
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.39/12.44	c limits/time = 1797
12.39/12.44	c 
12.39/12.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
12.39/12.44	c limits/memory = 13950
12.39/12.44	c 
12.39/12.44	c # solving stops, if the given number of solutions were found (-1: no limit)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: -1]
12.39/12.44	c limits/solutions = 1
12.39/12.44	c 
12.39/12.44	c # maximal number of separation rounds per node (-1: unlimited)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 5]
12.39/12.44	c separating/maxrounds = 1
12.39/12.44	c 
12.39/12.44	c # maximal number of separation rounds in the root node (-1: unlimited)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: -1]
12.39/12.44	c separating/maxroundsroot = 5
12.39/12.44	c 
12.39/12.44	c # default clock type (1: CPU user seconds, 2: wall clock time)
12.39/12.44	c # [type: int, range: [1,2], default: 1]
12.39/12.44	c timing/clocktype = 2
12.39/12.44	c 
12.39/12.44	c # belongs reading time to solving time?
12.39/12.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.39/12.44	c timing/reading = TRUE
12.39/12.44	c 
12.39/12.44	c # should presolving try to simplify inequalities
12.39/12.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.39/12.44	c constraints/linear/simplifyinequalities = TRUE
12.39/12.44	c 
12.39/12.44	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
12.39/12.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.39/12.44	c constraints/indicator/addCouplingCons = TRUE
12.39/12.44	c 
12.39/12.44	c # should disaggregation of knapsack constraints be allowed in preprocessing?
12.39/12.44	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
12.39/12.44	c constraints/knapsack/disaggregation = FALSE
12.39/12.44	c 
12.39/12.44	c # should presolving try to simplify knapsacks
12.39/12.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
12.39/12.44	c constraints/knapsack/simplifyinequalities = TRUE
12.39/12.44	c 
12.39/12.44	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: -1]
12.39/12.44	c presolving/probing/maxrounds = 0
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 10]
12.39/12.44	c heuristics/coefdiving/freq = -1
12.39/12.44	c 
12.39/12.44	c # maximal fraction of diving LP iterations compared to node LP iterations
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.39/12.44	c heuristics/coefdiving/maxlpiterquot = 0.075
12.39/12.44	c 
12.39/12.44	c # additional number of allowed LP iterations
12.39/12.44	c # [type: int, range: [0,2147483647], default: 1000]
12.39/12.44	c heuristics/coefdiving/maxlpiterofs = 1500
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 30]
12.39/12.44	c heuristics/crossover/freq = -1
12.39/12.44	c 
12.39/12.44	c # number of nodes added to the contingent of the total nodes
12.39/12.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.39/12.44	c heuristics/crossover/nodesofs = 750
12.39/12.44	c 
12.39/12.44	c # number of nodes without incumbent change that heuristic should wait
12.39/12.44	c # [type: longint, range: [0,9223372036854775807], default: 200]
12.39/12.44	c heuristics/crossover/nwaitingnodes = 100
12.39/12.44	c 
12.39/12.44	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
12.39/12.44	c # [type: real, range: [0,1], default: 0.1]
12.39/12.44	c heuristics/crossover/nodesquot = 0.15
12.39/12.44	c 
12.39/12.44	c # minimum percentage of integer variables that have to be fixed 
12.39/12.44	c # [type: real, range: [0,1], default: 0.666]
12.39/12.44	c heuristics/crossover/minfixingrate = 0.5
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 20]
12.39/12.44	c heuristics/feaspump/freq = -1
12.39/12.44	c 
12.39/12.44	c # additional number of allowed LP iterations
12.39/12.44	c # [type: int, range: [0,2147483647], default: 1000]
12.39/12.44	c heuristics/feaspump/maxlpiterofs = 2000
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 10]
12.39/12.44	c heuristics/fracdiving/freq = -1
12.39/12.44	c 
12.39/12.44	c # maximal fraction of diving LP iterations compared to node LP iterations
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.39/12.44	c heuristics/fracdiving/maxlpiterquot = 0.075
12.39/12.44	c 
12.39/12.44	c # additional number of allowed LP iterations
12.39/12.44	c # [type: int, range: [0,2147483647], default: 1000]
12.39/12.44	c heuristics/fracdiving/maxlpiterofs = 1500
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 10]
12.39/12.44	c heuristics/guideddiving/freq = -1
12.39/12.44	c 
12.39/12.44	c # maximal fraction of diving LP iterations compared to node LP iterations
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.39/12.44	c heuristics/guideddiving/maxlpiterquot = 0.075
12.39/12.44	c 
12.39/12.44	c # additional number of allowed LP iterations
12.39/12.44	c # [type: int, range: [0,2147483647], default: 1000]
12.39/12.44	c heuristics/guideddiving/maxlpiterofs = 1500
12.39/12.44	c 
12.39/12.44	c # maximal fraction of diving LP iterations compared to node LP iterations
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.39/12.44	c heuristics/intdiving/maxlpiterquot = 0.075
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 10]
12.39/12.44	c heuristics/intshifting/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 10]
12.39/12.44	c heuristics/linesearchdiving/freq = -1
12.39/12.44	c 
12.39/12.44	c # maximal fraction of diving LP iterations compared to node LP iterations
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.39/12.44	c heuristics/linesearchdiving/maxlpiterquot = 0.075
12.39/12.44	c 
12.39/12.44	c # additional number of allowed LP iterations
12.39/12.44	c # [type: int, range: [0,2147483647], default: 1000]
12.39/12.44	c heuristics/linesearchdiving/maxlpiterofs = 1500
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 20]
12.39/12.44	c heuristics/objpscostdiving/freq = -1
12.39/12.44	c 
12.39/12.44	c # maximal fraction of diving LP iterations compared to total iteration number
12.39/12.44	c # [type: real, range: [0,1], default: 0.01]
12.39/12.44	c heuristics/objpscostdiving/maxlpiterquot = 0.015
12.39/12.44	c 
12.39/12.44	c # additional number of allowed LP iterations
12.39/12.44	c # [type: int, range: [0,2147483647], default: 1000]
12.39/12.44	c heuristics/objpscostdiving/maxlpiterofs = 1500
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 1]
12.39/12.44	c heuristics/oneopt/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 10]
12.39/12.44	c heuristics/pscostdiving/freq = -1
12.39/12.44	c 
12.39/12.44	c # maximal fraction of diving LP iterations compared to node LP iterations
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.39/12.44	c heuristics/pscostdiving/maxlpiterquot = 0.075
12.39/12.44	c 
12.39/12.44	c # additional number of allowed LP iterations
12.39/12.44	c # [type: int, range: [0,2147483647], default: 1000]
12.39/12.44	c heuristics/pscostdiving/maxlpiterofs = 1500
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 0]
12.39/12.44	c heuristics/rens/freq = -1
12.39/12.44	c 
12.39/12.44	c # minimum percentage of integer variables that have to be fixable 
12.39/12.44	c # [type: real, range: [0,1], default: 0.5]
12.39/12.44	c heuristics/rens/minfixingrate = 0.3
12.39/12.44	c 
12.39/12.44	c # number of nodes added to the contingent of the total nodes
12.39/12.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
12.39/12.44	c heuristics/rens/nodesofs = 2000
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 20]
12.39/12.44	c heuristics/rootsoldiving/freq = -1
12.39/12.44	c 
12.39/12.44	c # maximal fraction of diving LP iterations compared to node LP iterations
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
12.39/12.44	c heuristics/rootsoldiving/maxlpiterquot = 0.015
12.39/12.44	c 
12.39/12.44	c # additional number of allowed LP iterations
12.39/12.44	c # [type: int, range: [0,2147483647], default: 1000]
12.39/12.44	c heuristics/rootsoldiving/maxlpiterofs = 1500
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 1]
12.39/12.44	c heuristics/rounding/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 0]
12.39/12.44	c heuristics/shiftandpropagate/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 10]
12.39/12.44	c heuristics/shifting/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 1]
12.39/12.44	c heuristics/simplerounding/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 1]
12.39/12.44	c heuristics/subnlp/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 0]
12.39/12.44	c heuristics/trivial/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 1]
12.39/12.44	c heuristics/trysol/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 0]
12.39/12.44	c heuristics/undercover/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 10]
12.39/12.44	c heuristics/veclendiving/freq = -1
12.39/12.44	c 
12.39/12.44	c # maximal fraction of diving LP iterations compared to node LP iterations
12.39/12.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
12.39/12.44	c heuristics/veclendiving/maxlpiterquot = 0.075
12.39/12.44	c 
12.39/12.44	c # additional number of allowed LP iterations
12.39/12.44	c # [type: int, range: [0,2147483647], default: 1000]
12.39/12.44	c heuristics/veclendiving/maxlpiterofs = 1500
12.39/12.44	c 
12.39/12.44	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 1]
12.39/12.44	c heuristics/zirounding/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 0]
12.39/12.44	c separating/cmir/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: 0]
12.39/12.44	c separating/flowcover/freq = -1
12.39/12.44	c 
12.39/12.44	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
12.39/12.44	c # [type: int, range: [-1,2147483647], default: -1]
12.39/12.44	c separating/rapidlearning/freq = 0
12.39/12.44	c 
12.39/12.44	c -----------------------------------------------------------------------------------------------
12.39/12.44	c start solving
12.39/12.47	c 
49.88/49.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.88/49.96	c  50.0s|     1 |     0 |  6802 |     - |1465M|   0 |1248 |  44k| 988k|  44k| 988k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
121.17/121.26	c   121s|     1 |     0 | 16823 |     - |1465M|   0 |6006 |  44k| 988k|  44k| 988k|   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
204.45/204.58	c   205s|     1 |     0 | 25225 |     - |1467M|   0 |7949 |  44k| 988k|  44k| 988k|  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
269.85/269.95	c   270s|     1 |     0 | 29807 |     - |1468M|   0 |8843 |  44k| 988k|  44k| 988k| 100 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
378.84/378.99	c   379s|     1 |     0 | 34544 |     - |1471M|   0 |  10k|  44k| 988k|  44k| 988k| 168 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
480.21/480.33	c   480s|     1 |     0 | 36561 |     - |1475M|   0 |  11k|  44k| 988k|  44k| 988k| 226 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
972.43/972.66	c   973s|     1 |     2 | 36561 |     - |1475M|   0 |  11k|  44k| 988k|  44k| 988k| 226 |   0 |  34 | 0.000000e+00 |      --      |    Inf 
1798.81/1799.11	c 
1798.81/1799.11	c SCIP Status        : solving was interrupted [time limit reached]
1798.81/1799.11	c Solving Time (sec) : 1799.11
1798.81/1799.11	c Solving Nodes      : 3
1798.81/1799.11	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.81/1799.11	c Dual Bound         : +0.00000000000000e+00
1798.81/1799.11	c Gap                : infinite
1798.81/1799.11	s UNKNOWN
1798.81/1799.11	c SCIP Status        : solving was interrupted [time limit reached]
1798.81/1799.11	c Total Time         :    1799.11
1798.81/1799.11	c   solving          :    1799.11
1798.81/1799.11	c   presolving       :       5.53 (included in solving)
1798.81/1799.11	c   reading          :       5.76 (included in solving)
1798.81/1799.11	c Original Problem   :
1798.81/1799.11	c   Problem name     : HOME/instance-3740879-1338765770.opb
1798.81/1799.11	c   Variables        : 44846 (44846 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.81/1799.11	c   Constraints      : 988104 initial, 988104 maximal
1798.81/1799.11	c Presolved Problem  :
1798.81/1799.11	c   Problem name     : t_HOME/instance-3740879-1338765770.opb
1798.81/1799.11	c   Variables        : 44845 (44845 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.81/1799.11	c   Constraints      : 988082 initial, 988082 maximal
1798.81/1799.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1798.81/1799.11	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   knapsack         :       0.34          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   setppc           :       0.17          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   linear           :       3.69          0          1          0          0          0          8          0          7          0
1798.81/1799.11	c   logicor          :       0.48          0          0          0          0          0         14          0          0          0
1798.81/1799.11	c   root node        :          -          0          -          -          0          -          -          -          -          -
1798.81/1799.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1798.81/1799.11	c   integral         :          0          0          0          3          0          1          0          0          0          0          0          6
1798.81/1799.11	c   knapsack         :     101519          5          5          0          0          0          0          0          0        329          0          0
1798.81/1799.11	c   setppc           :     198683          5          5          0          0          0          0          0         20          0          0          0
1798.81/1799.11	c   linear           :          1          5          5          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   logicor          :     687879          5          3          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1798.81/1799.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1798.81/1799.11	c   integral         :    1279.02       0.00       0.00    1279.02       0.00       0.00       0.00
1798.81/1799.11	c   knapsack         :       0.30       0.29       0.01       0.00       0.00       0.00       0.00
1798.81/1799.11	c   setppc           :       0.06       0.04       0.02       0.00       0.00       0.00       0.00
1798.81/1799.11	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1798.81/1799.11	c   logicor          :       0.27       0.12       0.15       0.00       0.00       0.00       0.00
1798.81/1799.11	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1798.81/1799.11	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1798.81/1799.11	c   vbounds          :          0          0          0          0
1798.81/1799.11	c   rootredcost      :          0          0          0          0
1798.81/1799.11	c   pseudoobj        :          0          0          0          0
1798.81/1799.11	c Propagator Timings :  TotalTime  Propagate    Resprop
1798.81/1799.11	c   vbounds          :       0.00       0.00       0.00
1798.81/1799.11	c   rootredcost      :       0.00       0.00       0.00
1798.81/1799.11	c   pseudoobj        :       0.00       0.00       0.00
1798.81/1799.11	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.81/1799.11	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.81/1799.11	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.81/1799.11	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.81/1799.11	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.81/1799.11	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.81/1799.11	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.81/1799.11	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.81/1799.11	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.81/1799.11	c   cut pool         :       0.00          4          -          -         27          -    (maximal pool size: 1403)
1798.81/1799.11	c   redcost          :       0.01          7          0          0          0          0
1798.81/1799.11	c   impliedbounds    :       0.02          5          0          0          0          0
1798.81/1799.11	c   intobj           :       0.00          0          0          0          0          0
1798.81/1799.11	c   gomory           :     113.68          5          0          0       2500          0
1798.81/1799.11	c   cgmip            :       0.00          0          0          0          0          0
1798.81/1799.11	c   closecuts        :       0.00          0          0          0          0          0
1798.81/1799.11	c   strongcg         :      37.85          5          0          0       2500          0
1798.81/1799.11	c   cmir             :       0.00          0          0          0          0          0
1798.81/1799.11	c   flowcover        :       0.00          0          0          0          0          0
1798.81/1799.11	c   clique           :       4.23          5          0          0         38          0
1798.81/1799.11	c   zerohalf         :       0.00          0          0          0          0          0
1798.81/1799.11	c   mcf              :       2.26          1          0          0          0          0
1798.81/1799.11	c   oddcycle         :       0.00          0          0          0          0          0
1798.81/1799.11	c   rapidlearning    :       0.00          0          0          0          0          0
1798.81/1799.11	c Pricers            :       Time      Calls       Vars
1798.81/1799.11	c   problem variables:       0.00          0          0
1798.81/1799.11	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.81/1799.11	c   relpscost        :    1279.02          3          0          0          0          0          6
1798.81/1799.11	c   pscost           :       0.00          0          0          0          0          0          0
1798.81/1799.11	c   inference        :       0.00          0          0          0          0          0          0
1798.81/1799.11	c   mostinf          :       0.00          0          0          0          0          0          0
1798.81/1799.11	c   leastinf         :       0.00          0          0          0          0          0          0
1798.81/1799.11	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.81/1799.11	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.81/1799.11	c   random           :       0.00          0          0          0          0          0          0
1798.81/1799.11	c Primal Heuristics  :       Time      Calls      Found
1798.81/1799.11	c   LP solutions     :       0.00          -          0
1798.81/1799.11	c   pseudo solutions :       0.00          -          0
1798.81/1799.11	c   trivial          :       0.03          1          0
1798.81/1799.11	c   shiftandpropagate:       0.00          0          0
1798.81/1799.11	c   simplerounding   :       0.00          0          0
1798.81/1799.11	c   zirounding       :       0.00          0          0
1798.81/1799.11	c   rounding         :       0.00          0          0
1798.81/1799.11	c   shifting         :       0.00          0          0
1798.81/1799.11	c   intshifting      :       0.00          0          0
1798.81/1799.11	c   oneopt           :       0.00          0          0
1798.81/1799.11	c   twoopt           :       0.00          0          0
1798.81/1799.11	c   fixandinfer      :       0.00          0          0
1798.81/1799.11	c   feaspump         :       0.00          0          0
1798.81/1799.11	c   clique           :       0.00          0          0
1798.81/1799.11	c   coefdiving       :       0.00          0          0
1798.81/1799.11	c   pscostdiving     :       0.00          0          0
1798.81/1799.11	c   fracdiving       :       0.00          0          0
1798.81/1799.11	c   veclendiving     :       0.00          0          0
1798.81/1799.11	c   intdiving        :       0.00          0          0
1798.81/1799.11	c   actconsdiving    :       0.00          0          0
1798.81/1799.11	c   objpscostdiving  :       0.00          0          0
1798.81/1799.11	c   rootsoldiving    :       0.00          0          0
1798.81/1799.11	c   linesearchdiving :       0.00          0          0
1798.81/1799.11	c   guideddiving     :       0.00          0          0
1798.81/1799.11	c   octane           :       0.00          0          0
1798.81/1799.11	c   rens             :       0.00          0          0
1798.81/1799.11	c   rins             :       0.00          0          0
1798.81/1799.11	c   localbranching   :       0.00          0          0
1798.81/1799.11	c   mutation         :       0.00          0          0
1798.81/1799.11	c   crossover        :       0.00          0          0
1798.81/1799.11	c   dins             :       0.00          0          0
1798.81/1799.11	c   vbounds          :       0.00          0          0
1798.81/1799.11	c   undercover       :       0.00          0          0
1798.81/1799.11	c   subnlp           :       0.00          0          0
1798.81/1799.11	c   trysol           :       0.00          0          0
1798.81/1799.11	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.81/1799.11	c   primal LP        :       1.19          0          0       0.00       0.00
1798.81/1799.11	c   dual LP          :     344.76          8      38986    4873.25     113.08
1798.81/1799.11	c   lex dual LP      :       0.00          0          0       0.00          -
1798.81/1799.11	c   barrier LP       :       0.00          0          0       0.00          -
1798.81/1799.11	c   diving/probing LP:       0.00          0          0       0.00          -
1798.81/1799.11	c   strong branching :    1278.91         85      74417     875.49      58.19
1798.81/1799.11	c     (at root node) :          -         34      27273     802.15          -
1798.81/1799.11	c   conflict analysis:       0.00          0          0       0.00          -
1798.81/1799.11	c B&B Tree           :
1798.81/1799.11	c   number of runs   :          1
1798.81/1799.11	c   nodes            :          3
1798.81/1799.11	c   nodes (total)    :          3
1798.81/1799.11	c   nodes left       :          4
1798.81/1799.11	c   max depth        :          2
1798.81/1799.11	c   max depth (total):          2
1798.81/1799.11	c   backtracks       :          0 (0.0%)
1798.81/1799.11	c   delayed cutoffs  :          0
1798.81/1799.11	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.81/1799.11	c   avg switch length:       1.00
1798.81/1799.11	c   switching time   :       1.27
1798.81/1799.11	c Solution           :
1798.81/1799.11	c   Solutions found  :          0 (0 improvements)
1798.81/1799.11	c   Primal Bound     :          -
1798.81/1799.11	c   Dual Bound       : +0.00000000000000e+00
1798.81/1799.11	c   Gap              :   infinite
1798.81/1799.11	c   Root Dual Bound  : +0.00000000000000e+00
1798.81/1799.11	c   Root Iterations  :      36561

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-3740879-1338765770/watcher-3740879-1338765770 -o /tmp/evaluation-result-3740879-1338765770/solver-3740879-1338765770 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740879-1338765770.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 3/176 31402
/proc/meminfo: memFree=26224528/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=11980 CPUtime=0 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 1926 0 0 0 0 0 0 0 20 0 1 0 342702836 12267520 1880 33554432000 4194304 9016284 140737475290448 140737475285832 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 2995 1891 340 1178 0 1813 0

[startup+0.025073 s]
/proc/loadavg: 2.02 2.04 2.00 3/176 31402
/proc/meminfo: memFree=26224528/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=14728 CPUtime=0.01 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 2679 0 0 0 1 0 0 0 20 0 1 0 342702836 15081472 2633 33554432000 4194304 9016284 140737475290448 140737475285832 7870473 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 3682 2633 357 1178 0 2500 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14728

[startup+0.100144 s]
/proc/loadavg: 2.02 2.04 2.00 3/176 31402
/proc/meminfo: memFree=26224528/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=21516 CPUtime=0.09 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 4369 0 0 0 9 0 0 0 20 0 1 0 342702836 22032384 4323 33554432000 4194304 9016284 140737475290448 140737475285832 7870468 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 5379 4323 357 1178 0 4197 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21516

[startup+0.300173 s]
/proc/loadavg: 2.02 2.04 2.00 3/176 31402
/proc/meminfo: memFree=26224528/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=36824 CPUtime=0.28 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 8195 0 0 0 28 0 0 0 20 0 1 0 342702836 37707776 8149 33554432000 4194304 9016284 140737475290448 140737475285832 7870493 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 9206 8149 357 1178 0 8024 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 36824

[startup+0.700138 s]
/proc/loadavg: 2.02 2.04 2.00 3/176 31402
/proc/meminfo: memFree=26224528/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=66068 CPUtime=0.68 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 15485 0 0 0 67 1 0 0 20 0 1 0 342702836 67653632 15439 33554432000 4194304 9016284 140737475290448 140737475154344 4447104 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 16517 15439 357 1178 0 15335 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 66068

[startup+1.50016 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 31403
/proc/meminfo: memFree=26141804/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=125052 CPUtime=1.49 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 30212 0 0 0 145 4 0 0 20 0 1 0 342702836 128053248 30166 33554432000 4194304 9016284 140737475290448 140737475154344 4536486 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 31263 30166 357 1178 0 30081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 125052

[startup+3.10021 s]
/proc/loadavg: 2.18 2.07 2.01 3/177 31403
/proc/meminfo: memFree=26027016/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=240596 CPUtime=3.08 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 59050 0 0 0 300 8 0 0 20 0 1 0 342702836 246370304 59004 33554432000 4194304 9016284 140737475290448 140737475154344 7870498 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 60149 59004 357 1178 0 58967 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 240596

[startup+6.30018 s]
/proc/loadavg: 2.18 2.07 2.01 3/177 31403
/proc/meminfo: memFree=25695480/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=794460 CPUtime=6.29 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 195953 0 0 0 602 27 0 0 20 0 1 0 342702836 813527040 195878 33554432000 4194304 9016284 140737475290448 140737475154344 4318833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 198615 195878 404 1178 0 197433 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 794460

[startup+12.7003 s]
/proc/loadavg: 2.15 2.07 2.01 3/177 31403
/proc/meminfo: memFree=25112684/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=1169740 CPUtime=12.68 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 391484 0 0 0 1210 58 0 0 20 0 1 0 342702836 1197813760 286681 33554432000 4194304 9016284 140737475290448 140737475286200 6813403 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 292435 286681 562 1178 0 291253 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1169740

[startup+25.5003 s]
/proc/loadavg: 2.13 2.07 2.01 3/177 31403
/proc/meminfo: memFree=23750548/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2639032 CPUtime=25.48 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 556074 0 0 0 2455 93 0 0 20 0 1 0 342702836 2702368768 618332 33554432000 4194304 9016284 140737475290448 140737475284360 7080778 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 659758 618332 624 1178 0 658576 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2639032

[startup+51.1067 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 31403
/proc/meminfo: memFree=23831868/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2516736 CPUtime=51.08 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 572055 0 0 0 4987 121 0 0 20 0 1 0 342702836 2577137664 597748 33554432000 4194304 9016284 140737475290448 140737475285512 6924812 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 629184 597748 649 1178 0 628002 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2516736

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 31404
/proc/meminfo: memFree=23763160/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2734300 CPUtime=102.27 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 593612 0 0 0 10066 161 0 0 20 0 1 0 342702836 2799923200 623529 33554432000 4194304 9016284 140737475290448 140737475283128 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 683575 623529 661 1178 0 682393 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2734300

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 31404
/proc/meminfo: memFree=23476052/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=3019312 CPUtime=162.26 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 612382 0 0 0 16028 198 0 0 20 0 1 0 342702836 3091775488 694669 33554432000 4194304 9016284 140737475290448 140737475284616 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 754828 694669 663 1178 0 753646 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3019312

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 31404
/proc/meminfo: memFree=23652192/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2977176 CPUtime=222.25 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 614952 0 0 0 22020 205 0 0 20 0 1 0 342702836 3048628224 658600 33554432000 4194304 9016284 140737475290448 140737475283128 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 744294 658600 663 1178 0 743112 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2977176

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 31405
/proc/meminfo: memFree=23571300/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2986560 CPUtime=282.24 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 618149 0 0 0 28009 215 0 0 20 0 1 0 342702836 3058237440 658968 33554432000 4194304 9016284 140737475290448 140737475285560 6578040 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 746640 658968 663 1178 0 745458 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2986560

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31405
/proc/meminfo: memFree=23601856/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2893176 CPUtime=342.24 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 623716 0 0 0 33991 233 0 0 20 0 1 0 342702836 2962612224 647676 33554432000 4194304 9016284 140737475290448 140737475283368 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 723294 647676 663 1178 0 722112 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2893176

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31406
/proc/meminfo: memFree=23600540/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2901688 CPUtime=402.22 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 629248 0 0 0 39970 252 0 0 20 0 1 0 342702836 2971328512 647398 33554432000 4194304 9016284 140737475290448 140737475285560 6922753 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 725422 647398 663 1178 0 724240 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2901688

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 31409
/proc/meminfo: memFree=23525676/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=3012856 CPUtime=462.22 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 632606 0 0 0 45961 261 0 0 20 0 1 0 342702836 3085164544 677205 33554432000 4194304 9016284 140737475290448 140737475284312 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 753214 677205 663 1178 0 752032 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3012856

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 31409
/proc/meminfo: memFree=23643748/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2866116 CPUtime=522.2 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 656435 0 0 0 51924 296 0 0 20 0 1 0 342702836 2934902784 641626 33554432000 4194304 9016284 140737475290448 140737475284248 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 716529 641626 664 1178 0 715347 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2866116

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31409
/proc/meminfo: memFree=23637152/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2866116 CPUtime=582.2 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 682276 0 0 0 57882 338 0 0 20 0 1 0 342702836 2934902784 643372 33554432000 4194304 9016284 140737475290448 140737475284200 7221936 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 716529 643372 664 1178 0 715347 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2866116

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 31448
/proc/meminfo: memFree=23769636/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2911468 CPUtime=822.15 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 775978 0 0 0 81718 497 0 0 20 0 1 0 342702836 2981343232 655216 33554432000 4194304 9016284 140737475290448 140737475284248 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 727867 655216 664 1178 0 726685 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 2911468

[startup+882.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 31448
/proc/meminfo: memFree=23809700/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2866116 CPUtime=882.15 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 799864 0 0 0 87676 539 0 0 20 0 1 0 342702836 2934902784 644939 33554432000 4194304 9016284 140737475290448 140737475284200 7181022 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 716529 644939 664 1178 0 715347 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 2866116

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31448
/proc/meminfo: memFree=23808504/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2866116 CPUtime=942.13 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 825745 0 0 0 93630 583 0 0 20 0 1 0 342702836 2934902784 645341 33554432000 4194304 9016284 140737475290448 140737475283752 7152978 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 716529 645341 664 1178 0 715347 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 2866116

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31449
/proc/meminfo: memFree=23761124/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2916068 CPUtime=1002.12 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 845839 0 0 0 99586 626 0 0 20 0 1 0 342702836 2986053632 657106 33554432000 4194304 9016284 140737475290448 140737475284200 6971634 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 729017 657106 672 1178 0 727835 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 2916068

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31452
/proc/meminfo: memFree=23759456/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2889688 CPUtime=1062.12 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 864577 0 0 0 105545 667 0 0 20 0 1 0 342702836 2959040512 646377 33554432000 4194304 9016284 140737475290448 140737475283752 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 722422 646377 672 1178 0 721240 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2889688

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31452
/proc/meminfo: memFree=23802512/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2889012 CPUtime=1122.11 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 883718 0 0 0 111505 706 0 0 20 0 1 0 342702836 2958348288 646744 33554432000 4194304 9016284 140737475290448 140737475284200 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 722253 646744 672 1178 0 721071 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 2889012

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31452
/proc/meminfo: memFree=23758168/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2914724 CPUtime=1182.09 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 902606 0 0 0 117463 746 0 0 20 0 1 0 342702836 2984677376 657856 33554432000 4194304 9016284 140737475290448 140737475283256 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 728681 657856 672 1178 0 727499 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 2914724

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31452
/proc/meminfo: memFree=23800516/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2889012 CPUtime=1242.09 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 918774 0 0 0 123426 783 0 0 20 0 1 0 342702836 2958348288 647164 33554432000 4194304 9016284 140737475290448 140737475284200 6971833 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 722253 647164 672 1178 0 721071 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 2889012

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31453
/proc/meminfo: memFree=23755168/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2916756 CPUtime=1302.08 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 940852 0 0 0 129382 826 0 0 20 0 1 0 342702836 2986758144 658563 33554432000 4194304 9016284 140737475290448 140737475284504 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 729189 658563 672 1178 0 728007 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2916756

[startup+1362.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31453
/proc/meminfo: memFree=23798256/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2889012 CPUtime=1362.08 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 958819 0 0 0 135341 867 0 0 20 0 1 0 342702836 2958348288 647756 33554432000 4194304 9016284 140737475290448 140737475284504 7180751 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 722253 647756 672 1178 0 721071 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2889012

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31453
/proc/meminfo: memFree=23740584/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2918396 CPUtime=1422.06 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 979959 0 0 0 141296 910 0 0 20 0 1 0 342702836 2988437504 658791 33554432000 4194304 9016284 140737475290448 140737475283016 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 729599 658791 672 1178 0 728417 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 2918396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31453
/proc/meminfo: memFree=23755404/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2915604 CPUtime=1482.05 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 1000051 0 0 0 147251 954 0 0 20 0 1 0 342702836 2985578496 658506 33554432000 4194304 9016284 140737475290448 140737475283656 7214052 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 728901 658506 672 1178 0 727719 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2915604

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31453
/proc/meminfo: memFree=23828160/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2892260 CPUtime=1542.04 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 1016460 0 0 0 153210 994 0 0 20 0 1 0 342702836 2961674240 647201 33554432000 4194304 9016284 140737475290448 140737475284200 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 723065 647201 672 1178 0 721883 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 2892260

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31454
/proc/meminfo: memFree=23798048/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2892740 CPUtime=1602.03 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 1035951 0 0 0 159168 1035 0 0 20 0 1 0 342702836 2962165760 647312 33554432000 4194304 9016284 140737475290448 140737475284616 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 723185 647312 672 1178 0 722003 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2892740

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31457
/proc/meminfo: memFree=23748292/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2918724 CPUtime=1662.03 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 1056255 0 0 0 165126 1077 0 0 20 0 1 0 342702836 2988773376 659550 33554432000 4194304 9016284 140737475290448 140737475284200 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 729681 659550 672 1178 0 728499 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 2918724

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31457
/proc/meminfo: memFree=23745836/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2918684 CPUtime=1722.02 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 1076639 0 0 0 171082 1120 0 0 20 0 1 0 342702836 2988732416 659548 33554432000 4194304 9016284 140737475290448 140737475283016 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 729671 659548 672 1178 0 728489 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 2918684

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31457
/proc/meminfo: memFree=23745288/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2919900 CPUtime=1782 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 1097486 0 0 0 177039 1161 0 0 20 0 1 0 342702836 2989977600 659689 33554432000 4194304 9016284 140737475290448 140737475284504 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 729975 659689 672 1178 0 728793 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 2919900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31457
/proc/meminfo: memFree=23824104/32873660 swapFree=7120/7120
[pid=31402] ppid=31400 vsize=2742216 CPUtime=1800.01 cores=1,3,5,7
/proc/31402/stat : 31402 (scip-2.0.1.4b_2) R 31400 31402 31309 0 -1 4202496 1103841 0 0 0 178826 1175 0 0 20 0 1 0 342702836 2808029184 639570 33554432000 4194304 9016284 140737475290448 140737475286248 6471928 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31402/statm: 685554 639570 679 1178 0 684372 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2742216

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.33
CPU time (s): 1800.04
CPU user time (s): 1788.27
CPU system time (s): 11.7782
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 3044124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.27
system time used= 11.7782
maximum resident set size= 2785364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1103841
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= 29
involuntary context switches= 1852

runsolver used 3.47247 second user time and 9.53155 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-04 01:22:51
IDJOB=3740879
IDBENCH=89654
IDSOLVER=2329
FILE ID=node117/3740879-1338765770
RUNJOBID= node117-1338764718-31326
PBS_JOBID= 14636813
Free space on /tmp= 69056 MiB

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

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=610913498

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
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		: 2667.148
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		: 2667.148
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        26224900 kB
Buffers:          634116 kB
Cached:          4296016 kB
SwapCached:          776 kB
Active:          3247716 kB
Inactive:        2481988 kB
Active(anon):     785316 kB
Inactive(anon):     9972 kB
Active(file):    2462400 kB
Inactive(file):  2472016 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             60900 kB
Writeback:            36 kB
AnonPages:        799204 kB
Mapped:            14848 kB
Shmem:                80 kB
Slab:             780988 kB
SReclaimable:     224804 kB
SUnreclaim:       556184 kB
KernelStack:        1456 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     918804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69036 MiB
End job on node117 at 2012-06-04 01:52:53