Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > Pgsql General

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-09-2008, 07:34 AM
John Sidney-Woollett
 
Posts: n/a
Default Mem usage/leak - advice needed

In trying to investigate a possible memory issue that affects only one
of our servers, I have been logging the process list for postgres
related items 4 times a day for the past few days.

This server uses postgres 7.4.6 + slon 1.1.0 on Debian i686 (Linux
server2 2.6.8.1-4-686-smp) and is a slon slave in a two server
replicated cluster. Our master DB (similar setup) does not exbibit this
problem at all - only the subscriber node...

The load average starts to go mental once the machine has to start
swapping (ie starts running out of physical RAM). The solution so far is
to stop and restart both slon and postgres and things return to normal
for another 2 weeks.

I know other people have reported similar things but there doesn't seem
to be an explanation or solution (other than stopping and starting the
two processes).

Can anyone suggest what else to look at on the server to see what might
be going on?

Appreciate any help or advice anyone can offer. I'm not a C programmer
nor a unix sysadmin, so any advice needs to be simple to understand.

Thanks

John

The first log is 14th Dec and the second is the 22nd Dec. You can see
the slon process (id=27844) using more memory over time. It's memory map
and the postmaster are posted below too.

~/meminfo # cat 200512141855.log
27806 1 1052 15288 0.0 0.1 /usr/local/pgsql/bin/postmaster
27809 27806 812 6024 0.0 0.0 pg: stats buffer process
27810 27809 816 5032 0.0 0.0 pg: stats collector process
27821 27806 10744 16236 0.1 1.0 pg: postgres bp_live 192.168.22.76 idle
27842 1 620 2324 0.0 0.0 /usr/local/pgsql/bin/slon -d 1 bprepl4
27844 27842 5920 66876 0.0 0.5 /usr/local/pgsql/bin/slon -d 1 bprepl4
27847 27806 10488 16020 0.0 1.0 pg: postgres bp_live [local] idle
27852 27806 12012 17020 1.1 1.1 pg: postgres bp_live [local] idle
27853 27806 11452 16868 0.0 1.1 pg: postgres bp_live [local] idle
27854 27806 10756 16240 0.0 1.0 pg: postgres bp_live [local] idle

~/meminfo # cat 200512220655.log
27806 1 940 15288 0.0 0.0 /usr/local/pgsql/bin/postmaster
27809 27806 752 6024 0.0 0.0 p: stats buffer process
27810 27809 764 5032 0.0 0.0 pg: stats collector process
27821 27806 4684 16236 0.0 0.4 pg: postgres bp_live 192.168.22.76 idle
27842 1 564 2324 0.0 0.0 /usr/local/pgsql/bin/slon -d 1 bprepl4
27844 27842 2368 70096 0.0 0.2 /usr/local/pgsql/bin/slon -d 1 bprepl4
27847 27806 4460 16020 0.0 0.4 pg: postgres bp_live [local] idle
27852 27806 11576 17020 1.0 1.1 pg: postgres bp_live [local] idle
27853 27806 11328 16868 0.0 1.0 pg: postgres bp_live [local] idle
27854 27806 4640 16240 0.0 0.4 pg: postgres bp_live [local] idle

The top listing (right now is) - the key thing is the kswapd0 process.
Once physical memory becomes exhausted, the server goes into rapid
decline as the swap burden increases...

top-08:27:27 up 43 days, 42 min, 1 user, load average: 0.01, 0.04, 0.00
Tasks: 85 total, 1 running, 84 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.1% us, 0.0% sy, 0.0% ni, 99.4% id, 0.5% wa, 0.0% hi, 0.0% si
Mem: 1035612k total, 1030512k used, 5100k free, 46416k buffers
Swap: 497972k total, 157088k used, 340884k free, 28088k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
27821 postgres 16 0 16236 6480 14m S 0.3 0.6 14:00.34 postmaster
18939 root 16 0 2044 1040 1820 R 0.3 0.1 0:00.02 top
1 root 16 0 1492 136 1340 S 0.0 0.0 0:05.43 init
2 root RT 0 0 0 0 S 0.0 0.0 0:02.51 migration/0
3 root 34 19 0 0 0 S 0.0 0.0 0:00.02 ksoftirqd/0
4 root RT 0 0 0 0 S 0.0 0.0 0:05.35 migration/1
5 root 34 19 0 0 0 S 0.0 0.0 0:00.05 ksoftirqd/1
6 root RT 0 0 0 0 S 0.0 0.0 0:04.91 migration/2
7 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/2
8 root RT 0 0 0 0 S 0.0 0.0 0:21.87 migration/3
9 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/3
10 root 5 -10 0 0 0 S 0.0 0.0 0:00.20 events/0
11 root 5 -10 0 0 0 S 0.0 0.0 0:00.06 events/1
12 root 5 -10 0 0 0 S 0.0 0.0 0:00.01 events/2
13 root 5 -10 0 0 0 S 0.0 0.0 0:00.00 events/3
14 root 8 -10 0 0 0 S 0.0 0.0 0:00.00 khelper
15 root 7 -10 0 0 0 S 0.0 0.0 0:00.00 kacpid
67 root 5 -10 0 0 0 S 0.0 0.0 19:26.36 kblockd/0
68 root 5 -10 0 0 0 S 0.0 0.0 0:59.05 kblockd/1
69 root 5 -10 0 0 0 S 0.0 0.0 0:08.40 kblockd/2
70 root 5 -10 0 0 0 S 0.0 0.0 0:10.17 kblockd/3
82 root 15 0 0 0 0 S 0.0 0.0 624:18.25 kswapd0
[snipped]

