Trace number 3447903

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 177.006 177.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/academics/
normalized-16wqueens_wcsp.wbo
MD5SUM0eca1cee1f66f0b91a7a0aa842de562c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.088985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables256
Total number of constraints4608
Number of soft constraints4592
Number of constraints which are clauses4592
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 17
Min constraint cost 1
Max constraint cost 17
Sum of constraints costs 74992
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
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-3447903-1307902124.wbo>
0.02/0.03	c original problem has 4848 variables (4848 bin, 0 int, 0 impl, 0 cont) and 4609 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.02/0.08	c presolving:
0.09/0.10	c (round 1) 8800 del vars, 4400 del conss, 0 add conss, 4400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 16 clqs
0.09/0.12	c (round 2) 8800 del vars, 4400 del conss, 0 add conss, 4592 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 8800 impls, 16 clqs
0.09/0.12	c (round 3) 8800 del vars, 4400 del conss, 0 add conss, 4592 chg bounds, 0 chg sides, 0 chg coeffs, 17 upgd conss, 8800 impls, 16 clqs
0.29/0.38	c presolving (4 rounds):
0.29/0.38	c  8800 deleted vars, 4400 deleted constraints, 0 added constraints, 4592 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.38	c  9568 implications, 16 cliques
0.29/0.38	c presolved problem has 640 variables (448 bin, 0 int, 192 impl, 0 cont) and 4801 constraints
0.29/0.38	c       1 constraints of type <knapsack>
0.29/0.38	c      16 constraints of type <setppc>
0.29/0.38	c    4592 constraints of type <linear>
0.29/0.38	c     192 constraints of type <indicator>
0.29/0.38	c transformed objective value is always integral (scale: 1)
0.29/0.38	c Presolving Time: 0.33
0.29/0.38	c - non default parameters ----------------------------------------------------------------------
0.29/0.38	c # SCIP version 2.0.1.4
0.29/0.38	c 
0.29/0.38	c # frequency for displaying node information lines
0.29/0.38	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.38	c display/freq = 10000
0.29/0.38	c 
0.29/0.38	c # maximal time in seconds to run
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.38	c limits/time = 1800
0.29/0.38	c 
0.29/0.38	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.38	c limits/memory = 13950
0.29/0.38	c 
0.29/0.38	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.38	c # [type: int, range: [1,2], default: 1]
0.29/0.38	c timing/clocktype = 2
0.29/0.38	c 
0.29/0.38	c # belongs reading time to solving time?
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.38	c timing/reading = TRUE
0.29/0.38	c 
0.29/0.38	c # should presolving try to simplify inequalities
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.38	c constraints/linear/simplifyinequalities = TRUE
0.29/0.38	c 
0.29/0.38	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.38	c constraints/indicator/addCouplingCons = TRUE
0.29/0.38	c 
0.29/0.38	c # should presolving try to simplify knapsacks
0.29/0.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.38	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.38	c 
0.29/0.38	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.38	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.38	c separating/rapidlearning/freq = 0
0.29/0.38	c 
0.29/0.38	c -----------------------------------------------------------------------------------------------
0.29/0.38	c start solving
0.29/0.38	c 
0.39/0.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.40	c   0.4s|     1 |     0 |   114 |     - |  23M|   0 |  32 | 640 |5028 | 640 |4609 |   0 |  35 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   452 |     - |  23M|   0 |  28 | 640 |5069 | 640 |4616 |   7 |  35 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   597 |     - |  23M|   0 |  41 | 640 |5069 | 640 |4640 |  31 |  35 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.81	c   0.8s|     1 |     0 |   673 |     - |  23M|   0 |  47 | 640 |5069 | 640 |4670 |  61 |  35 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.00	c   1.0s|     1 |     0 |  1090 |     - |  24M|   0 |  44 | 640 |5069 | 640 |4706 |  97 |  35 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.13	c   1.1s|     1 |     0 |  1150 |     - |  24M|   0 |  47 | 640 |5069 | 640 |4738 | 129 |  35 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.34	c   1.3s|     1 |     0 |  1465 |     - |  25M|   0 |  39 | 640 |5069 | 640 |4767 | 158 |  35 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.56	c   1.6s|     1 |     2 |  1465 |     - |  25M|   0 |  39 | 640 |5069 | 640 |4767 | 158 |  35 |   9 | 0.000000e+00 |      --      |    Inf 
2.59/2.61	o 12
2.59/2.61	c * 2.6s|     8 |     7 |  1959 |  70.6 |  25M|   7 |   - | 640 |5069 | 640 |4736 | 161 |  35 |  81 | 0.000000e+00 | 1.200000e+01 |    Inf 
2.99/3.03	o 11
2.99/3.03	c * 3.0s|    12 |     7 |  2151 |  62.4 |  25M|   9 |   - | 640 |5069 | 640 |4735 | 163 |  35 | 155 | 0.000000e+00 | 1.100000e+01 |    Inf 
3.30/3.33	o 10
3.30/3.33	c * 3.3s|    18 |     7 |  2252 |  46.3 |  26M|  12 |   - | 640 |5076 | 640 |4736 | 166 |  42 | 216 | 0.000000e+00 | 1.000000e+01 |    Inf 
10.29/10.32	o 9
10.29/10.32	c *10.3s|    44 |    17 |  3367 |  44.2 |  26M|  13 |   - | 640 |5097 | 640 |4739 | 176 |  63 | 542 | 0.000000e+00 | 9.000000e+00 |    Inf 
12.88/12.95	o 8
12.88/12.95	c *13.0s|    74 |    27 |  4248 |  38.1 |  26M|  13 |   - | 640 |5121 | 640 |4680 | 179 |  87 | 913 | 0.000000e+00 | 8.000000e+00 |    Inf 
17.09/17.15	o 6
17.09/17.15	c *17.1s|   276 |    80 |  8035 |  23.9 |  27M|  32 |   - | 640 |5404 | 640 |4685 | 202 | 386 |1479 | 0.000000e+00 | 6.000000e+00 |    Inf 
34.88/34.93	o 5
34.88/34.93	c *34.9s|  4018 |   923 | 68022 |  16.6 |  34M|  65 |   - | 640 |9246 | 640 |4683 | 263 |5267 |2325 | 0.000000e+00 | 5.000000e+00 |    Inf 
51.60/51.65	o 4
51.60/51.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.60/51.65	c *51.6s|  8227 |  1678 |135785 |  16.3 |  38M|  74 |   - | 640 |8140 | 640 |4733 | 292 |  10k|2591 | 0.000000e+00 | 4.000000e+00 |    Inf 
58.49/58.54	c  58.5s| 10000 |  1876 |163842 |  16.2 |  39M|  74 |   - | 640 |7842 | 640 |4680 | 302 |  12k|2665 | 0.000000e+00 | 4.000000e+00 |    Inf 
92.69/92.76	o 3
92.69/92.76	c *92.8s| 18336 |  2362 |318062 |  17.3 |  44M|  74 |   - | 640 |7898 | 640 |4681 | 326 |  21k|2795 | 0.000000e+00 | 3.000000e+00 |    Inf 
98.08/98.19	c  98.2s| 20000 |  2501 |337969 |  16.8 |  45M|  75 |   - | 640 |7680 | 640 |4680 | 333 |  23k|2802 | 0.000000e+00 | 3.000000e+00 |    Inf 
137.58/137.60	c   138s| 30000 |  2907 |488060 |  16.2 |  50M|  95 |  19 | 640 |7538 | 640 |4680 | 352 |  35k|3077 | 0.000000e+00 | 3.000000e+00 |    Inf 
152.89/152.98	o 2
152.89/152.98	c * 153s| 34380 |  1771 |542487 |  15.7 |  45M| 105 |   - | 640 |8201 | 640 |4680 | 354 |  40k|3205 | 0.000000e+00 | 2.000000e+00 |    Inf 
176.89/176.97	c 
176.89/176.97	c SCIP Status        : problem is solved [optimal solution found]
176.89/176.97	c Solving Time (sec) : 176.97
176.89/176.97	c Solving Nodes      : 39493
176.89/176.97	c Primal Bound       : +2.00000000000000e+00 (18 solutions)
176.89/176.97	c Dual Bound         : +2.00000000000000e+00
176.89/176.97	c Gap                : 0.00 %
176.89/176.97	s OPTIMUM FOUND
176.89/176.97	v -x256 -x255 -x254 -x253 -x252 -x251 x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 x236 -x235 
176.89/176.97	v -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 
176.89/176.97	v -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 
176.89/176.97	v -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 
176.89/176.97	v -x171 -x170 -x169 -x168 x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 
176.89/176.97	v -x150 -x149 -x148 -x147 -x146 x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 
176.89/176.97	v -x129 x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 
176.89/176.97	v -x108 -x107 -x106 -x105 -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 
176.89/176.97	v -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 
176.89/176.97	v -x59 -x58 -x57 -x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 
176.89/176.97	v -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 
176.89/176.97	v -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
176.89/176.97	c SCIP Status        : problem is solved [optimal solution found]
176.89/176.97	c Total Time         :     176.97
176.89/176.97	c   solving          :     176.97
176.89/176.97	c   presolving       :       0.33 (included in solving)
176.89/176.97	c   reading          :       0.03 (included in solving)
176.89/176.97	c Original Problem   :
176.89/176.97	c   Problem name     : HOME/instance-3447903-1307902124.wbo
176.89/176.97	c   Variables        : 4848 (4848 binary, 0 integer, 0 implicit integer, 0 continuous)
176.89/176.97	c   Constraints      : 4609 initial, 4609 maximal
176.89/176.97	c Presolved Problem  :
176.89/176.97	c   Problem name     : t_HOME/instance-3447903-1307902124.wbo
176.89/176.97	c   Variables        : 640 (448 binary, 0 integer, 192 implicit integer, 0 continuous)
176.89/176.97	c   Constraints      : 4801 initial, 9454 maximal
176.89/176.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
176.89/176.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
176.89/176.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
176.89/176.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
176.89/176.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
176.89/176.97	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
176.89/176.97	c   probing          :       0.25          0          0          0          0          0          0          0          0          0
176.89/176.97	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
176.89/176.97	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
176.89/176.97	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
176.89/176.97	c   linear           :       0.04       4400          0          0       4592          0          0          0          0          0
176.89/176.97	c   indicator        :       0.01       4400          0          0          0          0       4400          0          0          0
176.89/176.97	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
176.89/176.97	c   root node        :          -          0          -          -          0          -          -          -          -          -
176.89/176.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
176.89/176.97	c   integral         :          0          0          0      22111          0         72          0        102        483          0          0      43028
176.89/176.97	c   varbound         :          0+         6     136021        202          0          0      57872        381    1507757        252          0          0
176.89/176.97	c   knapsack         :          1          6     139088          7          0         69          0          0          0          0          0          0
176.89/176.97	c   setppc           :         16          6     139316          5          0         62      21000       1940     129785          0          0          0
176.89/176.97	c   linear           :       4592+         7     137375          5          0         44     323310       3793     847657          0          0          0
176.89/176.97	c   indicator        :        192          0     131978        202          0         44       2762          0       4494          0          0          0
176.89/176.97	c   logicor          :          0+         6      71610          0          0          0      43342       9774      74500          0          0          0
176.89/176.97	c   countsols        :          0          0          0         10          0         10          0          0          0          0          0          0
176.89/176.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
176.89/176.97	c   integral         :      25.10       0.00       0.00      25.10       0.00       0.00       0.00
176.89/176.97	c   varbound         :       1.72       0.00       1.70       0.00       0.00       0.00       0.02
176.89/176.97	c   knapsack         :       0.09       0.00       0.09       0.00       0.00       0.00       0.00
176.89/176.97	c   setppc           :       0.94       0.00       0.91       0.00       0.00       0.00       0.03
176.89/176.97	c   linear           :       8.38       0.00       8.25       0.00       0.00       0.02       0.11
176.89/176.97	c   indicator        :       0.70       0.00       0.69       0.00       0.00       0.01       0.00
176.89/176.97	c   logicor          :       3.58       0.00       3.51       0.00       0.00       0.00       0.07
176.89/176.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
176.89/176.97	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
176.89/176.97	c   vbounds          :      62442      31263         13     907023
176.89/176.97	c   rootredcost      :         10          0          0          0
176.89/176.97	c   pseudoobj        :     139299     113954        670    1504846
176.89/176.97	c Propagator Timings :  TotalTime  Propagate    Resprop
176.89/176.97	c   vbounds          :       2.44       2.43       0.01
176.89/176.97	c   rootredcost      :       0.03       0.03       0.00
176.89/176.97	c   pseudoobj        :       2.24       2.02       0.22
176.89/176.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
176.89/176.97	c   propagation      :       0.77      16571      16271      71445       30.0        236       28.5          -
176.89/176.97	c   infeasible LP    :       0.14        784        431       3220       80.8          1       15.0          0
176.89/176.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
176.89/176.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
176.89/176.97	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
176.89/176.97	c   applied globally :          -          -          -      50077       23.3          -          -          -
176.89/176.97	c   applied locally  :          -          -          -        108       72.3          -          -          -
176.89/176.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
176.89/176.97	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 473)
176.89/176.97	c   redcost          :       1.28      27360          0     878789          0          0
176.89/176.97	c   impliedbounds    :       0.00          6          0          0         54          0
176.89/176.97	c   intobj           :       0.00          0          0          0          0          0
176.89/176.97	c   gomory           :       0.24          6          0          0       3000          0
176.89/176.97	c   cgmip            :       0.00          0          0          0          0          0
176.89/176.97	c   closecuts        :       0.00          0          0          0          0          0
176.89/176.97	c   strongcg         :       0.23          6          0          0       3000          0
176.89/176.97	c   cmir             :       0.04          6          0          0          0          0
176.89/176.97	c   flowcover        :       0.07          6          0          0          0          0
176.89/176.97	c   clique           :       0.00          6          0          0         39          0
176.89/176.97	c   zerohalf         :       0.00          0          0          0          0          0
176.89/176.97	c   mcf              :       0.00          1          0          0          0          0
176.89/176.97	c   oddcycle         :       0.00          0          0          0          0          0
176.89/176.97	c   rapidlearning    :       0.14          1          0          0          0         41
176.89/176.97	c Pricers            :       Time      Calls       Vars
176.89/176.97	c   problem variables:       0.00          0          0
176.89/176.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
176.89/176.97	c   relpscost        :      25.08      21904        102        483          0          0      43028
176.89/176.97	c   pscost           :       0.00          0          0          0          0          0          0
176.89/176.97	c   inference        :       0.00          0          0          0          0          0          0
176.89/176.97	c   mostinf          :       0.00          0          0          0          0          0          0
176.89/176.97	c   leastinf         :       0.00          0          0          0          0          0          0
176.89/176.97	c   fullstrong       :       0.00          0          0          0          0          0          0
176.89/176.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
176.89/176.97	c   random           :       0.00          0          0          0          0          0          0
176.89/176.97	c Primal Heuristics  :       Time      Calls      Found
176.89/176.97	c   LP solutions     :       0.01          -         10
176.89/176.97	c   pseudo solutions :       0.00          -          0
176.89/176.97	c   oneopt           :       0.06         10          0
176.89/176.97	c   feaspump         :       0.02          1          0
176.89/176.97	c   fracdiving       :       0.28         29          0
176.89/176.97	c   veclendiving     :       0.30         29          0
176.89/176.97	c   objpscostdiving  :       0.37         15          0
176.89/176.97	c   rootsoldiving    :       0.33         15          0
176.89/176.97	c   linesearchdiving :       0.27         30          0
176.89/176.97	c   coefdiving       :       0.33         30          0
176.89/176.97	c   guideddiving     :       0.40         30          0
176.89/176.97	c   pscostdiving     :       0.53         30          0
176.89/176.97	c   crossover        :       0.54         21          0
176.89/176.97	c   trivial          :       0.01          2          0
176.89/176.97	c   shiftandpropagate:       0.01          1          0
176.89/176.97	c   simplerounding   :       0.01          0          0
176.89/176.97	c   zirounding       :       0.57          0          0
176.89/176.97	c   rounding         :       0.24       2281          0
176.89/176.97	c   shifting         :       0.36        702          0
176.89/176.97	c   intshifting      :       0.00          0          0
176.89/176.97	c   twoopt           :       0.00          0          0
176.89/176.97	c   fixandinfer      :       0.00          0          0
176.89/176.97	c   clique           :       0.00          0          0
176.89/176.97	c   intdiving        :       0.00          0          0
176.89/176.97	c   actconsdiving    :       0.00          0          0
176.89/176.97	c   octane           :       0.00          0          0
176.89/176.97	c   rens             :       0.03          1          0
176.89/176.97	c   rins             :       0.00          0          0
176.89/176.97	c   localbranching   :       0.00          0          0
176.89/176.97	c   mutation         :       0.00          0          0
176.89/176.97	c   dins             :       0.00          0          0
176.89/176.97	c   vbounds          :       0.00          0          0
176.89/176.97	c   undercover       :       0.00          0          0
176.89/176.97	c   subnlp           :       0.01          0          0
176.89/176.97	c   trysol           :       0.02         31          8
176.89/176.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
176.89/176.97	c   primal LP        :       0.00          0          0       0.00          -
176.89/176.97	c   dual LP          :     100.82      29655     602992      20.33    5981.02
176.89/176.97	c   lex dual LP      :       0.00          0          0       0.00          -
176.89/176.97	c   barrier LP       :       0.00          0          0       0.00          -
176.89/176.97	c   diving/probing LP:       2.19       1199      11467       9.56    5230.63
176.89/176.97	c   strong branching :      24.62       3364     116619      34.67    4736.77
176.89/176.97	c     (at root node) :          -          9       1081     120.11          -
176.89/176.97	c   conflict analysis:       0.00          0          0       0.00          -
176.89/176.97	c B&B Tree           :
176.89/176.97	c   number of runs   :          1
176.89/176.97	c   nodes            :      39493
176.89/176.97	c   nodes (total)    :      39493
176.89/176.97	c   nodes left       :          0
176.89/176.97	c   max depth        :        105
176.89/176.97	c   max depth (total):        105
176.89/176.97	c   backtracks       :       5031 (12.7%)
176.89/176.97	c   delayed cutoffs  :       1565
176.89/176.97	c   repropagations   :      40207 (304633 domain reductions, 926 cutoffs)
176.89/176.97	c   avg switch length:       6.52
176.89/176.97	c   switching time   :      11.84
176.89/176.97	c Solution           :
176.89/176.97	c   Solutions found  :         18 (10 improvements)
176.89/176.97	c   First Solution   : +1.20000000000000e+01   (in run 1, after 8 nodes, 2.61 seconds, depth 7, found by <relaxation>)
176.89/176.97	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 34380 nodes, 152.97 seconds, depth 65, found by <relaxation>)
176.89/176.97	c   Dual Bound       : +2.00000000000000e+00
176.89/176.97	c   Gap              :       0.00 %
176.89/176.97	c   Root Dual Bound  : +0.00000000000000e+00
176.89/176.97	c   Root Iterations  :       1465
176.99/177.01	c Time complete: 176.99.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 2/172 3488
/proc/meminfo: memFree=28616676/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=10276 CPUtime=0 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 1557 0 0 0 0 0 0 0 25 0 1 0 901811992 10522624 1510 33554432000 4194304 9128323 140735526744880 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3488/statm: 2569 1510 399 1205 0 1360 0

