Trace number 3740866

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1799.95 1800.22

General information on the benchmark

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

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3740866-1338765492.opb>
6.48/6.54	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
6.48/6.54	c problem read
6.48/6.54	c No objective function, only one solution is needed.
6.48/6.54	c presolving settings loaded
7.90/7.92	c presolving:
12.99/13.04	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 492406 impls, 1772 clqs
14.08/14.18	c presolving (2 rounds):
14.08/14.18	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
14.08/14.18	c  492406 implications, 1772 cliques
14.08/14.18	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
14.08/14.18	c  112021 constraints of type <knapsack>
14.08/14.18	c  237584 constraints of type <setppc>
14.08/14.18	c       1 constraints of type <linear>
14.08/14.18	c  771881 constraints of type <logicor>
14.08/14.18	c transformed objective value is always integral (scale: 1)
14.08/14.18	c Presolving Time: 6.34
14.08/14.18	c - non default parameters ----------------------------------------------------------------------
14.08/14.18	c # SCIP version 2.0.1.5
14.08/14.18	c 
14.08/14.18	c # frequency for displaying node information lines
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 100]
14.08/14.18	c display/freq = 10000
14.08/14.18	c 
14.08/14.18	c # maximal time in seconds to run
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.08/14.18	c limits/time = 1797
14.08/14.18	c 
14.08/14.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.08/14.18	c limits/memory = 13950
14.08/14.18	c 
14.08/14.18	c # solving stops, if the given number of solutions were found (-1: no limit)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: -1]
14.08/14.18	c limits/solutions = 1
14.08/14.18	c 
14.08/14.18	c # maximal number of separation rounds per node (-1: unlimited)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 5]
14.08/14.18	c separating/maxrounds = 1
14.08/14.18	c 
14.08/14.18	c # maximal number of separation rounds in the root node (-1: unlimited)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: -1]
14.08/14.18	c separating/maxroundsroot = 5
14.08/14.18	c 
14.08/14.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
14.08/14.18	c # [type: int, range: [1,2], default: 1]
14.08/14.18	c timing/clocktype = 2
14.08/14.18	c 
14.08/14.18	c # belongs reading time to solving time?
14.08/14.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.08/14.18	c timing/reading = TRUE
14.08/14.18	c 
14.08/14.18	c # should presolving try to simplify inequalities
14.08/14.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.08/14.18	c constraints/linear/simplifyinequalities = TRUE
14.08/14.18	c 
14.08/14.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
14.08/14.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.08/14.18	c constraints/indicator/addCouplingCons = TRUE
14.08/14.18	c 
14.08/14.18	c # should disaggregation of knapsack constraints be allowed in preprocessing?
14.08/14.18	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
14.08/14.18	c constraints/knapsack/disaggregation = FALSE
14.08/14.18	c 
14.08/14.18	c # should presolving try to simplify knapsacks
14.08/14.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
14.08/14.18	c constraints/knapsack/simplifyinequalities = TRUE
14.08/14.18	c 
14.08/14.18	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: -1]
14.08/14.18	c presolving/probing/maxrounds = 0
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 10]
14.08/14.18	c heuristics/coefdiving/freq = -1
14.08/14.18	c 
14.08/14.18	c # maximal fraction of diving LP iterations compared to node LP iterations
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.08/14.18	c heuristics/coefdiving/maxlpiterquot = 0.075
14.08/14.18	c 
14.08/14.18	c # additional number of allowed LP iterations
14.08/14.18	c # [type: int, range: [0,2147483647], default: 1000]
14.08/14.18	c heuristics/coefdiving/maxlpiterofs = 1500
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 30]
14.08/14.18	c heuristics/crossover/freq = -1
14.08/14.18	c 
14.08/14.18	c # number of nodes added to the contingent of the total nodes
14.08/14.18	c # [type: longint, range: [0,9223372036854775807], default: 500]
14.08/14.18	c heuristics/crossover/nodesofs = 750
14.08/14.18	c 
14.08/14.18	c # number of nodes without incumbent change that heuristic should wait
14.08/14.18	c # [type: longint, range: [0,9223372036854775807], default: 200]
14.08/14.18	c heuristics/crossover/nwaitingnodes = 100
14.08/14.18	c 
14.08/14.18	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
14.08/14.18	c # [type: real, range: [0,1], default: 0.1]
14.08/14.18	c heuristics/crossover/nodesquot = 0.15
14.08/14.18	c 
14.08/14.18	c # minimum percentage of integer variables that have to be fixed 
14.08/14.18	c # [type: real, range: [0,1], default: 0.666]
14.08/14.18	c heuristics/crossover/minfixingrate = 0.5
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 20]
14.08/14.18	c heuristics/feaspump/freq = -1
14.08/14.18	c 
14.08/14.18	c # additional number of allowed LP iterations
14.08/14.18	c # [type: int, range: [0,2147483647], default: 1000]
14.08/14.18	c heuristics/feaspump/maxlpiterofs = 2000
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 10]
14.08/14.18	c heuristics/fracdiving/freq = -1
14.08/14.18	c 
14.08/14.18	c # maximal fraction of diving LP iterations compared to node LP iterations
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.08/14.18	c heuristics/fracdiving/maxlpiterquot = 0.075
14.08/14.18	c 
14.08/14.18	c # additional number of allowed LP iterations
14.08/14.18	c # [type: int, range: [0,2147483647], default: 1000]
14.08/14.18	c heuristics/fracdiving/maxlpiterofs = 1500
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 10]
14.08/14.18	c heuristics/guideddiving/freq = -1
14.08/14.18	c 
14.08/14.18	c # maximal fraction of diving LP iterations compared to node LP iterations
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.08/14.18	c heuristics/guideddiving/maxlpiterquot = 0.075
14.08/14.18	c 
14.08/14.18	c # additional number of allowed LP iterations
14.08/14.18	c # [type: int, range: [0,2147483647], default: 1000]
14.08/14.18	c heuristics/guideddiving/maxlpiterofs = 1500
14.08/14.18	c 
14.08/14.18	c # maximal fraction of diving LP iterations compared to node LP iterations
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.08/14.18	c heuristics/intdiving/maxlpiterquot = 0.075
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 10]
14.08/14.18	c heuristics/intshifting/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 10]
14.08/14.18	c heuristics/linesearchdiving/freq = -1
14.08/14.18	c 
14.08/14.18	c # maximal fraction of diving LP iterations compared to node LP iterations
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.08/14.18	c heuristics/linesearchdiving/maxlpiterquot = 0.075
14.08/14.18	c 
14.08/14.18	c # additional number of allowed LP iterations
14.08/14.18	c # [type: int, range: [0,2147483647], default: 1000]
14.08/14.18	c heuristics/linesearchdiving/maxlpiterofs = 1500
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 20]
14.08/14.18	c heuristics/objpscostdiving/freq = -1
14.08/14.18	c 
14.08/14.18	c # maximal fraction of diving LP iterations compared to total iteration number
14.08/14.18	c # [type: real, range: [0,1], default: 0.01]
14.08/14.18	c heuristics/objpscostdiving/maxlpiterquot = 0.015
14.08/14.18	c 
14.08/14.18	c # additional number of allowed LP iterations
14.08/14.18	c # [type: int, range: [0,2147483647], default: 1000]
14.08/14.18	c heuristics/objpscostdiving/maxlpiterofs = 1500
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 1]
14.08/14.18	c heuristics/oneopt/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 10]
14.08/14.18	c heuristics/pscostdiving/freq = -1
14.08/14.18	c 
14.08/14.18	c # maximal fraction of diving LP iterations compared to node LP iterations
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.08/14.18	c heuristics/pscostdiving/maxlpiterquot = 0.075
14.08/14.18	c 
14.08/14.18	c # additional number of allowed LP iterations
14.08/14.18	c # [type: int, range: [0,2147483647], default: 1000]
14.08/14.18	c heuristics/pscostdiving/maxlpiterofs = 1500
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 0]
14.08/14.18	c heuristics/rens/freq = -1
14.08/14.18	c 
14.08/14.18	c # minimum percentage of integer variables that have to be fixable 
14.08/14.18	c # [type: real, range: [0,1], default: 0.5]
14.08/14.18	c heuristics/rens/minfixingrate = 0.3
14.08/14.18	c 
14.08/14.18	c # number of nodes added to the contingent of the total nodes
14.08/14.18	c # [type: longint, range: [0,9223372036854775807], default: 500]
14.08/14.18	c heuristics/rens/nodesofs = 2000
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 20]
14.08/14.18	c heuristics/rootsoldiving/freq = -1
14.08/14.18	c 
14.08/14.18	c # maximal fraction of diving LP iterations compared to node LP iterations
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
14.08/14.18	c heuristics/rootsoldiving/maxlpiterquot = 0.015
14.08/14.18	c 
14.08/14.18	c # additional number of allowed LP iterations
14.08/14.18	c # [type: int, range: [0,2147483647], default: 1000]
14.08/14.18	c heuristics/rootsoldiving/maxlpiterofs = 1500
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 1]
14.08/14.18	c heuristics/rounding/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 0]
14.08/14.18	c heuristics/shiftandpropagate/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 10]
14.08/14.18	c heuristics/shifting/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 1]
14.08/14.18	c heuristics/simplerounding/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 1]
14.08/14.18	c heuristics/subnlp/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 0]
14.08/14.18	c heuristics/trivial/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 1]
14.08/14.18	c heuristics/trysol/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 0]
14.08/14.18	c heuristics/undercover/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 10]
14.08/14.18	c heuristics/veclendiving/freq = -1
14.08/14.18	c 
14.08/14.18	c # maximal fraction of diving LP iterations compared to node LP iterations
14.08/14.18	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
14.08/14.18	c heuristics/veclendiving/maxlpiterquot = 0.075
14.08/14.18	c 
14.08/14.18	c # additional number of allowed LP iterations
14.08/14.18	c # [type: int, range: [0,2147483647], default: 1000]
14.08/14.18	c heuristics/veclendiving/maxlpiterofs = 1500
14.08/14.18	c 
14.08/14.18	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 1]
14.08/14.18	c heuristics/zirounding/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 0]
14.08/14.18	c separating/cmir/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: 0]
14.08/14.18	c separating/flowcover/freq = -1
14.08/14.18	c 
14.08/14.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
14.08/14.18	c # [type: int, range: [-1,2147483647], default: -1]
14.08/14.18	c separating/rapidlearning/freq = 0
14.08/14.18	c 
14.08/14.18	c -----------------------------------------------------------------------------------------------
14.08/14.18	c start solving
14.19/14.21	c 
64.08/64.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.08/64.11	c  64.1s|     1 |     0 |  8383 |     - |1649M|   0 |1515 |  48k|1121k|  48k|1121k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
98.57/98.64	c  98.6s|     1 |     0 | 11365 |     - |1649M|   0 |2261 |  48k|1121k|  48k|1121k|  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
121.87/121.96	c   122s|     1 |     0 | 12766 |     - |1652M|   0 |3405 |  48k|1121k|  48k|1121k|  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
290.64/290.77	c   291s|     1 |     0 | 24843 |     - |1655M|   0 |6729 |  48k|1121k|  48k|1121k|  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
432.42/432.51	c   433s|     1 |     0 | 34664 |     - |1661M|   0 |7625 |  48k|1121k|  48k|1121k|  82 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
528.12/528.25	c   528s|     1 |     0 | 40658 |     - |1664M|   0 |9986 |  48k|1121k|  48k|1121k| 120 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
903.06/903.26	c   903s|     1 |     2 | 40658 |     - |1664M|   0 |9986 |  48k|1121k|  48k|1121k| 120 |   0 |  27 | 0.000000e+00 |      --      |    Inf 
1796.81/1797.14	c 
1796.81/1797.14	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.14	c Solving Time (sec) : 1797.13
1796.81/1797.14	c Solving Nodes      : 5
1796.81/1797.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.81/1797.14	c Dual Bound         : +0.00000000000000e+00
1796.81/1797.14	c Gap                : infinite
1796.81/1797.14	s UNKNOWN
1796.81/1797.14	c SCIP Status        : solving was interrupted [time limit reached]
1796.81/1797.14	c Total Time         :    1797.13
1796.81/1797.14	c   solving          :    1797.13
1796.81/1797.14	c   presolving       :       6.34 (included in solving)
1796.81/1797.14	c   reading          :       6.53 (included in solving)
1796.81/1797.14	c Original Problem   :
1796.81/1797.14	c   Problem name     : HOME/instance-3740866-1338765492.opb
1796.81/1797.14	c   Variables        : 48411 (48411 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.14	c   Constraints      : 1121517 initial, 1121517 maximal
1796.81/1797.14	c Presolved Problem  :
1796.81/1797.14	c   Problem name     : t_HOME/instance-3740866-1338765492.opb
1796.81/1797.14	c   Variables        : 48410 (48410 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.81/1797.14	c   Constraints      : 1121487 initial, 1121487 maximal
1796.81/1797.14	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.81/1797.14	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   knapsack         :       0.38          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   setppc           :       0.20          0          0          0          0          0          0          0          0          0
1796.81/1797.14	c   linear           :       4.23          0          1          0          0          0          8          0          7          0
1796.81/1797.14	c   logicor          :       0.55          0          0          0          0          0         22          0          0          0
1796.81/1797.14	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.81/1797.14	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.14	c   integral         :          0          0          0          4          0          1          0          0          0          0          0          8
1796.81/1797.14	c   knapsack         :     112021          5          8          0          1          0          0          0          0        111          0          0
1796.81/1797.14	c   setppc           :     237584          5          8          0          1          0          0          0       1770          0          0          0
1796.81/1797.14	c   linear           :          1          5          8          0          1          0          0          0          0          0          0          0
1796.81/1797.14	c   logicor          :     771881          5          5          0          1          0          0          0          0          0          0          0
1796.81/1797.14	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.81/1797.14	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.81/1797.14	c   integral         :    1158.23       0.00       0.00    1158.23       0.00       0.00       0.00
1796.81/1797.14	c   knapsack         :       0.34       0.29       0.02       0.00       0.02       0.00       0.00
1796.81/1797.14	c   setppc           :       0.12       0.05       0.06       0.00       0.02       0.00       0.00
1796.81/1797.14	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c   logicor          :       0.36       0.13       0.18       0.00       0.05       0.00       0.00
1796.81/1797.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.81/1797.14	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.81/1797.14	c   vbounds          :          0          0          0          0
1796.81/1797.14	c   rootredcost      :          0          0          0          0
1796.81/1797.14	c   pseudoobj        :          0          0          0          0
1796.81/1797.14	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.81/1797.14	c   vbounds          :       0.00       0.00       0.00
1796.81/1797.14	c   rootredcost      :       0.00       0.00       0.00
1796.81/1797.14	c   pseudoobj        :       0.00       0.00       0.00
1796.81/1797.14	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.81/1797.14	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.81/1797.14	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.14	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.14	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.81/1797.14	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.81/1797.14	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.81/1797.14	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.81/1797.14	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.81/1797.14	c   cut pool         :       0.00          4          -          -         53          -    (maximal pool size: 1014)
1796.81/1797.14	c   redcost          :       0.01          8          0          0          0          0
1796.81/1797.14	c   impliedbounds    :       0.01          5          0          0          0          0
1796.81/1797.14	c   intobj           :       0.00          0          0          0          0          0
1796.81/1797.14	c   gomory           :      63.15          5          0          0       2500          0
1796.81/1797.14	c   cgmip            :       0.00          0          0          0          0          0
1796.81/1797.14	c   closecuts        :       0.00          0          0          0          0          0
1796.81/1797.14	c   strongcg         :      46.08          5          0          0       2500          0
1796.81/1797.14	c   cmir             :       0.00          0          0          0          0          0
1796.81/1797.14	c   flowcover        :       0.00          0          0          0          0          0
1796.81/1797.14	c   clique           :       2.31          5          0          0         36          0
1796.81/1797.14	c   zerohalf         :       0.00          0          0          0          0          0
1796.81/1797.14	c   mcf              :       6.09          1          0          0          0          0
1796.81/1797.14	c   oddcycle         :       0.00          0          0          0          0          0
1796.81/1797.14	c   rapidlearning    :       0.00          0          0          0          0          0
1796.81/1797.14	c Pricers            :       Time      Calls       Vars
1796.81/1797.14	c   problem variables:       0.00          0          0
1796.81/1797.14	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.81/1797.14	c   relpscost        :    1158.23          4          0          0          0          0          8
1796.81/1797.14	c   pscost           :       0.00          0          0          0          0          0          0
1796.81/1797.14	c   inference        :       0.00          1          0          0          0          0          2
1796.81/1797.14	c   mostinf          :       0.00          0          0          0          0          0          0
1796.81/1797.14	c   leastinf         :       0.00          0          0          0          0          0          0
1796.81/1797.14	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.81/1797.14	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.81/1797.14	c   random           :       0.00          0          0          0          0          0          0
1796.81/1797.14	c Primal Heuristics  :       Time      Calls      Found
1796.81/1797.14	c   LP solutions     :       0.00          -          0
1796.81/1797.14	c   pseudo solutions :       0.00          -          0
1796.81/1797.14	c   trivial          :       0.03          1          0
1796.81/1797.14	c   shiftandpropagate:       0.00          0          0
1796.81/1797.14	c   simplerounding   :       0.00          0          0
1796.81/1797.14	c   zirounding       :       0.00          0          0
1796.81/1797.14	c   rounding         :       0.00          0          0
1796.81/1797.14	c   shifting         :       0.00          0          0
1796.81/1797.14	c   intshifting      :       0.00          0          0
1796.81/1797.14	c   oneopt           :       0.00          0          0
1796.81/1797.14	c   twoopt           :       0.00          0          0
1796.81/1797.14	c   fixandinfer      :       0.00          0          0
1796.81/1797.14	c   feaspump         :       0.00          0          0
1796.81/1797.14	c   clique           :       0.00          0          0
1796.81/1797.14	c   coefdiving       :       0.00          0          0
1796.81/1797.14	c   pscostdiving     :       0.00          0          0
1796.81/1797.14	c   fracdiving       :       0.00          0          0
1796.81/1797.14	c   veclendiving     :       0.00          0          0
1796.81/1797.14	c   intdiving        :       0.00          0          0
1796.81/1797.14	c   actconsdiving    :       0.00          0          0
1796.81/1797.14	c   objpscostdiving  :       0.00          0          0
1796.81/1797.14	c   rootsoldiving    :       0.00          0          0
1796.81/1797.14	c   linesearchdiving :       0.00          0          0
1796.81/1797.14	c   guideddiving     :       0.00          0          0
1796.81/1797.14	c   octane           :       0.00          0          0
1796.81/1797.14	c   rens             :       0.00          0          0
1796.81/1797.14	c   rins             :       0.00          0          0
1796.81/1797.14	c   localbranching   :       0.00          0          0
1796.81/1797.14	c   mutation         :       0.00          0          0
1796.81/1797.14	c   crossover        :       0.00          0          0
1796.81/1797.14	c   dins             :       0.00          0          0
1796.81/1797.14	c   vbounds          :       0.00          0          0
1796.81/1797.14	c   undercover       :       0.00          0          0
1796.81/1797.14	c   subnlp           :       0.00          0          0
1796.81/1797.14	c   trysol           :       0.00          0          0
1796.81/1797.14	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.81/1797.14	c   primal LP        :       1.23          0          0       0.00       0.00
1796.81/1797.14	c   dual LP          :     501.42         10      48445    4844.50      96.62
1796.81/1797.14	c   lex dual LP      :       0.00          0          0       0.00          -
1796.81/1797.14	c   barrier LP       :       0.00          0          0       0.00          -
1796.81/1797.14	c   diving/probing LP:       0.00          0          0       0.00          -
1796.81/1797.14	c   strong branching :    1158.07         89      66114     742.85      57.09
1796.81/1797.14	c     (at root node) :          -         27      24459     905.89          -
1796.81/1797.14	c   conflict analysis:       0.00          0          0       0.00          -
1796.81/1797.14	c B&B Tree           :
1796.81/1797.14	c   number of runs   :          1
1796.81/1797.14	c   nodes            :          5
1796.81/1797.14	c   nodes (total)    :          5
1796.81/1797.14	c   nodes left       :          6
1796.81/1797.14	c   max depth        :          3
1796.81/1797.14	c   max depth (total):          3
1796.81/1797.14	c   backtracks       :          1 (20.0%)
1796.81/1797.14	c   delayed cutoffs  :          0
1796.81/1797.14	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.81/1797.14	c   avg switch length:       1.60
1796.81/1797.14	c   switching time   :       1.35
1796.81/1797.14	c Solution           :
1796.81/1797.14	c   Solutions found  :          0 (0 improvements)
1796.81/1797.14	c   Primal Bound     :          -
1796.81/1797.14	c   Dual Bound       : +0.00000000000000e+00
1796.81/1797.14	c   Gap              :   infinite
1796.81/1797.14	c   Root Dual Bound  : +0.00000000000000e+00
1796.81/1797.14	c   Root Iterations  :      40658
1799.91/1800.22	c Time complete: 1799.93.

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.79 3.59 2.64 4/178 21359
/proc/meminfo: memFree=27901420/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1509 0 0 0 0 0 0 0 20 0 1 0 342675325 9818112 1464 33554432000 4194304 9016284 140735095408080 140733679518312 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 2397 1465 311 1178 0 1215 0

[startup+0.104296 s]
/proc/loadavg: 4.79 3.59 2.64 4/178 21359
/proc/meminfo: memFree=27901420/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=21504 CPUtime=0.09 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 4366 0 0 0 9 0 0 0 20 0 1 0 342675325 22020096 4321 33554432000 4194304 9016284 140735095408080 140733679518312 4445996 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 5376 4321 357 1178 0 4194 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21504

[startup+0.200255 s]
/proc/loadavg: 4.79 3.59 2.64 4/178 21359
/proc/meminfo: memFree=27901420/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=28172 CPUtime=0.18 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 6029 0 0 0 18 0 0 0 20 0 1 0 342675325 28848128 5984 33554432000 4194304 9016284 140735095408080 140733679518312 7851336 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 7076 6009 357 1178 0 5894 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 28172

[startup+0.300231 s]
/proc/loadavg: 4.79 3.59 2.64 4/178 21359
/proc/meminfo: memFree=27901420/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=36812 CPUtime=0.29 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 8190 0 0 0 28 1 0 0 20 0 1 0 342675325 37695488 8145 33554432000 4194304 9016284 140735095408080 140733679518312 7874895 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 9203 8145 357 1178 0 8021 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36812

[startup+0.70026 s]
/proc/loadavg: 4.79 3.59 2.64 4/178 21359
/proc/meminfo: memFree=27901420/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=66252 CPUtime=0.69 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 15529 0 0 0 67 2 0 0 20 0 1 0 342675325 67842048 15484 33554432000 4194304 9016284 140735095408080 140735095271976 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 16563 15484 357 1178 0 15381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66252

[startup+1.50023 s]
/proc/loadavg: 4.79 3.59 2.64 3/178 21360
/proc/meminfo: memFree=28501920/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=124628 CPUtime=1.49 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 30109 0 0 0 145 4 0 0 20 0 1 0 342675325 127619072 30064 33554432000 4194304 9016284 140735095408080 140735095271976 7842273 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 31157 30064 357 1178 0 29975 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124628

[startup+3.10026 s]
/proc/loadavg: 4.57 3.57 2.64 3/178 21360
/proc/meminfo: memFree=28421700/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=239264 CPUtime=3.09 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 58714 0 0 0 301 8 0 0 20 0 1 0 342675325 245006336 58669 33554432000 4194304 9016284 140735095408080 140735095271976 4536486 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 59816 58669 357 1178 0 58634 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 239264

[startup+6.30018 s]
/proc/loadavg: 4.57 3.57 2.64 3/178 21360
/proc/meminfo: memFree=28179888/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=470160 CPUtime=6.29 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 116278 0 0 0 612 17 0 0 20 0 1 0 342675325 481443840 116233 33554432000 4194304 9016284 140735095408080 140735095271976 6152394 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 117540 116233 357 1178 0 116358 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 470160

[startup+12.7002 s]
/proc/loadavg: 4.17 3.51 2.63 3/178 21360
/proc/meminfo: memFree=26905060/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=1441640 CPUtime=12.69 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 423728 0 0 0 1205 64 0 0 20 0 1 0 342675325 1476239360 352692 33554432000 4194304 9016284 140735095408080 140735095405288 6817550 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 360410 352692 496 1178 0 359228 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1441640

[startup+25.507 s]
/proc/loadavg: 3.84 3.46 2.63 3/178 21360
/proc/meminfo: memFree=25815364/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=2970404 CPUtime=25.49 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 615747 0 0 0 2437 112 0 0 20 0 1 0 342675325 3041693696 694131 33554432000 4194304 9016284 140735095408080 140735095402248 7227419 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 742601 694131 624 1178 0 741419 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2970404

[startup+51.1002 s]
/proc/loadavg: 3.21 3.34 2.61 3/178 21361
/proc/meminfo: memFree=25628640/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3152960 CPUtime=51.08 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 626958 0 0 0 4974 134 0 0 20 0 1 0 342675325 3228631040 740606 33554432000 4194304 9016284 140735095408080 140735095400760 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 788240 740606 625 1178 0 787058 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3152960

[startup+102.3 s]
/proc/loadavg: 2.52 3.13 2.57 3/177 21361
/proc/meminfo: memFree=25776520/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3041784 CPUtime=102.28 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 642695 0 0 0 10060 168 0 0 20 0 1 0 342675325 3114786816 703830 33554432000 4194304 9016284 140735095408080 140735095403144 6924823 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 760446 703830 661 1178 0 759264 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3041784

[startup+162.3 s]
/proc/loadavg: 2.19 2.93 2.54 3/178 21364
/proc/meminfo: memFree=25702612/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3133208 CPUtime=162.26 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 654690 0 0 0 16033 193 0 0 20 0 1 0 342675325 3208404992 721700 33554432000 4194304 9016284 140735095408080 140735095400760 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 783302 721700 661 1178 0 782120 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3133208

[startup+222.3 s]
/proc/loadavg: 2.18 2.77 2.51 3/177 21364
/proc/meminfo: memFree=25693652/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3153408 CPUtime=222.26 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 666805 0 0 0 21991 235 0 0 20 0 1 0 342675325 3229089792 724601 33554432000 4194304 9016284 140735095408080 140735095402248 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 788352 724601 661 1178 0 787170 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3153408

[startup+282.3 s]
/proc/loadavg: 2.07 2.64 2.48 3/177 21364
/proc/meminfo: memFree=25656672/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3199348 CPUtime=282.25 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 673461 0 0 0 27967 258 0 0 20 0 1 0 342675325 3276132352 733733 33554432000 4194304 9016284 140735095408080 140735095400760 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 799837 733733 663 1178 0 798655 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3199348

[startup+342.307 s]
/proc/loadavg: 2.02 2.51 2.44 4/177 21365
/proc/meminfo: memFree=25731656/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3195792 CPUtime=342.24 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 678490 0 0 0 33954 270 0 0 20 0 1 0 342675325 3272491008 711274 33554432000 4194304 9016284 140735095408080 140735095400760 6855218 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 798948 711274 663 1178 0 797766 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3195792

[startup+402.3 s]
/proc/loadavg: 2.01 2.42 2.41 4/177 21365
/proc/meminfo: memFree=25722016/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3218112 CPUtime=402.23 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 692633 0 0 0 39906 317 0 0 20 0 1 0 342675325 3295346688 712255 33554432000 4194304 9016284 140735095408080 140735095401944 7213554 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 804528 712255 663 1178 0 803346 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3218112

[startup+462.3 s]
/proc/loadavg: 2.00 2.34 2.38 3/177 21365
/proc/meminfo: memFree=25702668/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3221304 CPUtime=462.22 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 702159 0 0 0 45879 343 0 0 20 0 1 0 342675325 3298615296 716061 33554432000 4194304 9016284 140735095408080 140735095401944 7080750 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 805326 716061 663 1178 0 804144 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3221304

[startup+522.3 s]
/proc/loadavg: 2.00 2.28 2.36 3/177 21365
/proc/meminfo: memFree=25682048/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3253000 CPUtime=522.21 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 714623 0 0 0 51835 386 0 0 20 0 1 0 342675325 3331072000 720751 33554432000 4194304 9016284 140735095408080 140735095401000 7180592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 813250 720751 663 1178 0 812068 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3253000

[startup+582.3 s]
/proc/loadavg: 2.00 2.23 2.33 3/177 21365
/proc/meminfo: memFree=25629872/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3250644 CPUtime=582.2 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 736607 0 0 0 57794 426 0 0 20 0 1 0 342675325 3328659456 721320 33554432000 4194304 9016284 140735095408080 140735095400920 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 812661 721320 664 1178 0 811479 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3250644

[startup+642.3 s]

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

/proc/meminfo: memFree=25601868/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3279464 CPUtime=1122.12 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 893902 0 0 0 111438 774 0 0 20 0 1 0 342675325 3358171136 723563 33554432000 4194304 9016284 140735095408080 140735095400648 6971592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 819866 723563 672 1178 0 818684 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 3279464

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/177 21370
/proc/meminfo: memFree=25594596/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3280056 CPUtime=1182.11 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 907519 0 0 0 117401 810 0 0 20 0 1 0 342675325 3358777344 723603 33554432000 4194304 9016284 140735095408080 140735095400888 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820014 723603 672 1178 0 818832 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3280056

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/177 21370
/proc/meminfo: memFree=25592148/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3281016 CPUtime=1242.1 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 918658 0 0 0 123361 849 0 0 20 0 1 0 342675325 3359760384 724178 33554432000 4194304 9016284 140735095408080 140735095401944 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820254 724178 672 1178 0 819072 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3281016

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.13 4/177 21371
/proc/meminfo: memFree=25581660/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3289896 CPUtime=1302.09 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 930489 0 0 0 129327 882 0 0 20 0 1 0 342675325 3368853504 727174 33554432000 4194304 9016284 140735095408080 140735095402136 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 822474 727174 672 1178 0 821292 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3289896

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/178 21374
/proc/meminfo: memFree=25582720/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3282032 CPUtime=1362.08 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 945480 0 0 0 135290 918 0 0 20 0 1 0 342675325 3360800768 726246 33554432000 4194304 9016284 140735095408080 140735095400888 7180936 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820508 726246 672 1178 0 819326 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3282032

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/177 21374
/proc/meminfo: memFree=25579896/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3282032 CPUtime=1422.08 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 964365 0 0 0 141248 960 0 0 20 0 1 0 342675325 3360800768 726240 33554432000 4194304 9016284 140735095408080 140735095401832 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820508 726240 672 1178 0 819326 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3282032

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/177 21413
/proc/meminfo: memFree=25320360/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3284424 CPUtime=1482.06 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 985735 0 0 0 147202 1004 0 0 20 0 1 0 342675325 3363250176 726268 33554432000 4194304 9016284 140735095408080 140735095400648 6971597 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 821106 726268 672 1178 0 819924 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3284424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/177 21413
/proc/meminfo: memFree=25367856/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3283572 CPUtime=1542.06 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1003305 0 0 0 153162 1044 0 0 20 0 1 0 342675325 3362377728 726455 33554432000 4194304 9016284 140735095408080 140735095401832 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820893 726455 672 1178 0 819711 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 3283572

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/177 21414
/proc/meminfo: memFree=25345952/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3281024 CPUtime=1602.05 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1022115 0 0 0 159118 1087 0 0 20 0 1 0 342675325 3359768576 726308 33554432000 4194304 9016284 140735095408080 140735095400648 7876078 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820256 726308 672 1178 0 819074 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 3281024

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/177 21414
/proc/meminfo: memFree=25307760/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3280608 CPUtime=1662.04 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1040961 0 0 0 165080 1124 0 0 20 0 1 0 342675325 3359342592 726849 33554432000 4194304 9016284 140735095408080 140735095402136 6863440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820152 726849 672 1178 0 818970 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 3280608

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.08 3/177 21414
/proc/meminfo: memFree=25359348/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3280608 CPUtime=1722.03 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1062035 0 0 0 171038 1165 0 0 20 0 1 0 342675325 3359342592 726352 33554432000 4194304 9016284 140735095408080 140735095401384 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820152 726352 672 1178 0 818970 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 3280608

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.07 3/177 21414
/proc/meminfo: memFree=25327972/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3280880 CPUtime=1782.02 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1086158 0 0 0 176992 1210 0 0 20 0 1 0 342675325 3359621120 726874 33554432000 4194304 9016284 140735095408080 140735095401832 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820220 726874 672 1178 0 819038 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 3280880

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

[startup+1792.11 s]
/proc/loadavg: 2.02 2.01 2.07 3/177 21414
/proc/meminfo: memFree=25340096/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3280608 CPUtime=1791.82 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1094153 0 0 0 177962 1220 0 0 20 0 1 0 342675325 3359342592 726348 33554432000 4194304 9016284 140735095408080 140735095400920 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820152 726348 672 1178 0 818970 0
Current children cumulated CPU time (s) 1791.82
Current children cumulated vsize (KiB) 3280608

[startup+1795.3 s]
/proc/loadavg: 2.02 2.01 2.07 3/177 21414
/proc/meminfo: memFree=25328988/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3281556 CPUtime=1795.02 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1096548 0 0 0 178278 1224 0 0 20 0 1 0 342675325 3360313344 726711 33554432000 4194304 9016284 140735095408080 140735095400920 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 820389 726711 672 1178 0 819207 0
Current children cumulated CPU time (s) 1795.02
Current children cumulated vsize (KiB) 3281556

[startup+1798.5 s]
/proc/loadavg: 2.02 2.01 2.07 3/177 21414
/proc/meminfo: memFree=25326056/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3278472 CPUtime=1798.21 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1096852 0 0 0 178596 1225 0 0 20 0 1 0 342675325 3357155328 726274 33554432000 4194304 9016284 140735095408080 140735095407256 6469232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 819618 726274 680 1178 0 818436 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 3278472

[startup+1799.3 s]
/proc/loadavg: 2.02 2.01 2.07 3/177 21414
/proc/meminfo: memFree=25329776/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3278472 CPUtime=1799.01 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1096852 0 0 0 178676 1225 0 0 20 0 1 0 342675325 3357155328 726274 33554432000 4194304 9016284 140735095408080 140735095407256 6817720 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 819618 726274 680 1178 0 818436 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 3278472

[startup+1799.7 s]
/proc/loadavg: 2.02 2.01 2.07 3/177 21414
/proc/meminfo: memFree=25409260/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=3194060 CPUtime=1799.42 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1096852 0 0 0 178716 1226 0 0 20 0 1 0 342675325 3270717440 705337 33554432000 4194304 9016284 140735095408080 140735095407256 7933303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 798515 705337 680 1178 0 797333 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 3194060

[startup+1800.1 s]
/proc/loadavg: 2.02 2.01 2.07 3/177 21414
/proc/meminfo: memFree=25409260/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=2056040 CPUtime=1799.82 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1096852 0 0 0 178753 1229 0 0 20 0 1 0 342675325 2105384960 505411 33554432000 4194304 9016284 140735095408080 140735095407256 6812833 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 514010 505411 680 1178 0 512828 0
Current children cumulated CPU time (s) 1799.82
Current children cumulated vsize (KiB) 2056040

[startup+1800.2 s]
/proc/loadavg: 2.02 2.01 2.07 3/177 21414
/proc/meminfo: memFree=25409260/32873648 swapFree=7628/7628
[pid=21359] ppid=21357 vsize=1085424 CPUtime=1799.91 cores=1,3,5,7
/proc/21359/stat : 21359 (scip-2.0.1.4b_2) R 21357 21359 20052 0 -1 4202496 1096855 0 0 0 178758 1233 0 0 20 0 1 0 342675325 1111474176 197686 33554432000 4194304 9016284 140735095408080 140735095407256 8107690 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21359/statm: 271356 197174 683 1178 0 270174 0
Current children cumulated CPU time (s) 1799.91
Current children cumulated vsize (KiB) 1085424

Child status: 0
Real time (s): 1800.22
CPU time (s): 1799.95
CPU user time (s): 1787.59
CPU system time (s): 12.3591
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 3424780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.59
system time used= 12.3591
maximum resident set size= 3023944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1096860
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= 4
involuntary context switches= 1854

runsolver used 2.90856 second user time and 8.25774 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-04 01:18:13
IDJOB=3740866
IDBENCH=89649
IDSOLVER=2329
FILE ID=node122/3740866-1338765492
RUNJOBID= node122-1338749400-20069
PBS_JOBID= 14636801
Free space on /tmp= 71072 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-137.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740866-1338765492/watcher-3740866-1338765492 -o /tmp/evaluation-result-3740866-1338765492/solver-3740866-1338765492 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740866-1338765492.opb -t 1800 -m 15500

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

MD5SUM BENCH= 395b6779bc0f993a1d1357b59c2e4536
RANDOM SEED=1731141736

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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:        27807420 kB
Buffers:          232168 kB
Cached:          1064124 kB
SwapCached:         1832 kB
Active:          3241016 kB
Inactive:         958820 kB
Active(anon):    2718708 kB
Inactive(anon):   187928 kB
Active(file):     522308 kB
Inactive(file):   770892 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:             73072 kB
Writeback:             0 kB
AnonPages:       2914416 kB
Mapped:            11416 kB
Shmem:                 0 kB
Slab:             718388 kB
SReclaimable:     161028 kB
SUnreclaim:       557360 kB
KernelStack:        1464 kB
PageTables:        10692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3298572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1400832 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= 71048 MiB
End job on node122 at 2012-06-04 01:48:14