The memory map for the slon process is below.

cat /proc/27844/maps
08048000-08067000 r-xp 00000000 08:0c 198200 /usr/local/pgsql/bin/slon
08067000-08069000 rw-p 0001f000 08:0c 198200 /usr/local/pgsql/bin/slon
08069000-088ae000 rw-p 08069000 00:00 0
40000000-40015000 r-xp 00000000 08:02 10242439 /lib/ld-2.3.2.so
40015000-40016000 rw-p 00015000 08:02 10242439 /lib/ld-2.3.2.so
40016000-40017000 rw-p 40016000 00:00 0
40017000-4002e000 r-xp 00000000 08:0c 211788
/usr/local/pgsql/lib/libpq.so.3.1
4002e000-4002f000 rw-p 00017000 08:0c 211788
/usr/local/pgsql/lib/libpq.so.3.1
40033000-40040000 r-xp 00000000 08:02 10240037
/lib/tls/i686/cmov/libpthread-0.60.so
40040000-40041000 rw-p 0000c000 08:02 10240037
/lib/tls/i686/cmov/libpthread-0.60.so
40041000-40043000 rw-p 40041000 00:00 0
40043000-4016b000 r-xp 00000000 08:02 10240024
/lib/tls/i686/cmov/libc-2.3.2.so
4016b000-40174000 rw-p 00127000 08:02 10240024
/lib/tls/i686/cmov/libc-2.3.2.so
40174000-40177000 rw-p 40174000 00:00 0
40177000-4017b000 r-xp 00000000 08:02 10240025
/lib/tls/i686/cmov/libcrypt-2.3.2.so
4017b000-4017c000 rw-p 00003000 08:02 10240025
/lib/tls/i686/cmov/libcrypt-2.3.2.so
4017c000-401a3000 rw-p 4017c000 00:00 0
401a3000-401b1000 r-xp 00000000 08:02 10240038
/lib/tls/i686/cmov/libresolv-2.3.2.so
401b1000-401b2000 rw-p 0000e000 08:02 10240038
/lib/tls/i686/cmov/libresolv-2.3.2.so
401b2000-401b4000 rw-p 401b2000 00:00 0
401b4000-401c5000 r-xp 00000000 08:02 10240029
/lib/tls/i686/cmov/libnsl-2.3.2.so
401c5000-401c6000 rw-p 00011000 08:02 10240029
/lib/tls/i686/cmov/libnsl-2.3.2.so
401c6000-401e9000 rw-p 401c6000 00:00 0
401ed000-401f4000 r-xp 00000000 08:02 10240030
/lib/tls/i686/cmov/libnss_compat-2.3.2.so
401f4000-401f5000 rw-p 00006000 08:02 10240030
/lib/tls/i686/cmov/libnss_compat-2.3.2.so
401f5000-401fd000 r-xp 00000000 08:02 10240034
/lib/tls/i686/cmov/libnss_nis-2.3.2.so
401fd000-401fe000 rw-p 00008000 08:02 10240034
/lib/tls/i686/cmov/libnss_nis-2.3.2.so
401fe000-40206000 r-xp 00000000 08:02 10240032
/lib/tls/i686/cmov/libnss_files-2.3.2.so
40206000-40207000 rw-p 00008000 08:02 10240032
/lib/tls/i686/cmov/libnss_files-2.3.2.so
40207000-40208000 ---p 40207000 00:00 0
40208000-40a08000 rwxp 40208000 00:00 0
40a08000-40a09000 ---p 40a08000 00:00 0
40a09000-41209000 rwxp 40a09000 00:00 0
41209000-4120a000 ---p 41209000 00:00 0
4120a000-41a0a000 rwxp 4120a000 00:00 0
41a0a000-41a0b000 ---p 41a0a000 00:00 0
41a0b000-4220b000 rwxp 41a0b000 00:00 0
4220b000-4220c000 ---p 4220b000 00:00 0
4220c000-42a0c000 rwxp 4220c000 00:00 0
42a0c000-42a0d000 ---p 42a0c000 00:00 0
42a0d000-4320d000 rwxp 42a0d000 00:00 0
43211000-43214000 r-xp 00000000 08:02 10240031
/lib/tls/i686/cmov/libnss_dns-2.3.2.so
43214000-43215000 rw-p 00002000 08:02 10240031
/lib/tls/i686/cmov/libnss_dns-2.3.2.so
43300000-43382000 rw-p 43300000 00:00 0
43382000-43400000 ---p 43382000 00:00 0
43400000-43401000 ---p 43400000 00:00 0
43401000-43c01000 rwxp 43401000 00:00 0
43d00000-43d21000 rw-p 43d00000 00:00 0
43d21000-43e00000 ---p 43d21000 00:00 0
bfffc000-c0000000 rw-p bfffc000 00:00 0
ffffe000-fffff000 ---p 00000000 00:00 0

