system became non responsive - !vm, !memusage

My system became non responsive not spawning any new processes. I ran
!memusage and !vm. Please find output below. I got almost 25 Invalid PTE
frames for !memusage and “Running out of physical memory” message as !vm
output.

I looked for the tagged memory allocation using !poolused, nothing seemed
to be suspicious. Any suggestion is highly appreciated.

1: kd> !memusage

*** CacheSize too low - increasing to 64 MB

Max cache size is : 67108864 bytes (0x10000 KB)
Total memory in cache : 168685 bytes (0xa5 KB)
Number of regions cached: 675
1595 full reads broken into 2216 partial reads
counts: 1233 cached/983 uncached, 55.64% cached
bytes : 155499 cached/125925 uncached, 55.25% cached
** Transition PTEs are implicitly decoded
** Prototype PTEs are implicitly decoded
loading PFN database
loading (100% complete)
Compiling memory usage data (99% Complete).
Zeroed: 1 ( 4 kb)
Free: 5 ( 20 kb)
Standby: 31668 (126672 kb)
Modified: 239405 (957620 kb)
ModifiedNoWrite: 1 ( 4 kb)
Active/Valid: 38052 (152208 kb)
Transition: 2 ( 8 kb)
Bad: 0 ( 0 kb)
Unknown: 0 ( 0 kb)
TOTAL: 309134 (1236536 kb)
Building kernel map
Finished building kernel map
Invalid PTE frame fffffadfe0019080 0 40c62
PFN 00000858 at address FFFFFADFE0019080
flink 000000E8 blink / share count 00000001 pteaddress
FFFFF6FCBFFFA4D8
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 040C3A Active M
Modified
PFN 00040C62 at address FFFFFADFE0C25260
flink 00000000 blink / share count 00000002 pteaddress
FFFFF6FB7DBEDF90
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 000000 Active M
Modified
Invalid PTE frame fffffadfe0019110 0 40c62
PFN 0000085B at address FFFFFADFE0019110
flink 000000ED blink / share count 00000001 pteaddress
FFFFF6FCBFFFA4E8
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 040C3A Active M
Modified
PFN 00040C62 at address FFFFFADFE0C25260
flink 00000000 blink / share count 00000002 pteaddress
FFFFF6FB7DBEDF90
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 000000 Active M
Modified


0: kd> !vm

*** Virtual Memory Usage ***
Physical Memory: 309090 ( 1236360 Kb)
Page File: ??\C:\pagefile.sys
Current: 589824 Kb Free Space: 521044 Kb
Minimum: 589824 Kb Maximum: 1179648 Kb
Available Pages: 4360 ( 17440 Kb)
ResAvail Pages: 220160 ( 880640 Kb)

********** Running out of physical memory **********

Locked IO Pages: 262238 ( 1048952 Kb)
Free System PTEs: 1356600 ( 5426400 Kb)
Free NP PTEs: 117758 ( 471032 Kb)
Free Special NP: 20259 ( 81036 Kb)
Modified Pages: 234 ( 936 Kb)
Modified PF Pages: 232 ( 928 Kb)
NonPagedPool Usage: 7456 ( 29824 Kb)
NonPagedPool Max: 127447 ( 509788 Kb)
PagedPool 0 Usage: 4679 ( 18716 Kb)
PagedPool 1 Usage: 318 ( 1272 Kb)
PagedPool 2 Usage: 319 ( 1276 Kb)
PagedPool 3 Usage: 309 ( 1236 Kb)
PagedPool 4 Usage: 318 ( 1272 Kb)
PagedPool Usage: 5943 ( 23772 Kb)
PagedPool Maximum: 509952 ( 2039808 Kb)
Session Commit: 133 ( 532 Kb)
Shared Commit: 790 ( 3160 Kb)
Special Pool: 8925 ( 35700 Kb)
Shared Process: 2718 ( 10872 Kb)
PagedPool Commit: 5943 ( 23772 Kb)
Driver Commit: 2364 ( 9456 Kb)
Committed pages: 310135 ( 1240540 Kb)
Commit limit: 436736 ( 1746944 Kb)

