Trace number 3741006

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1794.19 1794.47

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-76.opb
MD5SUMf030651c159d27eae553d070b0927366
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1408.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3741006-1338747185.opb>
1.99/2.05	c original problem has 12587 variables (12587 bin, 0 int, 0 impl, 0 cont) and 283937 constraints
1.99/2.05	c problem read
1.99/2.05	c No objective function, only one solution is needed.
1.99/2.05	c presolving settings loaded
2.39/2.41	c presolving:
3.49/3.56	c (round 1) 1 del vars, 10 del conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 283924 upgd conss, 138752 impls, 458 clqs
3.79/3.81	c presolving (2 rounds):
3.79/3.81	c  1 deleted vars, 18 deleted constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
3.79/3.81	c  138752 implications, 458 cliques
3.79/3.81	c presolved problem has 12586 variables (12586 bin, 0 int, 0 impl, 0 cont) and 283919 constraints
3.79/3.81	c   28351 constraints of type <knapsack>
3.79/3.81	c   60278 constraints of type <setppc>
3.79/3.81	c       3 constraints of type <linear>
3.79/3.81	c  195287 constraints of type <logicor>
3.79/3.81	c transformed objective value is always integral (scale: 1)
3.79/3.81	c Presolving Time: 1.42
3.79/3.81	c - non default parameters ----------------------------------------------------------------------
3.79/3.81	c # SCIP version 1.2.1.3
3.79/3.81	c 
3.79/3.81	c # frequency for displaying node information lines
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 100]
3.79/3.81	c display/freq = 10000
3.79/3.81	c 
3.79/3.81	c # maximal time in seconds to run
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.79/3.81	c limits/time = 1787.96
3.79/3.81	c 
3.79/3.81	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.79/3.81	c limits/memory = 13950
3.79/3.81	c 
3.79/3.81	c # solving stops, if the given number of solutions were found (-1: no limit)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.81	c limits/solutions = 1
3.79/3.81	c 
3.79/3.81	c # maximal number of separation rounds per node (-1: unlimited)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 5]
3.79/3.81	c separating/maxrounds = 1
3.79/3.81	c 
3.79/3.81	c # maximal number of separation rounds in the root node (-1: unlimited)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.81	c separating/maxroundsroot = 5
3.79/3.81	c 
3.79/3.81	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.79/3.81	c # [type: int, range: [1,2], default: 1]
3.79/3.81	c timing/clocktype = 2
3.79/3.81	c 
3.79/3.81	c # should presolving try to simplify inequalities
3.79/3.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.81	c constraints/linear/simplifyinequalities = TRUE
3.79/3.81	c 
3.79/3.81	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.79/3.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.81	c constraints/indicator/addCouplingCons = TRUE
3.79/3.81	c 
3.79/3.81	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.79/3.81	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.79/3.81	c constraints/knapsack/disaggregation = FALSE
3.79/3.81	c 
3.79/3.81	c # should presolving try to simplify knapsacks
3.79/3.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.81	c constraints/knapsack/simplifyinequalities = TRUE
3.79/3.81	c 
3.79/3.81	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.81	c presolving/probing/maxrounds = 0
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.81	c heuristics/coefdiving/freq = -1
3.79/3.81	c 
3.79/3.81	c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.81	c heuristics/coefdiving/maxlpiterquot = 0.075
3.79/3.81	c 
3.79/3.81	c # additional number of allowed LP iterations
3.79/3.81	c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.81	c heuristics/coefdiving/maxlpiterofs = 1500
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 30]
3.79/3.81	c heuristics/crossover/freq = -1
3.79/3.81	c 
3.79/3.81	c # number of nodes added to the contingent of the total nodes
3.79/3.81	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.79/3.81	c heuristics/crossover/nodesofs = 750
3.79/3.81	c 
3.79/3.81	c # number of nodes without incumbent change that heuristic should wait
3.79/3.81	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.79/3.81	c heuristics/crossover/nwaitingnodes = 100
3.79/3.81	c 
3.79/3.81	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.79/3.81	c # [type: real, range: [0,1], default: 0.1]
3.79/3.81	c heuristics/crossover/nodesquot = 0.15
3.79/3.81	c 
3.79/3.81	c # minimum percentage of integer variables that have to be fixed 
3.79/3.81	c # [type: real, range: [0,1], default: 0.666]
3.79/3.81	c heuristics/crossover/minfixingrate = 0.5
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 20]
3.79/3.81	c heuristics/feaspump/freq = -1
3.79/3.81	c 
3.79/3.81	c # additional number of allowed LP iterations
3.79/3.81	c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.81	c heuristics/feaspump/maxlpiterofs = 2000
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.81	c heuristics/fracdiving/freq = -1
3.79/3.81	c 
3.79/3.81	c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.81	c heuristics/fracdiving/maxlpiterquot = 0.075
3.79/3.81	c 
3.79/3.81	c # additional number of allowed LP iterations
3.79/3.81	c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.81	c heuristics/fracdiving/maxlpiterofs = 1500
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.81	c heuristics/guideddiving/freq = -1
3.79/3.81	c 
3.79/3.81	c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.81	c heuristics/guideddiving/maxlpiterquot = 0.075
3.79/3.81	c 
3.79/3.81	c # additional number of allowed LP iterations
3.79/3.81	c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.81	c heuristics/guideddiving/maxlpiterofs = 1500
3.79/3.81	c 
3.79/3.81	c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.81	c heuristics/intdiving/maxlpiterquot = 0.075
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.81	c heuristics/intshifting/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.81	c heuristics/linesearchdiving/freq = -1
3.79/3.81	c 
3.79/3.81	c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.81	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.79/3.81	c 
3.79/3.81	c # additional number of allowed LP iterations
3.79/3.81	c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.81	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.81	c heuristics/nlp/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 20]
3.79/3.81	c heuristics/objpscostdiving/freq = -1
3.79/3.81	c 
3.79/3.81	c # maximal fraction of diving LP iterations compared to total iteration number
3.79/3.81	c # [type: real, range: [0,1], default: 0.01]
3.79/3.81	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.79/3.81	c 
3.79/3.81	c # additional number of allowed LP iterations
3.79/3.81	c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.81	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.81	c heuristics/oneopt/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.81	c heuristics/pscostdiving/freq = -1
3.79/3.81	c 
3.79/3.81	c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.81	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.79/3.81	c 
3.79/3.81	c # additional number of allowed LP iterations
3.79/3.81	c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.81	c heuristics/pscostdiving/maxlpiterofs = 1500
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 0]
3.79/3.81	c heuristics/rens/freq = -1
3.79/3.81	c 
3.79/3.81	c # minimum percentage of integer variables that have to be fixable 
3.79/3.81	c # [type: real, range: [0,1], default: 0.5]
3.79/3.81	c heuristics/rens/minfixingrate = 0.3
3.79/3.81	c 
3.79/3.81	c # number of nodes added to the contingent of the total nodes
3.79/3.81	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.79/3.81	c heuristics/rens/nodesofs = 2000
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 20]
3.79/3.81	c heuristics/rootsoldiving/freq = -1
3.79/3.81	c 
3.79/3.81	c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.79/3.81	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.79/3.81	c 
3.79/3.81	c # additional number of allowed LP iterations
3.79/3.81	c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.81	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.81	c heuristics/rounding/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.81	c heuristics/shifting/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.81	c heuristics/simplerounding/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 0]
3.79/3.81	c heuristics/trivial/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.81	c heuristics/trysol/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 10]
3.79/3.81	c heuristics/veclendiving/freq = -1
3.79/3.81	c 
3.79/3.81	c # maximal fraction of diving LP iterations compared to node LP iterations
3.79/3.81	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.79/3.81	c heuristics/veclendiving/maxlpiterquot = 0.075
3.79/3.81	c 
3.79/3.81	c # additional number of allowed LP iterations
3.79/3.81	c # [type: int, range: [0,2147483647], default: 1000]
3.79/3.81	c heuristics/veclendiving/maxlpiterofs = 1500
3.79/3.81	c 
3.79/3.81	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 1]
3.79/3.81	c heuristics/zirounding/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 0]
3.79/3.81	c separating/cmir/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: 0]
3.79/3.81	c separating/flowcover/freq = -1
3.79/3.81	c 
3.79/3.81	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.79/3.81	c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.81	c separating/rapidlearning/freq = 0
3.79/3.81	c 
3.79/3.81	c -----------------------------------------------------------------------------------------------
3.79/3.81	c start solving
3.79/3.82	c 
16.29/16.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.29/16.31	c  14.3s|     1 |     0 |  3125 |     - | 382M|   0 |1028 |  12k| 283k|  12k| 283k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.79/21.85	c  19.8s|     1 |     0 |  3443 |     - | 382M|   0 |1837 |  12k| 283k|  12k| 283k|   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
29.39/29.40	c  27.3s|     1 |     0 |  3991 |     - | 382M|   0 |1520 |  12k| 283k|  12k| 283k|  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
43.18/43.23	c  41.2s|     1 |     0 |  5423 |     - | 383M|   0 |1787 |  12k| 283k|  12k| 283k|  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
62.09/62.17	c  60.1s|     1 |     0 |  7215 |     - | 384M|   0 |2135 |  12k| 283k|  12k| 283k|  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
196.16/196.25	c   194s|     1 |     0 | 17963 |     - | 385M|   0 |3410 |  12k| 283k|  12k| 283k|  65 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
498.71/498.82	c   497s|     1 |     2 | 17963 |     - | 385M|   0 |3410 |  12k| 283k|  12k| 283k|  65 |   0 |  28 | 0.000000e+00 |      --      |    Inf 
1793.61/1793.96	c 
1793.61/1793.96	c SCIP Status        : solving was interrupted [time limit reached]
1793.61/1793.96	c Solving Time (sec) : 1791.92
1793.61/1793.96	c Solving Nodes      : 3
1793.61/1793.96	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1793.61/1793.96	c Dual Bound         : +0.00000000000000e+00
1793.61/1793.96	c Gap                : infinite
1793.61/1793.96	s UNKNOWN
1793.61/1793.96	c SCIP Status        : solving was interrupted [time limit reached]
1793.61/1793.96	c Solving Time       :    1791.92
1793.61/1793.96	c Original Problem   :
1793.61/1793.96	c   Problem name     : HOME/instance-3741006-1338747185.opb
1793.61/1793.96	c   Variables        : 12587 (12587 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.61/1793.96	c   Constraints      : 283937 initial, 283937 maximal
1793.61/1793.96	c Presolved Problem  :
1793.61/1793.96	c   Problem name     : t_HOME/instance-3741006-1338747185.opb
1793.61/1793.96	c   Variables        : 12586 (12586 binary, 0 integer, 0 implicit integer, 0 continuous)
1793.61/1793.96	c   Constraints      : 283919 initial, 283919 maximal
1793.61/1793.96	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1793.61/1793.96	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1793.61/1793.96	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1793.61/1793.96	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1793.61/1793.96	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1793.61/1793.96	c   implics          :       0.00          0          0          0          0          0          0          0          0
1793.61/1793.96	c   probing          :       0.00          0          0          0          0          0          0          0          0
1793.61/1793.96	c   knapsack         :       0.10          0          0          0          0          0          0          0          0
1793.61/1793.96	c   setppc           :       0.05          0          0          0          0          0          0          0          0
1793.61/1793.96	c   linear           :       0.98          0          1          0          0          0         10          9          0
1793.61/1793.96	c   logicor          :       0.10          0          0          0          0          0          8          0          0
1793.61/1793.96	c   root node        :          -          0          -          -          0          -          -          -          -
1793.61/1793.96	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1793.61/1793.96	c   integral         :          0          0          0          3          0          0          0          0          0          6
1793.61/1793.96	c   knapsack         :      28351          5          5          0          0          0          0          8          0          0
1793.61/1793.96	c   setppc           :      60278          5          5          0          0          0        496          0          0          0
1793.61/1793.96	c   linear           :          3          5          5          0          0          0          0          0          0          0
1793.61/1793.96	c   logicor          :     195287          5          3          0          0          0          0          0          0          0
1793.61/1793.96	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1793.61/1793.96	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1793.61/1793.96	c   integral         :     818.15       0.00       0.00     818.15       0.00
1793.61/1793.96	c   knapsack         :       0.08       0.08       0.00       0.00       0.00
1793.61/1793.96	c   setppc           :       0.02       0.01       0.01       0.00       0.00
1793.61/1793.96	c   linear           :       0.00       0.00       0.00       0.00       0.00
1793.61/1793.96	c   logicor          :       0.08       0.04       0.04       0.00       0.00
1793.61/1793.96	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1793.61/1793.96	c Propagators        :       Time      Calls    Cutoffs    DomReds
1793.61/1793.96	c   vbounds          :       0.00          1          0          0
1793.61/1793.96	c   rootredcost      :       0.00          0          0          0
1793.61/1793.96	c   pseudoobj        :       0.00          0          0          0
1793.61/1793.96	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1793.61/1793.96	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1793.61/1793.96	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1793.61/1793.96	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1793.61/1793.96	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1793.61/1793.96	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1793.61/1793.96	c   applied globally :          -          -          -          0        0.0          -          -          -
1793.61/1793.96	c   applied locally  :          -          -          -          0        0.0          -          -          -
1793.61/1793.96	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1793.61/1793.96	c   cut pool         :       0.00          4          -          -         48          -    (maximal pool size: 819)
1793.61/1793.96	c   redcost          :       0.00          7          0          0          0          0
1793.61/1793.96	c   impliedbounds    :       0.01          5          0          0          0          0
1793.61/1793.96	c   intobj           :       0.00          0          0          0          0          0
1793.61/1793.96	c   cgmip            :       0.00          0          0          0          0          0
1793.61/1793.96	c   gomory           :      12.23          5          0          0       2500          0
1793.61/1793.96	c   strongcg         :      10.64          5          0          0       2500          0
1793.61/1793.96	c   cmir             :       0.00          0          0          0          0          0
1793.61/1793.96	c   flowcover        :       0.00          0          0          0          0          0
1793.61/1793.96	c   clique           :       0.23          5          0          0         37          0
1793.61/1793.96	c   zerohalf         :       0.00          0          0          0          0          0
1793.61/1793.96	c   mcf              :       0.29          1          0          0          0          0
1793.61/1793.96	c   rapidlearning    :       0.00          0          0          0          0          0
1793.61/1793.96	c Pricers            :       Time      Calls       Vars
1793.61/1793.96	c   problem variables:       0.00          0          0
1793.61/1793.96	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1793.61/1793.96	c   relpscost        :     818.15          3          0          0          0          0          6
1793.61/1793.96	c   pscost           :       0.00          0          0          0          0          0          0
1793.61/1793.96	c   inference        :       0.00          0          0          0          0          0          0
1793.61/1793.96	c   mostinf          :       0.00          0          0          0          0          0          0
1793.61/1793.96	c   leastinf         :       0.00          0          0          0          0          0          0
1793.61/1793.96	c   fullstrong       :       0.00          0          0          0          0          0          0
1793.61/1793.96	c   allfullstrong    :       0.00          0          0          0          0          0          0
1793.61/1793.96	c   random           :       0.00          0          0          0          0          0          0
1793.61/1793.96	c Primal Heuristics  :       Time      Calls      Found
1793.61/1793.96	c   LP solutions     :       0.00          -          0
1793.61/1793.96	c   pseudo solutions :       0.00          -          0
1793.61/1793.96	c   trivial          :       0.01          1          0
1793.61/1793.96	c   simplerounding   :       0.00          0          0
1793.61/1793.96	c   zirounding       :       0.00          0          0
1793.61/1793.96	c   rounding         :       0.00          0          0
1793.61/1793.96	c   shifting         :       0.00          0          0
1793.61/1793.96	c   intshifting      :       0.00          0          0
1793.61/1793.96	c   oneopt           :       0.00          0          0
1793.61/1793.96	c   twoopt           :       0.00          0          0
1793.61/1793.96	c   fixandinfer      :       0.00          0          0
1793.61/1793.96	c   feaspump         :       0.00          0          0
1793.61/1793.96	c   coefdiving       :       0.00          0          0
1793.61/1793.96	c   pscostdiving     :       0.00          0          0
1793.61/1793.96	c   fracdiving       :       0.00          0          0
1793.61/1793.96	c   veclendiving     :       0.00          0          0
1793.61/1793.96	c   intdiving        :       0.00          0          0
1793.61/1793.96	c   actconsdiving    :       0.00          0          0
1793.61/1793.96	c   objpscostdiving  :       0.00          0          0
1793.61/1793.96	c   rootsoldiving    :       0.00          0          0
1793.61/1793.96	c   linesearchdiving :       0.00          0          0
1793.61/1793.96	c   guideddiving     :       0.00          0          0
1793.61/1793.96	c   octane           :       0.00          0          0
1793.61/1793.96	c   rens             :       0.00          0          0
1793.61/1793.96	c   rins             :       0.00          0          0
1793.61/1793.96	c   localbranching   :       0.00          0          0
1793.61/1793.96	c   mutation         :       0.00          0          0
1793.61/1793.96	c   crossover        :       0.00          0          0
1793.61/1793.96	c   dins             :       0.00          0          0
1793.61/1793.96	c   undercover       :       0.00          0          0
1793.61/1793.96	c   nlp              :       0.00          0          0
1793.61/1793.96	c   trysol           :       0.00          0          0
1793.61/1793.96	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1793.61/1793.96	c   primal LP        :       0.18          0          0       0.00       0.00
1793.61/1793.96	c   dual LP          :     947.39          8      69592    8699.00      73.46
1793.61/1793.96	c   lex dual LP      :       0.00          0          0       0.00          -
1793.61/1793.96	c   barrier LP       :       0.00          0          0       0.00          -
1793.61/1793.96	c   diving/probing LP:       0.00          0          0       0.00          -
1793.61/1793.96	c   strong branching :     818.14         65      65000    1000.00      79.45
1793.61/1793.96	c     (at root node) :          -         28      28000    1000.00          -
1793.61/1793.96	c   conflict analysis:       0.00          0          0       0.00          -
1793.61/1793.96	c B&B Tree           :
1793.61/1793.96	c   number of runs   :          1
1793.61/1793.96	c   nodes            :          3
1793.61/1793.96	c   nodes (total)    :          3
1793.61/1793.96	c   nodes left       :          4
1793.61/1793.96	c   max depth        :          2
1793.61/1793.96	c   max depth (total):          2
1793.61/1793.96	c   backtracks       :          0 (0.0%)
1793.61/1793.96	c   delayed cutoffs  :          0
1793.61/1793.96	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1793.61/1793.96	c   avg switch length:       1.00
1793.61/1793.96	c   switching time   :       0.21
1793.61/1793.96	c Solution           :
1793.61/1793.96	c   Solutions found  :          0 (0 improvements)
1793.61/1793.96	c   Primal Bound     :          -
1793.61/1793.96	c   Dual Bound       : +0.00000000000000e+00
1793.61/1793.96	c   Gap              :   infinite
1793.61/1793.96	c   Root Dual Bound  : +0.00000000000000e+00
1793.61/1793.96	c   Root Iterations  :      17963
1794.11/1794.47	c Time complete: 1794.18.

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-3741006-1338747185/watcher-3741006-1338747185 -o /tmp/evaluation-result-3741006-1338747185/solver-3741006-1338747185 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741006-1338747185.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 26920
/proc/meminfo: memFree=24870440/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=9972 CPUtime=0 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 1724 0 0 0 0 0 0 0 20 0 1 0 340843090 10211328 1671 33554432000 4194304 8395647 140734578232736 140733390226776 7382157 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 2493 1679 374 1026 0 1463 0

[startup+0.0895061 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26920
/proc/meminfo: memFree=24870440/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=17044 CPUtime=0.08 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 3496 0 0 0 8 0 0 0 20 0 1 0 340843090 17453056 3443 33554432000 4194304 8395647 140734578232736 140733390226776 4437221 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 4261 3443 390 1026 0 3231 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17044

[startup+0.100263 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26920
/proc/meminfo: memFree=24870440/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=17368 CPUtime=0.09 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 3580 0 0 0 9 0 0 0 20 0 1 0 340843090 17784832 3527 33554432000 4194304 8395647 140734578232736 140733390226776 7370124 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 4342 3527 390 1026 0 3312 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17368

[startup+0.300265 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26920
/proc/meminfo: memFree=24870440/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=28996 CPUtime=0.29 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 6477 0 0 0 29 0 0 0 20 0 1 0 340843090 29691904 6424 33554432000 4194304 8395647 140734578232736 140733390226776 7352035 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 7249 6424 390 1026 0 6219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28996

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26920
/proc/meminfo: memFree=24870440/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=51444 CPUtime=0.69 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 12091 0 0 0 67 2 0 0 20 0 1 0 340843090 52678656 12038 33554432000 4194304 8395647 140734578232736 140733390226776 5759627 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 12861 12038 390 1026 0 11831 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51444

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26921
/proc/meminfo: memFree=24808308/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=95796 CPUtime=1.49 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 23153 0 0 0 146 3 0 0 20 0 1 0 340843090 98095104 23100 33554432000 4194304 8395647 140734578232736 140734578097944 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 23949 23100 390 1026 0 22919 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95796

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26921
/proc/meminfo: memFree=24713636/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=384320 CPUtime=3.09 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 93568 0 0 0 295 14 0 0 20 0 1 0 340843090 393543680 93124 33554432000 4194304 8395647 140734578232736 140734578228776 6347101 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 96080 93125 481 1026 0 95050 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 384320

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26921
/proc/meminfo: memFree=24204408/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=743728 CPUtime=6.29 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 138762 0 0 0 605 24 0 0 20 0 1 0 340843090 761577472 172569 33554432000 4194304 8395647 140734578232736 140734578228200 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 185932 172569 574 1026 0 184902 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 743728

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26921
/proc/meminfo: memFree=24130464/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=795368 CPUtime=12.69 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 142735 0 0 0 1244 25 0 0 20 0 1 0 340843090 814456832 185359 33554432000 4194304 8395647 140734578232736 140734578227864 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 198842 185359 578 1026 0 197812 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 795368

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26921
/proc/meminfo: memFree=24093088/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=825540 CPUtime=25.49 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 148777 0 0 0 2522 27 0 0 20 0 1 0 340843090 845352960 194953 33554432000 4194304 8395647 140734578232736 140734578227976 6746665 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 206385 194953 611 1026 0 205355 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 825540

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 26921
/proc/meminfo: memFree=24050192/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=860832 CPUtime=51.09 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 156713 0 0 0 5078 31 0 0 20 0 1 0 340843090 881491968 205804 33554432000 4194304 8395647 140734578232736 140734578227864 6698327 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 215208 205804 611 1026 0 214178 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 860832

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24021052/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=884640 CPUtime=102.28 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 159314 0 0 0 10192 36 0 0 20 0 1 0 340843090 905871360 212223 33554432000 4194304 8395647 140734578232736 140734578228200 6697997 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 221160 212223 611 1026 0 220130 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 884640

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24015460/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=894576 CPUtime=162.26 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 159693 0 0 0 16187 39 0 0 20 0 1 0 340843090 916045824 213113 33554432000 4194304 8395647 140734578232736 140734578227864 6698030 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 223644 213113 611 1026 0 222614 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 894576

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26922
/proc/meminfo: memFree=24030600/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=875312 CPUtime=222.25 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 161988 0 0 0 22182 43 0 0 20 0 1 0 340843090 896319488 208906 33554432000 4194304 8395647 140734578232736 140734578227608 6698276 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 218828 208906 613 1026 0 217798 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 875312

[startup+282.3 s]
/proc/loadavg: 1.41 1.83 1.94 2/171 26946
/proc/meminfo: memFree=27332880/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=872200 CPUtime=282.25 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 168218 0 0 0 28172 53 0 0 20 0 1 0 340843090 893132800 204696 33554432000 4194304 8395647 140734578232736 140734578227608 6723561 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 218050 204696 613 1026 0 217020 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 872200

[startup+342.3 s]
/proc/loadavg: 1.15 1.68 1.88 2/171 26946
/proc/meminfo: memFree=27310444/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=872828 CPUtime=342.24 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 175169 0 0 0 34160 64 0 0 20 0 1 0 340843090 893775872 204956 33554432000 4194304 8395647 140734578232736 140734578226456 6697262 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 218207 204956 613 1026 0 217177 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 872828

[startup+402.3 s]
/proc/loadavg: 1.05 1.55 1.82 2/171 26947
/proc/meminfo: memFree=27329652/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=872080 CPUtime=402.23 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 180842 0 0 0 40149 74 0 0 20 0 1 0 340843090 893009920 208530 33554432000 4194304 8395647 140734578232736 140734578226888 6752536 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 218020 208530 613 1026 0 216990 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 872080

[startup+462.3 s]
/proc/loadavg: 1.02 1.45 1.77 2/172 26950
/proc/meminfo: memFree=27267412/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=885612 CPUtime=462.22 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 189531 0 0 0 46139 83 0 0 20 0 1 0 340843090 906866688 215779 33554432000 4194304 8395647 140734578232736 140734578227608 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 221403 215779 613 1026 0 220373 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 885612

[startup+522.3 s]
/proc/loadavg: 1.00 1.36 1.72 2/171 26950
/proc/meminfo: memFree=27253804/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=897168 CPUtime=522.2 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 195903 0 0 0 52130 90 0 0 20 0 1 0 340843090 918700032 219183 33554432000 4194304 8395647 140734578232736 140734578227144 6697959 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 224292 219183 614 1026 0 223262 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 897168

[startup+582.3 s]
/proc/loadavg: 1.00 1.29 1.67 2/171 26950
/proc/meminfo: memFree=27221664/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=947428 CPUtime=582.2 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 196563 0 0 0 58126 94 0 0 20 0 1 0 340843090 970166272 227228 33554432000 4194304 8395647 140734578232736 140734578227864 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 236857 227228 614 1026 0 235827 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 947428

[startup+642.3 s]

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

/proc/meminfo: memFree=27245632/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=919356 CPUtime=1122.12 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 329388 0 0 0 112016 196 0 0 20 0 1 0 340843090 941420544 221338 33554432000 4194304 8395647 140734578232736 140734578228200 6696991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 229839 221338 614 1026 0 228809 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 919356

[startup+1182.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/171 26955
/proc/meminfo: memFree=27199704/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=978264 CPUtime=1182.1 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 332366 0 0 0 118010 200 0 0 20 0 1 0 340843090 1001742336 232796 33554432000 4194304 8395647 140734578232736 140734578227864 6696934 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 244566 232796 614 1026 0 243536 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 978264

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/171 26955
/proc/meminfo: memFree=27197464/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=978264 CPUtime=1242.09 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 332373 0 0 0 124007 202 0 0 20 0 1 0 340843090 1001742336 233314 33554432000 4194304 8395647 140734578232736 140734578227864 6697955 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 244566 233314 614 1026 0 243536 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 978264

[startup+1302.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/171 26956
/proc/meminfo: memFree=27197464/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=978264 CPUtime=1302.09 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 332373 0 0 0 130004 205 0 0 20 0 1 0 340843090 1001742336 233314 33554432000 4194304 8395647 140734578232736 140734578228200 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 244566 233314 614 1026 0 243536 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 978264

[startup+1362.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/171 26956
/proc/meminfo: memFree=27197712/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=978264 CPUtime=1362.08 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 332373 0 0 0 136001 207 0 0 20 0 1 0 340843090 1001742336 233314 33554432000 4194304 8395647 140734578232736 140734578227864 6391404 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 244566 233314 614 1026 0 243536 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 978264

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.25 2/171 26956
/proc/meminfo: memFree=27197588/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=978264 CPUtime=1422.07 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 332373 0 0 0 141998 209 0 0 20 0 1 0 340843090 1001742336 233314 33554432000 4194304 8395647 140734578232736 140734578227864 6635697 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 244566 233314 614 1026 0 243536 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 978264

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/171 26956
/proc/meminfo: memFree=27197464/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=978264 CPUtime=1482.06 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 332373 0 0 0 147995 211 0 0 20 0 1 0 340843090 1001742336 233314 33554432000 4194304 8395647 140734578232736 140734578228200 6636379 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 244566 233314 614 1026 0 243536 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 978264

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 26956
/proc/meminfo: memFree=27197588/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=978264 CPUtime=1542.04 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 332373 0 0 0 153991 213 0 0 20 0 1 0 340843090 1001742336 233314 33554432000 4194304 8395647 140734578232736 140734578227864 6698214 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 244566 233314 614 1026 0 243536 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 978264

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/171 26957
/proc/meminfo: memFree=27197712/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=978264 CPUtime=1602.04 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 332373 0 0 0 159989 215 0 0 20 0 1 0 340843090 1001742336 233314 33554432000 4194304 8395647 140734578232736 140734578227864 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 244566 233314 614 1026 0 243536 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 978264

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/172 26960
/proc/meminfo: memFree=27197580/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=978264 CPUtime=1662.03 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 332373 0 0 0 165986 217 0 0 20 0 1 0 340843090 1001742336 233314 33554432000 4194304 8395647 140734578232736 140734578227864 6697104 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 244566 233314 614 1026 0 243536 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 978264

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/171 26960
/proc/meminfo: memFree=27236508/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=914408 CPUtime=1722.02 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 346117 0 0 0 171972 230 0 0 20 0 1 0 340843090 936353792 223628 33554432000 4194304 8395647 140734578232736 140734578227944 6698415 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 228602 223628 614 1026 0 227572 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 914408

[startup+1782.3 s]
/proc/loadavg: 1.06 1.01 1.16 2/171 26960
/proc/meminfo: memFree=27236320/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=914456 CPUtime=1782.01 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 367259 0 0 0 177956 245 0 0 20 0 1 0 340843090 936402944 223611 33554432000 4194304 8395647 140734578232736 140734578227608 6697955 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 228614 223611 614 1026 0 227584 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 914456

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

[startup+1785.5 s]
/proc/loadavg: 1.06 1.01 1.16 2/171 26960
/proc/meminfo: memFree=27221304/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=929036 CPUtime=1785.21 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 367933 0 0 0 178275 246 0 0 20 0 1 0 340843090 951332864 227351 33554432000 4194304 8395647 140734578232736 140734578227608 6697351 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 232259 227351 614 1026 0 231229 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 929036

[startup+1788.7 s]
/proc/loadavg: 1.05 1.01 1.16 2/171 26960
/proc/meminfo: memFree=27300672/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=894836 CPUtime=1788.41 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 368959 0 0 0 178594 247 0 0 20 0 1 0 340843090 916312064 207596 33554432000 4194304 8395647 140734578232736 140734578227608 6697262 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 223709 207596 614 1026 0 222679 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 894836

[startup+1791.91 s]
/proc/loadavg: 1.05 1.01 1.16 2/171 26960
/proc/meminfo: memFree=27221488/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=943820 CPUtime=1791.62 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 370773 0 0 0 178914 248 0 0 20 0 1 0 340843090 966471680 227353 33554432000 4194304 8395647 140734578232736 140734578227944 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 235955 227353 614 1026 0 234925 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 943820

[startup+1793.5 s]
/proc/loadavg: 1.05 1.01 1.16 2/171 26960
/proc/meminfo: memFree=27192508/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=972840 CPUtime=1793.21 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 371481 0 0 0 179073 248 0 0 20 0 1 0 340843090 996188160 234614 33554432000 4194304 8395647 140734578232736 140734578227608 6697246 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 243210 234614 614 1026 0 242180 0
Current children cumulated CPU time (s) 1793.21
Current children cumulated vsize (KiB) 972840

[startup+1793.9 s]
/proc/loadavg: 1.05 1.01 1.16 2/171 26960
/proc/meminfo: memFree=27192508/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=972840 CPUtime=1793.61 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 371481 0 0 0 179113 248 0 0 20 0 1 0 340843090 996188160 234614 33554432000 4194304 8395647 140734578232736 140734578227608 6636387 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 243210 234614 614 1026 0 242180 0
Current children cumulated CPU time (s) 1793.61
Current children cumulated vsize (KiB) 972840

[startup+1794.3 s]
/proc/loadavg: 1.05 1.01 1.16 2/171 26960
/proc/meminfo: memFree=27263996/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=886368 CPUtime=1794.01 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 371488 0 0 0 179153 248 0 0 20 0 1 0 340843090 907640832 216567 33554432000 4194304 8395647 140734578232736 140734578227608 6345893 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 221592 216567 621 1026 0 220562 0
Current children cumulated CPU time (s) 1794.01
Current children cumulated vsize (KiB) 886368

[startup+1794.4 s]
/proc/loadavg: 1.05 1.01 1.16 2/171 26960
/proc/meminfo: memFree=27263996/32873844 swapFree=7108/7108
[pid=26920] ppid=26918 vsize=710732 CPUtime=1794.11 cores=0,2,4,6
/proc/26920/stat : 26920 (pbscip.linux.x8) R 26918 26920 21683 0 -1 4202496 371488 0 0 0 179162 249 0 0 20 0 1 0 340843090 727789568 173067 33554432000 4194304 8395647 140734578232736 140734578227608 7435351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26920/statm: 177683 173067 621 1026 0 176653 0
Current children cumulated CPU time (s) 1794.11
Current children cumulated vsize (KiB) 710732

Child status: 0
Real time (s): 1794.47
CPU time (s): 1794.19
CPU user time (s): 1791.69
CPU system time (s): 2.50362
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 978264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.69
system time used= 2.50362
maximum resident set size= 938456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371495
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= 14
involuntary context switches= 1844

runsolver used 2.68859 second user time and 7.2499 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 20:13:05
IDJOB=3741006
IDBENCH=89728
IDSOLVER=2326
FILE ID=node139/3741006-1338747185
RUNJOBID= node139-1338713558-21699
PBS_JOBID= 14636736
Free space on /tmp= 71020 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-76.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741006-1338747185/watcher-3741006-1338747185 -o /tmp/evaluation-result-3741006-1338747185/solver-3741006-1338747185 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741006-1338747185.opb -t 1800 -m 15500

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

MD5SUM BENCH= f030651c159d27eae553d070b0927366
RANDOM SEED=1740235716

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24870340 kB
Buffers:          509812 kB
Cached:          3417628 kB
SwapCached:          828 kB
Active:          4950492 kB
Inactive:        2170900 kB
Active(anon):    3149128 kB
Inactive(anon):    46788 kB
Active(file):    1801364 kB
Inactive(file):  2124112 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             22452 kB
Writeback:             0 kB
AnonPages:       3148900 kB
Mapped:            14168 kB
Shmem:                 8 kB
Slab:             734536 kB
SReclaimable:     176628 kB
SUnreclaim:       557908 kB
KernelStack:        1448 kB
PageTables:        10644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3616744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2308096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71076 MiB
End job on node139 at 2012-06-03 20:43:00