Trace number 3691802

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1797.96 1798.27

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: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691802-1338041146.opb>
0.78/0.82	c original problem has 12587 variables (12587 bin, 0 int, 0 impl, 0 cont) and 283937 constraints
0.78/0.82	c problem read in 0.82
0.78/0.82	c No objective function, only one solution is needed.
0.78/0.82	c presolving settings loaded
1.19/1.25	c presolving:
2.99/3.07	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.59/3.60	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.89/3.94	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.89/4.96	c presolving (4 rounds):
4.89/4.96	c  1 deleted vars, 96 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
4.89/4.96	c  138752 implications, 458 cliques
4.89/4.96	c presolved problem has 12586 variables (12586 bin, 0 int, 0 impl, 0 cont) and 283841 constraints
4.89/4.96	c   28351 constraints of type <knapsack>
4.89/4.96	c   60278 constraints of type <setppc>
4.89/4.96	c       3 constraints of type <linear>
4.89/4.96	c  195209 constraints of type <logicor>
4.89/4.96	c transformed objective value is always integral (scale: 1)
4.89/4.96	c Presolving Time: 3.74
4.89/4.96	c - non default parameters ----------------------------------------------------------------------
4.89/4.96	c # SCIP version 2.1.1.4
4.89/4.96	c 
4.89/4.96	c # maximal time in seconds to run
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.96	c limits/time = 1797
4.89/4.96	c 
4.89/4.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.96	c limits/memory = 13950
4.89/4.96	c 
4.89/4.96	c # solving stops, if the given number of solutions were found (-1: no limit)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.96	c limits/solutions = 1
4.89/4.96	c 
4.89/4.96	c # maximal number of separation rounds per node (-1: unlimited)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 5]
4.89/4.96	c separating/maxrounds = 1
4.89/4.96	c 
4.89/4.96	c # maximal number of separation rounds in the root node (-1: unlimited)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.96	c separating/maxroundsroot = 5
4.89/4.96	c 
4.89/4.96	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.89/4.96	c # [type: int, range: [1,2], default: 1]
4.89/4.96	c timing/clocktype = 2
4.89/4.96	c 
4.89/4.96	c # belongs reading time to solving time?
4.89/4.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.96	c timing/reading = TRUE
4.89/4.96	c 
4.89/4.96	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.89/4.96	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.89/4.96	c constraints/knapsack/disaggregation = FALSE
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.96	c heuristics/coefdiving/freq = -1
4.89/4.96	c 
4.89/4.96	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.96	c heuristics/coefdiving/maxlpiterquot = 0.075
4.89/4.96	c 
4.89/4.96	c # additional number of allowed LP iterations
4.89/4.96	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.96	c heuristics/coefdiving/maxlpiterofs = 1500
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 30]
4.89/4.96	c heuristics/crossover/freq = -1
4.89/4.96	c 
4.89/4.96	c # number of nodes added to the contingent of the total nodes
4.89/4.96	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.89/4.96	c heuristics/crossover/nodesofs = 750
4.89/4.96	c 
4.89/4.96	c # number of nodes without incumbent change that heuristic should wait
4.89/4.96	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.89/4.96	c heuristics/crossover/nwaitingnodes = 100
4.89/4.96	c 
4.89/4.96	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.89/4.96	c # [type: real, range: [0,1], default: 0.1]
4.89/4.96	c heuristics/crossover/nodesquot = 0.15
4.89/4.96	c 
4.89/4.96	c # minimum percentage of integer variables that have to be fixed 
4.89/4.96	c # [type: real, range: [0,1], default: 0.666]
4.89/4.96	c heuristics/crossover/minfixingrate = 0.5
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.96	c heuristics/feaspump/freq = -1
4.89/4.96	c 
4.89/4.96	c # additional number of allowed LP iterations
4.89/4.96	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.96	c heuristics/feaspump/maxlpiterofs = 2000
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.96	c heuristics/fracdiving/freq = -1
4.89/4.96	c 
4.89/4.96	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.96	c heuristics/fracdiving/maxlpiterquot = 0.075
4.89/4.96	c 
4.89/4.96	c # additional number of allowed LP iterations
4.89/4.96	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.96	c heuristics/fracdiving/maxlpiterofs = 1500
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.96	c heuristics/guideddiving/freq = -1
4.89/4.96	c 
4.89/4.96	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.96	c heuristics/guideddiving/maxlpiterquot = 0.075
4.89/4.96	c 
4.89/4.96	c # additional number of allowed LP iterations
4.89/4.96	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.96	c heuristics/guideddiving/maxlpiterofs = 1500
4.89/4.96	c 
4.89/4.96	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.96	c heuristics/intdiving/maxlpiterquot = 0.075
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.96	c heuristics/intshifting/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.96	c heuristics/linesearchdiving/freq = -1
4.89/4.96	c 
4.89/4.96	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.96	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.89/4.96	c 
4.89/4.96	c # additional number of allowed LP iterations
4.89/4.96	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.96	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.96	c heuristics/objpscostdiving/freq = -1
4.89/4.96	c 
4.89/4.96	c # maximal fraction of diving LP iterations compared to total iteration number
4.89/4.96	c # [type: real, range: [0,1], default: 0.01]
4.89/4.96	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.89/4.96	c 
4.89/4.96	c # additional number of allowed LP iterations
4.89/4.96	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.96	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.96	c heuristics/oneopt/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.96	c heuristics/pscostdiving/freq = -1
4.89/4.96	c 
4.89/4.96	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.96	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.89/4.96	c 
4.89/4.96	c # additional number of allowed LP iterations
4.89/4.96	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.96	c heuristics/pscostdiving/maxlpiterofs = 1500
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.96	c heuristics/rens/freq = -1
4.89/4.96	c 
4.89/4.96	c # minimum percentage of integer variables that have to be fixable 
4.89/4.96	c # [type: real, range: [0,1], default: 0.5]
4.89/4.96	c heuristics/rens/minfixingrate = 0.3
4.89/4.96	c 
4.89/4.96	c # number of nodes added to the contingent of the total nodes
4.89/4.96	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.89/4.96	c heuristics/rens/nodesofs = 2000
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.96	c heuristics/rootsoldiving/freq = -1
4.89/4.96	c 
4.89/4.96	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.89/4.96	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.89/4.96	c 
4.89/4.96	c # additional number of allowed LP iterations
4.89/4.96	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.96	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.96	c heuristics/rounding/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.96	c heuristics/shiftandpropagate/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.96	c heuristics/shifting/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.96	c heuristics/simplerounding/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.96	c heuristics/subnlp/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.96	c heuristics/trivial/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.96	c heuristics/trysol/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.96	c heuristics/undercover/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.96	c heuristics/veclendiving/freq = -1
4.89/4.96	c 
4.89/4.96	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.96	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.96	c heuristics/veclendiving/maxlpiterquot = 0.075
4.89/4.96	c 
4.89/4.96	c # additional number of allowed LP iterations
4.89/4.96	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.96	c heuristics/veclendiving/maxlpiterofs = 1500
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.96	c heuristics/zirounding/freq = -1
4.89/4.96	c 
4.89/4.96	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.96	c propagating/probing/maxprerounds = 0
4.89/4.96	c 
4.89/4.96	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.96	c separating/cmir/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.96	c separating/flowcover/freq = -1
4.89/4.96	c 
4.89/4.96	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.96	c separating/rapidlearning/freq = 0
4.89/4.96	c 
4.89/4.96	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
4.89/4.96	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.96	c heuristics/indoneopt/freq = -1
4.89/4.96	c 
4.89/4.96	c -----------------------------------------------------------------------------------------------
4.89/4.96	c start solving
4.89/4.97	c 
9.59/9.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.59/9.63	c   9.6s|     1 |     0 |  3058 |     - | 466M|   0 | 910 |  12k| 283k|  12k| 283k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
17.18/17.25	c  17.2s|     1 |     0 |  5577 |     - | 466M|   0 |2656 |  12k| 283k|  12k| 283k|  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.78/21.80	c  21.8s|     1 |     0 |  6261 |     - | 466M|   0 |3032 |  12k| 283k|  12k| 283k|  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
27.68/27.72	c  27.7s|     1 |     0 |  7208 |     - | 467M|   0 |3691 |  12k| 283k|  12k| 283k|  57 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
33.18/33.24	c  33.2s|     1 |     0 |  7921 |     - | 469M|   0 |3550 |  12k| 283k|  12k| 283k|  84 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
40.28/40.37	c  40.4s|     1 |     0 |  8590 |     - | 471M|   0 |3378 |  12k| 283k|  12k| 283k| 103 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
125.67/125.71	c   126s|     1 |     2 |  8590 |     - | 471M|   0 |3378 |  12k| 283k|  12k| 283k| 103 |   0 |  26 | 0.000000e+00 |      --      |    Inf 
1797.08/1797.45	c 
1797.08/1797.45	c SCIP Status        : solving was interrupted [time limit reached]
1797.08/1797.45	c Solving Time (sec) : 1797.45
1797.08/1797.45	c Solving Nodes      : 20
1797.08/1797.45	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.08/1797.45	c Dual Bound         : +0.00000000000000e+00
1797.08/1797.45	c Gap                : infinite
1797.08/1797.45	s UNKNOWN
1797.08/1797.45	c SCIP Status        : solving was interrupted [time limit reached]
1797.08/1797.45	c Total Time         :    1797.45
1797.08/1797.45	c   solving          :    1797.45
1797.08/1797.45	c   presolving       :       3.74 (included in solving)
1797.08/1797.45	c   reading          :       0.82 (included in solving)
1797.08/1797.45	c   copying          :       0.00 (0 times copied the problem)
1797.08/1797.45	c Original Problem   :
1797.08/1797.45	c   Problem name     : HOME/instance-3691802-1338041146.opb
1797.08/1797.45	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.08/1797.45	c   Constraints      : 283937 initial, 283937 maximal
1797.08/1797.45	c   Objective sense  : minimize
1797.08/1797.45	c Presolved Problem  :
1797.08/1797.45	c   Problem name     : t_HOME/instance-3691802-1338041146.opb
1797.08/1797.45	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.08/1797.45	c   Constraints      : 283841 initial, 283841 maximal
1797.08/1797.45	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.08/1797.45	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   gateextraction   :       0.10       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   components       :       0.12       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   knapsack         :       0.14       0.00          0          0          0          0          0          0          0          0          0
1797.08/1797.45	c   setppc           :       0.15       0.00          0          0          0          0          0         67          0          0          0
1797.08/1797.45	c   linear           :       1.57       0.16          0          1          0          0          0         10          0          9          0
1797.08/1797.45	c   logicor          :       0.79       0.58          0          0          0          0          0         19          0          0          0
1797.08/1797.45	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1797.08/1797.45	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1797.08/1797.45	c   integral         :          0          0          0          0         19          0          1          0          0          0          0          0         38
1797.08/1797.45	c   knapsack         :      28351      28351          5         40          0          1          0          0          0         46        112          0          0
1797.08/1797.45	c   setppc           :      60278      60278          5         40          0          1          0          0          0       4016          0          0          0
1797.08/1797.45	c   linear           :          3          3          5         40          0          1          0          0          0          0          0          0          0
1797.08/1797.45	c   logicor          :     195209     195209          5         24          0          1          0          0          0        253          0          0          0
1797.08/1797.45	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1797.08/1797.45	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1797.08/1797.45	c   integral         :     967.66       0.00       0.00       0.00     967.66       0.00       0.00       0.00
1797.08/1797.45	c   knapsack         :       0.16       0.00       0.11       0.05       0.00       0.00       0.00       0.00
1797.08/1797.45	c   setppc           :       0.12       0.00       0.02       0.10       0.00       0.01       0.00       0.00
1797.08/1797.45	c   linear           :       0.16       0.16       0.00       0.00       0.00       0.00       0.00       0.00
1797.08/1797.45	c   logicor          :       0.71       0.58       0.04       0.07       0.00       0.01       0.00       0.00
1797.08/1797.45	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.08/1797.45	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1797.08/1797.45	c   rootredcost      :          0          0          0          0
1797.08/1797.45	c   pseudoobj        :          0          0          0          0
1797.08/1797.45	c   vbounds          :          0          0          0          0
1797.08/1797.45	c   redcost          :         24          0          0          0
1797.08/1797.45	c   probing          :          0          0          0          0
1797.08/1797.45	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1797.08/1797.45	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1797.08/1797.45	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1797.08/1797.45	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1797.08/1797.45	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1797.08/1797.45	c   probing          :       0.00       0.00       0.00       0.00       0.00
1797.08/1797.45	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.08/1797.45	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1797.08/1797.45	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.08/1797.45	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.08/1797.45	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.08/1797.45	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.08/1797.45	c   applied globally :          -          -          -          0        0.0          -          -          -
1797.08/1797.45	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.08/1797.45	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1797.08/1797.45	c   cut pool         :       0.00                     4          -          -        113          -    (maximal pool size: 1022)
1797.08/1797.45	c   closecuts        :       0.00       0.00          0          0          0          0          0
1797.08/1797.45	c   impliedbounds    :       0.01       0.00          5          0          0          0          0
1797.08/1797.45	c   intobj           :       0.00       0.00          0          0          0          0          0
1797.08/1797.45	c   gomory           :       2.56       0.00          5          0          0        250          0
1797.08/1797.45	c   cgmip            :       0.00       0.00          0          0          0          0          0
1797.08/1797.45	c   strongcg         :       9.43       0.00          5          0          0       2500          0
1797.08/1797.45	c   cmir             :       0.00       0.00          0          0          0          0          0
1797.08/1797.45	c   flowcover        :       0.00       0.00          0          0          0          0          0
1797.08/1797.45	c   clique           :       0.60       0.00          5          0          0         40          0
1797.08/1797.45	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1797.08/1797.45	c   mcf              :       0.89       0.00          1          0          0          0          0
1797.08/1797.45	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1797.08/1797.45	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1797.08/1797.45	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1797.08/1797.45	c   problem variables:       0.00          -          0          0
1797.08/1797.45	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.08/1797.45	c   relpscost        :     967.66       0.00         19          0          0          0          0         38
1797.08/1797.45	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1797.08/1797.45	c   inference        :       0.00       0.00          1          0          0          0          0          2
1797.08/1797.45	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1797.08/1797.45	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1797.08/1797.45	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1797.08/1797.45	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1797.08/1797.45	c   random           :       0.00       0.00          0          0          0          0          0          0
1797.08/1797.45	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1797.08/1797.45	c   LP solutions     :       0.00          -          -          0
1797.08/1797.45	c   pseudo solutions :       0.00          -          -          0
1797.08/1797.45	c   smallcard        :       0.00       0.00          0          0
1797.08/1797.45	c   trivial          :       0.01       0.00          1          0
1797.08/1797.45	c   shiftandpropagate:       0.00       0.00          0          0
1797.08/1797.45	c   simplerounding   :       0.00       0.00          0          0
1797.08/1797.45	c   zirounding       :       0.00       0.00          0          0
1797.08/1797.45	c   rounding         :       0.00       0.00          0          0
1797.08/1797.45	c   shifting         :       0.00       0.00          0          0
1797.08/1797.45	c   intshifting      :       0.00       0.00          0          0
1797.08/1797.45	c   oneopt           :       0.00       0.00          0          0
1797.08/1797.45	c   twoopt           :       0.00       0.00          0          0
1797.08/1797.45	c   indtwoopt        :       0.00       0.00          0          0
1797.08/1797.45	c   indoneopt        :       0.00       0.00          0          0
1797.08/1797.45	c   fixandinfer      :       0.00       0.00          0          0
1797.08/1797.45	c   feaspump         :       0.00       0.00          0          0
1797.08/1797.45	c   clique           :       0.00       0.00          0          0
1797.08/1797.45	c   indrounding      :       0.00       0.00          0          0
1797.08/1797.45	c   indcoefdiving    :       0.00       0.00          0          0
1797.08/1797.45	c   coefdiving       :       0.00       0.00          0          0
1797.08/1797.45	c   pscostdiving     :       0.00       0.00          0          0
1797.08/1797.45	c   nlpdiving        :       0.00       0.00          0          0
1797.08/1797.45	c   fracdiving       :       0.00       0.00          0          0
1797.08/1797.45	c   veclendiving     :       0.00       0.00          0          0
1797.08/1797.45	c   intdiving        :       0.00       0.00          0          0
1797.08/1797.45	c   actconsdiving    :       0.00       0.00          0          0
1797.08/1797.45	c   objpscostdiving  :       0.00       0.00          0          0
1797.08/1797.45	c   rootsoldiving    :       0.00       0.00          0          0
1797.08/1797.45	c   linesearchdiving :       0.00       0.00          0          0
1797.08/1797.45	c   guideddiving     :       0.00       0.00          0          0
1797.08/1797.45	c   octane           :       0.00       0.00          0          0
1797.08/1797.45	c   rens             :       0.00       0.00          0          0
1797.08/1797.45	c   rins             :       0.00       0.00          0          0
1797.08/1797.45	c   localbranching   :       0.00       0.00          0          0
1797.08/1797.45	c   mutation         :       0.00       0.00          0          0
1797.08/1797.45	c   crossover        :       0.00       0.00          0          0
1797.08/1797.45	c   dins             :       0.00       0.00          0          0
1797.08/1797.45	c   vbounds          :       0.00       0.00          0          0
1797.08/1797.45	c   undercover       :       0.00       0.00          0          0
1797.08/1797.45	c   subnlp           :       0.00       0.00          0          0
1797.08/1797.45	c   trysol           :       0.00       0.00          0          0
1797.08/1797.45	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1797.08/1797.45	c   primal LP        :       0.22          1          0       0.00       0.00       0.22          1
1797.08/1797.45	c   dual LP          :     808.95         25      71807    2872.28      88.77       0.00          0
1797.08/1797.45	c   lex dual LP      :       0.00          0          0       0.00          -
1797.08/1797.45	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1797.08/1797.45	c   diving/probing LP:       0.00          0          0       0.00          -
1797.08/1797.45	c   strong branching :     967.50        243     136393     561.29     140.98
1797.08/1797.45	c     (at root node) :          -         26      12236     470.62          -
1797.08/1797.45	c   conflict analysis:       0.00          0          0       0.00          -
1797.08/1797.45	c B&B Tree           :
1797.08/1797.45	c   number of runs   :          1
1797.08/1797.45	c   nodes            :         20
1797.08/1797.45	c   nodes (total)    :         20
1797.08/1797.45	c   nodes left       :         21
1797.08/1797.45	c   max depth        :         14
1797.08/1797.45	c   max depth (total):         14
1797.08/1797.45	c   backtracks       :          1 (5.0%)
1797.08/1797.45	c   delayed cutoffs  :          0
1797.08/1797.45	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.08/1797.45	c   avg switch length:       1.65
1797.08/1797.45	c   switching time   :       0.33
1797.08/1797.45	c Solution           :
1797.08/1797.45	c   Solutions found  :          0 (0 improvements)
1797.08/1797.45	c   Primal Bound     :          -
1797.08/1797.45	c   Dual Bound       : +0.00000000000000e+00
1797.08/1797.45	c   Gap              :   infinite
1797.08/1797.45	c   Root Dual Bound  : +0.00000000000000e+00
1797.08/1797.45	c   Root Iterations  :       8590
1797.87/1798.27	c Time complete: 1797.94.

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-3691802-1338041146/watcher-3691802-1338041146 -o /tmp/evaluation-result-3691802-1338041146/solver-3691802-1338041146 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691802-1338041146.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 2.00 3/176 31569
/proc/meminfo: memFree=20690888/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=12028 CPUtime=0 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 1755 0 0 0 0 0 0 0 20 0 1 0 270243139 12316672 1709 33554432000 4194304 10219143 140736599546624 140734490454680 8891101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 3007 1718 398 1471 0 1527 0