Total Private: 24469 ( 97876 Kb)
01e4 svchost.exe 3640 ( 14560 Kb)
0438 explorer.exe 2443 ( 9772 Kb)
0308 lsass.exe 2293 ( 9172 Kb)
02c8 winlogon.exe 2197 ( 8788 Kb)
0788 sam-sharefsd.ex 2018 ( 8072 Kb)
0710 wuauclt.exe 1466 ( 5864 Kb)
05d8 spoolsv.exe 1398 ( 5592 Kb)
019c svchost.exe 1323 ( 5292 Kb)
025c iscsiexe.exe 639 ( 2556 Kb)
05f8 msdtc.exe 615 ( 2460 Kb)
02fc services.exe 612 ( 2448 Kb)
0474 svchost.exe 557 ( 2228 Kb)
0680 jqs.exe 497 ( 1988 Kb)
0678 cmd.exe 474 ( 1896 Kb)
024c cmd.exe 470 ( 1880 Kb)
01d0 svchost.exe 456 ( 1824 Kb)
0114 svchost.exe 450 ( 1800 Kb)
0558 VMwareUser.exe 422 ( 1688 Kb)
0280 csrss.exe 415 ( 1660 Kb)
056c jusched.exe 383 ( 1532 Kb)
03fc svchost.exe 345 ( 1380 Kb)
01e0 VMwareService.e 322 ( 1288 Kb)
0550 VMwareTray.exe 301 ( 1204 Kb)
066c svchost.exe 236 ( 944 Kb)
0770 sam-fsd.exe 229 ( 916 Kb)
06a8 svchost.exe 186 ( 744 Kb)
0210 smss.exe 60 ( 240 Kb)
0004 System 22 ( 88 Kb)

Is this a system that your driver is running on or just an everyday system?
The two things that jump out are:

Modified: 239405 (957620 kb)

And:

Locked IO Pages: 262238 ( 1048952 Kb)

My first guess would be an MDL mismanagement issue. Tracking this down might
be tricky though if you don’t own any of the drivers in the system.

You definitely don’t appear to have a pool issue, so !poolused isn’t going
to help:

NonPagedPool Usage: 7456 ( 29824 Kb)
NonPagedPool Max: 127447 ( 509788 Kb)

PagedPool Usage: 5943 ( 23772 Kb)
PagedPool Maximum: 509952 ( 2039808 Kb)

-scott


Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com

“mayur thigale” wrote in message news:xxxxx@windbg…
My system became non responsive not spawning any new processes. I ran
!memusage and !vm. Please find output below. I got almost 25 Invalid PTE
frames for !memusage and “Running out of physical memory” message as !vm
output.

I looked for the tagged memory allocation using !poolused, nothing seemed
to be suspicious. Any suggestion is highly appreciated.

1: kd> !memusage

CacheSize too low - increasing to 64 MB