[startup+0.026621 s]
/proc/loadavg: 2.00 2.00 1.98 2/172 3488
/proc/meminfo: memFree=28616676/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=13976 CPUtime=0.02 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 2479 0 0 0 2 0 0 0 25 0 1 0 901811992 14311424 2432 33554432000 4194304 9128323 140735526744880 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3488/statm: 3494 2432 399 1205 0 2285 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13976

[startup+0.100633 s]
/proc/loadavg: 2.00 2.00 1.98 2/172 3488
/proc/meminfo: memFree=28616676/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=44476 CPUtime=0.09 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 9690 0 0 0 8 1 0 0 25 0 1 0 901811992 45543424 9641 33554432000 4194304 9128323 140735526744880 18446744073709551615 6890226 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 11119 9641 515 1205 0 9910 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44476

[startup+0.300599 s]
/proc/loadavg: 2.00 2.00 1.98 2/172 3488
/proc/meminfo: memFree=28616676/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=45820 CPUtime=0.29 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 10308 0 0 0 28 1 0 0 25 0 1 0 901811992 46919680 10002 33554432000 4194304 9128323 140735526744880 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 11455 10002 552 1205 0 10246 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45820

[startup+0.700532 s]
/proc/loadavg: 2.00 2.00 1.98 2/172 3488
/proc/meminfo: memFree=28616676/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=71520 CPUtime=0.69 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 17290 0 0 0 67 2 0 0 25 0 1 0 901811992 73236480 16513 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 17880 16513 746 1205 0 16671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71520

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3492
/proc/meminfo: memFree=28553328/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=73144 CPUtime=1.49 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 21603 0 0 0 145 4 0 0 25 0 1 0 901811992 74899456 17168 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 18286 17168 746 1205 0 17077 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73144

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3492
/proc/meminfo: memFree=28550228/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=73736 CPUtime=3.09 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 21734 0 0 0 304 5 0 0 25 0 1 0 901811992 75505664 17299 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 18434 17299 749 1205 0 17225 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73736

