Trace number 3485013

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
SCIP spx 2 2011-06-10 (fixed)OPT2 168.774 168.774

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
MD5SUM10ec6ab90ad015d6fa7b4d2290470901
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 benchmark8.43172
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 variables192
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 constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [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-3485013-1307779603.opb>
0.00/0.00	c original problem has 192 variables (192 bin, 0 int, 0 impl, 0 cont) and 17 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.02	c (round 1) 8 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 54 chg coeffs, 0 upgd conss, 3056 impls, 0 clqs
0.00/0.02	c (round 2) 8 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 54 chg coeffs, 10 upgd conss, 3086 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 236/696 (33.9%) - 0 fixings, 0 aggregations, 65 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  8 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 54 changed coefficients
0.00/0.05	c  3216 implications, 0 cliques
0.00/0.05	c presolved problem has 696 variables (696 bin, 0 int, 0 impl, 0 cont) and 529 constraints
0.00/0.05	c     511 constraints of type <and>
0.00/0.05	c       8 constraints of type <linear>
0.00/0.05	c      10 constraints of type <logicor>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.05
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1797
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.06	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.06	c   0.1s|     1 |     0 |    13 |     - |2782k|   0 |   4 | 696 | 565 | 696 |1040 |   0 |  36 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   457 |     - |2889k|   0 |  21 | 696 | 625 | 696 |1044 |   4 |  91 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   490 |     - |2917k|   0 |  24 | 696 | 625 | 696 |1068 |  28 |  91 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |   514 |     - |2923k|   0 |  42 | 696 | 625 | 696 |1076 |  36 |  91 |   0 | 2.000000e+00 |      --      |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   536 |     - |2956k|   0 |  49 | 696 | 625 | 696 |1103 |  63 |  91 |   0 | 2.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   549 |     - |2977k|   0 |  61 | 696 | 625 | 696 |1126 |  86 |  91 |   0 | 2.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   562 |     - |3006k|   0 |  72 | 696 | 625 | 696 |1139 |  99 |  91 |   0 | 2.000000e+00 |      --      |    Inf 
0.48/0.53	c   0.5s|     1 |     2 |   562 |     - |3007k|   0 |  72 | 696 | 625 | 696 |1139 |  99 |  91 |  10 | 2.000000e+00 |      --      |    Inf 
13.69/13.79	c  13.8s| 10000 |  7632 |103278 |  10.3 |  14M|  85 |  16 | 696 |4210 | 696 | 235 |  44k|8034 |1960 | 2.000000e+00 |      --      |    Inf 
24.89/24.90	c  24.9s| 20000 | 15105 |194114 |   9.7 |  22M|  86 |   7 | 696 |2352 | 696 | 245 |  86k|  14k|2947 | 2.000000e+00 |      --      |    Inf 
35.48/35.50	c  35.5s| 30000 | 22361 |279159 |   9.3 |  30M|  99 |  15 | 696 |2485 | 696 | 257 | 127k|  22k|3517 | 2.000000e+00 |      --      |    Inf 
46.39/46.42	c  46.4s| 40000 | 29538 |366889 |   9.2 |  38M|  99 |   8 | 696 |2434 | 696 | 288 | 168k|  29k|4119 | 2.000000e+00 |      --      |    Inf 
57.29/57.33	c  57.3s| 50000 | 36958 |456286 |   9.1 |  46M|  99 |  19 | 696 |2296 | 696 | 228 | 210k|  37k|4689 | 2.000000e+00 |      --      |    Inf 
67.69/67.74	c  67.7s| 60000 | 44099 |540990 |   9.0 |  54M| 104 |  17 | 696 |2314 | 696 | 268 | 251k|  44k|5186 | 2.000000e+00 |      --      |    Inf 
78.99/79.10	c  79.1s| 70000 | 51610 |637754 |   9.1 |  62M| 104 |   8 | 696 |2290 | 696 | 220 | 297k|  52k|5648 | 2.000000e+00 |      --      |    Inf 
89.79/89.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.79/89.89	c  89.9s| 80000 | 58899 |725504 |   9.1 |  71M| 104 |  17 | 696 |2220 | 696 | 224 | 338k|  60k|6010 | 2.000000e+00 |      --      |    Inf 
100.39/100.40	c   100s| 90000 | 66323 |811439 |   9.0 |  79M| 104 |   - | 696 |2423 |   0 |   0 | 379k|  67k|6278 | 2.000000e+00 |      --      |    Inf 
110.19/110.20	c   110s|100000 | 73197 |888156 |   8.9 |  87M| 104 |  16 | 696 |2716 | 696 | 229 | 415k|  75k|6663 | 2.000000e+00 |      --      |    Inf 
120.39/120.46	c   120s|110000 | 80276 |972863 |   8.8 |  95M| 104 |  20 | 696 |2305 | 696 | 227 | 454k|  83k|6996 | 2.000000e+00 |      --      |    Inf 
130.59/130.60	c   131s|120000 | 87371 |  1056k|   8.8 | 103M| 104 |  27 | 696 |2451 | 696 | 313 | 493k|  90k|7216 | 2.000000e+00 |      --      |    Inf 
140.80/140.88	c   141s|130000 | 94529 |  1141k|   8.8 | 111M| 104 |  37 | 696 |2419 | 696 | 173 | 533k|  98k|7539 | 2.000000e+00 |      --      |    Inf 
150.60/150.69	c   151s|140000 |101409 |  1219k|   8.7 | 119M| 104 |  11 | 696 |2614 | 696 | 221 | 568k| 106k|7764 | 2.000000e+00 |      --      |    Inf 
160.90/160.96	c   161s|150000 |108414 |  1302k|   8.7 | 127M| 104 |  20 | 696 |2576 | 696 | 214 | 606k| 114k|8023 | 2.000000e+00 |      --      |    Inf 
168.70/168.75	o 2
168.70/168.75	c * 169s|157637 |     0 |  1361k|   8.6 |5732k| 104 |   - | 696 |3093 | 696 | 382 | 633k| 121k|8197 | 2.000000e+00 | 2.000000e+00 |   0.00%
168.70/168.75	c 
168.70/168.75	c SCIP Status        : problem is solved [optimal solution found]
168.70/168.75	c Solving Time (sec) : 168.75
168.70/168.75	c Solving Nodes      : 157637
168.70/168.75	c Primal Bound       : +2.00000000000000e+00 (1 solutions)
168.70/168.75	c Dual Bound         : +2.00000000000000e+00
168.70/168.75	c Gap                : 0.00 %
168.70/168.75	s OPTIMUM FOUND
168.70/168.75	v -x192 -x191 -x190 -x189 -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x128 -x127 -x126 -x125 -x124 x123 
168.70/168.75	v x122 -x121 -x176 -x175 -x174 -x173 -x172 -x171 -x170 x169 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x168 -x167 -x166 
168.70/168.75	v -x165 -x164 -x163 -x162 x161 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 x160 -x159 -x158 -x157 x156 -x155 -x154 x153 -x104 
168.70/168.75	v -x103 -x102 -x101 -x100 -x99 x98 -x97 -x152 -x151 -x150 -x149 -x148 -x147 x146 -x145 x96 -x95 -x94 -x93 x92 x91 x90 -x89 x144 
168.70/168.75	v x143 x142 x141 x140 -x139 -x138 x137 -x88 -x87 -x86 -x85 -x84 x83 x82 -x81 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 
168.70/168.75	v x80 x79 x78 x77 x76 -x75 x74 -x73 -x72 x71 -x70 x69 x68 -x67 -x66 x65 x64 -x63 -x62 -x61 -x60 -x59 x58 x57 x56 -x55 -x54 -x53 
168.70/168.75	v -x52 -x51 -x50 x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 x40 x39 x38 x37 -x36 x35 x34 x33 -x32 x31 x30 -x29 x28 x27 -x26 x25 
168.70/168.75	v x24 x23 x22 x21 x20 x19 x18 x17 -x16 x15 x14 x13 x12 x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
168.70/168.75	c SCIP Status        : problem is solved [optimal solution found]
168.70/168.75	c Total Time         :     168.75
168.70/168.75	c   solving          :     168.75
168.70/168.75	c   presolving       :       0.05 (included in solving)
168.70/168.75	c   reading          :       0.00 (included in solving)
168.70/168.75	c Original Problem   :
168.70/168.75	c   Problem name     : HOME/instance-3485013-1307779603.opb
168.70/168.75	c   Variables        : 192 (192 binary, 0 integer, 0 implicit integer, 0 continuous)
168.70/168.75	c   Constraints      : 17 initial, 17 maximal
168.70/168.75	c Presolved Problem  :
168.70/168.75	c   Problem name     : t_HOME/instance-3485013-1307779603.opb
168.70/168.75	c   Variables        : 696 (696 binary, 0 integer, 0 implicit integer, 0 continuous)
168.70/168.75	c   Constraints      : 529 initial, 5007 maximal
168.70/168.75	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
168.70/168.75	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
168.70/168.75	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
168.70/168.75	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
168.70/168.75	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
168.70/168.75	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
168.70/168.75	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
168.70/168.75	c   and              :       0.02          0          0          0          0          0          0          0          0          0
168.70/168.75	c   linear           :       0.00          1          7          0          0          0          0          0          0         54
168.70/168.75	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
168.70/168.75	c   root node        :          -          0          -          -          0          -          -          -          -          -
168.70/168.75	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
168.70/168.75	c   integral         :          0          0          0     142077          0         62          0          7       3310          0          0     281010
168.70/168.75	c   and              :        511     343872     454738          1          0         59    2035027       5477     973727     634377          0          0
168.70/168.75	c   linear           :          8+         7     449261          1          0          2     368614      21842     240702          0          0          0
168.70/168.75	c   logicor          :         10+         6     227553          0          0          0      78218       1426      44437         35          0          0
168.70/168.75	c   countsols        :          0          0          0          1          0          2          0          0          0          0          0          0
168.70/168.75	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
168.70/168.75	c   integral         :       5.01       0.00       0.00       5.01       0.00       0.00       0.00
168.70/168.75	c   and              :      14.39      10.88       3.17       0.00       0.00       0.00       0.33
168.70/168.75	c   linear           :       5.04       0.00       4.00       0.00       0.00       0.00       1.04
168.70/168.75	c   logicor          :       2.23       0.00       2.14       0.00       0.00       0.00       0.09
168.70/168.75	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
168.70/168.75	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
168.70/168.75	c   vbounds          :          0          0          0          0
168.70/168.75	c   rootredcost      :          0          0          0          0
168.70/168.75	c   pseudoobj        :     454246          0          0          0
168.70/168.75	c Propagator Timings :  TotalTime  Propagate    Resprop
168.70/168.75	c   vbounds          :       0.06       0.06       0.00
168.70/168.75	c   rootredcost      :       0.06       0.06       0.00
168.70/168.75	c   pseudoobj        :       0.21       0.21       0.00
168.70/168.75	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
168.70/168.75	c   propagation      :       3.25      28745      28494     327923       56.0      12518       26.8          -
168.70/168.75	c   infeasible LP    :       0.09       1014       1011       3322       32.6        596       18.1          0
168.70/168.75	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
168.70/168.75	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
168.70/168.75	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
168.70/168.75	c   applied globally :          -          -          -     121369       33.8          -          -          -
168.70/168.75	c   applied locally  :          -          -          -          0        0.0          -          -          -
168.70/168.75	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
168.70/168.75	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 83)
168.70/168.75	c   redcost          :       3.49     343879          0         10          0          0
168.70/168.75	c   impliedbounds    :       0.00          6          0          0         63          0
168.70/168.75	c   intobj           :       0.00          0          0          0          0          0
168.70/168.75	c   gomory           :       0.04          6          0          0          0          0
168.70/168.75	c   cgmip            :       0.00          0          0          0          0          0
168.70/168.75	c   closecuts        :       0.00          0          0          0          0          0
168.70/168.75	c   strongcg         :       0.03          6          0          0          0          0
168.70/168.75	c   cmir             :       0.02          6          0          0         29          0
168.70/168.75	c   flowcover        :       0.07          6          0          0         42          0
168.70/168.75	c   clique           :       0.00          1          0          0          0          0
168.70/168.75	c   zerohalf         :       0.00          0          0          0          0          0
168.70/168.75	c   mcf              :       0.00          1          0          0          0          0
168.70/168.75	c   oddcycle         :       0.00          0          0          0          0          0
168.70/168.75	c   rapidlearning    :       0.02          1          0          0          0          3
168.70/168.75	c Pricers            :       Time      Calls       Vars
168.70/168.75	c   problem variables:       0.00          0          0
168.70/168.75	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
168.70/168.75	c   relpscost        :       4.92     142058          7       3310          0          0     280974
168.70/168.75	c   pscost           :       0.00          0          0          0          0          0          0
168.70/168.75	c   inference        :       0.00         18          0          0          0          0         36
168.70/168.75	c   mostinf          :       0.00          0          0          0          0          0          0
168.70/168.75	c   leastinf         :       0.00          0          0          0          0          0          0
168.70/168.75	c   fullstrong       :       0.00          0          0          0          0          0          0
168.70/168.75	c   allfullstrong    :       0.00          0          0          0          0          0          0
168.70/168.75	c   random           :       0.00          0          0          0          0          0          0
168.70/168.75	c Primal Heuristics  :       Time      Calls      Found
168.70/168.75	c   LP solutions     :       0.20          -          1
168.70/168.75	c   pseudo solutions :       0.00          -          0
168.70/168.75	c   oneopt           :       0.11          0          0
168.70/168.75	c   crossover        :       0.03          0          0
168.70/168.75	c   guideddiving     :       0.00          0          0
168.70/168.75	c   objpscostdiving  :       0.91         66          0
168.70/168.75	c   rootsoldiving    :       1.63         69          0
168.70/168.75	c   feaspump         :       0.61         85          0
168.70/168.75	c   fracdiving       :       0.94        295          0
168.70/168.75	c   coefdiving       :       1.02        296          0
168.70/168.75	c   pscostdiving     :       1.33        296          0
168.70/168.75	c   veclendiving     :       0.98        296          0
168.70/168.75	c   linesearchdiving :       0.95        296          0
168.70/168.75	c   trivial          :       0.00          2          0
168.70/168.75	c   shiftandpropagate:       0.01          1          0
168.70/168.75	c   simplerounding   :       0.06          0          0
168.70/168.75	c   zirounding       :       0.78          0          0
168.70/168.75	c   rounding         :       0.28       8392          0
168.70/168.75	c   shifting         :       2.13       2688          0
168.70/168.75	c   intshifting      :       0.00          0          0
168.70/168.75	c   twoopt           :       0.00          0          0
168.70/168.75	c   fixandinfer      :       0.00          0          0
168.70/168.75	c   clique           :       0.00          0          0
168.70/168.75	c   intdiving        :       0.00          0          0
168.70/168.75	c   actconsdiving    :       0.00          0          0
168.70/168.75	c   octane           :       0.00          0          0
168.70/168.75	c   rens             :       0.01          1          0
168.70/168.75	c   rins             :       0.00          0          0
168.70/168.75	c   localbranching   :       0.00          0          0
168.70/168.75	c   mutation         :       0.00          0          0
168.70/168.75	c   dins             :       0.00          0          0
168.70/168.75	c   vbounds          :       0.00          0          0
168.70/168.75	c   undercover       :       0.20          1          0
168.70/168.75	c   subnlp           :       0.02          0          0
168.70/168.75	c   trysol           :       0.05          0          0
168.70/168.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
168.70/168.75	c   primal LP        :       4.81          0          0       0.00       0.00
168.70/168.75	c   dual LP          :      83.04     359017    1274644       3.55   15350.26
168.70/168.75	c   lex dual LP      :       0.00          0          0       0.00          -
168.70/168.75	c   barrier LP       :       0.00          0          0       0.00          -
168.70/168.75	c   diving/probing LP:       4.94      21535      86751       4.03   17571.25
168.70/168.75	c   strong branching :       3.92       8197      51899       6.33   13242.92
168.70/168.75	c     (at root node) :          -         10        528      52.80          -
168.70/168.75	c   conflict analysis:       0.00          0          0       0.00          -
168.70/168.75	c B&B Tree           :
168.70/168.75	c   number of runs   :          1
168.70/168.75	c   nodes            :     157637
168.70/168.75	c   nodes (total)    :     157637
168.70/168.75	c   nodes left       :          0
168.70/168.75	c   max depth        :        104
168.70/168.75	c   max depth (total):        104
168.70/168.75	c   backtracks       :      11463 (7.3%)
168.70/168.75	c   delayed cutoffs  :       9883
168.70/168.75	c   repropagations   :      38150 (148573 domain reductions, 8453 cutoffs)
168.70/168.76	c   avg switch length:       6.32
168.70/168.76	c   switching time   :      11.99
168.70/168.76	c Solution           :
168.70/168.76	c   Solutions found  :          1 (1 improvements)
168.70/168.76	c   First Solution   : +2.00000000000000e+00   (in run 1, after 157637 nodes, 168.55 seconds, depth 88, found by <relaxation>)
168.70/168.76	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 157637 nodes, 168.55 seconds, depth 88, found by <relaxation>)
168.70/168.76	c   Dual Bound       : +2.00000000000000e+00
168.70/168.76	c   Gap              :       0.00 %
168.70/168.76	c   Root Dual Bound  : +2.00000000000000e+00
168.70/168.76	c   Root Iterations  :        562
168.70/168.77	c Time complete: 168.76.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 1.99 1/172 8095
/proc/meminfo: memFree=31360000/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=9172 CPUtime=0 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 1407 0 0 0 0 0 0 0 25 0 1 0 968191027 9392128 1362 33554432000 4194304 8979876 140737449776704 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8095/statm: 2293 1363 348 1169 0 1120 0