Max cache size is : 67108864 bytes (0x10000 KB)
Total memory in cache : 168685 bytes (0xa5 KB)
Number of regions cached: 675
1595 full reads broken into 2216 partial reads
counts: 1233 cached/983 uncached, 55.64% cached
bytes : 155499 cached/125925 uncached, 55.25% cached
Transition PTEs are implicitly decoded
Prototype PTEs are implicitly decoded
loading PFN database
loading (100% complete)
Compiling memory usage data (99% Complete).
Zeroed: 1 ( 4 kb)
Free: 5 ( 20 kb)
Standby: 31668 (126672 kb)
Modified: 239405 (957620 kb)
ModifiedNoWrite: 1 ( 4 kb)
Active/Valid: 38052 (152208 kb)
Transition: 2 ( 8 kb)
Bad: 0 ( 0 kb)
Unknown: 0 ( 0 kb)
TOTAL: 309134 (1236536 kb)
Building kernel map
Finished building kernel map
Invalid PTE frame fffffadfe0019080 0 40c62
PFN 00000858 at address FFFFFADFE0019080
flink 000000E8 blink / share count 00000001 pteaddress
FFFFF6FCBFFFA4D8
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 040C3A Active M
Modified
PFN 00040C62 at address FFFFFADFE0C25260
flink 00000000 blink / share count 00000002 pteaddress
FFFFF6FB7DBEDF90
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 000000 Active M
Modified
Invalid PTE frame fffffadfe0019110 0 40c62
PFN 0000085B at address FFFFFADFE0019110
flink 000000ED blink / share count 00000001 pteaddress
FFFFF6FCBFFFA4E8
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 040C3A Active M
Modified
PFN 00040C62 at address FFFFFADFE0C25260
flink 00000000 blink / share count 00000002 pteaddress
FFFFF6FB7DBEDF90
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 000000 Active M
Modified


0: kd> !vm

Virtual Memory Usage
Physical Memory: 309090 ( 1236360 Kb)
Page File: ??\C:\pagefile.sys
Current: 589824 Kb Free Space: 521044 Kb
Minimum: 589824 Kb Maximum: 1179648 Kb
Available Pages: 4360 ( 17440 Kb)
ResAvail Pages: 220160 ( 880640 Kb)

******* Running out of physical memory **********

Locked IO Pages: 262238 ( 1048952 Kb)
Free System PTEs: 1356600 ( 5426400 Kb)
Free NP PTEs: 117758 ( 471032 Kb)
Free Special NP: 20259 ( 81036 Kb)
Modified Pages: 234 ( 936 Kb)
Modified PF Pages: 232 ( 928 Kb)
NonPagedPool Usage: 7456 ( 29824 Kb)
NonPagedPool Max: 127447 ( 509788 Kb)
PagedPool 0 Usage: 4679 ( 18716 Kb)
PagedPool 1 Usage: 318 ( 1272 Kb)
PagedPool 2 Usage: 319 ( 1276 Kb)
PagedPool 3 Usage: 309 ( 1236 Kb)
PagedPool 4 Usage: 318 ( 1272 Kb)
PagedPool Usage: 5943 ( 23772 Kb)
PagedPool Maximum: 509952 ( 2039808 Kb)
Session Commit: 133 ( 532 Kb)
Shared Commit: 790 ( 3160 Kb)
Special Pool: 8925 ( 35700 Kb)
Shared Process: 2718 ( 10872 Kb)
PagedPool Commit: 5943 ( 23772 Kb)
Driver Commit: 2364 ( 9456 Kb)
Committed pages: 310135 ( 1240540 Kb)
Commit limit: 436736 ( 1746944 Kb)

Total Private: 24469 ( 97876 Kb)
01e4 svchost.exe 3640 ( 14560 Kb)
0438 explorer.exe 2443 ( 9772 Kb)
0308 lsass.exe 2293 ( 9172 Kb)
02c8 winlogon.exe 2197 ( 8788 Kb)
0788 sam-sharefsd.ex 2018 ( 8072 Kb)
0710 wuauclt.exe 1466 ( 5864 Kb)
05d8 spoolsv.exe 1398 ( 5592 Kb)
019c svchost.exe 1323 ( 5292 Kb)
025c iscsiexe.exe 639 ( 2556 Kb)
05f8 msdtc.exe 615 ( 2460 Kb)
02fc services.exe 612 ( 2448 Kb)
0474 svchost.exe 557 ( 2228 Kb)
0680 jqs.exe 497 ( 1988 Kb)
0678 cmd.exe 474 ( 1896 Kb)
024c cmd.exe 470 ( 1880 Kb)
01d0 svchost.exe 456 ( 1824 Kb)
0114 svchost.exe 450 ( 1800 Kb)
0558 VMwareUser.exe 422 ( 1688 Kb)
0280 csrss.exe 415 ( 1660 Kb)
056c jusched.exe 383 ( 1532 Kb)
03fc svchost.exe 345 ( 1380 Kb)
01e0 VMwareService.e 322 ( 1288 Kb)
0550 VMwareTray.exe 301 ( 1204 Kb)
066c svchost.exe 236 ( 944 Kb)
0770 sam-fsd.exe 229 ( 916 Kb)
06a8 svchost.exe 186 ( 744 Kb)
0210 smss.exe 60 ( 240 Kb)
0004 System 22 ( 88 Kb)