[startup+0.0261231 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31569
/proc/meminfo: memFree=20690888/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=17220 CPUtime=0.01 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 3050 0 0 0 1 0 0 0 20 0 1 0 270243139 17633280 3004 33554432000 4194304 10219143 140736599546624 140734490454680 9029200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 4305 3004 419 1471 0 2825 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17220

[startup+0.100251 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31569
/proc/meminfo: memFree=20690888/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=29248 CPUtime=0.08 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 6065 0 0 0 8 0 0 0 20 0 1 0 270243139 29949952 6019 33554432000 4194304 10219143 140736599546624 140734490454680 8735008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 7312 6019 419 1471 0 5832 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29248

[startup+0.30025 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31569
/proc/meminfo: memFree=20690888/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=65132 CPUtime=0.29 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 15027 0 0 0 27 2 0 0 20 0 1 0 270243139 66695168 14981 33554432000 4194304 10219143 140736599546624 140736599411336 7123520 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 16283 14981 419 1471 0 14803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65132

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 31569
/proc/meminfo: memFree=20690888/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=130980 CPUtime=0.69 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 31433 0 0 0 63 6 0 0 20 0 1 0 270243139 134123520 31387 33554432000 4194304 10219143 140736599546624 140736599411336 8904885 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 32745 31387 419 1471 0 31265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130980

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31570
/proc/meminfo: memFree=20437780/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=388904 CPUtime=1.49 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 93815 0 0 0 129 20 0 0 20 0 1 0 270243139 398237696 93742 33554432000 4194304 10219143 140736599546624 140736599543624 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 97226 93742 559 1471 0 95746 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 388904

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31570
/proc/meminfo: memFree=20304852/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=409644 CPUtime=3.08 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 131236 0 0 0 267 41 0 0 20 0 1 0 270243139 419475456 98460 33554432000 4194304 10219143 140736599546624 140736599543624 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 102411 98460 592 1471 0 100931 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 409644

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31570
/proc/meminfo: memFree=20132264/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=895136 CPUtime=6.29 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 187648 0 0 0 555 74 0 0 20 0 1 0 270243139 916619264 205019 33554432000 4194304 10219143 140736599546624 140736599539880 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 223784 205019 742 1471 0 222304 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 895136

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31570
/proc/meminfo: memFree=19830352/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=858440 CPUtime=12.68 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 195405 0 0 0 1189 79 0 0 20 0 1 0 270243139 879042560 209438 33554432000 4194304 10219143 140736599546624 140736599542984 8051272 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 214610 209438 787 1471 0 213130 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 858440

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31570
/proc/meminfo: memFree=19755372/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=978968 CPUtime=25.49 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 205125 0 0 0 2464 85 0 0 20 0 1 0 270243139 1002463232 239703 33554432000 4194304 10219143 140736599546624 140736599540264 8091456 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 244742 239703 787 1471 0 243262 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 978968

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 31570
/proc/meminfo: memFree=19760548/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=962096 CPUtime=51.08 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 212630 0 0 0 5016 92 0 0 20 0 1 0 270243139 985186304 232928 33554432000 4194304 10219143 140736599546624 140736599539800 8056755 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 240524 232928 790 1471 0 239044 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 962096

[startup+102.307 s]
/proc/loadavg: 3.07 2.25 2.08 2/178 31571
/proc/meminfo: memFree=7236192/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=961880 CPUtime=102.28 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 214950 0 0 0 10132 96 0 0 20 0 1 0 270243139 984965120 232928 33554432000 4194304 10219143 140736599546624 140736599540072 8056746 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 240470 232928 790 1471 0 238990 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 961880

[startup+162.3 s]
/proc/loadavg: 4.50 2.81 2.28 2/178 31572
/proc/meminfo: memFree=2996516/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=954724 CPUtime=162.27 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 235367 0 0 0 16117 110 0 0 20 0 1 0 270243139 977637376 227962 33554432000 4194304 10219143 140736599546624 140736599539752 8077296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 238681 227962 795 1471 0 237201 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 954724

[startup+222.3 s]
/proc/loadavg: 4.85 3.22 2.45 3/178 31572
/proc/meminfo: memFree=200360/32873844 swapFree=7100/7100
[pid=31569] ppid=31567 vsize=936892 CPUtime=222.26 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 260976 0 0 0 22095 131 0 0 20 0 1 0 270243139 959377408 225157 33554432000 4194304 10219143 140736599546624 140736599540072 7638797 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 234223 225157 795 1471 0 232743 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 936892

[startup+282.3 s]
/proc/loadavg: 5.28 3.62 2.64 2/181 31575
/proc/meminfo: memFree=466616/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=954664 CPUtime=282.22 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 298508 0 0 0 28057 165 0 0 20 0 1 0 270243139 977575936 227325 33554432000 4194304 10219143 140736599546624 140736599540456 7956090 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 238666 227325 795 1471 0 237186 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 954664

[startup+342.3 s]
/proc/loadavg: 4.11 3.65 2.71 3/178 31613
/proc/meminfo: memFree=28403360/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=987316 CPUtime=342.21 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 322936 0 0 0 34037 184 0 0 20 0 1 0 270243139 1011011584 234879 33554432000 4194304 10219143 140736599546624 140736599540072 7750281 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 246829 234879 795 1471 0 245349 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 987316

[startup+402.3 s]
/proc/loadavg: 2.77 3.35 2.66 3/177 31613
/proc/meminfo: memFree=28382832/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=954808 CPUtime=402.2 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 342310 0 0 0 40021 199 0 0 20 0 1 0 270243139 977723392 227910 33554432000 4194304 10219143 140736599546624 140736599540072 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 238702 227910 795 1471 0 237222 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 954808

[startup+462.3 s]
/proc/loadavg: 2.28 3.10 2.62 3/177 31614
/proc/meminfo: memFree=28361040/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=958564 CPUtime=462.2 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 356998 0 0 0 46007 213 0 0 20 0 1 0 270243139 981569536 231314 33554432000 4194304 10219143 140736599546624 140736599539336 8077160 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 239641 231314 795 1471 0 238161 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 958564

[startup+522.3 s]
/proc/loadavg: 2.10 2.90 2.58 3/177 31614
/proc/meminfo: memFree=28363724/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=961992 CPUtime=522.19 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 369762 0 0 0 51994 225 0 0 20 0 1 0 270243139 985079808 234328 33554432000 4194304 10219143 140736599546624 140736599540120 8056766 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 240498 234328 795 1471 0 239018 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 961992

[startup+582.308 s]
/proc/loadavg: 2.09 2.75 2.54 3/177 31614
/proc/meminfo: memFree=28371452/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=958416 CPUtime=582.18 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 379879 0 0 0 57980 238 0 0 20 0 1 0 270243139 981417984 230732 33554432000 4194304 10219143 140736599546624 140736599540456 7956090 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 239604 230732 795 1471 0 238124 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 958416

[startup+642.3 s]

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

/proc/meminfo: memFree=28368420/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=990588 CPUtime=1062.09 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 511001 0 0 0 105832 377 0 0 20 0 1 0 270243139 1014362112 237144 33554432000 4194304 10219143 140736599546624 140736599540072 7639976 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 247647 237144 795 1471 0 246167 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 990588

[startup+1122.3 s]
/proc/loadavg: 2.02 2.12 2.29 3/177 31619
/proc/meminfo: memFree=28311556/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1018236 CPUtime=1122.08 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 526675 0 0 0 111816 392 0 0 20 0 1 0 270243139 1042673664 244284 33554432000 4194304 10219143 140736599546624 140736599539880 7639976 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 254559 244284 795 1471 0 253079 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1018236

[startup+1182.3 s]
/proc/loadavg: 2.01 2.10 2.27 3/177 31619
/proc/meminfo: memFree=28291804/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=986856 CPUtime=1182.07 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 529279 0 0 0 117809 398 0 0 20 0 1 0 270243139 1010540544 240045 33554432000 4194304 10219143 140736599546624 140736599539880 7750255 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 246714 240045 796 1471 0 245234 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 986856

[startup+1242.31 s]
/proc/loadavg: 2.00 2.08 2.25 3/178 31620
/proc/meminfo: memFree=28257572/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1242.06 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 530344 0 0 0 123803 403 0 0 20 0 1 0 270243139 1057837056 255792 33554432000 4194304 10219143 140736599546624 140736599540264 8057440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 255792 798 1471 0 256781 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1033044

[startup+1302.3 s]
/proc/loadavg: 2.00 2.06 2.23 3/177 31620
/proc/meminfo: memFree=28257668/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1302.05 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531089 0 0 0 129800 405 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 7999882 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 1033044

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.21 3/177 31620
/proc/meminfo: memFree=28248576/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1362.04 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531089 0 0 0 135795 409 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 7638819 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 1033044

[startup+1422.3 s]
/proc/loadavg: 2.00 2.04 2.20 3/177 31621
/proc/meminfo: memFree=28228220/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1422.03 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531089 0 0 0 141790 413 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 8056857 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1033044

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.18 3/178 31624
/proc/meminfo: memFree=28239564/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1482.03 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531089 0 0 0 147787 416 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599540264 8891081 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1033044

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.17 3/177 31624
/proc/meminfo: memFree=28247576/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1542.02 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531089 0 0 0 153784 418 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 8057394 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1033044

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 2.17 3/177 31624
/proc/meminfo: memFree=28223436/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1602.01 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531089 0 0 0 159781 420 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 8057420 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1033044

[startup+1662.3 s]
/proc/loadavg: 2.07 2.05 2.16 3/177 31624
/proc/meminfo: memFree=28248880/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1661.99 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531089 0 0 0 165777 422 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 7638819 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1033044

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 2.15 3/177 31625
/proc/meminfo: memFree=28189004/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1721.98 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531089 0 0 0 171774 424 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 1033044

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.14 3/177 31625
/proc/meminfo: memFree=28244476/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1781.98 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531090 0 0 0 177772 426 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 7638806 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1033044

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

[startup+1787 s]
/proc/loadavg: 2.02 2.04 2.14 3/177 31625
/proc/meminfo: memFree=28244532/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1786.67 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531090 0 0 0 178241 426 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539144 8057386 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1786.67
Current children cumulated vsize (KiB) 1033044

[startup+1793.41 s]
/proc/loadavg: 2.02 2.04 2.14 3/177 31625
/proc/meminfo: memFree=28242608/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1793.09 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531090 0 0 0 178882 427 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 8000537 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1793.09
Current children cumulated vsize (KiB) 1033044

[startup+1796.6 s]
/proc/loadavg: 2.02 2.04 2.14 3/177 31625
/proc/meminfo: memFree=28240556/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1796.28 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531090 0 0 0 179201 427 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 8891060 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1796.28
Current children cumulated vsize (KiB) 1033044

[startup+1797.4 s]
/proc/loadavg: 2.02 2.04 2.14 3/177 31625
/proc/meminfo: memFree=28240556/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1033044 CPUtime=1797.08 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531090 0 0 0 179281 427 0 0 20 0 1 0 270243139 1057837056 256537 33554432000 4194304 10219143 140736599546624 140736599539800 8057386 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258261 256537 798 1471 0 256781 0
Current children cumulated CPU time (s) 1797.08
Current children cumulated vsize (KiB) 1033044

[startup+1797.81 s]
/proc/loadavg: 2.02 2.04 2.14 3/177 31625
/proc/meminfo: memFree=28240556/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=1032784 CPUtime=1797.48 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531102 0 0 0 179321 427 0 0 20 0 1 0 270243139 1057570816 256484 33554432000 4194304 10219143 140736599546624 140736599539800 5717661 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 258196 256484 810 1471 0 256716 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (KiB) 1032784

[startup+1798.2 s]
/proc/loadavg: 2.02 2.04 2.14 3/177 31625
/proc/meminfo: memFree=28240556/32873844 swapFree=7108/7108
[pid=31569] ppid=31567 vsize=763180 CPUtime=1797.87 cores=1,3,5,7
/proc/31569/stat : 31569 (scip-2.1.1.4exp) R 31567 31569 29021 0 -1 4202496 531102 0 0 0 179359 428 0 0 20 0 1 0 270243139 781496320 189244 33554432000 4194304 10219143 140736599546624 140736599539800 5347035 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31569/statm: 190795 189244 810 1471 0 189315 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 763180

Child status: 0
Real time (s): 1798.27
CPU time (s): 1797.96
CPU user time (s): 1793.66
CPU system time (s): 4.29935
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 1033044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.66
system time used= 4.29935
maximum resident set size= 1026188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531115
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 1852

runsolver used 6.81896 second user time and 12.5731 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-26 16:05:46
IDJOB=3691802
IDBENCH=89728
IDSOLVER=2271
FILE ID=node102/3691802-1338041146
RUNJOBID= node102-1338028547-30351
PBS_JOBID= 14624369
Free space on /tmp= 71236 MiB

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

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1392673541

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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:       32873844 kB
MemFree:        20691524 kB
Buffers:          247316 kB
Cached:          2748040 kB
SwapCached:            0 kB
Active:          9587112 kB
Inactive:        1790888 kB
Active(anon):    8385192 kB
Inactive(anon):        0 kB
Active(file):    1201920 kB
Inactive(file):  1790888 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             25648 kB
Writeback:             0 kB
AnonPages:       8514172 kB
Mapped:            16616 kB
Shmem:               200 kB
Slab:             641592 kB
SReclaimable:      83772 kB
SUnreclaim:       557820 kB
KernelStack:        1472 kB
PageTables:        25856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8698572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71512 MiB
End job on node102 at 2012-05-26 16:35:44