linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Paging out when free memory is low but not exhausted (and available memory remains high)
@ 2020-01-22  0:40 Chris Edwards
  2020-01-23 12:31 ` Michal Hocko
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Edwards @ 2020-01-22  0:40 UTC (permalink / raw)
  To: linux-mm

Hi all,

I've observed a strange behaviour in recent kernels whereby the system will page out, continuously and seemingly needlessly, when free (cf. available) memory is low but not exhausted. Strangely, swap space utilisation does not increase over time, despite the continuous page-outs with little or no page-in activity.

I've seen this on 5.3 and 5.4 series kernels on Arch Linux on a Dell Optiplex 9020 (Intel Q87 Express, i5-4670 CPU, 12 GiB RAM, no NUMA). I've also replicated the behaviour on a colleague's machine (same configuration).


To reproduce:


1. Get the system in a low-memory state, but not so low that it has to start paging. A convenient way is to use stress/stress-ng:

	stress --vm-bytes $(awk '/MemAvailable/{printf "%d\n", $2 * 0.95;}' < /proc/meminfo)k --vm-keep -m 1

	Confirm that the system isn't paging, and that memory pressure reported by /proc/pressure/memory remains low:

	cat /proc/pressure/memory 
	some avg10=0.00 avg60=0.00 avg300=1.54 total=414331152
	full avg10=0.00 avg60=0.00 avg300=1.42 total=377927386


2. Perform an additional task that will fill up the filesystem cache and/or I/O buffers, such as dd.

	dd if=/dev/sda of=/dev/null bs=1048576


3. Observe system behaviour (with `vmstat 1`, `xosview`, etc.) while the free memory decreases. Here's what I witness using vmstat:

procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 2  0  62464 456132 591328 484656    0    0     0     0 1643 2859 26  1 74  0  0
 1  0  62464 456076 591328 484676    0    0     0     0 1684 2813 26  0 74  0  0
 1  0  62464 456084 591328 484660    0    0    88     0 2156 3212 25  1 73  1  0
 1  0  62208 456084 591328 485004    0    0     0     0 2284 3419 26  1 73  0  0
 1  0  62208 456184 591328 485004    0    0     0     0 2027 2990 26  1 74  0  0
 1  0  62208 456020 591328 485016    0    0     0     0 1960 2983 26  1 74  0  0
 4  0  62208 456052 591328 485016    0    0     0     0 2034 3046 26  1 73  0  0
 1  0  62208 456084 591328 485000    0    0     0     0 1882 2758 26  1 74  0  0
 1  1  62208 404384 642532 485000    0    0 51196    12 2027 3149 25  2 64  9  0	<- dd begins
 1  1  62344 385928 686292 460928    0  200 124928   200 2218 3785 25  3 55 18  0
 1  1  70356 394056 681360 453036    0 21700 81920 21700 2373 3577 26  4 40 31  0
 1  1  83576 380132 694960 439964    0 13532 99840 13532 2060 3560 25  3 48 24  0
 1  1  79552 391188 685408 443776    0 4264 123904  4264 2188 3742 25  3 54 19  0
 1  1  79616 395960 679076 443828    0 7628 108032  7628 2200 3686 26  2 52 20  0
 1  2  83456 389928 691104 435692    0 11136 104448 11136 2203 3660 25  2 49 23  0
 1  1  83968 415780 664744 435596    0 1480 121344  1480 2285 3630 25  3 54 18  0
 1  1  77312 419104 662376 442284    0 1176 124416  1176 2236 3662 25  4 56 16  0
 1  1  79872 398472 679452 439552    0 9164 110592  9164 2255 3703 25  3 49 23  0
 1  2  83200 389140 691968 436056    0 11132 108032 11132 2113 3550 25  3 47 25  0
 1  1  84480 396456 684096 435296    0 2364 109056  2364 2072 3542 26  2 51 21  0
 1  3  76032 391896 698608 433428    0 6712 110664  6712 2134 3696 25  3 49 23  0
 1  1  70144 408468 672888 447244  104 2016 36592  2016 2561 4609 25  2 32 41  0
 2  2  77312 356556 712208 442896    0 6880 40328  7052 2223 3580 31  2 25 41  0
 1  2  85504 500392 566936 449100    0 8780 30052 22128 2172 3588 26  3 19 52  0
 1  2  81408 391236 675480 453360    0 2804 108716  2804 2219 3535 25  2 53 20  0
 1  2  81152 379424 689692 452648    0 7408 104448  7408 2321 3665 25  3 48 23  0
 1  1  85104 409144 659932 448120    0 11704 94208 11704 2286 3682 25  3 47 25  0
 2  1  85368 396440 673868 448244   28 1212 99868  1288 2170 3569 25  2 46 27  0
 1  2  83968 385172 683892 449572    0 6588 118784  6588 2169 3904 25  3 53 19  0
 1  1  78848 388668 681108 454724    0 2172 118784  2284 2097 3724 25  3 50 22  0
 1  2  70912 419592 673860 438356    0 7340 84684  7340 1942 3672 25  3 43 29  0
 3  1  77824 406288 685452 433064    0 6940 55604  7060 2107 3755 25  2 34 39  0
 1  2  74496 394684 697252 436316    0 4028 118784  4028 2250 3894 25  2 52 21  0
 1  1  78080 417060 675348 433080    0 10884 102404 10884 2486 4609 25  3 47 25  0
 1  2  73984 397144 694840 437160   48 3508 106544  3580 2039 3672 25  2 49 23  0
 1  3  78080 365596 725560 434504  124 4024 31088  4024 1800 2932 25  2 27 46  0
 1  3  73216 373732 716676 438908  100 1952 34952  1952 1981 3335 26  1 26 47  0
 1  2  71680 380044 709484 441480   72 5204 26668  5204 1913 3376 26  1 22 51  0
 1  3  71424 394544 692012 442364   48 6696 27532  6696 1909 3291 27  1 15 58  0
 1  3  74908 392528 697372 438248   84 3584 27540  3600 1856 3232 25  2 15 57  0
 1  2  71168 417136 662892 449732   84 3768 29044  3768 1919 3385 26  2 29 43  0
 1  2  78932 417788 663360 441568    8 7932 86128  7932 2169 3579 26  2 45 27  0
 1  1  85108 439408 639828 435408    0 13660 101888 13660 2157 3461 25  3 48 25  0
 1  1  85364 402868 678052 434988    0 1136 123392  1136 2240 3797 25  3 56 15  0
 1  1  78460 380424 700440 442888    0 1008 124928  1008 2188 3745 25  3 56 17  0
 1  1  80896 386260 695628 439068    0 10108 91648 10108 2170 3572 26  2 46 27  0
 1  2  84480 389552 689404 435780    0 10988 100864 10988 2015 3450 25  2 48 24  0
 1  1  85404 415768 664708 434892    0 1980 122880  1980 2024 3658 25  3 53 19  0
 1  2  80128 385008 696088 439256    0 2116 124928  2116 2047 3657 24  3 55 18  0
 1  1  80896 390064 691756 438140    0 7784 112128  7784 2062 3621 25  3 50 21  0
 1  2  77824 384716 704968 431932    0 11384 98816 11384 1968 3587 26  2 47 26  0
 2  1  78848 395324 692572 431928    0 2240 118272  2240 2006 3716 25  2 54 18  0
 1  1  74332 392796 694952 436552    0 3560 120832  3560 2098 3868 26  2 53 19  0
 1  1  78336 402544 684296 433416    0 12032 96256 12032 1959 3421 25  3 45 27  0
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----


As you can see, there is considerable paging-out activity ("so" column), despite having enough available memory that it shouldn't have to (IIUC). Swap space utilisation rises briefly, then remains roughly constant. With several kilo-blocks being paged out per second, and negligible page-in activity, shouldn't the swap used be growing by several megabytes per second?

The kernel seems to think it's under some memory pressure:

cat /proc/pressure/memory 
some avg10=8.01 avg60=5.44 avg300=2.70 total=422931595
full avg10=7.66 avg60=5.15 avg300=2.53 total=385972806

The paging activity stops when the dd process finishes or is killed or suspended.


4. Null test: To show that it's not the dd process itself that's causing the memory pressure, read from a device that won't add to buffer cache (memory hog still running):

dd if=/dev/zero of=/dev/null bs=1048576

procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 2  0  67584 432504 622944 487216    0    0     0     0 2165 3512 26  1 73  0  0
 1  0  67584 432440 622944 487292    0    0     0     0 2211 3457 26  1 73  0  0
 1  0  67584 432180 622944 487292    0    0     0    88 1947 3033 26  1 74  0  0
 1  0  67584 431896 622944 487352    0    0     0     0 1729 2810 26  1 73  0  0
 1  0  67584 431644 622944 487272    0    0     0     0 1936 2935 26  1 73  0  0
 2  0  67584 430344 622944 487316    0    0     4     0 2094 2731 26 17 56  0  0
 2  0  67584 430092 622944 487320    0    0     0     0 1950 2684 26 25 49  0  0
 2  0  67584 429808 622944 487340    0    0     0     0 1882 2755 26 26 48  0  0
 2  0  67584 429556 622952 487340    0    0     0    12 1743 2478 26 26 48  1  0
 2  0  67584 429304 622952 487348    0    0     0     0 1760 2536 26 25 48  0  0
 2  0  67584 429052 622952 487348    0    0     0     0 1873 2627 26 25 49  0  0
 2  0  67584 429052 622952 487300    0    0     0     0 2369 3115 26 26 48  0  0
 2  0  67584 428800 622952 487300    0    0     0     0 2200 2776 26 26 49  0  0
 2  0  67584 428768 622952 487352    0    0     0     0 2073 2954 26 26 48  0  0
 2  0  67584 428548 622952 487280    0    0     0     0 1954 2805 26 26 49  0  0
 2  0  67584 428012 622952 487300    0    0     0     0 2147 2796 27 25 48  0  0
 2  0  67584 427760 622952 487304    0    0     0     0 2268 2990 26 26 48  0  0
 2  0  67584 428048 622952 487308    0    0     0     0 2428 3755 27 26 48  0  0
 2  0  67584 428016 622960 487376    0    0   196    12 2323 3060 26 25 48  1  0
 2  0  67584 437512 622960 477316    0    0     0     0 2169 3046 26 26 48  0  0
 2  0  67584 437120 622960 477120    0    0     0     0 2132 2851 26 26 48  0  0
 2  0  67584 437056 622960 477180    0    0     0     0 2161 2982 26 25 49  0  0
 2  0  67584 437056 622960 477108    0    0     0     0 2227 3396 26 26 48  0  0
 2  0  67584 436236 622960 477196    0    0     0     0 2114 3013 26 26 48  0  0
 2  0  67584 435984 622960 477196    0    0     0     0 1943 2554 26 25 49  0  0
 2  0  67584 436204 622968 477184    0    0     0    12 2043 2942 26 26 48  0  0
 2  0  67584 435952 622968 477184    0    0     0     0 1884 2726 26 26 48  0  0
 2  0  67584 435636 622968 477192    0    0     0     0 2063 2626 26 26 49  0  0
 2  0  67584 435384 622968 477176    0    0     0     0 2032 2577 26 26 49  0  0
 2  0  67584 435636 622968 476028    0    0     0     0 1763 2726 26 26 48  0  0
 2  0  67584 435888 622968 475840    0    0     0     0 2109 2683 26 26 49  0  0
 2  0  67584 435352 622984 475896    0    0     0    96 2132 3048 26 26 45  3  0
 2  0  67584 435604 622984 475824    0    0     0     0 1810 2461 26 25 49  0  0
 2  0  67584 435900 622984 475908    0    0     0    80 1659 2574 26 25 49  0  0
 2  0  67584 435824 622984 475836    0    0     0     0 1662 2652 26 26 49  0  0
 2  0  67584 435792 622984 475932    0    0     0     0 1747 2466 25 26 49  0  0
 2  0  67584 435792 622984 475924    0    0     0     0 1751 2505 26 26 49  0  0
 3  0  67584 436516 622984 475924    0    0     0     0 1659 2650 26 26 48  0  0
 2  0  67584 436516 622992 475916    0    0     0    28 1698 2258 26 25 48  1  0
 2  0  67584 436200 622992 475928    0    0     0     0 1814 2406 26 26 49  0  0
 2  0  67584 435948 622992 475972    0    0     0     0 1779 2531 26 26 49  0  0
 2  0  67584 436144 622992 475776    0    0     0     0 1865 2463 26 25 49  0  0
 2  0  67584 435444 622992 475964    0    0     0     0 1431 2342 26 26 49  0  0
 3  0  67584 436064 622992 475964    0    0     0     0 1486 2674 26 26 49  0  0
 2  0  67584 436924 622992 476032    0    0     0     0 1538 2352 27 26 48  0  0
 2  0  67584 437120 622992 476036    0    0     0     0 1583 2660 26 26 49  0  0
 2  0  67584 431796 622992 482148    0    0     0     0 1571 2950 26 26 48  0  0
 2  0  67584 425112 622992 489148    0    0     0     0 1521 2611 27 26 47  0  0
 2  0  67584 424764 623000 489144    0    0     0    12 1537 2860 26 26 47  1  0
 2  0  67584 424512 623000 489068    0    0     0     0 1606 3114 27 26 48  0  0
 2  0  67584 424260 623000 489068    0    0     0     0 1280 1882 26 25 49  0  0
 2  0  67584 424228 623000 489056    0    0     0     0 1316 2034 26 25 49  0  0
 6  0  67584 423756 623000 489448    0    0     0     0 1531 3029 26 26 48  0  0
 2  0  67584 423472 623000 489572    0    0    56     0 1521 2495 26 25 48  0  0
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----


cat /proc/pressure/memory 
some avg10=0.00 avg60=0.10 avg300=1.48 total=427081339
full avg10=0.00 avg60=0.10 avg300=1.39 total=389910888

No problem.

The problematic behaviour is also seen when the filesystem cache (rather than the buffer cache) is exercised, e.g. md5sum /some/big/files/*.

The needless paging out is also seen without a "memory hog" running alongside the buffer/fs cache exerciser - it just takes longer to reach the point at which it starts paging out, and reclaims more of the cache between the paging bursts. A graph of memory used has an irregular sawtooth shape.

Deactivating swap altogether avoids the problem. ;) Setting vm.swappiness to 1 or 0 does not.

Purging the cache with "echo 3 > /proc/sys/vm/drop_caches" stops the paging-out activity temporarily, until the buff/cache utilisation creeps up again. vmstat output again:

procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 1  0  67328 401328  21936 1115272    0    0    52     0 2222 3948 27  2 71  0  0
 1  0  67328 401288  21936 1115492    0    0     0     0 1998 3060 26  1 73  0  0
 1  0  67072 401240  21936 1115760    0    0     0     0 2073 3169 26  1 74  0  0
 1  0  67072 401272  21936 1115764    0    0     0     0 1945 2884 26  1 74  0  0
 1  0  67072 400988  21944 1115744    0    0     0    12 1981 2991 26  1 73  1  0
 1  0  67072 400972  21944 1115764    0    0     0     0 1796 2788 26  1 74  0  0
 1  0  67072 401196  21944 1115764    0    0     0     0 1904 3659 26  1 72  0  0
 1  0  67072 410024  21944 1107344    0    0     0     0 1872 2991 26  1 73  0  0
 1  0  67072 410944  21944 1107344    0    0     0     0 1944 2861 26  1 74  0  0
 1  0  67072 411032  21944 1107344    0    0     0     0 1936 2839 26  1 73  0  0
 1  0  67072 411000  21944 1107336    0    0     0     0 2029 3025 26  1 73  0  0
 1  0  67072 410716  21944 1107336    0    0     0     0 1958 2887 26  1 74  0  0
 1  0  67072 410448  21944 1107336    0    0     0     4 1985 2912 26  0 74  0  0
 1  0  67072 409928  21952 1107556   20    0   300    12 2028 3064 26  1 71  2  0
 1  0  67072 409928  21952 1107556    0    0     0     0 1772 2808 26  1 74  0  0
 1  0  67072 409644  21952 1107564    0    0     0     0 2005 3320 26  1 73  0  0
 1  0  67072 409644  21952 1107564    0    0     0     0 1906 3035 26  1 73  0  0
 1  0  67072 415944  21952 1100744    0    0     0     0 2083 3709 27  1 72  0  0
 1  0  67072 415944  21952 1100744    0    0     0     0 1960 3203 26  1 73  0  0
 1  0  67072 415156  21952 1100688    0    0     0     0 1941 3307 26  1 73  0  0
 1  0  67072 415604  21968 1100672    0    0     0   116 1722 2856 26  1 70  3  0
 1  0  67072 415376  21968 1100672    0    0     0     0 1682 2888 26  1 73  0  0
 1  1  67072 401004  35744 1100620    0    0 13780   116 1725 3006 26  1 70  3  0	<- dd begins
 1  2  71936 394432 142240 994452    0 7516 106496  7564 2407 4083 27  4 49 21  0
 1  1  83456 444492 231840 846960    0 19064 89600 19064 2389 4114 26  4 45 25  0
 1  1  83200 470376 334240 715248    0 7496 102400  7496 2338 4018 26  5 48 21  0
 1  1  83456 471480 436028 612844    0 7696 109568  7696 2390 4063 27  4 49 20  0
 1  1  75116 427784 488760 611496    0 6968 111104  6968 2360 4049 26  5 51 19  0
 1  1  75520 381788 534760 612608    0 7548 96256  7560 2296 3922 26  4 47 23  0
 1  1  75564 387984 556520 583716    0 7080 124416  7080 2326 3986 27  5 55 14  0
 1  1  75480 400808 582600 545416    0 7360 112128  7360 2357 3800 26  5 52 17  0
 2  1  75520 1104992  23844 398784    0 7460 115712  7460 2449 3981 27 19 37 18  0	<- drop_caches
 1  2  68608 1087920  49220 398004  100  168 26036   168 1919 3251 26  2 23 49  0
 1  2  68352 1062184  72400 401876    4    0 25324    20 1875 3019 26  2 35 38  0
 2  0  68352 970188 164048 402676    0    0 92364     0 2166 3662 28  3 45 24  0
 1  1  68352 846924 288464 402920    0    0 124416     0 2304 3919 26  4 56 14  0
 1  1  68352 723664 412880 402616    0    0 124416     0 2447 3754 26  4 55 15  0
 1  1  68352 599428 537296 402492    0    0 124416     0 2467 3765 26  4 55 15  0
 1  3  68352 477680 658644 402940    4    0 121376    16 2495 3886 26  3 55 15  0
 1  2  75776 431236 706620 394264    0 15488 94216 15492 2410 4113 27  5 44 24  0
 1  1  75636 383948 754740 394340    0 7972 114176  7972 2382 4015 26  5 49 19  0
 1  1  75520 391220 747020 394252    0 7028 115712  7028 2331 3886 27  4 52 18  0
 1  1  75264 393764 744824 394080    0 7360 95232  7512 2425 4030 26  4 45 24  0
 2  0  70912 389928 747168 397940    0 3028 110080  3028 2427 3861 26  4 51 18  0
 1  1  68352 1075872  62280 400020    0 4512 86144  4524 2325 3696 26  5 44 25  0	<- drop_caches
 1  1  68352 951904 185160 401044    0    0 122880     0 2534 4059 27  5 54 14  0
 1  1  68352 829684 308552 401072    0    0 123392     0 2443 3827 26  5 56 13  0
 1  1  68352 696240 432968 410196    0    0 124416     0 2488 3881 28  4 53 15  0
 1  1  68352 571720 557384 409932    0    0 124416     0 2444 3849 27  4 57 13  0
 1  1  68352 447232 681800 410264    0    0 124416     0 2380 3861 26  4 57 12  0
 2  1  75520 450164 688464 392212    0 7444 97280  7464 2465 3807 26  4 47 23  0
 2  0  68608 417208 721452 398936    0  252 123904   252 2433 4068 27  5 56 13  0
 1  1  68608 391724 743596 400604    0 7040 114176  7040 2480 3835 27  5 51 18  0
 1  1  76032 404348 733084 391932    0 14976 104960 14976 2454 4065 26  5 47 22  0
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----

Any thoughts? Is there some way this behaviour could be by design? I'm happy to try to help troubleshoot further.
--
Chris


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-22  0:40 Paging out when free memory is low but not exhausted (and available memory remains high) Chris Edwards
@ 2020-01-23 12:31 ` Michal Hocko
  2020-01-24  5:43   ` Chris Edwards
  0 siblings, 1 reply; 14+ messages in thread
From: Michal Hocko @ 2020-01-23 12:31 UTC (permalink / raw)
  To: Chris Edwards; +Cc: linux-mm

On Wed 22-01-20 00:40:12, Chris Edwards wrote:
> Hi all,
> 
> I've observed a strange behaviour in recent kernels whereby the system will page out, continuously and seemingly needlessly, when free (cf. available) memory is low but not exhausted. Strangely, swap space utilisation does not increase over time, despite the continuous page-outs with little or no page-in activity.
> 
> I've seen this on 5.3 and 5.4 series kernels on Arch Linux on a Dell Optiplex 9020 (Intel Q87 Express, i5-4670 CPU, 12 GiB RAM, no NUMA). I've also replicated the behaviour on a colleague's machine (same configuration).
> 
> 
> To reproduce:
> 
> 
> 1. Get the system in a low-memory state, but not so low that it has to start paging. A convenient way is to use stress/stress-ng:
> 
> 	stress --vm-bytes $(awk '/MemAvailable/{printf "%d\n", $2 * 0.95;}' < /proc/meminfo)k --vm-keep -m 1
> 
> 	Confirm that the system isn't paging, and that memory pressure reported by /proc/pressure/memory remains low:
> 
> 	cat /proc/pressure/memory 
> 	some avg10=0.00 avg60=0.00 avg300=1.54 total=414331152
> 	full avg10=0.00 avg60=0.00 avg300=1.42 total=377927386
> 
> 
> 2. Perform an additional task that will fill up the filesystem cache and/or I/O buffers, such as dd.
> 
> 	dd if=/dev/sda of=/dev/null bs=1048576
> 
> 
> 3. Observe system behaviour (with `vmstat 1`, `xosview`, etc.) while the free memory decreases. Here's what I witness using vmstat:

Could you collect /proc/vmstat every second or so while you observe this
behavior? This should give us more information that vmstat(8) output.

Thanks!
-- 
Michal Hocko
SUSE Labs


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-23 12:31 ` Michal Hocko
@ 2020-01-24  5:43   ` Chris Edwards
  2020-01-24 10:04     ` Michal Hocko
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Edwards @ 2020-01-24  5:43 UTC (permalink / raw)
  To: Michal Hocko; +Cc: linux-mm

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

> Could you collect /proc/vmstat every second or so while you observe this
behavior? This should give us more information that vmstat(8) output.

Hi Michal,

Thanks for the suggestion - I've re-run the test on a 5.5.0-rc6 kernel built from source using the default config, which exhibits the same behaviour. Please see attachment; I hope the format is OK.

Here's the timeline of events:
18:25:00	start
18:25:10	run `stress` to limit available memory (grabs 0.9 x MemAvailable)
18:25:20	run `dd` to exercise the buffer cache
18:26:00	echo 3 > /proc/sys/vm/drop_caches
18:26:30	echo 3 > /proc/sys/vm/drop_caches

The paging stops after each drop_caches, but starts again once the buffer cache utilisation rises.

Best regards,
Chris