Thanks for replying.

Yes, my driver was running on that system. I am able to solve the MDL
mismanagement issue in my driver.
But, still I am getting Invalid PTE frame as !memusage output. What exactly
“Invalid PTE frame” means ? How can I track it down ?

On Tue, Nov 17, 2009 at 8:34 PM, Scott Noone wrote:

> Is this a system that your driver is running on or just an everyday system?
> The two things that jump out are:
>
> Modified: 239405 (957620 kb)
>
> And:
>
> Locked IO Pages: 262238 ( 1048952 Kb)
>
> My first guess would be an MDL mismanagement issue. Tracking this down
> might
> be tricky though if you don’t own any of the drivers in the system.
>
> You definitely don’t appear to have a pool issue, so !poolused isn’t going
> to help:
>
> NonPagedPool Usage: 7456 ( 29824 Kb)
> NonPagedPool Max: 127447 ( 509788 Kb)
>
> PagedPool Usage: 5943 ( 23772 Kb)
> PagedPool Maximum: 509952 ( 2039808 Kb)
>
> -scott
>
> –
> Scott Noone
> Consulting Associate
> OSR Open Systems Resources, Inc.
> http://www.osronline.com
>
>
> “mayur thigale” wrote in message news:xxxxx@windbg…
> My system became non responsive not spawning any new processes. I ran
> !memusage and !vm. Please find output below. I got almost 25 Invalid PTE
> frames for !memusage and “Running out of physical memory” message as !vm
> output.
>
>
> I looked for the tagged memory allocation using !poolused, nothing seemed
> to be suspicious. Any suggestion is highly appreciated.
>
>
>
>
> 1: kd> !memusage
>
>
> CacheSize too low - increasing to 64 MB
>
>
> Max cache size is : 67108864 bytes (0x10000 KB)
> Total memory in cache : 168685 bytes (0xa5 KB)
> Number of regions cached: 675
> 1595 full reads broken into 2216 partial reads
> counts: 1233 cached/983 uncached, 55.64% cached
> bytes : 155499 cached/125925 uncached, 55.25% cached
>
Transition PTEs are implicitly decoded
> Prototype PTEs are implicitly decoded
> loading PFN database
> loading (100% complete)
> Compiling memory usage data (99% Complete).
> Zeroed: 1 ( 4 kb)
> Free: 5 ( 20 kb)
> Standby: 31668 (126672 kb)
> Modified: 239405 (957620 kb)
> ModifiedNoWrite: 1 ( 4 kb)
> Active/Valid: 38052 (152208 kb)
> Transition: 2 ( 8 kb)
> Bad: 0 ( 0 kb)
> Unknown: 0 ( 0 kb)
> TOTAL: 309134 (1236536 kb)
> Building kernel map
> Finished building kernel map
> Invalid PTE frame fffffadfe0019080 0 40c62
> PFN 00000858 at address FFFFFADFE0019080
> flink 000000E8 blink / share count 00000001 pteaddress
> FFFFF6FCBFFFA4D8
> reference count 0001 used entry count 0000 Cached color 0
> restore pte 00000080 containing page 040C3A Active M
> Modified
> PFN 00040C62 at address FFFFFADFE0C25260
> flink 00000000 blink / share count 00000002 pteaddress
> FFFFF6FB7DBEDF90
> reference count 0001 used entry count 0000 Cached color 0
> restore pte 00000080 containing page 000000 Active M
> Modified
> Invalid PTE frame fffffadfe0019110 0 40c62
> PFN 0000085B at address FFFFFADFE0019110
> flink 000000ED blink / share count 00000001 pteaddress
> FFFFF6FCBFFFA4E8
> reference count 0001 used entry count 0000 Cached color 0
> restore pte 00000080 containing page 040C3A Active M
> Modified
> PFN 00040C62 at address FFFFFADFE0C25260
> flink 00000000 blink / share count 00000002 pteaddress
> FFFFF6FB7DBEDF90
> reference count 0001 used entry count 0000 Cached color 0
> restore pte 00000080 containing page 000000 Active M
> Modified
> …
> …
> 0: kd> !vm
>
>
>
Virtual Memory Usage
> Physical Memory: 309090 ( 1236360 Kb)
> Page File: ??\C:\pagefile.sys
> Current: 589824 Kb Free Space: 521044 Kb
> Minimum: 589824 Kb Maximum: 1179648 Kb
> Available Pages: 4360 ( 17440 Kb)
> ResAvail Pages: 220160 ( 880640 Kb)
>
>
>
******* Running out of physical memory **********
>
>
> Locked IO Pages: 262238 ( 1048952 Kb)
> Free System PTEs: 1356600 ( 5426400 Kb)
> Free NP PTEs: 117758 ( 471032 Kb)
> Free Special NP: 20259 ( 81036 Kb)
> Modified Pages: 234 ( 936 Kb)
> Modified PF Pages: 232 ( 928 Kb)
> NonPagedPool Usage: 7456 ( 29824 Kb)
> NonPagedPool Max: 127447 ( 509788 Kb)
> PagedPool 0 Usage: 4679 ( 18716 Kb)
> PagedPool 1 Usage: 318 ( 1272 Kb)
> PagedPool 2 Usage: 319 ( 1276 Kb)
> PagedPool 3 Usage: 309 ( 1236 Kb)
> PagedPool 4 Usage: 318 ( 1272 Kb)
> PagedPool Usage: 5943 ( 23772 Kb)
> PagedPool Maximum: 509952 ( 2039808 Kb)
> Session Commit: 133 ( 532 Kb)
> Shared Commit: 790 ( 3160 Kb)
> Special Pool: 8925 ( 35700 Kb)
> Shared Process: 2718 ( 10872 Kb)
> PagedPool Commit: 5943 ( 23772 Kb)
> Driver Commit: 2364 ( 9456 Kb)
> Committed pages: 310135 ( 1240540 Kb)
> Commit limit: 436736 ( 1746944 Kb)
>
>
> Total Private: 24469 ( 97876 Kb)
> 01e4 svchost.exe 3640 ( 14560 Kb)
> 0438 explorer.exe 2443 ( 9772 Kb)
> 0308 lsass.exe 2293 ( 9172 Kb)
> 02c8 winlogon.exe 2197 ( 8788 Kb)
> 0788 sam-sharefsd.ex 2018 ( 8072 Kb)
> 0710 wuauclt.exe 1466 ( 5864 Kb)
> 05d8 spoolsv.exe 1398 ( 5592 Kb)
> 019c svchost.exe 1323 ( 5292 Kb)
> 025c iscsiexe.exe 639 ( 2556 Kb)
> 05f8 msdtc.exe 615 ( 2460 Kb)
> 02fc services.exe 612 ( 2448 Kb)
> 0474 svchost.exe 557 ( 2228 Kb)
> 0680 jqs.exe 497 ( 1988 Kb)
> 0678 cmd.exe 474 ( 1896 Kb)
> 024c cmd.exe 470 ( 1880 Kb)
> 01d0 svchost.exe 456 ( 1824 Kb)
> 0114 svchost.exe 450 ( 1800 Kb)
> 0558 VMwareUser.exe 422 ( 1688 Kb)
> 0280 csrss.exe 415 ( 1660 Kb)
> 056c jusched.exe 383 ( 1532 Kb)
> 03fc svchost.exe 345 ( 1380 Kb)
> 01e0 VMwareService.e 322 ( 1288 Kb)
> 0550 VMwareTray.exe 301 ( 1204 Kb)
> 066c svchost.exe 236 ( 944 Kb)
> 0770 sam-fsd.exe 229 ( 916 Kb)
> 06a8 svchost.exe 186 ( 744 Kb)
> 0210 smss.exe 60 ( 240 Kb)
> 0004 System 22 ( 88 Kb)
>
>
>
> —
> WINDBG is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>

