Trace number 3691786

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? (TO) 1802.09 1802.38

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-153.opb
MD5SUM64b2e27e0cc69ae36d391a38c497bb88
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 variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
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 757
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3691786-1338040979.opb>
3.59/3.66	c original problem has 55296 variables (55296 bin, 0 int, 0 impl, 0 cont) and 1282690 constraints
4.09/4.16	c problem read in 3.66
4.09/4.16	c No objective function, only one solution is needed.
4.09/4.16	c presolving settings loaded
5.38/5.42	c presolving:
12.58/12.69	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 1282678 upgd conss, 555154 impls, 2026 clqs
22.29/22.31	c presolving (2 rounds):
22.29/22.31	c  1 deleted vars, 18 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
22.29/22.31	c  555154 implications, 2026 cliques
22.29/22.31	c presolved problem has 55295 variables (55295 bin, 0 int, 0 impl, 0 cont) and 1282672 constraints
22.29/22.31	c  128170 constraints of type <knapsack>
22.29/22.31	c  271398 constraints of type <setppc>
22.29/22.31	c       2 constraints of type <linear>
22.29/22.31	c  883102 constraints of type <logicor>
22.29/22.31	c transformed objective value is always integral (scale: 1)
22.29/22.31	c Presolving Time: 16.99
22.29/22.31	c - non default parameters ----------------------------------------------------------------------
22.29/22.31	c # SCIP version 2.1.1.4
22.29/22.31	c 
22.29/22.31	c # maximal time in seconds to run
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.29/22.31	c limits/time = 1797
22.29/22.31	c 
22.29/22.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.29/22.31	c limits/memory = 13950
22.29/22.31	c 
22.29/22.31	c # solving stops, if the given number of solutions were found (-1: no limit)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: -1]
22.29/22.31	c limits/solutions = 1
22.29/22.31	c 
22.29/22.31	c # maximal number of separation rounds per node (-1: unlimited)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 5]
22.29/22.31	c separating/maxrounds = 1
22.29/22.31	c 
22.29/22.31	c # maximal number of separation rounds in the root node (-1: unlimited)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: -1]
22.29/22.31	c separating/maxroundsroot = 5
22.29/22.31	c 
22.29/22.31	c # default clock type (1: CPU user seconds, 2: wall clock time)
22.29/22.31	c # [type: int, range: [1,2], default: 1]
22.29/22.31	c timing/clocktype = 2
22.29/22.31	c 
22.29/22.31	c # belongs reading time to solving time?
22.29/22.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
22.29/22.31	c timing/reading = TRUE
22.29/22.31	c 
22.29/22.31	c # should disaggregation of knapsack constraints be allowed in preprocessing?
22.29/22.31	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
22.29/22.31	c constraints/knapsack/disaggregation = FALSE
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 10]
22.29/22.31	c heuristics/coefdiving/freq = -1
22.29/22.31	c 
22.29/22.31	c # maximal fraction of diving LP iterations compared to node LP iterations
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.29/22.31	c heuristics/coefdiving/maxlpiterquot = 0.075
22.29/22.31	c 
22.29/22.31	c # additional number of allowed LP iterations
22.29/22.31	c # [type: int, range: [0,2147483647], default: 1000]
22.29/22.31	c heuristics/coefdiving/maxlpiterofs = 1500
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 30]
22.29/22.31	c heuristics/crossover/freq = -1
22.29/22.31	c 
22.29/22.31	c # number of nodes added to the contingent of the total nodes
22.29/22.31	c # [type: longint, range: [0,9223372036854775807], default: 500]
22.29/22.31	c heuristics/crossover/nodesofs = 750
22.29/22.31	c 
22.29/22.31	c # number of nodes without incumbent change that heuristic should wait
22.29/22.31	c # [type: longint, range: [0,9223372036854775807], default: 200]
22.29/22.31	c heuristics/crossover/nwaitingnodes = 100
22.29/22.31	c 
22.29/22.31	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
22.29/22.31	c # [type: real, range: [0,1], default: 0.1]
22.29/22.31	c heuristics/crossover/nodesquot = 0.15
22.29/22.31	c 
22.29/22.31	c # minimum percentage of integer variables that have to be fixed 
22.29/22.31	c # [type: real, range: [0,1], default: 0.666]
22.29/22.31	c heuristics/crossover/minfixingrate = 0.5
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 20]
22.29/22.31	c heuristics/feaspump/freq = -1
22.29/22.31	c 
22.29/22.31	c # additional number of allowed LP iterations
22.29/22.31	c # [type: int, range: [0,2147483647], default: 1000]
22.29/22.31	c heuristics/feaspump/maxlpiterofs = 2000
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 10]
22.29/22.31	c heuristics/fracdiving/freq = -1
22.29/22.31	c 
22.29/22.31	c # maximal fraction of diving LP iterations compared to node LP iterations
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.29/22.31	c heuristics/fracdiving/maxlpiterquot = 0.075
22.29/22.31	c 
22.29/22.31	c # additional number of allowed LP iterations
22.29/22.31	c # [type: int, range: [0,2147483647], default: 1000]
22.29/22.31	c heuristics/fracdiving/maxlpiterofs = 1500
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 10]
22.29/22.31	c heuristics/guideddiving/freq = -1
22.29/22.31	c 
22.29/22.31	c # maximal fraction of diving LP iterations compared to node LP iterations
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.29/22.31	c heuristics/guideddiving/maxlpiterquot = 0.075
22.29/22.31	c 
22.29/22.31	c # additional number of allowed LP iterations
22.29/22.31	c # [type: int, range: [0,2147483647], default: 1000]
22.29/22.31	c heuristics/guideddiving/maxlpiterofs = 1500
22.29/22.31	c 
22.29/22.31	c # maximal fraction of diving LP iterations compared to node LP iterations
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.29/22.31	c heuristics/intdiving/maxlpiterquot = 0.075
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 10]
22.29/22.31	c heuristics/intshifting/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 10]
22.29/22.31	c heuristics/linesearchdiving/freq = -1
22.29/22.31	c 
22.29/22.31	c # maximal fraction of diving LP iterations compared to node LP iterations
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.29/22.31	c heuristics/linesearchdiving/maxlpiterquot = 0.075
22.29/22.31	c 
22.29/22.31	c # additional number of allowed LP iterations
22.29/22.31	c # [type: int, range: [0,2147483647], default: 1000]
22.29/22.31	c heuristics/linesearchdiving/maxlpiterofs = 1500
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 20]
22.29/22.31	c heuristics/objpscostdiving/freq = -1
22.29/22.31	c 
22.29/22.31	c # maximal fraction of diving LP iterations compared to total iteration number
22.29/22.31	c # [type: real, range: [0,1], default: 0.01]
22.29/22.31	c heuristics/objpscostdiving/maxlpiterquot = 0.015
22.29/22.31	c 
22.29/22.31	c # additional number of allowed LP iterations
22.29/22.31	c # [type: int, range: [0,2147483647], default: 1000]
22.29/22.31	c heuristics/objpscostdiving/maxlpiterofs = 1500
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 1]
22.29/22.31	c heuristics/oneopt/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 10]
22.29/22.31	c heuristics/pscostdiving/freq = -1
22.29/22.31	c 
22.29/22.31	c # maximal fraction of diving LP iterations compared to node LP iterations
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.29/22.31	c heuristics/pscostdiving/maxlpiterquot = 0.075
22.29/22.31	c 
22.29/22.31	c # additional number of allowed LP iterations
22.29/22.31	c # [type: int, range: [0,2147483647], default: 1000]
22.29/22.31	c heuristics/pscostdiving/maxlpiterofs = 1500
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 0]
22.29/22.31	c heuristics/rens/freq = -1
22.29/22.31	c 
22.29/22.31	c # minimum percentage of integer variables that have to be fixable 
22.29/22.31	c # [type: real, range: [0,1], default: 0.5]
22.29/22.31	c heuristics/rens/minfixingrate = 0.3
22.29/22.31	c 
22.29/22.31	c # number of nodes added to the contingent of the total nodes
22.29/22.31	c # [type: longint, range: [0,9223372036854775807], default: 500]
22.29/22.31	c heuristics/rens/nodesofs = 2000
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 20]
22.29/22.31	c heuristics/rootsoldiving/freq = -1
22.29/22.31	c 
22.29/22.31	c # maximal fraction of diving LP iterations compared to node LP iterations
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
22.29/22.31	c heuristics/rootsoldiving/maxlpiterquot = 0.015
22.29/22.31	c 
22.29/22.31	c # additional number of allowed LP iterations
22.29/22.31	c # [type: int, range: [0,2147483647], default: 1000]
22.29/22.31	c heuristics/rootsoldiving/maxlpiterofs = 1500
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 1]
22.29/22.31	c heuristics/rounding/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 0]
22.29/22.31	c heuristics/shiftandpropagate/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 10]
22.29/22.31	c heuristics/shifting/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 1]
22.29/22.31	c heuristics/simplerounding/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 1]
22.29/22.31	c heuristics/subnlp/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 0]
22.29/22.31	c heuristics/trivial/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 1]
22.29/22.31	c heuristics/trysol/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 0]
22.29/22.31	c heuristics/undercover/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 10]
22.29/22.31	c heuristics/veclendiving/freq = -1
22.29/22.31	c 
22.29/22.31	c # maximal fraction of diving LP iterations compared to node LP iterations
22.29/22.31	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.29/22.31	c heuristics/veclendiving/maxlpiterquot = 0.075
22.29/22.31	c 
22.29/22.31	c # additional number of allowed LP iterations
22.29/22.31	c # [type: int, range: [0,2147483647], default: 1000]
22.29/22.31	c heuristics/veclendiving/maxlpiterofs = 1500
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 1]
22.29/22.31	c heuristics/zirounding/freq = -1
22.29/22.31	c 
22.29/22.31	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: -1]
22.29/22.31	c propagating/probing/maxprerounds = 0
22.29/22.31	c 
22.29/22.31	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 0]
22.29/22.31	c separating/cmir/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 0]
22.29/22.31	c separating/flowcover/freq = -1
22.29/22.31	c 
22.29/22.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: -1]
22.29/22.31	c separating/rapidlearning/freq = 0
22.29/22.31	c 
22.29/22.31	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
22.29/22.31	c # [type: int, range: [-1,2147483647], default: 1]
22.29/22.31	c heuristics/indoneopt/freq = -1
22.29/22.31	c 
22.29/22.31	c -----------------------------------------------------------------------------------------------
22.29/22.31	c start solving
22.29/22.34	c 
70.98/71.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.98/71.09	c  71.1s|     1 |     0 |  8007 |     - |2100M|   0 |1337 |  55k|1282k|  55k|1282k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
549.10/549.26	c   549s|     1 |     0 | 27392 |     - |2100M|   0 |7018 |  55k|1282k|  55k|1282k|  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.91/1801.21	c  1801s|     1 |     0 | 53096 |     - |2102M|   0 |   - |  55k|1282k|  55k|1282k| 117 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.91/1801.21	c (node 1) LP solver hit time limit in LP 3 -- using pseudo solution instead
1801.01/1801.31	c  1801s|     1 |     2 | 53096 |     - |2102M|   0 |   - |  55k|1282k|  55k|1282k| 117 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1801.01/1801.31	c 
1801.01/1801.31	c SCIP Status        : solving was interrupted [user interrupt]
1801.01/1801.31	c Solving Time (sec) : 1801.29
1801.01/1801.31	c Solving Nodes      : 1
1801.01/1801.31	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.01/1801.31	c Dual Bound         : +0.00000000000000e+00
1801.01/1801.31	c Gap                : infinite
1801.01/1801.31	s UNKNOWN
1801.01/1801.31	c SCIP Status        : solving was interrupted [user interrupt]
1801.01/1801.31	c Total Time         :    1801.29
1801.01/1801.31	c   solving          :    1801.29
1801.01/1801.31	c   presolving       :      16.99 (included in solving)
1801.01/1801.31	c   reading          :       3.66 (included in solving)
1801.01/1801.31	c   copying          :       0.00 (0 times copied the problem)
1801.01/1801.31	c Original Problem   :
1801.01/1801.31	c   Problem name     : HOME/instance-3691786-1338040979.opb
1801.01/1801.31	c   Variables        : 55296 (55296 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.01/1801.31	c   Constraints      : 1282690 initial, 1282690 maximal
1801.01/1801.31	c   Objective sense  : minimize
1801.01/1801.31	c Presolved Problem  :
1801.01/1801.31	c   Problem name     : t_HOME/instance-3691786-1338040979.opb
1801.01/1801.31	c   Variables        : 55295 (55295 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.01/1801.31	c   Constraints      : 1282672 initial, 1282672 maximal
1801.01/1801.31	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1801.01/1801.31	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   trivial          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   gateextraction   :       0.49       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   components       :       0.54       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   knapsack         :       0.45       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   setppc           :       0.26       0.00          0          0          0          0          0          0          0          0          0
1801.01/1801.31	c   linear           :       6.16       0.62          0          1          0          0          0         10          0          9          0
1801.01/1801.31	c   logicor          :       1.38       6.47          0          0          0          0          0          8          0          0          0
1801.01/1801.31	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1801.01/1801.31	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1801.01/1801.31	c   integral         :          0          0          0          0          0          0          1          0          0          0          0          0          0
1801.01/1801.31	c   knapsack         :     128170     128170          2          1          0          1          0          0          0          0        201          0          0
1801.01/1801.31	c   setppc           :     271398     271398          2          1          0          1          0          0          0          0          0          0          0
1801.01/1801.31	c   linear           :          2          2          2          1          0          1          0          0          0          0          0          0          0
1801.01/1801.31	c   logicor          :     883102     883102          2          1          0          1          0          0          0          0          0          0          0
1801.01/1801.31	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1801.01/1801.31	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1801.01/1801.31	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.01/1801.31	c   knapsack         :       0.19       0.00       0.16       0.00       0.00       0.02       0.00       0.00
1801.01/1801.31	c   setppc           :       0.05       0.00       0.02       0.01       0.00       0.02       0.00       0.00
1801.01/1801.31	c   linear           :       0.62       0.62       0.00       0.00       0.00       0.00       0.00       0.00
1801.01/1801.31	c   logicor          :       6.77       6.47       0.06       0.18       0.00       0.05       0.00       0.00
1801.01/1801.31	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1801.01/1801.31	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1801.01/1801.31	c   rootredcost      :          0          0          0          0
1801.01/1801.31	c   pseudoobj        :          0          0          0          0
1801.01/1801.31	c   vbounds          :          0          0          0          0
1801.01/1801.31	c   redcost          :          2          0          0          0
1801.01/1801.31	c   probing          :          0          0          0          0
1801.01/1801.31	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1801.01/1801.31	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1801.01/1801.31	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1801.01/1801.31	c   vbounds          :       0.01       0.01       0.00       0.00       0.00
1801.01/1801.31	c   redcost          :       0.00       0.00       0.00       0.00       0.00
1801.01/1801.31	c   probing          :       0.00       0.00       0.00       0.00       0.00
1801.01/1801.31	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.01/1801.31	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.01/1801.31	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.01/1801.31	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.01/1801.31	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.01/1801.31	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.01/1801.31	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.01/1801.31	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.01/1801.31	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1801.01/1801.31	c   cut pool         :       0.00                     1          -          -          0          -    (maximal pool size: 257)
1801.01/1801.31	c   closecuts        :       0.00       0.00          0          0          0          0          0
1801.01/1801.31	c   impliedbounds    :       0.01       0.00          2          0          0          0          0
1801.01/1801.31	c   intobj           :       0.00       0.00          0          0          0          0          0
1801.01/1801.31	c   gomory           :       7.40       0.00          2          0          0        100          0
1801.01/1801.31	c   cgmip            :       0.00       0.00          0          0          0          0          0
1801.01/1801.31	c   strongcg         :      12.54       0.00          2          0          0       1000          0
1801.01/1801.31	c   cmir             :       0.00       0.00          0          0          0          0          0
1801.01/1801.31	c   flowcover        :       0.00       0.00          0          0          0          0          0
1801.01/1801.31	c   clique           :       1.13       0.00          2          0          0         17          0
1801.01/1801.31	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1801.01/1801.31	c   mcf              :       3.73       0.00          1          0          0          0          0
1801.01/1801.31	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1801.01/1801.31	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1801.01/1801.31	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1801.01/1801.31	c   problem variables:       0.00          -          0          0
1801.01/1801.31	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.01/1801.31	c   relpscost        :       0.00       0.00          0          0          0          0          0          0
1801.01/1801.31	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1801.01/1801.31	c   inference        :       0.00       0.00          1          0          0          0          0          2
1801.01/1801.31	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1801.01/1801.31	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1801.01/1801.31	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1801.01/1801.31	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1801.01/1801.31	c   random           :       0.00       0.00          0          0          0          0          0          0
1801.01/1801.31	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1801.01/1801.31	c   LP solutions     :       0.00          -          -          0
1801.01/1801.31	c   pseudo solutions :       0.00          -          -          0
1801.01/1801.31	c   smallcard        :       0.00       0.00          0          0
1801.01/1801.31	c   trivial          :       0.03       0.00          1          0
1801.01/1801.31	c   shiftandpropagate:       0.00       0.00          0          0
1801.01/1801.31	c   simplerounding   :       0.00       0.00          0          0
1801.01/1801.31	c   zirounding       :       0.00       0.00          0          0
1801.01/1801.31	c   rounding         :       0.00       0.00          0          0
1801.01/1801.31	c   shifting         :       0.00       0.00          0          0
1801.01/1801.31	c   intshifting      :       0.00       0.00          0          0
1801.01/1801.31	c   oneopt           :       0.00       0.00          0          0
1801.01/1801.31	c   twoopt           :       0.00       0.00          0          0
1801.01/1801.31	c   indtwoopt        :       0.00       0.00          0          0
1801.01/1801.31	c   indoneopt        :       0.00       0.00          0          0
1801.01/1801.31	c   fixandinfer      :       0.00       0.00          0          0
1801.01/1801.31	c   feaspump         :       0.00       0.00          0          0
1801.01/1801.31	c   clique           :       0.00       0.00          0          0
1801.01/1801.31	c   indrounding      :       0.00       0.00          0          0
1801.01/1801.31	c   indcoefdiving    :       0.00       0.00          0          0
1801.01/1801.31	c   coefdiving       :       0.00       0.00          0          0
1801.01/1801.31	c   pscostdiving     :       0.00       0.00          0          0
1801.01/1801.31	c   nlpdiving        :       0.00       0.00          0          0
1801.01/1801.31	c   fracdiving       :       0.00       0.00          0          0
1801.01/1801.31	c   veclendiving     :       0.00       0.00          0          0
1801.01/1801.31	c   intdiving        :       0.00       0.00          0          0
1801.01/1801.31	c   actconsdiving    :       0.00       0.00          0          0
1801.01/1801.31	c   objpscostdiving  :       0.00       0.00          0          0
1801.01/1801.31	c   rootsoldiving    :       0.00       0.00          0          0
1801.01/1801.31	c   linesearchdiving :       0.00       0.00          0          0
1801.01/1801.31	c   guideddiving     :       0.00       0.00          0          0
1801.01/1801.31	c   octane           :       0.00       0.00          0          0
1801.01/1801.31	c   rens             :       0.00       0.00          0          0
1801.01/1801.31	c   rins             :       0.00       0.00          0          0
1801.01/1801.31	c   localbranching   :       0.00       0.00          0          0
1801.01/1801.31	c   mutation         :       0.00       0.00          0          0
1801.01/1801.31	c   crossover        :       0.00       0.00          0          0
1801.01/1801.31	c   dins             :       0.00       0.00          0          0
1801.01/1801.31	c   vbounds          :       0.00       0.00          0          0
1801.01/1801.31	c   undercover       :       0.00       0.00          0          0
1801.01/1801.31	c   subnlp           :       0.00       0.00          0          0
1801.01/1801.31	c   trysol           :       0.00       0.00          0          0
1801.01/1801.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1801.01/1801.31	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
1801.01/1801.31	c   dual LP          :    1750.77          3      53096   17698.67      30.33       0.00          0
1801.01/1801.31	c   lex dual LP      :       0.00          0          0       0.00          -
1801.01/1801.31	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1801.01/1801.31	c   diving/probing LP:       0.00          0          0       0.00          -
1801.01/1801.31	c   strong branching :       0.00          0          0       0.00          -
1801.01/1801.31	c     (at root node) :          -          0          0       0.00          -
1801.01/1801.31	c   conflict analysis:       0.00          0          0       0.00          -
1801.01/1801.31	c B&B Tree           :
1801.01/1801.31	c   number of runs   :          1
1801.01/1801.31	c   nodes            :          1
1801.01/1801.31	c   nodes (total)    :          1
1801.01/1801.31	c   nodes left       :          2
1801.01/1801.31	c   max depth        :          0
1801.01/1801.31	c   max depth (total):          0
1801.01/1801.31	c   backtracks       :          0 (0.0%)
1801.01/1801.31	c   delayed cutoffs  :          0
1801.01/1801.31	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.01/1801.31	c   avg switch length:       1.00
1801.01/1801.31	c   switching time   :       0.00
1801.01/1801.31	c Solution           :
1801.01/1801.31	c   Solutions found  :          0 (0 improvements)
1801.01/1801.31	c   Primal Bound     :          -
1801.01/1801.31	c   Dual Bound       : +0.00000000000000e+00
1801.01/1801.31	c   Gap              :   infinite
1801.01/1801.31	c   Root Dual Bound  : +0.00000000000000e+00
1801.01/1801.31	c   Root Iterations  :      53096

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-3691786-1338040979/watcher-3691786-1338040979 -o /tmp/evaluation-result-3691786-1338040979/solver-3691786-1338040979 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691786-1338040979.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.20 2.06 2.02 3/174 2486
/proc/meminfo: memFree=27871636/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 1802 0 0 0 0 0 0 0 20 0 1 0 270223547 12316672 1756 33554432000 4194304 10219143 140736686547440 140736158243576 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 3007 1766 398 1471 0 1527 0

[startup+0.0529789 s]
/proc/loadavg: 2.20 2.06 2.02 3/174 2486
/proc/meminfo: memFree=27871636/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=22604 CPUtime=0.04 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 4410 0 0 0 4 0 0 0 20 0 1 0 270223547 23146496 4364 33554432000 4194304 10219143 140736686547440 140736158243576 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 5651 4364 419 1471 0 4171 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22604

[startup+0.100288 s]
/proc/loadavg: 2.20 2.06 2.02 3/174 2486
/proc/meminfo: memFree=27871636/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=30464 CPUtime=0.08 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 6370 0 0 0 8 0 0 0 20 0 1 0 270223547 31195136 6324 33554432000 4194304 10219143 140736686547440 140736158243576 7589947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 7616 6324 419 1471 0 6136 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30464

[startup+0.300229 s]
/proc/loadavg: 2.20 2.06 2.02 3/174 2486
/proc/meminfo: memFree=27871636/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=65252 CPUtime=0.29 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 15060 0 0 0 27 2 0 0 20 0 1 0 270223547 66818048 15014 33554432000 4194304 10219143 140736686547440 140736686412616 9029200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 16313 15015 419 1471 0 14833 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65252

[startup+0.700176 s]
/proc/loadavg: 2.20 2.06 2.02 3/174 2486
/proc/meminfo: memFree=27871636/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=133112 CPUtime=0.69 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 31972 0 0 0 65 4 0 0 20 0 1 0 270223547 136306688 31926 33554432000 4194304 10219143 140736686547440 140736686412616 9029200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 33278 31926 419 1471 0 31798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133112

[startup+1.50016 s]
/proc/loadavg: 2.20 2.06 2.02 3/175 2487
/proc/meminfo: memFree=27694544/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=267676 CPUtime=1.48 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 65569 0 0 0 140 8 0 0 20 0 1 0 270223547 274100224 65523 33554432000 4194304 10219143 140736686547440 140736686412616 9029200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 66919 65524 419 1471 0 65439 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 267676

[startup+3.10016 s]
/proc/loadavg: 2.20 2.06 2.02 3/175 2487
/proc/meminfo: memFree=27510264/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=534704 CPUtime=3.09 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 132195 0 0 0 291 18 0 0 20 0 1 0 270223547 547536896 132149 33554432000 4194304 10219143 140736686547440 140736686412616 5541619 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 133676 132149 419 1471 0 132196 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 534704

[startup+6.30017 s]
/proc/loadavg: 2.19 2.06 2.02 3/175 2487
/proc/meminfo: memFree=26262788/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=1645812 CPUtime=6.29 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 404007 0 0 0 566 63 0 0 20 0 1 0 270223547 1685311488 403942 33554432000 4194304 10219143 140736686547440 140736686544440 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 411453 403942 559 1471 0 409973 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1645812

[startup+12.7003 s]
/proc/loadavg: 2.17 2.06 2.01 3/175 2487
/proc/meminfo: memFree=25941116/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=1635072 CPUtime=12.69 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 550882 0 0 0 1147 122 0 0 20 0 1 0 270223547 1674313728 399479 33554432000 4194304 10219143 140736686547440 140736686544840 6884556 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 408768 399479 576 1471 0 407288 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1635072

[startup+25.5003 s]
/proc/loadavg: 2.13 2.05 2.01 3/175 2487
/proc/meminfo: memFree=24792432/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3267576 CPUtime=25.49 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 751851 0 0 0 2363 186 0 0 20 0 1 0 270223547 3345997824 768633 33554432000 4194304 10219143 140736686547440 140736686541416 8033712 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 816894 768633 690 1471 0 815414 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3267576

[startup+51.1002 s]
/proc/loadavg: 2.09 2.05 2.01 3/174 2487
/proc/meminfo: memFree=24261020/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3839200 CPUtime=51.08 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 870448 0 0 0 4883 225 0 0 20 0 1 0 270223547 3931340800 906041 33554432000 4194304 10219143 140736686547440 140736686539960 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 959800 906041 747 1471 0 958320 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3839200

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/175 2488
/proc/meminfo: memFree=24350508/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3680732 CPUtime=102.28 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 883878 0 0 0 9961 267 0 0 20 0 1 0 270223547 3769069568 857962 33554432000 4194304 10219143 140736686547440 140736686539960 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 920183 857962 788 1471 0 918703 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3680732

[startup+162.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/175 2488
/proc/meminfo: memFree=24303412/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3752168 CPUtime=162.26 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 894866 0 0 0 15913 313 0 0 20 0 1 0 270223547 3842220032 867052 33554432000 4194304 10219143 140736686547440 140736686539768 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 938042 867052 788 1471 0 936562 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3752168

[startup+222.307 s]
/proc/loadavg: 2.06 2.05 2.00 3/175 2526
/proc/meminfo: memFree=22313780/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3810348 CPUtime=222.27 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 902518 0 0 0 21886 341 0 0 20 0 1 0 270223547 3901796352 877257 33554432000 4194304 10219143 140736686547440 140736686540616 8108054 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 952587 877257 790 1471 0 951107 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 3810348

[startup+282.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/175 2526
/proc/meminfo: memFree=19846216/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3824532 CPUtime=282.25 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 907328 0 0 0 27864 361 0 0 20 0 1 0 270223547 3916320768 877526 33554432000 4194304 10219143 140736686547440 140736686539768 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 956133 877526 790 1471 0 954653 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3824532

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/175 2526
/proc/meminfo: memFree=19660952/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3832068 CPUtime=342.24 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 911713 0 0 0 33843 381 0 0 20 0 1 0 270223547 3924037632 877697 33554432000 4194304 10219143 140736686547440 140736686540616 8891076 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 958017 877697 790 1471 0 956537 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3832068

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/175 2527
/proc/meminfo: memFree=19586616/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3845628 CPUtime=402.23 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 915933 0 0 0 39824 399 0 0 20 0 1 0 270223547 3937923072 877956 33554432000 4194304 10219143 140736686547440 140736686541080 8891101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 961407 877956 790 1471 0 959927 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3845628

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 2530
/proc/meminfo: memFree=19836808/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3856844 CPUtime=462.22 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 918962 0 0 0 45806 416 0 0 20 0 1 0 270223547 3949408256 879619 33554432000 4194304 10219143 140736686547440 140736686540616 8057500 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 964211 879619 790 1471 0 962731 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3856844

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/175 2530
/proc/meminfo: memFree=19831916/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3864404 CPUtime=522.21 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 922542 0 0 0 51790 431 0 0 20 0 1 0 270223547 3957149696 880312 33554432000 4194304 10219143 140736686547440 140736686540616 8057500 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 966101 880312 790 1471 0 964621 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3864404

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 2530
/proc/meminfo: memFree=19829276/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3881088 CPUtime=582.2 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 927298 0 0 0 57766 454 0 0 20 0 1 0 270223547 3974234112 867670 33554432000 4194304 10219143 140736686547440 140736686540696 7750260 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 970272 867670 790 1471 0 968792 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3881088

[startup+642.3 s]

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

/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 969605 0 0 0 99579 634 0 0 20 0 1 0 270223547 4008591360 872675 33554432000 4194304 10219143 140736686547440 140736686540616 8057430 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 978660 872675 790 1471 0 977180 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 3914640

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2535
/proc/meminfo: memFree=19826888/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3917852 CPUtime=1062.12 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 973046 0 0 0 105565 647 0 0 20 0 1 0 270223547 4011880448 874455 33554432000 4194304 10219143 140736686547440 140736686539768 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 979463 874455 790 1471 0 977983 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3917852

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2535
/proc/meminfo: memFree=19825008/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3921852 CPUtime=1122.11 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 976043 0 0 0 111548 663 0 0 20 0 1 0 270223547 4015976448 873850 33554432000 4194304 10219143 140736686547440 140736686539768 8077253 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 980463 873850 790 1471 0 978983 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3921852

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 2535
/proc/meminfo: memFree=19809316/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3924080 CPUtime=1182.1 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 978576 0 0 0 117532 678 0 0 20 0 1 0 270223547 4018257920 875195 33554432000 4194304 10219143 140736686547440 140736686539960 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 981020 875195 790 1471 0 979540 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3924080

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 2535
/proc/meminfo: memFree=19807120/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3926696 CPUtime=1242.09 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 981414 0 0 0 123516 693 0 0 20 0 1 0 270223547 4020936704 875909 33554432000 4194304 10219143 140736686547440 140736686539960 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 981674 875909 790 1471 0 980194 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3926696

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2536
/proc/meminfo: memFree=19818312/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3930368 CPUtime=1302.08 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 985245 0 0 0 129499 709 0 0 20 0 1 0 270223547 4024696832 875830 33554432000 4194304 10219143 140736686547440 140736686539960 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 982592 875830 790 1471 0 981112 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3930368

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 2536
/proc/meminfo: memFree=19813824/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3930368 CPUtime=1362.07 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 987599 0 0 0 135483 724 0 0 20 0 1 0 270223547 4024696832 875825 33554432000 4194304 10219143 140736686547440 140736686540616 8057390 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 982592 875825 790 1471 0 981112 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3930368

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 2536
/proc/meminfo: memFree=19810524/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3931848 CPUtime=1422.07 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 990049 0 0 0 141469 738 0 0 20 0 1 0 270223547 4026212352 876939 33554432000 4194304 10219143 140736686547440 140736686540616 8057504 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 982962 876939 790 1471 0 981482 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3931848

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2537
/proc/meminfo: memFree=19808556/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3931952 CPUtime=1482.05 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 992993 0 0 0 147451 754 0 0 20 0 1 0 270223547 4026318848 877698 33554432000 4194304 10219143 140736686547440 140736686540616 8057386 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 982988 877698 790 1471 0 981508 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3931952

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2537
/proc/meminfo: memFree=19812416/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3934132 CPUtime=1542.05 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 996318 0 0 0 153435 770 0 0 20 0 1 0 270223547 4028551168 878270 33554432000 4194304 10219143 140736686547440 140736686539768 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 983533 878270 790 1471 0 982053 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3934132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 2538
/proc/meminfo: memFree=19797996/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3936536 CPUtime=1602.03 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 1000097 0 0 0 159414 789 0 0 20 0 1 0 270223547 4031012864 879174 33554432000 4194304 10219143 140736686547440 140736686540616 8057416 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 984134 879174 790 1471 0 982654 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3936536

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 2541
/proc/meminfo: memFree=19775536/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3966428 CPUtime=1662.03 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 1002756 0 0 0 165399 804 0 0 20 0 1 0 270223547 4061622272 884741 33554432000 4194304 10219143 140736686547440 140736686541080 8057394 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 991607 884741 790 1471 0 990127 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3966428

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 2541
/proc/meminfo: memFree=19780932/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3966732 CPUtime=1722.01 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 1005512 0 0 0 171382 819 0 0 20 0 1 0 270223547 4061933568 884750 33554432000 4194304 10219143 140736686547440 140736686540616 8056736 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 991683 884750 790 1471 0 990203 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3966732

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/175 2541
/proc/meminfo: memFree=19777248/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3967668 CPUtime=1782.01 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 1008432 0 0 0 177367 834 0 0 20 0 1 0 270223547 4062892032 885996 33554432000 4194304 10219143 140736686547440 140736686540616 8891081 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 991917 885996 790 1471 0 990437 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3967668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/175 2541
/proc/meminfo: memFree=19780496/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3967748 CPUtime=1800.01 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 1009493 0 0 0 179163 838 0 0 20 0 1 0 270223547 4062973952 885342 33554432000 4194304 10219143 140736686547440 140736686540616 8108186 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 991937 885342 790 1471 0 990457 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3967748

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2486

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

[startup+1801.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 2542
/proc/meminfo: memFree=19780124/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3967748 CPUtime=1801.21 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 1009505 0 0 0 179283 838 0 0 20 0 1 0 270223547 4062973952 885354 33554432000 4194304 10219143 140736686547440 140736686544680 5156399 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 991937 885354 802 1471 0 990457 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 3967748

[startup+1801.91 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 2542
/proc/meminfo: memFree=19780860/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3966448 CPUtime=1801.61 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 1009506 0 0 0 179323 838 0 0 20 0 1 0 270223547 4061642752 885030 33554432000 4194304 10219143 140736686547440 140736686544680 5123372 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 991612 885030 803 1471 0 990132 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 3966448

[startup+1802.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/176 2542
/proc/meminfo: memFree=19780860/32873624 swapFree=7104/7104
[pid=2486] ppid=2484 vsize=3966448 CPUtime=1802.01 cores=1,3,5,7
/proc/2486/stat : 2486 (scip-2.1.1.4exp) R 2484 2486 31545 0 -1 4202496 1009506 0 0 0 179363 838 0 0 20 0 1 0 270223547 4061642752 885030 33554432000 4194304 10219143 140736686547440 140736686546056 7589237 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2486/statm: 991612 885030 803 1471 0 990132 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 3966448

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.38
CPU time (s): 1802.09
CPU user time (s): 1793.64
CPU system time (s): 8.45371
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 4128072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.64
system time used= 8.45371
maximum resident set size= 3723380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1009506
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= 1853

runsolver used 3.35049 second user time and 9.24559 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-26 16:03:01
IDJOB=3691786
IDBENCH=89671
IDSOLVER=2271
FILE ID=node121/3691786-1338040979
RUNJOBID= node121-1338028773-531
PBS_JOBID= 14624350
Free space on /tmp= 71400 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-153.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691786-1338040979/watcher-3691786-1338040979 -o /tmp/evaluation-result-3691786-1338040979/solver-3691786-1338040979 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691786-1338040979.opb -t 1800 -m 15500

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

MD5SUM BENCH= 64b2e27e0cc69ae36d391a38c497bb88
RANDOM SEED=1091019813

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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		: 2667.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        27871520 kB
Buffers:          259944 kB
Cached:          2715948 kB
SwapCached:            0 kB
Active:          2055344 kB
Inactive:        2169592 kB
Active(anon):    1251432 kB
Inactive(anon):        0 kB
Active(file):     803912 kB
Inactive(file):  2169592 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             70256 kB
Writeback:             0 kB
AnonPages:       1257956 kB
Mapped:            16540 kB
Shmem:               200 kB
Slab:             637124 kB
SReclaimable:      81436 kB
SUnreclaim:       555688 kB
KernelStack:        1440 kB
PageTables:         6412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1367668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    729088 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= 71284 MiB
End job on node121 at 2012-05-26 16:33:03