[startup+0.00590408 s]
/proc/loadavg: 2.01 2.02 1.99 1/172 8095
/proc/meminfo: memFree=31360000/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=9840 CPUtime=0 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 1474 0 0 0 0 0 0 0 25 0 1 0 968191027 10076160 1429 33554432000 4194304 8979876 140737449776704 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8095/statm: 2460 1429 367 1169 0 1287 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9840

[startup+0.100908 s]
/proc/loadavg: 2.01 2.02 1.99 1/172 8095
/proc/meminfo: memFree=31360000/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=33336 CPUtime=0.09 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 7620 0 0 0 9 0 0 0 18 0 1 0 968191027 34136064 6949 33554432000 4194304 8979876 140737449776704 18446744073709551615 4878832 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8095/statm: 8334 6949 670 1169 0 7161 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33336

[startup+0.30088 s]
/proc/loadavg: 2.01 2.02 1.99 1/172 8095
/proc/meminfo: memFree=31360000/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=33856 CPUtime=0.29 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 16316 0 0 0 27 2 0 0 18 0 1 0 968191027 34668544 7508 33554432000 4194304 8979876 140737449776704 18446744073709551615 5007710 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8095/statm: 8464 7508 713 1169 0 7291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33856

[startup+0.700796 s]
/proc/loadavg: 2.01 2.02 1.99 1/172 8095
/proc/meminfo: memFree=31360000/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=41460 CPUtime=0.69 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 17978 0 0 0 66 3 0 0 18 0 1 0 968191027 42455040 9168 33554432000 4194304 8979876 140737449776704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8095/statm: 10365 9168 714 1169 0 9192 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41460