The memory map for the postmaster is

cat /proc/27806/maps
08048000-08274000 r-xp 00000000 08:0c 198133
/usr/local/pgsql/bin/postgres
08274000-0827d000 rw-p 0022b000 08:0c 198133
/usr/local/pgsql/bin/postgres
0827d000-082d8000 rw-p 0827d000 00:00 0
40000000-40015000 r-xp 00000000 08:02 10242439 /lib/ld-2.3.2.so
40015000-40016000 rw-p 00015000 08:02 10242439 /lib/ld-2.3.2.so
40016000-40017000 rw-p 40016000 00:00 0
4001b000-4002b000 r-xp 00000000 08:0c 1107640 /usr/lib/libz.so.1.2.1.1
4002b000-4002c000 rw-p 0000f000 08:0c 1107640 /usr/lib/libz.so.1.2.1.1
4002c000-40052000 r-xp 00000000 08:02 10240428 /lib/libreadline.so.4.3
40052000-40056000 rw-p 00025000 08:02 10240428 /lib/libreadline.so.4.3
40056000-40057000 rw-p 40056000 00:00 0
40057000-4005b000 r-xp 00000000 08:02 10240025
/lib/tls/i686/cmov/libcrypt-2.3.2.so
4005b000-4005c000 rw-p 00003000 08:02 10240025
/lib/tls/i686/cmov/libcrypt-2.3.2.so
4005c000-40084000 rw-p 4005c000 00:00 0
40084000-40092000 r-xp 00000000 08:02 10240038
/lib/tls/i686/cmov/libresolv-2.3.2.so
40092000-40093000 rw-p 0000e000 08:02 10240038
/lib/tls/i686/cmov/libresolv-2.3.2.so
40093000-40095000 rw-p 40093000 00:00 0
40095000-400a6000 r-xp 00000000 08:02 10240029
/lib/tls/i686/cmov/libnsl-2.3.2.so
400a6000-400a7000 rw-p 00011000 08:02 10240029
/lib/tls/i686/cmov/libnsl-2.3.2.so
400a7000-400a9000 rw-p 400a7000 00:00 0
400a9000-400ab000 r-xp 00000000 08:02 10240026
/lib/tls/i686/cmov/libdl-2.3.2.so
400ab000-400ac000 rw-p 00001000 08:02 10240026
/lib/tls/i686/cmov/libdl-2.3.2.so
400ac000-400ce000 r-xp 00000000 08:02 10240027
/lib/tls/i686/cmov/libm-2.3.2.so
400ce000-400cf000 rw-p 00021000 08:02 10240027
/lib/tls/i686/cmov/libm-2.3.2.so
400cf000-401f7000 r-xp 00000000 08:02 10240024
/lib/tls/i686/cmov/libc-2.3.2.so
401f7000-40200000 rw-p 00127000 08:02 10240024
/lib/tls/i686/cmov/libc-2.3.2.so
40200000-40202000 rw-p 40200000 00:00 0
40202000-40236000 r-xp 00000000 08:02 10240103 /lib/libncurses.so.5.4
40236000-4023e000 rw-p 00034000 08:02 10240103 /lib/libncurses.so.5.4
4023e000-40240000 rw-p 4023e000 00:00 0
40244000-4024b000 r-xp 00000000 08:02 10240030
/lib/tls/i686/cmov/libnss_compat-2.3.2.so
4024b000-4024c000 rw-p 00006000 08:02 10240030
/lib/tls/i686/cmov/libnss_compat-2.3.2.so
4024c000-40254000 r-xp 00000000 08:02 10240034
/lib/tls/i686/cmov/libnss_nis-2.3.2.so
40254000-40255000 rw-p 00008000 08:02 10240034
/lib/tls/i686/cmov/libnss_nis-2.3.2.so
40255000-4025d000 r-xp 00000000 08:02 10240032
/lib/tls/i686/cmov/libnss_files-2.3.2.so
4025d000-4025e000 rw-p 00008000 08:02 10240032
/lib/tls/i686/cmov/libnss_files-2.3.2.so
4025e000-40c62000 rw-s 00000000 00:06 65536 /SYSV0052e2c1 (deleted)
bfffc000-c0000000 rw-p bfffc000 00:00 0
ffffe000-fffff000 ---p 00000000 00:00 0


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-09-2008, 07:34 AM
Ian Burrell
 
