Trace number 3690619

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? (TO) 1800.05 1800.34

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-146.opb
MD5SUM132271a8a55b01af9ffef359148ae5e1
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 variables48417
Total number of constraints1121431
Number of constraints which are clauses1007614
Number of constraints which are cardinality constraints (but not clauses)3525
Number of constraints which are nor clauses,nor cardinality constraints110292
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-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-3690619-1338024212.opb>
2.89/2.94	c original problem has 48417 variables (48417 bin, 0 int, 0 impl, 0 cont) and 1121431 constraints
2.89/2.94	c problem read in 2.94
2.99/3.07	c No objective function, only one solution is needed.
2.99/3.07	c presolving settings loaded
6.59/6.67	c presolving:
14.09/14.10	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 1121419 upgd conss, 490280 impls, 1773 clqs
22.18/22.25	c presolving (2 rounds):
22.18/22.25	c  1 deleted vars, 18 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
22.18/22.25	c  490280 implications, 1773 cliques
22.18/22.25	c presolved problem has 48416 variables (48416 bin, 0 int, 0 impl, 0 cont) and 1121413 constraints
22.18/22.25	c  112042 constraints of type <knapsack>
22.18/22.25	c  237401 constraints of type <setppc>
22.18/22.25	c       2 constraints of type <linear>
22.18/22.25	c  771968 constraints of type <logicor>
22.18/22.25	c transformed objective value is always integral (scale: 1)
22.18/22.25	c Presolving Time: 18.50
22.18/22.25	c - non default parameters ----------------------------------------------------------------------
22.18/22.25	c # SCIP version 2.1.1.4
22.18/22.25	c 
22.18/22.25	c # maximal time in seconds to run
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.18/22.25	c limits/time = 1797
22.18/22.25	c 
22.18/22.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.18/22.25	c limits/memory = 13950
22.18/22.25	c 
22.18/22.25	c # solving stops, if the given number of solutions were found (-1: no limit)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: -1]
22.18/22.25	c limits/solutions = 1
22.18/22.25	c 
22.18/22.25	c # maximal number of separation rounds per node (-1: unlimited)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 5]
22.18/22.25	c separating/maxrounds = 1
22.18/22.25	c 
22.18/22.25	c # maximal number of separation rounds in the root node (-1: unlimited)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: -1]
22.18/22.25	c separating/maxroundsroot = 5
22.18/22.25	c 
22.18/22.25	c # default clock type (1: CPU user seconds, 2: wall clock time)
22.18/22.25	c # [type: int, range: [1,2], default: 1]
22.18/22.25	c timing/clocktype = 2
22.18/22.25	c 
22.18/22.25	c # belongs reading time to solving time?
22.18/22.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
22.18/22.25	c timing/reading = TRUE
22.18/22.25	c 
22.18/22.25	c # should disaggregation of knapsack constraints be allowed in preprocessing?
22.18/22.25	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
22.18/22.25	c constraints/knapsack/disaggregation = FALSE
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.25	c heuristics/coefdiving/freq = -1
22.18/22.25	c 
22.18/22.25	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.25	c heuristics/coefdiving/maxlpiterquot = 0.075
22.18/22.25	c 
22.18/22.25	c # additional number of allowed LP iterations
22.18/22.25	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.25	c heuristics/coefdiving/maxlpiterofs = 1500
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 30]
22.18/22.25	c heuristics/crossover/freq = -1
22.18/22.25	c 
22.18/22.25	c # number of nodes added to the contingent of the total nodes
22.18/22.25	c # [type: longint, range: [0,9223372036854775807], default: 500]
22.18/22.25	c heuristics/crossover/nodesofs = 750
22.18/22.25	c 
22.18/22.25	c # number of nodes without incumbent change that heuristic should wait
22.18/22.25	c # [type: longint, range: [0,9223372036854775807], default: 200]
22.18/22.25	c heuristics/crossover/nwaitingnodes = 100
22.18/22.25	c 
22.18/22.25	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
22.18/22.25	c # [type: real, range: [0,1], default: 0.1]
22.18/22.25	c heuristics/crossover/nodesquot = 0.15
22.18/22.25	c 
22.18/22.25	c # minimum percentage of integer variables that have to be fixed 
22.18/22.25	c # [type: real, range: [0,1], default: 0.666]
22.18/22.25	c heuristics/crossover/minfixingrate = 0.5
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 20]
22.18/22.25	c heuristics/feaspump/freq = -1
22.18/22.25	c 
22.18/22.25	c # additional number of allowed LP iterations
22.18/22.25	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.25	c heuristics/feaspump/maxlpiterofs = 2000
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.25	c heuristics/fracdiving/freq = -1
22.18/22.25	c 
22.18/22.25	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.25	c heuristics/fracdiving/maxlpiterquot = 0.075
22.18/22.25	c 
22.18/22.25	c # additional number of allowed LP iterations
22.18/22.25	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.25	c heuristics/fracdiving/maxlpiterofs = 1500
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.25	c heuristics/guideddiving/freq = -1
22.18/22.25	c 
22.18/22.25	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.25	c heuristics/guideddiving/maxlpiterquot = 0.075
22.18/22.25	c 
22.18/22.25	c # additional number of allowed LP iterations
22.18/22.25	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.25	c heuristics/guideddiving/maxlpiterofs = 1500
22.18/22.25	c 
22.18/22.25	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.25	c heuristics/intdiving/maxlpiterquot = 0.075
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.25	c heuristics/intshifting/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.25	c heuristics/linesearchdiving/freq = -1
22.18/22.25	c 
22.18/22.25	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.25	c heuristics/linesearchdiving/maxlpiterquot = 0.075
22.18/22.25	c 
22.18/22.25	c # additional number of allowed LP iterations
22.18/22.25	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.25	c heuristics/linesearchdiving/maxlpiterofs = 1500
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 20]
22.18/22.25	c heuristics/objpscostdiving/freq = -1
22.18/22.25	c 
22.18/22.25	c # maximal fraction of diving LP iterations compared to total iteration number
22.18/22.25	c # [type: real, range: [0,1], default: 0.01]
22.18/22.25	c heuristics/objpscostdiving/maxlpiterquot = 0.015
22.18/22.25	c 
22.18/22.25	c # additional number of allowed LP iterations
22.18/22.25	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.25	c heuristics/objpscostdiving/maxlpiterofs = 1500
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.25	c heuristics/oneopt/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.25	c heuristics/pscostdiving/freq = -1
22.18/22.25	c 
22.18/22.25	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.25	c heuristics/pscostdiving/maxlpiterquot = 0.075
22.18/22.25	c 
22.18/22.25	c # additional number of allowed LP iterations
22.18/22.25	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.25	c heuristics/pscostdiving/maxlpiterofs = 1500
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.25	c heuristics/rens/freq = -1
22.18/22.25	c 
22.18/22.25	c # minimum percentage of integer variables that have to be fixable 
22.18/22.25	c # [type: real, range: [0,1], default: 0.5]
22.18/22.25	c heuristics/rens/minfixingrate = 0.3
22.18/22.25	c 
22.18/22.25	c # number of nodes added to the contingent of the total nodes
22.18/22.25	c # [type: longint, range: [0,9223372036854775807], default: 500]
22.18/22.25	c heuristics/rens/nodesofs = 2000
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 20]
22.18/22.25	c heuristics/rootsoldiving/freq = -1
22.18/22.25	c 
22.18/22.25	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
22.18/22.25	c heuristics/rootsoldiving/maxlpiterquot = 0.015
22.18/22.25	c 
22.18/22.25	c # additional number of allowed LP iterations
22.18/22.25	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.25	c heuristics/rootsoldiving/maxlpiterofs = 1500
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.25	c heuristics/rounding/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.25	c heuristics/shiftandpropagate/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.25	c heuristics/shifting/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.25	c heuristics/simplerounding/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.25	c heuristics/subnlp/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.25	c heuristics/trivial/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.25	c heuristics/trysol/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.25	c heuristics/undercover/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 10]
22.18/22.25	c heuristics/veclendiving/freq = -1
22.18/22.25	c 
22.18/22.25	c # maximal fraction of diving LP iterations compared to node LP iterations
22.18/22.25	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
22.18/22.25	c heuristics/veclendiving/maxlpiterquot = 0.075
22.18/22.25	c 
22.18/22.25	c # additional number of allowed LP iterations
22.18/22.25	c # [type: int, range: [0,2147483647], default: 1000]
22.18/22.25	c heuristics/veclendiving/maxlpiterofs = 1500
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.25	c heuristics/zirounding/freq = -1
22.18/22.25	c 
22.18/22.25	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: -1]
22.18/22.25	c propagating/probing/maxprerounds = 0
22.18/22.25	c 
22.18/22.25	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.25	c separating/cmir/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 0]
22.18/22.25	c separating/flowcover/freq = -1
22.18/22.25	c 
22.18/22.25	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: -1]
22.18/22.25	c separating/rapidlearning/freq = 0
22.18/22.25	c 
22.18/22.25	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
22.18/22.25	c # [type: int, range: [-1,2147483647], default: 1]
22.18/22.25	c heuristics/indoneopt/freq = -1
22.18/22.25	c 
22.18/22.25	c -----------------------------------------------------------------------------------------------
22.18/22.25	c start solving
22.18/22.28	c 
54.48/54.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.48/54.58	c  54.5s|     1 |     0 |  6273 |     - |1692M|   0 |1422 |  48k|1121k|  48k|1121k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
133.07/133.18	c   133s|     1 |     0 | 15582 |     - |1692M|   0 |3980 |  48k|1121k|  48k|1121k|   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
213.54/213.69	c   214s|     1 |     0 | 22797 |     - |1694M|   0 |9841 |  48k|1121k|  48k|1121k|  38 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
330.73/330.82	c   331s|     1 |     0 | 29768 |     - |1697M|   0 |  10k|  48k|1121k|  48k|1121k|  65 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
396.42/396.50	c   396s|     1 |     0 | 32132 |     - |1700M|   0 |  11k|  48k|1121k|  48k|1121k|  94 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
513.30/513.48	c   513s|     1 |     0 | 37858 |     - |1701M|   0 |  11k|  48k|1121k|  48k|1121k| 119 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1083.91/1084.12	c  1084s|     1 |     2 | 37858 |     - |1701M|   0 |  11k|  48k|1121k|  48k|1121k| 119 |   0 |  28 | 0.000000e+00 |      --      |    Inf 
1797.10/1797.44	c 
1797.10/1797.44	c SCIP Status        : solving was interrupted [time limit reached]
1797.10/1797.44	c Solving Time (sec) : 1797.38
1797.10/1797.44	c Solving Nodes      : 3
1797.10/1797.44	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.10/1797.44	c Dual Bound         : +0.00000000000000e+00
1797.10/1797.44	c Gap                : infinite
1797.10/1797.44	s UNKNOWN
1797.10/1797.44	c SCIP Status        : solving was interrupted [time limit reached]
1797.10/1797.44	c Total Time         :    1797.38
1797.10/1797.44	c   solving          :    1797.38
1797.10/1797.44	c   presolving       :      18.50 (included in solving)
1797.10/1797.44	c   reading          :       2.94 (included in solving)
1797.10/1797.44	c   copying          :       0.00 (0 times copied the problem)
1797.10/1797.44	c Original Problem   :
1797.10/1797.44	c   Problem name     : HOME/instance-3690619-1338024212.opb
1797.10/1797.44	c   Variables        : 48417 (48417 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.10/1797.44	c   Constraints      : 1121431 initial, 1121431 maximal
1797.10/1797.44	c   Objective sense  : minimize
1797.10/1797.44	c Presolved Problem  :
1797.10/1797.44	c   Problem name     : t_HOME/instance-3690619-1338024212.opb
1797.10/1797.44	c   Variables        : 48416 (48416 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.10/1797.44	c   Constraints      : 1121413 initial, 1121413 maximal
1797.10/1797.44	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.10/1797.44	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   trivial          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   gateextraction   :       0.42       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   components       :       0.48       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   knapsack         :       0.42       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   setppc           :       0.28       0.00          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   linear           :       6.39       0.00          0          1          0          0          0         10          0          9          0
1797.10/1797.44	c   logicor          :       1.34       5.20          0          0          0          0          0          8          0          0          0
1797.10/1797.44	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1797.10/1797.44	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1797.10/1797.44	c   integral         :          0          0          0          0          3          0          1          0          0          0          0          0          6
1797.10/1797.44	c   knapsack         :     112042     112042          5          5          0          0          0          0          0          0        144          0          0
1797.10/1797.44	c   setppc           :     237401     237401          5          5          0          0          0          0          0         13          0          0          0
1797.10/1797.44	c   linear           :          2          2          5          5          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   logicor          :     771968     771968          5          3          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1797.10/1797.44	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1797.10/1797.44	c   integral         :    1226.27       0.00       0.00       0.00    1226.27       0.00       0.00       0.00
1797.10/1797.44	c   knapsack         :       0.43       0.00       0.41       0.02       0.00       0.00       0.00       0.00
1797.10/1797.44	c   setppc           :       0.09       0.00       0.05       0.04       0.00       0.00       0.00       0.00
1797.10/1797.44	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.10/1797.44	c   logicor          :       5.51       5.20       0.14       0.17       0.00       0.00       0.00       0.00
1797.10/1797.44	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.10/1797.44	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1797.10/1797.44	c   rootredcost      :          0          0          0          0
1797.10/1797.44	c   pseudoobj        :          0          0          0          0
1797.10/1797.44	c   vbounds          :          0          0          0          0
1797.10/1797.44	c   redcost          :          8          0          0          0
1797.10/1797.44	c   probing          :          0          0          0          0
1797.10/1797.44	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1797.10/1797.44	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1797.10/1797.44	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1797.10/1797.44	c   vbounds          :       0.01       0.01       0.00       0.00       0.00
1797.10/1797.44	c   redcost          :       0.02       0.00       0.00       0.02       0.00
1797.10/1797.44	c   probing          :       0.00       0.00       0.00       0.00       0.00
1797.10/1797.44	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.10/1797.44	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.10/1797.44	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.10/1797.44	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.10/1797.44	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.10/1797.44	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.10/1797.44	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.10/1797.44	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.10/1797.44	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1797.10/1797.44	c   cut pool         :       0.00                     4          -          -         14          -    (maximal pool size: 952)
1797.10/1797.44	c   closecuts        :       0.00       0.00          0          0          0          0          0
1797.10/1797.44	c   impliedbounds    :       0.02       0.00          5          0          0          0          0
1797.10/1797.44	c   intobj           :       0.00       0.00          0          0          0          0          0
1797.10/1797.44	c   gomory           :      16.94       0.00          5          0          0        250          0
1797.10/1797.44	c   cgmip            :       0.00       0.00          0          0          0          0          0
1797.10/1797.44	c   strongcg         :      43.62       0.00          5          0          0       2500          0
1797.10/1797.44	c   cmir             :       0.00       0.00          0          0          0          0          0
1797.10/1797.44	c   flowcover        :       0.00       0.00          0          0          0          0          0
1797.10/1797.44	c   clique           :       4.93       0.00          5          0          0         39          0
1797.10/1797.44	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1797.10/1797.44	c   mcf              :       1.51       0.00          1          0          0          0          0
1797.10/1797.44	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1797.10/1797.44	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1797.10/1797.44	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1797.10/1797.44	c   problem variables:       0.00          -          0          0
1797.10/1797.44	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.10/1797.44	c   relpscost        :    1226.27       0.00          3          0          0          0          0          6
1797.10/1797.44	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1797.10/1797.44	c   inference        :       0.00       0.00          0          0          0          0          0          0
1797.10/1797.44	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1797.10/1797.44	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1797.10/1797.44	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1797.10/1797.44	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1797.10/1797.44	c   random           :       0.00       0.00          0          0          0          0          0          0
1797.10/1797.44	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1797.10/1797.44	c   LP solutions     :       0.00          -          -          0
1797.10/1797.44	c   pseudo solutions :       0.00          -          -          0
1797.10/1797.44	c   smallcard        :       0.00       0.00          0          0
1797.10/1797.44	c   trivial          :       0.02       0.00          1          0
1797.10/1797.44	c   shiftandpropagate:       0.00       0.00          0          0
1797.10/1797.44	c   simplerounding   :       0.00       0.00          0          0
1797.10/1797.44	c   zirounding       :       0.00       0.00          0          0
1797.10/1797.44	c   rounding         :       0.00       0.00          0          0
1797.10/1797.44	c   shifting         :       0.00       0.00          0          0
1797.10/1797.44	c   intshifting      :       0.00       0.00          0          0
1797.10/1797.44	c   oneopt           :       0.00       0.00          0          0
1797.10/1797.44	c   twoopt           :       0.00       0.00          0          0
1797.10/1797.44	c   indtwoopt        :       0.00       0.00          0          0
1797.10/1797.44	c   indoneopt        :       0.00       0.00          0          0
1797.10/1797.44	c   fixandinfer      :       0.00       0.00          0          0
1797.10/1797.44	c   feaspump         :       0.00       0.00          0          0
1797.10/1797.44	c   clique           :       0.00       0.00          0          0
1797.10/1797.44	c   indrounding      :       0.00       0.00          0          0
1797.10/1797.44	c   indcoefdiving    :       0.00       0.00          0          0
1797.10/1797.44	c   coefdiving       :       0.00       0.00          0          0
1797.10/1797.44	c   pscostdiving     :       0.00       0.00          0          0
1797.10/1797.44	c   nlpdiving        :       0.00       0.00          0          0
1797.10/1797.44	c   fracdiving       :       0.00       0.00          0          0
1797.10/1797.44	c   veclendiving     :       0.00       0.00          0          0
1797.10/1797.44	c   intdiving        :       0.00       0.00          0          0
1797.10/1797.44	c   actconsdiving    :       0.00       0.00          0          0
1797.10/1797.44	c   objpscostdiving  :       0.00       0.00          0          0
1797.10/1797.44	c   rootsoldiving    :       0.00       0.00          0          0
1797.10/1797.44	c   linesearchdiving :       0.00       0.00          0          0
1797.10/1797.44	c   guideddiving     :       0.00       0.00          0          0
1797.10/1797.44	c   octane           :       0.00       0.00          0          0
1797.10/1797.44	c   rens             :       0.00       0.00          0          0
1797.10/1797.44	c   rins             :       0.00       0.00          0          0
1797.10/1797.44	c   localbranching   :       0.00       0.00          0          0
1797.10/1797.44	c   mutation         :       0.00       0.00          0          0
1797.10/1797.44	c   crossover        :       0.00       0.00          0          0
1797.10/1797.44	c   dins             :       0.00       0.00          0          0
1797.10/1797.44	c   vbounds          :       0.00       0.00          0          0
1797.10/1797.44	c   undercover       :       0.00       0.00          0          0
1797.10/1797.44	c   subnlp           :       0.00       0.00          0          0
1797.10/1797.44	c   trysol           :       0.00       0.00          0          0
1797.10/1797.44	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1797.10/1797.44	c   primal LP        :       1.44          1          0       0.00       0.00       1.44          1
1797.10/1797.44	c   dual LP          :     475.94          8      40496    5062.00      85.09       0.00          0
1797.10/1797.44	c   lex dual LP      :       0.00          0          0       0.00          -
1797.10/1797.44	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1797.10/1797.44	c   diving/probing LP:       0.00          0          0       0.00          -
1797.10/1797.44	c   strong branching :    1226.13         62      58556     944.45      47.76
1797.10/1797.44	c     (at root node) :          -         28      27178     970.64          -
1797.10/1797.44	c   conflict analysis:       0.00          0          0       0.00          -
1797.10/1797.44	c B&B Tree           :
1797.10/1797.44	c   number of runs   :          1
1797.10/1797.44	c   nodes            :          3
1797.10/1797.44	c   nodes (total)    :          3
1797.10/1797.44	c   nodes left       :          4
1797.10/1797.44	c   max depth        :          2
1797.10/1797.44	c   max depth (total):          2
1797.10/1797.44	c   backtracks       :          0 (0.0%)
1797.10/1797.44	c   delayed cutoffs  :          0
1797.10/1797.44	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.10/1797.44	c   avg switch length:       1.00
1797.10/1797.44	c   switching time   :       1.66
1797.10/1797.44	c Solution           :
1797.10/1797.44	c   Solutions found  :          0 (0 improvements)
1797.10/1797.44	c   Primal Bound     :          -
1797.10/1797.44	c   Dual Bound       : +0.00000000000000e+00
1797.10/1797.44	c   Gap              :   infinite
1797.10/1797.44	c   Root Dual Bound  : +0.00000000000000e+00
1797.10/1797.44	c   Root Iterations  :      37858

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-3690619-1338024212/watcher-3690619-1338024212 -o /tmp/evaluation-result-3690619-1338024212/solver-3690619-1338024212 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690619-1338024212.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.00 2.00 1.97 3/176 29375
/proc/meminfo: memFree=28692140/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=9976 CPUtime=0 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1253 0 0 0 0 0 0 0 20 0 1 0 268545407 10215424 1208 33554432000 4194304 10173063 140734631803936 140735952081560 8800002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 2531 1215 413 1460 0 1062 0

[startup+0.0683609 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 29375
/proc/meminfo: memFree=28692140/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=19396 CPUtime=0.06 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 3608 0 0 0 6 0 0 0 20 0 1 0 268545407 19861504 3563 33554432000 4194304 10173063 140734631803936 140735952081560 8985008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 4849 3563 413 1460 0 3380 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19396

[startup+0.10031 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 29375
/proc/meminfo: memFree=28692140/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=24380 CPUtime=0.09 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 4824 0 0 0 9 0 0 0 20 0 1 0 268545407 24965120 4779 33554432000 4194304 10173063 140734631803936 140735952081560 7171837 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 6095 4779 413 1460 0 4626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24380

[startup+0.300282 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 29375
/proc/meminfo: memFree=28692140/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=50344 CPUtime=0.28 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 11308 0 0 0 27 1 0 0 20 0 1 0 268545407 51552256 11263 33554432000 4194304 10173063 140734631803936 140735952081560 7173662 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 12586 11264 413 1460 0 11117 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 50344

[startup+0.700286 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 29375
/proc/meminfo: memFree=28692140/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=102968 CPUtime=0.68 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 24480 0 0 0 65 3 0 0 20 0 1 0 268545407 105439232 24435 33554432000 4194304 10173063 140734631803936 140734631669112 7142286 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 25742 24435 413 1460 0 24273 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102968

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29376
/proc/meminfo: memFree=28557468/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=204524 CPUtime=1.49 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 49877 0 0 0 141 8 0 0 20 0 1 0 268545407 209432576 49832 33554432000 4194304 10173063 140734631803936 140734631669112 4654012 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 51131 49832 413 1460 0 49662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 204524

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29376
/proc/meminfo: memFree=28416860/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=469028 CPUtime=3.09 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 115722 0 0 0 293 16 0 0 20 0 1 0 268545407 480284672 115593 33554432000 4194304 10173063 140734631803936 140734631668440 4900240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 117257 115593 465 1460 0 115788 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 469028

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29376
/proc/meminfo: memFree=27221072/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=1651728 CPUtime=6.29 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 406256 0 0 0 573 56 0 0 20 0 1 0 268545407 1691369472 406128 33554432000 4194304 10173063 140734631803936 140734631799960 7545739 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 412932 406142 509 1460 0 411463 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1651728

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29376
/proc/meminfo: memFree=26944456/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=1836732 CPUtime=12.69 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 524789 0 0 0 1117 152 0 0 20 0 1 0 268545407 1880813568 451162 33554432000 4194304 10173063 140734631803936 140734631800936 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 459183 451162 578 1460 0 457714 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1836732

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29376
/proc/meminfo: memFree=26175276/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3146316 CPUtime=25.48 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 761974 0 0 0 2318 230 0 0 20 0 1 0 268545407 3221827584 744870 33554432000 4194304 10173063 140734631803936 140734631799192 7785352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 786579 744870 715 1460 0 785110 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3146316

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29376
/proc/meminfo: memFree=25413324/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3455288 CPUtime=51.08 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 823919 0 0 0 4843 265 0 0 20 0 1 0 268545407 3538214912 818534 33554432000 4194304 10173063 140734631803936 140734631796264 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 863822 818534 753 1460 0 862353 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3455288

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29377
/proc/meminfo: memFree=25539740/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3340392 CPUtime=102.27 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 836364 0 0 0 9915 312 0 0 20 0 1 0 268545407 3420561408 785536 33554432000 4194304 10173063 140734631803936 140734631796264 7706052 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 835098 785536 796 1460 0 833629 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3340392

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29415
/proc/meminfo: memFree=24722460/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3455068 CPUtime=162.26 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 847286 0 0 0 15874 352 0 0 20 0 1 0 268545407 3537989632 793817 33554432000 4194304 10173063 140734631803936 140734631796264 8012592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 863767 793817 796 1460 0 862298 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3455068

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29416
/proc/meminfo: memFree=24721844/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3514620 CPUtime=222.25 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 859767 0 0 0 21833 392 0 0 20 0 1 0 268545407 3598970880 805384 33554432000 4194304 10173063 140734631803936 140734631798776 7472032 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 878655 805384 796 1460 0 877186 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 3514620

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29416
/proc/meminfo: memFree=24669756/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3536504 CPUtime=282.23 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 871024 0 0 0 27796 427 0 0 20 0 1 0 268545407 3621380096 806496 33554432000 4194304 10173063 140734631803936 140734631796264 8012562 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 884126 806496 796 1460 0 882657 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 3536504

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29416
/proc/meminfo: memFree=24665264/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3548400 CPUtime=342.22 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 876379 0 0 0 33771 451 0 0 20 0 1 0 268545407 3633561600 807638 33554432000 4194304 10173063 140734631803936 140734631798776 7381938 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 887100 807638 796 1460 0 885631 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 3548400

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29420
/proc/meminfo: memFree=24757068/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3510912 CPUtime=402.22 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 884271 0 0 0 39749 473 0 0 20 0 1 0 268545407 3595173888 784234 33554432000 4194304 10173063 140734631803936 140734631798856 5099052 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 877728 784234 796 1460 0 876259 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3510912

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29420
/proc/meminfo: memFree=24715140/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3519020 CPUtime=462.21 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 891701 0 0 0 45727 494 0 0 20 0 1 0 268545407 3603476480 794821 33554432000 4194304 10173063 140734631803936 140734631797576 8012673 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 879755 794821 796 1460 0 878286 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3519020

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29420
/proc/meminfo: memFree=24713136/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3522120 CPUtime=522.2 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 900576 0 0 0 51701 519 0 0 20 0 1 0 268545407 3606650880 795217 33554432000 4194304 10173063 140734631803936 140734631796648 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880530 795217 800 1460 0 879061 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3522120

[startup+582.306 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29420
/proc/meminfo: memFree=24714204/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3521792 CPUtime=582.19 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 910268 0 0 0 57672 547 0 0 20 0 1 0 268545407 3606315008 794311 33554432000 4194304 10173063 140734631803936 140734631796456 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880448 794311 800 1460 0 878979 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3521792

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 29421
/proc/meminfo: memFree=24702396/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3523748 CPUtime=882.14 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 964537 0 0 0 87511 703 0 0 20 0 1 0 268545407 3608317952 797893 33554432000 4194304 10173063 140734631803936 140734631796456 7706460 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880937 797893 800 1460 0 879468 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 3523748

[startup+942.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/177 29421
/proc/meminfo: memFree=24711184/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3521740 CPUtime=942.13 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 975253 0 0 0 93478 735 0 0 20 0 1 0 268545407 3606261760 796997 33554432000 4194304 10173063 140734631803936 140734631797768 7910502 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880435 796997 800 1460 0 878966 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 3521740

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/178 29424
/proc/meminfo: memFree=24624328/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3573444 CPUtime=1002.12 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 988898 0 0 0 99445 767 0 0 20 0 1 0 268545407 3659206656 810002 33554432000 4194304 10173063 140734631803936 140734631796456 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 893361 810002 800 1460 0 891892 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 3573444

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/177 29425
/proc/meminfo: memFree=24635884/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3572316 CPUtime=1062.11 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1002931 0 0 0 105407 804 0 0 20 0 1 0 268545407 3658051584 810135 33554432000 4194304 10173063 140734631803936 140734631796648 7594589 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 893079 810135 800 1460 0 891610 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 3572316

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 29425
/proc/meminfo: memFree=24700028/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3521540 CPUtime=1122.11 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1008370 0 0 0 111384 827 0 0 20 0 1 0 268545407 3606056960 799177 33554432000 4194304 10173063 140734631803936 140734631796456 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880385 799177 806 1460 0 878916 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3521540

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 29425
/proc/meminfo: memFree=24696700/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3522520 CPUtime=1182.09 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1018074 0 0 0 117351 858 0 0 20 0 1 0 268545407 3607060480 799504 33554432000 4194304 10173063 140734631803936 140734631796680 7971264 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880630 799504 806 1460 0 879161 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3522520

[startup+1242.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 29425
/proc/meminfo: memFree=24697388/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3522520 CPUtime=1242.08 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1026704 0 0 0 123322 886 0 0 20 0 1 0 268545407 3607060480 799504 33554432000 4194304 10173063 140734631803936 140734631797384 7594585 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880630 799504 806 1460 0 879161 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 3522520

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/177 29425
/proc/meminfo: memFree=24663588/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3522520 CPUtime=1302.08 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1036913 0 0 0 129291 917 0 0 20 0 1 0 268545407 3607060480 799808 33554432000 4194304 10173063 140734631803936 140734631796648 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880630 799808 806 1460 0 879161 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3522520

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/177 29426
/proc/meminfo: memFree=24695728/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3522520 CPUtime=1362.07 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1042699 0 0 0 135265 942 0 0 20 0 1 0 268545407 3607060480 800250 33554432000 4194304 10173063 140734631803936 140734631797384 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880630 800250 806 1460 0 879161 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3522520

[startup+1422.3 s]
/proc/loadavg: 2.09 2.02 1.99 3/177 29426
/proc/meminfo: memFree=24739648/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3522520 CPUtime=1422.06 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1052020 0 0 0 141232 974 0 0 20 0 1 0 268545407 3607060480 800245 33554432000 4194304 10173063 140734631803936 140734631797768 8012679 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880630 800245 806 1460 0 879161 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3522520

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 29426
/proc/meminfo: memFree=24671764/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3522540 CPUtime=1482.05 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1060445 0 0 0 147203 1002 0 0 20 0 1 0 268545407 3607080960 800017 33554432000 4194304 10173063 140734631803936 140734631797768 8012341 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880635 800017 806 1460 0 879166 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3522540

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 29426
/proc/meminfo: memFree=24717288/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3522520 CPUtime=1542.03 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1068604 0 0 0 153174 1029 0 0 20 0 1 0 268545407 3607060480 800481 33554432000 4194304 10173063 140734631803936 140734631797800 7594611 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880630 800481 806 1460 0 879161 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 3522520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 29429
/proc/meminfo: memFree=24706556/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3523168 CPUtime=1602.02 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1075744 0 0 0 159147 1055 0 0 20 0 1 0 268545407 3607724032 800342 33554432000 4194304 10173063 140734631803936 140734631797384 8012669 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880792 800342 806 1460 0 879323 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 3523168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29430
/proc/meminfo: memFree=24659800/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3522520 CPUtime=1662.02 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1082984 0 0 0 165119 1083 0 0 20 0 1 0 268545407 3607060480 800052 33554432000 4194304 10173063 140734631803936 140734631796648 7706032 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880630 800052 806 1460 0 879161 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3522520

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 29430
/proc/meminfo: memFree=24601144/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3571636 CPUtime=1722.01 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1091860 0 0 0 171088 1113 0 0 20 0 1 0 268545407 3657355264 812324 33554432000 4194304 10173063 140734631803936 140734631797384 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 892909 812324 806 1460 0 891440 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3571636

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 29430
/proc/meminfo: memFree=24666028/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3523052 CPUtime=1782.01 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1102567 0 0 0 177057 1144 0 0 20 0 1 0 268545407 3607605248 800565 33554432000 4194304 10173063 140734631803936 140734631796728 8033088 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 880763 800565 806 1460 0 879294 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3523052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 29430
/proc/meminfo: memFree=24700172/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3371948 CPUtime=1800.01 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1105786 0 0 0 178850 1151 0 0 20 0 1 0 268545407 3452874752 790250 33554432000 4194304 10173063 140734631803936 140734631803048 4953292 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 842987 790250 818 1460 0 841518 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3371948

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

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

[startup+1800.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 29430
/proc/meminfo: memFree=24700172/32873648 swapFree=7360/7360
[pid=29375] ppid=29373 vsize=3371948 CPUtime=1800.01 cores=1,3,5,7
/proc/29375/stat : 29375 (scip-2.1.1.4fix) R 29373 29375 28235 0 -1 4202496 1105786 0 0 0 178850 1151 0 0 20 0 1 0 268545407 3452874752 790250 33554432000 4194304 10173063 140734631803936 140734631803048 4953292 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29375/statm: 842987 790250 818 1460 0 841518 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3371948

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.34
CPU time (s): 1800.05
CPU user time (s): 1788.5
CPU system time (s): 11.5502
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 3678732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.5
system time used= 11.5502
maximum resident set size= 3329528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1105786
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= 22
involuntary context switches= 1857

runsolver used 3.39048 second user time and 9.25459 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-26 11:23:33
IDJOB=3690619
IDBENCH=89637
IDSOLVER=2270
FILE ID=node149/3690619-1338024212
RUNJOBID= node149-1338016918-28252
PBS_JOBID= 14624326
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= 132271a8a55b01af9ffef359148ae5e1
RANDOM SEED=811067795

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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:       32873648 kB
MemFree:        28692412 kB
Buffers:          253392 kB
Cached:          2982312 kB
SwapCached:            0 kB
Active:           876840 kB
Inactive:        2534144 kB
Active(anon):     176712 kB
Inactive(anon):        0 kB
Active(file):     700128 kB
Inactive(file):  2534144 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             63324 kB
Writeback:             0 kB
AnonPages:        181752 kB
Mapped:            17720 kB
Shmem:               200 kB
Slab:             633160 kB
SReclaimable:      77392 kB
SUnreclaim:       555768 kB
KernelStack:        1448 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     290332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71620 MiB
End job on node149 at 2012-05-26 11:53:35