[startup+1.50064 s]
/proc/loadavg: 2.01 2.02 1.99 3/178 8108
/proc/meminfo: memFree=31262864/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=41460 CPUtime=1.49 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 17986 0 0 0 145 4 0 0 19 0 1 0 968191027 42455040 9176 33554432000 4194304 8979876 140737449776704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 10365 9176 718 1169 0 9192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41460

[startup+3.10031 s]
/proc/loadavg: 2.01 2.02 1.99 3/178 8108
/proc/meminfo: memFree=31262120/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=41460 CPUtime=3.09 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 17991 0 0 0 303 6 0 0 25 0 1 0 968191027 42455040 9181 33554432000 4194304 8979876 140737449776704 18446744073709551615 6742000 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 10365 9181 718 1169 0 9192 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41460

[startup+6.30073 s]
/proc/loadavg: 2.01 2.02 1.99 3/178 8108
/proc/meminfo: memFree=31261528/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=41504 CPUtime=6.29 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 17997 0 0 0 619 10 0 0 25 0 1 0 968191027 42500096 9187 33554432000 4194304 8979876 140737449776704 18446744073709551615 6547221 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 10376 9187 718 1169 0 9203 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41504

[startup+12.7005 s]
/proc/loadavg: 2.01 2.02 1.99 3/178 8260
/proc/meminfo: memFree=31260452/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=42560 CPUtime=12.69 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 18263 0 0 0 1250 19 0 0 25 0 1 0 968191027 43581440 9453 33554432000 4194304 8979876 140737449776704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 10640 9453 718 1169 0 9467 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42560

