The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Ye Xiaolong <xiaolong.ye@intel.com>
To: Johannes Weiner <hannes@cmpxchg.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Mel Gorman <mgorman@suse.de>, Rik van Riel <riel@redhat.com>,
	David Rientjes <rientjes@google.com>,
	Joonsoo Kim <iamjoonsoo.kim@lge.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	lkp@01.org
Subject: Re: [lkp] [mm] 795ae7a0de: pixz.throughput -9.1% regression
Date: Fri, 3 Jun 2016 10:25:31 +0800	[thread overview]
Message-ID: <20160603022531.GB3271@yexl-desktop> (raw)
In-Reply-To: <20160602160706.GA24004@cmpxchg.org>

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

On Thu, Jun 02, 2016 at 12:07:06PM -0400, Johannes Weiner wrote:
>Hi,
>
>On Thu, Jun 02, 2016 at 02:45:07PM +0800, kernel test robot wrote:
>> FYI, we noticed pixz.throughput -9.1% regression due to commit:
>> 
>> commit 795ae7a0de6b834a0cc202aa55c190ef81496665 ("mm: scale kswapd watermarks in proportion to memory")
>> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> 
>> in testcase: pixz
>> on test machine: ivb43: 48 threads Ivytown Ivy Bridge-EP with 64G memory with following parameters: cpufreq_governor=performance/nr_threads=100%
>
>Xiaolong, thanks for the report.
>
>It looks like the regression stems from a change in NUMA placement:
>
>> 3ed3a4f0ddffece9 795ae7a0de6b834a0cc202aa55
>> ---------------- -------------------------- 
>>          %stddev     %change         %stddev
>>              \          |                \  
>>   78505362 ±  0%      -9.1%   71324131 ±  0%  pixz.throughput
>>       4530 ±  0%      +1.0%       4575 ±  0%  pixz.time.percent_of_cpu_this_job_got
>>      14911 ±  0%      +2.3%      15251 ±  0%  pixz.time.user_time
>>    6586930 ±  0%      -7.5%    6093751 ±  1%  pixz.time.voluntary_context_switches
>>      49869 ±  1%      -9.0%      45401 ±  0%  vmstat.system.cs
>>      26406 ±  4%      -9.4%      23922 ±  5%  numa-meminfo.node0.SReclaimable
>>       4803 ± 85%     -87.0%     625.25 ± 16%  numa-meminfo.node1.Inactive(anon)
>>     946.75 ±  3%    +775.4%       8288 ±  1%  proc-vmstat.nr_alloc_batch
>>    2403080 ±  2%     -58.4%     999765 ±  0%  proc-vmstat.pgalloc_dma32
>
>a bit clearer in the will-it-scale report:
>
>> 3ed3a4f0ddffece9 795ae7a0de6b834a0cc202aa55 
>> ---------------- -------------------------- 
>>          %stddev     %change         %stddev
>>              \          |                \  
>>     442409 ±  0%      -8.5%     404670 ±  0%  will-it-scale.per_process_ops
>>     397397 ±  0%      -6.2%     372741 ±  0%  will-it-scale.per_thread_ops
>>       0.11 ±  1%     -15.1%       0.10 ±  0%  will-it-scale.scalability
>>       9933 ± 10%     +17.8%      11696 ±  4%  will-it-scale.time.involuntary_context_switches
>>    5158470 ±  3%      +5.4%    5438873 ±  0%  will-it-scale.time.maximum_resident_set_size
>>   10701739 ±  0%     -11.6%    9456315 ±  0%  will-it-scale.time.minor_page_faults
>>     825.00 ±  0%      +7.8%     889.75 ±  0%  will-it-scale.time.percent_of_cpu_this_job_got
>>       2484 ±  0%      +7.8%       2678 ±  0%  will-it-scale.time.system_time
>>      81.98 ±  0%      +8.7%      89.08 ±  0%  will-it-scale.time.user_time
>>     848972 ±  1%     -13.3%     735967 ±  0%  will-it-scale.time.voluntary_context_switches
>>   19395253 ±  0%     -20.0%   15511908 ±  0%  numa-numastat.node0.local_node
>>   19400671 ±  0%     -20.0%   15518877 ±  0%  numa-numastat.node0.numa_hit
>
>The way this test is set up (in-memory compression on 48 nodes) I'm
>surprised we spill over, though, even with the higher watermarks.
>
>Xiaolong, could you provide the full /proc/zoneinfo of that machine
>right before the test is running? I wonder if it's mostly filled with