[startup+6.30059 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3492
/proc/meminfo: memFree=28549608/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=73872 CPUtime=6.29 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 21763 0 0 0 619 10 0 0 25 0 1 0 901811992 75644928 17328 33554432000 4194304 9128323 140735526744880 18446744073709551615 7081523 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 18468 17328 749 1205 0 17259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73872

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3492
/proc/meminfo: memFree=28548844/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=75540 CPUtime=12.68 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 22032 0 0 0 1252 16 0 0 25 0 1 0 901811992 77352960 17597 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 18885 17597 749 1205 0 17676 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 75540

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3492
/proc/meminfo: memFree=28546512/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=77956 CPUtime=25.48 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 33658 0 0 0 2520 28 0 0 25 0 1 0 901811992 79826944 18214 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 19489 18214 752 1205 0 18280 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 77956

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3492
/proc/meminfo: memFree=28524740/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=99512 CPUtime=51.08 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 47296 0 0 0 5059 49 0 0 25 0 1 0 901811992 101900288 23458 33554432000 4194304 9128323 140735526744880 18446744073709551615 5233966 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 24878 23458 752 1205 0 23669 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 99512

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3496
/proc/meminfo: memFree=28524028/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=99512 CPUtime=102.29 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 59269 0 0 0 10146 83 0 0 25 0 1 0 901811992 101900288 23588 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 24878 23588 752 1205 0 23669 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 99512

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/173 3498
/proc/meminfo: memFree=28518184/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=106532 CPUtime=162.28 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 73962 0 0 0 16107 121 0 0 25 0 1 0 901811992 109088768 25303 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 26633 25303 752 1205 0 25424 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 106532

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

[startup+166.301 s]
/proc/loadavg: 2.00 2.00 1.98 2/168 3530
/proc/meminfo: memFree=28791720/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=106720 CPUtime=166.29 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 74997 0 0 0 16505 124 0 0 25 0 1 0 901811992 109281280 25335 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/3488/statm: 26680 25335 752 1205 0 25471 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 106720

[startup+172.707 s]
/proc/loadavg: 2.08 2.02 1.99 4/173 3544
/proc/meminfo: memFree=28738976/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=107044 CPUtime=172.69 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 75063 0 0 0 17140 129 0 0 25 0 1 0 901811992 109613056 25401 33554432000 4194304 9128323 140735526744880 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3488/statm: 26761 25401 752 1205 0 25552 0
Current children cumulated CPU time (s) 172.69
Current children cumulated vsize (KiB) 107044

[startup+174.3 s]
/proc/loadavg: 2.07 2.02 1.99 4/173 3544
/proc/meminfo: memFree=28737240/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=109420 CPUtime=174.29 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 75583 0 0 0 17299 130 0 0 25 0 1 0 901811992 112046080 25921 33554432000 4194304 9128323 140735526744880 18446744073709551615 4207179 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3488/statm: 27355 25921 752 1205 0 26146 0
Current children cumulated CPU time (s) 174.29
Current children cumulated vsize (KiB) 109420

[startup+175.901 s]
/proc/loadavg: 2.07 2.02 1.99 4/173 3544
/proc/meminfo: memFree=28731392/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=113584 CPUtime=175.89 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 76611 0 0 0 17459 130 0 0 25 0 1 0 901811992 116310016 26898 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3488/statm: 28396 26898 756 1205 0 27187 0
Current children cumulated CPU time (s) 175.89
Current children cumulated vsize (KiB) 113584

[startup+176.701 s]
/proc/loadavg: 2.07 2.02 1.99 4/173 3544
/proc/meminfo: memFree=28731392/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=115272 CPUtime=176.69 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 77116 0 0 0 17538 131 0 0 25 0 1 0 901811992 118038528 27399 33554432000 4194304 9128323 140735526744880 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3488/statm: 28818 27399 755 1205 0 27609 0
Current children cumulated CPU time (s) 176.69
Current children cumulated vsize (KiB) 115272

[startup+176.901 s]
/proc/loadavg: 2.07 2.02 1.99 4/173 3544
/proc/meminfo: memFree=28731392/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=115700 CPUtime=176.89 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 77215 0 0 0 17558 131 0 0 25 0 1 0 901811992 118476800 27498 33554432000 4194304 9128323 140735526744880 18446744073709551615 6580923 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3488/statm: 28925 27498 755 1205 0 27716 0
Current children cumulated CPU time (s) 176.89
Current children cumulated vsize (KiB) 115700

[startup+177.001 s]
/proc/loadavg: 2.07 2.02 1.99 4/173 3544
/proc/meminfo: memFree=28733000/32951132 swapFree=67061148/67111528
[pid=3488] ppid=3486 vsize=90308 CPUtime=176.99 cores=0,2,4,6
/proc/3488/stat : 3488 (scip-2.0.1.4.li) R 3486 3488 2091 0 -1 4202496 77245 0 0 0 17568 131 0 0 25 0 1 0 901811992 92475392 21151 33554432000 4194304 9128323 140735526744880 18446744073709551615 8062775 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3488/statm: 22321 21151 757 1205 0 21112 0
Current children cumulated CPU time (s) 176.99
Current children cumulated vsize (KiB) 90308

Child status: 0
Real time (s): 177.01
CPU time (s): 177.006
CPU user time (s): 175.686
CPU system time (s): 1.3198
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 115700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.686
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77247
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= 6
involuntary context switches= 292

runsolver used 0.291955 second user time and 0.52492 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-12 20:08:44
IDJOB=3447903
IDBENCH=79359
IDSOLVER=1944
FILE ID=node129/3447903-1307902124
RUNJOBID= node129-1307897167-2527
PBS_JOBID= 13559577
Free space on /tmp= 74044 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/academics/normalized-16wqueens_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447903-1307902124/watcher-3447903-1307902124 -o /tmp/evaluation-result-3447903-1307902124/solver-3447903-1307902124 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447903-1307902124.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 0eca1cee1f66f0b91a7a0aa842de562c
RANDOM SEED=635726467

node129.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.831
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.66
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.831
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	: 5332.83
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.831
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.75
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.75
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28617360 kB
Buffers:        447212 kB
Cached:        3322536 kB
SwapCached:      13132 kB
Active:        1426192 kB
Inactive:      2623452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28617360 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           12096 kB
Writeback:           4 kB
AnonPages:      276836 kB
Mapped:          12144 kB
Slab:           220436 kB
PageTables:       4680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   443224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74032 MiB
End job on node129 at 2011-06-12 20:11:41