[startup+25.5011 s]
/proc/loadavg: 2.01 2.02 1.99 3/178 8261
/proc/meminfo: memFree=31249588/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=53896 CPUtime=25.49 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 21076 0 0 0 2509 40 0 0 25 0 1 0 968191027 55189504 12263 33554432000 4194304 8979876 140737449776704 18446744073709551615 6546164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 13474 12263 718 1169 0 12301 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53896

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 1.99 3/178 8413
/proc/meminfo: memFree=30782180/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=75704 CPUtime=51.09 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 26650 0 0 0 5033 76 0 0 25 0 1 0 968191027 77520896 17831 33554432000 4194304 8979876 140737449776704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 18926 17831 718 1169 0 17753 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75704

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 1.99 3/178 8415
/proc/meminfo: memFree=30724372/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=122216 CPUtime=102.3 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 37896 0 0 0 10079 151 0 0 25 0 1 0 968191027 125149184 29063 33554432000 4194304 8979876 140737449776704 18446744073709551615 6386169 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 30554 29063 718 1169 0 29381 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 122216

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8416
/proc/meminfo: memFree=30665036/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=169452 CPUtime=162.29 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 49847 0 0 0 15993 236 0 0 25 0 1 0 968191027 173518848 41003 33554432000 4194304 8979876 140737449776704 18446744073709551615 6427110 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 42363 41003 718 1169 0 41190 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 169452

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