Hi, Johannes  

Please refer to attached proc-zoneinfo file which was obtained by cat /proc/zoneinfo
on test machine ivb43 right before the test (pigxz) was launched.

Thanks,
Xiaolong

>cache, and the increase in watermarks causes a higher portion of the
>anon allocs and frees to spill to the remote node, but never enough to
>enter the allocator slowpath and waking kswapd to fix it.
>
>Another suspect is the fair zone allocator, whose allocation batches
>increased as well. It shouldn't affect NUMA placement, but I wonder if
>there is a bug in there that causes false spilling to foreign nodes
>that was only bounded by the allocation batch of the foreign zone.
>Mel, does such a symptom sound familiar in any way?
>
>I'll continue to investigate.

[-- Attachment #2: proc-zoneinfo --]
[-- Type: text/plain, Size: 25976 bytes --]

Node 0, zone      DMA
  pages free     3937
        min      1
        low      4
        high     7
        scanned  0
        spanned  4095
        present  3983
        managed  3961
    nr_free_pages 3937
    nr_alloc_batch 3
    nr_inactive_anon 0
    nr_active_anon 0
    nr_inactive_file 22
    nr_active_file 2
    nr_unevictable 0
    nr_mlock     0
    nr_anon_pages 0
    nr_mapped    0
    nr_file_pages 24
    nr_dirty     0
    nr_writeback 0
    nr_slab_reclaimable 0
    nr_slab_unreclaimable 0
    nr_page_table_pages 0
    nr_kernel_stack 0
    nr_unstable  0
    nr_bounce    0
    nr_vmscan_write 0
    nr_vmscan_immediate_reclaim 0
    nr_writeback_temp 0
    nr_isolated_anon 0
    nr_isolated_file 0
    nr_shmem     0
    nr_dirtied   0
    nr_written   0
    nr_pages_scanned 0
    numa_hit     24
    numa_miss    0
    numa_foreign 0
    numa_interleave 0
    numa_local   0
    numa_other   24
    workingset_refault 0
    workingset_activate 0
    workingset_nodereclaim 0
    nr_anon_transparent_hugepages 0
    nr_free_cma  0
        protection: (0, 2913, 32081, 32081)
  pagesets
    cpu: 0
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 1
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 2
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 3
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 4
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 5
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 6
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 7
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 8
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 9
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 10
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 11
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 12
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 13
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 14
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 15
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 16
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 17
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 18
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 19
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 20
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 21
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 22
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 23
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 24
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 25
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 26
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 27
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 28
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 29
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 30
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 31
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 32
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 33
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 34
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 35
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 36
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 37
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 38
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 39
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 40
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 41
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 42
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 43
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 44
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 45
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 46
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
    cpu: 47
              count: 0
              high:  0
              batch: 1
  vm stats threshold: 12
  all_unreclaimable: 0
  start_pfn:         1
  inactive_ratio:    1
Node 0, zone    DMA32
  pages free     734480
        min      367
        low      1112
        high     1857
        scanned  0
        spanned  1044480
        present  762317
        managed  745925
    nr_free_pages 734480
    nr_alloc_batch 745
    nr_inactive_anon 18
    nr_active_anon 498
    nr_inactive_file 4689
    nr_active_file 832
    nr_unevictable 0
    nr_mlock     0
    nr_anon_pages 486
    nr_mapped    171
    nr_file_pages 5551
    nr_dirty     0
    nr_writeback 0
    nr_slab_reclaimable 376
    nr_slab_unreclaimable 643
    nr_page_table_pages 181
    nr_kernel_stack 19
    nr_unstable  0
    nr_bounce    0
    nr_vmscan_write 0
    nr_vmscan_immediate_reclaim 0
    nr_writeback_temp 0
    nr_isolated_anon 0
    nr_isolated_file 0
    nr_shmem     30
    nr_dirtied   0
    nr_written   0
    nr_pages_scanned 0
    numa_hit     15403
    numa_miss    0
    numa_foreign 0
    numa_interleave 0
    numa_local   9596
    numa_other   5807
    workingset_refault 0
    workingset_activate 0
    workingset_nodereclaim 0
    nr_anon_transparent_hugepages 0
    nr_free_cma  0
        protection: (0, 0, 29167, 29167)
  pagesets
    cpu: 0
              count: 31
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 1
              count: 132
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 2
              count: 114
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 3
              count: 76
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 4
              count: 151
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 5
              count: 185
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 6
              count: 54
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 7
              count: 111
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 8
              count: 168
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 9
              count: 155
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 10
              count: 83
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 11
              count: 152
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 12
              count: 0
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 13
              count: 66
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 14
              count: 106
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 15
              count: 6
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 16
              count: 166
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 17
              count: 1
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 18
              count: 7
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 19
              count: 1
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 20
              count: 19
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 21
              count: 0
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 22
              count: 0
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 23
              count: 19
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 24
              count: 50
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 25
              count: 72
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 26
              count: 177
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 27
              count: 150
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 28
              count: 86
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 29
              count: 108
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 30
              count: 81
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 31
              count: 129
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 32
              count: 172
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 33
              count: 78
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 34
              count: 155
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 35
              count: 37
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 36
              count: 1
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 37
              count: 0
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 38
              count: 1
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 39
              count: 25
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 40
              count: 33
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 41
              count: 12
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 42
              count: 0
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 43
              count: 1
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 44
              count: 21
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 45
              count: 0
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 46
              count: 1
              high:  186
              batch: 31
  vm stats threshold: 72
    cpu: 47
              count: 24
              high:  186
              batch: 31
  vm stats threshold: 72
  all_unreclaimable: 0
  start_pfn:         4096
  inactive_ratio:    4
Node 0, zone   Normal
  pages free     7347192
        min      3673
        low      11139
        high     18605
        scanned  0
        spanned  7602176
        present  7602176
        managed  7466912
    nr_free_pages 7347192
    nr_alloc_batch 3092
    nr_inactive_anon 2121
    nr_active_anon 5661
    nr_inactive_file 42926
    nr_active_file 12284
    nr_unevictable 0
    nr_mlock     0
    nr_anon_pages 5490
    nr_mapped    2797
    nr_file_pages 57359
    nr_dirty     0
    nr_writeback 0
    nr_slab_reclaimable 5809
    nr_slab_unreclaimable 11941
    nr_page_table_pages 764
    nr_kernel_stack 604
    nr_unstable  0
    nr_bounce    0
    nr_vmscan_write 0
    nr_vmscan_immediate_reclaim 0
    nr_writeback_temp 0
    nr_isolated_anon 0
    nr_isolated_file 0
    nr_shmem     2149
    nr_dirtied   0
    nr_written   0
    nr_pages_scanned 0
    numa_hit     168863
    numa_miss    0
    numa_foreign 0
    numa_interleave 75154
    numa_local   107939
    numa_other   60924
    workingset_refault 0
    workingset_activate 0
    workingset_nodereclaim 0
    nr_anon_transparent_hugepages 1
    nr_free_cma  0
        protection: (0, 0, 0, 0)
  pagesets
    cpu: 0
              count: 92
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 1
              count: 157
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 2
              count: 66
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 3
              count: 47
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 4
              count: 109
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 5
              count: 7
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 6
              count: 109
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 7
              count: 162
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 8
              count: 185
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 9
              count: 178
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 10
              count: 177
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 11
              count: 64
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 12
              count: 178
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 13
              count: 167
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 14
              count: 168
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 15
              count: 62
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 16
              count: 167
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 17
              count: 122
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 18
              count: 166
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 19
              count: 170
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 20
              count: 170
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 21
              count: 179
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 22
              count: 155
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 23
              count: 167
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 24
              count: 146
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 25
              count: 54
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 26
              count: 58
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 27
              count: 122
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 28
              count: 72
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 29
              count: 84
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 30
              count: 167
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 31
              count: 123
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 32
              count: 67
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 33
              count: 119
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 34
              count: 102
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 35
              count: 115
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 36
              count: 169
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 37
              count: 39
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 38
              count: 75
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 39
              count: 83
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 40
              count: 47
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 41
              count: 161
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 42
              count: 163
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 43
              count: 65
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 44
              count: 120
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 45
              count: 93
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 46
              count: 41
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 47
              count: 118
              high:  186
              batch: 31
  vm stats threshold: 108
  all_unreclaimable: 0
  start_pfn:         1048576
  inactive_ratio:    16
Node 1, zone   Normal
  pages free     8134711
        min      4058
        low      12305
        high     20552
        scanned  0
        spanned  8388608
        present  8388608
        managed  8248533
    nr_free_pages 8134711
    nr_alloc_batch 7811
    nr_inactive_anon 124
    nr_active_anon 2943
    nr_inactive_file 48888
    nr_active_file 11896
    nr_unevictable 0
    nr_mlock     0
    nr_anon_pages 2889
    nr_mapped    1628
    nr_file_pages 60929
    nr_dirty     0
    nr_writeback 0
    nr_slab_reclaimable 5495
    nr_slab_unreclaimable 10115
    nr_page_table_pages 846
    nr_kernel_stack 214
    nr_unstable  0
    nr_bounce    0
    nr_vmscan_write 0
    nr_vmscan_immediate_reclaim 0
    nr_writeback_temp 0
    nr_isolated_anon 0
    nr_isolated_file 0
    nr_shmem     145
    nr_dirtied   0
    nr_written   0
    nr_pages_scanned 0
    numa_hit     156983
    numa_miss    0
    numa_foreign 0
    numa_interleave 80425
    numa_local   132002
    numa_other   24981
    workingset_refault 0
    workingset_activate 0
    workingset_nodereclaim 0
    nr_anon_transparent_hugepages 0
    nr_free_cma  0
        protection: (0, 0, 0, 0)
  pagesets
    cpu: 0
              count: 183
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 1
              count: 185
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 2
              count: 157
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 3
              count: 176
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 4
              count: 182
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 5
              count: 155
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 6
              count: 73
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 7
              count: 155
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 8
              count: 170
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 9
              count: 156
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 10
              count: 181
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 11
              count: 167
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 12
              count: 116
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 13
              count: 141
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 14
              count: 57
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 15
              count: 149
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 16
              count: 37
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 17
              count: 169
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 18
              count: 177
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 19
              count: 153
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 20
              count: 83
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 21
              count: 70
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 22
              count: 138
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 23
              count: 42
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 24
              count: 45
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 25
              count: 156
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 26
              count: 45
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 27
              count: 165
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 28
              count: 178
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 29
              count: 86
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 30
              count: 185
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 31
              count: 154
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 32
              count: 152
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 33
              count: 176
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 34
              count: 160
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 35
              count: 159
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 36
              count: 108
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 37
              count: 132
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 38
              count: 143
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 39
              count: 107
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 40
              count: 92
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 41
              count: 130
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 42
              count: 100
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 43
              count: 38
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 44
              count: 166
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 45
              count: 24
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 46
              count: 45
              high:  186
              batch: 31
  vm stats threshold: 108
    cpu: 47
              count: 72
              high:  186
              batch: 31
  vm stats threshold: 108
  all_unreclaimable: 0
  start_pfn:         8650752
  inactive_ratio:    17


  reply	other threads:[~2016-06-03  2:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <574fd097.Frf8OIpckXVh1oaw%xiaolong.ye@intel.com>
2016-06-02  6:45 ` [lkp] [mm] 795ae7a0de: pixz.throughput -9.1% regression kernel test robot
2016-06-02 16:07   ` Johannes Weiner
2016-06-03  2:25     ` Ye Xiaolong [this message]
2016-06-03  9:00     ` Mel Gorman
2016-06-03 22:21     ` Johannes Weiner
2016-06-06  8:53       ` Ye Xiaolong
2016-06-07  4:48         ` [LKP] " Ye Xiaolong
2016-06-07 21:56           ` Johannes Weiner
2016-06-08  5:37             ` Ye Xiaolong
2016-06-22 21:24               ` Johannes Weiner

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=20160603022531.GB3271@yexl-desktop \
    --to=xiaolong.ye@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=hannes@cmpxchg.org \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@01.org \
    --cc=mgorman@suse.de \
    --cc=riel@redhat.com \
    --cc=rientjes@google.com \
    --cc=torvalds@linux-foundation.org \
    /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