Trace number 3736636

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 NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)OPT2 72.408 72.425

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=29-P1=2-P2=59-P3=2-P4=47-P5=53-P6=37-P7=53-P8=53-B.opb
MD5SUM546a5ced30808b0bb71d4cd4eb43d066
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.048992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables144
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products288
Sum of products size576

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3736636-1338721841.opb>
0.00/0.00	c original problem has 432 variables (432 bin, 0 int, 0 impl, 0 cont) and 313 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 8 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 36 chg coeffs, 0 upgd conss, 1908 impls, 0 clqs
0.00/0.01	c (round 2) 8 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 36 chg coeffs, 10 upgd conss, 1908 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 197/424 (46.5%) - 0 fixings, 0 aggregations, 47 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  8 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 36 changed coefficients
0.00/0.03	c  2012 implications, 0 cliques
0.00/0.03	c presolved problem has 424 variables (424 bin, 0 int, 0 impl, 0 cont) and 313 constraints
0.00/0.03	c       1 constraints of type <setppc>
0.00/0.03	c     287 constraints of type <and>
0.00/0.03	c       8 constraints of type <linear>
0.00/0.03	c       9 constraints of type <logicor>
0.00/0.03	c       8 constraints of type <pseudoboolean>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.5
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.03	c   0.0s|     1 |     0 |    13 |     - |1995k|   0 |   4 | 424 | 322 | 424 | 592 |   0 |   9 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   356 |     - |2080k|   0 |  11 | 424 | 366 | 424 | 601 |   9 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.15	c   0.2s|     1 |     0 |   390 |     - |2108k|   0 |  42 | 424 | 366 | 424 | 611 |  19 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   419 |     - |2280k|   0 |  63 | 424 | 366 | 424 | 643 |  51 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   482 |     - |2390k|   0 |  81 | 424 | 366 | 424 | 718 | 126 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   531 |     - |2467k|   0 |  88 | 424 | 366 | 424 | 770 | 178 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   580 |     - |2522k|   0 |  94 | 424 | 366 | 424 | 815 | 223 |  47 |   0 | 2.000000e+00 |      --      |    Inf 
0.39/0.50	c   0.5s|     1 |     2 |   580 |     - |2522k|   0 |  94 | 424 | 366 | 424 | 815 | 223 |  47 |  10 | 2.000000e+00 |      --      |    Inf 
6.69/6.77	o 3
6.69/6.77	c * 6.8s|  4699 |  1150 | 60641 |  12.8 |5578k|  68 |   - | 424 |3739 | 424 | 304 |  14k|3921 |1032 | 2.000000e+00 | 3.000000e+00 |  50.00%
10.09/10.17	c  10.2s| 10000 |  1571 | 87094 |   8.7 |7490k|  68 |  16 | 424 |5303 | 424 | 311 |  22k|  10k|1035 | 2.000000e+00 | 3.000000e+00 |  50.00%
16.18/16.21	c  16.2s| 20000 |  2237 |130276 |   6.5 |9694k|  68 |   - | 424 |5657 |   0 |   0 |  35k|  22k|1035 | 2.000000e+00 | 3.000000e+00 |  50.00%
22.08/22.18	c  22.2s| 30000 |  1907 |173015 |   5.7 |9897k|  68 |  21 | 424 |4994 | 424 | 304 |  49k|  36k|1045 | 2.000000e+00 | 3.000000e+00 |  50.00%
27.98/28.05	c  28.1s| 40000 |  1391 |216391 |   5.4 |  10M|  68 |   - | 424 |5701 |   0 |   0 |  62k|  48k|1118 | 2.000000e+00 | 3.000000e+00 |  50.00%
34.28/34.33	c  34.3s| 50000 |  2370 |265124 |   5.3 |  12M|  68 |   - | 424 |7394 |   0 |   0 |  75k|  60k|1279 | 2.000000e+00 | 3.000000e+00 |  50.00%
40.47/40.54	c  40.5s| 60000 |  2095 |312870 |   5.2 |  12M|  68 |   - | 424 |6954 |   0 |   0 |  88k|  72k|1385 | 2.000000e+00 | 3.000000e+00 |  50.00%
46.58/46.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.58/46.66	c  46.7s| 70000 |  2212 |356439 |   5.1 |  13M|  68 |  39 | 424 |6945 | 424 | 288 |  99k|  85k|1437 | 2.000000e+00 | 3.000000e+00 |  50.00%
52.78/52.85	c  52.8s| 80000 |  2370 |401433 |   5.0 |  15M|  68 |  15 | 424 |8573 | 424 | 309 | 111k|  99k|1501 | 2.000000e+00 | 3.000000e+00 |  50.00%
59.08/59.11	c  59.1s| 90000 |  2779 |452272 |   5.0 |  16M|  68 |  37 | 424 |8323 | 424 | 283 | 123k| 111k|1746 | 2.000000e+00 | 3.000000e+00 |  50.00%
65.78/65.82	c  65.8s|100000 |  3191 |510431 |   5.1 |  18M|  68 |  31 | 424 |7293 | 424 | 286 | 136k| 124k|1903 | 2.000000e+00 | 3.000000e+00 |  50.00%
72.37/72.40	o 2
72.37/72.40	c *72.4s|108950 |     0 |563093 |   5.2 |8138k|  68 |   - | 424 |8892 | 424 | 322 | 149k| 135k|2244 | 2.000000e+00 | 2.000000e+00 |   0.00%
72.37/72.40	c 
72.37/72.40	c SCIP Status        : problem is solved [optimal solution found]
72.37/72.40	c Solving Time (sec) : 72.40
72.37/72.40	c Solving Nodes      : 108950
72.37/72.40	c Primal Bound       : +2.00000000000000e+00 (2 solutions)
72.37/72.40	c Dual Bound         : +2.00000000000000e+00
72.37/72.40	c Gap                : 0.00 %
72.37/72.40	s OPTIMUM FOUND
72.37/72.40	v -x144 x143 x142 -x141 -x140 -x139 x138 x137 -x136 -x135 -x134 -x133 -x96 x95 x94 x93 -x92 -x91 -x132 -x131 -x130 -x129 x128 x127 
72.37/72.40	v x90 x89 -x88 -x87 x86 -x85 -x126 x125 x124 x123 x122 x121 -x84 x83 -x82 x81 x80 -x79 -x120 -x119 x118 x117 x116 -x115 x78 -x77 
72.37/72.40	v -x76 -x75 x74 -x73 -x114 -x113 -x112 -x111 -x110 -x109 x72 x71 x70 x69 x68 -x67 -x108 -x107 -x106 -x105 -x104 x103 -x66 -x65 
72.37/72.40	v -x64 -x63 x62 -x61 -x102 -x101 -x100 -x99 -x98 x97 -x60 -x59 -x58 x57 x56 -x55 x54 x53 -x52 x51 x50 x49 x48 x47 x46 x45 x44 
72.37/72.40	v -x43 -x42 -x41 x40 -x39 x38 x37 x36 x35 x34 -x33 x32 x31 -x30 -x29 x28 x27 x26 x25 -x24 x23 x22 x21 x20 x19 -x18 -x17 x16 
72.37/72.40	v -x15 x14 x13 x12 -x11 -x10 -x9 x8 x7 -x6 -x5 -x4 -x3 x2 -x1 
72.37/72.40	c SCIP Status        : problem is solved [optimal solution found]
72.37/72.40	c Total Time         :      72.40
72.37/72.40	c   solving          :      72.40
72.37/72.40	c   presolving       :       0.02 (included in solving)
72.37/72.40	c   reading          :       0.00 (included in solving)
72.37/72.40	c Original Problem   :
72.37/72.40	c   Problem name     : HOME/instance-3736636-1338721841.opb
72.37/72.40	c   Variables        : 432 (432 binary, 0 integer, 0 implicit integer, 0 continuous)
72.37/72.40	c   Constraints      : 313 initial, 313 maximal
72.37/72.40	c Presolved Problem  :
72.37/72.40	c   Problem name     : t_HOME/instance-3736636-1338721841.opb
72.37/72.40	c   Variables        : 424 (424 binary, 0 integer, 0 implicit integer, 0 continuous)
72.37/72.40	c   Constraints      : 313 initial, 9197 maximal
72.37/72.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
72.37/72.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
72.37/72.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
72.37/72.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
72.37/72.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
72.37/72.40	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
72.37/72.40	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
72.37/72.40	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
72.37/72.40	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
72.37/72.40	c   and              :       0.01          0          0          0          0          0          0          0          0          0
72.37/72.40	c   linear           :       0.00          1          7          0          0          0          0          0          0         36
72.37/72.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
72.37/72.40	c   pseudoboolean    :       0.00          0          0          0          0          0          1          0          0          0
72.37/72.40	c   root node        :          -         82          -          -         82          -          -          -          -          -
72.37/72.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
72.37/72.40	c   integral         :          0          0          0      79816          0          8          0          0        101          0          0     159434
72.37/72.40	c   setppc           :          1          6       1924          0          0          3         24          0         15          0          0          0
72.37/72.40	c   and              :        287     153969     419380          0          0          0    1795976       5479     588771     149080          0          0
72.37/72.40	c   linear           :          8+         7     413899          0          0          4     446230      47316     279370          0          0          0
72.37/72.40	c   logicor          :          9+         6     224282          2          0          2     365288       4512     121559         56          0          0
72.37/72.40	c   pseudoboolean    :          8          0          0          2          0          2          0          0          0          0          0          0
72.37/72.40	c   countsols        :          0          0          0          2          0          2          0          0          0          0          0          0
72.37/72.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
72.37/72.40	c   integral         :       2.49       0.00       0.00       2.49       0.00       0.00       0.00
72.37/72.40	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
72.37/72.40	c   and              :       3.23       1.47       1.49       0.00       0.00       0.00       0.27
72.37/72.40	c   linear           :       4.37       0.00       3.61       0.00       0.00       0.00       0.76
72.37/72.40	c   logicor          :       3.74       0.00       3.42       0.00       0.00       0.00       0.32
72.37/72.40	c   pseudoboolean    :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
72.37/72.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
72.37/72.40	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
72.37/72.40	c   vbounds          :          0          0          0          0
72.37/72.40	c   rootredcost      :          1          0          0          5
72.37/72.40	c   pseudoobj        :     418970          0          0          1
72.37/72.40	c Propagator Timings :  TotalTime  Propagate    Resprop
72.37/72.40	c   vbounds          :       0.05       0.05       0.00
72.37/72.40	c   rootredcost      :       0.05       0.05       0.00
72.37/72.40	c   pseudoobj        :       0.15       0.15       0.00
72.37/72.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
72.37/72.40	c   propagation      :       2.72      57307      57131     430650       31.6       8473       17.8          -
72.37/72.40	c   infeasible LP    :       0.02        384        384       1415       18.1        114        8.1          0
72.37/72.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
72.37/72.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
72.37/72.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
72.37/72.40	c   applied globally :          -          -          -     135205       22.6          -          -          -
72.37/72.40	c   applied locally  :          -          -          -          1       43.0          -          -          -
72.37/72.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
72.37/72.40	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 279)
72.37/72.40	c   redcost          :       0.95     153971          0          0          0          0
72.37/72.40	c   impliedbounds    :       0.00          6          0          0        172          0
72.37/72.40	c   intobj           :       0.00          0          0          0          0          0
72.37/72.40	c   gomory           :       0.07          6          0          0          0          0
72.37/72.40	c   cgmip            :       0.00          0          0          0          0          0
72.37/72.40	c   closecuts        :       0.00          0          0          0          0          0
72.37/72.40	c   strongcg         :       0.06          6          0          0        232          0
72.37/72.40	c   cmir             :       0.02          6          0          0         70          0
72.37/72.40	c   flowcover        :       0.03          6          0          0        130          0
72.37/72.40	c   clique           :       0.00          1          0          0          0          0
72.37/72.40	c   zerohalf         :       0.00          0          0          0          0          0
72.37/72.40	c   mcf              :       0.00          1          0          0          0          0
72.37/72.40	c   oddcycle         :       0.00          0          0          0          0          0
72.37/72.40	c   rapidlearning    :       0.02          1          0          0          0          4
72.37/72.40	c Pricers            :       Time      Calls       Vars
72.37/72.40	c   problem variables:       0.00          0          0
72.37/72.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
72.37/72.40	c   relpscost        :       2.44      79814          0        101          0          0     159434
72.37/72.40	c   pscost           :       0.00          0          0          0          0          0          0
72.37/72.40	c   inference        :       0.00          0          0          0          0          0          0
72.37/72.40	c   mostinf          :       0.00          0          0          0          0          0          0
72.37/72.40	c   leastinf         :       0.00          0          0          0          0          0          0
72.37/72.40	c   fullstrong       :       0.00          0          0          0          0          0          0
72.37/72.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
72.37/72.40	c   random           :       0.00          0          0          0          0          0          0
72.37/72.40	c Primal Heuristics  :       Time      Calls      Found
72.37/72.40	c   LP solutions     :       0.02          -          2
72.37/72.40	c   pseudo solutions :       0.00          -          0
72.37/72.40	c   crossover        :       0.02          0          0
72.37/72.40	c   oneopt           :       0.02          1          0
72.37/72.40	c   rootsoldiving    :       0.44         48          0
72.37/72.40	c   linesearchdiving :       0.29        130          0
72.37/72.40	c   guideddiving     :       0.34        130          0
72.37/72.40	c   trivial          :       0.00          2          0
72.37/72.40	c   shiftandpropagate:       0.00          1          0
72.37/72.40	c   simplerounding   :       0.03          0          0
72.37/72.40	c   zirounding       :       0.50          0          0
72.37/72.40	c   rounding         :       0.14       5462          0
72.37/72.40	c   shifting         :       0.96       1794          0
72.37/72.40	c   intshifting      :       0.00          0          0
72.37/72.40	c   twoopt           :       0.00          0          0
72.37/72.40	c   fixandinfer      :       0.00          0          0
72.37/72.40	c   feaspump         :       0.28         66          0
72.37/72.40	c   clique           :       0.00          0          0
72.37/72.40	c   coefdiving       :       0.41        131          0
72.37/72.40	c   pscostdiving     :       0.45        131          0
72.37/72.40	c   fracdiving       :       0.40        130          0
72.37/72.40	c   veclendiving     :       0.28        130          0
72.37/72.40	c   intdiving        :       0.00          0          0
72.37/72.40	c   actconsdiving    :       0.00          0          0
72.37/72.40	c   objpscostdiving  :       0.38         40          0
72.37/72.40	c   octane           :       0.00          0          0
72.37/72.40	c   rens             :       0.01          1          0
72.37/72.40	c   rins             :       0.00          0          0
72.37/72.40	c   localbranching   :       0.00          0          0
72.37/72.40	c   mutation         :       0.00          0          0
72.37/72.40	c   dins             :       0.00          0          0
72.37/72.40	c   vbounds          :       0.00          0          0
72.37/72.40	c   undercover       :       0.08          1          0
72.37/72.40	c   subnlp           :       0.01          0          0
72.37/72.40	c   trysol           :       0.03          0          0
72.37/72.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
72.37/72.40	c   primal LP        :       1.60          0          0       0.00       0.00
72.37/72.40	c   dual LP          :      33.32     153662     519305       3.38   15583.93
72.37/72.40	c   lex dual LP      :       0.00          0          0       0.00          -
72.37/72.40	c   barrier LP       :       0.00          0          0       0.00          -
72.37/72.40	c   diving/probing LP:       2.06       9960      43788       4.40   21283.96
72.37/72.40	c   strong branching :       1.93       2244      37198      16.58   19302.59
72.37/72.40	c     (at root node) :          -         10       1675     167.50          -
72.37/72.40	c   conflict analysis:       0.00          0          0       0.00          -
72.37/72.40	c B&B Tree           :
72.37/72.40	c   number of runs   :          1
72.37/72.40	c   nodes            :     108950
72.37/72.40	c   nodes (total)    :     108950
72.37/72.40	c   nodes left       :          0
72.37/72.40	c   max depth        :         68
72.37/72.40	c   max depth (total):         68
72.37/72.40	c   backtracks       :      30692 (28.2%)
72.37/72.40	c   delayed cutoffs  :      44293
72.37/72.40	c   repropagations   :      86355 (378077 domain reductions, 26113 cutoffs)
72.37/72.40	c   avg switch length:       3.93
72.37/72.40	c   switching time   :       6.37
72.37/72.40	c Solution           :
72.37/72.40	c   Solutions found  :          2 (2 improvements)
72.37/72.40	c   First Solution   : +3.00000000000000e+00   (in run 1, after 4699 nodes, 6.76 seconds, depth 60, found by <relaxation>)
72.37/72.40	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 108950 nodes, 72.38 seconds, depth 48, found by <relaxation>)
72.37/72.40	c   Dual Bound       : +2.00000000000000e+00
72.37/72.40	c   Gap              :       0.00 %
72.37/72.40	c   Root Dual Bound  : +2.00000000000000e+00
72.37/72.40	c   Root Iterations  :        580
72.37/72.42	c Time complete: 72.4.