I’m not sure what the invalid PTE message means, maybe one of the WinDBG
folks can comment.

But, here’s the good news: I just ran !memusage on several dumps and
received many of the same message. So, it appears to be a “normal” error,
possibly a bug in the extension or the pages are in some kind of transient
state that makes them look invalid.

-scott


Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com

“mayur thigale” wrote in message news:xxxxx@windbg…
Thanks for replying.

Yes, my driver was running on that system. I am able to solve the MDL
mismanagement issue in my driver.
But, still I am getting Invalid PTE frame as !memusage output. What exactly
“Invalid PTE frame” means ? How can I track it down ?

On Tue, Nov 17, 2009 at 8:34 PM, Scott Noone wrote:

Is this a system that your driver is running on or just an everyday system?
The two things that jump out are:

Modified: 239405 (957620 kb)

And:

Locked IO Pages: 262238 ( 1048952 Kb)

My first guess would be an MDL mismanagement issue. Tracking this down might
be tricky though if you don’t own any of the drivers in the system.

You definitely don’t appear to have a pool issue, so !poolused isn’t going
to help:

NonPagedPool Usage: 7456 ( 29824 Kb)
NonPagedPool Max: 127447 ( 509788 Kb)

PagedPool Usage: 5943 ( 23772 Kb)
PagedPool Maximum: 509952 ( 2039808 Kb)

