Trace number 3691799

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.31 1797.59

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-61.opb
MD5SUM242cdc00579036e1487a0255b4e1d84c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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-3691799-1338040919.opb>
0.58/0.65	c original problem has 10086 variables (10086 bin, 0 int, 0 impl, 0 cont) and 226240 constraints
0.58/0.65	c problem read in 0.65
0.58/0.65	c No objective function, only one solution is needed.
0.58/0.65	c presolving settings loaded
0.89/0.96	c presolving:
2.89/2.98	c (round 1) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 107014 impls, 366 clqs
3.59/3.65	c (round 2) 1 del vars, 18 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226272 upgd conss, 107014 impls, 366 clqs
4.09/4.13	c (round 3) 1 del vars, 62 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226272 upgd conss, 107014 impls, 366 clqs
4.89/4.98	c presolving (4 rounds):
4.89/4.98	c  1 deleted vars, 70 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
4.89/4.98	c  107014 implications, 366 cliques
4.89/4.98	c presolved problem has 10085 variables (10085 bin, 0 int, 0 impl, 0 cont) and 226170 constraints
4.89/4.98	c   22570 constraints of type <knapsack>
4.89/4.98	c   48174 constraints of type <setppc>
4.89/4.98	c       2 constraints of type <linear>
4.89/4.98	c  155424 constraints of type <logicor>
4.89/4.98	c transformed objective value is always integral (scale: 1)
4.89/4.98	c Presolving Time: 4.04
4.89/4.98	c - non default parameters ----------------------------------------------------------------------
4.89/4.98	c # SCIP version 2.1.1.4
4.89/4.98	c 
4.89/4.98	c # maximal time in seconds to run
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.98	c limits/time = 1797
4.89/4.98	c 
4.89/4.98	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.89/4.98	c limits/memory = 13950
4.89/4.98	c 
4.89/4.98	c # solving stops, if the given number of solutions were found (-1: no limit)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.98	c limits/solutions = 1
4.89/4.98	c 
4.89/4.98	c # maximal number of separation rounds per node (-1: unlimited)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 5]
4.89/4.98	c separating/maxrounds = 1
4.89/4.98	c 
4.89/4.98	c # maximal number of separation rounds in the root node (-1: unlimited)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.98	c separating/maxroundsroot = 5
4.89/4.98	c 
4.89/4.98	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.89/4.98	c # [type: int, range: [1,2], default: 1]
4.89/4.98	c timing/clocktype = 2
4.89/4.98	c 
4.89/4.98	c # belongs reading time to solving time?
4.89/4.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.89/4.98	c timing/reading = TRUE
4.89/4.98	c 
4.89/4.98	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.89/4.98	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.89/4.98	c constraints/knapsack/disaggregation = FALSE
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.98	c heuristics/coefdiving/freq = -1
4.89/4.98	c 
4.89/4.98	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.98	c heuristics/coefdiving/maxlpiterquot = 0.075
4.89/4.98	c 
4.89/4.98	c # additional number of allowed LP iterations
4.89/4.98	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.98	c heuristics/coefdiving/maxlpiterofs = 1500
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 30]
4.89/4.98	c heuristics/crossover/freq = -1
4.89/4.98	c 
4.89/4.98	c # number of nodes added to the contingent of the total nodes
4.89/4.98	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.89/4.98	c heuristics/crossover/nodesofs = 750
4.89/4.98	c 
4.89/4.98	c # number of nodes without incumbent change that heuristic should wait
4.89/4.98	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.89/4.98	c heuristics/crossover/nwaitingnodes = 100
4.89/4.98	c 
4.89/4.98	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.89/4.98	c # [type: real, range: [0,1], default: 0.1]
4.89/4.98	c heuristics/crossover/nodesquot = 0.15
4.89/4.98	c 
4.89/4.98	c # minimum percentage of integer variables that have to be fixed 
4.89/4.98	c # [type: real, range: [0,1], default: 0.666]
4.89/4.98	c heuristics/crossover/minfixingrate = 0.5
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.98	c heuristics/feaspump/freq = -1
4.89/4.98	c 
4.89/4.98	c # additional number of allowed LP iterations
4.89/4.98	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.98	c heuristics/feaspump/maxlpiterofs = 2000
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.98	c heuristics/fracdiving/freq = -1
4.89/4.98	c 
4.89/4.98	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.98	c heuristics/fracdiving/maxlpiterquot = 0.075
4.89/4.98	c 
4.89/4.98	c # additional number of allowed LP iterations
4.89/4.98	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.98	c heuristics/fracdiving/maxlpiterofs = 1500
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.98	c heuristics/guideddiving/freq = -1
4.89/4.98	c 
4.89/4.98	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.98	c heuristics/guideddiving/maxlpiterquot = 0.075
4.89/4.98	c 
4.89/4.98	c # additional number of allowed LP iterations
4.89/4.98	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.98	c heuristics/guideddiving/maxlpiterofs = 1500
4.89/4.98	c 
4.89/4.98	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.98	c heuristics/intdiving/maxlpiterquot = 0.075
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.98	c heuristics/intshifting/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.98	c heuristics/linesearchdiving/freq = -1
4.89/4.98	c 
4.89/4.98	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.98	c heuristics/linesearchdiving/maxlpiterquot = 0.075
4.89/4.98	c 
4.89/4.98	c # additional number of allowed LP iterations
4.89/4.98	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.98	c heuristics/linesearchdiving/maxlpiterofs = 1500
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.98	c heuristics/objpscostdiving/freq = -1
4.89/4.98	c 
4.89/4.98	c # maximal fraction of diving LP iterations compared to total iteration number
4.89/4.98	c # [type: real, range: [0,1], default: 0.01]
4.89/4.98	c heuristics/objpscostdiving/maxlpiterquot = 0.015
4.89/4.98	c 
4.89/4.98	c # additional number of allowed LP iterations
4.89/4.98	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.98	c heuristics/objpscostdiving/maxlpiterofs = 1500
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.98	c heuristics/oneopt/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.98	c heuristics/pscostdiving/freq = -1
4.89/4.98	c 
4.89/4.98	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.98	c heuristics/pscostdiving/maxlpiterquot = 0.075
4.89/4.98	c 
4.89/4.98	c # additional number of allowed LP iterations
4.89/4.98	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.98	c heuristics/pscostdiving/maxlpiterofs = 1500
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.98	c heuristics/rens/freq = -1
4.89/4.98	c 
4.89/4.98	c # minimum percentage of integer variables that have to be fixable 
4.89/4.98	c # [type: real, range: [0,1], default: 0.5]
4.89/4.98	c heuristics/rens/minfixingrate = 0.3
4.89/4.98	c 
4.89/4.98	c # number of nodes added to the contingent of the total nodes
4.89/4.98	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.89/4.98	c heuristics/rens/nodesofs = 2000
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 20]
4.89/4.98	c heuristics/rootsoldiving/freq = -1
4.89/4.98	c 
4.89/4.98	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.89/4.98	c heuristics/rootsoldiving/maxlpiterquot = 0.015
4.89/4.98	c 
4.89/4.98	c # additional number of allowed LP iterations
4.89/4.98	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.98	c heuristics/rootsoldiving/maxlpiterofs = 1500
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.98	c heuristics/rounding/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.98	c heuristics/shiftandpropagate/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.98	c heuristics/shifting/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.98	c heuristics/simplerounding/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.98	c heuristics/subnlp/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.98	c heuristics/trivial/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.98	c heuristics/trysol/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.98	c heuristics/undercover/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 10]
4.89/4.98	c heuristics/veclendiving/freq = -1
4.89/4.98	c 
4.89/4.98	c # maximal fraction of diving LP iterations compared to node LP iterations
4.89/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.89/4.98	c heuristics/veclendiving/maxlpiterquot = 0.075
4.89/4.98	c 
4.89/4.98	c # additional number of allowed LP iterations
4.89/4.98	c # [type: int, range: [0,2147483647], default: 1000]
4.89/4.98	c heuristics/veclendiving/maxlpiterofs = 1500
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.98	c heuristics/zirounding/freq = -1
4.89/4.98	c 
4.89/4.98	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.98	c propagating/probing/maxprerounds = 0
4.89/4.98	c 
4.89/4.98	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.98	c separating/cmir/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 0]
4.89/4.98	c separating/flowcover/freq = -1
4.89/4.98	c 
4.89/4.98	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: -1]
4.89/4.98	c separating/rapidlearning/freq = 0
4.89/4.98	c 
4.89/4.98	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
4.89/4.98	c # [type: int, range: [-1,2147483647], default: 1]
4.89/4.98	c heuristics/indoneopt/freq = -1
4.89/4.98	c 
4.89/4.98	c -----------------------------------------------------------------------------------------------
4.89/4.98	c start solving
4.89/4.99	c 
8.09/8.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.09/8.13	c   8.1s|     1 |     0 |  2872 |     - | 371M|   0 | 668 |  10k| 226k|  10k| 226k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.48/10.51	c  10.5s|     1 |     0 |  3392 |     - | 371M|   0 |1009 |  10k| 226k|  10k| 226k|  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.89/13.93	c  13.9s|     1 |     0 |  4869 |     - | 371M|   0 |2074 |  10k| 226k|  10k| 226k|  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
17.88/17.97	c  18.0s|     1 |     0 |  6072 |     - | 373M|   0 |2175 |  10k| 226k|  10k| 226k|  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
20.99/21.08	c  21.1s|     1 |     0 |  6546 |     - | 374M|   0 |2542 |  10k| 226k|  10k| 226k|  63 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
25.49/25.52	c  25.5s|     1 |     0 |  7154 |     - | 376M|   0 |2976 |  10k| 226k|  10k| 226k|  77 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
107.17/107.21	c   107s|     1 |     2 |  7154 |     - | 376M|   0 |2976 |  10k| 226k|  10k| 226k|  77 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
1204.10/1204.35	c  1204s|   100 |    81 |106232 |1000.8 | 385M|  27 |2460 |  10k| 226k|  10k| 226k|  77 |  25 | 272 | 0.000000e+00 |      --      |    Inf 
1703.83/1704.12	c  1704s|   200 |   120 |179191 | 864.5 | 388M|  38 |2555 |  10k| 226k|  10k| 226k|  77 | 101 | 336 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.05	c 
1796.70/1797.05	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.05	c Solving Time (sec) : 1797.05
1796.70/1797.05	c Solving Nodes      : 208
1796.70/1797.05	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.05	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.05	c Gap                : infinite
1796.70/1797.05	s UNKNOWN
1796.70/1797.05	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.05	c Total Time         :    1797.05
1796.70/1797.05	c   solving          :    1797.05
1796.70/1797.05	c   presolving       :       4.04 (included in solving)
1796.70/1797.05	c   reading          :       0.65 (included in solving)
1796.70/1797.05	c   copying          :       0.00 (0 times copied the problem)
1796.70/1797.05	c Original Problem   :
1796.70/1797.05	c   Problem name     : HOME/instance-3691799-1338040919.opb
1796.70/1797.05	c   Variables        : 10086 (10086 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.05	c   Constraints      : 226240 initial, 226240 maximal
1796.70/1797.05	c   Objective sense  : minimize
1796.70/1797.05	c Presolved Problem  :
1796.70/1797.05	c   Problem name     : t_HOME/instance-3691799-1338040919.opb
1796.70/1797.05	c   Variables        : 10085 (10085 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.05	c   Constraints      : 226170 initial, 226268 maximal
1796.70/1797.05	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.05	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   gateextraction   :       0.06       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   components       :       0.09       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   knapsack         :       0.15       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.05	c   setppc           :       0.22       0.00          0          0          0          0          0         44          0          0          0
1796.70/1797.05	c   linear           :       1.86       0.11          0          1          0          0          0         10          0          9          0
1796.70/1797.05	c   logicor          :       1.07       0.41          0          0          0          0          0         16          0          0          0
1796.70/1797.05	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.05	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.05	c   integral         :          0          0          0          0        190          0          1          0          0         11          0          0        366
1796.70/1797.05	c   knapsack         :      22570      22570          5        592          0          1          0         34          1        719         66          0          0
1796.70/1797.05	c   setppc           :      48174      48174          5        591          0          1          0       1460          2      13852          0          0          0
1796.70/1797.05	c   linear           :          2          2          5        589          0          1          0          0          0          0          0          0          0
1796.70/1797.05	c   logicor          :     155424+    155522          5        373          0          1          0         99          5       3820          0          0          0
1796.70/1797.05	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.05	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.05	c   integral         :     997.66       0.00       0.00       0.00     997.66       0.00       0.00       0.00
1796.70/1797.05	c   knapsack         :       0.50       0.00       0.14       0.35       0.00       0.01       0.00       0.00
1796.70/1797.05	c   setppc           :       0.27       0.00       0.01       0.26       0.00       0.00       0.00       0.00
1796.70/1797.05	c   linear           :       0.11       0.11       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.05	c   logicor          :       0.58       0.41       0.03       0.13       0.00       0.02       0.00       0.00
1796.70/1797.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.05	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.05	c   rootredcost      :          0          0          0          0
1796.70/1797.05	c   pseudoobj        :          0          0          0          0
1796.70/1797.05	c   vbounds          :          0          0          0          0
1796.70/1797.05	c   redcost          :        195          0          0          0
1796.70/1797.05	c   probing          :          0          0          0          0
1796.70/1797.05	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.05	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.05	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.05	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.05	c   redcost          :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.05	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.05	c   propagation      :       0.00          8          8         26       13.5          8        2.4          -
1796.70/1797.05	c   infeasible LP    :       0.08         17         17        205       42.1          2        8.5          0
1796.70/1797.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.05	c   applied globally :          -          -          -        101       32.0          -          -          -
1796.70/1797.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.05	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.05	c   cut pool         :       0.00                     4          -          -         63          -    (maximal pool size: 754)
1796.70/1797.05	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.70/1797.05	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   gomory           :       1.60       0.00          5          0          0        250          0
1796.70/1797.05	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   strongcg         :       5.82       0.00          5          0          0       2500          0
1796.70/1797.05	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   clique           :       0.30       0.00          5          0          0         40          0
1796.70/1797.05	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   mcf              :       0.40       0.00          1          0          0          0          0
1796.70/1797.05	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.05	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.05	c   problem variables:       0.00          -          0          0
1796.70/1797.05	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.05	c   relpscost        :     997.66       0.00        190          0         11          0          0        366
1796.70/1797.05	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.05	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.05	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.05	c   LP solutions     :       0.00          -          -          0
1796.70/1797.05	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.05	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.05	c   trivial          :       0.00       0.00          1          0
1796.70/1797.05	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.05	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.05	c   zirounding       :       0.00       0.00          0          0
1796.70/1797.05	c   rounding         :       0.00       0.00          0          0
1796.70/1797.05	c   shifting         :       0.00       0.00          0          0
1796.70/1797.05	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.05	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.05	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.05	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.05	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.05	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.05	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.05	c   clique           :       0.00       0.00          0          0
1796.70/1797.05	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.05	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.05	c   coefdiving       :       0.00       0.00          0          0
1796.70/1797.05	c   pscostdiving     :       0.00       0.00          0          0
1796.70/1797.05	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.05	c   fracdiving       :       0.00       0.00          0          0
1796.70/1797.05	c   veclendiving     :       0.00       0.00          0          0
1796.70/1797.05	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.05	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.05	c   objpscostdiving  :       0.00       0.00          0          0
1796.70/1797.05	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.05	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.05	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.05	c   octane           :       0.00       0.00          0          0
1796.70/1797.05	c   rens             :       0.00       0.00          0          0
1796.70/1797.05	c   rins             :       0.00       0.00          0          0
1796.70/1797.05	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.05	c   mutation         :       0.00       0.00          0          0
1796.70/1797.05	c   crossover        :       0.00       0.00          0          0
1796.70/1797.05	c   dins             :       0.00       0.00          0          0
1796.70/1797.05	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.05	c   undercover       :       0.00       0.00          0          0
1796.70/1797.05	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.05	c   trysol           :       0.00       0.00          0          0
1796.70/1797.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.05	c   primal LP        :       0.12          1          0       0.00       0.00       0.12          1
1796.70/1797.05	c   dual LP          :     778.88        213     193114     906.64     247.94       0.00          0
1796.70/1797.05	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.05	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.05	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.05	c   strong branching :     997.41        352     222157     631.13     222.73
1796.70/1797.05	c     (at root node) :          -         33      22220     673.33          -
1796.70/1797.05	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.05	c B&B Tree           :
1796.70/1797.05	c   number of runs   :          1
1796.70/1797.05	c   nodes            :        208
1796.70/1797.05	c   nodes (total)    :        208
1796.70/1797.05	c   nodes left       :        128
1796.70/1797.05	c   max depth        :         38
1796.70/1797.05	c   max depth (total):         38
1796.70/1797.05	c   backtracks       :         35 (16.8%)
1796.70/1797.05	c   delayed cutoffs  :         33
1796.70/1797.05	c   repropagations   :        101 (442 domain reductions, 3 cutoffs)
1796.70/1797.05	c   avg switch length:       3.00
1796.70/1797.05	c   switching time   :       0.69
1796.70/1797.05	c Solution           :
1796.70/1797.05	c   Solutions found  :          0 (0 improvements)
1796.70/1797.05	c   Primal Bound     :          -
1796.70/1797.05	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.05	c   Gap              :   infinite
1796.70/1797.05	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.05	c   Root Iterations  :       7154
1797.21/1797.59	c Time complete: 1797.3.

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-3691799-1338040919/watcher-3691799-1338040919 -o /tmp/evaluation-result-3691799-1338040919/solver-3691799-1338040919 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691799-1338040919.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 2.00 3/177 8203
/proc/meminfo: memFree=27202488/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=12840 CPUtime=0 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 1955 0 0 0 0 0 0 0 20 0 1 0 270216329 13148160 1909 33554432000 4194304 10219143 140734859312304 140736083671080 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 3210 1909 419 1471 0 1730 0

[startup+0.0544579 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8203
/proc/meminfo: memFree=27202488/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=22604 CPUtime=0.04 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 4411 0 0 0 4 0 0 0 20 0 1 0 270216329 23146496 4365 33554432000 4194304 10219143 140734859312304 140736083671080 4488752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 5651 4365 419 1471 0 4171 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22604

[startup+0.100331 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8203
/proc/meminfo: memFree=27202488/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=29436 CPUtime=0.08 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 6112 0 0 0 8 0 0 0 20 0 1 0 270216329 30142464 6066 33554432000 4194304 10219143 140734859312304 140736083671080 8773312 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 7359 6066 419 1471 0 5879 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29436

[startup+0.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8203
/proc/meminfo: memFree=27202488/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=65120 CPUtime=0.29 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 15024 0 0 0 27 2 0 0 20 0 1 0 270216329 66682880 14978 33554432000 4194304 10219143 140734859312304 140736083671080 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 16280 14978 419 1471 0 14800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65120

[startup+0.700167 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8203
/proc/meminfo: memFree=27202488/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=155652 CPUtime=0.69 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 37383 0 0 0 65 4 0 0 20 0 1 0 270216329 159387648 37311 33554432000 4194304 10219143 140734859312304 140734859177480 7589947 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 38913 37339 472 1471 0 37433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 155652

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8204
/proc/meminfo: memFree=26902036/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=314272 CPUtime=1.49 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 76258 0 0 0 88 61 0 0 20 0 1 0 270216329 321814528 76185 33554432000 4194304 10219143 140734859312304 140734859309304 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 78568 76185 559 1471 0 77088 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 314272

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8204
/proc/meminfo: memFree=26867716/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=336140 CPUtime=3.09 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 105824 0 0 0 115 194 0 0 20 0 1 0 270216329 344207360 81282 33554432000 4194304 10219143 140734859312304 140734859309304 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 84035 81282 593 1471 0 82555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336140

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8204
/proc/meminfo: memFree=26685180/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=735268 CPUtime=6.29 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 156027 0 0 0 313 316 0 0 20 0 1 0 270216329 752914432 171950 33554432000 4194304 10219143 140734859312304 140734859307560 8091640 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 183817 171950 745 1471 0 182337 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 735268

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8204
/proc/meminfo: memFree=26464980/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=765116 CPUtime=12.69 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 162342 0 0 0 933 336 0 0 20 0 1 0 270216329 783478784 185576 33554432000 4194304 10219143 140734859312304 140734859305560 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 191279 185576 787 1471 0 189799 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 765116

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8204
/proc/meminfo: memFree=26465360/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=779472 CPUtime=25.49 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 166384 0 0 0 2193 356 0 0 20 0 1 0 270216329 798179328 184860 33554432000 4194304 10219143 140734859312304 140734859305288 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 194868 184860 787 1471 0 193388 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 779472

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8204
/proc/meminfo: memFree=26443456/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=784376 CPUtime=51.08 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 167265 0 0 0 4749 359 0 0 20 0 1 0 270216329 803201024 190340 33554432000 4194304 10219143 140734859312304 140734859305752 7956100 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 196094 190340 790 1471 0 194614 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 784376

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8205
/proc/meminfo: memFree=26440728/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=784376 CPUtime=102.28 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 167397 0 0 0 9865 363 0 0 20 0 1 0 270216329 803201024 190472 33554432000 4194304 10219143 140734859312304 140734859305752 8090864 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 196094 190472 790 1471 0 194614 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 784376

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8205
/proc/meminfo: memFree=26349760/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=792960 CPUtime=162.26 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 169801 0 0 0 15857 369 0 0 20 0 1 0 270216329 811991040 191248 33554432000 4194304 10219143 140734859312304 140734859306136 7954733 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 198240 191248 795 1471 0 196760 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 792960

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 8205
/proc/meminfo: memFree=26314564/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=794736 CPUtime=222.25 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 172985 0 0 0 21850 375 0 0 20 0 1 0 270216329 813809664 192296 33554432000 4194304 10219143 140734859312304 140734859305016 8056857 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 198684 192296 795 1471 0 197204 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 794736

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8205
/proc/meminfo: memFree=26313860/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=794416 CPUtime=282.25 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 175913 0 0 0 27844 381 0 0 20 0 1 0 270216329 813481984 192318 33554432000 4194304 10219143 140734859312304 140734859305016 8056852 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 198604 192318 795 1471 0 197124 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 794416

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8205
/proc/meminfo: memFree=26333500/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=758984 CPUtime=342.24 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 192141 0 0 0 33830 394 0 0 20 0 1 0 270216329 777199616 184237 33554432000 4194304 10219143 140734859312304 140734859305048 8056775 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 189746 184237 795 1471 0 188266 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 758984

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8205
/proc/meminfo: memFree=26313400/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=758984 CPUtime=402.23 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 218714 0 0 0 39810 413 0 0 20 0 1 0 270216329 777199616 184237 33554432000 4194304 10219143 140734859312304 140734859305752 8056848 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 189746 184237 795 1471 0 188266 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 758984

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8244
/proc/meminfo: memFree=27368284/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=811084 CPUtime=462.22 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 251239 0 0 0 45789 433 0 0 20 0 1 0 270216329 830550016 191245 33554432000 4194304 10219143 140734859312304 140734859305752 8931182 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 202771 191245 795 1471 0 201291 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 811084

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8247
/proc/meminfo: memFree=27350196/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=773004 CPUtime=522.21 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 310330 0 0 0 51757 464 0 0 20 0 1 0 270216329 791556096 186131 33554432000 4194304 10219143 140734859312304 140734859305016 8056857 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 193251 186131 795 1471 0 191771 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 773004

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8247
/proc/meminfo: memFree=27339816/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=786080 CPUtime=582.19 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 346950 0 0 0 57733 486 0 0 20 0 1 0 270216329 804945920 189882 33554432000 4194304 10219143 140734859312304 140734859305752 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 196520 189882 795 1471 0 195040 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 786080

[startup+642.3 s]

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

/proc/meminfo: memFree=27246852/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=864264 CPUtime=1062.12 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 454881 0 0 0 105632 580 0 0 20 0 1 0 270216329 885006336 211463 33554432000 4194304 10219143 140734859312304 140734859305560 8024978 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 216066 211463 804 1471 0 214586 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 864264

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 8252
/proc/meminfo: memFree=27266032/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=796828 CPUtime=1122.11 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 469329 0 0 0 111619 592 0 0 20 0 1 0 270216329 815951872 194201 33554432000 4194304 10219143 140734859312304 140734859306136 7955929 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 199207 194201 804 1471 0 197727 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 796828

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8252
/proc/meminfo: memFree=27303572/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=819000 CPUtime=1182.1 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 503209 0 0 0 117597 613 0 0 20 0 1 0 270216329 838656000 202246 33554432000 4194304 10219143 140734859312304 140734859305560 7638771 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 204750 202246 804 1471 0 203270 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 819000

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8252
/proc/meminfo: memFree=27220656/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=855872 CPUtime=1242.09 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 512299 0 0 0 123588 621 0 0 20 0 1 0 270216329 876412928 212911 33554432000 4194304 10219143 140734859312304 140734859305560 8107856 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 213968 212911 804 1471 0 212488 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 855872

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8252
/proc/meminfo: memFree=27279912/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=813436 CPUtime=1302.09 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 535259 0 0 0 129574 635 0 0 20 0 1 0 270216329 832958464 201847 33554432000 4194304 10219143 140734859312304 140734859305560 8056919 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 203359 201847 804 1471 0 201879 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 813436

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 8253
/proc/meminfo: memFree=27283628/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=848768 CPUtime=1362.08 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 541874 0 0 0 135563 645 0 0 20 0 1 0 270216329 869138432 211169 33554432000 4194304 10219143 140734859312304 140734859304824 7638819 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 212192 211169 804 1471 0 210712 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 848768

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 8253
/proc/meminfo: memFree=27229880/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=863088 CPUtime=1422.07 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 592498 0 0 0 141533 674 0 0 20 0 1 0 270216329 883802112 214527 33554432000 4194304 10219143 140734859312304 140734859305560 8056881 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 215772 214527 804 1471 0 214292 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 863088

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8253
/proc/meminfo: memFree=27285596/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=784276 CPUtime=1482.05 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 609177 0 0 0 147519 686 0 0 20 0 1 0 270216329 803098624 191139 33554432000 4194304 10219143 140734859312304 140734859305752 7638773 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 196069 191139 804 1471 0 194589 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 784276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8253
/proc/meminfo: memFree=27255504/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=827656 CPUtime=1542.04 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 645378 0 0 0 153496 708 0 0 20 0 1 0 270216329 847519744 202900 33554432000 4194304 10219143 140734859312304 140734859305240 7701849 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 206914 202900 804 1471 0 205434 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 827656

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8253
/proc/meminfo: memFree=27253876/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=828944 CPUtime=1602.04 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 665773 0 0 0 159480 724 0 0 20 0 1 0 270216329 848838656 205972 33554432000 4194304 10219143 140734859312304 140734859305016 8056792 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 207236 205972 804 1471 0 205756 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 828944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8254
/proc/meminfo: memFree=27264104/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=859660 CPUtime=1662.03 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 683229 0 0 0 165467 736 0 0 20 0 1 0 270216329 880291840 210335 33554432000 4194304 10219143 140734859312304 140734859305560 8051281 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 214915 210335 804 1471 0 213435 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 859660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8257
/proc/meminfo: memFree=27262296/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=832816 CPUtime=1722.02 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 697118 0 0 0 171454 748 0 0 20 0 1 0 270216329 852803584 205158 33554432000 4194304 10219143 140734859312304 140734859305752 7750281 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 208204 205158 804 1471 0 206724 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 832816

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8257
/proc/meminfo: memFree=27300584/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=832480 CPUtime=1782.01 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 708364 0 0 0 177444 757 0 0 20 0 1 0 270216329 852459520 206371 33554432000 4194304 10219143 140734859312304 140734859304824 8056852 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 208120 206371 804 1471 0 206640 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 832480

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8257
/proc/meminfo: memFree=27311200/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=815512 CPUtime=1785.21 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 710303 0 0 0 177762 759 0 0 20 0 1 0 270216329 835084288 200051 33554432000 4194304 10219143 140734859312304 140734859305944 8077296 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 203878 200051 804 1471 0 202398 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 815512

[startup+1791.91 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 8257
/proc/meminfo: memFree=27295876/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=815512 CPUtime=1791.61 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 710307 0 0 0 178402 759 0 0 20 0 1 0 270216329 835084288 200055 33554432000 4194304 10219143 140734859312304 140734859305608 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 203878 200055 804 1471 0 202398 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 815512

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8257
/proc/meminfo: memFree=27295380/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=815512 CPUtime=1794.81 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 710321 0 0 0 178721 760 0 0 20 0 1 0 270216329 835084288 200069 33554432000 4194304 10219143 140734859312304 140734859304824 8056881 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 203878 200069 804 1471 0 202398 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 815512

[startup+1796.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8257
/proc/meminfo: memFree=27295380/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=815512 CPUtime=1796.4 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 710323 0 0 0 178880 760 0 0 20 0 1 0 270216329 835084288 200071 33554432000 4194304 10219143 140734859312304 140734859305560 8056480 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 203878 200071 804 1471 0 202398 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 815512

[startup+1797.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8257
/proc/meminfo: memFree=27295380/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=815512 CPUtime=1796.8 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 710332 0 0 0 178920 760 0 0 20 0 1 0 270216329 835084288 200080 33554432000 4194304 10219143 140734859312304 140734859305560 5156856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 203878 200080 813 1471 0 202398 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 815512

[startup+1797.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8257
/proc/meminfo: memFree=27300216/32873844 swapFree=7620/7620
[pid=8203] ppid=8201 vsize=717012 CPUtime=1797.21 cores=0,2,4,6
/proc/8203/stat : 8203 (scip-2.1.1.4exp) R 8201 8203 3948 0 -1 4202496 710335 0 0 0 178960 761 0 0 20 0 1 0 270216329 734220288 178312 33554432000 4194304 10219143 140734859312304 140734859311416 7594387 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8203/statm: 179253 178312 816 1471 0 177773 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 717012

Child status: 0
Real time (s): 1797.59
CPU time (s): 1797.31
CPU user time (s): 1789.68
CPU system time (s): 7.63284
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 883116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.68
system time used= 7.63284
maximum resident set size= 863836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 710348
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= 13
involuntary context switches= 1862

runsolver used 5.99909 second user time and 18.8721 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-26 16:02:00
IDJOB=3691799
IDBENCH=89634
IDSOLVER=2271
FILE ID=node145/3691799-1338040919
RUNJOBID= node145-1338028221-6604
PBS_JOBID= 14624330
Free space on /tmp= 71464 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-61.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-3691799-1338040919/watcher-3691799-1338040919 -o /tmp/evaluation-result-3691799-1338040919/solver-3691799-1338040919 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691799-1338040919.opb -t 1800 -m 15500

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

MD5SUM BENCH= 242cdc00579036e1487a0255b4e1d84c
RANDOM SEED=707235945

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27203016 kB
Buffers:          258540 kB
Cached:          3145368 kB
SwapCached:            0 kB
Active:          2155736 kB
Inactive:        2734968 kB
Active(anon):    1489728 kB
Inactive(anon):        0 kB
Active(file):     666008 kB
Inactive(file):  2734968 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22928 kB
Writeback:             0 kB
AnonPages:       1501040 kB
Mapped:            17700 kB
Shmem:               200 kB
Slab:             638960 kB
SReclaimable:      81392 kB
SUnreclaim:       557568 kB
KernelStack:        1480 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1621444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1021952 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= 71452 MiB
End job on node145 at 2012-05-26 16:31:57