Verifier Data

OK	2

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 2145
/proc/meminfo: memFree=27633068/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 1528 0 0 0 0 0 0 0 20 0 1 0 338310043 9818112 1483 33554432000 4194304 9016284 140735934586368 140736796886440 7824814 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2145/statm: 2397 1487 313 1178 0 1215 0

[startup+0.075197 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 2145
/proc/meminfo: memFree=27633068/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=41376 CPUtime=0.06 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 9277 0 0 0 5 1 0 0 20 0 1 0 338310043 42369024 8966 33554432000 4194304 9016284 140735934586368 140736796886440 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/2145/statm: 10344 8966 684 1178 0 9162 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 41376

[startup+0.100344 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 2145
/proc/meminfo: memFree=27633068/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=34720 CPUtime=0.09 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 9582 0 0 0 7 2 0 0 20 0 1 0 338310043 35553280 7604 33554432000 4194304 9016284 140735934586368 140736796886440 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/2145/statm: 8680 7604 694 1178 0 7498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34720

[startup+0.300236 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 2145
/proc/meminfo: memFree=27633068/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=33596 CPUtime=0.29 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 11867 0 0 0 27 2 0 0 20 0 1 0 338310043 34402304 7293 33554432000 4194304 9016284 140735934586368 140735934580328 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/2145/statm: 8399 7293 713 1178 0 7217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33596

[startup+0.70018 s]
/proc/loadavg: 2.00 2.00 1.98 2/175 2145
/proc/meminfo: memFree=27633068/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=35808 CPUtime=0.69 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 12286 0 0 0 66 3 0 0 20 0 1 0 338310043 36667392 7712 33554432000 4194304 9016284 140735934586368 140735934582040 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/2145/statm: 8952 7712 714 1178 0 7770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35808

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 2146
/proc/meminfo: memFree=27605400/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=35848 CPUtime=1.49 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 12288 0 0 0 144 5 0 0 20 0 1 0 338310043 36708352 7714 33554432000 4194304 9016284 140735934586368 140735934580584 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/2145/statm: 8962 7714 714 1178 0 7780 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35848

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 2146
/proc/meminfo: memFree=27604564/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=35848 CPUtime=3.08 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 12293 0 0 0 298 10 0 0 20 0 1 0 338310043 36708352 7719 33554432000 4194304 9016284 140735934586368 140735934580408 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/2145/statm: 8962 7719 717 1178 0 7780 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 35848

[startup+6.30018 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 2146
/proc/meminfo: memFree=27604180/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=35848 CPUtime=6.28 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 12302 0 0 0 612 16 0 0 20 0 1 0 338310043 36708352 7728 33554432000 4194304 9016284 140735934586368 140735934580696 7925162 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/2145/statm: 8962 7728 717 1178 0 7780 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35848

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 2146
/proc/meminfo: memFree=27599896/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=35848 CPUtime=12.68 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 12306 0 0 0 1243 25 0 0 20 0 1 0 338310043 36708352 7753 33554432000 4194304 9016284 140735934586368 140735934580696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 8962 7753 717 1178 0 7780 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35848

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 2374
/proc/meminfo: memFree=27285516/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=36012 CPUtime=25.48 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 12580 0 0 0 2504 44 0 0 20 0 1 0 338310043 36876288 8023 33554432000 4194304 9016284 140735934586368 140735934580648 4349805 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 9003 8023 717 1178 0 7821 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36012

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 2374
/proc/meminfo: memFree=27277288/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=41740 CPUtime=51.08 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 13988 0 0 0 5026 82 0 0 20 0 1 0 338310043 42741760 9422 33554432000 4194304 9016284 140735934586368 140735934580696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 10435 9422 717 1178 0 9253 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41740

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

[startup+63.9002 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 2374
/proc/meminfo: memFree=27274112/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=44336 CPUtime=63.88 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 14659 0 0 0 6288 100 0 0 20 0 1 0 338310043 45400064 10085 33554432000 4194304 9016284 140735934586368 140735934580328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 11084 10085 717 1178 0 9902 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 44336

[startup+67.1067 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 2374
/proc/meminfo: memFree=27273120/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=45540 CPUtime=67.08 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 14954 0 0 0 6603 105 0 0 20 0 1 0 338310043 46632960 10380 33554432000 4194304 9016284 140735934586368 140735934580696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 11385 10380 717 1178 0 10203 0
Current children cumulated CPU time (s) 67.08
Current children cumulated vsize (KiB) 45540

[startup+70.3002 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 2374
/proc/meminfo: memFree=27270872/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=47444 CPUtime=70.28 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 15482 0 0 0 6918 110 0 0 20 0 1 0 338310043 48582656 10883 33554432000 4194304 9016284 140735934586368 140735934580696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 11861 10883 717 1178 0 10679 0
Current children cumulated CPU time (s) 70.28
Current children cumulated vsize (KiB) 47444

[startup+71.1002 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 2374
/proc/meminfo: memFree=27270872/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=48408 CPUtime=71.07 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 15644 0 0 0 6997 110 0 0 20 0 1 0 338310043 49569792 11045 33554432000 4194304 9016284 140735934586368 140735934580696 5325537 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 12102 11045 717 1178 0 10920 0
Current children cumulated CPU time (s) 71.07
Current children cumulated vsize (KiB) 48408

[startup+71.9002 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 2374
/proc/meminfo: memFree=27270128/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=48408 CPUtime=71.88 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 15646 0 0 0 7076 112 0 0 20 0 1 0 338310043 49569792 11047 33554432000 4194304 9016284 140735934586368 140735934580696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 12102 11047 717 1178 0 10920 0
Current children cumulated CPU time (s) 71.88
Current children cumulated vsize (KiB) 48408

[startup+72.3002 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 2374
/proc/meminfo: memFree=27270128/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=48648 CPUtime=72.27 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 15709 0 0 0 7115 112 0 0 20 0 1 0 338310043 49815552 11110 33554432000 4194304 9016284 140735934586368 140735934580696 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 12162 11110 717 1178 0 10980 0
Current children cumulated CPU time (s) 72.27
Current children cumulated vsize (KiB) 48648

[startup+72.4003 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 2374
/proc/meminfo: memFree=27270128/32873852 swapFree=6856/6856
[pid=2145] ppid=2143 vsize=48856 CPUtime=72.37 cores=1,3,5,7
/proc/2145/stat : 2145 (scip-2.0.1.4b_2) R 2143 2145 643 0 -1 4202496 15761 0 0 0 7125 112 0 0 20 0 1 0 338310043 50028544 11162 33554432000 4194304 9016284 140735934586368 140735934580696 4329912 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/2145/statm: 12214 11162 717 1178 0 11032 0
Current children cumulated CPU time (s) 72.37
Current children cumulated vsize (KiB) 48856

Child status: 0
Real time (s): 72.425
CPU time (s): 72.408
CPU user time (s): 71.2762
CPU system time (s): 1.13183
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 48856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.2762
system time used= 1.13183
maximum resident set size= 44668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15771
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= 12
involuntary context switches= 101

runsolver used 0.099984 second user time and 0.306953 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 13:10:41
IDJOB=3736636
IDBENCH=48041
IDSOLVER=2329
FILE ID=node128/3736636-1338721841
RUNJOBID= node128-1338714616-660
PBS_JOBID= 14636758
Free space on /tmp= 70404 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=29-P1=2-P2=59-P3=2-P4=47-P5=53-P6=37-P7=53-P8=53-B.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736636-1338721841/watcher-3736636-1338721841 -o /tmp/evaluation-result-3736636-1338721841/solver-3736636-1338721841 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3736636-1338721841.opb -t 1800 -m 15500

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

MD5SUM BENCH= 546a5ced30808b0bb71d4cd4eb43d066
RANDOM SEED=957360759

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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.389
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:       32873852 kB
MemFree:        27633332 kB
Buffers:          545356 kB
Cached:          3757556 kB
SwapCached:          744 kB
Active:          2037676 kB
Inactive:        2303284 kB
Active(anon):      29172 kB
Inactive(anon):    11420 kB
Active(file):    2008504 kB
Inactive(file):  2291864 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             33624 kB
Writeback:             0 kB
AnonPages:         46080 kB
Mapped:            17080 kB
Shmem:               200 kB
Slab:             758804 kB
SReclaimable:     199200 kB
SUnreclaim:       559604 kB
KernelStack:        1464 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     154976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 70388 MiB
End job on node128 at 2012-06-03 13:11:54