Posts: n/a
Default Re: [Slony1-general] Mem usage/leak - advice needed

On 12/22/05, John Sidney-Woollett <johnsw@wardbrook.com> wrote:
> In trying to investigate a possible memory issue that affects only one
> of our servers, I have been logging the process list for postgres
> related items 4 times a day for the past few days.
>
> This server uses postgres 7.4.6 + slon 1.1.0 on Debian i686 (Linux
> server2 2.6.8.1-4-686-smp) and is a slon slave in a two server
> replicated cluster. Our master DB (similar setup) does not exbibit this
> problem at all - only the subscriber node...
>
> The load average starts to go mental once the machine has to start
> swapping (ie starts running out of physical RAM). The solution so far is
> to stop and restart both slon and postgres and things return to normal
> for another 2 weeks.
>
> I know other people have reported similar things but there doesn't seem
> to be an explanation or solution (other than stopping and starting the
> two processes).
>
> Can anyone suggest what else to look at on the server to see what might
> be going on?
>
> Appreciate any help or advice anyone can offer. I'm not a C programmer
> nor a unix sysadmin, so any advice needs to be simple to understand.
>



The memory usage growth is caused by the buffers in the slave slon
daemon growing when long rows go through them. The buffers never
shrink while the slon daemon is running. How big is the largest rows
which slon replicates?

One suggestion I have seen is to recompile slon to use fewer buffers.
Another is to set a ulimit for memory size to automatically kill the
slon daemons when they get too big. The watchdog will then restart
them. Alternatively, your strategy of restarting the slon daemons
each week will work (you don't need to restart postgres).

I came up with a patch which shrinks the buffers when they go above a
certain size. This doesn't fix the problem of lots of big rows
happening at once but it fixes the gradual growth.

- Ian

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-09-2008, 07:34 AM
John Sidney-Woollett
 
Posts: n/a
Default Re: [Slony1-general] Mem usage/leak - advice needed

Thanks for your response.

None of the data rows are wide (as far as I can remember). We don't have
any blob data, and any text fields only contain several hundred bytes at
most (and even those would be rare).

Just stopping and starting the slon process on the slave node doesn't
seem to help much. Stopping postgres on the slave itself seems to be
also required.

I'm wondering if this requirement is due to the continued running of the
slon psocess on the master.

Does it makes sense that shutting down the slave postgres db is
necessary? Or would stopping and restarting ALL slon processes on all
nodes mean that I wouldn't have to stop and restart the slave postgres DB?

Thanks

John

Ian Burrell wrote:
> On 12/22/05, John Sidney-Woollett <johnsw@wardbrook.com> wrote:
>
>>In trying to investigate a possible memory issue that affects only one
>>of our servers, I have been logging the process list for postgres
>>related items 4 times a day for the past few days.
>>
>>This server uses postgres 7.4.6 + slon 1.1.0 on Debian i686 (Linux
>>server2 2.6.8.1-4-686-smp) and is a slon slave in a two server
>>replicated cluster. Our master DB (similar setup) does not exbibit this
>>problem at all - only the subscriber node...
>>
>>The load average starts to go mental once the machine has to start
>>swapping (ie starts running out of physical RAM). The solution so far is
>>to stop and restart both slon and postgres and things return to normal
>>for another 2 weeks.
>>
>>I know other people have reported similar things but there doesn't seem
>>to be an explanation or solution (other than stopping and starting the
>>two processes).
>>
>>Can anyone suggest what else to look at on the server to see what might
>>be going on?
>>
>>Appreciate any help or advice anyone can offer. I'm not a C programmer
>>nor a unix sysadmin, so any advice needs to be simple to understand.
>>

>
>
>
> The memory usage growth is caused by the buffers in the slave slon
> daemon growing when long rows go through them. The buffers never
> shrink while the slon daemon is running. How big is the largest rows
> which slon replicates?
>
> One suggestion I have seen is to recompile slon to use fewer buffers.
> Another is to set a ulimit for memory size to automatically kill the
> slon daemons when they get too big. The watchdog will then restart
> them. Alternatively, your strategy of restarting the slon daemons
> each week will work (you don't need to restart postgres).
>
> I came up with a patch which shrinks the buffers when they go above a
> certain size. This doesn't fix the problem of lots of big rows
> happening at once but it fixes the gradual growth.
>
> - Ian


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:46 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930