Trace number 3690636

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? 1798.04 1798.33

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
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-3690636-1338024261.opb>
0.69/0.74	c original problem has 12587 variables (12587 bin, 0 int, 0 impl, 0 cont) and 283937 constraints
0.69/0.74	c problem read in 0.74
0.69/0.76	c No objective function, only one solution is needed.
0.69/0.76	c presolving settings loaded
1.49/1.55	c presolving:
3.19/3.25	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283924 upgd conss, 138752 impls, 458 clqs
3.68/3.75	c (round 2) 1 del vars, 18 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283991 upgd conss, 138752 impls, 458 clqs
3.98/4.07	c (round 3) 1 del vars, 85 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283991 upgd conss, 138752 impls, 458 clqs
4.99/5.03	c presolving (4 rounds):
4.99/5.03	c  1 deleted vars, 96 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
4.99/5.03	c  138752 implications, 458 cliques
4.99/5.03	c presolved problem has 12586 variables (12586 bin, 0 int, 0 impl, 0 cont) and 283841 constraints
4.99/5.03	c   28351 constraints of type <knapsack>
4.99/5.03	c   60278 constraints of type <setppc>
4.99/5.03	c       3 constraints of type <linear>
4.99/5.03	c  195209 constraints of type <logicor>
4.99/5.03	c transformed objective value is always integral (scale: 1)
4.99/5.03	c Presolving Time: 4.08
4.99/5.03	c - non default parameters ----------------------------------------------------------------------
4.99/5.03	c # SCIP version 2.1.1.4
4.99/5.03	c 
4.99/5.03	c # maximal time in seconds to run
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.03	c limits/time = 1797
4.99/5.03	c 
4.99/5.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.99/5.03	c limits/memory = 13950
4.99/5.03	c 
4.99/5.03	c # solving stops, if the given number of solutions were found (-1: no limit)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.03	c limits/solutions = 1
4.99/5.03	c 
4.99/5.03	c # maximal number of separation rounds per node (-1: unlimited)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 5]
4.99/5.03	c separating/maxrounds = 1
4.99/5.03	c 
4.99/5.03	c # maximal number of separation rounds in the root node (-1: unlimited)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.03	c separating/maxroundsroot = 5
4.99/5.03	c 
4.99/5.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.99/5.03	c # [type: int, range: [1,2], default: 1]
4.99/5.03	c timing/clocktype = 2
4.99/5.03	c 
4.99/5.03	c # belongs reading time to solving time?
4.99/5.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.99/5.03	c timing/reading = TRUE
4.99/5.03	c 
4.99/5.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.99/5.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.99/5.03	c constraints/knapsack/disaggregation = FALSE
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 10]
4.99/5.03	c heuristics/coefdiving/freq = -1
4.99/5.03	c 
4.99/5.03	c # maximal fraction of diving LP iterations compared to node LP iterations
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.99/5.03	c heuristics/coefdiving/maxlpiterquot = 0.075
4.99/5.03	c 
4.99/5.03	c # additional number of allowed LP iterations
4.99/5.03	c # [type: int, range: [0,2147483647], default: 1000]
4.99/5.03	c heuristics/coefdiving/maxlpiterofs = 1500
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 30]
4.99/5.03	c heuristics/crossover/freq = -1
4.99/5.03	c 
4.99/5.03	c # number of nodes added to the contingent of the total nodes
4.99/5.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.99/5.03	c heuristics/crossover/nodesofs = 750
4.99/5.03	c 
4.99/5.03	c # number of nodes without incumbent change that heuristic should wait
4.99/5.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.99/5.03	c heuristics/crossover/nwaitingnodes = 100
4.99/5.03	c 
4.99/5.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.99/5.03	c # [type: real, range: [0,1], default: 0.1]
4.99/5.03	c heuristics/crossover/nodesquot = 0.15
4.99/5.03	c 
4.99/5.03	c # minimum percentage of integer variables that have to be fixed 
4.99/5.03	c # [type: real, range: [0,1], default: 0.666]
4.99/5.03	c heuristics/crossover/minfixingrate = 0.5
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 20]
4.99/5.03	c heuristics/feaspump/freq = -1
4.99/5.03	c 
4.99/5.03	c # additional number of allowed LP iterations
4.99/5.03	c # [type: int, range: [0,2147483647], default: 1000]
4.99/5.03	c heuristics/feaspump/maxlpiterofs = 2000
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 10]
4.99/5.03	c heuristics/fracdiving/freq = -1
4.99/5.03	c 
4.99/5.03	c # maximal fraction of diving LP iterations compared to node LP iterations
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.99/5.03	c heuristics/fracdiving/maxlpiterquot = 0.075
4.99/5.03	c 
4.99/5.03	c # additional number of allowed LP iterations
4.99/5.03	c # [type: int, range: [0,2147483647], default: 1000]
4.99/5.03	c heuristics/fracdiving/maxlpiterofs = 1500
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 10]
4.99/5.03	c heuristics/guideddiving/freq = -1
4.99/5.03	c 
4.99/5.03	c # maximal fraction of diving LP iterations compared to node LP iterations
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.99/5.03	c heuristics/guideddiving/maxlpiterquot = 0.075
4.99/5.03	c 
4.99/5.03	c # additional number of allowed LP iterations
4.99/5.03	c # [type: int, range: [0,2147483647], default: 1000]
4.99/5.03	c heuristics/guideddiving/maxlpiterofs = 1500
4.99/5.03	c 
4.99/5.03	c # maximal fraction of diving LP iterations compared to node LP iterations
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.99/5.03	c heuristics/intdiving/maxlpiterquot = 0.075
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 10]
4.99/5.03	c heuristics/intshifting/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 10]
4.99/5.03	c heuristics/linesearchdiving/freq = -1
4.99/5.03	c 
4.99/5.03	c # maximal fraction of diving LP iterations compared to node LP iterations
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.99/5.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.99/5.03	c 
4.99/5.03	c # additional number of allowed LP iterations
4.99/5.03	c # [type: int, range: [0,2147483647], default: 1000]
4.99/5.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 20]
4.99/5.03	c heuristics/objpscostdiving/freq = -1
4.99/5.03	c 
4.99/5.03	c # maximal fraction of diving LP iterations compared to total iteration number
4.99/5.03	c # [type: real, range: [0,1], default: 0.01]
4.99/5.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.99/5.03	c 
4.99/5.03	c # additional number of allowed LP iterations
4.99/5.03	c # [type: int, range: [0,2147483647], default: 1000]
4.99/5.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.03	c heuristics/oneopt/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 10]
4.99/5.03	c heuristics/pscostdiving/freq = -1
4.99/5.03	c 
4.99/5.03	c # maximal fraction of diving LP iterations compared to node LP iterations
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.99/5.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.99/5.03	c 
4.99/5.03	c # additional number of allowed LP iterations
4.99/5.03	c # [type: int, range: [0,2147483647], default: 1000]
4.99/5.03	c heuristics/pscostdiving/maxlpiterofs = 1500
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 0]
4.99/5.03	c heuristics/rens/freq = -1
4.99/5.03	c 
4.99/5.03	c # minimum percentage of integer variables that have to be fixable 
4.99/5.03	c # [type: real, range: [0,1], default: 0.5]
4.99/5.03	c heuristics/rens/minfixingrate = 0.3
4.99/5.03	c 
4.99/5.03	c # number of nodes added to the contingent of the total nodes
4.99/5.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.99/5.03	c heuristics/rens/nodesofs = 2000
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 20]
4.99/5.03	c heuristics/rootsoldiving/freq = -1
4.99/5.03	c 
4.99/5.03	c # maximal fraction of diving LP iterations compared to node LP iterations
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.99/5.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.99/5.03	c 
4.99/5.03	c # additional number of allowed LP iterations
4.99/5.03	c # [type: int, range: [0,2147483647], default: 1000]
4.99/5.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.03	c heuristics/rounding/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 0]
4.99/5.03	c heuristics/shiftandpropagate/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 10]
4.99/5.03	c heuristics/shifting/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.03	c heuristics/simplerounding/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.03	c heuristics/subnlp/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 0]
4.99/5.03	c heuristics/trivial/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.03	c heuristics/trysol/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 0]
4.99/5.03	c heuristics/undercover/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 10]
4.99/5.03	c heuristics/veclendiving/freq = -1
4.99/5.03	c 
4.99/5.03	c # maximal fraction of diving LP iterations compared to node LP iterations
4.99/5.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.99/5.03	c heuristics/veclendiving/maxlpiterquot = 0.075
4.99/5.03	c 
4.99/5.03	c # additional number of allowed LP iterations
4.99/5.03	c # [type: int, range: [0,2147483647], default: 1000]
4.99/5.03	c heuristics/veclendiving/maxlpiterofs = 1500
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.03	c heuristics/zirounding/freq = -1
4.99/5.03	c 
4.99/5.03	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.03	c propagating/probing/maxprerounds = 0
4.99/5.03	c 
4.99/5.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 0]
4.99/5.03	c separating/cmir/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 0]
4.99/5.03	c separating/flowcover/freq = -1
4.99/5.03	c 
4.99/5.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: -1]
4.99/5.03	c separating/rapidlearning/freq = 0
4.99/5.03	c 
4.99/5.03	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
4.99/5.03	c # [type: int, range: [-1,2147483647], default: 1]
4.99/5.03	c heuristics/indoneopt/freq = -1
4.99/5.03	c 
4.99/5.03	c -----------------------------------------------------------------------------------------------
4.99/5.03	c start solving
4.99/5.04	c 
9.19/9.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.19/9.20	c   9.2s|     1 |     0 |  3058 |     - | 429M|   0 | 910 |  12k| 283k|  12k| 283k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
15.68/15.78	c  15.8s|     1 |     0 |  5577 |     - | 429M|   0 |2656 |  12k| 283k|  12k| 283k|  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.49/19.53	c  19.5s|     1 |     0 |  6261 |     - | 430M|   0 |3032 |  12k| 283k|  12k| 283k|  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
24.38/24.46	c  24.4s|     1 |     0 |  7208 |     - | 431M|   0 |3691 |  12k| 283k|  12k| 283k|  57 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
28.99/29.02	c  29.0s|     1 |     0 |  7921 |     - | 433M|   0 |3550 |  12k| 283k|  12k| 283k|  84 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
34.78/34.84	c  34.8s|     1 |     0 |  8590 |     - | 434M|   0 |3378 |  12k| 283k|  12k| 283k| 103 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
108.27/108.39	c   108s|     1 |     2 |  8590 |     - | 434M|   0 |3378 |  12k| 283k|  12k| 283k| 103 |   0 |  26 | 0.000000e+00 |      --      |    Inf 
1797.20/1797.59	c 
1797.20/1797.59	c SCIP Status        : solving was interrupted [time limit reached]
1797.20/1797.59	c Solving Time (sec) : 1797.57
1797.20/1797.59	c Solving Nodes      : 20
1797.20/1797.59	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.20/1797.59	c Dual Bound         : +0.00000000000000e+00
1797.20/1797.59	c Gap                : infinite
1797.20/1797.59	s UNKNOWN
1797.20/1797.59	c SCIP Status        : solving was interrupted [time limit reached]
1797.20/1797.59	c Total Time         :    1797.57
1797.20/1797.59	c   solving          :    1797.57
1797.20/1797.59	c   presolving       :       4.08 (included in solving)
1797.20/1797.59	c   reading          :       0.74 (included in solving)
1797.20/1797.59	c   copying          :       0.00 (0 times copied the problem)
1797.20/1797.59	c Original Problem   :
1797.20/1797.59	c   Problem name     : HOME/instance-3690636-1338024261.opb
1797.20/1797.59	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.20/1797.59	c   Constraints      : 283937 initial, 283937 maximal
1797.20/1797.59	c   Objective sense  : minimize
1797.20/1797.59	c Presolved Problem  :
1797.20/1797.59	c   Problem name     : t_HOME/instance-3690636-1338024261.opb
1797.20/1797.59	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.20/1797.59	c   Constraints      : 283841 initial, 283841 maximal
1797.20/1797.59	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.20/1797.59	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   gateextraction   :       0.08       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   components       :       0.12       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   knapsack         :       0.13       0.00          0          0          0          0          0          0          0          0          0
1797.20/1797.59	c   setppc           :       0.13       0.00          0          0          0          0          0         67          0          0          0
1797.20/1797.59	c   linear           :       1.50       0.00          0          1          0          0          0         10          0          9          0
1797.20/1797.59	c   logicor          :       0.74       0.57          0          0          0          0          0         19          0          0          0
1797.20/1797.59	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1797.20/1797.59	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1797.20/1797.59	c   integral         :          0          0          0          0         19          0          1          0          0          0          0          0         38
1797.20/1797.59	c   knapsack         :      28351      28351          5         40          0          1          0          0          0         46        112          0          0
1797.20/1797.59	c   setppc           :      60278      60278          5         40          0          1          0          0          0       4016          0          0          0
1797.20/1797.59	c   linear           :          3          3          5         40          0          1          0          0          0          0          0          0          0
1797.20/1797.59	c   logicor          :     195209     195209          5         24          0          1          0          0          0        253          0          0          0
1797.20/1797.59	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1797.20/1797.59	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1797.20/1797.59	c   integral         :     815.34       0.00       0.00       0.00     815.34       0.00       0.00       0.00
1797.20/1797.59	c   knapsack         :       0.15       0.00       0.11       0.04       0.00       0.01       0.00       0.00
1797.20/1797.59	c   setppc           :       0.11       0.00       0.01       0.09       0.00       0.01       0.00       0.00
1797.20/1797.59	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.20/1797.59	c   logicor          :       0.68       0.57       0.03       0.06       0.00       0.02       0.00       0.00
1797.20/1797.59	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.20/1797.59	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1797.20/1797.59	c   rootredcost      :          0          0          0          0
1797.20/1797.59	c   pseudoobj        :          0          0          0          0
1797.20/1797.59	c   vbounds          :          0          0          0          0
1797.20/1797.59	c   redcost          :         24          0          0          0
1797.20/1797.59	c   probing          :          0          0          0          0
1797.20/1797.59	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1797.20/1797.59	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1797.20/1797.59	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1797.20/1797.59	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1797.20/1797.59	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1797.20/1797.59	c   probing          :       0.00       0.00       0.00       0.00       0.00
1797.20/1797.59	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.20/1797.59	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.20/1797.59	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.20/1797.59	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.20/1797.59	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.20/1797.59	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.20/1797.59	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.20/1797.59	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.20/1797.59	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1797.20/1797.59	c   cut pool         :       0.00                     4          -          -        113          -    (maximal pool size: 1022)
1797.20/1797.59	c   closecuts        :       0.00       0.00          0          0          0          0          0
1797.20/1797.59	c   impliedbounds    :       0.01       0.00          5          0          0          0          0
1797.20/1797.59	c   intobj           :       0.00       0.00          0          0          0          0          0
1797.20/1797.59	c   gomory           :       1.96       0.00          5          0          0        250          0
1797.20/1797.59	c   cgmip            :       0.00       0.00          0          0          0          0          0
1797.20/1797.59	c   strongcg         :       7.30       0.00          5          0          0       2500          0
1797.20/1797.59	c   cmir             :       0.00       0.00          0          0          0          0          0
1797.20/1797.59	c   flowcover        :       0.00       0.00          0          0          0          0          0
1797.20/1797.59	c   clique           :       0.60       0.00          5          0          0         40          0
1797.20/1797.59	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1797.20/1797.59	c   mcf              :       0.80       0.00          1          0          0          0          0
1797.20/1797.59	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1797.20/1797.59	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1797.20/1797.59	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1797.20/1797.59	c   problem variables:       0.00          -          0          0
1797.20/1797.59	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.20/1797.59	c   relpscost        :     815.34       0.00         19          0          0          0          0         38
1797.20/1797.59	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1797.20/1797.59	c   inference        :       0.00       0.00          1          0          0          0          0          2
1797.20/1797.59	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1797.20/1797.59	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1797.20/1797.59	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1797.20/1797.59	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1797.20/1797.59	c   random           :       0.00       0.00          0          0          0          0          0          0
1797.20/1797.59	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1797.20/1797.59	c   LP solutions     :       0.00          -          -          0
1797.20/1797.59	c   pseudo solutions :       0.00          -          -          0
1797.20/1797.59	c   smallcard        :       0.00       0.00          0          0
1797.20/1797.59	c   trivial          :       0.01       0.00          1          0
1797.20/1797.59	c   shiftandpropagate:       0.00       0.00          0          0
1797.20/1797.59	c   simplerounding   :       0.00       0.00          0          0
1797.20/1797.59	c   zirounding       :       0.00       0.00          0          0
1797.20/1797.59	c   rounding         :       0.00       0.00          0          0
1797.20/1797.59	c   shifting         :       0.00       0.00          0          0
1797.20/1797.59	c   intshifting      :       0.00       0.00          0          0
1797.20/1797.59	c   oneopt           :       0.00       0.00          0          0
1797.20/1797.59	c   twoopt           :       0.00       0.00          0          0
1797.20/1797.59	c   indtwoopt        :       0.00       0.00          0          0
1797.20/1797.59	c   indoneopt        :       0.00       0.00          0          0
1797.20/1797.59	c   fixandinfer      :       0.00       0.00          0          0
1797.20/1797.59	c   feaspump         :       0.00       0.00          0          0
1797.20/1797.59	c   clique           :       0.00       0.00          0          0
1797.20/1797.59	c   indrounding      :       0.00       0.00          0          0
1797.20/1797.59	c   indcoefdiving    :       0.00       0.00          0          0
1797.20/1797.59	c   coefdiving       :       0.00       0.00          0          0
1797.20/1797.59	c   pscostdiving     :       0.00       0.00          0          0
1797.20/1797.59	c   nlpdiving        :       0.00       0.00          0          0
1797.20/1797.59	c   fracdiving       :       0.00       0.00          0          0
1797.20/1797.59	c   veclendiving     :       0.00       0.00          0          0
1797.20/1797.59	c   intdiving        :       0.00       0.00          0          0
1797.20/1797.59	c   actconsdiving    :       0.00       0.00          0          0
1797.20/1797.59	c   objpscostdiving  :       0.00       0.00          0          0
1797.20/1797.59	c   rootsoldiving    :       0.00       0.00          0          0
1797.20/1797.59	c   linesearchdiving :       0.00       0.00          0          0
1797.20/1797.59	c   guideddiving     :       0.00       0.00          0          0
1797.20/1797.59	c   octane           :       0.00       0.00          0          0
1797.20/1797.59	c   rens             :       0.00       0.00          0          0
1797.20/1797.59	c   rins             :       0.00       0.00          0          0
1797.20/1797.59	c   localbranching   :       0.00       0.00          0          0
1797.20/1797.59	c   mutation         :       0.00       0.00          0          0
1797.20/1797.59	c   crossover        :       0.00       0.00          0          0
1797.20/1797.59	c   dins             :       0.00       0.00          0          0
1797.20/1797.59	c   vbounds          :       0.00       0.00          0          0
1797.20/1797.59	c   undercover       :       0.00       0.00          0          0
1797.20/1797.59	c   subnlp           :       0.00       0.00          0          0
1797.20/1797.59	c   trysol           :       0.00       0.00          0          0
1797.20/1797.59	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1797.20/1797.59	c   primal LP        :       0.20          1          0       0.00       0.00       0.20          1
1797.20/1797.59	c   dual LP          :     964.50         25      86737    3469.48      89.93       0.00          0
1797.20/1797.59	c   lex dual LP      :       0.00          0          0       0.00          -
1797.20/1797.59	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1797.20/1797.59	c   diving/probing LP:       0.00          0          0       0.00          -
1797.20/1797.59	c   strong branching :     815.20        243     136393     561.29     167.31
1797.20/1797.59	c     (at root node) :          -         26      12236     470.62          -
1797.20/1797.59	c   conflict analysis:       0.00          0          0       0.00          -
1797.20/1797.59	c B&B Tree           :
1797.20/1797.59	c   number of runs   :          1
1797.20/1797.59	c   nodes            :         20
1797.20/1797.59	c   nodes (total)    :         20
1797.20/1797.59	c   nodes left       :         21
1797.20/1797.59	c   max depth        :         14
1797.20/1797.59	c   max depth (total):         14
1797.20/1797.59	c   backtracks       :          1 (5.0%)
1797.20/1797.59	c   delayed cutoffs  :          0
1797.20/1797.59	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.20/1797.59	c   avg switch length:       1.65
1797.20/1797.59	c   switching time   :       0.29
1797.20/1797.59	c Solution           :
1797.20/1797.59	c   Solutions found  :          0 (0 improvements)
1797.20/1797.59	c   Primal Bound     :          -
1797.20/1797.59	c   Dual Bound       : +0.00000000000000e+00
1797.20/1797.59	c   Gap              :   infinite
1797.20/1797.59	c   Root Dual Bound  : +0.00000000000000e+00
1797.20/1797.59	c   Root Iterations  :       8590
1798.01/1798.33	c Time complete: 1798.03.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 7828
/proc/meminfo: memFree=28648768/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=9984 CPUtime=0 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 1233 0 0 0 0 0 0 0 20 0 1 0 268551601 10223616 1188 33554432000 4194304 10173063 140735988614304 140736606462984 5283372 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 2496 1188 413 1460 0 1027 0