-scott


Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com

“mayur thigale” wrote in message news:xxxxx@windbg…

My system became non responsive not spawning any new processes. I ran
!memusage and !vm. Please find output below. I got almost 25 Invalid PTE
frames for !memusage and “Running out of physical memory” message as !vm
output.

I looked for the tagged memory allocation using !poolused, nothing seemed
to be suspicious. Any suggestion is highly appreciated.

1: kd> !memusage

CacheSize too low - increasing to 64 MB

Max cache size is : 67108864 bytes (0x10000 KB)
Total memory in cache : 168685 bytes (0xa5 KB)
Number of regions cached: 675
1595 full reads broken into 2216 partial reads
counts: 1233 cached/983 uncached, 55.64% cached
bytes : 155499 cached/125925 uncached, 55.25% cached
Transition PTEs are implicitly decoded
Prototype PTEs are implicitly decoded
loading PFN database
loading (100% complete)
Compiling memory usage data (99% Complete).
Zeroed: 1 ( 4 kb)
Free: 5 ( 20 kb)
Standby: 31668 (126672 kb)
Modified: 239405 (957620 kb)
ModifiedNoWrite: 1 ( 4 kb)
Active/Valid: 38052 (152208 kb)
Transition: 2 ( 8 kb)
Bad: 0 ( 0 kb)
Unknown: 0 ( 0 kb)
TOTAL: 309134 (1236536 kb)
Building kernel map
Finished building kernel map
Invalid PTE frame fffffadfe0019080 0 40c62
PFN 00000858 at address FFFFFADFE0019080
flink 000000E8 blink / share count 00000001 pteaddress
FFFFF6FCBFFFA4D8
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 040C3A Active M
Modified
PFN 00040C62 at address FFFFFADFE0C25260
flink 00000000 blink / share count 00000002 pteaddress
FFFFF6FB7DBEDF90
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 000000 Active M
Modified
Invalid PTE frame fffffadfe0019110 0 40c62
PFN 0000085B at address FFFFFADFE0019110
flink 000000ED blink / share count 00000001 pteaddress
FFFFF6FCBFFFA4E8
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 040C3A Active M
Modified
PFN 00040C62 at address FFFFFADFE0C25260
flink 00000000 blink / share count 00000002 pteaddress
FFFFF6FB7DBEDF90
reference count 0001 used entry count 0000 Cached color 0
restore pte 00000080 containing page 000000 Active M
Modified