[-- Attachment #2: vmstat-log.txt --]
[-- Type: text/plain, Size: 277555 bytes --]

time 18:25:00 nr_free_pages 2936102 nr_zone_inactive_anon 57556 nr_zone_active_anon 5670 nr_zone_inactive_file 1055 nr_zone_active_file 21200 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1076 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 8763476 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8763476 numa_other 0 nr_inactive_anon 57556 nr_active_anon 5670 nr_inactive_file 1055 nr_active_file 21200 nr_unevictable 6102 nr_slab_reclaimable 4689 nr_slab_unreclaimable 4836 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57914 nr_mapped 18833 nr_file_pages 33747 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11423 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141832 nr_dirty_background_threshold 56315 pgpgin 23487201 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3532822 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11758517 pgactivate 253907 pgdeactivate 264773 pglazyfree 0 pgfault 2945624 pgmajfault 1699 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:01 nr_free_pages 2936039 nr_zone_inactive_anon 57556 nr_zone_active_anon 5629 nr_zone_inactive_file 1035 nr_zone_active_file 21272 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1052 nr_kernel_stack 2800 nr_bounce 0 nr_free_cma 0 numa_hit 8764717 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8764717 numa_other 0 nr_inactive_anon 57556 nr_active_anon 5629 nr_inactive_file 1035 nr_active_file 21272 nr_unevictable 6102 nr_slab_reclaimable 4703 nr_slab_unreclaimable 4832 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57858 nr_mapped 18792 nr_file_pages 33745 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11424 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141831 nr_dirty_background_threshold 56315 pgpgin 23487285 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3533301 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11758982 pgactivate 253953 pgdeactivate 264773 pglazyfree 0 pgfault 2946287 pgmajfault 1700 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:02 nr_free_pages 2935909 nr_zone_inactive_anon 57556 nr_zone_active_anon 5632 nr_zone_inactive_file 987 nr_zone_active_file 21320 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1053 nr_kernel_stack 2852 nr_bounce 0 nr_free_cma 0 numa_hit 8765160 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8765160 numa_other 0 nr_inactive_anon 57556 nr_active_anon 5632 nr_inactive_file 987 nr_active_file 21320 nr_unevictable 6102 nr_slab_reclaimable 4703 nr_slab_unreclaimable 4832 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57862 nr_mapped 18796 nr_file_pages 33746 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11425 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141825 nr_dirty_background_threshold 56312 pgpgin 23487285 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3533756 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11759429 pgactivate 253985 pgdeactivate 264773 pglazyfree 0 pgfault 2946950 pgmajfault 1700 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:03 nr_free_pages 2935917 nr_zone_inactive_anon 57556 nr_zone_active_anon 5633 nr_zone_inactive_file 978 nr_zone_active_file 21329 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1052 nr_kernel_stack 2852 nr_bounce 0 nr_free_cma 0 numa_hit 8765609 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8765609 numa_other 0 nr_inactive_anon 57556 nr_active_anon 5633 nr_inactive_file 978 nr_active_file 21329 nr_unevictable 6102 nr_slab_reclaimable 4703 nr_slab_unreclaimable 4842 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57867 nr_mapped 18798 nr_file_pages 33746 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11425 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141825 nr_dirty_background_threshold 56313 pgpgin 23487285 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3534221 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11759880 pgactivate 253989 pgdeactivate 264773 pglazyfree 0 pgfault 2947609 pgmajfault 1700 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:04 nr_free_pages 2935785 nr_zone_inactive_anon 57555 nr_zone_active_anon 5640 nr_zone_inactive_file 975 nr_zone_active_file 21332 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1052 nr_kernel_stack 2852 nr_bounce 0 nr_free_cma 0 numa_hit 8766054 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8766054 numa_other 0 nr_inactive_anon 57555 nr_active_anon 5640 nr_inactive_file 975 nr_active_file 21332 nr_unevictable 6102 nr_slab_reclaimable 4703 nr_slab_unreclaimable 4844 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57872 nr_mapped 18799 nr_file_pages 33747 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11426 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141819 nr_dirty_background_threshold 56310 pgpgin 23487285 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3534680 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11760328 pgactivate 253989 pgdeactivate 264773 pglazyfree 0 pgfault 2948268 pgmajfault 1700 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:05 nr_free_pages 2935840 nr_zone_inactive_anon 57555 nr_zone_active_anon 5645 nr_zone_inactive_file 975 nr_zone_active_file 21332 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1053 nr_kernel_stack 2800 nr_bounce 0 nr_free_cma 0 numa_hit 8766506 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8766506 numa_other 0 nr_inactive_anon 57555 nr_active_anon 5645 nr_inactive_file 975 nr_active_file 21332 nr_unevictable 6102 nr_slab_reclaimable 4703 nr_slab_unreclaimable 4848 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57877 nr_mapped 18799 nr_file_pages 33747 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11426 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141821 nr_dirty_background_threshold 56311 pgpgin 23487285 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3535134 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11760783 pgactivate 253989 pgdeactivate 264773 pglazyfree 0 pgfault 2948928 pgmajfault 1700 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:06 nr_free_pages 2935854 nr_zone_inactive_anon 57555 nr_zone_active_anon 5645 nr_zone_inactive_file 975 nr_zone_active_file 21332 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1053 nr_kernel_stack 2852 nr_bounce 0 nr_free_cma 0 numa_hit 8766949 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8766949 numa_other 0 nr_inactive_anon 57555 nr_active_anon 5645 nr_inactive_file 975 nr_active_file 21332 nr_unevictable 6102 nr_slab_reclaimable 4703 nr_slab_unreclaimable 4851 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57883 nr_mapped 18799 nr_file_pages 33748 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11427 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141822 nr_dirty_background_threshold 56311 pgpgin 23487285 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3535590 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11761221 pgactivate 253989 pgdeactivate 264773 pglazyfree 0 pgfault 2949585 pgmajfault 1700 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:07 nr_free_pages 2935854 nr_zone_inactive_anon 57556 nr_zone_active_anon 5662 nr_zone_inactive_file 975 nr_zone_active_file 21332 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1052 nr_kernel_stack 2852 nr_bounce 0 nr_free_cma 0 numa_hit 8767391 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8767391 numa_other 0 nr_inactive_anon 57556 nr_active_anon 5662 nr_inactive_file 975 nr_active_file 21332 nr_unevictable 6102 nr_slab_reclaimable 4703 nr_slab_unreclaimable 4852 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57887 nr_mapped 18799 nr_file_pages 33749 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11428 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141822 nr_dirty_background_threshold 56311 pgpgin 23487285 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3536035 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11761666 pgactivate 253990 pgdeactivate 264773 pglazyfree 0 pgfault 2950240 pgmajfault 1700 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:08 nr_free_pages 2935783 nr_zone_inactive_anon 57556 nr_zone_active_anon 5662 nr_zone_inactive_file 974 nr_zone_active_file 21333 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1053 nr_kernel_stack 2852 nr_bounce 0 nr_free_cma 0 numa_hit 8767833 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8767833 numa_other 0 nr_inactive_anon 57556 nr_active_anon 5662 nr_inactive_file 974 nr_active_file 21333 nr_unevictable 6102 nr_slab_reclaimable 4703 nr_slab_unreclaimable 4854 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57892 nr_mapped 18799 nr_file_pages 33749 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11428 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141819 nr_dirty_background_threshold 56310 pgpgin 23487285 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3536496 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11762119 pgactivate 253991 pgdeactivate 264773 pglazyfree 0 pgfault 2950890 pgmajfault 1700 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:09 nr_free_pages 2935775 nr_zone_inactive_anon 57555 nr_zone_active_anon 5667 nr_zone_inactive_file 974 nr_zone_active_file 21333 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1052 nr_kernel_stack 2852 nr_bounce 0 nr_free_cma 0 numa_hit 8768275 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8768275 numa_other 0 nr_inactive_anon 57555 nr_active_anon 5667 nr_inactive_file 974 nr_active_file 21333 nr_unevictable 6102 nr_slab_reclaimable 4703 nr_slab_unreclaimable 4848 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57896 nr_mapped 18799 nr_file_pages 33750 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11429 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141818 nr_dirty_background_threshold 56310 pgpgin 23487285 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3536951 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11762567 pgactivate 253991 pgdeactivate 264773 pglazyfree 0 pgfault 2951551 pgmajfault 1700 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:10 nr_free_pages 2934822 nr_zone_inactive_anon 57550 nr_zone_active_anon 5733 nr_zone_inactive_file 1428 nr_zone_active_file 21857 nr_zone_unevictable 6102 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 1052 nr_kernel_stack 2852 nr_bounce 0 nr_free_cma 0 numa_hit 8769985 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 8769985 numa_other 0 nr_inactive_anon 57550 nr_active_anon 5733 nr_inactive_file 1428 nr_active_file 21857 nr_unevictable 6102 nr_slab_reclaimable 4716 nr_slab_unreclaimable 4842 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 57898 nr_mapped 18821 nr_file_pages 34739 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11429 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 141819 nr_dirty_background_threshold 56310 pgpgin 23491249 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 3538794 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11763355 pgactivate 254047 pgdeactivate 264773 pglazyfree 0 pgfault 2952768 pgmajfault 1720 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 722075 unevictable_pgs_rescued 39004 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:11 nr_free_pages 1431380 nr_zone_inactive_anon 57537 nr_zone_active_anon 1507962 nr_zone_inactive_file 1419 nr_zone_active_file 21879 nr_zone_unevictable 4227 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 4000 nr_kernel_stack 2884 nr_bounce 0 nr_free_cma 0 numa_hit 10255706 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 10255706 numa_other 0 nr_inactive_anon 57537 nr_active_anon 1507962 nr_inactive_file 1419 nr_active_file 21879 nr_unevictable 4227 nr_slab_reclaimable 4716 nr_slab_unreclaimable 4845 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 1560168 nr_mapped 18812 nr_file_pages 32867 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9555 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 66942 nr_dirty_background_threshold 26579 pgpgin 23491249 pgpgout 1603336 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5263108 pgalloc_normal 5044437 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11765671 pgactivate 254047 pgdeactivate 264773 pglazyfree 0 pgfault 4455663 pgmajfault 1720 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:12 nr_free_pages 377429 nr_zone_inactive_anon 57537 nr_zone_active_anon 2560173 nr_zone_inactive_file 1417 nr_zone_active_file 21881 nr_zone_unevictable 4227 nr_zone_write_pending 16 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2832 nr_bounce 0 nr_free_cma 0 numa_hit 11312945 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11312945 numa_other 0 nr_inactive_anon 57537 nr_active_anon 2560137 nr_inactive_file 1417 nr_active_file 21881 nr_unevictable 4227 nr_slab_reclaimable 4716 nr_slab_unreclaimable 4852 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612302 nr_mapped 18812 nr_file_pages 32867 nr_dirty 16 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9555 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14450 nr_dirty_background_threshold 5737 pgpgin 23491249 pgpgout 1603392 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5819622 pgalloc_normal 5542604 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11766122 pgactivate 254049 pgdeactivate 264773 pglazyfree 0 pgfault 5508484 pgmajfault 1720 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:13 nr_free_pages 377508 nr_zone_inactive_anon 57537 nr_zone_active_anon 2560180 nr_zone_inactive_file 1417 nr_zone_active_file 21881 nr_zone_unevictable 4227 nr_zone_write_pending 2 nr_mlock 0 nr_page_table_pages 6056 nr_kernel_stack 2872 nr_bounce 0 nr_free_cma 0 numa_hit 11330854 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11330854 numa_other 0 nr_inactive_anon 57537 nr_active_anon 2560143 nr_inactive_file 1417 nr_active_file 21881 nr_unevictable 4227 nr_slab_reclaimable 4716 nr_slab_unreclaimable 4852 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612351 nr_mapped 18861 nr_file_pages 32868 nr_dirty 2 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9556 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397856 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14454 nr_dirty_background_threshold 5739 pgpgin 23491249 pgpgout 1603392 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5820075 pgalloc_normal 5542604 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11766568 pgactivate 254049 pgdeactivate 264773 pglazyfree 0 pgfault 5509145 pgmajfault 1720 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:14 nr_free_pages 377530 nr_zone_inactive_anon 57538 nr_zone_active_anon 2560188 nr_zone_inactive_file 1417 nr_zone_active_file 21881 nr_zone_unevictable 4227 nr_zone_write_pending 2 nr_mlock 0 nr_page_table_pages 6056 nr_kernel_stack 2872 nr_bounce 0 nr_free_cma 0 numa_hit 11331298 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11331298 numa_other 0 nr_inactive_anon 57538 nr_active_anon 2560151 nr_inactive_file 1417 nr_active_file 21881 nr_unevictable 4227 nr_slab_reclaimable 4716 nr_slab_unreclaimable 4849 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612405 nr_mapped 18817 nr_file_pages 32869 nr_dirty 2 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9557 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397856 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14455 nr_dirty_background_threshold 5739 pgpgin 23491249 pgpgout 1603392 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5820534 pgalloc_normal 5542604 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11767013 pgactivate 254049 pgdeactivate 264773 pglazyfree 0 pgfault 5509808 pgmajfault 1720 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 51795 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:15 nr_free_pages 373941 nr_zone_inactive_anon 57691 nr_zone_active_anon 2560198 nr_zone_inactive_file 1594 nr_zone_active_file 23324 nr_zone_unevictable 5900 nr_zone_write_pending 2 nr_mlock 0 nr_page_table_pages 6056 nr_kernel_stack 2872 nr_bounce 0 nr_free_cma 0 numa_hit 11335268 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11335268 numa_other 0 nr_inactive_anon 57691 nr_active_anon 2560161 nr_inactive_file 1594 nr_active_file 23324 nr_unevictable 5900 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4851 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612362 nr_mapped 19138 nr_file_pages 36321 nr_dirty 2 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11389 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397856 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14357 nr_dirty_background_threshold 5700 pgpgin 23497729 pgpgout 1603392 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5824526 pgalloc_normal 5542604 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11767513 pgactivate 254142 pgdeactivate 264773 pglazyfree 0 pgfault 5510910 pgmajfault 1728 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 53473 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:16 nr_free_pages 373683 nr_zone_inactive_anon 57691 nr_zone_active_anon 2560203 nr_zone_inactive_file 1587 nr_zone_active_file 23331 nr_zone_unevictable 6085 nr_zone_write_pending 2 nr_mlock 0 nr_page_table_pages 6055 nr_kernel_stack 2872 nr_bounce 0 nr_free_cma 0 numa_hit 11335897 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11335897 numa_other 0 nr_inactive_anon 57691 nr_active_anon 2560166 nr_inactive_file 1587 nr_active_file 23331 nr_unevictable 6085 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4848 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612367 nr_mapped 19202 nr_file_pages 36504 nr_dirty 2 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11570 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397856 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14344 nr_dirty_background_threshold 5695 pgpgin 23497737 pgpgout 1603392 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5825178 pgalloc_normal 5542604 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11767975 pgactivate 254147 pgdeactivate 264773 pglazyfree 0 pgfault 5511664 pgmajfault 1729 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 53653 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:17 nr_free_pages 373657 nr_zone_inactive_anon 57691 nr_zone_active_anon 2560207 nr_zone_inactive_file 1589 nr_zone_active_file 23331 nr_zone_unevictable 6085 nr_zone_write_pending 2 nr_mlock 0 nr_page_table_pages 6056 nr_kernel_stack 2872 nr_bounce 0 nr_free_cma 0 numa_hit 11336347 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11336347 numa_other 0 nr_inactive_anon 57691 nr_active_anon 2560170 nr_inactive_file 1589 nr_active_file 23331 nr_unevictable 6085 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4849 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612372 nr_mapped 19211 nr_file_pages 36504 nr_dirty 2 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11570 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397856 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14343 nr_dirty_background_threshold 5695 pgpgin 23497869 pgpgout 1603392 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5825666 pgalloc_normal 5542604 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11768427 pgactivate 254147 pgdeactivate 264773 pglazyfree 0 pgfault 5512326 pgmajfault 1731 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 53653 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:18 nr_free_pages 373490 nr_zone_inactive_anon 57691 nr_zone_active_anon 2560223 nr_zone_inactive_file 1622 nr_zone_active_file 23331 nr_zone_unevictable 6183 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6055 nr_kernel_stack 2832 nr_bounce 0 nr_free_cma 0 numa_hit 11336942 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11336942 numa_other 0 nr_inactive_anon 57691 nr_active_anon 2560235 nr_inactive_file 1622 nr_active_file 23331 nr_unevictable 6183 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4847 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612429 nr_mapped 19196 nr_file_pages 36651 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11683 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14336 nr_dirty_background_threshold 5692 pgpgin 23497869 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5826235 pgalloc_normal 5542604 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11768873 pgactivate 254147 pgdeactivate 264773 pglazyfree 0 pgfault 5513017 pgmajfault 1731 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 53763 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:19 nr_free_pages 373490 nr_zone_inactive_anon 57693 nr_zone_active_anon 2560222 nr_zone_inactive_file 1622 nr_zone_active_file 23332 nr_zone_unevictable 6195 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6055 nr_kernel_stack 2872 nr_bounce 0 nr_free_cma 0 numa_hit 11337373 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11337373 numa_other 0 nr_inactive_anon 57693 nr_active_anon 2560185 nr_inactive_file 1622 nr_active_file 23332 nr_unevictable 6195 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4847 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612386 nr_mapped 19245 nr_file_pages 36651 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11683 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14336 nr_dirty_background_threshold 5692 pgpgin 23497869 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5826696 pgalloc_normal 5542604 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11769315 pgactivate 254147 pgdeactivate 264773 pglazyfree 0 pgfault 5513676 pgmajfault 1731 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 53763 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:20 nr_free_pages 367818 nr_zone_inactive_anon 57693 nr_zone_active_anon 2560556 nr_zone_inactive_file 7135 nr_zone_active_file 23332 nr_zone_unevictable 6195 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6055 nr_kernel_stack 2872 nr_bounce 0 nr_free_cma 0 numa_hit 11337831 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11337831 numa_other 0 nr_inactive_anon 57693 nr_active_anon 2560480 nr_inactive_file 7110 nr_active_file 23332 nr_unevictable 6195 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4860 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612636 nr_mapped 19294 nr_file_pages 42200 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11684 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14327 nr_dirty_background_threshold 5688 pgpgin 23519965 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5833014 pgalloc_normal 5542604 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11769807 pgactivate 254148 pgdeactivate 264773 pglazyfree 0 pgfault 5514706 pgmajfault 1732 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 53763 unevictable_pgs_scanned 723950 unevictable_pgs_rescued 40879 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:21 nr_free_pages 337068 nr_zone_inactive_anon 57605 nr_zone_active_anon 2560523 nr_zone_inactive_file 38099 nr_zone_active_file 23334 nr_zone_unevictable 6167 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11363353 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11363353 numa_other 0 nr_inactive_anon 57605 nr_active_anon 2560535 nr_inactive_file 38093 nr_active_file 23334 nr_unevictable 6167 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4851 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612726 nr_mapped 19163 nr_file_pages 73016 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11571 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14339 nr_dirty_background_threshold 5693 pgpgin 23643869 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5864345 pgalloc_normal 5542714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11770387 pgactivate 254148 pgdeactivate 264773 pglazyfree 0 pgfault 5515369 pgmajfault 1732 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 53777 unevictable_pgs_scanned 724078 unevictable_pgs_rescued 40918 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:22 nr_free_pages 305948 nr_zone_inactive_anon 57632 nr_zone_active_anon 2560531 nr_zone_inactive_file 69088 nr_zone_active_file 23334 nr_zone_unevictable 6206 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 11406603 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11406603 numa_other 0 nr_inactive_anon 57632 nr_active_anon 2560494 nr_inactive_file 69088 nr_active_file 23334 nr_unevictable 6206 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4848 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612683 nr_mapped 19199 nr_file_pages 104079 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11635 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14332 nr_dirty_background_threshold 5691 pgpgin 23767773 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5895837 pgalloc_normal 5542714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11770835 pgactivate 254149 pgdeactivate 264773 pglazyfree 0 pgfault 5516097 pgmajfault 1732 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 53813 unevictable_pgs_scanned 724078 unevictable_pgs_rescued 40918 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:23 nr_free_pages 274824 nr_zone_inactive_anon 57633 nr_zone_active_anon 2560527 nr_zone_inactive_file 100192 nr_zone_active_file 23334 nr_zone_unevictable 6206 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 11430983 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11430983 numa_other 0 nr_inactive_anon 57633 nr_active_anon 2560490 nr_inactive_file 100168 nr_active_file 23334 nr_unevictable 6206 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4854 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612688 nr_mapped 19199 nr_file_pages 135170 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11636 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14330 nr_dirty_background_threshold 5690 pgpgin 23892189 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5927395 pgalloc_normal 5542714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11771270 pgactivate 254149 pgdeactivate 264773 pglazyfree 0 pgfault 5516758 pgmajfault 1732 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 53813 unevictable_pgs_scanned 724078 unevictable_pgs_rescued 40918 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:24 nr_free_pages 243387 nr_zone_inactive_anon 57632 nr_zone_active_anon 2560542 nr_zone_inactive_file 131420 nr_zone_active_file 23334 nr_zone_unevictable 6395 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11470020 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11470020 numa_other 0 nr_inactive_anon 57632 nr_active_anon 2560554 nr_inactive_file 131420 nr_active_file 23334 nr_unevictable 6395 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4854 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612742 nr_mapped 19200 nr_file_pages 166614 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11834 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14321 nr_dirty_background_threshold 5686 pgpgin 24017117 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5959273 pgalloc_normal 5542714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11771725 pgactivate 254150 pgdeactivate 264773 pglazyfree 0 pgfault 5517424 pgmajfault 1732 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54011 unevictable_pgs_scanned 724078 unevictable_pgs_rescued 40918 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:25 nr_free_pages 212072 nr_zone_inactive_anon 57632 nr_zone_active_anon 2560538 nr_zone_inactive_file 162658 nr_zone_active_file 23334 nr_zone_unevictable 6404 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 11485308 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11485308 numa_other 0 nr_inactive_anon 57632 nr_active_anon 2560501 nr_inactive_file 162633 nr_active_file 23334 nr_unevictable 6404 nr_slab_reclaimable 4754 nr_slab_unreclaimable 4852 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612698 nr_mapped 19200 nr_file_pages 197815 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11835 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14316 nr_dirty_background_threshold 5684 pgpgin 24142045 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 5990971 pgalloc_normal 5542714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11772166 pgactivate 254150 pgdeactivate 264773 pglazyfree 0 pgfault 5518087 pgmajfault 1732 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54011 unevictable_pgs_scanned 724078 unevictable_pgs_rescued 40918 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:26 nr_free_pages 180880 nr_zone_inactive_anon 57633 nr_zone_active_anon 2560545 nr_zone_inactive_file 193733 nr_zone_active_file 23334 nr_zone_unevictable 6404 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 11530325 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11530325 numa_other 0 nr_inactive_anon 57633 nr_active_anon 2560508 nr_inactive_file 193750 nr_active_file 23334 nr_unevictable 6404 nr_slab_reclaimable 4822 nr_slab_unreclaimable 4865 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612751 nr_mapped 19200 nr_file_pages 228928 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11836 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14312 nr_dirty_background_threshold 5683 pgpgin 24266461 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 6022600 pgalloc_normal 5542714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11772604 pgactivate 254150 pgdeactivate 264773 pglazyfree 0 pgfault 5518739 pgmajfault 1732 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54011 unevictable_pgs_scanned 724078 unevictable_pgs_rescued 40918 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:27 nr_free_pages 149745 nr_zone_inactive_anon 57632 nr_zone_active_anon 2560552 nr_zone_inactive_file 224715 nr_zone_active_file 23334 nr_zone_unevictable 6404 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 11557281 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11557281 numa_other 0 nr_inactive_anon 57632 nr_active_anon 2560515 nr_inactive_file 224714 nr_active_file 23334 nr_unevictable 6404 nr_slab_reclaimable 4886 nr_slab_unreclaimable 4862 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612708 nr_mapped 19200 nr_file_pages 259950 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11836 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14304 nr_dirty_background_threshold 5679 pgpgin 24390365 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 6054105 pgalloc_normal 5542714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11773061 pgactivate 254151 pgdeactivate 264773 pglazyfree 0 pgfault 5519397 pgmajfault 1732 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54011 unevictable_pgs_scanned 724078 unevictable_pgs_rescued 40918 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:28 nr_free_pages 118413 nr_zone_inactive_anon 57633 nr_zone_active_anon 2560559 nr_zone_inactive_file 255948 nr_zone_active_file 23334 nr_zone_unevictable 6404 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 11594100 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11594100 numa_other 0 nr_inactive_anon 57633 nr_active_anon 2560522 nr_inactive_file 255957 nr_active_file 23334 nr_unevictable 6404 nr_slab_reclaimable 4970 nr_slab_unreclaimable 4863 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5 workingset_refault 6675 workingset_activate 131 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612713 nr_mapped 19200 nr_file_pages 291120 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11837 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 397858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14299 nr_dirty_background_threshold 5677 pgpgin 24515293 pgpgout 1603404 pswpin 8 pswpout 390136 pgalloc_dma 2 pgalloc_dma32 6085885 pgalloc_normal 5542714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11773513 pgactivate 254151 pgdeactivate 264773 pglazyfree 0 pgfault 5520057 pgmajfault 1732 pglazyfreed 0 pgrefill 265955 pgsteal_kswapd 4538448 pgsteal_direct 0 pgscan_kswapd 4560013 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1530798 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1014 pgrotated 390335 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54011 unevictable_pgs_scanned 724078 unevictable_pgs_rescued 40918 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 278
time 18:25:29 nr_free_pages 100516 nr_zone_inactive_anon 57758 nr_zone_active_anon 2560155 nr_zone_inactive_file 276432 nr_zone_active_file 23435 nr_zone_unevictable 4143 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6075 nr_kernel_stack 2880 nr_bounce 0 nr_free_cma 0 numa_hit 11626085 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11626085 numa_other 0 nr_inactive_anon 57828 nr_active_anon 2560148 nr_inactive_file 276400 nr_active_file 23439 nr_unevictable 4010 nr_slab_reclaimable 5038 nr_slab_unreclaimable 4841 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 103 workingset_refault 6682 workingset_activate 138 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612777 nr_mapped 18004 nr_file_pages 309078 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9203 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 399858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14933 nr_dirty_background_threshold 5929 pgpgin 24631177 pgpgout 1611404 pswpin 8 pswpout 392136 pgalloc_dma 2 pgalloc_dma32 6113506 pgalloc_normal 5544662 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11785136 pgactivate 254334 pgdeactivate 265221 pglazyfree 0 pgfault 5520722 pgmajfault 1738 pglazyfreed 0 pgrefill 266403 pgsteal_kswapd 4546874 pgsteal_direct 0 pgscan_kswapd 4568704 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1537128 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 876 pageoutrun 1015 pgrotated 392334 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54018 unevictable_pgs_scanned 729434 unevictable_pgs_rescued 43361 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 279
time 18:25:30 nr_free_pages 98751 nr_zone_inactive_anon 58841 nr_zone_active_anon 2559129 nr_zone_inactive_file 278767 nr_zone_active_file 22743 nr_zone_unevictable 3974 nr_zone_write_pending 245 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11633726 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11633726 numa_other 0 nr_inactive_anon 58932 nr_active_anon 2559087 nr_inactive_file 278865 nr_active_file 22743 nr_unevictable 3974 nr_slab_reclaimable 4928 nr_slab_unreclaimable 4905 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 478 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612773 nr_mapped 18025 nr_file_pages 310858 nr_dirty 0 nr_writeback 141 nr_writeback_temp 0 nr_shmem 7798 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 403101 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15021 nr_dirty_background_threshold 5964 pgpgin 24724369 pgpgout 1624912 pswpin 8 pswpout 395513 pgalloc_dma 2 pgalloc_dma32 6137132 pgalloc_normal 5544992 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11807306 pgactivate 256505 pgdeactivate 267894 pglazyfree 0 pgfault 5521379 pgmajfault 1739 pglazyfreed 0 pgrefill 269112 pgsteal_kswapd 4568385 pgsteal_direct 0 pgscan_kswapd 4590223 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1544521 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 880 pageoutrun 1020 pgrotated 395574 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54062 unevictable_pgs_scanned 733787 unevictable_pgs_rescued 43399 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 281
time 18:25:31 nr_free_pages 95914 nr_zone_inactive_anon 61336 nr_zone_active_anon 2556513 nr_zone_inactive_file 281600 nr_zone_active_file 22743 nr_zone_unevictable 3951 nr_zone_write_pending 129 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11659530 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11659530 numa_other 0 nr_inactive_anon 61336 nr_active_anon 2556513 nr_inactive_file 281719 nr_active_file 22743 nr_unevictable 3951 nr_slab_reclaimable 5072 nr_slab_unreclaimable 4855 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 855 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612729 nr_mapped 17882 nr_file_pages 313533 nr_dirty 0 nr_writeback 129 nr_writeback_temp 0 nr_shmem 8037 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 406743 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15163 nr_dirty_background_threshold 6020 pgpgin 24832913 pgpgout 1639388 pswpin 8 pswpout 399132 pgalloc_dma 2 pgalloc_dma32 6164767 pgalloc_normal 5545177 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11832310 pgactivate 258670 pgdeactivate 269686 pglazyfree 0 pgfault 5522048 pgmajfault 1739 pglazyfreed 0 pgrefill 270904 pgsteal_kswapd 4592666 pgsteal_direct 0 pgscan_kswapd 4614504 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1553451 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 884 pageoutrun 1025 pgrotated 399197 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54090 unevictable_pgs_scanned 738166 unevictable_pgs_rescued 43450 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 283
time 18:25:32 nr_free_pages 97059 nr_zone_inactive_anon 62091 nr_zone_active_anon 2555686 nr_zone_inactive_file 280711 nr_zone_active_file 22743 nr_zone_unevictable 3979 nr_zone_write_pending 188 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11696427 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11696427 numa_other 0 nr_inactive_anon 62224 nr_active_anon 2555721 nr_inactive_file 280683 nr_active_file 22743 nr_unevictable 3979 nr_slab_reclaimable 5148 nr_slab_unreclaimable 4865 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 1278 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612733 nr_mapped 17884 nr_file_pages 312490 nr_dirty 0 nr_writeback 98 nr_writeback_temp 0 nr_shmem 8092 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 410699 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15112 nr_dirty_background_threshold 6000 pgpgin 24938897 pgpgout 1655264 pswpin 8 pswpout 403101 pgalloc_dma 2 pgalloc_dma32 6191900 pgalloc_normal 5545185 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11860432 pgactivate 260709 pgdeactivate 271734 pglazyfree 0 pgfault 5522708 pgmajfault 1739 pglazyfreed 0 pgrefill 272952 pgsteal_kswapd 4620242 pgsteal_direct 0 pgscan_kswapd 4642080 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1562008 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 888 pageoutrun 1030 pgrotated 403164 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54118 unevictable_pgs_scanned 742566 unevictable_pgs_rescued 43478 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 285
time 18:25:33 nr_free_pages 101303 nr_zone_inactive_anon 64744 nr_zone_active_anon 2553142 nr_zone_inactive_file 276519 nr_zone_active_file 22743 nr_zone_unevictable 3951 nr_zone_write_pending 170 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11725685 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11725685 numa_other 0 nr_inactive_anon 64807 nr_active_anon 2553078 nr_inactive_file 276405 nr_active_file 22743 nr_unevictable 3951 nr_slab_reclaimable 5196 nr_slab_unreclaimable 4839 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 1693 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612738 nr_mapped 17886 nr_file_pages 308272 nr_dirty 0 nr_writeback 120 nr_writeback_temp 0 nr_shmem 8009 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 414804 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14899 nr_dirty_background_threshold 5915 pgpgin 25035153 pgpgout 1671704 pswpin 8 pswpout 407211 pgalloc_dma 2 pgalloc_dma32 6216557 pgalloc_normal 5545263 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11889411 pgactivate 262735 pgdeactivate 273206 pglazyfree 0 pgfault 5523368 pgmajfault 1739 pglazyfreed 0 pgrefill 274424 pgsteal_kswapd 4648572 pgsteal_direct 0 pgscan_kswapd 4670410 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1571459 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 891 pageoutrun 1034 pgrotated 407271 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54132 unevictable_pgs_scanned 746902 unevictable_pgs_rescued 43492 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 288
time 18:25:34 nr_free_pages 101588 nr_zone_inactive_anon 65283 nr_zone_active_anon 2552622 nr_zone_inactive_file 276069 nr_zone_active_file 22743 nr_zone_unevictable 3951 nr_zone_write_pending 118 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11740182 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11740182 numa_other 0 nr_inactive_anon 65311 nr_active_anon 2552642 nr_inactive_file 276092 nr_active_file 22743 nr_unevictable 3951 nr_slab_reclaimable 5240 nr_slab_unreclaimable 4882 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 2097 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612743 nr_mapped 17886 nr_file_pages 307987 nr_dirty 0 nr_writeback 136 nr_writeback_temp 0 nr_shmem 8411 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 418402 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14883 nr_dirty_background_threshold 5909 pgpgin 25137553 pgpgout 1686108 pswpin 8 pswpout 410812 pgalloc_dma 2 pgalloc_dma32 6242821 pgalloc_normal 5545302 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11915967 pgactivate 264737 pgdeactivate 275126 pglazyfree 0 pgfault 5524020 pgmajfault 1739 pglazyfreed 0 pgrefill 276344 pgsteal_kswapd 4674499 pgsteal_direct 0 pgscan_kswapd 4696337 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1580613 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 895 pageoutrun 1039 pgrotated 410870 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54132 unevictable_pgs_scanned 751285 unevictable_pgs_rescued 43492 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 290
time 18:25:35 nr_free_pages 97801 nr_zone_inactive_anon 68537 nr_zone_active_anon 2549380 nr_zone_inactive_file 279874 nr_zone_active_file 22743 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11780038 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11780038 numa_other 0 nr_inactive_anon 68537 nr_active_anon 2549380 nr_inactive_file 279944 nr_active_file 22743 nr_unevictable 3951 nr_slab_reclaimable 5308 nr_slab_unreclaimable 4854 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 2456 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612748 nr_mapped 17837 nr_file_pages 311854 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9069 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 421842 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15075 nr_dirty_background_threshold 5985 pgpgin 25235345 pgpgout 1699340 pswpin 8 pswpout 414120 pgalloc_dma 2 pgalloc_dma32 6266907 pgalloc_normal 5546232 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11936970 pgactivate 266732 pgdeactivate 276918 pglazyfree 0 pgfault 5524683 pgmajfault 1739 pglazyfreed 0 pgrefill 278136 pgsteal_kswapd 4695000 pgsteal_direct 0 pgscan_kswapd 4716838 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1588946 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 900 pageoutrun 1044 pgrotated 414303 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54132 unevictable_pgs_scanned 753378 unevictable_pgs_rescued 43492 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 294
time 18:25:36 nr_free_pages 99415 nr_zone_inactive_anon 70712 nr_zone_active_anon 2547227 nr_zone_inactive_file 278332 nr_zone_active_file 22743 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11804069 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11804069 numa_other 0 nr_inactive_anon 70712 nr_active_anon 2547227 nr_inactive_file 278332 nr_active_file 22743 nr_unevictable 3951 nr_slab_reclaimable 5328 nr_slab_unreclaimable 4857 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 2844 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612754 nr_mapped 17888 nr_file_pages 310215 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9122 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 425841 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14994 nr_dirty_background_threshold 5953 pgpgin 25328017 pgpgout 1715336 pswpin 8 pswpout 418119 pgalloc_dma 2 pgalloc_dma32 6290792 pgalloc_normal 5546232 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11962502 pgactivate 266759 pgdeactivate 279094 pglazyfree 0 pgfault 5525351 pgmajfault 1739 pglazyfreed 0 pgrefill 280312 pgsteal_kswapd 4719860 pgsteal_direct 0 pgscan_kswapd 4741698 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1600508 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 906 pageoutrun 1050 pgrotated 418298 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54143 unevictable_pgs_scanned 757677 unevictable_pgs_rescued 43503 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 298
time 18:25:37 nr_free_pages 99842 nr_zone_inactive_anon 72397 nr_zone_active_anon 2545476 nr_zone_inactive_file 277578 nr_zone_active_file 22743 nr_zone_unevictable 3951 nr_zone_write_pending 17 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11823139 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11823139 numa_other 0 nr_inactive_anon 72453 nr_active_anon 2545516 nr_inactive_file 277739 nr_active_file 22743 nr_unevictable 3951 nr_slab_reclaimable 5460 nr_slab_unreclaimable 4867 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 3241 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612808 nr_mapped 17888 nr_file_pages 309646 nr_dirty 0 nr_writeback 34 nr_writeback_temp 0 nr_shmem 9087 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 429808 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14965 nr_dirty_background_threshold 5942 pgpgin 25430929 pgpgout 1731324 pswpin 8 pswpout 422116 pgalloc_dma 2 pgalloc_dma32 6317103 pgalloc_normal 5546309 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 11989341 pgactivate 270765 pgdeactivate 280886 pglazyfree 0 pgfault 5526012 pgmajfault 1739 pglazyfreed 0 pgrefill 282104 pgsteal_kswapd 4746153 pgsteal_direct 0 pgscan_kswapd 4767991 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1609569 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 910 pageoutrun 1055 pgrotated 422293 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54143 unevictable_pgs_scanned 762100 unevictable_pgs_rescued 43503 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 300
time 18:25:38 nr_free_pages 96893 nr_zone_inactive_anon 74847 nr_zone_active_anon 2543102 nr_zone_inactive_file 280604 nr_zone_active_file 22743 nr_zone_unevictable 3951 nr_zone_write_pending 41 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11857300 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11857300 numa_other 0 nr_inactive_anon 74847 nr_active_anon 2543102 nr_inactive_file 280604 nr_active_file 22743 nr_unevictable 3951 nr_slab_reclaimable 5456 nr_slab_unreclaimable 4859 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 3625 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612763 nr_mapped 17888 nr_file_pages 312487 nr_dirty 0 nr_writeback 41 nr_writeback_temp 0 nr_shmem 9045 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 431835 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15108 nr_dirty_background_threshold 5998 pgpgin 25536913 pgpgout 1739476 pswpin 8 pswpout 424154 pgalloc_dma 2 pgalloc_dma32 6344134 pgalloc_normal 5546309 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12013512 pgactivate 270765 pgdeactivate 283254 pglazyfree 0 pgfault 5526669 pgmajfault 1739 pglazyfreed 0 pgrefill 284472 pgsteal_kswapd 4769813 pgsteal_direct 0 pgscan_kswapd 4791651 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1615726 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 917 pageoutrun 1062 pgrotated 424289 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54143 unevictable_pgs_scanned 766355 unevictable_pgs_rescued 43503 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 301
time 18:25:39 nr_free_pages 93249 nr_zone_inactive_anon 75979 nr_zone_active_anon 2542002 nr_zone_inactive_file 284080 nr_zone_active_file 22743 nr_zone_unevictable 3952 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 11862927 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11862927 numa_other 0 nr_inactive_anon 76000 nr_active_anon 2541924 nr_inactive_file 283984 nr_active_file 22743 nr_unevictable 3952 nr_slab_reclaimable 5524 nr_slab_unreclaimable 4868 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 3923 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612769 nr_mapped 17880 nr_file_pages 315874 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9134 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 435806 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15276 nr_dirty_background_threshold 6065 pgpgin 25633169 pgpgout 1755300 pswpin 8 pswpout 428110 pgalloc_dma 2 pgalloc_dma32 6368861 pgalloc_normal 5546309 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12034772 pgactivate 272772 pgdeactivate 284470 pglazyfree 0 pgfault 5527326 pgmajfault 1739 pglazyfreed 0 pgrefill 285688 pgsteal_kswapd 4790484 pgsteal_direct 0 pgscan_kswapd 4812322 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1624895 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 920 pageoutrun 1065 pgrotated 428272 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54150 unevictable_pgs_scanned 768492 unevictable_pgs_rescued 43503 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 304
time 18:25:40 nr_free_pages 99155 nr_zone_inactive_anon 78325 nr_zone_active_anon 2539907 nr_zone_inactive_file 278516 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11909921 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11909921 numa_other 0 nr_inactive_anon 78325 nr_active_anon 2539907 nr_inactive_file 278516 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 5596 nr_slab_unreclaimable 4859 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 4456 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612774 nr_mapped 17830 nr_file_pages 310686 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9347 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 437844 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15004 nr_dirty_background_threshold 5957 pgpgin 25741713 pgpgout 1763348 pswpin 8 pswpout 430122 pgalloc_dma 2 pgalloc_dma32 6396059 pgalloc_normal 5547245 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12068030 pgactivate 274905 pgdeactivate 286518 pglazyfree 0 pgfault 5528357 pgmajfault 1739 pglazyfreed 0 pgrefill 287736 pgsteal_kswapd 4823090 pgsteal_direct 0 pgscan_kswapd 4844935 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1629229 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 922 pageoutrun 1070 pgrotated 430290 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54445 unevictable_pgs_scanned 771351 unevictable_pgs_rescued 43805 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 306
time 18:25:41 nr_free_pages 100503 nr_zone_inactive_anon 79708 nr_zone_active_anon 2538240 nr_zone_inactive_file 276556 nr_zone_active_file 22750 nr_zone_unevictable 3895 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11921317 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11921317 numa_other 0 nr_inactive_anon 79708 nr_active_anon 2538289 nr_inactive_file 276629 nr_active_file 22750 nr_unevictable 3944 nr_slab_reclaimable 5608 nr_slab_unreclaimable 4901 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 4828 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612827 nr_mapped 16873 nr_file_pages 308568 nr_dirty 0 nr_writeback 23 nr_writeback_temp 0 nr_shmem 9072 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 441844 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14910 nr_dirty_background_threshold 5920 pgpgin 25829777 pgpgout 1779336 pswpin 8 pswpout 434119 pgalloc_dma 2 pgalloc_dma32 6417695 pgalloc_normal 5548258 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12092761 pgactivate 275099 pgdeactivate 288118 pglazyfree 0 pgfault 5529025 pgmajfault 1739 pglazyfreed 0 pgrefill 289336 pgsteal_kswapd 4846934 pgsteal_direct 0 pgscan_kswapd 4868779 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1637509 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 925 pageoutrun 1074 pgrotated 434284 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54501 unevictable_pgs_scanned 775645 unevictable_pgs_rescued 43861 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 309
time 18:25:42 nr_free_pages 98736 nr_zone_inactive_anon 81253 nr_zone_active_anon 2536719 nr_zone_inactive_file 278693 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11956678 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11956678 numa_other 0 nr_inactive_anon 81253 nr_active_anon 2536768 nr_inactive_file 278693 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 5700 nr_slab_unreclaimable 4858 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5165 workingset_refault 6720 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612832 nr_mapped 16878 nr_file_pages 310593 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9126 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 445838 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15013 nr_dirty_background_threshold 5961 pgpgin 25923985 pgpgout 1795324 pswpin 8 pswpout 438116 pgalloc_dma 2 pgalloc_dma32 6441781 pgalloc_normal 5548412 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12114908 pgactivate 279104 pgdeactivate 289654 pglazyfree 0 pgfault 5529682 pgmajfault 1739 pglazyfreed 0 pgrefill 290872 pgsteal_kswapd 4868478 pgsteal_direct 0 pgscan_kswapd 4890323 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1646653 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 928 pageoutrun 1078 pgrotated 438277 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54515 unevictable_pgs_scanned 779870 unevictable_pgs_rescued 43875 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 313
time 18:25:43 nr_free_pages 100183 nr_zone_inactive_anon 82907 nr_zone_active_anon 2535135 nr_zone_inactive_file 276972 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 129 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 11979262 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 11979262 numa_other 0 nr_inactive_anon 82907 nr_active_anon 2535135 nr_inactive_file 276972 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 5824 nr_slab_unreclaimable 4857 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5536 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612789 nr_mapped 16943 nr_file_pages 308929 nr_dirty 0 nr_writeback 129 nr_writeback_temp 0 nr_shmem 7527 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 449369 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14927 nr_dirty_background_threshold 5927 pgpgin 26012129 pgpgout 1809964 pswpin 8 pswpout 441776 pgalloc_dma 2 pgalloc_dma32 6464381 pgalloc_normal 5548513 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12139133 pgactivate 279112 pgdeactivate 291254 pglazyfree 0 pgfault 5530349 pgmajfault 1740 pglazyfreed 0 pgrefill 292472 pgsteal_kswapd 4892242 pgsteal_direct 0 pgscan_kswapd 4914087 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1652856 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 931 pageoutrun 1082 pgrotated 441807 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54579 unevictable_pgs_scanned 784227 unevictable_pgs_rescued 43939 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 314
time 18:25:44 nr_free_pages 99624 nr_zone_inactive_anon 85480 nr_zone_active_anon 2532568 nr_zone_inactive_file 277982 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12006536 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12006536 numa_other 0 nr_inactive_anon 85480 nr_active_anon 2532568 nr_inactive_file 277982 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 5812 nr_slab_unreclaimable 4852 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5938 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612794 nr_mapped 16894 nr_file_pages 309969 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9191 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 451832 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14977 nr_dirty_background_threshold 5947 pgpgin 26119137 pgpgout 1819300 pswpin 8 pswpout 444110 pgalloc_dma 2 pgalloc_dma32 6491701 pgalloc_normal 5548513 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12165423 pgactivate 281109 pgdeactivate 293814 pglazyfree 0 pgfault 5531008 pgmajfault 1740 pglazyfreed 0 pgrefill 295032 pgsteal_kswapd 4917955 pgsteal_direct 0 pgscan_kswapd 4939800 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1661845 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 938 pageoutrun 1089 pgrotated 444268 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54579 unevictable_pgs_scanned 786353 unevictable_pgs_rescued 43939 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 316
time 18:25:45 nr_free_pages 96843 nr_zone_inactive_anon 86751 nr_zone_active_anon 2531294 nr_zone_inactive_file 280369 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 77 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12028563 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12028563 numa_other 0 nr_inactive_anon 86765 nr_active_anon 2531283 nr_inactive_file 280305 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 5860 nr_slab_unreclaimable 4858 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 6258 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612799 nr_mapped 16943 nr_file_pages 312255 nr_dirty 0 nr_writeback 20 nr_writeback_temp 0 nr_shmem 9185 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 455803 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15093 nr_dirty_background_threshold 5993 pgpgin 26214881 pgpgout 1835340 pswpin 8 pswpout 448120 pgalloc_dma 2 pgalloc_dma32 6516166 pgalloc_normal 5548647 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12187683 pgactivate 283101 pgdeactivate 295094 pglazyfree 0 pgfault 5531667 pgmajfault 1740 pglazyfreed 0 pgrefill 296312 pgsteal_kswapd 4939628 pgsteal_direct 0 pgscan_kswapd 4961473 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1671062 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 940 pageoutrun 1092 pgrotated 448273 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54579 unevictable_pgs_scanned 790570 unevictable_pgs_rescued 43939 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 321
time 18:25:46 nr_free_pages 101818 nr_zone_inactive_anon 88859 nr_zone_active_anon 2529198 nr_zone_inactive_file 274867 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 32 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12044292 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12044292 numa_other 0 nr_inactive_anon 88880 nr_active_anon 2529198 nr_inactive_file 274906 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 5984 nr_slab_unreclaimable 4845 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 6717 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612853 nr_mapped 16894 nr_file_pages 306903 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9123 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 459856 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14824 nr_dirty_background_threshold 5886 pgpgin 26307553 pgpgout 1851328 pswpin 8 pswpout 452117 pgalloc_dma 2 pgalloc_dma32 6539972 pgalloc_normal 5548647 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12216720 pgactivate 285134 pgdeactivate 297270 pglazyfree 0 pgfault 5532321 pgmajfault 1740 pglazyfreed 0 pgrefill 298488 pgsteal_kswapd 4968165 pgsteal_direct 0 pgscan_kswapd 4990010 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1679667 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 946 pageoutrun 1098 pgrotated 452268 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54579 unevictable_pgs_scanned 794790 unevictable_pgs_rescued 43939 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 323
time 18:25:47 nr_free_pages 98168 nr_zone_inactive_anon 90703 nr_zone_active_anon 2527358 nr_zone_inactive_file 278254 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 133 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12063309 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12063309 numa_other 0 nr_inactive_anon 90724 nr_active_anon 2527337 nr_inactive_file 278499 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 5964 nr_slab_unreclaimable 4899 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 7057 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612810 nr_mapped 16944 nr_file_pages 310463 nr_dirty 0 nr_writeback 144 nr_writeback_temp 0 nr_shmem 7801 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 463123 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15003 nr_dirty_background_threshold 5957 pgpgin 26407905 pgpgout 1864932 pswpin 8 pswpout 455518 pgalloc_dma 2 pgalloc_dma32 6565162 pgalloc_normal 5549156 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12238802 pgactivate 287158 pgdeactivate 299126 pglazyfree 0 pgfault 5532980 pgmajfault 1740 pglazyfreed 0 pgrefill 300344 pgsteal_kswapd 4989640 pgsteal_direct 0 pgscan_kswapd 5011485 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1682193 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 950 pageoutrun 1103 pgrotated 455538 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54579 unevictable_pgs_scanned 799067 unevictable_pgs_rescued 43939 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 325
time 18:25:48 nr_free_pages 99034 nr_zone_inactive_anon 91702 nr_zone_active_anon 2526358 nr_zone_inactive_file 277591 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12101612 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12101612 numa_other 0 nr_inactive_anon 91709 nr_active_anon 2526358 nr_inactive_file 277495 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 6036 nr_slab_unreclaimable 4860 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 7351 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612863 nr_mapped 16944 nr_file_pages 309484 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9148 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 465855 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14953 nr_dirty_background_threshold 5937 pgpgin 26490849 pgpgout 1875392 pswpin 8 pswpout 458133 pgalloc_dma 2 pgalloc_dma32 6584468 pgalloc_normal 5551227 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12261189 pgactivate 287167 pgdeactivate 300086 pglazyfree 0 pgfault 5533640 pgmajfault 1740 pglazyfreed 0 pgrefill 301304 pgsteal_kswapd 5011407 pgsteal_direct 0 pgscan_kswapd 5033252 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1691319 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 950 pageoutrun 1105 pgrotated 458268 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54579 unevictable_pgs_scanned 801175 unevictable_pgs_rescued 43939 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 328
time 18:25:49 nr_free_pages 95291 nr_zone_inactive_anon 92206 nr_zone_active_anon 2525764 nr_zone_inactive_file 281233 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 129 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12125347 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12125347 numa_other 0 nr_inactive_anon 92206 nr_active_anon 2525764 nr_inactive_file 281233 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 6176 nr_slab_unreclaimable 4864 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 7700 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612819 nr_mapped 16928 nr_file_pages 313103 nr_dirty 0 nr_writeback 129 nr_writeback_temp 0 nr_shmem 8185 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 468649 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15139 nr_dirty_background_threshold 6011 pgpgin 26583521 pgpgout 1887084 pswpin 8 pswpout 461056 pgalloc_dma 2 pgalloc_dma32 6608269 pgalloc_normal 5551276 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12281206 pgactivate 291223 pgdeactivate 301878 pglazyfree 0 pgfault 5534298 pgmajfault 1740 pglazyfreed 0 pgrefill 303096 pgsteal_kswapd 5030824 pgsteal_direct 0 pgscan_kswapd 5052669 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1697705 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 954 pageoutrun 1110 pgrotated 461071 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54579 unevictable_pgs_scanned 805581 unevictable_pgs_rescued 43939 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 330
time 18:25:50 nr_free_pages 94984 nr_zone_inactive_anon 94917 nr_zone_active_anon 2523042 nr_zone_inactive_file 281562 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12149130 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12149130 numa_other 0 nr_inactive_anon 95001 nr_active_anon 2522978 nr_inactive_file 281594 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 6116 nr_slab_unreclaimable 4840 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8048 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612824 nr_mapped 16928 nr_file_pages 313439 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9087 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 471862 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15157 nr_dirty_background_threshold 6018 pgpgin 26680289 pgpgout 1899420 pswpin 8 pswpout 464140 pgalloc_dma 2 pgalloc_dma32 6632972 pgalloc_normal 5551333 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12305732 pgactivate 291224 pgdeactivate 303478 pglazyfree 0 pgfault 5534953 pgmajfault 1740 pglazyfreed 0 pgrefill 304696 pgsteal_kswapd 5054701 pgsteal_direct 0 pgscan_kswapd 5076546 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1706633 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 957 pageoutrun 1114 pgrotated 464281 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54579 unevictable_pgs_scanned 807680 unevictable_pgs_rescued 43939 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 333
time 18:25:51 nr_free_pages 95614 nr_zone_inactive_anon 96473 nr_zone_active_anon 2521396 nr_zone_inactive_file 281023 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12172656 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12172656 numa_other 0 nr_inactive_anon 96473 nr_active_anon 2521396 nr_inactive_file 281016 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 6168 nr_slab_unreclaimable 4854 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8431 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612829 nr_mapped 16921 nr_file_pages 312744 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 8977 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 475859 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15129 nr_dirty_background_threshold 6007 pgpgin 26769377 pgpgout 1915408 pswpin 8 pswpout 468137 pgalloc_dma 2 pgalloc_dma32 6655825 pgalloc_normal 5551438 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12329262 pgactivate 293234 pgdeactivate 305014 pglazyfree 0 pgfault 5535613 pgmajfault 1740 pglazyfreed 0 pgrefill 306232 pgsteal_kswapd 5077489 pgsteal_direct 0 pgscan_kswapd 5099334 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1715749 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 960 pageoutrun 1118 pgrotated 468271 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54579 unevictable_pgs_scanned 811884 unevictable_pgs_rescued 43939 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 335
time 18:25:52 nr_free_pages 98947 nr_zone_inactive_anon 98371 nr_zone_active_anon 2519507 nr_zone_inactive_file 277541 nr_zone_active_file 22750 nr_zone_unevictable 3943 nr_zone_write_pending 159 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12196556 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12196556 numa_other 0 nr_inactive_anon 98441 nr_active_anon 2519437 nr_inactive_file 277520 nr_active_file 22750 nr_unevictable 3943 nr_slab_reclaimable 6292 nr_slab_unreclaimable 4865 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8871 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612883 nr_mapped 16923 nr_file_pages 309328 nr_dirty 0 nr_writeback 162 nr_writeback_temp 0 nr_shmem 7437 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 479290 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14954 nr_dirty_background_threshold 5937 pgpgin 26868193 pgpgout 1929580 pswpin 8 pswpout 471680 pgalloc_dma 2 pgalloc_dma32 6681196 pgalloc_normal 5551500 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12358007 pgactivate 295226 pgdeactivate 306998 pglazyfree 0 pgfault 5536273 pgmajfault 1740 pglazyfreed 0 pgrefill 308216 pgsteal_kswapd 5105664 pgsteal_direct 0 pgscan_kswapd 5127509 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1718030 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 964 pageoutrun 1123 pgrotated 471689 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54587 unevictable_pgs_scanned 815981 unevictable_pgs_rescued 43947 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 336
time 18:25:53 nr_free_pages 100782 nr_zone_inactive_anon 100381 nr_zone_active_anon 2517497 nr_zone_inactive_file 275761 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12216877 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12216877 numa_other 0 nr_inactive_anon 100423 nr_active_anon 2517433 nr_inactive_file 275816 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 6264 nr_slab_unreclaimable 4832 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 9299 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612839 nr_mapped 16923 nr_file_pages 307589 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 8982 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 481856 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14870 nr_dirty_background_threshold 5904 pgpgin 26973153 pgpgout 1939396 pswpin 8 pswpout 474134 pgalloc_dma 2 pgalloc_dma32 6707985 pgalloc_normal 5551525 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12386597 pgactivate 295227 pgdeactivate 308982 pglazyfree 0 pgfault 5536937 pgmajfault 1740 pglazyfreed 0 pgrefill 310200 pgsteal_kswapd 5133663 pgsteal_direct 0 pgscan_kswapd 5155508 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1726885 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 968 pageoutrun 1128 pgrotated 474266 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54587 unevictable_pgs_scanned 818084 unevictable_pgs_rescued 43947 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 338
time 18:25:54 nr_free_pages 95672 nr_zone_inactive_anon 101865 nr_zone_active_anon 2516073 nr_zone_inactive_file 280963 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 49 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12248760 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12248760 numa_other 0 nr_inactive_anon 101928 nr_active_anon 2515961 nr_inactive_file 280928 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 6352 nr_slab_unreclaimable 4862 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 9596 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612844 nr_mapped 16923 nr_file_pages 312751 nr_dirty 0 nr_writeback 28 nr_writeback_temp 0 nr_shmem 9037 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 485871 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15124 nr_dirty_background_threshold 6005 pgpgin 27067361 pgpgout 1955384 pswpin 8 pswpout 478131 pgalloc_dma 2 pgalloc_dma32 6730790 pgalloc_normal 5553004 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12405608 pgactivate 299240 pgdeactivate 310454 pglazyfree 0 pgfault 5537593 pgmajfault 1740 pglazyfreed 0 pgrefill 311672 pgsteal_kswapd 5152056 pgsteal_direct 0 pgscan_kswapd 5173901 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1736154 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 971 pageoutrun 1132 pgrotated 478265 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54623 unevictable_pgs_scanned 822360 unevictable_pgs_rescued 43983 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 340
time 18:25:55 nr_free_pages 92888 nr_zone_inactive_anon 103672 nr_zone_active_anon 2514254 nr_zone_inactive_file 283400 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 42 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12260082 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12260082 numa_other 0 nr_inactive_anon 103742 nr_active_anon 2514197 nr_inactive_file 283614 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 6424 nr_slab_unreclaimable 4852 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 9941 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612849 nr_mapped 16923 nr_file_pages 315470 nr_dirty 0 nr_writeback 48 nr_writeback_temp 0 nr_shmem 8515 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 488255 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15258 nr_dirty_background_threshold 6058 pgpgin 27177441 pgpgout 1965508 pswpin 8 pswpout 480662 pgalloc_dma 2 pgalloc_dma32 6758751 pgalloc_normal 5553224 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12431026 pgactivate 299277 pgdeactivate 312310 pglazyfree 0 pgfault 5538249 pgmajfault 1740 pglazyfreed 0 pgrefill 313528 pgsteal_kswapd 5176913 pgsteal_direct 0 pgscan_kswapd 5198769 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1742800 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 974 pageoutrun 1137 pgrotated 480666 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54623 unevictable_pgs_scanned 826626 unevictable_pgs_rescued 43983 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 341
time 18:25:56 nr_free_pages 94655 nr_zone_inactive_anon 105342 nr_zone_active_anon 2512609 nr_zone_inactive_file 282566 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 117 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12301039 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12301039 numa_other 0 nr_inactive_anon 105412 nr_active_anon 2512539 nr_inactive_file 282545 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 6424 nr_slab_unreclaimable 4884 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 10376 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612854 nr_mapped 16923 nr_file_pages 314359 nr_dirty 0 nr_writeback 37 nr_writeback_temp 0 nr_shmem 9038 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 491821 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15205 nr_dirty_background_threshold 6037 pgpgin 27273697 pgpgout 1979360 pswpin 8 pswpout 484125 pgalloc_dma 2 pgalloc_dma32 6781645 pgalloc_normal 5554975 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12456715 pgactivate 301274 pgdeactivate 313974 pglazyfree 0 pgfault 5538906 pgmajfault 1740 pglazyfreed 0 pgrefill 315192 pgsteal_kswapd 5202014 pgsteal_direct 0 pgscan_kswapd 5223870 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1751156 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 977 pageoutrun 1141 pgrotated 484254 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54623 unevictable_pgs_scanned 828650 unevictable_pgs_rescued 43983 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 345
time 18:25:57 nr_free_pages 94663 nr_zone_inactive_anon 107178 nr_zone_active_anon 2510812 nr_zone_inactive_file 282056 nr_zone_active_file 22750 nr_zone_unevictable 3962 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12326237 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12326237 numa_other 0 nr_inactive_anon 107199 nr_active_anon 2510718 nr_inactive_file 282035 nr_active_file 22750 nr_unevictable 3962 nr_slab_reclaimable 6468 nr_slab_unreclaimable 4815 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 10735 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612859 nr_mapped 16925 nr_file_pages 313911 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9053 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 495858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15179 nr_dirty_background_threshold 6027 pgpgin 27369441 pgpgout 1995404 pswpin 8 pswpout 488136 pgalloc_dma 2 pgalloc_dma32 6806289 pgalloc_normal 5554975 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12481791 pgactivate 303281 pgdeactivate 315766 pglazyfree 0 pgfault 5539574 pgmajfault 1740 pglazyfreed 0 pgrefill 316984 pgsteal_kswapd 5226496 pgsteal_direct 0 pgscan_kswapd 5248352 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1760316 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 982 pageoutrun 1146 pgrotated 488248 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54637 unevictable_pgs_scanned 832941 unevictable_pgs_rescued 43983 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 348
time 18:25:58 nr_free_pages 98552 nr_zone_inactive_anon 109171 nr_zone_active_anon 2508813 nr_zone_inactive_file 277639 nr_zone_active_file 22750 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12343530 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12343530 numa_other 0 nr_inactive_anon 109171 nr_active_anon 2508813 nr_inactive_file 277646 nr_active_file 22750 nr_unevictable 3951 nr_slab_reclaimable 6612 nr_slab_unreclaimable 4860 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 11166 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612864 nr_mapped 16927 nr_file_pages 309548 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9017 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 499855 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14961 nr_dirty_background_threshold 5940 pgpgin 27456481 pgpgout 2011392 pswpin 8 pswpout 492133 pgalloc_dma 2 pgalloc_dma32 6828718 pgalloc_normal 5555002 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12508424 pgactivate 305287 pgdeactivate 317686 pglazyfree 0 pgfault 5540238 pgmajfault 1740 pglazyfreed 0 pgrefill 318904 pgsteal_kswapd 5252568 pgsteal_direct 0 pgscan_kswapd 5274424 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1768811 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 986 pageoutrun 1151 pgrotated 492257 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54651 unevictable_pgs_scanned 837247 unevictable_pgs_rescued 43997 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 350
time 18:25:59 nr_free_pages 95219 nr_zone_inactive_anon 111141 nr_zone_active_anon 2506795 nr_zone_inactive_file 281000 nr_zone_active_file 22750 nr_zone_unevictable 3965 nr_zone_write_pending 1 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12374608 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12374608 numa_other 0 nr_inactive_anon 111323 nr_active_anon 2506662 nr_inactive_file 281000 nr_active_file 22750 nr_unevictable 3965 nr_slab_reclaimable 6616 nr_slab_unreclaimable 4859 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 11485 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612869 nr_mapped 16880 nr_file_pages 312796 nr_dirty 0 nr_writeback 99 nr_writeback_temp 0 nr_shmem 8478 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7722 nr_written 502264 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15128 nr_dirty_background_threshold 6006 pgpgin 27558369 pgpgout 2021716 pswpin 8 pswpout 494714 pgalloc_dma 2 pgalloc_dma32 6854831 pgalloc_normal 5555002 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12531286 pgactivate 307309 pgdeactivate 319798 pglazyfree 0 pgfault 5540917 pgmajfault 1740 pglazyfreed 0 pgrefill 321016 pgsteal_kswapd 5274774 pgsteal_direct 0 pgscan_kswapd 5296630 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1771712 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1158 pgrotated 494707 drop_pagecache 3 drop_slab 3 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54712 unevictable_pgs_scanned 841564 unevictable_pgs_rescued 44072 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 352
time 18:26:02 nr_free_pages 364691 nr_zone_inactive_anon 112054 nr_zone_active_anon 2505962 nr_zone_inactive_file 15678 nr_zone_active_file 20639 nr_zone_unevictable 4026 nr_zone_write_pending 14 nr_mlock 0 nr_page_table_pages 6077 nr_kernel_stack 2880 nr_bounce 0 nr_free_cma 0 numa_hit 12408819 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12408819 numa_other 0 nr_inactive_anon 112054 nr_active_anon 2505962 nr_inactive_file 15694 nr_active_file 20612 nr_unevictable 4026 nr_slab_reclaimable 4722 nr_slab_unreclaimable 4861 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612927 nr_mapped 16919 nr_file_pages 45432 nr_dirty 14 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9108 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7736 nr_written 505866 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14463 nr_dirty_background_threshold 5742 pgpgin 27697381 pgpgout 2035436 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 6879673 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12836171 pgactivate 307751 pgdeactivate 320669 pglazyfree 0 pgfault 5541657 pgmajfault 1752 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54817 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:04 nr_free_pages 333821 nr_zone_inactive_anon 112054 nr_zone_active_anon 2505953 nr_zone_inactive_file 46680 nr_zone_active_file 20658 nr_zone_unevictable 4026 nr_zone_write_pending 14 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12441682 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12441682 numa_other 0 nr_inactive_anon 112054 nr_active_anon 2505916 nr_inactive_file 46680 nr_active_file 20658 nr_unevictable 4026 nr_slab_reclaimable 4722 nr_slab_unreclaimable 4856 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612880 nr_mapped 16894 nr_file_pages 76469 nr_dirty 14 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9109 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7736 nr_written 505866 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14471 nr_dirty_background_threshold 5746 pgpgin 27821293 pgpgout 2035436 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 6911108 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12836617 pgactivate 307788 pgdeactivate 320669 pglazyfree 0 pgfault 5542313 pgmajfault 1753 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54817 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:05 nr_free_pages 308115 nr_zone_inactive_anon 112092 nr_zone_active_anon 2505965 nr_zone_inactive_file 71739 nr_zone_active_file 21191 nr_zone_unevictable 4118 nr_zone_write_pending 14 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12467389 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12467389 numa_other 0 nr_inactive_anon 112092 nr_active_anon 2505928 nr_inactive_file 71739 nr_active_file 21200 nr_unevictable 4118 nr_slab_reclaimable 4722 nr_slab_unreclaimable 4870 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612933 nr_mapped 17010 nr_file_pages 102237 nr_dirty 14 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9240 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7736 nr_written 505866 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14466 nr_dirty_background_threshold 5744 pgpgin 27923905 pgpgout 2035436 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 6937362 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12837065 pgactivate 307838 pgdeactivate 320669 pglazyfree 0 pgfault 5543209 pgmajfault 1755 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54909 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:06 nr_free_pages 296570 nr_zone_inactive_anon 112096 nr_zone_active_anon 2505972 nr_zone_inactive_file 82588 nr_zone_active_file 21729 nr_zone_unevictable 4178 nr_zone_write_pending 12 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12479784 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12479784 numa_other 0 nr_inactive_anon 112096 nr_active_anon 2505935 nr_inactive_file 82588 nr_active_file 21729 nr_unevictable 4178 nr_slab_reclaimable 4739 nr_slab_unreclaimable 4881 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612890 nr_mapped 17083 nr_file_pages 113643 nr_dirty 8 nr_writeback 4 nr_writeback_temp 0 nr_shmem 9305 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7736 nr_written 505868 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14458 nr_dirty_background_threshold 5740 pgpgin 27969197 pgpgout 2035472 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 6949242 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12837521 pgactivate 307872 pgdeactivate 320669 pglazyfree 0 pgfault 5543878 pgmajfault 1758 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 54969 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:07 nr_free_pages 275028 nr_zone_inactive_anon 112134 nr_zone_active_anon 2505976 nr_zone_inactive_file 102303 nr_zone_active_file 21742 nr_zone_unevictable 5868 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12501536 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12501536 numa_other 0 nr_inactive_anon 112146 nr_active_anon 2505988 nr_inactive_file 102290 nr_active_file 21742 nr_unevictable 5880 nr_slab_reclaimable 4739 nr_slab_unreclaimable 4880 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612943 nr_mapped 17285 nr_file_pages 135184 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11057 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 505882 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14367 nr_dirty_background_threshold 5704 pgpgin 28048281 pgpgout 2035516 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 6971257 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12837988 pgactivate 307881 pgdeactivate 320669 pglazyfree 0 pgfault 5544886 pgmajfault 1761 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 56689 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:08 nr_free_pages 244847 nr_zone_inactive_anon 112156 nr_zone_active_anon 2505984 nr_zone_inactive_file 132412 nr_zone_active_file 21742 nr_zone_unevictable 5898 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12532318 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12532318 numa_other 0 nr_inactive_anon 112156 nr_active_anon 2505947 nr_inactive_file 132412 nr_active_file 21742 nr_unevictable 5898 nr_slab_reclaimable 4739 nr_slab_unreclaimable 4878 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612949 nr_mapped 17400 nr_file_pages 165278 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11087 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 505882 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14364 nr_dirty_background_threshold 5703 pgpgin 28168609 pgpgout 2035516 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 7001800 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12838437 pgactivate 307883 pgdeactivate 320669 pglazyfree 0 pgfault 5545688 pgmajfault 1762 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 56689 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:09 nr_free_pages 213416 nr_zone_inactive_anon 112157 nr_zone_active_anon 2505986 nr_zone_inactive_file 163651 nr_zone_active_file 21743 nr_zone_unevictable 6071 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12555977 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12555977 numa_other 0 nr_inactive_anon 112157 nr_active_anon 2505949 nr_inactive_file 163657 nr_active_file 21743 nr_unevictable 6071 nr_slab_reclaimable 4739 nr_slab_unreclaimable 4878 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612905 nr_mapped 17400 nr_file_pages 196675 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11268 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 505882 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14355 nr_dirty_background_threshold 5699 pgpgin 28293537 pgpgout 2035516 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 7033661 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12838884 pgactivate 307883 pgdeactivate 320669 pglazyfree 0 pgfault 5546341 pgmajfault 1762 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 56869 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:10 nr_free_pages 181978 nr_zone_inactive_anon 112156 nr_zone_active_anon 2505950 nr_zone_inactive_file 194874 nr_zone_active_file 21743 nr_zone_unevictable 6078 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12595851 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12595851 numa_other 0 nr_inactive_anon 112156 nr_active_anon 2505950 nr_inactive_file 194874 nr_active_file 21743 nr_unevictable 6078 nr_slab_reclaimable 4787 nr_slab_unreclaimable 4873 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612909 nr_mapped 17400 nr_file_pages 227923 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11268 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 505882 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14344 nr_dirty_background_threshold 5695 pgpgin 28418465 pgpgout 2035516 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 7065403 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12839324 pgactivate 307884 pgdeactivate 320669 pglazyfree 0 pgfault 5546994 pgmajfault 1762 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 56869 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:11 nr_free_pages 154385 nr_zone_inactive_anon 112156 nr_zone_active_anon 2506000 nr_zone_inactive_file 222431 nr_zone_active_file 21743 nr_zone_unevictable 6078 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12616317 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12616317 numa_other 0 nr_inactive_anon 112156 nr_active_anon 2505963 nr_inactive_file 222429 nr_active_file 21743 nr_unevictable 6078 nr_slab_reclaimable 4831 nr_slab_unreclaimable 4877 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612916 nr_mapped 17420 nr_file_pages 255444 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11269 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 505882 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14342 nr_dirty_background_threshold 5694 pgpgin 28528677 pgpgout 2035516 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 7093478 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12839780 pgactivate 307884 pgdeactivate 320669 pglazyfree 0 pgfault 5547653 pgmajfault 1764 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 56869 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:12 nr_free_pages 123311 nr_zone_inactive_anon 112184 nr_zone_active_anon 2506006 nr_zone_inactive_file 253414 nr_zone_active_file 21743 nr_zone_unevictable 6108 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12650634 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12650634 numa_other 0 nr_inactive_anon 112184 nr_active_anon 2505969 nr_inactive_file 253382 nr_active_file 21743 nr_unevictable 6108 nr_slab_reclaimable 4915 nr_slab_unreclaimable 4877 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612920 nr_mapped 17471 nr_file_pages 286526 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11333 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 505882 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14336 nr_dirty_background_threshold 5692 pgpgin 28652581 pgpgout 2035516 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 7125057 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12840236 pgactivate 307884 pgdeactivate 320669 pglazyfree 0 pgfault 5548402 pgmajfault 1764 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 56905 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:13 nr_free_pages 94637 nr_zone_inactive_anon 112490 nr_zone_active_anon 2506013 nr_zone_inactive_file 281541 nr_zone_active_file 21744 nr_zone_unevictable 6259 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12681265 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12681265 numa_other 0 nr_inactive_anon 112490 nr_active_anon 2505976 nr_inactive_file 281544 nr_active_file 21744 nr_unevictable 6259 nr_slab_reclaimable 4983 nr_slab_unreclaimable 4874 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 8 workingset_refault 6731 workingset_activate 176 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612926 nr_mapped 17923 nr_file_pages 315142 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11785 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 505882 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15105 nr_dirty_background_threshold 5997 pgpgin 28765221 pgpgout 2035520 pswpin 8 pswpout 498144 pgalloc_dma 2 pgalloc_dma32 7154220 pgalloc_normal 5565814 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12840715 pgactivate 307884 pgdeactivate 320669 pglazyfree 0 pgfault 5550249 pgmajfault 1764 pglazyfreed 0 pgrefill 321592 pgsteal_kswapd 5290088 pgsteal_direct 0 pgscan_kswapd 5311944 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1856916 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1159 pgrotated 498421 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57050 unevictable_pgs_scanned 843791 unevictable_pgs_rescued 44102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 6 swap_ra_hit 355
time 18:26:14 nr_free_pages 99279 nr_zone_inactive_anon 115499 nr_zone_active_anon 2505245 nr_zone_inactive_file 277466 nr_zone_active_file 21145 nr_zone_unevictable 3957 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6041 nr_kernel_stack 2816 nr_bounce 0 nr_free_cma 0 numa_hit 12703418 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12703418 numa_other 0 nr_inactive_anon 115499 nr_active_anon 2505294 nr_inactive_file 277501 nr_active_file 21145 nr_unevictable 3957 nr_slab_reclaimable 5011 nr_slab_unreclaimable 4867 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 418 workingset_refault 6743 workingset_activate 188 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612956 nr_mapped 17898 nr_file_pages 310477 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11771 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 509879 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14874 nr_dirty_background_threshold 5905 pgpgin 28850909 pgpgout 2051508 pswpin 11 pswpout 502141 pgalloc_dma 2 pgalloc_dma32 7167282 pgalloc_normal 5574836 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12867407 pgactivate 308242 pgdeactivate 322346 pglazyfree 0 pgfault 5550920 pgmajfault 1770 pglazyfreed 0 pgrefill 323269 pgsteal_kswapd 5316139 pgsteal_direct 0 pgscan_kswapd 5338056 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1870065 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 993 pageoutrun 1161 pgrotated 502416 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57053 unevictable_pgs_scanned 851203 unevictable_pgs_rescued 46407 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 7 swap_ra_hit 358
time 18:26:15 nr_free_pages 99181 nr_zone_inactive_anon 116844 nr_zone_active_anon 2503941 nr_zone_inactive_file 277528 nr_zone_active_file 20922 nr_zone_unevictable 3951 nr_zone_write_pending 120 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12728644 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12728644 numa_other 0 nr_inactive_anon 116942 nr_active_anon 2503892 nr_inactive_file 277528 nr_active_file 20922 nr_unevictable 3951 nr_slab_reclaimable 5103 nr_slab_unreclaimable 4867 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 759 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612985 nr_mapped 17865 nr_file_pages 310263 nr_dirty 0 nr_writeback 22 nr_writeback_temp 0 nr_shmem 11771 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 513829 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14864 nr_dirty_background_threshold 5901 pgpgin 28937461 pgpgout 2067496 pswpin 15 pswpout 506138 pgalloc_dma 2 pgalloc_dma32 7189447 pgalloc_normal 5574972 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12889840 pgactivate 312234 pgdeactivate 324037 pglazyfree 0 pgfault 5551583 pgmajfault 1771 pglazyfreed 0 pgrefill 325354 pgsteal_kswapd 5338023 pgsteal_direct 0 pgscan_kswapd 5359947 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1879297 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 995 pageoutrun 1164 pgrotated 506398 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57073 unevictable_pgs_scanned 855728 unevictable_pgs_rescued 46433 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 362
time 18:26:16 nr_free_pages 98012 nr_zone_inactive_anon 118582 nr_zone_active_anon 2502215 nr_zone_inactive_file 278903 nr_zone_active_file 20922 nr_zone_unevictable 3951 nr_zone_write_pending 129 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12754708 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12754708 numa_other 0 nr_inactive_anon 118582 nr_active_anon 2502264 nr_inactive_file 278903 nr_active_file 20922 nr_unevictable 3951 nr_slab_reclaimable 5075 nr_slab_unreclaimable 4874 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 1137 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612942 nr_mapped 17914 nr_file_pages 311653 nr_dirty 0 nr_writeback 129 nr_writeback_temp 0 nr_shmem 10929 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 516572 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14932 nr_dirty_background_threshold 5929 pgpgin 29039861 pgpgout 2078796 pswpin 15 pswpout 508963 pgalloc_dma 2 pgalloc_dma32 7214762 pgalloc_normal 5575782 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12914586 pgactivate 312344 pgdeactivate 325765 pglazyfree 0 pgfault 5552243 pgmajfault 1771 pglazyfreed 0 pgrefill 327082 pgsteal_kswapd 5362234 pgsteal_direct 0 pgscan_kswapd 5384199 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1886186 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 999 pageoutrun 1169 pgrotated 509107 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57073 unevictable_pgs_scanned 860375 unevictable_pgs_rescued 46433 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 363
time 18:26:17 nr_free_pages 91254 nr_zone_inactive_anon 120037 nr_zone_active_anon 2500802 nr_zone_inactive_file 285662 nr_zone_active_file 20922 nr_zone_unevictable 3951 nr_zone_write_pending 117 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12767922 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12767922 numa_other 0 nr_inactive_anon 120008 nr_active_anon 2500794 nr_inactive_file 285633 nr_active_file 20922 nr_unevictable 3951 nr_slab_reclaimable 5103 nr_slab_unreclaimable 4899 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 1407 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612994 nr_mapped 17914 nr_file_pages 318402 nr_dirty 0 nr_writeback 37 nr_writeback_temp 0 nr_shmem 11757 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 519844 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15267 nr_dirty_background_threshold 6062 pgpgin 29136117 pgpgout 2091472 pswpin 15 pswpout 512132 pgalloc_dma 2 pgalloc_dma32 7239499 pgalloc_normal 5575782 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12932523 pgactivate 314342 pgdeactivate 327237 pglazyfree 0 pgfault 5552902 pgmajfault 1771 pglazyfreed 0 pgrefill 328554 pgsteal_kswapd 5379545 pgsteal_direct 0 pgscan_kswapd 5401555 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1895482 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1003 pageoutrun 1173 pgrotated 512402 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57073 unevictable_pgs_scanned 862595 unevictable_pgs_rescued 46433 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 366
time 18:26:18 nr_free_pages 96311 nr_zone_inactive_anon 121395 nr_zone_active_anon 2499414 nr_zone_inactive_file 280679 nr_zone_active_file 20922 nr_zone_unevictable 3951 nr_zone_write_pending 1 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12800288 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12800288 numa_other 0 nr_inactive_anon 121395 nr_active_anon 2499414 nr_inactive_file 280651 nr_active_file 20922 nr_unevictable 3951 nr_slab_reclaimable 5163 nr_slab_unreclaimable 4865 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 1820 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612951 nr_mapped 17914 nr_file_pages 313429 nr_dirty 0 nr_writeback 1 nr_writeback_temp 0 nr_shmem 11164 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 522460 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15019 nr_dirty_background_threshold 5963 pgpgin 29222133 pgpgout 2101840 pswpin 15 pswpout 514724 pgalloc_dma 2 pgalloc_dma32 7259093 pgalloc_normal 5578318 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12959559 pgactivate 316329 pgdeactivate 328581 pglazyfree 0 pgfault 5553559 pgmajfault 1771 pglazyfreed 0 pgrefill 329898 pgsteal_kswapd 5406025 pgsteal_direct 0 pgscan_kswapd 5428060 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1898387 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1003 pageoutrun 1176 pgrotated 514991 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57073 unevictable_pgs_scanned 866910 unevictable_pgs_rescued 46433 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 367
time 18:26:19 nr_free_pages 95069 nr_zone_inactive_anon 120567 nr_zone_active_anon 2497844 nr_zone_inactive_file 284132 nr_zone_active_file 20922 nr_zone_unevictable 4020 nr_zone_write_pending 1 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12819606 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12819606 numa_other 0 nr_inactive_anon 120616 nr_active_anon 2497836 nr_inactive_file 284101 nr_active_file 20922 nr_unevictable 4020 nr_slab_reclaimable 5187 nr_slab_unreclaimable 4872 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 2023 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613005 nr_mapped 17424 nr_file_pages 314530 nr_dirty 0 nr_writeback 1 nr_writeback_temp 0 nr_shmem 9497 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 525838 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15191 nr_dirty_background_threshold 6031 pgpgin 29296885 pgpgout 2115460 pswpin 15 pswpout 518129 pgalloc_dma 2 pgalloc_dma32 7278434 pgalloc_normal 5578318 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 12977832 pgactivate 316694 pgdeactivate 330053 pglazyfree 0 pgfault 5554239 pgmajfault 1771 pglazyfreed 0 pgrefill 331370 pgsteal_kswapd 5421309 pgsteal_direct 0 pgscan_kswapd 5443345 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1907322 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1007 pageoutrun 1180 pgrotated 518395 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57143 unevictable_pgs_scanned 869163 unevictable_pgs_rescued 46433 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 370
time 18:26:20 nr_free_pages 92861 nr_zone_inactive_anon 122313 nr_zone_active_anon 2496181 nr_zone_inactive_file 286440 nr_zone_active_file 20922 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12847939 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12847939 numa_other 0 nr_inactive_anon 122313 nr_active_anon 2496181 nr_inactive_file 286412 nr_active_file 20922 nr_unevictable 3951 nr_slab_reclaimable 5255 nr_slab_unreclaimable 4866 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 2442 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613010 nr_mapped 17375 nr_file_pages 316871 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9470 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 527864 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15306 nr_dirty_background_threshold 6077 pgpgin 29404405 pgpgout 2123448 pswpin 15 pswpout 520126 pgalloc_dma 2 pgalloc_dma32 7305450 pgalloc_normal 5578836 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13002942 pgactivate 318691 pgdeactivate 331653 pglazyfree 0 pgfault 5554899 pgmajfault 1771 pglazyfreed 0 pgrefill 332970 pgsteal_kswapd 5445846 pgsteal_direct 0 pgscan_kswapd 5467882 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1914171 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1009 pageoutrun 1184 pgrotated 520391 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57143 unevictable_pgs_scanned 871328 unevictable_pgs_rescued 46503 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 371
time 18:26:21 nr_free_pages 89864 nr_zone_inactive_anon 123503 nr_zone_active_anon 2494597 nr_zone_inactive_file 289414 nr_zone_active_file 20922 nr_zone_unevictable 3965 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12870659 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12870659 numa_other 0 nr_inactive_anon 123545 nr_active_anon 2494610 nr_inactive_file 289415 nr_active_file 20922 nr_unevictable 3965 nr_slab_reclaimable 5355 nr_slab_unreclaimable 4834 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 2720 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612966 nr_mapped 17203 nr_file_pages 319471 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9088 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 531861 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15456 nr_dirty_background_threshold 6137 pgpgin 29496173 pgpgout 2139436 pswpin 15 pswpout 524123 pgalloc_dma 2 pgalloc_dma32 7329112 pgalloc_normal 5578836 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13023813 pgactivate 320910 pgdeactivate 333189 pglazyfree 0 pgfault 5555561 pgmajfault 1772 pglazyfreed 0 pgrefill 334506 pgsteal_kswapd 5465798 pgsteal_direct 0 pgscan_kswapd 5487834 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1922715 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1013 pageoutrun 1188 pgrotated 524384 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57157 unevictable_pgs_scanned 875761 unevictable_pgs_rescued 46517 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 375
time 18:26:22 nr_free_pages 91690 nr_zone_inactive_anon 125072 nr_zone_active_anon 2493096 nr_zone_inactive_file 287889 nr_zone_active_file 20922 nr_zone_unevictable 3951 nr_zone_write_pending 189 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12892735 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12892735 numa_other 0 nr_inactive_anon 125149 nr_active_anon 2493068 nr_inactive_file 287889 nr_active_file 20922 nr_unevictable 3951 nr_slab_reclaimable 5347 nr_slab_unreclaimable 4862 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 3100 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613019 nr_mapped 17151 nr_file_pages 317977 nr_dirty 0 nr_writeback 99 nr_writeback_temp 0 nr_shmem 7309 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 535613 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15380 nr_dirty_background_threshold 6106 pgpgin 29578605 pgpgout 2154872 pswpin 15 pswpout 527982 pgalloc_dma 2 pgalloc_dma32 7350233 pgalloc_normal 5578874 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13046531 pgactivate 322920 pgdeactivate 335045 pglazyfree 0 pgfault 5556218 pgmajfault 1772 pglazyfreed 0 pgrefill 336362 pgsteal_kswapd 5487937 pgsteal_direct 0 pgscan_kswapd 5509973 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1925859 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1017 pageoutrun 1193 pgrotated 528112 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57157 unevictable_pgs_scanned 879888 unevictable_pgs_rescued 46517 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 377
time 18:26:23 nr_free_pages 94028 nr_zone_inactive_anon 126395 nr_zone_active_anon 2491782 nr_zone_inactive_file 285163 nr_zone_active_file 20922 nr_zone_unevictable 3965 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12903997 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12903997 numa_other 0 nr_inactive_anon 126395 nr_active_anon 2491782 nr_inactive_file 285320 nr_active_file 20922 nr_unevictable 3965 nr_slab_reclaimable 5383 nr_slab_unreclaimable 4871 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 3449 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612976 nr_mapped 17157 nr_file_pages 315402 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9112 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 537858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15252 nr_dirty_background_threshold 6056 pgpgin 29657965 pgpgout 2163424 pswpin 15 pswpout 530120 pgalloc_dma 2 pgalloc_dma32 7370261 pgalloc_normal 5579325 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13069480 pgactivate 324907 pgdeactivate 336005 pglazyfree 0 pgfault 5556886 pgmajfault 1772 pglazyfreed 0 pgrefill 337322 pgsteal_kswapd 5510333 pgsteal_direct 0 pgscan_kswapd 5532389 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1934907 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1017 pageoutrun 1195 pgrotated 530376 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57171 unevictable_pgs_scanned 881998 unevictable_pgs_rescued 46517 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 380
time 18:26:24 nr_free_pages 89424 nr_zone_inactive_anon 127846 nr_zone_active_anon 2490394 nr_zone_inactive_file 289731 nr_zone_active_file 20922 nr_zone_unevictable 3951 nr_zone_write_pending 129 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12934772 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12934772 numa_other 0 nr_inactive_anon 127846 nr_active_anon 2490394 nr_inactive_file 289731 nr_active_file 20922 nr_unevictable 3951 nr_slab_reclaimable 5471 nr_slab_unreclaimable 4873 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 3711 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612981 nr_mapped 17159 nr_file_pages 319874 nr_dirty 0 nr_writeback 129 nr_writeback_temp 0 nr_shmem 7864 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 541058 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15472 nr_dirty_background_threshold 6143 pgpgin 29742445 pgpgout 2176888 pswpin 15 pswpout 533486 pgalloc_dma 2 pgalloc_dma32 7391085 pgalloc_normal 5580297 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13086759 pgactivate 324937 pgdeactivate 337413 pglazyfree 0 pgfault 5557552 pgmajfault 1772 pglazyfreed 0 pgrefill 338730 pgsteal_kswapd 5527061 pgsteal_direct 0 pgscan_kswapd 5549117 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1941670 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1020 pageoutrun 1199 pgrotated 533612 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57214 unevictable_pgs_scanned 886392 unevictable_pgs_rescued 46574 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 381
time 18:26:25 nr_free_pages 94302 nr_zone_inactive_anon 129518 nr_zone_active_anon 2488727 nr_zone_inactive_file 284870 nr_zone_active_file 20922 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 12961798 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12961798 numa_other 0 nr_inactive_anon 129518 nr_active_anon 2488727 nr_inactive_file 284870 nr_active_file 20922 nr_unevictable 3951 nr_slab_reclaimable 5507 nr_slab_unreclaimable 4865 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 4200 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612985 nr_mapped 17159 nr_file_pages 315016 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9182 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 545852 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15229 nr_dirty_background_threshold 6047 pgpgin 29848429 pgpgout 2195400 pswpin 15 pswpout 538114 pgalloc_dma 2 pgalloc_dma32 7417936 pgalloc_normal 5580518 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13118667 pgactivate 328981 pgdeactivate 339141 pglazyfree 0 pgfault 5558205 pgmajfault 1772 pglazyfreed 0 pgrefill 340458 pgsteal_kswapd 5558416 pgsteal_direct 0 pgscan_kswapd 5580472 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1952889 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1023 pageoutrun 1203 pgrotated 538362 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57214 unevictable_pgs_scanned 890742 unevictable_pgs_rescued 46574 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 384
time 18:26:26 nr_free_pages 97191 nr_zone_inactive_anon 130725 nr_zone_active_anon 2487508 nr_zone_inactive_file 281950 nr_zone_active_file 20922 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 12982805 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 12982805 numa_other 0 nr_inactive_anon 130753 nr_active_anon 2487464 nr_inactive_file 281908 nr_active_file 20922 nr_unevictable 3951 nr_slab_reclaimable 5567 nr_slab_unreclaimable 4869 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 4635 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612991 nr_mapped 17110 nr_file_pages 312138 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9227 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 549820 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15082 nr_dirty_background_threshold 5988 pgpgin 29952877 pgpgout 2211388 pswpin 15 pswpout 542111 pgalloc_dma 2 pgalloc_dma32 7444608 pgalloc_normal 5580639 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13148288 pgactivate 328994 pgdeactivate 340421 pglazyfree 0 pgfault 5558862 pgmajfault 1772 pglazyfreed 0 pgrefill 341738 pgsteal_kswapd 5587441 pgsteal_direct 0 pgscan_kswapd 5609497 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1961951 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1025 pageoutrun 1206 pgrotated 542356 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57214 unevictable_pgs_scanned 895022 unevictable_pgs_rescued 46574 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 387
time 18:26:27 nr_free_pages 99121 nr_zone_inactive_anon 131689 nr_zone_active_anon 2486573 nr_zone_inactive_file 279872 nr_zone_active_file 20924 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13013118 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13013118 numa_other 0 nr_inactive_anon 131752 nr_active_anon 2486504 nr_inactive_file 279728 nr_active_file 20924 nr_unevictable 3951 nr_slab_reclaimable 5671 nr_slab_unreclaimable 4869 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5037 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2612995 nr_mapped 16251 nr_file_pages 309899 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9198 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 553846 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14973 nr_dirty_background_threshold 5945 pgpgin 30049645 pgpgout 2227376 pswpin 15 pswpout 546108 pgalloc_dma 2 pgalloc_dma32 7468253 pgalloc_normal 5581925 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13175304 pgactivate 332981 pgdeactivate 341381 pglazyfree 0 pgfault 5559519 pgmajfault 1772 pglazyfreed 0 pgrefill 342698 pgsteal_kswapd 5613799 pgsteal_direct 0 pgscan_kswapd 5635857 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1970961 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1025 pageoutrun 1208 pgrotated 546354 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57214 unevictable_pgs_scanned 899209 unevictable_pgs_rescued 46574 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 390
time 18:26:28 nr_free_pages 100560 nr_zone_inactive_anon 133297 nr_zone_active_anon 2484961 nr_zone_inactive_file 278231 nr_zone_active_file 20924 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13036143 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13036143 numa_other 0 nr_inactive_anon 133318 nr_active_anon 2484900 nr_inactive_file 278154 nr_active_file 20924 nr_unevictable 3951 nr_slab_reclaimable 5675 nr_slab_unreclaimable 4836 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5428 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613001 nr_mapped 16236 nr_file_pages 308292 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9227 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 557843 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14895 nr_dirty_background_threshold 5914 pgpgin 30139245 pgpgout 2243364 pswpin 15 pswpout 550105 pgalloc_dma 2 pgalloc_dma32 7489258 pgalloc_normal 5583892 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13199926 pgactivate 332994 pgdeactivate 342981 pglazyfree 0 pgfault 5560175 pgmajfault 1772 pglazyfreed 0 pgrefill 344298 pgsteal_kswapd 5637877 pgsteal_direct 0 pgscan_kswapd 5659935 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1979833 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1028 pageoutrun 1212 pgrotated 550348 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57214 unevictable_pgs_scanned 903553 unevictable_pgs_rescued 46574 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 393
time 18:26:29 nr_free_pages 98082 nr_zone_inactive_anon 134496 nr_zone_active_anon 2483773 nr_zone_inactive_file 280479 nr_zone_active_file 20924 nr_zone_unevictable 3951 nr_zone_write_pending 129 nr_mlock 0 nr_page_table_pages 6061 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13060800 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13060800 numa_other 0 nr_inactive_anon 134496 nr_active_anon 2483822 nr_inactive_file 280479 nr_active_file 20924 nr_unevictable 3951 nr_slab_reclaimable 5759 nr_slab_unreclaimable 4882 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5789 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613056 nr_mapped 16101 nr_file_pages 310629 nr_dirty 0 nr_writeback 129 nr_writeback_temp 0 nr_shmem 7790 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7738 nr_written 561120 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15011 nr_dirty_background_threshold 5960 pgpgin 30235501 pgpgout 2256988 pswpin 15 pswpout 553511 pgalloc_dma 2 pgalloc_dma32 7513970 pgalloc_normal 5583929 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13222211 pgactivate 336979 pgdeactivate 344837 pglazyfree 0 pgfault 5560836 pgmajfault 1772 pglazyfreed 0 pgrefill 346154 pgsteal_kswapd 5659573 pgsteal_direct 0 pgscan_kswapd 5681631 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 1986741 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1032 pageoutrun 1217 pgrotated 553623 drop_pagecache 4 drop_slab 4 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57214 unevictable_pgs_scanned 907899 unevictable_pgs_rescued 46574 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 395
time 18:26:32 nr_free_pages 362508 nr_zone_inactive_anon 136681 nr_zone_active_anon 2481614 nr_zone_inactive_file 17396 nr_zone_active_file 20649 nr_zone_unevictable 4187 nr_zone_write_pending 14 nr_mlock 0 nr_page_table_pages 6075 nr_kernel_stack 2880 nr_bounce 0 nr_free_cma 0 numa_hit 13106153 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13106153 numa_other 0 nr_inactive_anon 136681 nr_active_anon 2481614 nr_inactive_file 17396 nr_active_file 20649 nr_unevictable 4187 nr_slab_reclaimable 4784 nr_slab_unreclaimable 4869 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613045 nr_mapped 16337 nr_file_pages 47503 nr_dirty 14 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9424 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7752 nr_written 563837 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14441 nr_dirty_background_threshold 5734 pgpgin 30411493 pgpgout 2267340 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7547219 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13531544 pgactivate 337412 pgdeactivate 346296 pglazyfree 0 pgfault 5561844 pgmajfault 1790 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 57520 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:34 nr_free_pages 336600 nr_zone_inactive_anon 136818 nr_zone_active_anon 2481588 nr_zone_inactive_file 40840 nr_zone_active_file 21210 nr_zone_unevictable 5889 nr_zone_write_pending 14 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13111008 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13111008 numa_other 0 nr_inactive_anon 136818 nr_active_anon 2481588 nr_inactive_file 40832 nr_active_file 21173 nr_unevictable 5889 nr_slab_reclaimable 4797 nr_slab_unreclaimable 4865 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613017 nr_mapped 16561 nr_file_pages 73287 nr_dirty 14 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11270 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7752 nr_written 563837 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14344 nr_dirty_background_threshold 5695 pgpgin 30507333 pgpgout 2267340 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7573512 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13532014 pgactivate 337491 pgdeactivate 346296 pglazyfree 0 pgfault 5562867 pgmajfault 1793 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59228 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:35 nr_free_pages 305245 nr_zone_inactive_anon 136818 nr_zone_active_anon 2481595 nr_zone_inactive_file 72003 nr_zone_active_file 21234 nr_zone_unevictable 6043 nr_zone_write_pending 14 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13152034 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13152034 numa_other 0 nr_inactive_anon 136818 nr_active_anon 2481595 nr_inactive_file 71948 nr_active_file 21234 nr_unevictable 6042 nr_slab_reclaimable 4797 nr_slab_unreclaimable 4870 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613023 nr_mapped 16561 nr_file_pages 104740 nr_dirty 14 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11418 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7752 nr_written 563837 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14335 nr_dirty_background_threshold 5692 pgpgin 30632261 pgpgout 2267340 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7605386 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13532468 pgactivate 337510 pgdeactivate 346296 pglazyfree 0 pgfault 5563526 pgmajfault 1793 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59408 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:36 nr_free_pages 280484 nr_zone_inactive_anon 136819 nr_zone_active_anon 2481600 nr_zone_inactive_file 96709 nr_zone_active_file 21236 nr_zone_unevictable 6075 nr_zone_write_pending 14 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13189143 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13189143 numa_other 0 nr_inactive_anon 136819 nr_active_anon 2481600 nr_inactive_file 96709 nr_active_file 21236 nr_unevictable 6075 nr_slab_reclaimable 4797 nr_slab_unreclaimable 4861 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613028 nr_mapped 16561 nr_file_pages 129430 nr_dirty 12 nr_writeback 2 nr_writeback_temp 0 nr_shmem 11452 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 563839 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14335 nr_dirty_background_threshold 5692 pgpgin 30731077 pgpgout 2267420 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7630547 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13532918 pgactivate 337510 pgdeactivate 346296 pglazyfree 0 pgfault 5564190 pgmajfault 1793 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59408 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:37 nr_free_pages 249242 nr_zone_inactive_anon 136818 nr_zone_active_anon 2481635 nr_zone_inactive_file 127919 nr_zone_active_file 21236 nr_zone_unevictable 6075 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13199186 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13199186 numa_other 0 nr_inactive_anon 136818 nr_active_anon 2481598 nr_inactive_file 127920 nr_active_file 21236 nr_unevictable 6075 nr_slab_reclaimable 4797 nr_slab_unreclaimable 4865 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613032 nr_mapped 16561 nr_file_pages 160638 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11452 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 563853 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14334 nr_dirty_background_threshold 5691 pgpgin 30856005 pgpgout 2267420 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7662241 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13533370 pgactivate 337512 pgdeactivate 346296 pglazyfree 0 pgfault 5564849 pgmajfault 1793 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59408 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:38 nr_free_pages 218246 nr_zone_inactive_anon 136819 nr_zone_active_anon 2481639 nr_zone_inactive_file 159041 nr_zone_active_file 21237 nr_zone_unevictable 6075 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13251998 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13251998 numa_other 0 nr_inactive_anon 136819 nr_active_anon 2481651 nr_inactive_file 159014 nr_active_file 21237 nr_unevictable 6075 nr_slab_reclaimable 4797 nr_slab_unreclaimable 4877 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613038 nr_mapped 16561 nr_file_pages 191748 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11453 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 563853 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14339 nr_dirty_background_threshold 5693 pgpgin 30980421 pgpgout 2267420 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7693798 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13533815 pgactivate 337512 pgdeactivate 346296 pglazyfree 0 pgfault 5565508 pgmajfault 1793 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59408 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:39 nr_free_pages 189319 nr_zone_inactive_anon 136819 nr_zone_active_anon 2481647 nr_zone_inactive_file 187871 nr_zone_active_file 21237 nr_zone_unevictable 6075 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13281659 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13281659 numa_other 0 nr_inactive_anon 136819 nr_active_anon 2481610 nr_inactive_file 187871 nr_active_file 21237 nr_unevictable 6075 nr_slab_reclaimable 4805 nr_slab_unreclaimable 4873 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613043 nr_mapped 16617 nr_file_pages 220603 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11453 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 563853 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14335 nr_dirty_background_threshold 5692 pgpgin 31095765 pgpgout 2267420 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7723097 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13534272 pgactivate 337512 pgdeactivate 346296 pglazyfree 0 pgfault 5566210 pgmajfault 1795 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59408 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:40 nr_free_pages 158050 nr_zone_inactive_anon 136818 nr_zone_active_anon 2481656 nr_zone_inactive_file 219097 nr_zone_active_file 21238 nr_zone_unevictable 6075 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13313222 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13313222 numa_other 0 nr_inactive_anon 136818 nr_active_anon 2481619 nr_inactive_file 219084 nr_active_file 21238 nr_unevictable 6075 nr_slab_reclaimable 4877 nr_slab_unreclaimable 4869 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613048 nr_mapped 16568 nr_file_pages 251854 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11454 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 563853 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14333 nr_dirty_background_threshold 5691 pgpgin 31220693 pgpgout 2267420 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7754854 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13534718 pgactivate 337514 pgdeactivate 346296 pglazyfree 0 pgfault 5566868 pgmajfault 1795 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59408 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:41 nr_free_pages 126669 nr_zone_inactive_anon 136818 nr_zone_active_anon 2481664 nr_zone_inactive_file 250198 nr_zone_active_file 21238 nr_zone_unevictable 6075 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13323912 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13323912 numa_other 0 nr_inactive_anon 136818 nr_active_anon 2481627 nr_inactive_file 250191 nr_active_file 21238 nr_unevictable 6075 nr_slab_reclaimable 4897 nr_slab_unreclaimable 4872 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613052 nr_mapped 16715 nr_file_pages 282899 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11454 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 563853 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14319 nr_dirty_background_threshold 5685 pgpgin 31345109 pgpgout 2267420 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7786495 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13535171 pgactivate 337514 pgdeactivate 346296 pglazyfree 0 pgfault 5567656 pgmajfault 1795 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59408 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:42 nr_free_pages 95422 nr_zone_inactive_anon 136820 nr_zone_active_anon 2481668 nr_zone_inactive_file 281449 nr_zone_active_file 21238 nr_zone_unevictable 6075 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13376619 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13376619 numa_other 0 nr_inactive_anon 136820 nr_active_anon 2481631 nr_inactive_file 281449 nr_active_file 21238 nr_unevictable 6075 nr_slab_reclaimable 5021 nr_slab_unreclaimable 4870 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 24 workingset_refault 6776 workingset_activate 221 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613059 nr_mapped 16686 nr_file_pages 314175 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 11457 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 563853 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15075 nr_dirty_background_threshold 5985 pgpgin 31470037 pgpgout 2267420 pswpin 15 pswpout 556099 pgalloc_dma 2 pgalloc_dma32 7818266 pgalloc_normal 5595920 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13535631 pgactivate 337514 pgdeactivate 346296 pglazyfree 0 pgfault 5568318 pgmajfault 1795 pglazyfreed 0 pgrefill 347434 pgsteal_kswapd 5683587 pgsteal_direct 0 pgscan_kswapd 5705645 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2042264 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1220 pgrotated 556478 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59408 unevictable_pgs_scanned 910173 unevictable_pgs_rescued 46644 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 399
time 18:26:43 nr_free_pages 94976 nr_zone_inactive_anon 137729 nr_zone_active_anon 2480789 nr_zone_inactive_file 283845 nr_zone_active_file 21326 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6077 nr_kernel_stack 2880 nr_bounce 0 nr_free_cma 0 numa_hit 13384203 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13384203 numa_other 0 nr_inactive_anon 137729 nr_active_anon 2480789 nr_inactive_file 283870 nr_active_file 21326 nr_unevictable 3951 nr_slab_reclaimable 5053 nr_slab_unreclaimable 4875 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 425 workingset_refault 6818 workingset_activate 263 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613116 nr_mapped 16459 nr_file_pages 314561 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9350 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 565853 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15200 nr_dirty_background_threshold 6035 pgpgin 31583361 pgpgout 2275420 pswpin 15 pswpout 558099 pgalloc_dma 2 pgalloc_dma32 7839788 pgalloc_normal 5603404 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13564145 pgactivate 337694 pgdeactivate 347256 pglazyfree 0 pgfault 5568988 pgmajfault 1800 pglazyfreed 0 pgrefill 348394 pgsteal_kswapd 5709382 pgsteal_direct 0 pgscan_kswapd 5731622 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2048312 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1034 pageoutrun 1222 pgrotated 558475 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59408 unevictable_pgs_scanned 914989 unevictable_pgs_rescued 48768 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 10 swap_ra_hit 402
time 18:26:44 nr_free_pages 97414 nr_zone_inactive_anon 139888 nr_zone_active_anon 2478566 nr_zone_inactive_file 281678 nr_zone_active_file 21079 nr_zone_unevictable 3958 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13429422 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13429422 numa_other 0 nr_inactive_anon 139902 nr_active_anon 2478554 nr_inactive_file 281726 nr_active_file 21015 nr_unevictable 3958 nr_slab_reclaimable 5053 nr_slab_unreclaimable 4850 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 821 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613116 nr_mapped 16401 nr_file_pages 312121 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9339 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 569850 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15077 nr_dirty_background_threshold 5986 pgpgin 31677593 pgpgout 2291408 pswpin 19 pswpout 562096 pgalloc_dma 2 pgalloc_dma32 7863767 pgalloc_normal 5603531 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13590750 pgactivate 339853 pgdeactivate 349926 pglazyfree 0 pgfault 5569647 pgmajfault 1801 pglazyfreed 0 pgrefill 351407 pgsteal_kswapd 5735393 pgsteal_direct 0 pgscan_kswapd 5757640 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2057407 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1039 pageoutrun 1228 pgrotated 562471 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59415 unevictable_pgs_scanned 919428 unevictable_pgs_rescued 48775 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 406
time 18:26:45 nr_free_pages 97679 nr_zone_inactive_anon 141781 nr_zone_active_anon 2476738 nr_zone_inactive_file 281542 nr_zone_active_file 21017 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13455906 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13455906 numa_other 0 nr_inactive_anon 141802 nr_active_anon 2476640 nr_inactive_file 281574 nr_active_file 21017 nr_unevictable 3951 nr_slab_reclaimable 5101 nr_slab_unreclaimable 4846 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 1215 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613073 nr_mapped 16451 nr_file_pages 311958 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9352 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 573847 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15070 nr_dirty_background_threshold 5983 pgpgin 31781017 pgpgout 2307396 pswpin 19 pswpout 566093 pgalloc_dma 2 pgalloc_dma32 7890306 pgalloc_normal 5603531 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13617456 pgactivate 341853 pgdeactivate 351846 pglazyfree 0 pgfault 5570303 pgmajfault 1801 pglazyfreed 0 pgrefill 353327 pgsteal_kswapd 5761489 pgsteal_direct 0 pgscan_kswapd 5783736 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2066808 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1044 pageoutrun 1233 pgrotated 566466 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59429 unevictable_pgs_scanned 923776 unevictable_pgs_rescued 48775 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 408
time 18:26:46 nr_free_pages 100561 nr_zone_inactive_anon 143651 nr_zone_active_anon 2474842 nr_zone_inactive_file 278505 nr_zone_active_file 21017 nr_zone_unevictable 3951 nr_zone_write_pending 25 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13459674 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13459674 numa_other 0 nr_inactive_anon 143700 nr_active_anon 2474773 nr_inactive_file 278495 nr_active_file 21017 nr_unevictable 3951 nr_slab_reclaimable 5193 nr_slab_unreclaimable 4870 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 1624 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613077 nr_mapped 16451 nr_file_pages 308930 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9373 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 577862 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14917 nr_dirty_background_threshold 5922 pgpgin 31873177 pgpgout 2323384 pswpin 19 pswpout 570090 pgalloc_dma 2 pgalloc_dma32 7913878 pgalloc_normal 5603659 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13644051 pgactivate 343867 pgdeactivate 353766 pglazyfree 0 pgfault 5570963 pgmajfault 1801 pglazyfreed 0 pgrefill 355247 pgsteal_kswapd 5787582 pgsteal_direct 0 pgscan_kswapd 5809829 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2075248 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1048 pageoutrun 1238 pgrotated 570456 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59429 unevictable_pgs_scanned 928143 unevictable_pgs_rescued 48789 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 410
time 18:26:47 nr_free_pages 101719 nr_zone_inactive_anon 145528 nr_zone_active_anon 2472978 nr_zone_inactive_file 277546 nr_zone_active_file 21017 nr_zone_unevictable 3951 nr_zone_write_pending 129 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13489270 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13489270 numa_other 0 nr_inactive_anon 145528 nr_active_anon 2472978 nr_inactive_file 277699 nr_active_file 21017 nr_unevictable 3951 nr_slab_reclaimable 5193 nr_slab_unreclaimable 4873 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 2029 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613084 nr_mapped 16451 nr_file_pages 308108 nr_dirty 0 nr_writeback 129 nr_writeback_temp 0 nr_shmem 8399 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 580642 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14877 nr_dirty_background_threshold 5907 pgpgin 31967897 pgpgout 2335092 pswpin 19 pswpout 573017 pgalloc_dma 2 pgalloc_dma32 7938049 pgalloc_normal 5603739 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13669068 pgactivate 345883 pgdeactivate 355558 pglazyfree 0 pgfault 5571622 pgmajfault 1801 pglazyfreed 0 pgrefill 357039 pgsteal_kswapd 5812018 pgsteal_direct 0 pgscan_kswapd 5834265 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2082042 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1052 pageoutrun 1243 pgrotated 573246 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59429 unevictable_pgs_scanned 932506 unevictable_pgs_rescued 48789 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 411
time 18:26:48 nr_free_pages 97930 nr_zone_inactive_anon 147181 nr_zone_active_anon 2471305 nr_zone_inactive_file 281280 nr_zone_active_file 21017 nr_zone_unevictable 3951 nr_zone_write_pending 17 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13511562 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13511562 numa_other 0 nr_inactive_anon 147307 nr_active_anon 2471237 nr_inactive_file 281230 nr_active_file 21017 nr_unevictable 3951 nr_slab_reclaimable 5273 nr_slab_unreclaimable 4819 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 2323 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613138 nr_mapped 16451 nr_file_pages 311668 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9385 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 583838 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15053 nr_dirty_background_threshold 5977 pgpgin 32068249 pgpgout 2347360 pswpin 19 pswpout 576084 pgalloc_dma 2 pgalloc_dma32 7963766 pgalloc_normal 5603789 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13691216 pgactivate 345888 pgdeactivate 357382 pglazyfree 0 pgfault 5572282 pgmajfault 1801 pglazyfreed 0 pgrefill 358863 pgsteal_kswapd 5833539 pgsteal_direct 0 pgscan_kswapd 5855818 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2091380 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1056 pageoutrun 1248 pgrotated 576452 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59429 unevictable_pgs_scanned 934667 unevictable_pgs_rescued 48789 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 413
time 18:26:49 nr_free_pages 102107 nr_zone_inactive_anon 148970 nr_zone_active_anon 2469446 nr_zone_inactive_file 276867 nr_zone_active_file 21017 nr_zone_unevictable 3957 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13553936 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13553936 numa_other 0 nr_inactive_anon 148970 nr_active_anon 2469446 nr_inactive_file 276867 nr_active_file 21017 nr_unevictable 3957 nr_slab_reclaimable 5301 nr_slab_unreclaimable 4863 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 2809 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613142 nr_mapped 16404 nr_file_pages 307185 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9233 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 587835 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14836 nr_dirty_background_threshold 5890 pgpgin 32164505 pgpgout 2363348 pswpin 19 pswpout 580081 pgalloc_dma 2 pgalloc_dma32 7988389 pgalloc_normal 5603875 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13720349 pgactivate 349915 pgdeactivate 359078 pglazyfree 0 pgfault 5572942 pgmajfault 1801 pglazyfreed 0 pgrefill 360559 pgsteal_kswapd 5862010 pgsteal_direct 0 pgscan_kswapd 5884278 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2100497 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1059 pageoutrun 1252 pgrotated 580446 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59435 unevictable_pgs_scanned 939123 unevictable_pgs_rescued 48789 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 416
time 18:26:50 nr_free_pages 97198 nr_zone_inactive_anon 150107 nr_zone_active_anon 2468142 nr_zone_inactive_file 281888 nr_zone_active_file 21017 nr_zone_unevictable 3957 nr_zone_write_pending 71 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13577866 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13577866 numa_other 0 nr_inactive_anon 150177 nr_active_anon 2468092 nr_inactive_file 282002 nr_active_file 21017 nr_unevictable 3957 nr_slab_reclaimable 5377 nr_slab_unreclaimable 4867 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 3127 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613098 nr_mapped 16289 nr_file_pages 312194 nr_dirty 0 nr_writeback 15 nr_writeback_temp 0 nr_shmem 9084 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 591850 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15091 nr_dirty_background_threshold 5992 pgpgin 32273049 pgpgout 2379336 pswpin 19 pswpout 584078 pgalloc_dma 2 pgalloc_dma32 8014328 pgalloc_normal 5605634 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13742999 pgactivate 349975 pgdeactivate 360358 pglazyfree 0 pgfault 5573595 pgmajfault 1801 pglazyfreed 0 pgrefill 361839 pgsteal_kswapd 5884017 pgsteal_direct 0 pgscan_kswapd 5906285 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2108905 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1060 pageoutrun 1255 pgrotated 584440 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59443 unevictable_pgs_scanned 943459 unevictable_pgs_rescued 48803 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 419
time 18:26:51 nr_free_pages 99815 nr_zone_inactive_anon 150565 nr_zone_active_anon 2467760 nr_zone_inactive_file 279372 nr_zone_active_file 21017 nr_zone_unevictable 3936 nr_zone_write_pending 129 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13603591 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13603591 numa_other 0 nr_inactive_anon 150565 nr_active_anon 2467760 nr_inactive_file 279372 nr_active_file 21017 nr_unevictable 3936 nr_slab_reclaimable 5405 nr_slab_unreclaimable 4861 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 3530 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613103 nr_mapped 16289 nr_file_pages 309563 nr_dirty 0 nr_writeback 129 nr_writeback_temp 0 nr_shmem 8284 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 594572 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14960 nr_dirty_background_threshold 5940 pgpgin 32359065 pgpgout 2390812 pswpin 19 pswpout 586947 pgalloc_dma 2 pgalloc_dma32 8036341 pgalloc_normal 5605762 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13767675 pgactivate 353965 pgdeactivate 361958 pglazyfree 0 pgfault 5574256 pgmajfault 1801 pglazyfreed 0 pgrefill 363439 pgsteal_kswapd 5908143 pgsteal_direct 0 pgscan_kswapd 5930411 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2112094 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1063 pageoutrun 1259 pgrotated 587174 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59458 unevictable_pgs_scanned 947871 unevictable_pgs_rescued 48818 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 420
time 18:26:52 nr_free_pages 96216 nr_zone_inactive_anon 153287 nr_zone_active_anon 2465046 nr_zone_inactive_file 282788 nr_zone_active_file 21017 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13625050 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13625050 numa_other 0 nr_inactive_anon 153287 nr_active_anon 2465046 nr_inactive_file 282886 nr_active_file 21017 nr_unevictable 3951 nr_slab_reclaimable 5613 nr_slab_unreclaimable 4867 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 3802 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613109 nr_mapped 16293 nr_file_pages 313148 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9177 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 597829 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15135 nr_dirty_background_threshold 6009 pgpgin 32443033 pgpgout 2403324 pswpin 19 pswpout 590075 pgalloc_dma 2 pgalloc_dma32 8057997 pgalloc_normal 5605762 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13785608 pgactivate 353985 pgdeactivate 363430 pglazyfree 0 pgfault 5574917 pgmajfault 1801 pglazyfreed 0 pgrefill 364911 pgsteal_kswapd 5925601 pgsteal_direct 0 pgscan_kswapd 5947869 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2120500 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1067 pageoutrun 1263 pgrotated 590434 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59474 unevictable_pgs_scanned 950059 unevictable_pgs_rescued 48818 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 422
time 18:26:53 nr_free_pages 96559 nr_zone_inactive_anon 155500 nr_zone_active_anon 2462862 nr_zone_inactive_file 282418 nr_zone_active_file 21017 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6064 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13632292 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13632292 numa_other 0 nr_inactive_anon 155472 nr_active_anon 2462883 nr_inactive_file 282411 nr_active_file 21017 nr_unevictable 3951 nr_slab_reclaimable 5537 nr_slab_unreclaimable 4819 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 4165 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613113 nr_mapped 16293 nr_file_pages 312691 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9138 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 601826 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15112 nr_dirty_background_threshold 6000 pgpgin 32541337 pgpgout 2419312 pswpin 19 pswpout 594072 pgalloc_dma 2 pgalloc_dma32 8083228 pgalloc_normal 5605762 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13811320 pgactivate 355998 pgdeactivate 365606 pglazyfree 0 pgfault 5575581 pgmajfault 1801 pglazyfreed 0 pgrefill 367087 pgsteal_kswapd 5950644 pgsteal_direct 0 pgscan_kswapd 5972912 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2129498 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1073 pageoutrun 1269 pgrotated 594429 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59488 unevictable_pgs_scanned 954414 unevictable_pgs_rescued 48848 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 424
time 18:26:54 nr_free_pages 98584 nr_zone_inactive_anon 156700 nr_zone_active_anon 2461676 nr_zone_inactive_file 279945 nr_zone_active_file 21017 nr_zone_unevictable 3951 nr_zone_write_pending 63 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2888 nr_bounce 0 nr_free_cma 0 numa_hit 13653600 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13653600 numa_other 0 nr_inactive_anon 156819 nr_active_anon 2461557 nr_inactive_file 279974 nr_active_file 21017 nr_unevictable 3951 nr_slab_reclaimable 5549 nr_slab_unreclaimable 4869 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 4605 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613119 nr_mapped 16174 nr_file_pages 310237 nr_dirty 0 nr_writeback 42 nr_writeback_temp 0 nr_shmem 9183 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 605841 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14990 nr_dirty_background_threshold 5952 pgpgin 32637081 pgpgout 2435356 pswpin 19 pswpout 598083 pgalloc_dma 2 pgalloc_dma32 8102920 pgalloc_normal 5610705 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13838359 pgactivate 358014 pgdeactivate 366950 pglazyfree 0 pgfault 5576241 pgmajfault 1801 pglazyfreed 0 pgrefill 368431 pgsteal_kswapd 5977018 pgsteal_direct 0 pgscan_kswapd 5999286 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2138833 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1074 pageoutrun 1272 pgrotated 598434 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59488 unevictable_pgs_scanned 958729 unevictable_pgs_rescued 48848 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 427
time 18:26:55 nr_free_pages 97821 nr_zone_inactive_anon 157522 nr_zone_active_anon 2460818 nr_zone_inactive_file 280669 nr_zone_active_file 21017 nr_zone_unevictable 3951 nr_zone_write_pending 113 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13695024 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13695024 numa_other 0 nr_inactive_anon 157473 nr_active_anon 2460948 nr_inactive_file 280816 nr_active_file 21017 nr_unevictable 3951 nr_slab_reclaimable 5693 nr_slab_unreclaimable 4829 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 4997 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613123 nr_mapped 15831 nr_file_pages 311066 nr_dirty 0 nr_writeback 86 nr_writeback_temp 0 nr_shmem 8357 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 608544 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15032 nr_dirty_background_threshold 5968 pgpgin 32744601 pgpgout 2446700 pswpin 19 pswpout 600919 pgalloc_dma 2 pgalloc_dma32 8129503 pgalloc_normal 5611666 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13865010 pgactivate 360027 pgdeactivate 368870 pglazyfree 0 pgfault 5576901 pgmajfault 1801 pglazyfreed 0 pgrefill 370351 pgsteal_kswapd 6003124 pgsteal_direct 0 pgscan_kswapd 6025394 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2145512 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1077 pageoutrun 1277 pgrotated 601137 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59488 unevictable_pgs_scanned 963045 unevictable_pgs_rescued 48848 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 429
time 18:26:56 nr_free_pages 101585 nr_zone_inactive_anon 160724 nr_zone_active_anon 2457663 nr_zone_inactive_file 277091 nr_zone_active_file 21019 nr_zone_unevictable 3951 nr_zone_write_pending 129 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13727397 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13727397 numa_other 0 nr_inactive_anon 160724 nr_active_anon 2457663 nr_inactive_file 277091 nr_active_file 21019 nr_unevictable 3951 nr_slab_reclaimable 5713 nr_slab_unreclaimable 4865 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5456 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613129 nr_mapped 15849 nr_file_pages 307325 nr_dirty 0 nr_writeback 129 nr_writeback_temp 0 nr_shmem 8434 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 612477 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14847 nr_dirty_background_threshold 5895 pgpgin 32842905 pgpgout 2462432 pswpin 19 pswpout 604852 pgalloc_dma 2 pgalloc_dma32 8154624 pgalloc_normal 5611714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13893859 pgactivate 362014 pgdeactivate 370854 pglazyfree 0 pgfault 5577561 pgmajfault 1801 pglazyfreed 0 pgrefill 372335 pgsteal_kswapd 6031392 pgsteal_direct 0 pgscan_kswapd 6053662 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2153910 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1081 pageoutrun 1282 pgrotated 605072 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59488 unevictable_pgs_scanned 967292 unevictable_pgs_rescued 48848 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 432
time 18:26:57 nr_free_pages 98480 nr_zone_inactive_anon 162710 nr_zone_active_anon 2455683 nr_zone_inactive_file 280314 nr_zone_active_file 21019 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13753034 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13753034 numa_other 0 nr_inactive_anon 162710 nr_active_anon 2455683 nr_inactive_file 280314 nr_active_file 21019 nr_unevictable 3951 nr_slab_reclaimable 5729 nr_slab_unreclaimable 4862 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 5798 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613134 nr_mapped 15849 nr_file_pages 310564 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9196 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 615856 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15007 nr_dirty_background_threshold 5958 pgpgin 32943257 pgpgout 2475432 pswpin 19 pswpout 608102 pgalloc_dma 2 pgalloc_dma32 8180375 pgalloc_normal 5611714 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13916355 pgactivate 362031 pgdeactivate 372838 pglazyfree 0 pgfault 5578216 pgmajfault 1801 pglazyfreed 0 pgrefill 374319 pgsteal_kswapd 6053242 pgsteal_direct 0 pgscan_kswapd 6075512 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2163370 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1087 pageoutrun 1288 pgrotated 608447 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59488 unevictable_pgs_scanned 969486 unevictable_pgs_rescued 48848 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 436
time 18:26:58 nr_free_pages 97863 nr_zone_inactive_anon 164298 nr_zone_active_anon 2454171 nr_zone_inactive_file 280421 nr_zone_active_file 21019 nr_zone_unevictable 3951 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13777165 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13777165 numa_other 0 nr_inactive_anon 164193 nr_active_anon 2454105 nr_inactive_file 280421 nr_active_file 21019 nr_unevictable 3951 nr_slab_reclaimable 5837 nr_slab_unreclaimable 4862 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 6141 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613139 nr_mapped 15849 nr_file_pages 310649 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9150 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 619867 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15013 nr_dirty_background_threshold 5961 pgpgin 33039001 pgpgout 2491476 pswpin 19 pswpout 612113 pgalloc_dma 2 pgalloc_dma32 8204819 pgalloc_normal 5611889 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13940844 pgactivate 366048 pgdeactivate 374438 pglazyfree 0 pgfault 5578878 pgmajfault 1801 pglazyfreed 0 pgrefill 375919 pgsteal_kswapd 6077113 pgsteal_direct 0 pgscan_kswapd 6099383 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2172438 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1090 pageoutrun 1292 pgrotated 612452 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59488 unevictable_pgs_scanned 973908 unevictable_pgs_rescued 48848 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 441
time 18:26:59 nr_free_pages 92566 nr_zone_inactive_anon 165672 nr_zone_active_anon 2452701 nr_zone_inactive_file 285622 nr_zone_active_file 21019 nr_zone_unevictable 3951 nr_zone_write_pending 387 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13784309 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13784309 numa_other 0 nr_inactive_anon 165672 nr_active_anon 2452701 nr_inactive_file 285742 nr_active_file 21019 nr_unevictable 3951 nr_slab_reclaimable 5805 nr_slab_unreclaimable 4903 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 6483 workingset_refault 6821 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613145 nr_mapped 15845 nr_file_pages 315998 nr_dirty 0 nr_writeback 283 nr_writeback_temp 0 nr_shmem 8334 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 622422 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15278 nr_dirty_background_threshold 6066 pgpgin 33140889 pgpgout 2502800 pswpin 19 pswpout 614944 pgalloc_dma 2 pgalloc_dma32 8229681 pgalloc_normal 5613067 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13961446 pgactivate 366059 pgdeactivate 375846 pglazyfree 0 pgfault 5579539 pgmajfault 1801 pglazyfreed 0 pgrefill 377327 pgsteal_kswapd 6097184 pgsteal_direct 0 pgscan_kswapd 6119454 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2174707 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1092 pageoutrun 1296 pgrotated 615018 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59488 unevictable_pgs_scanned 978105 unevictable_pgs_rescued 48848 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 443
time 18:27:00 nr_free_pages 97129 nr_zone_inactive_anon 166627 nr_zone_active_anon 2451807 nr_zone_inactive_file 280796 nr_zone_active_file 21021 nr_zone_unevictable 3951 nr_zone_write_pending 30 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13807303 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13807303 numa_other 0 nr_inactive_anon 166662 nr_active_anon 2451679 nr_inactive_file 281000 nr_active_file 21021 nr_unevictable 3951 nr_slab_reclaimable 5889 nr_slab_unreclaimable 4842 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 6717 workingset_refault 6822 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613149 nr_mapped 15847 nr_file_pages 311231 nr_dirty 0 nr_writeback 0 nr_writeback_temp 0 nr_shmem 9172 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 625864 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15042 nr_dirty_background_threshold 5972 pgpgin 33198757 pgpgout 2515464 pswpin 19 pswpout 618110 pgalloc_dma 2 pgalloc_dma32 8243388 pgalloc_normal 5614490 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 13981309 pgactivate 368052 pgdeactivate 376870 pglazyfree 0 pgfault 5580211 pgmajfault 1801 pglazyfreed 0 pgrefill 378351 pgsteal_kswapd 6116456 pgsteal_direct 0 pgscan_kswapd 6138726 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2183988 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1093 pageoutrun 1298 pgrotated 618445 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59488 unevictable_pgs_scanned 980285 unevictable_pgs_rescued 48848 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 446
time 18:27:01 nr_free_pages 96417 nr_zone_inactive_anon 169702 nr_zone_active_anon 2449018 nr_zone_inactive_file 281510 nr_zone_active_file 21022 nr_zone_unevictable 3951 nr_zone_write_pending 240 nr_mlock 0 nr_page_table_pages 6063 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13835918 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13835918 numa_other 0 nr_inactive_anon 169772 nr_active_anon 2448948 nr_inactive_file 281503 nr_active_file 21022 nr_unevictable 3951 nr_slab_reclaimable 5945 nr_slab_unreclaimable 4891 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 7189 workingset_refault 6822 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613153 nr_mapped 15973 nr_file_pages 312110 nr_dirty 0 nr_writeback 136 nr_writeback_temp 0 nr_shmem 8819 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7754 nr_written 628419 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 15067 nr_dirty_background_threshold 5982 pgpgin 33304741 pgpgout 2526200 pswpin 19 pswpout 620794 pgalloc_dma 2 pgalloc_dma32 8270877 pgalloc_normal 5614490 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 14007836 pgactivate 370118 pgdeactivate 379686 pglazyfree 0 pgfault 5581157 pgmajfault 1801 pglazyfreed 0 pgrefill 381167 pgsteal_kswapd 6142394 pgsteal_direct 0 pgscan_kswapd 6164664 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2191286 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1101 pageoutrun 1306 pgrotated 620995 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 59742 unevictable_pgs_scanned 985277 unevictable_pgs_rescued 49102 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 448
time 18:27:02 nr_free_pages 95511 nr_zone_inactive_anon 172386 nr_zone_active_anon 2446935 nr_zone_inactive_file 279588 nr_zone_active_file 21022 nr_zone_unevictable 5958 nr_zone_write_pending 0 nr_mlock 0 nr_page_table_pages 6062 nr_kernel_stack 2848 nr_bounce 0 nr_free_cma 0 numa_hit 13870710 numa_miss 0 numa_foreign 0 numa_interleave 9241 numa_local 13870710 numa_other 0 nr_inactive_anon 172428 nr_active_anon 2446882 nr_inactive_file 279500 nr_active_file 21022 nr_unevictable 5958 nr_slab_reclaimable 6009 nr_slab_unreclaimable 4843 nr_isolated_anon 0 nr_isolated_file 0 workingset_nodes 7518 workingset_refault 6822 workingset_activate 266 workingset_restore 0 workingset_nodereclaim 0 nr_anon_pages 2613160 nr_mapped 16730 nr_file_pages 312687 nr_dirty 1 nr_writeback 0 nr_writeback_temp 0 nr_shmem 12175 nr_shmem_hugepages 0 nr_shmem_pmdmapped 0 nr_file_hugepages 0 nr_file_pmdmapped 0 nr_anon_transparent_hugepages 0 nr_unstable 0 nr_vmscan_write 0 nr_vmscan_immediate_reclaim 24 nr_dirtied 7755 nr_written 631858 nr_kernel_misc_reclaimable 0 nr_dirty_threshold 14967 nr_dirty_background_threshold 5942 pgpgin 33391397 pgpgout 2539440 pswpin 19 pswpout 624104 pgalloc_dma 2 pgalloc_dma32 8295780 pgalloc_normal 5614490 pgalloc_movable 0 allocstall_dma 0 allocstall_dma32 0 allocstall_normal 0 allocstall_movable 0 pgskip_dma 0 pgskip_dma32 0 pgskip_normal 0 pgskip_movable 0 pgfree 14032137 pgactivate 370330 pgdeactivate 381926 pglazyfree 0 pgfault 5583220 pgmajfault 1803 pglazyfreed 0 pgrefill 383407 pgsteal_kswapd 6166123 pgsteal_direct 0 pgscan_kswapd 6188393 pgscan_direct 0 pgscan_direct_throttle 0 zone_reclaim_failed 0 pginodesteal 0 slabs_scanned 2200468 kswapd_inodesteal 655 kswapd_low_wmark_hit_quickly 19 kswapd_high_wmark_hit_quickly 1107 pageoutrun 1312 pgrotated 624433 drop_pagecache 5 drop_slab 5 oom_kill 0 pgmigrate_success 18880 pgmigrate_fail 0 compact_migrate_scanned 20150 compact_free_scanned 4170 compact_isolated 43593 compact_stall 0 compact_fail 0 compact_success 0 compact_daemon_wake 31 compact_daemon_migrate_scanned 20150 compact_daemon_free_scanned 4170 htlb_buddy_alloc_success 0 htlb_buddy_alloc_fail 0 unevictable_pgs_culled 61753 unevictable_pgs_scanned 987844 unevictable_pgs_rescued 49106 unevictable_pgs_mlocked 0 unevictable_pgs_munlocked 0 unevictable_pgs_cleared 0 unevictable_pgs_stranded 0 swap_ra 13 swap_ra_hit 451

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-24  5:43   ` Chris Edwards
@ 2020-01-24 10:04     ` Michal Hocko
  2020-01-24 10:28       ` Michal Hocko
  2020-01-27 10:06       ` Johannes Weiner
  0 siblings, 2 replies; 14+ messages in thread
From: Michal Hocko @ 2020-01-24 10:04 UTC (permalink / raw)
  To: Chris Edwards; +Cc: linux-mm, Johannes Weiner

[Cc Johannes. The collected vmstat data is in http://lkml.kernel.org/r/1579844599463.32567@otago.ac.nz]

On Fri 24-01-20 05:43:19, Chris Edwards wrote:
> > Could you collect /proc/vmstat every second or so while you observe this
> behavior? This should give us more information that vmstat(8) output.
> 
> Hi Michal,
> 
> Thanks for the suggestion - I've re-run the test on a 5.5.0-rc6 kernel
> built from source using the default config, which exhibits the same
> behaviour. Please see attachment; I hope the format is OK.

I personally would have liked one snapshot per file slightly easier to
parse but no problem (I have simply broken out counters per file). In
future the following would be easier to process ;)
while true
do
	TS="$(date +%s)"
	cp /proc/vmstat vmstat.$TS
	sleep 1s
done

> Here's the timeline of events:
> 18:25:00	start
> 18:25:10	run `stress` to limit available memory (grabs 0.9 x MemAvailable)

I assume this will allocate anonymous memory.
time 18:25:10
nr_free_pages 2934822
nr_inactive_anon 57550
nr_active_anon 5733
nr_inactive_file 1428
nr_active_file 21857
nr_unevictable 6102
pswpin 8
pswpout 390136

So there is 11GB of free memory. And 1.5GB of memory swapped out in the
past (probably a result of previous tests), we are going to use this
number as a base for future comparing because pswpout counter is
incremental.

Anonymous LRUs have 240MB of memory and there is 90MB of file backed.

> 18:25:20	run `dd` to exercise the buffer cache

time 18:25:20
nr_free_pages 367818
nr_inactive_anon 57693
nr_active_anon 2560480
nr_inactive_file 7110
nr_active_file 23332
nr_unevictable 6195
pswpin 8
pswpout 390136

The free memory dropped to 1.4GB as a result of your `stress` load. All
that memory landed in the anonymous LRU lists (9GB of memory comparing
to 240MB before the test). File backed memory's grown to 118MB. No
swapout/in durinf that time period.

Nothing really unexpected so far. There is still quite some room to fit
the IO workload in. Let's see how the pswpout evolves over time.

$ awk '{diff=$1-prev; if (prev&&diff) printf "%d %d %d\n", NR, $1, diff; prev=$1}' pswpout
30 392136 2000
31 395513 3377
32 399132 3619
33 403101 3969
34 407211 4110
35 410812 3601
36 414120 3308
37 418119 3999
38 422116 3997
39 424154 2038
40 428110 3956

So the swappout started around 18:25:00
$ sed '1,28d;' nr_free_pages | head
118413
100516
98751
95914
97059
101303
101588
97801
99415
99842

The free memory dropped down to ~400MB which is likely the
min_free_kbytes defined watermark

$ sed '1,28d;' nr_inactive_anon | head -n3
57633
57828
58932
$ sed '1,28d;' nr_active_anon | head -n3
2560522
2560148
2559087

Anonymous list around 10GB

$ sed '1,28d;' nr_inactive_file | head -n3
255957
276400
278865
$ sed '1,28d;' nr_active_file | head -n3
23334
23439
22743

File lists 1.1GB. Inactive file LRU is quite large and
$ sed '1,28d;' nr_dirty | head -n3
0
0
0
$ sed '1,28d;' nr_writeback | head -n3
0
0
141

The data shouldn't be dirty so we should preferably reclaim those pages
rather than swap out. That is little bit surprising to me. Johannes what
do you think about this?

> 18:26:00	echo 3 > /proc/sys/vm/drop_caches
> 18:26:30	echo 3 > /proc/sys/vm/drop_caches
> 
> The paging stops after each drop_caches, but starts again once the buffer cache utilisation rises.


-- 
Michal Hocko
SUSE Labs


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-24 10:04     ` Michal Hocko
@ 2020-01-24 10:28       ` Michal Hocko
  2020-01-27 10:06       ` Johannes Weiner
  1 sibling, 0 replies; 14+ messages in thread
From: Michal Hocko @ 2020-01-24 10:28 UTC (permalink / raw)
  To: Chris Edwards; +Cc: linux-mm, Johannes Weiner

On Fri 24-01-20 11:04:25, Michal Hocko wrote:
[...]
> $ awk '{diff=$1-prev; if (prev&&diff) printf "%d %d %d\n", NR, $1, diff; prev=$1}' pswpout
> 30 392136 2000
> 31 395513 3377
> 32 399132 3619
> 33 403101 3969
> 34 407211 4110
> 35 410812 3601
> 36 414120 3308
> 37 418119 3999
> 38 422116 3997
> 39 424154 2038
> 40 428110 3956
> 
> So the swappout started around 18:25:00

Sorry, this should have been 18:25:29
$ sed '1,29d' vmstat-log.txt | head -n1
time 18:25:29

I hope I haven't misprocessed other data but a quick check suggests that
s ok.
-- 
Michal Hocko
SUSE Labs


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-24 10:04     ` Michal Hocko
  2020-01-24 10:28       ` Michal Hocko
@ 2020-01-27 10:06       ` Johannes Weiner
  2020-01-28  3:22         ` Chris Edwards
  1 sibling, 1 reply; 14+ messages in thread
From: Johannes Weiner @ 2020-01-27 10:06 UTC (permalink / raw)
  To: Michal Hocko; +Cc: Chris Edwards, linux-mm

On Fri, Jan 24, 2020 at 11:04:23AM +0100, Michal Hocko wrote:
> [Cc Johannes. The collected vmstat data is in http://lkml.kernel.org/r/1579844599463.32567@otago.ac.nz]
> 
> On Fri 24-01-20 05:43:19, Chris Edwards wrote:
> > > Could you collect /proc/vmstat every second or so while you observe this
> > behavior? This should give us more information that vmstat(8) output.
> > 
> > Hi Michal,
> > 
> > Thanks for the suggestion - I've re-run the test on a 5.5.0-rc6 kernel
> > built from source using the default config, which exhibits the same
> > behaviour. Please see attachment; I hope the format is OK.
> 
> I personally would have liked one snapshot per file slightly easier to
> parse but no problem (I have simply broken out counters per file). In
> future the following would be easier to process ;)
> while true
> do
> 	TS="$(date +%s)"
> 	cp /proc/vmstat vmstat.$TS
> 	sleep 1s
> done
> 
> > Here's the timeline of events:
> > 18:25:00	start
> > 18:25:10	run `stress` to limit available memory (grabs 0.9 x MemAvailable)
> 
> I assume this will allocate anonymous memory.
> time 18:25:10
> nr_free_pages 2934822
> nr_inactive_anon 57550
> nr_active_anon 5733
> nr_inactive_file 1428
> nr_active_file 21857
> nr_unevictable 6102
> pswpin 8
> pswpout 390136
> 
> So there is 11GB of free memory. And 1.5GB of memory swapped out in the
> past (probably a result of previous tests), we are going to use this
> number as a base for future comparing because pswpout counter is
> incremental.
> 
> Anonymous LRUs have 240MB of memory and there is 90MB of file backed.
> 
> > 18:25:20	run `dd` to exercise the buffer cache
> 
> time 18:25:20
> nr_free_pages 367818
> nr_inactive_anon 57693
> nr_active_anon 2560480
> nr_inactive_file 7110
> nr_active_file 23332
> nr_unevictable 6195
> pswpin 8
> pswpout 390136
> 
> The free memory dropped to 1.4GB as a result of your `stress` load. All
> that memory landed in the anonymous LRU lists (9GB of memory comparing
> to 240MB before the test). File backed memory's grown to 118MB. No
> swapout/in durinf that time period.
> 
> Nothing really unexpected so far. There is still quite some room to fit
> the IO workload in. Let's see how the pswpout evolves over time.
> 
> $ awk '{diff=$1-prev; if (prev&&diff) printf "%d %d %d\n", NR, $1, diff; prev=$1}' pswpout
> 30 392136 2000
> 31 395513 3377
> 32 399132 3619
> 33 403101 3969
> 34 407211 4110
> 35 410812 3601
> 36 414120 3308
> 37 418119 3999
> 38 422116 3997
> 39 424154 2038
> 40 428110 3956
> 
> So the swappout started around 18:25:00
> $ sed '1,28d;' nr_free_pages | head
> 118413
> 100516
> 98751
> 95914
> 97059
> 101303
> 101588
> 97801
> 99415
> 99842
> 
> The free memory dropped down to ~400MB which is likely the
> min_free_kbytes defined watermark
> 
> $ sed '1,28d;' nr_inactive_anon | head -n3
> 57633
> 57828
> 58932
> $ sed '1,28d;' nr_active_anon | head -n3
> 2560522
> 2560148
> 2559087
> 
> Anonymous list around 10GB
> 
> $ sed '1,28d;' nr_inactive_file | head -n3
> 255957
> 276400
> 278865
> $ sed '1,28d;' nr_active_file | head -n3
> 23334
> 23439
> 22743
> 
> File lists 1.1GB. Inactive file LRU is quite large and
> $ sed '1,28d;' nr_dirty | head -n3
> 0
> 0
> 0
> $ sed '1,28d;' nr_writeback | head -n3
> 0
> 0
> 141
> 
> The data shouldn't be dirty so we should preferably reclaim those pages
> rather than swap out. That is little bit surprising to me. Johannes what
> do you think about this?

There are a couple of workingset_activate - not many, but it could be
enough. I wonder if Kuo-Hsin's patch is a bit too aggressive:
2c012a4ad1a2cd3fb5a0f9307b9d219f84eda1fa

We may want to change the logic such that we scan active file when
there are inactive refaults, but only go for anon if there are active
refaults. We'd need to take snapshots of WORKINGSET_RESTORE as well.
(There are no restore events in the logs, meaning the active file list
is turning over a bit, but the cache isn't thrashing per se).

Just to confirm, Chris, would you be able to test whether the
following patch fixes the problem you are seeing?

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 74e8edce83ca..1f1403681960 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -2744,7 +2744,7 @@ static bool shrink_node(pg_data_t *pgdat, struct scan_control *sc)
 	 * anonymous pages.
 	 */
 	file = lruvec_page_state(target_lruvec, NR_INACTIVE_FILE);
-	if (file >> sc->priority && !(sc->may_deactivate & DEACTIVATE_FILE))
+	if (file >> sc->priority && !inactive_is_low(target_lruvec, LRU_INACTIVE_FILE))
 		sc->cache_trim_mode = 1;
 	else
 		sc->cache_trim_mode = 0;


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-27 10:06       ` Johannes Weiner
@ 2020-01-28  3:22         ` Chris Edwards
  2020-01-28  4:58           ` Chris Edwards
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Edwards @ 2020-01-28  3:22 UTC (permalink / raw)
  To: Johannes Weiner, Michal Hocko; +Cc: linux-mm

Thank you both for the assistance and the patch. I'm afraid the problem remains with the patch applied, when exercising either the block buffer cache and the filesystem page cache. Is there anything I can do to try to pinpoint the problem? Tweaking some kernel vm.* parameters, perhaps? I wonder if others are able to reproduce the behaviour.

(Sorry for top-posting - lousy Outlook Web Access!)
--
Chris

________________________________________
From: Johannes Weiner <hannes@cmpxchg.org>
Sent: Monday, 27 January 2020 23:06
To: Michal Hocko
Cc: Chris Edwards; linux-mm@kvack.org
Subject: Re: Paging out when free memory is low but not exhausted (and available memory remains high)

Just to confirm, Chris, would you be able to test whether the
following patch fixes the problem you are seeing?

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 74e8edce83ca..1f1403681960 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -2744,7 +2744,7 @@ static bool shrink_node(pg_data_t *pgdat, struct scan_control *sc)
         * anonymous pages.
         */
        file = lruvec_page_state(target_lruvec, NR_INACTIVE_FILE);
-       if (file >> sc->priority && !(sc->may_deactivate & DEACTIVATE_FILE))
+       if (file >> sc->priority && !inactive_is_low(target_lruvec, LRU_INACTIVE_FILE))
                sc->cache_trim_mode = 1;
        else
                sc->cache_trim_mode = 0;


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-28  3:22         ` Chris Edwards
@ 2020-01-28  4:58           ` Chris Edwards
  2020-01-28  7:19             ` Chris Edwards
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Edwards @ 2020-01-28  4:58 UTC (permalink / raw)
  To: Johannes Weiner, Michal Hocko; +Cc: linux-mm

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

Actually, I posted to soon - the behaviour is more subtle!

I noticed after my previous message that other system activity can apparently halt the page-outs temporarily. For example, after running Chrome for a while, the paging stopped (and the system conspicuously had quite a chunk of memory in the MAP category in xosview). After exiting Chrome and resetting swap and caches, the problem reappears.

I found that running glxgears concurrently also stops the page-outs. Some earlier testing with latencytop indicated long waits in the i915 driver, so I wonder if there is some interaction with the graphics system somehow. I've captured the /proc/vmstat data for such a test:

vmstat_5.5.0-rc6+patched_cedwards_2020-01-28.tar.gz

Timeline:

1580184360	run "stress --vm-bytes $(awk '/MemAvailable/{printf "%d\n", $2 * 0.9;}' < /proc/meminfo)k --vm-keep -m 1"
1580184370	run "dd if=/dev/sda of=/dev/null bs=1M"
1580184420	run "glxgears"
1580184430	glxgears display appears
1580184460	kill glxgears
1580184484	kill dd

Even more weirdly (perhaps further suggesting graphics interactions), moving the mouse pointer between (urxvt) terminal windows also stops the page-outs. I'm using the Notion tiling window manager, which uses focus-follows-mouse. Here is another vmstat capture, this time using the unpatched 5.5.0-rc6 kernel:

vmstat_5.5.0-rc6-unpatched_cedwards_2020-01-28.tar.gz

Timeline:

1580185680	run stress
1580185690	run dd
1580185720	move mouse pointer continuously between urxvt windows
1580185740	move mouse pointer only within one urxvt window
1580185750	stop mouse motion

Just as I'm writing this, I notice that the paging stops while Chrome has focus, but resumes when it loses focus! Running glxgears stops the paging even if the glxgears window does not have focus. This is on the generic unpatched 5.5.0-rc6 kernel, with `stress` and `dd` still running. Very odd - but perhaps it points toward a root cause somehow. I think it would be good to test on other hardware. :)

Best regards,
--
Chris

[-- Attachment #2: vmstat_5.5.0-rc6+patched_cedwards_2020-01-28.tar.gz --]
[-- Type: application/gzip, Size: 27061 bytes --]

[-- Attachment #3: vmstat_5.5.0-rc6-unpatched_cedwards_2020-01-28.tar.gz --]
[-- Type: application/gzip, Size: 15821 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-28  4:58           ` Chris Edwards
@ 2020-01-28  7:19             ` Chris Edwards
  2020-01-29 11:36               ` Chris Edwards
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Edwards @ 2020-01-28  7:19 UTC (permalink / raw)
  To: Johannes Weiner, Michal Hocko; +Cc: linux-mm

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

A further update: I'm seeing what looks like the same paging-out behaviour on an Ubuntu 18.04.2 LTS system I have access to (Dell Optiplex 9020, Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz, 16 GiB RAM). Kernel version:

4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

vmstat output is attached for the following timeline:

1580195040	run stress
1580195050	run dd
1580195090 drop caches
1580195110 drop caches

So this may be longer-standing than I originally thought.
--
Chris

[-- Attachment #2: vmstat_Ubuntu_4.15.0-74-generic.tar.gz --]
[-- Type: application/gzip, Size: 17254 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-28  7:19             ` Chris Edwards
@ 2020-01-29 11:36               ` Chris Edwards
  2020-01-29 13:39                 ` Michal Hocko
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Edwards @ 2020-01-29 11:36 UTC (permalink / raw)
  To: Johannes Weiner, Michal Hocko; +Cc: linux-mm

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

Following the idea that it's some interaction with the X server, I further noticed that switching out of X to a text virtual console makes the page-outs stop. Going back to the X VT, the page-outs resume.

I've attached another set of vmstat logs for the following timeline:

1580290800	System is running Xorg, stress to limit memory, and dd to exercise the buffer cache, with constant page-outs
1580290810	Switch to a text virtual console - page-outs stop
1580290830	Switch back to X VT - page-outs resume

I'm vaguely suspecting something to do with the way Xorg handles old-fashioned programs that do CPU-driven bitmap-based rendering, as my desktop does typically have a lot of these (urxvt instances, xosview, the Notion window manager itself) - maybe they cause some particular pattern of memory churn in the X server, and perhaps only with certain video drivers...could Xorg perhaps wrongly madvise() the kernel about certain memory? It seems notable that having glxgears should cause the page-outs to stop.

However, even a minimal X session with a sakura or qterminal window seems to show some degree of needless page-outs with low memory and busy cache, though not as severe - however, it's difficult to avoid observer effects! There did seem to be a notable pattern of increasing swap utilisation when switching away from the X VT, and a drop in swap utilisation when switching back to X.

Should I perhaps take it up with the Xorg people instead?
--
Chris

[-- Attachment #2: vmstat_5.5.0-rc6_unpatched_cedwards_2020-01-29.tar.gz --]
[-- Type: application/gzip, Size: 12798 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-29 11:36               ` Chris Edwards
@ 2020-01-29 13:39                 ` Michal Hocko
  2020-01-29 16:39                   ` Johannes Weiner
  0 siblings, 1 reply; 14+ messages in thread
From: Michal Hocko @ 2020-01-29 13:39 UTC (permalink / raw)
  To: Chris Edwards; +Cc: Johannes Weiner, linux-mm

On Wed 29-01-20 11:36:09, Chris Edwards wrote:
> Following the idea that it's some interaction with the X server, I further noticed that switching out of X to a text virtual console makes the page-outs stop. Going back to the X VT, the page-outs resume.
> 
> I've attached another set of vmstat logs for the following timeline:
> 
> 1580290800	System is running Xorg, stress to limit memory, and dd to exercise the buffer cache, with constant page-outs
> 1580290810	Switch to a text virtual console - page-outs stop
> 1580290830	Switch back to X VT - page-outs resume
> 
> I'm vaguely suspecting something to do with the way Xorg handles old-fashioned programs that do CPU-driven bitmap-based rendering, as my desktop does typically have a lot of these (urxvt instances, xosview, the Notion window manager itself) - maybe they cause some particular pattern of memory churn in the X server, and perhaps only with certain video drivers...could Xorg perhaps wrongly madvise() the kernel about certain memory? It seems notable that having glxgears should cause the page-outs to stop.
> 
> However, even a minimal X session with a sakura or qterminal window seems to show some degree of needless page-outs with low memory and busy cache, though not as severe - however, it's difficult to avoid observer effects! There did seem to be a notable pattern of increasing swap utilisation when switching away from the X VT, and a drop in swap utilisation when switching back to X.
> 
> Should I perhaps take it up with the Xorg people instead?

It is quite possible that those GUI applications are over allocating and
talking to Xorg people might give you some hints how to pursue debugging
in that direction.

From the MM kernel POV it is still very interesting to find out why the
anonymous memory is evicted while there is a lot of clean page cache.
I didn't get to look at your recent vmstat data though and will vanish
on vacation during the weekend.

Can you somehow simplify your test so that it is clear what is the
allocation pattern and less components are interacting?
-- 
Michal Hocko
SUSE Labs


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-29 13:39                 ` Michal Hocko
@ 2020-01-29 16:39                   ` Johannes Weiner
  2020-02-02 22:56                     ` Chris Edwards
  0 siblings, 1 reply; 14+ messages in thread
From: Johannes Weiner @ 2020-01-29 16:39 UTC (permalink / raw)
  To: Michal Hocko; +Cc: Chris Edwards, linux-mm

On Wed, Jan 29, 2020 at 02:39:11PM +0100, Michal Hocko wrote:
> On Wed 29-01-20 11:36:09, Chris Edwards wrote:
> > Following the idea that it's some interaction with the X server, I further noticed that switching out of X to a text virtual console makes the page-outs stop. Going back to the X VT, the page-outs resume.
> > 
> > I've attached another set of vmstat logs for the following timeline:
> > 
> > 1580290800	System is running Xorg, stress to limit memory, and dd to exercise the buffer cache, with constant page-outs
> > 1580290810	Switch to a text virtual console - page-outs stop
> > 1580290830	Switch back to X VT - page-outs resume
> > 
> > I'm vaguely suspecting something to do with the way Xorg handles old-fashioned programs that do CPU-driven bitmap-based rendering, as my desktop does typically have a lot of these (urxvt instances, xosview, the Notion window manager itself) - maybe they cause some particular pattern of memory churn in the X server, and perhaps only with certain video drivers...could Xorg perhaps wrongly madvise() the kernel about certain memory? It seems notable that having glxgears should cause the page-outs to stop.
> > 
> > However, even a minimal X session with a sakura or qterminal window seems to show some degree of needless page-outs with low memory and busy cache, though not as severe - however, it's difficult to avoid observer effects! There did seem to be a notable pattern of increasing swap utilisation when switching away from the X VT, and a drop in swap utilisation when switching back to X.
> > 
> > Should I perhaps take it up with the Xorg people instead?
> 
> It is quite possible that those GUI applications are over allocating and
> talking to Xorg people might give you some hints how to pursue debugging
> in that direction.
> 
> From the MM kernel POV it is still very interesting to find out why the
> anonymous memory is evicted while there is a lot of clean page cache.
> I didn't get to look at your recent vmstat data though and will vanish
> on vacation during the weekend.

Chris mentioned in a previous email that he's seeing stalls in the
i915 driver. It could well be their shrinker doing direct writepage
calls on the object pages, which would explain why changing the VM
policy on anon/file had no impact on what Chris is seeing.

The vmstat logs show pages moving around on the unevictable list, but
there are no mlocked pages. That would also match i915 driver
activity: they mark the shmem mapping unevictable to keep reclaim
control over those pages inside the shrinker rather than the VM.

Chris, could you trace the i915 shrinker?

Enable the shrinker trace point:

# echo 1 >/sys/kernel/debug/tracing/events/i915/i915_gem_shrink/enable

Then watch for events while the swapping is occuring:

# cat /sys/kernel/debug/tracing/trace


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-01-29 16:39                   ` Johannes Weiner
@ 2020-02-02 22:56                     ` Chris Edwards
  2020-02-10  8:50                       ` Michal Hocko
  0 siblings, 1 reply; 14+ messages in thread
From: Chris Edwards @ 2020-02-02 22:56 UTC (permalink / raw)
  To: Johannes Weiner, Michal Hocko; +Cc: linux-mm

________________________________________
From: Johannes Weiner <hannes@cmpxchg.org>
Sent: Thursday, 30 January 2020 05:39

> Chris, could you trace the i915 shrinker?
> 
> Enable the shrinker trace point:
> 
> # echo 1 >/sys/kernel/debug/tracing/events/i915/i915_gem_shrink/enable
> 
> Then watch for events while the swapping is occuring:
> 
> # cat /sys/kernel/debug/tracing/trace

________________________________________

Thanks Johannes - that seems to confirm your suspicion: the kernel trace has a lot of contiguous entries relating to kswapd and the i915 shrinker:

         kswapd0-90    [001] .... 251812.619380: i915_gem_shrink: dev=0, target=243, flags=17
         kswapd0-90    [001] .... 251813.194977: i915_gem_shrink: dev=0, target=496, flags=3
         kswapd0-90    [001] .... 251813.196205: i915_gem_shrink: dev=0, target=850, flags=3
         kswapd0-90    [001] .... 251813.196207: i915_gem_shrink: dev=0, target=808, flags=17
         kswapd0-90    [001] .... 251813.399428: i915_gem_shrink: dev=0, target=470, flags=3
         kswapd0-90    [001] .... 251813.429971: i915_gem_shrink: dev=0, target=666, flags=3
         kswapd0-90    [001] .... 251813.430039: i915_gem_shrink: dev=0, target=259, flags=17
         kswapd0-90    [001] .... 251813.905045: i915_gem_shrink: dev=0, target=573, flags=3
         kswapd0-90    [001] .... 251813.905085: i915_gem_shrink: dev=0, target=174, flags=17
         kswapd0-90    [001] .N.. 251813.945542: i915_gem_shrink: dev=0, target=670, flags=3
         kswapd0-90    [001] .... 251813.945569: i915_gem_shrink: dev=0, target=474, flags=17
         kswapd0-90    [001] .... 251814.734973: i915_gem_shrink: dev=0, target=611, flags=3
         kswapd0-90    [001] .... 251814.735024: i915_gem_shrink: dev=0, target=417, flags=17
         kswapd0-90    [001] .... 251814.807983: i915_gem_shrink: dev=0, target=990, flags=3
         kswapd0-90    [001] .... 251814.807998: i915_gem_shrink: dev=0, target=962, flags=17
         kswapd0-90    [000] .... 251815.146950: i915_gem_shrink: dev=0, target=860, flags=3
         kswapd0-90    [000] .... 251815.146970: i915_gem_shrink: dev=0, target=758, flags=17
         kswapd0-90    [000] .... 251815.257367: i915_gem_shrink: dev=0, target=924, flags=3
         kswapd0-90    [000] .... 251815.257384: i915_gem_shrink: dev=0, target=832, flags=17
         kswapd0-90    [000] .... 251816.036147: i915_gem_shrink: dev=0, target=576, flags=3
         kswapd0-90    [000] .... 251816.036166: i915_gem_shrink: dev=0, target=140, flags=17
         kswapd0-90    [000] .... 251816.123591: i915_gem_shrink: dev=0, target=403, flags=3
         kswapd0-90    [000] .... 251816.124549: i915_gem_shrink: dev=0, target=546, flags=3
         kswapd0-90    [000] .... 251816.125415: i915_gem_shrink: dev=0, target=546, flags=3
         kswapd0-90    [000] .... 251816.126478: i915_gem_shrink: dev=0, target=546, flags=3
         kswapd0-90    [000] .... 251816.127380: i915_gem_shrink: dev=0, target=542, flags=3
         kswapd0-90    [000] .... 251816.128163: i915_gem_shrink: dev=0, target=522, flags=3
         kswapd0-90    [000] .... 251816.128748: i915_gem_shrink: dev=0, target=522, flags=3
         kswapd0-90    [000] .... 251816.129303: i915_gem_shrink: dev=0, target=522, flags=3
         kswapd0-90    [000] .... 251816.131522: i915_gem_shrink: dev=0, target=522, flags=3
         kswapd0-90    [000] .... 251816.133711: i915_gem_shrink: dev=0, target=522, flags=3
         kswapd0-90    [000] .... 251816.134317: i915_gem_shrink: dev=0, target=568, flags=3
         kswapd0-90    [000] .... 251816.134849: i915_gem_shrink: dev=0, target=568, flags=3
         kswapd0-90    [000] .... 251816.135647: i915_gem_shrink: dev=0, target=568, flags=3
         kswapd0-90    [000] .... 251816.233664: i915_gem_shrink: dev=0, target=483, flags=3
         kswapd0-90    [000] .... 251816.234041: i915_gem_shrink: dev=0, target=858, flags=3
         kswapd0-90    [000] .... 251816.234060: i915_gem_shrink: dev=0, target=612, flags=17
         kswapd0-90    [000] .... 251816.818646: i915_gem_shrink: dev=0, target=654, flags=3
         kswapd0-90    [000] .... 251816.818702: i915_gem_shrink: dev=0, target=400, flags=17
         kswapd0-90    [000] .... 251816.865547: i915_gem_shrink: dev=0, target=676, flags=3
         kswapd0-90    [000] .... 251816.865570: i915_gem_shrink: dev=0, target=499, flags=17
         kswapd0-90    [000] .... 251817.299401: i915_gem_shrink: dev=0, target=556, flags=3
         kswapd0-90    [000] .... 251817.299435: i915_gem_shrink: dev=0, target=355, flags=17
         kswapd0-90    [000] .... 251817.301099: i915_gem_shrink: dev=0, target=566, flags=3
         kswapd0-90    [000] .... 251817.301112: i915_gem_shrink: dev=0, target=512, flags=17
         kswapd0-90    [000] .... 251817.369283: i915_gem_shrink: dev=0, target=749, flags=3
         kswapd0-90    [000] .... 251817.369385: i915_gem_shrink: dev=0, target=115, flags=17
         kswapd0-90    [000] .... 251817.911052: i915_gem_shrink: dev=0, target=605, flags=3
         kswapd0-90    [000] .... 251817.911080: i915_gem_shrink: dev=0, target=474, flags=17
         kswapd0-90    [000] .... 251817.964954: i915_gem_shrink: dev=0, target=709, flags=3
         kswapd0-90    [000] .... 251817.964973: i915_gem_shrink: dev=0, target=589, flags=17
         kswapd0-90    [001] .... 251819.005872: i915_gem_shrink: dev=0, target=490, flags=3

Thanks - and Michal, I hope you had a nice holiday. :)
--
Chris


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Paging out when free memory is low but not exhausted (and available memory remains high)
  2020-02-02 22:56                     ` Chris Edwards
@ 2020-02-10  8:50                       ` Michal Hocko
  0 siblings, 0 replies; 14+ messages in thread
From: Michal Hocko @ 2020-02-10  8:50 UTC (permalink / raw)
  To: Chris Edwards
  Cc: Johannes Weiner, linux-mm, intel-gfx, Daniel Vetter, Chris Wilson

[Let's CC i915 people - the email thread started here:
http://lkml.kernel.org/r/e994b0a76099437b8edbae925e9ccac8@its-mail-p04.registry.otago.ac.nz
Long story short, there is a swap out activity even when there is a
clean page cache available that could be reclaimed and there is a
suspicion that the i915 shrinker might be involved. Could you guys have
a look please?]

On Sun 02-02-20 22:56:56, Chris Edwards wrote:
> ________________________________________
> From: Johannes Weiner <hannes@cmpxchg.org>
> Sent: Thursday, 30 January 2020 05:39
> 
> > Chris, could you trace the i915 shrinker?
> > 
> > Enable the shrinker trace point:
> > 
> > # echo 1 >/sys/kernel/debug/tracing/events/i915/i915_gem_shrink/enable
> > 
> > Then watch for events while the swapping is occuring:
> > 
> > # cat /sys/kernel/debug/tracing/trace
> 
> ________________________________________
> 
> Thanks Johannes - that seems to confirm your suspicion: the kernel trace has a lot of contiguous entries relating to kswapd and the i915 shrinker:
> 
>          kswapd0-90    [001] .... 251812.619380: i915_gem_shrink: dev=0, target=243, flags=17
>          kswapd0-90    [001] .... 251813.194977: i915_gem_shrink: dev=0, target=496, flags=3
>          kswapd0-90    [001] .... 251813.196205: i915_gem_shrink: dev=0, target=850, flags=3
>          kswapd0-90    [001] .... 251813.196207: i915_gem_shrink: dev=0, target=808, flags=17
>          kswapd0-90    [001] .... 251813.399428: i915_gem_shrink: dev=0, target=470, flags=3
>          kswapd0-90    [001] .... 251813.429971: i915_gem_shrink: dev=0, target=666, flags=3
>          kswapd0-90    [001] .... 251813.430039: i915_gem_shrink: dev=0, target=259, flags=17
>          kswapd0-90    [001] .... 251813.905045: i915_gem_shrink: dev=0, target=573, flags=3
>          kswapd0-90    [001] .... 251813.905085: i915_gem_shrink: dev=0, target=174, flags=17
>          kswapd0-90    [001] .N.. 251813.945542: i915_gem_shrink: dev=0, target=670, flags=3
>          kswapd0-90    [001] .... 251813.945569: i915_gem_shrink: dev=0, target=474, flags=17
>          kswapd0-90    [001] .... 251814.734973: i915_gem_shrink: dev=0, target=611, flags=3
>          kswapd0-90    [001] .... 251814.735024: i915_gem_shrink: dev=0, target=417, flags=17
>          kswapd0-90    [001] .... 251814.807983: i915_gem_shrink: dev=0, target=990, flags=3
>          kswapd0-90    [001] .... 251814.807998: i915_gem_shrink: dev=0, target=962, flags=17
>          kswapd0-90    [000] .... 251815.146950: i915_gem_shrink: dev=0, target=860, flags=3
>          kswapd0-90    [000] .... 251815.146970: i915_gem_shrink: dev=0, target=758, flags=17
>          kswapd0-90    [000] .... 251815.257367: i915_gem_shrink: dev=0, target=924, flags=3
>          kswapd0-90    [000] .... 251815.257384: i915_gem_shrink: dev=0, target=832, flags=17
>          kswapd0-90    [000] .... 251816.036147: i915_gem_shrink: dev=0, target=576, flags=3
>          kswapd0-90    [000] .... 251816.036166: i915_gem_shrink: dev=0, target=140, flags=17
>          kswapd0-90    [000] .... 251816.123591: i915_gem_shrink: dev=0, target=403, flags=3
>          kswapd0-90    [000] .... 251816.124549: i915_gem_shrink: dev=0, target=546, flags=3
>          kswapd0-90    [000] .... 251816.125415: i915_gem_shrink: dev=0, target=546, flags=3
>          kswapd0-90    [000] .... 251816.126478: i915_gem_shrink: dev=0, target=546, flags=3
>          kswapd0-90    [000] .... 251816.127380: i915_gem_shrink: dev=0, target=542, flags=3
>          kswapd0-90    [000] .... 251816.128163: i915_gem_shrink: dev=0, target=522, flags=3
>          kswapd0-90    [000] .... 251816.128748: i915_gem_shrink: dev=0, target=522, flags=3
>          kswapd0-90    [000] .... 251816.129303: i915_gem_shrink: dev=0, target=522, flags=3
>          kswapd0-90    [000] .... 251816.131522: i915_gem_shrink: dev=0, target=522, flags=3
>          kswapd0-90    [000] .... 251816.133711: i915_gem_shrink: dev=0, target=522, flags=3
>          kswapd0-90    [000] .... 251816.134317: i915_gem_shrink: dev=0, target=568, flags=3
>          kswapd0-90    [000] .... 251816.134849: i915_gem_shrink: dev=0, target=568, flags=3
>          kswapd0-90    [000] .... 251816.135647: i915_gem_shrink: dev=0, target=568, flags=3
>          kswapd0-90    [000] .... 251816.233664: i915_gem_shrink: dev=0, target=483, flags=3
>          kswapd0-90    [000] .... 251816.234041: i915_gem_shrink: dev=0, target=858, flags=3
>          kswapd0-90    [000] .... 251816.234060: i915_gem_shrink: dev=0, target=612, flags=17
>          kswapd0-90    [000] .... 251816.818646: i915_gem_shrink: dev=0, target=654, flags=3
>          kswapd0-90    [000] .... 251816.818702: i915_gem_shrink: dev=0, target=400, flags=17
>          kswapd0-90    [000] .... 251816.865547: i915_gem_shrink: dev=0, target=676, flags=3
>          kswapd0-90    [000] .... 251816.865570: i915_gem_shrink: dev=0, target=499, flags=17
>          kswapd0-90    [000] .... 251817.299401: i915_gem_shrink: dev=0, target=556, flags=3
>          kswapd0-90    [000] .... 251817.299435: i915_gem_shrink: dev=0, target=355, flags=17
>          kswapd0-90    [000] .... 251817.301099: i915_gem_shrink: dev=0, target=566, flags=3
>          kswapd0-90    [000] .... 251817.301112: i915_gem_shrink: dev=0, target=512, flags=17
>          kswapd0-90    [000] .... 251817.369283: i915_gem_shrink: dev=0, target=749, flags=3
>          kswapd0-90    [000] .... 251817.369385: i915_gem_shrink: dev=0, target=115, flags=17
>          kswapd0-90    [000] .... 251817.911052: i915_gem_shrink: dev=0, target=605, flags=3
>          kswapd0-90    [000] .... 251817.911080: i915_gem_shrink: dev=0, target=474, flags=17
>          kswapd0-90    [000] .... 251817.964954: i915_gem_shrink: dev=0, target=709, flags=3
>          kswapd0-90    [000] .... 251817.964973: i915_gem_shrink: dev=0, target=589, flags=17
>          kswapd0-90    [001] .... 251819.005872: i915_gem_shrink: dev=0, target=490, flags=3
> 
> Thanks - and Michal, I hope you had a nice holiday. :)
> --
> Chris

-- 
Michal Hocko
SUSE Labs


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-02-10  8:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22  0:40 Paging out when free memory is low but not exhausted (and available memory remains high) Chris Edwards
2020-01-23 12:31 ` Michal Hocko
2020-01-24  5:43   ` Chris Edwards
2020-01-24 10:04     ` Michal Hocko
2020-01-24 10:28       ` Michal Hocko
2020-01-27 10:06       ` Johannes Weiner
2020-01-28  3:22         ` Chris Edwards
2020-01-28  4:58           ` Chris Edwards
2020-01-28  7:19             ` Chris Edwards
2020-01-29 11:36               ` Chris Edwards
2020-01-29 13:39                 ` Michal Hocko
2020-01-29 16:39                   ` Johannes Weiner
2020-02-02 22:56                     ` Chris Edwards
2020-02-10  8:50                       ` Michal Hocko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).