Trace number 3741123

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? 1797.06 1797.36

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-31.opb
MD5SUM1231d9e508dc821e38b22e6db3fd2b2f
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 benchmark203.957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 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-3741123-1338749876.opb>
1.38/1.43	c original problem has 9310 variables (9310 bin, 0 int, 0 impl, 0 cont) and 199239 constraints
1.38/1.43	c problem read
1.38/1.43	c No objective function, only one solution is needed.
1.38/1.43	c presolving settings loaded
1.59/1.68	c presolving:
2.19/2.23	c (round 1) 99 del vars, 2673 del conss, 99 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 94346 impls, 365 clqs
2.29/2.36	c (round 2) 99 del vars, 3641 del conss, 99 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 94346 impls, 365 clqs
3.29/3.32	c (round 3) 99 del vars, 3683 del conss, 99 chg bounds, 14 chg sides, 0 chg coeffs, 195582 upgd conss, 94346 impls, 365 clqs
3.58/3.61	c presolving (4 rounds):
3.58/3.61	c  99 deleted vars, 3683 deleted constraints, 99 tightened bounds, 0 added holes, 14 changed sides, 0 changed coefficients
3.58/3.61	c  94346 implications, 365 cliques
3.58/3.61	c presolved problem has 9211 variables (9211 bin, 0 int, 0 impl, 0 cont) and 195556 constraints
3.58/3.61	c   20454 constraints of type <knapsack>
3.58/3.61	c   39470 constraints of type <setppc>
3.58/3.61	c       2 constraints of type <linear>
3.58/3.61	c  135630 constraints of type <logicor>
3.58/3.61	c transformed objective value is always integral (scale: 1)
3.58/3.61	c Presolving Time: 1.94
3.58/3.61	c - non default parameters ----------------------------------------------------------------------
3.58/3.61	c # SCIP version 1.2.1.3
3.58/3.61	c 
3.58/3.61	c # frequency for displaying node information lines
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 100]
3.58/3.61	c display/freq = 10000
3.58/3.61	c 
3.58/3.61	c # maximal time in seconds to run
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.58/3.61	c limits/time = 1788.58
3.58/3.61	c 
3.58/3.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.58/3.61	c limits/memory = 13950
3.58/3.61	c 
3.58/3.61	c # solving stops, if the given number of solutions were found (-1: no limit)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: -1]
3.58/3.61	c limits/solutions = 1
3.58/3.61	c 
3.58/3.61	c # maximal number of separation rounds per node (-1: unlimited)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 5]
3.58/3.61	c separating/maxrounds = 1
3.58/3.61	c 
3.58/3.61	c # maximal number of separation rounds in the root node (-1: unlimited)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: -1]
3.58/3.61	c separating/maxroundsroot = 5
3.58/3.61	c 
3.58/3.61	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.58/3.61	c # [type: int, range: [1,2], default: 1]
3.58/3.61	c timing/clocktype = 2
3.58/3.61	c 
3.58/3.61	c # should presolving try to simplify inequalities
3.58/3.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.58/3.61	c constraints/linear/simplifyinequalities = TRUE
3.58/3.61	c 
3.58/3.61	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.58/3.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.58/3.61	c constraints/indicator/addCouplingCons = TRUE
3.58/3.61	c 
3.58/3.61	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.58/3.61	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.58/3.61	c constraints/knapsack/disaggregation = FALSE
3.58/3.61	c 
3.58/3.61	c # should presolving try to simplify knapsacks
3.58/3.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.58/3.61	c constraints/knapsack/simplifyinequalities = TRUE
3.58/3.61	c 
3.58/3.61	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: -1]
3.58/3.61	c presolving/probing/maxrounds = 0
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 10]
3.58/3.61	c heuristics/coefdiving/freq = -1
3.58/3.61	c 
3.58/3.61	c # maximal fraction of diving LP iterations compared to node LP iterations
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.58/3.61	c heuristics/coefdiving/maxlpiterquot = 0.075
3.58/3.61	c 
3.58/3.61	c # additional number of allowed LP iterations
3.58/3.61	c # [type: int, range: [0,2147483647], default: 1000]
3.58/3.61	c heuristics/coefdiving/maxlpiterofs = 1500
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 30]
3.58/3.61	c heuristics/crossover/freq = -1
3.58/3.61	c 
3.58/3.61	c # number of nodes added to the contingent of the total nodes
3.58/3.61	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.58/3.61	c heuristics/crossover/nodesofs = 750
3.58/3.61	c 
3.58/3.61	c # number of nodes without incumbent change that heuristic should wait
3.58/3.61	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.58/3.61	c heuristics/crossover/nwaitingnodes = 100
3.58/3.61	c 
3.58/3.61	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.58/3.61	c # [type: real, range: [0,1], default: 0.1]
3.58/3.61	c heuristics/crossover/nodesquot = 0.15
3.58/3.61	c 
3.58/3.61	c # minimum percentage of integer variables that have to be fixed 
3.58/3.61	c # [type: real, range: [0,1], default: 0.666]
3.58/3.61	c heuristics/crossover/minfixingrate = 0.5
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 20]
3.58/3.61	c heuristics/feaspump/freq = -1
3.58/3.61	c 
3.58/3.61	c # additional number of allowed LP iterations
3.58/3.61	c # [type: int, range: [0,2147483647], default: 1000]
3.58/3.61	c heuristics/feaspump/maxlpiterofs = 2000
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 10]
3.58/3.61	c heuristics/fracdiving/freq = -1
3.58/3.61	c 
3.58/3.61	c # maximal fraction of diving LP iterations compared to node LP iterations
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.58/3.61	c heuristics/fracdiving/maxlpiterquot = 0.075
3.58/3.61	c 
3.58/3.61	c # additional number of allowed LP iterations
3.58/3.61	c # [type: int, range: [0,2147483647], default: 1000]
3.58/3.61	c heuristics/fracdiving/maxlpiterofs = 1500
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 10]
3.58/3.61	c heuristics/guideddiving/freq = -1
3.58/3.61	c 
3.58/3.61	c # maximal fraction of diving LP iterations compared to node LP iterations
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.58/3.61	c heuristics/guideddiving/maxlpiterquot = 0.075
3.58/3.61	c 
3.58/3.61	c # additional number of allowed LP iterations
3.58/3.61	c # [type: int, range: [0,2147483647], default: 1000]
3.58/3.61	c heuristics/guideddiving/maxlpiterofs = 1500
3.58/3.61	c 
3.58/3.61	c # maximal fraction of diving LP iterations compared to node LP iterations
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.58/3.61	c heuristics/intdiving/maxlpiterquot = 0.075
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 10]
3.58/3.61	c heuristics/intshifting/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 10]
3.58/3.61	c heuristics/linesearchdiving/freq = -1
3.58/3.61	c 
3.58/3.61	c # maximal fraction of diving LP iterations compared to node LP iterations
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.58/3.61	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.58/3.61	c 
3.58/3.61	c # additional number of allowed LP iterations
3.58/3.61	c # [type: int, range: [0,2147483647], default: 1000]
3.58/3.61	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 1]
3.58/3.61	c heuristics/nlp/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 20]
3.58/3.61	c heuristics/objpscostdiving/freq = -1
3.58/3.61	c 
3.58/3.61	c # maximal fraction of diving LP iterations compared to total iteration number
3.58/3.61	c # [type: real, range: [0,1], default: 0.01]
3.58/3.61	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.58/3.61	c 
3.58/3.61	c # additional number of allowed LP iterations
3.58/3.61	c # [type: int, range: [0,2147483647], default: 1000]
3.58/3.61	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 1]
3.58/3.61	c heuristics/oneopt/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 10]
3.58/3.61	c heuristics/pscostdiving/freq = -1
3.58/3.61	c 
3.58/3.61	c # maximal fraction of diving LP iterations compared to node LP iterations
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.58/3.61	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.58/3.61	c 
3.58/3.61	c # additional number of allowed LP iterations
3.58/3.61	c # [type: int, range: [0,2147483647], default: 1000]
3.58/3.61	c heuristics/pscostdiving/maxlpiterofs = 1500
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 0]
3.58/3.61	c heuristics/rens/freq = -1
3.58/3.61	c 
3.58/3.61	c # minimum percentage of integer variables that have to be fixable 
3.58/3.61	c # [type: real, range: [0,1], default: 0.5]
3.58/3.61	c heuristics/rens/minfixingrate = 0.3
3.58/3.61	c 
3.58/3.61	c # number of nodes added to the contingent of the total nodes
3.58/3.61	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.58/3.61	c heuristics/rens/nodesofs = 2000
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 20]
3.58/3.61	c heuristics/rootsoldiving/freq = -1
3.58/3.61	c 
3.58/3.61	c # maximal fraction of diving LP iterations compared to node LP iterations
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.58/3.61	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.58/3.61	c 
3.58/3.61	c # additional number of allowed LP iterations
3.58/3.61	c # [type: int, range: [0,2147483647], default: 1000]
3.58/3.61	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 1]
3.58/3.61	c heuristics/rounding/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 10]
3.58/3.61	c heuristics/shifting/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 1]
3.58/3.61	c heuristics/simplerounding/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 0]
3.58/3.61	c heuristics/trivial/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 1]
3.58/3.61	c heuristics/trysol/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 10]
3.58/3.61	c heuristics/veclendiving/freq = -1
3.58/3.61	c 
3.58/3.61	c # maximal fraction of diving LP iterations compared to node LP iterations
3.58/3.61	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.58/3.61	c heuristics/veclendiving/maxlpiterquot = 0.075
3.58/3.61	c 
3.58/3.61	c # additional number of allowed LP iterations
3.58/3.61	c # [type: int, range: [0,2147483647], default: 1000]
3.58/3.61	c heuristics/veclendiving/maxlpiterofs = 1500
3.58/3.61	c 
3.58/3.61	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 1]
3.58/3.61	c heuristics/zirounding/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 0]
3.58/3.61	c separating/cmir/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: 0]
3.58/3.61	c separating/flowcover/freq = -1
3.58/3.61	c 
3.58/3.61	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.58/3.61	c # [type: int, range: [-1,2147483647], default: -1]
3.58/3.61	c separating/rapidlearning/freq = 0
3.58/3.61	c 
3.58/3.61	c -----------------------------------------------------------------------------------------------
3.58/3.61	c start solving
3.58/3.62	c 
5.68/5.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.68/5.71	c   4.3s|     1 |     0 |  1142 |     - | 267M|   0 | 436 |9211 | 195k|9211 | 195k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.08/19.17	c  17.7s|     1 |     0 |  3668 |     - | 268M|   0 |1823 |9211 | 195k|9211 | 195k|  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
33.67/33.76	c  32.3s|     1 |     0 |  5523 |     - | 268M|   0 |2336 |9211 | 195k|9211 | 195k|  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
67.56/67.66	c  66.2s|     1 |     0 |  9526 |     - | 269M|   0 |2878 |9211 | 195k|9211 | 195k|  60 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
232.13/232.21	c   231s|     1 |     0 | 22698 |     - | 269M|   0 |3028 |9211 | 195k|9211 | 195k| 120 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
492.89/493.04	c   492s|     1 |     0 | 46079 |     - | 270M|   0 |3490 |9211 | 195k|9211 | 195k| 219 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
671.66/671.84	c   670s|     1 |     2 | 46079 |     - | 270M|   0 |3490 |9211 | 195k|9211 | 195k| 219 |   0 |  20 | 0.000000e+00 |      --      |    Inf 
1796.69/1797.02	c 
1796.69/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.02	c Solving Time (sec) : 1795.59
1796.69/1797.02	c Solving Nodes      : 3
1796.69/1797.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.69/1797.02	c Dual Bound         : +0.00000000000000e+00
1796.69/1797.02	c Gap                : infinite
1796.69/1797.02	s UNKNOWN
1796.69/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.69/1797.02	c Solving Time       :    1795.59
1796.69/1797.02	c Original Problem   :
1796.69/1797.02	c   Problem name     : HOME/instance-3741123-1338749876.opb
1796.69/1797.02	c   Variables        : 9310 (9310 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.02	c   Constraints      : 199239 initial, 199239 maximal
1796.69/1797.02	c Presolved Problem  :
1796.69/1797.02	c   Problem name     : t_HOME/instance-3741123-1338749876.opb
1796.69/1797.02	c   Variables        : 9211 (9211 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.69/1797.02	c   Constraints      : 195556 initial, 195556 maximal
1796.69/1797.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.69/1797.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.69/1797.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1796.69/1797.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.69/1797.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.69/1797.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.69/1797.02	c   probing          :       0.00          0          0          0          0          0          0          0          0
1796.69/1797.02	c   knapsack         :       0.09          0          0          0          0          0          0          0          0
1796.69/1797.02	c   setppc           :       0.08          0          0          0          0          0          0          0          0
1796.69/1797.02	c   linear           :       1.35         99          0          0         99          0       3655         14          0
1796.69/1797.02	c   logicor          :       0.29          0          0          0          0          0         28          0          0
1796.69/1797.02	c   root node        :          -          0          -          -          0          -          -          -          -
1796.69/1797.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.02	c   integral         :          0          0          0          4          0          0          1          0          0          6
1796.69/1797.02	c   knapsack         :      20454          5          6          0          0          0          0        363          0          0
1796.69/1797.02	c   setppc           :      39470          5          6          0          0          0         10          0          0          0
1796.69/1797.02	c   linear           :          2          5          6          0          0          0          0          0          0          0
1796.69/1797.02	c   logicor          :     135630          5          4          0          0          0          0          0          0          0
1796.69/1797.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.69/1797.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.69/1797.02	c   integral         :     916.25       0.00       0.00     916.25       0.00
1796.69/1797.02	c   knapsack         :       0.12       0.12       0.00       0.00       0.00
1796.69/1797.02	c   setppc           :       0.02       0.01       0.01       0.00       0.00
1796.69/1797.02	c   linear           :       0.00       0.00       0.00       0.00       0.00
1796.69/1797.02	c   logicor          :       0.06       0.03       0.03       0.00       0.00
1796.69/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.69/1797.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.69/1797.02	c   vbounds          :       0.00          1          0          0
1796.69/1797.02	c   rootredcost      :       0.00          0          0          0
1796.69/1797.02	c   pseudoobj        :       0.00          0          0          0
1796.69/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.69/1797.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.69/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.69/1797.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.69/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.69/1797.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.69/1797.02	c   cut pool         :       0.00          4          -          -         23          -    (maximal pool size: 871)
1796.69/1797.02	c   redcost          :       0.00          7          0          0          0          0
1796.69/1797.02	c   impliedbounds    :       0.01          5          0          0          0          0
1796.69/1797.02	c   intobj           :       0.00          0          0          0          0          0
1796.69/1797.02	c   cgmip            :       0.00          0          0          0          0          0
1796.69/1797.02	c   gomory           :      44.43          5          0          0       2500          0
1796.69/1797.02	c   strongcg         :      25.03          5          0          0       2500          0
1796.69/1797.02	c   cmir             :       0.00          0          0          0          0          0
1796.69/1797.02	c   flowcover        :       0.00          0          0          0          0          0
1796.69/1797.02	c   clique           :       0.35          5          0          0         40          0
1796.69/1797.02	c   zerohalf         :       0.00          0          0          0          0          0
1796.69/1797.02	c   mcf              :       0.30          1          0          0          0          0
1796.69/1797.02	c   rapidlearning    :       0.00          0          0          0          0          0
1796.69/1797.02	c Pricers            :       Time      Calls       Vars
1796.69/1797.02	c   problem variables:       0.00          0          0
1796.69/1797.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.69/1797.02	c   relpscost        :     916.25          4          0          1          0          0          6
1796.69/1797.02	c   pscost           :       0.00          0          0          0          0          0          0
1796.69/1797.02	c   inference        :       0.00          0          0          0          0          0          0
1796.69/1797.02	c   mostinf          :       0.00          0          0          0          0          0          0
1796.69/1797.02	c   leastinf         :       0.00          0          0          0          0          0          0
1796.69/1797.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.69/1797.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.69/1797.02	c   random           :       0.00          0          0          0          0          0          0
1796.69/1797.02	c Primal Heuristics  :       Time      Calls      Found
1796.69/1797.02	c   LP solutions     :       0.00          -          0
1796.69/1797.02	c   pseudo solutions :       0.00          -          0
1796.69/1797.02	c   trivial          :       0.00          1          0
1796.69/1797.02	c   simplerounding   :       0.00          0          0
1796.69/1797.02	c   zirounding       :       0.00          0          0
1796.69/1797.02	c   rounding         :       0.00          0          0
1796.69/1797.02	c   shifting         :       0.00          0          0
1796.69/1797.02	c   intshifting      :       0.00          0          0
1796.69/1797.02	c   oneopt           :       0.00          0          0
1796.69/1797.02	c   twoopt           :       0.00          0          0
1796.69/1797.02	c   fixandinfer      :       0.00          0          0
1796.69/1797.02	c   feaspump         :       0.00          0          0
1796.69/1797.02	c   coefdiving       :       0.00          0          0
1796.69/1797.02	c   pscostdiving     :       0.00          0          0
1796.69/1797.02	c   fracdiving       :       0.00          0          0
1796.69/1797.02	c   veclendiving     :       0.00          0          0
1796.69/1797.02	c   intdiving        :       0.00          0          0
1796.69/1797.02	c   actconsdiving    :       0.00          0          0
1796.69/1797.02	c   objpscostdiving  :       0.00          0          0
1796.69/1797.02	c   rootsoldiving    :       0.00          0          0
1796.69/1797.02	c   linesearchdiving :       0.00          0          0
1796.69/1797.02	c   guideddiving     :       0.00          0          0
1796.69/1797.02	c   octane           :       0.00          0          0
1796.69/1797.02	c   rens             :       0.00          0          0
1796.69/1797.02	c   rins             :       0.00          0          0
1796.69/1797.02	c   localbranching   :       0.00          0          0
1796.69/1797.02	c   mutation         :       0.00          0          0
1796.69/1797.02	c   crossover        :       0.00          0          0
1796.69/1797.02	c   dins             :       0.00          0          0
1796.69/1797.02	c   undercover       :       0.00          0          0
1796.69/1797.02	c   nlp              :       0.00          0          0
1796.69/1797.02	c   trysol           :       0.00          0          0
1796.69/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.69/1797.02	c   primal LP        :       0.14          0          0       0.00       0.00
1796.69/1797.02	c   dual LP          :     806.06          9      81934    9103.78     101.65
1796.69/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.69/1797.02	c   barrier LP       :       0.00          0          0       0.00          -
1796.69/1797.02	c   diving/probing LP:       0.00          0          0       0.00          -
1796.69/1797.02	c   strong branching :     916.25         89      85511     960.80      93.33
1796.69/1797.02	c     (at root node) :          -         20      17011     850.55          -
1796.69/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.69/1797.02	c B&B Tree           :
1796.69/1797.02	c   number of runs   :          1
1796.69/1797.02	c   nodes            :          3
1796.69/1797.02	c   nodes (total)    :          3
1796.69/1797.02	c   nodes left       :          4
1796.69/1797.02	c   max depth        :          2
1796.69/1797.02	c   max depth (total):          2
1796.69/1797.02	c   backtracks       :          0 (0.0%)
1796.69/1797.02	c   delayed cutoffs  :          0
1796.69/1797.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.69/1797.02	c   avg switch length:       1.00
1796.69/1797.02	c   switching time   :       0.17
1796.69/1797.02	c Solution           :
1796.69/1797.02	c   Solutions found  :          0 (0 improvements)
1796.69/1797.02	c   Primal Bound     :          -
1796.69/1797.02	c   Dual Bound       : +0.00000000000000e+00
1796.69/1797.02	c   Gap              :   infinite
1796.69/1797.02	c   Root Dual Bound  : +0.00000000000000e+00
1796.69/1797.02	c   Root Iterations  :      46079
1796.99/1797.36	c Time complete: 1797.06.

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-3741123-1338749876/watcher-3741123-1338749876 -o /tmp/evaluation-result-3741123-1338749876/solver-3741123-1338749876 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741123-1338749876.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: 1.00 1.04 1.35 3/173 11247
/proc/meminfo: memFree=27788536/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=10212 CPUtime=0 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 1806 0 0 0 0 0 0 0 20 0 1 0 341054626 10457088 1752 33554432000 4194304 8395647 140734455459120 140734455458696 7355228 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 2553 1752 390 1026 0 1523 0

[startup+0.044506 s]
/proc/loadavg: 1.00 1.04 1.35 3/173 11247
/proc/meminfo: memFree=27788536/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=13996 CPUtime=0.03 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 2764 0 0 0 3 0 0 0 20 0 1 0 341054626 14331904 2710 33554432000 4194304 8395647 140734455459120 140734455458696 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 3499 2710 390 1026 0 2469 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13996

[startup+0.100295 s]
/proc/loadavg: 1.00 1.04 1.35 3/173 11247
/proc/meminfo: memFree=27788536/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=17276 CPUtime=0.09 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 3583 0 0 0 9 0 0 0 20 0 1 0 341054626 17690624 3529 33554432000 4194304 8395647 140734455459120 140734455458696 7382056 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 4319 3529 390 1026 0 3289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17276

[startup+0.300295 s]
/proc/loadavg: 1.00 1.04 1.35 3/173 11247
/proc/meminfo: memFree=27788536/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=29036 CPUtime=0.29 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 6504 0 0 0 28 1 0 0 20 0 1 0 341054626 29732864 6450 33554432000 4194304 8395647 140734455459120 140734455458696 6767021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 7259 6450 390 1026 0 6229 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29036

[startup+0.700225 s]
/proc/loadavg: 1.00 1.04 1.35 3/173 11247
/proc/meminfo: memFree=27788536/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=51544 CPUtime=0.69 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 12110 0 0 0 67 2 0 0 20 0 1 0 341054626 52781056 12056 33554432000 4194304 8395647 140734455459120 140734455324328 5754382 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 12886 12056 390 1026 0 11856 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51544

[startup+1.50023 s]
/proc/loadavg: 1.08 1.06 1.35 3/177 11251
/proc/meminfo: memFree=27663712/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=141288 CPUtime=1.48 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 34473 0 0 0 143 5 0 0 20 0 1 0 341054626 144678912 34066 33554432000 4194304 8395647 140734455459120 140734455324328 6347101 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 35322 34110 410 1026 0 34292 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 141288

[startup+3.10031 s]
/proc/loadavg: 1.08 1.06 1.35 3/177 11251
/proc/meminfo: memFree=27336956/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=331140 CPUtime=3.09 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 81333 0 0 0 297 12 0 0 20 0 1 0 341054626 339087360 80378 33554432000 4194304 8395647 140734455459120 140734455454920 6345235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 82785 80378 479 1026 0 81755 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 331140

[startup+6.3003 s]
/proc/loadavg: 1.08 1.06 1.35 3/177 11251
/proc/meminfo: memFree=26858908/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=569072 CPUtime=6.28 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 109160 0 0 0 610 18 0 0 20 0 1 0 341054626 582729728 131418 33554432000 4194304 8395647 140734455459120 140734455454584 7385927 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 142268 131418 594 1026 0 141238 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 569072

[startup+12.7004 s]
/proc/loadavg: 1.37 1.12 1.37 3/177 11251
/proc/meminfo: memFree=26780128/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=598976 CPUtime=12.68 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 115032 0 0 0 1248 20 0 0 20 0 1 0 341054626 613351424 140744 33554432000 4194304 8395647 140734455459120 140734455454248 6698396 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 149744 140744 608 1026 0 148714 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 598976

[startup+25.5004 s]
/proc/loadavg: 1.46 1.15 1.38 3/177 11251
/proc/meminfo: memFree=26704148/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=642300 CPUtime=25.48 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 120185 0 0 0 2526 22 0 0 20 0 1 0 341054626 657715200 151603 33554432000 4194304 8395647 140734455459120 140734455454248 6698055 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 160575 151603 608 1026 0 159545 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 642300

[startup+51.1004 s]
/proc/loadavg: 1.65 1.21 1.39 3/177 11251
/proc/meminfo: memFree=26630908/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=671020 CPUtime=51.07 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 122539 0 0 0 5082 25 0 0 20 0 1 0 341054626 687124480 159344 33554432000 4194304 8395647 140734455459120 140734455454248 6696991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 167755 159344 608 1026 0 166725 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 671020

[startup+102.307 s]
/proc/loadavg: 1.86 1.34 1.42 3/177 11252
/proc/meminfo: memFree=26628472/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=671020 CPUtime=102.26 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 122545 0 0 0 10198 28 0 0 20 0 1 0 341054626 687124480 159759 33554432000 4194304 8395647 140734455459120 140734455454408 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 167755 159759 608 1026 0 166725 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 671020

[startup+162.3 s]
/proc/loadavg: 1.95 1.46 1.46 3/178 11255
/proc/meminfo: memFree=26583520/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=692572 CPUtime=162.25 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 123997 0 0 0 16192 33 0 0 20 0 1 0 341054626 709193728 167195 33554432000 4194304 8395647 140734455459120 140734455454248 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 173143 167195 608 1026 0 172113 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 692572

[startup+222.3 s]
/proc/loadavg: 1.98 1.56 1.49 3/178 11277
/proc/meminfo: memFree=26577588/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=692572 CPUtime=222.23 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 124002 0 0 0 22187 36 0 0 20 0 1 0 341054626 709193728 168730 33554432000 4194304 8395647 140734455459120 140734455454584 6635663 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 173143 168730 608 1026 0 172113 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 692572

[startup+282.3 s]
/proc/loadavg: 1.99 1.63 1.52 3/177 11277
/proc/meminfo: memFree=26573760/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=692572 CPUtime=282.23 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 124364 0 0 0 28183 40 0 0 20 0 1 0 341054626 709193728 169672 33554432000 4194304 8395647 140734455459120 140734455454248 6391404 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 173143 169672 608 1026 0 172113 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 692572

[startup+342.3 s]
/proc/loadavg: 1.99 1.70 1.55 3/177 11277
/proc/meminfo: memFree=26573288/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=692572 CPUtime=342.21 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 124365 0 0 0 34179 42 0 0 20 0 1 0 341054626 709193728 169672 33554432000 4194304 8395647 140734455459120 140734455454248 6696991 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 173143 169672 608 1026 0 172113 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 692572

[startup+402.3 s]
/proc/loadavg: 1.99 1.75 1.57 3/176 11277
/proc/meminfo: memFree=26572484/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=692572 CPUtime=402.2 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 124365 0 0 0 40175 45 0 0 20 0 1 0 341054626 709193728 169809 33554432000 4194304 8395647 140734455459120 140734455454248 6698047 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 173143 169809 608 1026 0 172113 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 692572

[startup+462.3 s]
/proc/loadavg: 2.06 1.82 1.60 3/177 11278
/proc/meminfo: memFree=26572264/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=692572 CPUtime=462.19 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 124365 0 0 0 46171 48 0 0 20 0 1 0 341054626 709193728 169809 33554432000 4194304 8395647 140734455459120 140734455454248 6390530 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 173143 169809 608 1026 0 172113 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 692572

[startup+522.3 s]
/proc/loadavg: 2.02 1.85 1.63 3/177 11278
/proc/meminfo: memFree=26551332/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=711648 CPUtime=522.19 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125076 0 0 0 52167 52 0 0 20 0 1 0 341054626 728727552 174608 33554432000 4194304 8395647 140734455459120 140734455453992 6636383 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 177912 174608 610 1026 0 176882 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 711648

[startup+582.3 s]
/proc/loadavg: 2.01 1.87 1.65 3/177 11278
/proc/meminfo: memFree=26548480/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=711820 CPUtime=582.18 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125081 0 0 0 58162 56 0 0 20 0 1 0 341054626 728903680 174613 33554432000 4194304 8395647 140734455459120 140734455453992 7382116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 177955 174613 610 1026 0 176925 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 711820

[startup+642.3 s]

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

/proc/meminfo: memFree=26543212/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713040 CPUtime=1062.11 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125546 0 0 0 106132 79 0 0 20 0 1 0 341054626 730152960 174924 33554432000 4194304 8395647 140734455459120 140734455454584 6698055 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178260 174924 611 1026 0 177230 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 713040

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/177 11283
/proc/meminfo: memFree=26542836/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713040 CPUtime=1122.09 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125546 0 0 0 112129 80 0 0 20 0 1 0 341054626 730152960 175027 33554432000 4194304 8395647 140734455459120 140734455454248 6697938 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178260 175027 611 1026 0 177230 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 713040

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.79 3/177 11283
/proc/meminfo: memFree=26542588/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713208 CPUtime=1182.09 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125571 0 0 0 118126 83 0 0 20 0 1 0 341054626 730324992 175052 33554432000 4194304 8395647 140734455459120 140734455453992 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178302 175052 611 1026 0 177272 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 713208

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/177 11283
/proc/meminfo: memFree=26542712/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713208 CPUtime=1242.08 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125571 0 0 0 124122 86 0 0 20 0 1 0 341054626 730324992 175052 33554432000 4194304 8395647 140734455459120 140734455453992 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178302 175052 611 1026 0 177272 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 713208

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.81 3/177 11283
/proc/meminfo: memFree=26542216/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713208 CPUtime=1302.08 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125571 0 0 0 130119 89 0 0 20 0 1 0 341054626 730324992 175052 33554432000 4194304 8395647 140734455459120 140734455453992 6698043 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178302 175052 611 1026 0 177272 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 713208

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/178 11287
/proc/meminfo: memFree=26542456/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713208 CPUtime=1362.06 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125576 0 0 0 136114 92 0 0 20 0 1 0 341054626 730324992 175057 33554432000 4194304 8395647 140734455459120 140734455453992 6670348 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178302 175057 611 1026 0 177272 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 713208

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.83 3/177 11287
/proc/meminfo: memFree=26542464/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713208 CPUtime=1422.06 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125578 0 0 0 142112 94 0 0 20 0 1 0 341054626 730324992 175059 33554432000 4194304 8395647 140734455459120 140734455453992 7382157 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178302 175059 611 1026 0 177272 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 713208

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.83 3/177 11287
/proc/meminfo: memFree=26542464/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713208 CPUtime=1482.04 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125584 0 0 0 148107 97 0 0 20 0 1 0 341054626 730324992 175065 33554432000 4194304 8395647 140734455459120 140734455453992 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178302 175065 611 1026 0 177272 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 713208

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.84 3/177 11287
/proc/meminfo: memFree=26542588/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713208 CPUtime=1542.03 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125587 0 0 0 154102 101 0 0 20 0 1 0 341054626 730324992 175068 33554432000 4194304 8395647 140734455459120 140734455454584 6635683 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178302 175068 612 1026 0 177272 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 713208

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/177 11287
/proc/meminfo: memFree=26542340/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713392 CPUtime=1602.02 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125664 0 0 0 160098 104 0 0 20 0 1 0 341054626 730513408 175115 33554432000 4194304 8395647 140734455459120 140734455454248 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178348 175115 612 1026 0 177318 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 713392

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/177 11288
/proc/meminfo: memFree=26542340/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713392 CPUtime=1662.01 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125664 0 0 0 166095 106 0 0 20 0 1 0 341054626 730513408 175115 33554432000 4194304 8395647 140734455459120 140734455453992 6698051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178348 175115 612 1026 0 177318 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 713392

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/177 11288
/proc/meminfo: memFree=26542340/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713392 CPUtime=1722 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125664 0 0 0 172092 108 0 0 20 0 1 0 341054626 730513408 175115 33554432000 4194304 8395647 140734455459120 140734455453992 6697367 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178348 175115 612 1026 0 177318 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 713392

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/177 11288
/proc/meminfo: memFree=26541968/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713392 CPUtime=1782 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125664 0 0 0 178088 112 0 0 20 0 1 0 341054626 730513408 175115 33554432000 4194304 8395647 140734455459120 140734455453992 7382116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178348 175115 612 1026 0 177318 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 713392

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.97 1.86 3/177 11288
/proc/meminfo: memFree=26541968/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713392 CPUtime=1785.2 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125664 0 0 0 178408 112 0 0 20 0 1 0 341054626 730513408 175115 33554432000 4194304 8395647 140734455459120 140734455453992 6390464 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178348 175115 612 1026 0 177318 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 713392

[startup+1791.91 s]
/proc/loadavg: 2.00 1.97 1.86 3/177 11326
/proc/meminfo: memFree=27055116/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713392 CPUtime=1791.6 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125664 0 0 0 179048 112 0 0 20 0 1 0 341054626 730513408 175115 33554432000 4194304 8395647 140734455459120 140734455454376 6697978 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178348 175115 612 1026 0 177318 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 713392

[startup+1795.1 s]
/proc/loadavg: 2.00 1.97 1.86 3/177 11326
/proc/meminfo: memFree=27055248/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713392 CPUtime=1794.79 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125664 0 0 0 179367 112 0 0 20 0 1 0 341054626 730513408 175115 33554432000 4194304 8395647 140734455459120 140734455453992 6697363 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178348 175115 612 1026 0 177318 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 713392

[startup+1796.7 s]
/proc/loadavg: 2.08 1.99 1.87 3/177 11326
/proc/meminfo: memFree=27054752/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713392 CPUtime=1796.39 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125664 0 0 0 179527 112 0 0 20 0 1 0 341054626 730513408 175115 33554432000 4194304 8395647 140734455459120 140734455453992 6636339 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178348 175115 612 1026 0 177318 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (KiB) 713392

[startup+1797.1 s]
/proc/loadavg: 2.08 1.99 1.87 3/177 11326
/proc/meminfo: memFree=27054752/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=713392 CPUtime=1796.79 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125669 0 0 0 179567 112 0 0 20 0 1 0 341054626 730513408 175120 33554432000 4194304 8395647 140734455459120 140734455453992 6151152 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 178348 175120 617 1026 0 177318 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 713392

[startup+1797.3 s]
/proc/loadavg: 2.08 1.99 1.87 3/177 11326
/proc/meminfo: memFree=27056116/32873844 swapFree=7128/7128
[pid=11247] ppid=11244 vsize=711564 CPUtime=1796.99 cores=0,2,4,6
/proc/11247/stat : 11247 (pbscip.linux.x8) R 11244 11247 11206 0 -1 4202496 125671 0 0 0 179587 112 0 0 20 0 1 0 341054626 728641536 174732 33554432000 4194304 8395647 140734455459120 140734455453992 6066780 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11247/statm: 177891 174732 619 1026 0 176861 0
Current children cumulated CPU time (s) 1796.99
Current children cumulated vsize (KiB) 711564

Child status: 0
Real time (s): 1797.36
CPU time (s): 1797.06
CPU user time (s): 1795.92
CPU system time (s): 1.14083
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 713392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.92
system time used= 1.14083
maximum resident set size= 700488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125678
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= 35
involuntary context switches= 1890

runsolver used 3.16052 second user time and 8.70068 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 20:57:56
IDJOB=3741123
IDBENCH=89784
IDSOLVER=2326
FILE ID=node105/3741123-1338749876
RUNJOBID= node105-1338749876-11222
PBS_JOBID= 14636807
Free space on /tmp= 71256 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-31.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-3741123-1338749876/watcher-3741123-1338749876 -o /tmp/evaluation-result-3741123-1338749876/solver-3741123-1338749876 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741123-1338749876.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1231d9e508dc821e38b22e6db3fd2b2f
RANDOM SEED=851633909

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27788924 kB
Buffers:          564492 kB
Cached:          3630856 kB
SwapCached:         1700 kB
Active:          1089444 kB
Inactive:        3111260 kB
Active(anon):       2192 kB
Inactive(anon):     4800 kB
Active(file):    1087252 kB
Inactive(file):  3106460 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             35432 kB
Writeback:             0 kB
AnonPages:         10148 kB
Mapped:             8236 kB
Shmem:                 0 kB
Slab:             742956 kB
SReclaimable:     184420 kB
SUnreclaim:       558536 kB
KernelStack:        1384 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71248 MiB
End job on node105 at 2012-06-03 21:27:54