Trace number 3691783

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-129.opb
MD5SUM67d021e5b92124566c71fb431934058c
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 variables48368
Total number of constraints1121286
Number of constraints which are clauses1007481
Number of constraints which are cardinality constraints (but not clauses)3534
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint1
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 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-3691783-1338041248.opb>
3.08/3.38	c original problem has 48368 variables (48368 bin, 0 int, 0 impl, 0 cont) and 1121286 constraints
3.08/3.38	c problem read in 3.38
3.08/3.67	c No objective function, only one solution is needed.
3.08/3.67	c presolving settings loaded
4.89/4.92	c presolving:
7.29/7.38	c (round 1) 132 del vars, 5772 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 498002 impls, 1771 clqs
7.59/7.66	c (round 2) 132 del vars, 7212 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 498002 impls, 1771 clqs
13.29/13.37	c (round 3) 132 del vars, 7249 del conss, 0 add conss, 132 chg bounds, 7 chg sides, 0 chg coeffs, 1114088 upgd conss, 498002 impls, 1771 clqs
21.18/21.22	c presolving (4 rounds):
21.18/21.22	c  132 deleted vars, 7271 deleted constraints, 0 added constraints, 132 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
21.18/21.22	c  498002 implications, 1771 cliques
21.18/21.22	c presolved problem has 48236 variables (48236 bin, 0 int, 0 impl, 0 cont) and 1114015 constraints
21.18/21.22	c  112021 constraints of type <knapsack>
21.18/21.22	c  236383 constraints of type <setppc>
21.18/21.22	c       1 constraints of type <linear>
21.18/21.22	c  765610 constraints of type <logicor>
21.18/21.22	c transformed objective value is always integral (scale: 1)
21.18/21.22	c Presolving Time: 16.39
21.18/21.22	c - non default parameters ----------------------------------------------------------------------
21.18/21.22	c # SCIP version 2.1.1.4
21.18/21.22	c 
21.18/21.22	c # maximal time in seconds to run
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
21.18/21.22	c limits/time = 1797
21.18/21.22	c 
21.18/21.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
21.18/21.22	c limits/memory = 13950
21.18/21.22	c 
21.18/21.22	c # solving stops, if the given number of solutions were found (-1: no limit)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: -1]
21.18/21.22	c limits/solutions = 1
21.18/21.22	c 
21.18/21.22	c # maximal number of separation rounds per node (-1: unlimited)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 5]
21.18/21.22	c separating/maxrounds = 1
21.18/21.22	c 
21.18/21.22	c # maximal number of separation rounds in the root node (-1: unlimited)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: -1]
21.18/21.22	c separating/maxroundsroot = 5
21.18/21.22	c 
21.18/21.22	c # default clock type (1: CPU user seconds, 2: wall clock time)
21.18/21.22	c # [type: int, range: [1,2], default: 1]
21.18/21.22	c timing/clocktype = 2
21.18/21.22	c 
21.18/21.22	c # belongs reading time to solving time?
21.18/21.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
21.18/21.22	c timing/reading = TRUE
21.18/21.22	c 
21.18/21.22	c # should disaggregation of knapsack constraints be allowed in preprocessing?
21.18/21.22	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
21.18/21.22	c constraints/knapsack/disaggregation = FALSE
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 10]
21.18/21.22	c heuristics/coefdiving/freq = -1
21.18/21.22	c 
21.18/21.22	c # maximal fraction of diving LP iterations compared to node LP iterations
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.18/21.22	c heuristics/coefdiving/maxlpiterquot = 0.075
21.18/21.22	c 
21.18/21.22	c # additional number of allowed LP iterations
21.18/21.22	c # [type: int, range: [0,2147483647], default: 1000]
21.18/21.22	c heuristics/coefdiving/maxlpiterofs = 1500
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 30]
21.18/21.22	c heuristics/crossover/freq = -1
21.18/21.22	c 
21.18/21.22	c # number of nodes added to the contingent of the total nodes
21.18/21.22	c # [type: longint, range: [0,9223372036854775807], default: 500]
21.18/21.22	c heuristics/crossover/nodesofs = 750
21.18/21.22	c 
21.18/21.22	c # number of nodes without incumbent change that heuristic should wait
21.18/21.22	c # [type: longint, range: [0,9223372036854775807], default: 200]
21.18/21.22	c heuristics/crossover/nwaitingnodes = 100
21.18/21.22	c 
21.18/21.22	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
21.18/21.22	c # [type: real, range: [0,1], default: 0.1]
21.18/21.22	c heuristics/crossover/nodesquot = 0.15
21.18/21.22	c 
21.18/21.22	c # minimum percentage of integer variables that have to be fixed 
21.18/21.22	c # [type: real, range: [0,1], default: 0.666]
21.18/21.22	c heuristics/crossover/minfixingrate = 0.5
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 20]
21.18/21.22	c heuristics/feaspump/freq = -1
21.18/21.22	c 
21.18/21.22	c # additional number of allowed LP iterations
21.18/21.22	c # [type: int, range: [0,2147483647], default: 1000]
21.18/21.22	c heuristics/feaspump/maxlpiterofs = 2000
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 10]
21.18/21.22	c heuristics/fracdiving/freq = -1
21.18/21.22	c 
21.18/21.22	c # maximal fraction of diving LP iterations compared to node LP iterations
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.18/21.22	c heuristics/fracdiving/maxlpiterquot = 0.075
21.18/21.22	c 
21.18/21.22	c # additional number of allowed LP iterations
21.18/21.22	c # [type: int, range: [0,2147483647], default: 1000]
21.18/21.22	c heuristics/fracdiving/maxlpiterofs = 1500
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 10]
21.18/21.22	c heuristics/guideddiving/freq = -1
21.18/21.22	c 
21.18/21.22	c # maximal fraction of diving LP iterations compared to node LP iterations
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.18/21.22	c heuristics/guideddiving/maxlpiterquot = 0.075
21.18/21.22	c 
21.18/21.22	c # additional number of allowed LP iterations
21.18/21.22	c # [type: int, range: [0,2147483647], default: 1000]
21.18/21.22	c heuristics/guideddiving/maxlpiterofs = 1500
21.18/21.22	c 
21.18/21.22	c # maximal fraction of diving LP iterations compared to node LP iterations
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.18/21.22	c heuristics/intdiving/maxlpiterquot = 0.075
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 10]
21.18/21.22	c heuristics/intshifting/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 10]
21.18/21.22	c heuristics/linesearchdiving/freq = -1
21.18/21.22	c 
21.18/21.22	c # maximal fraction of diving LP iterations compared to node LP iterations
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.18/21.22	c heuristics/linesearchdiving/maxlpiterquot = 0.075
21.18/21.22	c 
21.18/21.22	c # additional number of allowed LP iterations
21.18/21.22	c # [type: int, range: [0,2147483647], default: 1000]
21.18/21.22	c heuristics/linesearchdiving/maxlpiterofs = 1500
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 20]
21.18/21.22	c heuristics/objpscostdiving/freq = -1
21.18/21.22	c 
21.18/21.22	c # maximal fraction of diving LP iterations compared to total iteration number
21.18/21.22	c # [type: real, range: [0,1], default: 0.01]
21.18/21.22	c heuristics/objpscostdiving/maxlpiterquot = 0.015
21.18/21.22	c 
21.18/21.22	c # additional number of allowed LP iterations
21.18/21.22	c # [type: int, range: [0,2147483647], default: 1000]
21.18/21.22	c heuristics/objpscostdiving/maxlpiterofs = 1500
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 1]
21.18/21.22	c heuristics/oneopt/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 10]
21.18/21.22	c heuristics/pscostdiving/freq = -1
21.18/21.22	c 
21.18/21.22	c # maximal fraction of diving LP iterations compared to node LP iterations
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.18/21.22	c heuristics/pscostdiving/maxlpiterquot = 0.075
21.18/21.22	c 
21.18/21.22	c # additional number of allowed LP iterations
21.18/21.22	c # [type: int, range: [0,2147483647], default: 1000]
21.18/21.22	c heuristics/pscostdiving/maxlpiterofs = 1500
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 0]
21.18/21.22	c heuristics/rens/freq = -1
21.18/21.22	c 
21.18/21.22	c # minimum percentage of integer variables that have to be fixable 
21.18/21.22	c # [type: real, range: [0,1], default: 0.5]
21.18/21.22	c heuristics/rens/minfixingrate = 0.3
21.18/21.22	c 
21.18/21.22	c # number of nodes added to the contingent of the total nodes
21.18/21.22	c # [type: longint, range: [0,9223372036854775807], default: 500]
21.18/21.22	c heuristics/rens/nodesofs = 2000
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 20]
21.18/21.22	c heuristics/rootsoldiving/freq = -1
21.18/21.22	c 
21.18/21.22	c # maximal fraction of diving LP iterations compared to node LP iterations
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
21.18/21.22	c heuristics/rootsoldiving/maxlpiterquot = 0.015
21.18/21.22	c 
21.18/21.22	c # additional number of allowed LP iterations
21.18/21.22	c # [type: int, range: [0,2147483647], default: 1000]
21.18/21.22	c heuristics/rootsoldiving/maxlpiterofs = 1500
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 1]
21.18/21.22	c heuristics/rounding/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 0]
21.18/21.22	c heuristics/shiftandpropagate/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 10]
21.18/21.22	c heuristics/shifting/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 1]
21.18/21.22	c heuristics/simplerounding/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 1]
21.18/21.22	c heuristics/subnlp/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 0]
21.18/21.22	c heuristics/trivial/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 1]
21.18/21.22	c heuristics/trysol/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 0]
21.18/21.22	c heuristics/undercover/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 10]
21.18/21.22	c heuristics/veclendiving/freq = -1
21.18/21.22	c 
21.18/21.22	c # maximal fraction of diving LP iterations compared to node LP iterations
21.18/21.22	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
21.18/21.22	c heuristics/veclendiving/maxlpiterquot = 0.075
21.18/21.22	c 
21.18/21.22	c # additional number of allowed LP iterations
21.18/21.22	c # [type: int, range: [0,2147483647], default: 1000]
21.18/21.22	c heuristics/veclendiving/maxlpiterofs = 1500
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 1]
21.18/21.22	c heuristics/zirounding/freq = -1
21.18/21.22	c 
21.18/21.22	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: -1]
21.18/21.22	c propagating/probing/maxprerounds = 0
21.18/21.22	c 
21.18/21.22	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 0]
21.18/21.22	c separating/cmir/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 0]
21.18/21.22	c separating/flowcover/freq = -1
21.18/21.22	c 
21.18/21.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: -1]
21.18/21.22	c separating/rapidlearning/freq = 0
21.18/21.22	c 
21.18/21.22	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
21.18/21.22	c # [type: int, range: [-1,2147483647], default: 1]
21.18/21.22	c heuristics/indoneopt/freq = -1
21.18/21.22	c 
21.18/21.22	c -----------------------------------------------------------------------------------------------
21.18/21.22	c start solving
21.18/21.25	c 
74.18/74.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.18/74.20	c  74.2s|     1 |     0 |  8118 |     - |1829M|   0 |1793 |  48k|1114k|  48k|1114k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
212.96/213.03	c   213s|     1 |     0 | 19799 |     - |1829M|   0 |5864 |  48k|1114k|  48k|1114k|  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
236.75/236.84	c   237s|     1 |     0 | 21071 |     - |1830M|   0 |7407 |  48k|1114k|  48k|1114k|  54 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
257.94/258.06	c   258s|     1 |     0 | 22293 |     - |1830M|   0 |8242 |  48k|1114k|  48k|1114k|  80 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
301.34/301.43	c   301s|     1 |     0 | 24876 |     - |1831M|   0 |8147 |  48k|1114k|  48k|1114k| 102 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
338.93/339.09	c   339s|     1 |     0 | 27171 |     - |1831M|   0 |6877 |  48k|1114k|  48k|1114k| 124 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
688.27/688.43	c   688s|     1 |     2 | 27171 |     - |1831M|   0 |6877 |  48k|1114k|  48k|1114k| 124 |   0 |  32 | 0.000000e+00 |      --      |    Inf 
1800.29/1800.63	c 
1800.29/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.29/1800.63	c Solving Time (sec) : 1800.62
1800.29/1800.63	c Solving Nodes      : 4
1800.29/1800.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.29/1800.63	c Dual Bound         : +0.00000000000000e+00
1800.29/1800.63	c Gap                : infinite
1800.29/1800.63	s UNKNOWN
1800.29/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.29/1800.63	c Total Time         :    1800.62
1800.29/1800.63	c   solving          :    1800.62
1800.29/1800.63	c   presolving       :      16.39 (included in solving)
1800.29/1800.63	c   reading          :       3.38 (included in solving)
1800.29/1800.63	c   copying          :       0.00 (0 times copied the problem)
1800.29/1800.63	c Original Problem   :
1800.29/1800.63	c   Problem name     : HOME/instance-3691783-1338041248.opb
1800.29/1800.63	c   Variables        : 48368 (48368 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.29/1800.63	c   Constraints      : 1121286 initial, 1121286 maximal
1800.29/1800.63	c   Objective sense  : minimize
1800.29/1800.63	c Presolved Problem  :
1800.29/1800.63	c   Problem name     : t_HOME/instance-3691783-1338041248.opb
1800.29/1800.63	c   Variables        : 48236 (48236 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.29/1800.63	c   Constraints      : 1114015 initial, 1114015 maximal
1800.29/1800.63	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.29/1800.63	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   trivial          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   dualfix          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   gateextraction   :       0.41       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   implics          :       0.01       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   components       :       0.47       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   knapsack         :       0.42       0.00          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   setppc           :       0.26       0.00          0          0          0          0          0         22          0          0          0
1800.29/1800.63	c   linear           :       6.17       0.54        132          0          0        132          0       7219          0          7          0
1800.29/1800.63	c   logicor          :       2.37       5.20          0          0          0          0          0         30          0          0          0
1800.29/1800.63	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1800.29/1800.63	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1800.29/1800.63	c   integral         :          0          0          0          0          4          0          1          0          0          0          0          0          8
1800.29/1800.63	c   knapsack         :     112021     112021          5          7          0          0          0          0          0          0         99          0          0
1800.29/1800.63	c   setppc           :     236383     236383          5          7          0          0          0          0          0        731          0          0          0
1800.29/1800.63	c   linear           :          1          1          5          7          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   logicor          :     765610     765610          5          4          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1800.29/1800.63	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1800.29/1800.63	c   integral         :    1417.44       0.00       0.00       0.00    1417.44       0.00       0.00       0.00
1800.29/1800.63	c   knapsack         :       0.41       0.00       0.39       0.02       0.00       0.00       0.00       0.00
1800.29/1800.63	c   setppc           :       0.10       0.00       0.04       0.05       0.00       0.00       0.00       0.00
1800.29/1800.63	c   linear           :       0.54       0.54       0.00       0.00       0.00       0.00       0.00       0.00
1800.29/1800.63	c   logicor          :       5.48       5.20       0.12       0.16       0.00       0.00       0.00       0.00
1800.29/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.29/1800.63	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1800.29/1800.63	c   rootredcost      :          0          0          0          0
1800.29/1800.63	c   pseudoobj        :          0          0          0          0
1800.29/1800.63	c   vbounds          :          0          0          0          0
1800.29/1800.63	c   redcost          :          9          0          0          0
1800.29/1800.63	c   probing          :          0          0          0          0
1800.29/1800.63	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1800.29/1800.63	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1800.29/1800.63	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1800.29/1800.63	c   vbounds          :       0.01       0.01       0.00       0.00       0.00
1800.29/1800.63	c   redcost          :       0.02       0.00       0.00       0.02       0.00
1800.29/1800.63	c   probing          :       0.00       0.00       0.00       0.00       0.00
1800.29/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.29/1800.63	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.29/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.29/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.29/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.29/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.29/1800.63	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.29/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.29/1800.63	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1800.29/1800.63	c   cut pool         :       0.00                     4          -          -         53          -    (maximal pool size: 804)
1800.29/1800.63	c   closecuts        :       0.00       0.00          0          0          0          0          0
1800.29/1800.63	c   impliedbounds    :       0.02       0.00          5          0          0          0          0
1800.29/1800.63	c   intobj           :       0.00       0.00          0          0          0          0          0
1800.29/1800.63	c   gomory           :       3.81       0.00          5          0          0        250          0
1800.29/1800.63	c   cgmip            :       0.00       0.00          0          0          0          0          0
1800.29/1800.63	c   strongcg         :      32.22       0.00          5          0          0       2500          0
1800.29/1800.63	c   cmir             :       0.00       0.00          0          0          0          0          0
1800.29/1800.63	c   flowcover        :       0.00       0.00          0          0          0          0          0
1800.29/1800.63	c   clique           :       3.97       0.00          5          0          0         42          0
1800.29/1800.63	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1800.29/1800.63	c   mcf              :       2.30       0.00          1          0          0          0          0
1800.29/1800.63	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1800.29/1800.63	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1800.29/1800.63	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1800.29/1800.63	c   problem variables:       0.00          -          0          0
1800.29/1800.63	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.29/1800.63	c   relpscost        :    1417.44       0.00          4          0          0          0          0          8
1800.29/1800.63	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1800.29/1800.63	c   inference        :       0.00       0.00          0          0          0          0          0          0
1800.29/1800.63	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1800.29/1800.63	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1800.29/1800.63	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1800.29/1800.63	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1800.29/1800.63	c   random           :       0.00       0.00          0          0          0          0          0          0
1800.29/1800.63	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1800.29/1800.63	c   LP solutions     :       0.00          -          -          0
1800.29/1800.63	c   pseudo solutions :       0.00          -          -          0
1800.29/1800.63	c   smallcard        :       0.00       0.00          0          0
1800.29/1800.63	c   trivial          :       0.02       0.00          1          0
1800.29/1800.63	c   shiftandpropagate:       0.00       0.00          0          0
1800.29/1800.63	c   simplerounding   :       0.00       0.00          0          0
1800.29/1800.63	c   zirounding       :       0.00       0.00          0          0
1800.29/1800.63	c   rounding         :       0.00       0.00          0          0
1800.29/1800.63	c   shifting         :       0.00       0.00          0          0
1800.29/1800.63	c   intshifting      :       0.00       0.00          0          0
1800.29/1800.63	c   oneopt           :       0.00       0.00          0          0
1800.29/1800.63	c   twoopt           :       0.00       0.00          0          0
1800.29/1800.63	c   indtwoopt        :       0.00       0.00          0          0
1800.29/1800.63	c   indoneopt        :       0.00       0.00          0          0
1800.29/1800.63	c   fixandinfer      :       0.00       0.00          0          0
1800.29/1800.63	c   feaspump         :       0.00       0.00          0          0
1800.29/1800.63	c   clique           :       0.00       0.00          0          0
1800.29/1800.63	c   indrounding      :       0.00       0.00          0          0
1800.29/1800.63	c   indcoefdiving    :       0.00       0.00          0          0
1800.29/1800.63	c   coefdiving       :       0.00       0.00          0          0
1800.29/1800.63	c   pscostdiving     :       0.00       0.00          0          0
1800.29/1800.63	c   nlpdiving        :       0.00       0.00          0          0
1800.29/1800.63	c   fracdiving       :       0.00       0.00          0          0
1800.29/1800.63	c   veclendiving     :       0.00       0.00          0          0
1800.29/1800.63	c   intdiving        :       0.00       0.00          0          0
1800.29/1800.63	c   actconsdiving    :       0.00       0.00          0          0
1800.29/1800.63	c   objpscostdiving  :       0.00       0.00          0          0
1800.29/1800.63	c   rootsoldiving    :       0.00       0.00          0          0
1800.29/1800.63	c   linesearchdiving :       0.00       0.00          0          0
1800.29/1800.63	c   guideddiving     :       0.00       0.00          0          0
1800.29/1800.63	c   octane           :       0.00       0.00          0          0
1800.29/1800.63	c   rens             :       0.00       0.00          0          0
1800.29/1800.63	c   rins             :       0.00       0.00          0          0
1800.29/1800.63	c   localbranching   :       0.00       0.00          0          0
1800.29/1800.63	c   mutation         :       0.00       0.00          0          0
1800.29/1800.63	c   crossover        :       0.00       0.00          0          0
1800.29/1800.63	c   dins             :       0.00       0.00          0          0
1800.29/1800.63	c   vbounds          :       0.00       0.00          0          0
1800.29/1800.63	c   undercover       :       0.00       0.00          0          0
1800.29/1800.63	c   subnlp           :       0.00       0.00          0          0
1800.29/1800.63	c   trysol           :       0.00       0.00          0          0
1800.29/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1800.29/1800.63	c   primal LP        :       1.15          1          0       0.00       0.00       1.15          1
1800.29/1800.63	c   dual LP          :     314.09          9      30329    3369.89      96.56       0.00          0
1800.29/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.29/1800.63	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1800.29/1800.63	c   diving/probing LP:       0.00          0          0       0.00          -
1800.29/1800.63	c   strong branching :    1417.28        112      90358     806.77      63.75
1800.29/1800.63	c     (at root node) :          -         32      22769     711.53          -
1800.29/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.29/1800.63	c B&B Tree           :
1800.29/1800.63	c   number of runs   :          1
1800.29/1800.63	c   nodes            :          4
1800.29/1800.63	c   nodes (total)    :          4
1800.29/1800.63	c   nodes left       :          5
1800.29/1800.63	c   max depth        :          3
1800.29/1800.63	c   max depth (total):          3
1800.29/1800.63	c   backtracks       :          0 (0.0%)
1800.29/1800.63	c   delayed cutoffs  :          0
1800.29/1800.63	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.29/1800.63	c   avg switch length:       1.00
1800.29/1800.63	c   switching time   :       1.34
1800.29/1800.63	c Solution           :
1800.29/1800.63	c   Solutions found  :          0 (0 improvements)
1800.29/1800.63	c   Primal Bound     :          -
1800.29/1800.63	c   Dual Bound       : +0.00000000000000e+00
1800.29/1800.63	c   Gap              :   infinite
1800.29/1800.63	c   Root Dual Bound  : +0.00000000000000e+00
1800.29/1800.63	c   Root Iterations  :      27171

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-3691783-1338041248/watcher-3691783-1338041248 -o /tmp/evaluation-result-3691783-1338041248/solver-3691783-1338041248 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691783-1338041248.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/176 8447
/proc/meminfo: memFree=25924820/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=12556 CPUtime=0 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1899 0 0 0 0 0 0 0 20 0 1 0 270252173 12857344 1854 33554432000 4194304 10219143 140735043628384 140736313414184 7589947 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8447/statm: 3172 1859 419 1471 0 1692 0

[startup+0.0281869 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8447
/proc/meminfo: memFree=25924820/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=17052 CPUtime=0.02 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 2992 0 0 0 2 0 0 0 20 0 1 0 270252173 17461248 2947 33554432000 4194304 10219143 140735043628384 140736313414184 8871880 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8447/statm: 4263 2947 419 1471 0 2783 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17052

[startup+0.100237 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8447
/proc/meminfo: memFree=25924820/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=29284 CPUtime=0.09 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 6080 0 0 0 9 0 0 0 20 0 1 0 270252173 29986816 6035 33554432000 4194304 10219143 140735043628384 140736313414184 7593655 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8447/statm: 7321 6035 419 1471 0 5841 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29284

[startup+0.300221 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8447
/proc/meminfo: memFree=25924820/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=62636 CPUtime=0.29 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 14391 0 0 0 27 2 0 0 20 0 1 0 270252173 64139264 14346 33554432000 4194304 10219143 140735043628384 140735043493560 6051223 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8447/statm: 15659 14346 419 1471 0 14179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62636

[startup+0.700228 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8447
/proc/meminfo: memFree=25924820/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=125808 CPUtime=0.68 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 30210 0 0 0 64 4 0 0 20 0 1 0 270252173 128827392 30165 33554432000 4194304 10219143 140735043628384 140735043493560 4971708 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8447/statm: 31452 30165 419 1471 0 29972 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 125808

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8448
/proc/meminfo: memFree=25758164/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=251124 CPUtime=1.48 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 61372 0 0 0 140 8 0 0 20 0 1 0 270252173 257150976 61327 33554432000 4194304 10219143 140735043628384 140735043493304 8875653 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8447/statm: 62781 61327 419 1471 0 61301 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 251124

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8448
/proc/meminfo: memFree=25584168/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=504044 CPUtime=3.08 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 124412 0 0 0 290 18 0 0 20 0 1 0 270252173 516141056 124367 33554432000 4194304 10219143 140735043628384 140735043493560 5541619 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 126011 124367 419 1471 0 124531 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 504044

[startup+6.30027 s]
/proc/loadavg: 2.24 2.05 2.02 3/177 8448
/proc/meminfo: memFree=24506468/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=1445612 CPUtime=6.29 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 355264 0 0 0 553 76 0 0 20 0 1 0 270252173 1480306688 355187 33554432000 4194304 10219143 140735043628384 140735043625384 9008087 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 361403 355187 560 1471 0 359923 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1445612

[startup+12.7003 s]
/proc/loadavg: 2.22 2.05 2.02 3/177 8448
/proc/meminfo: memFree=24505556/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=1510516 CPUtime=12.68 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 482878 0 0 0 1098 170 0 0 20 0 1 0 270252173 1546768384 369423 33554432000 4194304 10219143 140735043628384 140735043625784 7589231 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 377629 369423 578 1471 0 376149 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1510516

[startup+25.5003 s]
/proc/loadavg: 2.17 2.05 2.01 3/177 8448
/proc/meminfo: memFree=23022960/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3204728 CPUtime=25.49 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 766557 0 0 0 2281 268 0 0 20 0 1 0 270252173 3281641472 752100 33554432000 4194304 10219143 140735043628384 140735043621656 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 801182 752100 740 1471 0 799702 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3204728

[startup+51.1064 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 8448
/proc/meminfo: memFree=22776616/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3349176 CPUtime=51.08 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 779649 0 0 0 4810 298 0 0 20 0 1 0 270252173 3429556224 786093 33554432000 4194304 10219143 140735043628384 140735043620904 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 837294 786093 744 1471 0 835814 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3349176

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/177 8448
/proc/meminfo: memFree=22926572/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3247336 CPUtime=102.27 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 805403 0 0 0 9872 355 0 0 20 0 1 0 270252173 3325272064 748677 33554432000 4194304 10219143 140735043628384 140735043620712 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 811834 748677 787 1471 0 810354 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3247336

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 8451
/proc/meminfo: memFree=22840480/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3360192 CPUtime=162.26 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 821353 0 0 0 15828 398 0 0 20 0 1 0 270252173 3440836608 770093 33554432000 4194304 10219143 140735043628384 140735043621640 8077277 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 840048 770093 787 1471 0 838568 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3360192

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8452
/proc/meminfo: memFree=22941404/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3310936 CPUtime=222.25 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 827665 0 0 0 21809 416 0 0 20 0 1 0 270252173 3390398464 745009 33554432000 4194304 10219143 140735043628384 140735043622024 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 827734 745009 789 1471 0 826254 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 3310936

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8452
/proc/meminfo: memFree=22866036/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3402704 CPUtime=282.24 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 840317 0 0 0 27770 454 0 0 20 0 1 0 270252173 3484368896 761735 33554432000 4194304 10219143 140735043628384 140735043620712 8083892 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 850676 761735 789 1471 0 849196 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3402704

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8452
/proc/meminfo: memFree=22860580/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3413184 CPUtime=342.23 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 852058 0 0 0 33731 492 0 0 20 0 1 0 270252173 3495100416 765292 33554432000 4194304 10219143 140735043628384 140735043621832 7750240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 853296 765292 792 1471 0 851816 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3413184

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8452
/proc/meminfo: memFree=22859992/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3413880 CPUtime=402.22 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 872677 0 0 0 39689 533 0 0 20 0 1 0 270252173 3495813120 765387 33554432000 4194304 10219143 140735043628384 140735043620904 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 853470 765387 792 1471 0 851990 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3413880

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8452
/proc/meminfo: memFree=22854980/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3416540 CPUtime=462.22 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 891451 0 0 0 45650 572 0 0 20 0 1 0 270252173 3498536960 766620 33554432000 4194304 10219143 140735043628384 140735043621096 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 854135 766620 792 1471 0 852655 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3416540

[startup+522.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 8453
/proc/meminfo: memFree=22855900/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3414652 CPUtime=522.21 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 911381 0 0 0 51610 611 0 0 20 0 1 0 270252173 3496603648 766428 33554432000 4194304 10219143 140735043628384 140735043622216 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 853663 766428 792 1471 0 852183 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3414652

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 8492
/proc/meminfo: memFree=24576252/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3413744 CPUtime=582.2 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 932332 0 0 0 57568 652 0 0 20 0 1 0 270252173 3495673856 766743 33554432000 4194304 10219143 140735043628384 140735043621832 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 853436 766743 792 1471 0 851956 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3413744

[startup+642.3 s]

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

/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1075803 0 0 0 105230 981 0 0 20 0 1 0 270252173 3499356160 769044 33554432000 4194304 10219143 140735043628384 140735043620904 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 854335 769044 795 1471 0 852855 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 3417340

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8573
/proc/meminfo: memFree=24258984/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3419076 CPUtime=1122.1 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1092862 0 0 0 111188 1022 0 0 20 0 1 0 270252173 3501133824 769885 33554432000 4194304 10219143 140735043628384 140735043621368 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 854769 769885 795 1471 0 853289 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 3419076

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8573
/proc/meminfo: memFree=24253536/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3432336 CPUtime=1182.09 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1107917 0 0 0 117149 1060 0 0 20 0 1 0 270252173 3514712064 770626 33554432000 4194304 10219143 140735043628384 140735043620904 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 858084 770626 795 1471 0 856604 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3432336

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8573
/proc/meminfo: memFree=24249752/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3431504 CPUtime=1242.09 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1126702 0 0 0 123111 1098 0 0 20 0 1 0 270252173 3513860096 770717 33554432000 4194304 10219143 140735043628384 140735043622216 7750281 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 857876 770717 795 1471 0 856396 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3431504

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8573
/proc/meminfo: memFree=24249588/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3431840 CPUtime=1302.07 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1144005 0 0 0 129069 1138 0 0 20 0 1 0 270252173 3514204160 770668 33554432000 4194304 10219143 140735043628384 140735043621096 8108054 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 857960 770668 795 1471 0 856480 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 3431840

[startup+1362.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8576
/proc/meminfo: memFree=24250596/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3431928 CPUtime=1362.06 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1162733 0 0 0 135029 1177 0 0 20 0 1 0 270252173 3514294272 770476 33554432000 4194304 10219143 140735043628384 140735043621128 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 857982 770476 795 1471 0 856502 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 3431928

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8577
/proc/meminfo: memFree=24248696/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3431504 CPUtime=1422.05 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1181968 0 0 0 140987 1218 0 0 20 0 1 0 270252173 3513860096 770988 33554432000 4194304 10219143 140735043628384 140735043622216 8108054 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 857876 770988 795 1471 0 856396 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 3431504

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8577
/proc/meminfo: memFree=24247456/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3433232 CPUtime=1482.04 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1199033 0 0 0 146949 1255 0 0 20 0 1 0 270252173 3515629568 771101 33554432000 4194304 10219143 140735043628384 140735043621096 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 858308 771101 795 1471 0 856828 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 3433232

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8578
/proc/meminfo: memFree=24247580/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3431504 CPUtime=1542.04 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1217018 0 0 0 152912 1292 0 0 20 0 1 0 270252173 3513860096 771089 33554432000 4194304 10219143 140735043628384 140735043622216 8056480 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 857876 771089 795 1471 0 856396 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3431504

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8578
/proc/meminfo: memFree=24244924/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3432284 CPUtime=1602.02 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1233964 0 0 0 158875 1327 0 0 20 0 1 0 270252173 3514658816 771707 33554432000 4194304 10219143 140735043628384 140735043620904 8077308 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 858071 771707 795 1471 0 856591 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 3432284

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 8578
/proc/meminfo: memFree=24244928/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3430136 CPUtime=1662.01 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1252551 0 0 0 164834 1367 0 0 20 0 1 0 270252173 3512459264 771821 33554432000 4194304 10219143 140735043628384 140735043621096 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 857534 771821 795 1471 0 856054 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 3430136

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 8579
/proc/meminfo: memFree=24246156/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3430136 CPUtime=1722 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1270780 0 0 0 170790 1410 0 0 20 0 1 0 270252173 3512459264 771435 33554432000 4194304 10219143 140735043628384 140735043621832 8056781 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 857534 771435 795 1471 0 856054 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 3430136

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 8579
/proc/meminfo: memFree=24245256/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3430952 CPUtime=1781.99 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1287443 0 0 0 176748 1451 0 0 20 0 1 0 270252173 3513294848 771129 33554432000 4194304 10219143 140735043628384 140735043621336 9026266 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 857738 771129 795 1471 0 856258 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 3430952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8579
/proc/meminfo: memFree=24249056/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3430512 CPUtime=1800.09 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1294595 0 0 0 178544 1465 0 0 20 0 1 0 270252173 3512844288 770731 33554432000 4194304 10219143 140735043628384 140735043621128 8077296 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 857628 770731 795 1471 0 856148 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3430512

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8447

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

[startup+1801.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 8580
/proc/meminfo: memFree=24286840/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3254880 CPUtime=1800.79 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1294822 0 0 0 178613 1466 0 0 20 0 1 0 270252173 3332997120 761055 33554432000 4194304 10219143 140735043628384 140735043627496 5123158 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 813720 761055 803 1471 0 812240 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (KiB) 3254880

[startup+1801.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 8580
/proc/meminfo: memFree=24286840/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3253664 CPUtime=1801.58 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1294824 0 0 0 178692 1466 0 0 20 0 1 0 270252173 3331751936 760753 33554432000 4194304 10219143 140735043628384 140735043627496 7589385 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 813416 760753 805 1471 0 811936 0
Current children cumulated CPU time (s) 1801.58
Current children cumulated vsize (KiB) 3253664

[startup+1802.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 8580
/proc/meminfo: memFree=24288700/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3252368 CPUtime=1801.99 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1294824 0 0 0 178733 1466 0 0 20 0 1 0 270252173 3330424832 760429 33554432000 4194304 10219143 140735043628384 140735043627704 7589385 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 813092 760429 805 1471 0 811612 0
Current children cumulated CPU time (s) 1801.99
Current children cumulated vsize (KiB) 3252368

[startup+1802.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 8580
/proc/meminfo: memFree=24288700/32873648 swapFree=6336/6336
[pid=8447] ppid=8445 vsize=3252368 CPUtime=1802.08 cores=0,2,4,6
/proc/8447/stat : 8447 (scip-2.1.1.4exp) R 8445 8447 5668 0 -1 4202496 1294824 0 0 0 178742 1466 0 0 20 0 1 0 270252173 3330424832 760429 33554432000 4194304 10219143 140735043628384 140735043627704 5015075 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8447/statm: 813092 760429 805 1471 0 811612 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 3252368

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.44
CPU time (s): 1802.14
CPU user time (s): 1787.44
CPU system time (s): 14.7048
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 3572092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.44
system time used= 14.7048
maximum resident set size= 3245748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1294824
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= 45
involuntary context switches= 1959

runsolver used 2.75658 second user time and 7.10092 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-26 16:07:29
IDJOB=3691783
IDBENCH=89756
IDSOLVER=2271
FILE ID=node112/3691783-1338041248
RUNJOBID= node112-1338029191-7006
PBS_JOBID= 14624359
Free space on /tmp= 71524 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-129.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-3691783-1338041248/watcher-3691783-1338041248 -o /tmp/evaluation-result-3691783-1338041248/solver-3691783-1338041248 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691783-1338041248.opb -t 1800 -m 15500

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

MD5SUM BENCH= 67d021e5b92124566c71fb431934058c
RANDOM SEED=296470442

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25925084 kB
Buffers:          247144 kB
Cached:          4125220 kB
SwapCached:            0 kB
Active:          2483884 kB
Inactive:        3685420 kB
Active(anon):    1799508 kB
Inactive(anon):        0 kB
Active(file):     684376 kB
Inactive(file):  3685420 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             63404 kB
Writeback:             0 kB
AnonPages:       1805320 kB
Mapped:            17496 kB
Shmem:               200 kB
Slab:             638416 kB
SReclaimable:      82232 kB
SUnreclaim:       556184 kB
KernelStack:        1440 kB
PageTables:         7596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1916308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1439744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71516 MiB
End job on node112 at 2012-05-26 16:37:32