0: kd> !vm

Virtual Memory Usage
Physical Memory: 309090 ( 1236360 Kb)
Page File: ??\C:\pagefile.sys
Current: 589824 Kb Free Space: 521044 Kb
Minimum: 589824 Kb Maximum: 1179648 Kb
Available Pages: 4360 ( 17440 Kb)
ResAvail Pages: 220160 ( 880640 Kb)

******* Running out of physical memory **********

Locked IO Pages: 262238 ( 1048952 Kb)
Free System PTEs: 1356600 ( 5426400 Kb)
Free NP PTEs: 117758 ( 471032 Kb)
Free Special NP: 20259 ( 81036 Kb)
Modified Pages: 234 ( 936 Kb)
Modified PF Pages: 232 ( 928 Kb)
NonPagedPool Usage: 7456 ( 29824 Kb)
NonPagedPool Max: 127447 ( 509788 Kb)
PagedPool 0 Usage: 4679 ( 18716 Kb)
PagedPool 1 Usage: 318 ( 1272 Kb)
PagedPool 2 Usage: 319 ( 1276 Kb)
PagedPool 3 Usage: 309 ( 1236 Kb)
PagedPool 4 Usage: 318 ( 1272 Kb)
PagedPool Usage: 5943 ( 23772 Kb)
PagedPool Maximum: 509952 ( 2039808 Kb)
Session Commit: 133 ( 532 Kb)
Shared Commit: 790 ( 3160 Kb)
Special Pool: 8925 ( 35700 Kb)
Shared Process: 2718 ( 10872 Kb)
PagedPool Commit: 5943 ( 23772 Kb)
Driver Commit: 2364 ( 9456 Kb)
Committed pages: 310135 ( 1240540 Kb)
Commit limit: 436736 ( 1746944 Kb)

Total Private: 24469 ( 97876 Kb)
01e4 svchost.exe 3640 ( 14560 Kb)
0438 explorer.exe 2443 ( 9772 Kb)
0308 lsass.exe 2293 ( 9172 Kb)
02c8 winlogon.exe 2197 ( 8788 Kb)
0788 sam-sharefsd.ex 2018 ( 8072 Kb)
0710 wuauclt.exe 1466 ( 5864 Kb)
05d8 spoolsv.exe 1398 ( 5592 Kb)
019c svchost.exe 1323 ( 5292 Kb)
025c iscsiexe.exe 639 ( 2556 Kb)
05f8 msdtc.exe 615 ( 2460 Kb)
02fc services.exe 612 ( 2448 Kb)
0474 svchost.exe 557 ( 2228 Kb)
0680 jqs.exe 497 ( 1988 Kb)
0678 cmd.exe 474 ( 1896 Kb)
024c cmd.exe 470 ( 1880 Kb)
01d0 svchost.exe 456 ( 1824 Kb)
0114 svchost.exe 450 ( 1800 Kb)
0558 VMwareUser.exe 422 ( 1688 Kb)
0280 csrss.exe 415 ( 1660 Kb)
056c jusched.exe 383 ( 1532 Kb)
03fc svchost.exe 345 ( 1380 Kb)
01e0 VMwareService.e 322 ( 1288 Kb)
0550 VMwareTray.exe 301 ( 1204 Kb)
066c svchost.exe 236 ( 944 Kb)
0770 sam-fsd.exe 229 ( 916 Kb)
06a8 svchost.exe 186 ( 744 Kb)
0210 smss.exe 60 ( 240 Kb)
0004 System 22 ( 88 Kb)


WINDBG is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Thanks Scott.