mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Trevor Cordes <trevor@tecnopolis.ca>
To: Michal Hocko <mhocko@kernel.org>
Cc: Mel Gorman <mgorman@techsingularity.net>,
	linux-kernel@vger.kernel.org,
	Joonsoo Kim <iamjoonsoo.kim@lge.com>,
	Minchan Kim <minchan@kernel.org>, Rik van Riel <riel@surriel.com>,
	Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Subject: Re: mm, vmscan: commit makes PAE kernel crash nightly (bisected)
Date: Wed, 1 Feb 2017 03:29:28 -0600	[thread overview]
Message-ID: <20170201032928.5d58a7c5@pog.tecnopolis.ca> (raw)
In-Reply-To: <20170130075132.GB8443@dhcp22.suse.cz>

[-- Attachment #1: Type: text/plain, Size: 3033 bytes --]

On 2017-01-30 Michal Hocko wrote:
> On Sun 29-01-17 16:50:03, Trevor Cordes wrote:
> > On 2017-01-25 Michal Hocko wrote:  
> > > On Wed 25-01-17 04:02:46, Trevor Cordes wrote:  
> > > > OK, I patched & compiled mhocko's git tree from the other day
> > > > 4.9.0+. (To confirm, weird, but mhocko's git tree I'm using
> > > > from a couple of weeks ago shows the newest commit (git log) is
> > > > 69973b830859bc6529a7a0468ba0d80ee5117826 "Linux 4.9"?  Let me
> > > > know if I'm doing something wrong, see below.)    
> > > 
> > > My fault. I should have noted that you should use since-4.9
> > > branch.  
> > 
> > OK, I have good news.  I compiled your mhocko git tree (properly
> > this tim!) using since-4.9 branch (last commit
> > ca63ff9b11f958efafd8c8fa60fda14baec6149c Jan 25) and the box
> > survived 3 3am's, over 60 hours, and I made sure all the usual oom
> > culprits ran, and I ran extras (finds on the whole tree, extra
> > rdiff-backups) to try to tax it.  Based on my previous criteria I
> > would say your since-4.9 as of the above commit solves my bug, at
> > least over a 3 day test span (which it never survives when the bug
> > is present)!
> > 
> > I tested WITHOUT any cgroup/mem boot options.  I do still have my
> > mem=6G limiter on, though (I've never tested with it off, until I
> > solve the bug with it on, since I've had it on for many months for
> > other reasons).  
> 
> Good news indeed.

Even better, another guy on the rhbz reported the mhocko git tree
since-4.9 solves the bug for him too!  And it ran another night (4+
total) without problems on my box.  Whatever is in since-4.9 fixes it,
as I reported before.

But...

> Testing with Valinall rc6 released just yesterday would be a good fit.
> There are some more fixes sitting on mmotm on top and maybe we want
> some of them in finall 4.10. Anyway all those pending changes should
> be merged in the next merge window - aka 4.11

After 30 hours of running vanilla 4.10.0-rc6, the box started to go
bonkers at 3am, so vanilla does not fix the bug :-(  But, the bug hit
differently this time, the box just bogged down like crazy and gave
really weird top output.  Starting nano would take 10s, then would run
full speed, then when saving a file would take 5s.  Starting any prog
not in cache took equally as long.

However, no oom hit.  I waited about 15 minutes and things seemed to
bog more, so I rebooted into since-4.9.  Maybe if I had kept waiting
the box would have oom'd, but I didn't want to take the chance (it's
remote, and I can't reset it).

I did capture a lot of the weird top, meminfo and slabinfo data before
rebooting.  I'll attached the output to this email.  Messages show a
lot of "page allocation stalls" during the bogged-down time.

So my hunch at this moment is 4.10.0-rc6 might help alleviate the
problem somewhat, but it's other things you have in since-4.9 that
solve it completely.

Let me know if you need any more testing or some bisecting or
something.  I'll keep on running since-4.9 in the meantime.  Thanks!

[-- Attachment #2: 4.10.rc6-bogged --]
[-- Type: application/octet-stream, Size: 24771 bytes --]

Feb  1 03:02:53 firewallfsi kernel: [170853.129545] nmbd: page allocation stalls for 10404ms, order:1, mode:0x17000c0(GFP_KERNEL_ACCOUNT|__GFP_NOTRACK)
Feb  1 03:02:53 firewallfsi kernel: [170853.133448] CPU: 2 PID: 1545 Comm: nmbd Not tainted 4.10.0-rc6 #19
Feb  1 03:02:53 firewallfsi kernel: [170853.136949] Hardware name: Intel Corporation S1200BTL/S1200BTL, BIOS S1200BT.86B.02.00.0035.030220120927 03/02/2012
Feb  1 03:02:53 firewallfsi kernel: [170853.140563] Call Trace:
Feb  1 03:02:53 firewallfsi kernel: [170853.144083]  dump_stack+0x58/0x81
Feb  1 03:02:53 firewallfsi kernel: [170853.147591]  warn_alloc+0xf6/0x110
Feb  1 03:02:53 firewallfsi kernel: [170853.150810]  __alloc_pages_nodemask+0x97c/0xc70
Feb  1 03:02:53 firewallfsi kernel: [170853.153463]  ? kmem_cache_alloc+0xf7/0x1c0
Feb  1 03:02:53 firewallfsi kernel: [170853.156094]  ? copy_process.part.44+0x531/0x1590
Feb  1 03:02:53 firewallfsi kernel: [170853.158670]  copy_process.part.44+0x108/0x1590
Feb  1 03:02:53 firewallfsi kernel: [170853.161214]  _do_fork+0xd4/0x370
Feb  1 03:02:53 firewallfsi kernel: [170853.163707]  ? __audit_syscall_exit+0x1e6/0x270
Feb  1 03:02:53 firewallfsi kernel: [170853.166189]  SyS_clone+0x2c/0x30
Feb  1 03:02:53 firewallfsi kernel: [170853.168626]  do_fast_syscall_32+0x8a/0x150
Feb  1 03:02:53 firewallfsi kernel: [170853.171328]  entry_SYSENTER_32+0x4e/0x7c
Feb  1 03:02:53 firewallfsi kernel: [170853.173988] EIP: 0xb77cdd25
Feb  1 03:02:53 firewallfsi kernel: [170853.176635] EFLAGS: 00200246 CPU: 2
Feb  1 03:02:53 firewallfsi kernel: [170853.179222] EAX: ffffffda EBX: 01200011 ECX: 00000000 EDX: 00000000
Feb  1 03:02:53 firewallfsi kernel: [170853.181765] ESI: 00000000 EDI: b619f828 EBP: bfd858d8 ESP: bfd85830
Feb  1 03:02:53 firewallfsi kernel: [170853.184325]  DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b
Feb  1 03:02:53 firewallfsi kernel: [170853.186914] Mem-Info:
Feb  1 03:02:53 firewallfsi kernel: [170853.188979] active_anon:140761 inactive_anon:50039 isolated_anon:0
Feb  1 03:02:53 firewallfsi kernel: [170853.188979]  active_file:158493 inactive_file:643928 isolated_file:3
Feb  1 03:02:53 firewallfsi kernel: [170853.188979]  unevictable:0 dirty:192 writeback:0 unstable:0
Feb  1 03:02:53 firewallfsi kernel: [170853.188979]  slab_reclaimable:135593 slab_unreclaimable:10598
Feb  1 03:02:53 firewallfsi kernel: [170853.188979]  mapped:23318 shmem:450 pagetables:1591 bounce:0
Feb  1 03:02:53 firewallfsi kernel: [170853.188979]  free:66507 free_pcp:0 free_cma:0
Feb  1 03:02:53 firewallfsi kernel: [170853.200037] Node 0 active_anon:563044kB inactive_anon:200156kB active_file:633972kB inactive_file:2575712kB unevictable:0kB isolated(anon):0kB isolated(file):12kB mapped:93272kB dirty:768kB writeback:0kB shmem:1800kB writeback_tmp:0kB unstable:0kB pages_scanned:1682156 all_unreclaimable? no
Feb  1 03:02:53 firewallfsi kernel: [170853.205225] DMA free:3152kB min:68kB low:84kB high:100kB active_anon:0kB inactive_anon:0kB active_file:20kB inactive_file:0kB unevictable:0kB writepending:0kB present:15976kB managed:15900kB mlocked:0kB slab_reclaimable:11856kB slab_unreclaimable:524kB kernel_stack:8kB pagetables:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
Feb  1 03:02:53 firewallfsi kernel: [170853.210620] lowmem_reserve[]: 0 777 4733 4733
Feb  1 03:02:53 firewallfsi kernel: [170853.212306] Normal free:3976kB min:3532kB low:4412kB high:5292kB active_anon:20kB inactive_anon:124kB active_file:124808kB inactive_file:80960kB unevictable:0kB writepending:4kB present:892920kB managed:816852kB mlocked:0kB slab_reclaimable:530516kB slab_unreclaimable:41868kB kernel_stack:2648kB pagetables:4kB bounce:0kB free_pcp:124kB local_pcp:0kB free_cma:0kB
Feb  1 03:02:53 firewallfsi kernel: [170853.217476] lowmem_reserve[]: 0 0 31652 31652
Feb  1 03:02:53 firewallfsi kernel: [170853.218869] HighMem free:258900kB min:512kB low:5008kB high:9504kB active_anon:563024kB inactive_anon:200032kB active_file:509144kB inactive_file:2494752kB unevictable:0kB writepending:764kB present:4051548kB managed:4051548kB mlocked:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:6360kB bounce:0kB free_pcp:120kB local_pcp:0kB free_cma:0kB
Feb  1 03:02:53 firewallfsi kernel: [170853.223109] lowmem_reserve[]: 0 0 0 0
Feb  1 03:02:53 firewallfsi kernel: [170853.224489] DMA: 52*4kB (UME) 28*8kB (UME) 26*16kB (UM) 12*32kB (M) 10*64kB (UME) 6*128kB (UME) 2*256kB (ME) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 3152kB
Feb  1 03:02:53 firewallfsi kernel: [170853.227261] Normal: 453*4kB (UMEH) 219*8kB (UMEH) 14*16kB (MEH) 10*32kB (H) 2*64kB (H) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 4236kB
Feb  1 03:02:53 firewallfsi kernel: [170853.230025] HighMem: 62*4kB (U) 104*8kB (UM) 48*16kB (UM) 27*32kB (UM) 921*64kB (UM) 586*128kB (M) 183*256kB (M) 125*512kB (M) 7*1024kB (M) 2*2048kB (M) 0*4096kB = 258776kB
Feb  1 03:02:53 firewallfsi kernel: [170853.232796] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
Feb  1 03:02:53 firewallfsi kernel: [170853.234106] 802968 total pagecache pages
Feb  1 03:02:53 firewallfsi kernel: [170853.235472] 91 pages in swap cache
Feb  1 03:02:53 firewallfsi kernel: [170853.236732] Swap cache stats: add 2347, delete 2256, find 242/258
Feb  1 03:02:53 firewallfsi kernel: [170853.238070] Free swap  = 33775564kB
Feb  1 03:02:53 firewallfsi kernel: [170853.239383] Total swap = 33784572kB
Feb  1 03:02:53 firewallfsi kernel: [170853.240707] 1240111 pages RAM
Feb  1 03:02:53 firewallfsi kernel: [170853.242032] 1012887 pages HighMem/MovableOnly
Feb  1 03:02:53 firewallfsi kernel: [170853.243334] 19036 pages reserved
Feb  1 03:02:53 firewallfsi kernel: [170853.244685] 0 pages hwpoisoned



###################
SAMPLE TOPS (normally none of the user ps's would be more than 1-5% CPU)
note the 100%si stat sometimes!!!
###################


%Cpu(s):  0.1 us,  3.2 sy,  0.0 ni, 95.8 id,  0.6 wa,  0.1 hi,  0.3 si,  0.0 st
KiB Mem :  4884300 total,   273220 free,   815488 used,  3795592 buff/cache
KiB Swap: 33784572 total, 33775564 free,     9008 used.  3848136 avail Mem 

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                  
   77 root      20   0       0      0      0 R 100.0  0.0  11:06.21 kswapd0                                                  
 1773 samba     20   0   46880  17716  14776 R  99.3  0.4   5:10.76 smbd                                                     
  854 root      20   0    7276   3180   2524 S  72.8  0.1   1:33.27 watch-services                                           
25135 root      20   0    9476   3520   3224 R  27.6  0.1   0:00.83 ps                                                       
28939 root      20   0       0      0      0 S   1.0  0.0   2:44.76 kworker/0:0                                              

%Cpu(s):  0.1 us,  4.8 sy,  0.0 ni, 93.0 id,  1.5 wa,  0.1 hi,  0.3 si,  0.0 st
KiB Mem :  4884300 total,   272800 free,   815976 used,  3795524 buff/cache
KiB Swap: 33784572 total, 33775564 free,     9008 used.  3847396 avail Mem 

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                  
 1773 samba     20   0   46880  17716  14776 R 100.0  0.4   5:13.80 smbd                                                     
   77 root      20   0       0      0      0 R  99.0  0.0  11:09.20 kswapd0                                                  
  854 root      20   0    7276   3180   2524 R  90.4  0.1   1:36.00 watch-services                                           
25136 root      20   0       0      0      0 Z  55.0  0.0   0:01.66 ps                                                       
 1545 root      20   0   28196   9644   8112 R   6.3  0.2   0:45.65 nmbd                                                     
  939 root      20   0   12936   8544   4996 R   5.0  0.2   1:28.30 dynamic-ip-upda                                          

%Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,100.0 si,  0.0 st
KiB Mem :  4884300 total,   273456 free,   820436 used,  3790408 buff/cache
KiB Swap: 33784572 total, 33775564 free,     9008 used.  3843044 avail Mem 

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                  
   77 root      20   0       0      0      0 R 100.0  0.0  11:12.23 kswapd0                                                  
25138 root      20   0    4188   2396   2144 R  64.2  0.0   0:01.94 systemd-coredum                                          
  939 root      20   0   12936   8544   4996 S  58.3  0.2   1:30.06 dynamic-ip-upda                                          
 1773 samba     20   0   46880  17716  14776 D  41.4  0.4   5:15.05 smbd                                                     
  854 root      20   0    7276   3180   2524 S  39.1  0.1   1:37.18 watch-services                                           
25148 root      20   0    9984   3732   3388 R  24.2  0.1   0:00.73 ps                                                       
22995 root      20   0       0      0      0 S  21.2  0.0   0:40.36 kworker/u16:0                                            

%Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,100.0 si,  0.0 st
KiB Mem :  4884300 total,   268536 free,   818808 used,  3796956 buff/cache
KiB Swap: 33784572 total, 33775564 free,     9008 used.  3844856 avail Mem 

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                  
   77 root      20   0       0      0      0 R 100.0  0.0  11:18.25 kswapd0                                                  
25138 root      20   0    4188   2396   2144 R  99.7  0.0   0:07.95 systemd-coredum                                          
25160 root      20   0    7276   1932   1272 S  86.1  0.0   0:02.60 watch-services                                           
22995 root      20   0       0      0      0 D  77.5  0.0   0:42.70 kworker/u16:0                                            
 1773 samba     20   0   46880  17716  14776 S  25.2  0.4   5:16.93 smbd                                                     
25161 root      20   0    8076   2020   1852 R  11.3  0.0   0:00.34 systemctl                                                
25162 root      20   0    8500   3208   2940 R  10.9  0.1   0:00.33 perl                                                     



#cat /proc/meminfo 
MemTotal:        4884300 kB
MemFree:          218488 kB
MemAvailable:    3798704 kB
Buffers:          166592 kB
Cached:          3019200 kB
SwapCached:          580 kB
Active:          1207728 kB
Inactive:        2780088 kB
Active(anon):     618944 kB
Inactive(anon):   184880 kB
Active(file):     588784 kB
Inactive(file):  2595208 kB
Unevictable:           0 kB
Mlocked:               0 kB
HighTotal:       4051548 kB
HighFree:         203096 kB
LowTotal:         832752 kB
LowFree:           15392 kB
SwapTotal:      33784572 kB
SwapFree:       33775628 kB
Dirty:              1448 kB
Writeback:             0 kB
AnonPages:        801756 kB
Mapped:            93060 kB
Shmem:              1528 kB
Slab:             614016 kB
SReclaimable:     572792 kB
SUnreclaim:        41224 kB
KernelStack:        2608 kB
PageTables:         6292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    36226720 kB
Committed_AS:    1940852 kB
VmallocTotal:     122880 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
HardwareCorrupted:     0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       10232 kB
DirectMap2M:      899072 kB


3:06am ~#cat /proc/slabinfo 
slabinfo - version: 2.1
# name            <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab> : tunables <limit> <batchcount> <sharedfactor> : slabdata <active_slabs> <num_slabs> <sharedavail>
nf_conntrack_expect      0      0    184   22    1 : tunables    0    0    0 : slabdata      0      0      0
nf_conntrack         654    800    256   32    2 : tunables    0    0    0 : slabdata     25     25      0
ext4_groupinfo_4k  21816  21816    112   36    1 : tunables    0    0    0 : slabdata    606    606      0
raid6-md126          405    972   1384   23    8 : tunables    0    0    0 : slabdata     45     45      0
ip6-frags              0      0    160   25    1 : tunables    0    0    0 : slabdata      0      0      0
UDPv6                351    351    832   39    8 : tunables    0    0    0 : slabdata      9      9      0
tw_sock_TCPv6        273    273    208   39    2 : tunables    0    0    0 : slabdata      7      7      0
request_sock_TCPv6     32     32    256   32    2 : tunables    0    0    0 : slabdata      1      1      0
TCPv6                144    144   1728   18    8 : tunables    0    0    0 : slabdata      8      8      0
kcopyd_job             0      0   2344   13    8 : tunables    0    0    0 : slabdata      0      0      0
dm_uevent              0      0   2472   13    8 : tunables    0    0    0 : slabdata      0      0      0
cfq_io_cq            459    459     80   51    1 : tunables    0    0    0 : slabdata      9      9      0
cfq_queue            414    414    176   23    1 : tunables    0    0    0 : slabdata     18     18      0
bsg_cmd                0      0    288   28    2 : tunables    0    0    0 : slabdata      0      0      0
mqueue_inode_cache     28     28    576   28    4 : tunables    0    0    0 : slabdata      1      1      0
jbd2_journal_head   7808   7808     64   64    1 : tunables    0    0    0 : slabdata    122    122      0
jbd2_revoke_table_s    512    512     16  256    1 : tunables    0    0    0 : slabdata      2      2      0
ext4_inode_cache  686230 688859    696   23    4 : tunables    0    0    0 : slabdata  49255  49255      0
ext4_allocation_context    351    351    104   39    1 : tunables    0    0    0 : slabdata      9      9      0
ext4_prealloc_space   1176   1176     72   56    1 : tunables    0    0    0 : slabdata     21     21      0
ext4_extent_status   9600   9600     32  128    1 : tunables    0    0    0 : slabdata     75     75      0
mbcache             1938   1938     40  102    1 : tunables    0    0    0 : slabdata     19     19      0
userfaultfd_ctx_cache      0      0     64   64    1 : tunables    0    0    0 : slabdata      0      0      0
pid_namespace          0      0    112   36    1 : tunables    0    0    0 : slabdata      0      0      0
posix_timers_cache    168    168    168   24    1 : tunables    0    0    0 : slabdata      7      7      0
xfrm_dst_cache       275    275    320   25    2 : tunables    0    0    0 : slabdata     11     11      0
RAW                  184    184    704   23    4 : tunables    0    0    0 : slabdata      8      8      0
tw_sock_TCP          312    312    208   39    2 : tunables    0    0    0 : slabdata      8      8      0
request_sock_TCP     160    160    256   32    2 : tunables    0    0    0 : slabdata      5      5      0
TCP                  180    180   1600   20    8 : tunables    0    0    0 : slabdata      9      9      0
hugetlbfs_inode_cache     46     46    352   23    2 : tunables    0    0    0 : slabdata      2      2      0
dquot                252    252    192   21    1 : tunables    0    0    0 : slabdata     12     12      0
eventpoll_pwq        918    918     40  102    1 : tunables    0    0    0 : slabdata      9      9      0
request_queue        147    147   1496   21    8 : tunables    0    0    0 : slabdata      7      7      0
blkdev_requests      884    884    240   34    2 : tunables    0    0    0 : slabdata     33     33      0
biovec-256           163    183   3072   10    8 : tunables    0    0    0 : slabdata     21     21      0
biovec-128           275    294   1536   21    8 : tunables    0    0    0 : slabdata     14     14      0
biovec-64            557    651    768   21    4 : tunables    0    0    0 : slabdata     31     31      0
user_namespace         0      0    360   22    2 : tunables    0    0    0 : slabdata      0      0      0
sock_inode_cache    1155   1155    384   21    2 : tunables    0    0    0 : slabdata     55     55      0
skbuff_fclone_cache    531    531    448   36    4 : tunables    0    0    0 : slabdata     20     20      0
file_lock_cache      272    272    120   34    1 : tunables    0    0    0 : slabdata      8      8      0
net_namespace          0      0   3840    8    8 : tunables    0    0    0 : slabdata      0      0      0
shmem_inode_cache   2740   2740    400   20    2 : tunables    0    0    0 : slabdata    137    137      0
taskstats            192    192    328   24    2 : tunables    0    0    0 : slabdata      8      8      0
proc_inode_cache    2827   3118    384   21    2 : tunables    0    0    0 : slabdata    160    160      0
sigqueue             224    224    144   28    1 : tunables    0    0    0 : slabdata      8      8      0
bdev_cache           256    256    512   32    4 : tunables    0    0    0 : slabdata      8      8      0
kernfs_node_cache  43399  44688     72   56    1 : tunables    0    0    0 : slabdata    798    798      0
inode_cache        12256  13547    352   23    2 : tunables    0    0    0 : slabdata    589    589      0
dentry            421047 427360    128   32    1 : tunables    0    0    0 : slabdata  13355  13355      0
avc_node             584    584     56   73    1 : tunables    0    0    0 : slabdata      8      8      0
buffer_head       101998 105923     56   73    1 : tunables    0    0    0 : slabdata   1451   1451      0
vm_area_struct     25524  26250     96   42    1 : tunables    0    0    0 : slabdata    625    625      0
mm_struct           1088   1088    512   32    4 : tunables    0    0    0 : slabdata     34     34      0
files_cache          992    992    256   32    2 : tunables    0    0    0 : slabdata     31     31      0
signal_cache        1150   1150    704   23    4 : tunables    0    0    0 : slabdata     50     50      0
sighand_cache       1056   1056   1344   24    8 : tunables    0    0    0 : slabdata     44     44      0
task_struct          578    616   4544    7    8 : tunables    0    0    0 : slabdata     88     88      0
cred_jar            6504   7328    128   32    1 : tunables    0    0    0 : slabdata    229    229      0
Acpi-Namespace      5780   5780     24  170    1 : tunables    0    0    0 : slabdata     34     34      0
anon_vma_chain     42793  44544     32  128    1 : tunables    0    0    0 : slabdata    348    348      0
anon_vma           25451  26775     48   85    1 : tunables    0    0    0 : slabdata    315    315      0
pid                 3712   3712     64   64    1 : tunables    0    0    0 : slabdata     58     58      0
radix_tree_node    33608  36712    304   26    2 : tunables    0    0    0 : slabdata   1412   1412      0
trace_event_file    5525   5525     48   85    1 : tunables    0    0    0 : slabdata     65     65      0
idr_layer_cache      899    899    280   29    2 : tunables    0    0    0 : slabdata     31     31      0
task_group           294    294    384   21    2 : tunables    0    0    0 : slabdata     14     14      0
dma-kmalloc-8192       0      0   8192    4    8 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-4096       0      0   4096    8    8 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-2048       0      0   2048   16    8 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-1024       0      0   1024   32    8 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-512        0      0    512   32    4 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-256        0      0    256   32    2 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-128        0      0    128   32    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-64         0      0     64   64    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-32         0      0     32  128    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-16         0      0     16  256    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-8          0      0      8  512    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-192        0      0    192   21    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-96         0      0     96   42    1 : tunables    0    0    0 : slabdata      0      0      0
kmalloc-8192          68     68   8192    4    8 : tunables    0    0    0 : slabdata     17     17      0
kmalloc-4096         249    296   4096    8    8 : tunables    0    0    0 : slabdata     37     37      0
kmalloc-2048         585    596   2048   16    8 : tunables    0    0    0 : slabdata     39     39      0
kmalloc-1024        2071   2112   1024   32    8 : tunables    0    0    0 : slabdata     66     66      0
kmalloc-512         4033   4096    512   32    4 : tunables    0    0    0 : slabdata    128    128      0
kmalloc-256         1662   1824    256   32    2 : tunables    0    0    0 : slabdata     57     57      0
kmalloc-192         5282   6195    192   21    1 : tunables    0    0    0 : slabdata    295    295      0
kmalloc-128         2699   3008    128   32    1 : tunables    0    0    0 : slabdata     94     94      0
kmalloc-96         26722  28014     96   42    1 : tunables    0    0    0 : slabdata    667    667      0
kmalloc-64         53750  57984     64   64    1 : tunables    0    0    0 : slabdata    906    906      0
kmalloc-32         93952  93952     32  128    1 : tunables    0    0    0 : slabdata    734    734      0
kmalloc-16         12544  12544     16  256    1 : tunables    0    0    0 : slabdata     49     49      0
kmalloc-8           7168   7168      8  512    1 : tunables    0    0    0 : slabdata     14     14      0
kmem_cache_node     1024   1024     32  128    1 : tunables    0    0    0 : slabdata      8      8      0
kmem_cache           777    777    192   21    1 : tunables    0    0    0 : slabdata     37     37      0



%Cpu(s):  0.0 us, 19.5 sy,  0.0 ni, 78.9 id,  0.8 wa,  0.4 hi,  0.4 si,  0.0 st
KiB Mem :  4884300 total,   285300 free,   814736 used,  3784264 buff/cache
KiB Swap: 33784572 total, 33775636 free,     8936 used.  3850592 avail Mem 

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                  
  939 root      20   0   12936   8544   4996 R 100.0  0.2   1:49.84 dynamic-ip-upda                                          
 1942 root      20   0    3816   2692   2456 R 100.0  0.1   1:10.07 dovecot                                                  
 1545 root      20   0   28196   9644   8112 R 100.0  0.2   2:12.90 nmbd                                                     
  854 root      20   0    7276   3180   2524 R 100.0  0.1   2:24.54 watch-services                                           
 1773 samba     20   0   46880  17716  14776 R 100.0  0.4   7:22.75 smbd                                                     
    2 root      20   0       0      0      0 R  99.0  0.0   1:26.01 kthreadd                                                 
   77 root      20   0       0      0      0 R  92.3  0.0  14:52.22 kswapd0                                                  

%Cpu(s):  0.0 us,  0.0 sy,  0.0 ni,  0.0 id,  0.0 wa,  0.0 hi,100.0 si,  0.0 st
KiB Mem :  4884300 total,   283808 free,   815836 used,  3784656 buff/cache
KiB Swap: 33784572 total, 33775636 free,     8936 used.  3849492 avail Mem 

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND                                                  
   77 root      20   0       0      0      0 R 100.0  0.0  14:55.29 kswapd0                                                  
 1942 root      20   0    3816   2692   2456 R 100.0  0.1   1:13.13 dovecot                                                  
  854 root      20   0    7276   3180   2524 R  99.7  0.1   2:27.58 watch-services                                           
 1545 root      20   0   28196   9644   8112 R  99.3  0.2   2:15.93 nmbd                                                     
    2 root      20   0       0      0      0 R  98.7  0.0   1:29.02 kthreadd                                                 
 1773 samba     20   0   46880  17716  14776 S  64.9  0.4   7:24.73 smbd                                                     
  939 root      20   0   12936   8544   4996 S  39.0  0.2   1:51.03 dynamic-ip-upda                                          

  reply	other threads:[~2017-02-01  9:29 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-11 10:32 Trevor Cordes
2017-01-11 12:11 ` Mel Gorman
2017-01-11 12:14   ` Mel Gorman
2017-01-11 22:52     ` Trevor Cordes
2017-01-12  9:36       ` Michal Hocko
2017-01-15  6:27         ` Trevor Cordes
2017-01-16 11:09           ` Mel Gorman
2017-01-17 13:52             ` Michal Hocko
2017-01-17 14:21               ` Mel Gorman
2017-01-17 14:54                 ` Michal Hocko
2017-01-18  7:25                   ` Trevor Cordes
2017-01-18 17:48                   ` Mel Gorman
2017-01-18 18:07                   ` Mel Gorman
2017-01-19  9:48                   ` Trevor Cordes
2017-01-19 11:37                     ` Michal Hocko
2017-01-20  6:35                       ` Trevor Cordes
2017-01-20 11:02                         ` Mel Gorman
2017-01-20 15:55                           ` Mel Gorman
2017-01-23  0:45                             ` Trevor Cordes
2017-01-23 10:48                               ` Mel Gorman
2017-01-23 11:04                                 ` Mel Gorman
2017-01-25  9:46                                   ` Michal Hocko
2017-01-24 12:59                                 ` Michal Hocko
2017-01-25 10:02                                 ` Trevor Cordes
2017-01-25 12:04                                   ` Michal Hocko
2017-01-29 22:50                                     ` Trevor Cordes
2017-01-30  7:51                                       ` Michal Hocko
2017-02-01  9:29                                         ` Trevor Cordes [this message]
2017-02-01 10:14                                           ` Michal Hocko
2017-02-04  0:36                                             ` Trevor Cordes
2017-02-04 20:05                                               ` Rik van Riel
2017-02-05 10:03                                               ` Michal Hocko
2017-02-05 22:53                                                 ` Trevor Cordes
2017-01-30  9:10                                       ` Mel Gorman
2017-01-24 12:54                               ` Michal Hocko
2017-01-26 23:18                                 ` Trevor Cordes
2017-01-27  7:36                                   ` Michal Hocko
2017-01-24 12:51                         ` Michal Hocko
2017-01-18  6:52             ` Trevor Cordes
2017-01-17 13:45           ` Michal Hocko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170201032928.5d58a7c5@pog.tecnopolis.ca \
    --to=trevor@tecnopolis.ca \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mgorman@techsingularity.net \
    --cc=mhocko@kernel.org \
    --cc=minchan@kernel.org \
    --cc=riel@surriel.com \
    --cc=srikar@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®