[startup+0.0120371 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 7828
/proc/meminfo: memFree=28648768/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=10984 CPUtime=0 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 1485 0 0 0 0 0 0 0 20 0 1 0 268551601 11247616 1440 33554432000 4194304 10173063 140735988614304 140736606462984 4195336 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 2746 1440 413 1460 0 1277 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10984

[startup+0.100222 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 7828
/proc/meminfo: memFree=28648768/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=24368 CPUtime=0.09 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 4818 0 0 0 9 0 0 0 20 0 1 0 268551601 24952832 4773 33554432000 4194304 10173063 140735988614304 140736606462984 5283932 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 6092 4774 413 1460 0 4623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24368

[startup+0.300172 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 7828
/proc/meminfo: memFree=28648768/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=50332 CPUtime=0.29 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 11303 0 0 0 28 1 0 0 20 0 1 0 268551601 51539968 11258 33554432000 4194304 10173063 140735988614304 140736606462984 5479875 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 12583 11258 413 1460 0 11114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50332

[startup+0.700153 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 7828
/proc/meminfo: memFree=28648768/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=102916 CPUtime=0.69 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 24456 0 0 0 66 3 0 0 20 0 1 0 268551601 105385984 24411 33554432000 4194304 10173063 140735988614304 140735988478808 5283932 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 25729 24412 413 1460 0 24260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102916

[startup+1.50016 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 7829
/proc/meminfo: memFree=28417996/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=429724 CPUtime=1.49 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 107206 0 0 0 134 15 0 0 20 0 1 0 268551601 440037376 103298 33554432000 4194304 10173063 140735988614304 140735988610120 7550185 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 107431 103298 509 1460 0 105962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 429724

[startup+3.10016 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 7829
/proc/meminfo: memFree=28277496/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=512600 CPUtime=3.09 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 143026 0 0 0 270 39 0 0 20 0 1 0 268551601 524902400 123464 33554432000 4194304 10173063 140735988614304 140735988611304 7550179 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 128150 123464 578 1460 0 126681 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 512600

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 7829
/proc/meminfo: memFree=28072372/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=919712 CPUtime=6.29 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 201275 0 0 0 561 68 0 0 20 0 1 0 268551601 941785088 210714 33554432000 4194304 10173063 140735988614304 140735988608232 8038481 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 229928 210714 752 1460 0 228459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 919712

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 7829
/proc/meminfo: memFree=27785608/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=942796 CPUtime=12.69 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 211458 0 0 0 1196 73 0 0 20 0 1 0 268551601 965423104 226673 33554432000 4194304 10173063 140735988614304 140735988607944 7595768 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 235699 226673 795 1460 0 234230 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 942796

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 7829
/proc/meminfo: memFree=27700512/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=983976 CPUtime=25.49 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 216928 0 0 0 2472 77 0 0 20 0 1 0 268551601 1007591424 237406 33554432000 4194304 10173063 140735988614304 140735988609224 7654652 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 245994 237406 795 1460 0 244525 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 983976

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 7829
/proc/meminfo: memFree=27675684/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1010696 CPUtime=51.08 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 220546 0 0 0 5027 81 0 0 20 0 1 0 268551601 1034952704 243470 33554432000 4194304 10173063 140735988614304 140735988607752 8033088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 252674 243470 799 1460 0 251205 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1010696

[startup+102.307 s]
/proc/loadavg: 2.04 2.01 1.98 3/177 7830
/proc/meminfo: memFree=27673960/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1010624 CPUtime=102.27 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 227433 0 0 0 10139 88 0 0 20 0 1 0 268551601 1034878976 243763 33554432000 4194304 10173063 140735988614304 140735988607256 8033088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 252656 243763 799 1460 0 251187 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1010624

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/178 7831
/proc/meminfo: memFree=27669196/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1010656 CPUtime=162.27 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 230093 0 0 0 16133 94 0 0 20 0 1 0 268551601 1034911744 244852 33554432000 4194304 10173063 140735988614304 140735988607016 7706448 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 252664 244852 805 1460 0 251195 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1010656

[startup+222.3 s]
/proc/loadavg: 2.08 2.02 1.99 3/177 7907
/proc/meminfo: memFree=27880776/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1010656 CPUtime=222.25 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 230120 0 0 0 22128 97 0 0 20 0 1 0 268551601 1034911744 245388 33554432000 4194304 10173063 140735988614304 140735988607432 8033088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 252664 245388 805 1460 0 251195 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1010656

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/177 7907
/proc/meminfo: memFree=27880804/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1010808 CPUtime=282.24 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 232744 0 0 0 28122 102 0 0 20 0 1 0 268551601 1035067392 245374 33554432000 4194304 10173063 140735988614304 140735988608136 7594611 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 252702 245374 806 1460 0 251233 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1010808

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 7910
/proc/meminfo: memFree=27880708/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1010808 CPUtime=342.23 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 232762 0 0 0 34118 105 0 0 20 0 1 0 268551601 1035067392 245391 33554432000 4194304 10173063 140735988614304 140735988607752 8012679 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 252702 245391 806 1460 0 251233 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1010808

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 7911
/proc/meminfo: memFree=27912864/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=978048 CPUtime=402.22 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 251665 0 0 0 40104 118 0 0 20 0 1 0 268551601 1001521152 238995 33554432000 4194304 10173063 140735988614304 140735988608136 7980770 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 244512 238995 806 1460 0 243043 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 978048

[startup+462.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 7911
/proc/meminfo: memFree=27879008/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1022872 CPUtime=462.21 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 268837 0 0 0 46092 129 0 0 20 0 1 0 268551601 1047420928 251907 33554432000 4194304 10173063 140735988614304 140735988607752 8033088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255718 251907 806 1460 0 254249 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1022872

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 7911
/proc/meminfo: memFree=27879948/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1010496 CPUtime=522.2 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 273500 0 0 0 52085 135 0 0 20 0 1 0 268551601 1034747904 245707 33554432000 4194304 10173063 140735988614304 140735988607016 8012341 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 252624 245707 807 1460 0 251155 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1010496

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 7911
/proc/meminfo: memFree=27912540/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=960300 CPUtime=582.19 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 290344 0 0 0 58070 149 0 0 20 0 1 0 268551601 983347200 237664 33554432000 4194304 10173063 140735988614304 140735988607560 7706432 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 240075 237664 807 1460 0 238606 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 960300

[startup+642.3 s]

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

/proc/meminfo: memFree=27834184/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1066864 CPUtime=1062.11 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 298483 0 0 0 106028 183 0 0 20 0 1 0 268551601 1092468736 253959 33554432000 4194304 10173063 140735988614304 140735988607480 8033088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 266716 253959 810 1460 0 265247 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1066864

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7916
/proc/meminfo: memFree=27828016/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1066864 CPUtime=1122.11 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 298495 0 0 0 112025 186 0 0 20 0 1 0 268551601 1092468736 255504 33554432000 4194304 10173063 140735988614304 140735988607480 7955648 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 266716 255504 810 1460 0 265247 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1066864

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7916
/proc/meminfo: memFree=27852032/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1020340 CPUtime=1182.1 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 300198 0 0 0 118019 191 0 0 20 0 1 0 268551601 1044828160 248408 33554432000 4194304 10173063 140735988614304 140735988607480 8033088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255085 248408 810 1460 0 253616 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1020340

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7916
/proc/meminfo: memFree=27847460/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1021492 CPUtime=1242.08 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 301866 0 0 0 124013 195 0 0 20 0 1 0 268551601 1046007808 249186 33554432000 4194304 10173063 140735988614304 140735988607480 8013292 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255373 249186 810 1460 0 253904 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1021492

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7917
/proc/meminfo: memFree=27845852/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1021836 CPUtime=1302.08 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 302856 0 0 0 130010 198 0 0 20 0 1 0 268551601 1046360064 249192 33554432000 4194304 10173063 140735988614304 140735988607480 8008034 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255459 249192 810 1460 0 253990 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1021836

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7917
/proc/meminfo: memFree=27844488/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1022252 CPUtime=1362.07 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 303565 0 0 0 136006 201 0 0 20 0 1 0 268551601 1046786048 249205 33554432000 4194304 10173063 140735988614304 140735988607944 7594548 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255563 249205 810 1460 0 254094 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1022252

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7917
/proc/meminfo: memFree=27842508/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1022716 CPUtime=1422.06 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304345 0 0 0 142002 204 0 0 20 0 1 0 268551601 1047261184 249207 33554432000 4194304 10173063 140735988614304 140735988607944 8846909 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255679 249207 810 1460 0 254210 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1022716

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7917
/proc/meminfo: memFree=27840212/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1482.05 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304416 0 0 0 147998 207 0 0 20 0 1 0 268551601 1047703552 249725 33554432000 4194304 10173063 140735988614304 140735988607480 8013273 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 249725 810 1460 0 254318 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1023148

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 7920
/proc/meminfo: memFree=27837708/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1542.04 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304416 0 0 0 153994 210 0 0 20 0 1 0 268551601 1047703552 249725 33554432000 4194304 10173063 140735988614304 140735988607480 7972112 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 249725 810 1460 0 254318 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1023148

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 7921
/proc/meminfo: memFree=27837488/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1602.03 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304416 0 0 0 159991 212 0 0 20 0 1 0 268551601 1047703552 249725 33554432000 4194304 10173063 140735988614304 140735988607480 8012644 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 249725 810 1460 0 254318 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1023148

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7921
/proc/meminfo: memFree=27835012/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1662.03 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304417 0 0 0 165988 215 0 0 20 0 1 0 268551601 1047703552 249725 33554432000 4194304 10173063 140735988614304 140735988607480 7955690 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 249725 810 1460 0 254318 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1023148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7921
/proc/meminfo: memFree=27831052/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1722.01 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304418 0 0 0 171984 217 0 0 20 0 1 0 268551601 1047703552 250252 33554432000 4194304 10173063 140735988614304 140735988607480 8047293 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 250252 810 1460 0 254318 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1023148

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7921
/proc/meminfo: memFree=27831020/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1782 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304418 0 0 0 177982 218 0 0 20 0 1 0 268551601 1047703552 250252 33554432000 4194304 10173063 140735988614304 140735988607480 8012538 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 250252 810 1460 0 254318 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1023148

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7921
/proc/meminfo: memFree=27831020/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1791.6 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304418 0 0 0 178942 218 0 0 20 0 1 0 268551601 1047703552 250252 33554432000 4194304 10173063 140735988614304 140735988606824 8033088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 250252 810 1460 0 254318 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 1023148

[startup+1795.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7921
/proc/meminfo: memFree=27831888/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1794.8 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304418 0 0 0 179262 218 0 0 20 0 1 0 268551601 1047703552 250252 33554432000 4194304 10173063 140735988614304 140735988607480 8013232 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 250252 810 1460 0 254318 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 1023148

[startup+1796.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7921
/proc/meminfo: memFree=27831640/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1796.4 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304418 0 0 0 179422 218 0 0 20 0 1 0 268551601 1047703552 250252 33554432000 4194304 10173063 140735988614304 140735988607480 7595756 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 250252 810 1460 0 254318 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 1023148

[startup+1797.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7921
/proc/meminfo: memFree=27831640/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1023148 CPUtime=1797.2 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304418 0 0 0 179502 218 0 0 20 0 1 0 268551601 1047703552 250252 33554432000 4194304 10173063 140735988614304 140735988607480 8012538 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255787 250252 810 1460 0 254318 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (KiB) 1023148

[startup+1797.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7921
/proc/meminfo: memFree=27831640/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=1020628 CPUtime=1797.61 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304431 0 0 0 179542 219 0 0 20 0 1 0 268551601 1045123072 249635 33554432000 4194304 10173063 140735988614304 140735988613416 5284606 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 255157 249635 823 1460 0 253688 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (KiB) 1020628

[startup+1798.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 7921
/proc/meminfo: memFree=27831640/32873648 swapFree=6856/6856
[pid=7828] ppid=7826 vsize=739148 CPUtime=1798.01 cores=0,2,4,6
/proc/7828/stat : 7828 (scip-2.1.1.4fix) R 7826 7828 7220 0 -1 4202496 304434 0 0 0 179581 220 0 0 20 0 1 0 268551601 756887552 182778 33554432000 4194304 10173063 140735988614304 140735988613416 5285008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7828/statm: 184787 182778 826 1460 0 183318 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (KiB) 739148

Child status: 0
Real time (s): 1798.33
CPU time (s): 1798.04
CPU user time (s): 1795.83
CPU system time (s): 2.21366
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 1103076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.83
system time used= 2.21366
maximum resident set size= 1072452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304446
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= 18
involuntary context switches= 2465

runsolver used 5.81611 second user time and 17.9573 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-26 11:24:22
IDJOB=3690636
IDBENCH=89728
IDSOLVER=2270
FILE ID=node125/3690636-1338024261
RUNJOBID= node125-1338016934-7236
PBS_JOBID= 14624346
Free space on /tmp= 71264 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-76.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-3690636-1338024261/watcher-3690636-1338024261 -o /tmp/evaluation-result-3690636-1338024261/solver-3690636-1338024261 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690636-1338024261.opb -t 1800 -m 15500

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1795860827

node125.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.373
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.74
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.373
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.373
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		: 2666.373
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.90
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.373
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.373
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.54
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.373
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.373
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:        28649032 kB
Buffers:          235184 kB
Cached:          2892708 kB
SwapCached:            0 kB
Active:          1414040 kB
Inactive:        2032908 kB
Active(anon):     321720 kB
Inactive(anon):        0 kB
Active(file):    1092320 kB
Inactive(file):  2032908 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             25604 kB
Writeback:             0 kB
AnonPages:        325712 kB
Mapped:            17584 kB
Shmem:               200 kB
Slab:             640612 kB
SReclaimable:      84692 kB
SUnreclaim:       555920 kB
KernelStack:        1472 kB
PageTables:         4560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     434184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 71252 MiB
End job on node125 at 2012-05-26 11:54:20