[startup+163.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8416
/proc/meminfo: memFree=30664168/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=169840 CPUtime=163.09 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 49982 0 0 0 16072 237 0 0 25 0 1 0 968191027 173916160 41138 33554432000 4194304 8979876 140737449776704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 42460 41138 718 1169 0 41287 0
Current children cumulated CPU time (s) 163.09
Current children cumulated vsize (KiB) 169840

[startup+166.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8417
/proc/meminfo: memFree=30660820/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=172700 CPUtime=166.3 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 50671 0 0 0 16389 241 0 0 25 0 1 0 968191027 176844800 41827 33554432000 4194304 8979876 140737449776704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 43175 41827 718 1169 0 42002 0
Current children cumulated CPU time (s) 166.3
Current children cumulated vsize (KiB) 172700

[startup+167.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8417
/proc/meminfo: memFree=30659576/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=174012 CPUtime=167.89 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 51018 0 0 0 16546 243 0 0 25 0 1 0 968191027 178188288 42174 33554432000 4194304 8979876 140737449776704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 43503 42174 718 1169 0 42330 0
Current children cumulated CPU time (s) 167.89
Current children cumulated vsize (KiB) 174012

[startup+168.306 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8417
/proc/meminfo: memFree=30659328/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=174012 CPUtime=168.29 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 51023 0 0 0 16586 243 0 0 25 0 1 0 968191027 178188288 42179 33554432000 4194304 8979876 140737449776704 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 43503 42179 718 1169 0 42330 0
Current children cumulated CPU time (s) 168.29
Current children cumulated vsize (KiB) 174012

[startup+168.701 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 8417
/proc/meminfo: memFree=30659328/32950928 swapFree=67054844/67111528
[pid=8095] ppid=8093 vsize=174500 CPUtime=168.7 cores=0,2,4,6
/proc/8095/stat : 8095 (scip-2.0.1.4_2.) R 8093 8095 32526 0 -1 4202496 51133 0 0 0 16626 244 0 0 25 0 1 0 968191027 178688000 42289 33554432000 4194304 8979876 140737449776704 18446744073709551615 6745015 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8095/statm: 43625 42289 718 1169 0 42452 0
Current children cumulated CPU time (s) 168.7
Current children cumulated vsize (KiB) 174500

Child status: 0
Real time (s): 168.774
CPU time (s): 168.774
CPU user time (s): 166.325
CPU system time (s): 2.44963
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 174500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.325
system time used= 2.44963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51141
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= 5
involuntary context switches= 2067

runsolver used 0.252961 second user time and 0.51992 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-11 10:06:43
IDJOB=3485013
IDBENCH=48059
IDSOLVER=1977
FILE ID=node114/3485013-1307779603
RUNJOBID= node114-1307775934-3672
PBS_JOBID= 13550848
Free space on /tmp= 74100 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485013-1307779603/watcher-3485013-1307779603 -o /tmp/evaluation-result-3485013-1307779603/solver-3485013-1307779603 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485013-1307779603.opb -t 1800 -m 15500

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

MD5SUM BENCH= 10ec6ab90ad015d6fa7b4d2290470901
RANDOM SEED=855494525

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31360328 kB
Buffers:        270000 kB
Cached:        1093272 kB
SwapCached:      10540 kB
Active:         419084 kB
Inactive:       963864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31360328 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           17568 kB
Writeback:           0 kB
AnonPages:       17276 kB
Mapped:          12860 kB
Slab:           142184 kB
PageTables:       4444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74080 MiB
End job on node114 at 2011-06-11 10:09:32