NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/54818: 9.0_RC1 pagedaemon spins



The following reply was made to PR kern/54818; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: ad%netbsd.org@localhost
Cc: gnats-bugs%netbsd.org@localhost, martin%netbsd.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: kern/54818: 9.0_RC1 pagedaemon spins
Date: Sat, 18 Jan 2020 01:45:58 +0900

 > > Oops.  Updated patch is here:
 > > 
 > > 	http://www.netbsd.org/~ad/2020/uvm-9.diff
 > 
 > This version successfully builds. I'll check how it goes.
 
 The pgdaemon spin still occurs with this patch.
 
 Here is a log of "date; top -1n; vmstat -s" per 30 sec when the spin started:
 
 ---
 Fri Jan 17 03:56:23 JST 2020
 load averages:  11.2,  10.9,  10.3;               up 0+19:30:09        03:56:24
 164 processes: 6 runnable, 154 sleeping, 4 on CPU
 CPU0 states: 85.1% user,  0.0% nice, 14.9% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 85.0% user,  0.0% nice, 15.0% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 91.1% user,  0.0% nice,  8.9% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 93.1% user,  0.0% nice,  6.9% system,  0.0% interrupt,  0.0% idle
 Memory: 1364M Act, 776M Inact, 309M Wired, 320M Exec, 575M File, 229M Free
 Swap: 8972M Total, 1391M Used, 7581M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
 11758 tsutsui   25    0   373M  131M RUN/0      7:40 54.26% 54.25% npviewer.bin
   892 tsutsui   25    0  1419M  660M RUN/0     92:22 48.73% 48.73% firefox
  1669 tsutsui   43    0   764M  312M parked/2  14:22 18.07% 18.07% firefox68
   881 tsutsui   25    0   241M   54M RUN/0     18:36 12.06% 12.06% X
 15660 tsutsui   85    0   155M   23M kqueue/0   0:06  2.64%  2.64% plugin-container
     0 root     124    0     0K   31M syncer/3   8:42  0.29%  0.29% [system]
 26793 root      25    0    32M   22M RUN/3      0:00  5.00%  0.24% cc1
  1087 tsutsui   85    0   962M  226M select/0  37:45  0.00%  0.00% ruby26
  1427 tsutsui   85    0    27M   11M select/0   0:18  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6384K select/0   0:18  0.00%  0.00% mlterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     58591 pages free
    349365 pages active
    198589 pages inactive
         0 pages paging
     79120 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    141907 kernel pool pages
    398150 anonymous pages
    147061 cached file pages
     81863 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    356116 swap pages in use
    360514 swap allocations
 650180712 total faults taken
 651191960 traps
   5213640 device interrupts
  99101950 CPU context switches
  17911491 software interrupts
 1330414319 system calls
    356562 pagein requests
     43430 pageout requests
         0 pages swapped in
    693735 pages swapped out
   1775952 forks total
   1258088 forks blocked parent
   1258088 forks shared address space with parent
  31070706 pagealloc zero wanted and avail
 323645945 pagealloc zero wanted and not avail
      1391 aborts of idle page zeroing
 438957480 pagealloc desired color avail
  45020534 pagealloc desired color not avail
 366246088 pagealloc local cpu avail
 117731926 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       814 faults had to wait on pages
         0 faults found released page
    550806 faults relock (547733 ok)
  34293491 anon page faults
    355106 anon retry faults
  68456388 amap copy faults
  24831987 neighbour anon page faults
 791848936 neighbour object page faults
 200003437 locked pager get faults
    193430 unlocked pager get faults
  22570168 anon faults
  11722977 anon copy on write faults
 160212736 object faults
  39785779 promote copy faults
 342588366 promote zero fill faults
       736 times daemon wokeup
       735 revolutions of the clock hand
   3189940 pages freed by daemon
   9278147 pages scanned by daemon
    686571 anonymous pages scanned by daemon
   2503369 object pages scanned by daemon
   2508064 pages reactivated
      1509 pages found busy by daemon
    650305 total pending pageouts
  10297406 pages deactivated
 1797003112 total name lookups
 1703355097 good hits
  87397367 negative hits
   1053584 bad hits
    676254 false hits
   4216444 miss
    304366 too long
    640842 pass2 hits
   1114346 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 03:56:54 JST 2020
 load averages:  10.8,  10.8,  10.3;               up 0+19:30:40        03:56:55
 164 processes: 6 runnable, 154 sleeping, 4 on CPU
 CPU0 states: 80.2% user,  0.0% nice, 17.8% system,  2.0% interrupt,  0.0% idle
 CPU1 states: 89.0% user,  0.0% nice, 11.0% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 95.0% user,  0.0% nice,  5.0% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 98.0% user,  0.0% nice,  2.0% system,  0.0% interrupt,  0.0% idle
 Memory: 1530M Act, 775M Inact, 309M Wired, 320M Exec, 509M File, 63M Free
 Swap: 8972M Total, 1454M Used, 7518M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
   892 tsutsui   25    0  1412M  526M RUN/2     92:42 87.35% 70.61% firefox
 11758 tsutsui   25    0   374M  131M RUN/2      7:56 50.73% 50.73% npviewer.bin
 11203 root      25    0   164M  153M RUN/0      0:08 39.11% 25.44% cc1
 25294 root      25    0   130M  121M CPU/2      0:04 45.75% 18.02% cc1
  1669 tsutsui   43    0   771M  277M parked/2  14:24 15.04% 15.04% firefox68
  9417 root      25    0   118M  108M RUN/2      0:03 33.23% 13.09% cc1
   881 tsutsui   25    0   241M   52M RUN/0     18:39  9.67%  9.67% X
     0 root     221    0     0K   30M rfnode/1   8:43  7.76%  7.76% [system]
 22267 root      25    0    61M   50M CPU/3      0:01 28.79%  5.22% cc1
 28938 tsutsui   79    0    34M   21M select/0   0:15  3.96%  3.96% xv
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     16211 pages free
    391650 pages active
    198489 pages inactive
         0 pages paging
     79048 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142114 kernel pool pages
    456945 anonymous pages
    130379 cached file pages
     81863 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    372351 swap pages in use
    360978 swap allocations
 651573200 total faults taken
 652586299 traps
   5223350 device interrupts
  99373429 CPU context switches
  17930911 software interrupts
 1332623461 system calls
    357026 pagein requests
     45770 pageout requests
         0 pages swapped in
    731092 pages swapped out
   1777287 forks total
   1259267 forks blocked parent
   1259267 forks shared address space with parent
  31074257 pagealloc zero wanted and avail
 324692215 pagealloc zero wanted and not avail
      1392 aborts of idle page zeroing
 440136590 pagealloc desired color avail
  45077629 pagealloc desired color not avail
 367041731 pagealloc local cpu avail
 118172488 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       817 faults had to wait on pages
         0 faults found released page
    551489 faults relock (548411 ok)
  34304729 anon page faults
    355568 anon retry faults
  68536430 amap copy faults
  24838097 neighbour anon page faults
 792660155 neighbour object page faults
 200187362 locked pager get faults
    193646 unlocked pager get faults
  22578008 anon faults
  11726371 anon copy on write faults
 160377029 object faults
  39805410 promote copy faults
 343628985 promote zero fill faults
       749 times daemon wokeup
       748 revolutions of the clock hand
   3250066 pages freed by daemon
   9379936 pages scanned by daemon
    723764 anonymous pages scanned by daemon
   2526302 object pages scanned by daemon
   2542833 pages reactivated
      1509 pages found busy by daemon
    685322 total pending pageouts
  10398934 pages deactivated
 1800556371 total name lookups
 1706746533 good hits
  87554884 negative hits
   1054683 bad hits
    676464 false hits
   4219233 miss
    304574 too long
    641491 pass2 hits
   1115151 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 03:57:25 JST 2020
 load averages:  10.2,  10.7,  10.2;               up 0+19:31:11        03:57:26
 152 processes: 2 runnable, 144 sleeping, 2 zombie, 4 on CPU
 CPU0 states: 61.4% user,  0.0% nice, 35.6% system,  1.0% interrupt,  2.0% idle
 CPU1 states: 42.0% user,  0.0% nice, 50.0% system,  0.0% interrupt,  8.0% idle
 CPU2 states: 73.3% user,  0.0% nice, 23.8% system,  0.0% interrupt,  3.0% idle
 CPU3 states: 51.0% user,  0.0% nice, 47.0% system,  0.0% interrupt,  2.0% idle
 Memory: 1313M Act, 774M Inact, 309M Wired, 295M Exec, 577M File, 281M Free
 Swap: 8972M Total, 1462M Used, 7510M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
 11758 tsutsui   84    0   370M  129M select/0   8:16 52.69% 52.69% npviewer.bin
   892 tsutsui   26    0  1611M  698M CPU/1     93:01 54.50% 52.39% firefox
   881 tsutsui   26    0   241M   52M RUN/1     18:45 14.84% 14.84% X
  1669 tsutsui   43    0   765M  268M parked/2  14:26  3.08%  3.08% firefox68
     0 root     221    0     0K   30M rfnode/3   8:43  0.98%  0.98% [system]
 20852 root      26    0    31M   20M CPU/2      0:00 13.00%  0.63% cc1
 28938 tsutsui   79    0    34M   21M select/0   0:17  0.49%  0.49% xv
  3799 root      85    0  7192K 1428K select/0   0:00  0.44%  0.44% nbmake
  9897 root      77    0  9780K 5156K pipe_w/1   0:00  1.88%  0.34% nbmake
  7718 root      26    0    26M   14M RUN/0      0:00  3.00%  0.15% cc1
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     71775 pages free
    336283 pages active
    198136 pages inactive
         0 pages paging
     79048 pages wired
      6582 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142426 kernel pool pages
    390190 anonymous pages
    147628 cached file pages
     75649 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    374204 swap pages in use
    362125 swap allocations
 653351619 total faults taken
 654367698 traps
   5236058 device interrupts
  99699492 CPU context switches
  17950439 software interrupts
 1335711321 system calls
    358173 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1782773 forks total
   1263943 forks blocked parent
   1263943 forks shared address space with parent
  31106956 pagealloc zero wanted and avail
 325738629 pagealloc zero wanted and not avail
      1392 aborts of idle page zeroing
 441504269 pagealloc desired color avail
  45099801 pagealloc desired color not avail
 368080948 pagealloc local cpu avail
 118523122 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       817 faults had to wait on pages
         0 faults found released page
    553234 faults relock (550147 ok)
  34353420 anon page faults
    356706 anon retry faults
  68725217 amap copy faults
  24869687 neighbour anon page faults
 794667492 neighbour object page faults
 200692437 locked pager get faults
    194244 unlocked pager get faults
  22609034 anon faults
  11744027 anon copy on write faults
 160783950 object faults
  39903551 promote copy faults
 344673336 promote zero fill faults
       751 times daemon wokeup
       750 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10410891 pages deactivated
 1804911824 total name lookups
 1710888843 good hits
  87743171 negative hits
   1059789 bad hits
    677512 false hits
   4234946 miss
    307563 too long
    643890 pass2 hits
   1120211 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 03:57:56 JST 2020
 load averages:  10.2,  10.6,  10.2;               up 0+19:31:42        03:57:57
 163 processes: 7 runnable, 152 sleeping, 4 on CPU
 CPU0 states: 77.2% user,  0.0% nice, 21.8% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 88.0% user,  0.0% nice, 12.0% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 86.1% user,  0.0% nice, 13.9% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 99.0% user,  0.0% nice,  1.0% system,  0.0% interrupt,  0.0% idle
 Memory: 1225M Act, 774M Inact, 309M Wired, 320M Exec, 572M File, 369M Free
 Swap: 8972M Total, 1461M Used, 7511M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
   892 tsutsui   26    0  1411M  520M RUN/3     93:22 52.63% 52.20% firefox
 11758 tsutsui   26    0   371M  129M RUN/1      8:33 47.51% 45.26% npviewer.bin
 28938 tsutsui   80    0    34M   21M select/0   0:19 18.41% 18.41% xv
   881 tsutsui   26    0   243M   54M RUN/0     18:50 12.70% 12.70% X
     0 root     126    0     0K   29M pgdaem/0   8:49  9.62%  9.62% [system]
  3133 root      26    0    55M   46M CPU/3      0:01 34.71%  6.30% cc1
 21221 root      26    0    34M   26M RUN/1      0:00 34.00%  1.66% cc1
  1669 tsutsui   43    0   773M  273M parked/2  14:28  1.42%  1.42% firefox68
 26996 root      26    0    28M   20M RUN/0      0:00 20.00%  0.98% cc1
  1087 tsutsui   85    0   986M  246M select/0  37:47  0.54%  0.54% ruby26
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     94441 pages free
    313712 pages active
    198071 pages inactive
         0 pages paging
     79120 pages wired
      2783 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142171 kernel pool pages
    362632 anonymous pages
    146408 cached file pages
     81863 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    374091 swap pages in use
    363158 swap allocations
 655031862 total faults taken
 656050164 traps
   5246032 device interrupts
  99988849 CPU context switches
  17968286 software interrupts
 1338760500 system calls
    359202 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1784994 forks total
   1266074 forks blocked parent
   1266074 forks shared address space with parent
  31128356 pagealloc zero wanted and avail
 326893463 pagealloc zero wanted and not avail
      1393 aborts of idle page zeroing
 442904338 pagealloc desired color avail
  45104226 pagealloc desired color not avail
 369333750 pagealloc local cpu avail
 118674814 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       817 faults had to wait on pages
         0 faults found released page
    554527 faults relock (551428 ok)
  34363124 anon page faults
    357723 anon retry faults
  68846819 amap copy faults
  24873111 neighbour anon page faults
 796114364 neighbour object page faults
 201023832 locked pager get faults
    194508 unlocked pager get faults
  22616801 anon faults
  11745953 anon copy on write faults
 161077554 object faults
  39941343 promote copy faults
 345834955 promote zero fill faults
       753 times daemon wokeup
       750 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10410891 pages deactivated
 1812088016 total name lookups
 1717717722 good hits
  88079805 negative hits
   1062291 bad hits
    678847 false hits
   4241419 miss
    307932 too long
    645204 pass2 hits
   1122155 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 03:58:28 JST 2020
 load averages:  11.0,  10.8,  10.3;               up 0+19:32:14        03:58:29
 160 processes: 6 runnable, 150 sleeping, 4 on CPU
 CPU0 states: 45.0% user,  0.0% nice, 55.0% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 80.0% user,  0.0% nice, 20.0% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 40.6% user,  0.0% nice, 54.5% system,  0.0% interrupt,  5.0% idle
 CPU3 states: 90.0% user,  0.0% nice, 10.0% system,  0.0% interrupt,  0.0% idle
 Memory: 1275M Act, 755M Inact, 309M Wired, 320M Exec, 588M File, 339M Free
 Swap: 8972M Total, 1449M Used, 7523M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
   892 tsutsui   30    0  1405M  533M RUN/0     93:41 45.75% 45.75% firefox
 11758 tsutsui   25    0   371M  129M CPU/3      8:51 44.81% 44.34% npviewer.bin
     0 root     126    0     0K   30M CPU/0      9:00 44.24% 44.24% [system]
   881 tsutsui   26    0   243M   54M RUN/0     18:54 11.04% 11.04% X
  1669 tsutsui   84    0   773M  274M select/2  14:30 10.25% 10.25% firefox68
  2402 root      25    0    57M   47M RUN/0      0:01 43.32%  7.86% cc1
 28938 tsutsui   82    0    34M   21M select/2   0:20  3.76%  3.76% xv
 26803 root      25    0    52M   41M RUN/2      0:00 23.46%  3.27% cc1
 15660 tsutsui   85    0   155M   23M kqueue/0   0:07  0.78%  0.78% plugin-container
  9924 root      85    0  7356K 1408K select/3   0:03  0.44%  0.44% nbmake
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     87491 pages free
    325765 pages active
    193234 pages inactive
         0 pages paging
     79116 pages wired
       474 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    141936 kernel pool pages
    365705 anonymous pages
    153651 cached file pages
     78760 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    371071 swap pages in use
    377745 swap allocations
 656412181 total faults taken
 657432928 traps
   5267621 device interrupts
 100266160 CPU context switches
  17998881 software interrupts
 1341384041 system calls
    373789 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1786789 forks total
   1267724 forks blocked parent
   1267724 forks shared address space with parent
  31146161 pagealloc zero wanted and avail
 327829160 pagealloc zero wanted and not avail
      1393 aborts of idle page zeroing
 444052695 pagealloc desired color avail
  45119233 pagealloc desired color not avail
 370317599 pagealloc local cpu avail
 118854328 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       898 faults had to wait on pages
         0 faults found released page
    569495 faults relock (566250 ok)
  34390313 anon page faults
    372247 anon retry faults
  68944465 amap copy faults
  24878847 neighbour anon page faults
 797244493 neighbour object page faults
 201282317 locked pager get faults
    194808 unlocked pager get faults
  22640642 anon faults
  11749157 anon copy on write faults
 161306037 object faults
  39971342 promote copy faults
 346776486 promote zero fill faults
       755 times daemon wokeup
       750 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10410891 pages deactivated
 1817821136 total name lookups
 1723181875 good hits
  88342432 negative hits
   1063696 bad hits
    679521 false hits
   4245491 miss
    308121 too long
    646138 pass2 hits
   1123392 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 03:58:59 JST 2020
 load averages:  11.0,  10.8,  10.3;               up 0+19:32:45        03:59:00
 164 processes: 8 runnable, 152 sleeping, 4 on CPU
 CPU0 states: 36.6% user,  0.0% nice, 62.4% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 32.7% user,  0.0% nice, 67.3% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 92.0% user,  0.0% nice,  8.0% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 87.1% user,  0.0% nice, 12.9% system,  0.0% interrupt,  0.0% idle
 Memory: 1272M Act, 755M Inact, 309M Wired, 320M Exec, 613M File, 341M Free
 Swap: 8972M Total, 1449M Used, 7523M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
 11758 tsutsui   26    0   371M  129M CPU/2      9:10 55.45% 55.32% npviewer.bin
   892 tsutsui   27    0  1402M  538M CPU/0     94:03 43.46% 43.46% firefox
     0 root     126    0     0K   29M CPU/1      9:06 36.38% 36.38% [system]
   881 tsutsui   26    0   244M   55M RUN/0     18:59 11.77% 11.77% X
  3432 root      25    0    37M   28M RUN/3      0:00 11.91%  2.64% cc1
  1669 tsutsui   43    0   775M  278M RUN/1     14:32  2.39%  2.39% firefox68
 28938 tsutsui   79    0    34M   21M select/0   0:22  0.49%  0.49% xv
  1087 tsutsui   85    0   986M  246M select/0  37:47  0.00%  0.00% ruby26
  1427 tsutsui   85    0    27M   11M select/0   0:18  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6384K select/3   0:18  0.00%  0.00% mlterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     87384 pages free
    325566 pages active
    193198 pages inactive
         0 pages paging
     79075 pages wired
       754 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142213 kernel pool pages
    359088 anonymous pages
    156888 cached file pages
     81863 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    371052 swap pages in use
    377875 swap allocations
 658452696 total faults taken
 659477064 traps
   5277424 device interrupts
 100576761 CPU context switches
  18016300 software interrupts
 1345006289 system calls
    373917 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1790842 forks total
   1271394 forks blocked parent
   1271394 forks shared address space with parent
  31164537 pagealloc zero wanted and avail
 329118733 pagealloc zero wanted and not avail
      1393 aborts of idle page zeroing
 445595179 pagealloc desired color avail
  45157246 pagealloc desired color not avail
 371587516 pagealloc local cpu avail
 119164909 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       898 faults had to wait on pages
         0 faults found released page
    570126 faults relock (566876 ok)
  34418333 anon page faults
    372371 anon retry faults
  69127256 amap copy faults
  24893785 neighbour anon page faults
 799615631 neighbour object page faults
 201827099 locked pager get faults
    195311 unlocked pager get faults
  22660274 anon faults
  11757541 anon copy on write faults
 161782418 object faults
  40039733 promote copy faults
 348058265 promote zero fill faults
       756 times daemon wokeup
       750 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10410891 pages deactivated
 1825902110 total name lookups
 1730965392 good hits
  88626784 negative hits
   1066557 bad hits
    680883 false hits
   4254207 miss
    308287 too long
    647790 pass2 hits
   1125947 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 03:59:30 JST 2020
 load averages:  12.3,  11.1,  10.5;               up 0+19:33:16        03:59:31
 164 processes: 7 runnable, 153 sleeping, 4 on CPU
 CPU0 states: 70.3% user,  0.0% nice, 28.7% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 94.1% user,  0.0% nice,  5.9% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 83.0% user,  0.0% nice, 17.0% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 93.1% user,  0.0% nice,  6.9% system,  0.0% interrupt,  0.0% idle
 Memory: 1318M Act, 754M Inact, 309M Wired, 320M Exec, 657M File, 295M Free
 Swap: 8972M Total, 1444M Used, 7528M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
   892 tsutsui   25    0  1385M  558M RUN/0     94:20 67.49% 64.31% firefox
     0 root     124    0     0K   30M syncer/0   9:29 57.37% 57.37% [system]
 11758 tsutsui   26    0   371M  129M CPU/1      9:24 43.72% 43.70% npviewer.bin
  1669 tsutsui   43    0   768M  273M parked/0  14:34 23.34% 23.34% firefox68
   881 tsutsui   25    0   245M   56M RUN/0     19:03  9.03%  9.03% X
 28938 tsutsui   79    0    34M   21M select/0   0:24  6.93%  6.93% xv
  1427 tsutsui   85    0    27M   11M select/0   0:18  0.10%  0.10% jwm
  1087 tsutsui   85    0   986M  247M select/1  37:47  0.00%  0.00% ruby26
   876 tsutsui   85    0    18M 6384K select/1   0:18  0.00%  0.00% mlterm
    77 tsutsui   85    0    28M 5544K select/1   0:17  0.00%  0.00% ibus-daemon
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     75234 pages free
    337675 pages active
    192994 pages inactive
         0 pages paging
     79227 pages wired
      4235 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142293 kernel pool pages
    359929 anonymous pages
    168105 cached file pages
     81863 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369748 swap pages in use
    392088 swap allocations
 660024818 total faults taken
 661052339 traps
   5298952 device interrupts
 100863542 CPU context switches
  18047106 software interrupts
 1347905740 system calls
    388130 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1793681 forks total
   1274027 forks blocked parent
   1274027 forks shared address space with parent
  31192620 pagealloc zero wanted and avail
 330112551 pagealloc zero wanted and not avail
      1394 aborts of idle page zeroing
 446732134 pagealloc desired color avail
  45249040 pagealloc desired color not avail
 372534473 pagealloc local cpu avail
 119446701 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       899 faults had to wait on pages
         0 faults found released page
    584665 faults relock (581294 ok)
  34449498 anon page faults
    386465 anon retry faults
  69263359 amap copy faults
  24901879 neighbour anon page faults
 801423251 neighbour object page faults
 202237860 locked pager get faults
    195636 unlocked pager get faults
  22686823 anon faults
  11762037 anon copy on write faults
 162147017 object faults
  40085891 promote copy faults
 349061752 promote zero fill faults
       757 times daemon wokeup
       750 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10410891 pages deactivated
 1832408286 total name lookups
 1737229342 good hits
  88859280 negative hits
   1068820 bad hits
    682102 false hits
   4260317 miss
    308425 too long
    649237 pass2 hits
   1127739 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:00:01 JST 2020
 load averages:  12.2,  11.2,  10.5;               up 0+19:33:47        04:00:02
 156 processes: 6 runnable, 146 sleeping, 4 on CPU
 CPU0 states: 37.6% user,  0.0% nice, 61.4% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 64.0% user,  0.0% nice, 33.0% system,  0.0% interrupt,  3.0% idle
 CPU2 states: 51.0% user,  0.0% nice, 40.0% system,  0.0% interrupt,  9.0% idle
 CPU3 states: 50.0% user,  0.0% nice, 49.0% system,  0.0% interrupt,  1.0% idle
 Memory: 1321M Act, 752M Inact, 309M Wired, 308M Exec, 689M File, 295M Free
 Swap: 8972M Total, 1444M Used, 7528M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/1      9:54 82.37% 82.37% [system]
 11758 tsutsui   29    0   371M  129M RUN/0      9:38 46.34% 46.34% npviewer.bin
   892 tsutsui   25    0  1384M  569M RUN/2     94:35 39.56% 39.16% firefox
   881 tsutsui   26    0   244M   56M RUN/0     19:07 11.13% 11.13% X
  1669 tsutsui   43    0   775M  276M parked/0  14:35 10.40% 10.40% firefox68
 28938 tsutsui   81    0    34M   21M select/0   0:25  3.13%  3.12% xv
 15660 tsutsui   85    0   155M   23M kqueue/0   0:07  2.83%  2.83% plugin-container
  1087 tsutsui   85    0   984M  223M select/0  37:49  0.98%  0.98% ruby26
  1427 tsutsui   85    0    27M   11M select/0   0:18  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6384K select/2   0:18  0.00%  0.00% mlterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     75469 pages free
    338085 pages active
    192425 pages inactive
         0 pages paging
     79066 pages wired
       994 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142449 kernel pool pages
    354560 anonymous pages
    176260 cached file pages
     78756 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369634 swap pages in use
    392444 swap allocations
 661612291 total faults taken
 662642910 traps
   5306836 device interrupts
 101130182 CPU context switches
  18062973 software interrupts
 1350987612 system calls
    388486 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1797297 forks total
   1276996 forks blocked parent
   1276996 forks shared address space with parent
  31221899 pagealloc zero wanted and avail
 331070354 pagealloc zero wanted and not avail
      1405 aborts of idle page zeroing
 447825296 pagealloc desired color avail
  45364173 pagealloc desired color not avail
 373459515 pagealloc local cpu avail
 119729954 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       938 faults had to wait on pages
         0 faults found released page
    585436 faults relock (582061 ok)
  34488137 anon page faults
    386856 anon retry faults
  69418921 amap copy faults
  24926857 neighbour anon page faults
 803345108 neighbour object page faults
 202683381 locked pager get faults
    196012 unlocked pager get faults
  22711402 anon faults
  11776093 anon copy on write faults
 162532642 object faults
  40145784 promote copy faults
 350025160 promote zero fill faults
       758 times daemon wokeup
       750 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10410891 pages deactivated
 1839310302 total name lookups
 1743858862 good hits
  89120912 negative hits
   1071283 bad hits
    683079 false hits
   4267588 miss
    308578 too long
    650634 pass2 hits
   1129719 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:00:32 JST 2020
 load averages:  12.1,  11.3,  10.6;               up 0+19:34:18        04:00:33
 157 processes: 6 runnable, 147 sleeping, 4 on CPU
 CPU0 states: 28.7% user,  0.0% nice, 71.3% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 91.0% user,  0.0% nice,  8.0% system,  0.0% interrupt,  1.0% idle
 CPU2 states: 83.2% user,  0.0% nice, 16.8% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 44.6% user,  0.0% nice, 55.4% system,  0.0% interrupt,  0.0% idle
 Memory: 1358M Act, 755M Inact, 309M Wired, 308M Exec, 704M File, 254M Free
 Swap: 8972M Total, 1444M Used, 7529M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/3     10:26 94.34% 94.34% [system]
   892 tsutsui   31    0  1387M  594M CPU/1     94:54 65.67% 65.67% firefox
 11758 tsutsui   85    0   373M  132M RUN/3      9:53   128% 33.11% npviewer.bin
   881 tsutsui   26    0   245M   56M RUN/0     19:12 12.35% 12.35% X
 28938 tsutsui   79    0    34M   21M select/0   0:27  4.49%  4.49% xv
  1669 tsutsui   43    0   774M  279M parked/2  14:37  2.29%  2.29% firefox68
 15660 tsutsui   85    0   155M   23M kqueue/0   0:07  0.98%  0.98% plugin-container
 23170 root      77    0  8332K 3688K select/2   0:00  0.54%  0.20% nbmake
  1087 tsutsui   85    0   985M  224M select/0  37:49  0.00%  0.00% ruby26
  1427 tsutsui   85    0    27M   11M select/2   0:18  0.00%  0.00% jwm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     64679 pages free
    348088 pages active
    193106 pages inactive
         0 pages paging
     79075 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142545 kernel pool pages
    361137 anonymous pages
    180199 cached file pages
     78934 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369537 swap pages in use
    392948 swap allocations
 663443808 total faults taken
 664478213 traps
   5314654 device interrupts
 101425360 CPU context switches
  18078523 software interrupts
 1354225779 system calls
    388990 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1801211 forks total
   1280613 forks blocked parent
   1280613 forks shared address space with parent
  31239192 pagealloc zero wanted and avail
 332191536 pagealloc zero wanted and not avail
      1407 aborts of idle page zeroing
 449028904 pagealloc desired color avail
  45545193 pagealloc desired color not avail
 374495742 pagealloc local cpu avail
 120078355 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       938 faults had to wait on pages
         0 faults found released page
    586290 faults relock (582897 ok)
  34511392 anon page faults
    387343 anon retry faults
  69595588 amap copy faults
  24938426 neighbour anon page faults
 805650018 neighbour object page faults
 203219302 locked pager get faults
    196362 unlocked pager get faults
  22728376 anon faults
  11782356 anon copy on write faults
 162998270 object faults
  40216075 promote copy faults
 351138273 promote zero fill faults
       758 times daemon wokeup
       750 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10410891 pages deactivated
 1845345747 total name lookups
 1749703673 good hits
  89298569 negative hits
   1074415 bad hits
    683984 false hits
   4276053 miss
    309053 too long
    652565 pass2 hits
   1132049 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:01:03 JST 2020
 load averages:  10.6,  11.0,  10.5;               up 0+19:34:49        04:01:04
 157 processes: 6 runnable, 147 sleeping, 4 on CPU
 CPU0 states: 77.2% user,  0.0% nice, 21.8% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 88.1% user,  0.0% nice, 11.9% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 80.2% user,  0.0% nice, 19.8% system,  0.0% interrupt,  0.0% idle
 CPU3 states:  3.0% user,  0.0% nice, 97.0% system,  0.0% interrupt,  0.0% idle
 Memory: 1349M Act, 751M Inact, 309M Wired, 308M Exec, 723M File, 265M Free
 Swap: 8972M Total, 1443M Used, 7529M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/3     10:57 97.66% 97.66% [system]
   892 tsutsui   26    0  1382M  559M RUN/0     95:13 55.86% 55.86% firefox
 11758 tsutsui   25    0   373M  132M RUN/1     10:08 45.52% 38.38% npviewer.bin
   881 tsutsui   26    0   246M   57M RUN/0     19:16 10.89% 10.89% X
  1669 tsutsui   43    0   773M  280M parked/2  14:39  3.66%  3.66% firefox68
 28938 tsutsui   79    0    34M   21M select/1   0:28  1.66%  1.66% xv
  1087 tsutsui   85    0   979M  225M select/1  37:51  0.44%  0.44% ruby26
 20434 root      26    0    26M   13M RUN/3      0:00  4.00%  0.20% cc1
  1427 tsutsui   85    0    27M   11M select/1   0:18  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6384K select/1   0:18  0.00%  0.00% mlterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     68199 pages free
    345168 pages active
    192365 pages inactive
         0 pages paging
     79082 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142676 kernel pool pages
    352677 anonymous pages
    185183 cached file pages
     78756 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369350 swap pages in use
    393458 swap allocations
 665097224 total faults taken
 666135539 traps
   5322729 device interrupts
 101697732 CPU context switches
  18094279 software interrupts
 1357125488 system calls
    389500 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1804917 forks total
   1283805 forks blocked parent
   1283805 forks shared address space with parent
  31262053 pagealloc zero wanted and avail
 333200077 pagealloc zero wanted and not avail
      1407 aborts of idle page zeroing
 450235741 pagealloc desired color avail
  45617430 pagealloc desired color not avail
 375500697 pagealloc local cpu avail
 120352474 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    587152 faults relock (583758 ok)
  34544063 anon page faults
    387856 anon retry faults
  69772121 amap copy faults
  24958305 neighbour anon page faults
 807565252 neighbour object page faults
 203683186 locked pager get faults
    196710 unlocked pager get faults
  22750500 anon faults
  11792903 anon copy on write faults
 163385468 object faults
  40292760 promote copy faults
 352144835 promote zero fill faults
       758 times daemon wokeup
       750 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10410891 pages deactivated
 1849903959 total name lookups
 1754120822 good hits
  89427790 negative hits
   1077306 bad hits
    684720 false hits
   4283903 miss
    309418 too long
    654187 pass2 hits
   1134145 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:01:34 JST 2020
 load averages:  10.5,  10.9,  10.5;               up 0+19:35:20        04:01:35
 162 processes: 10 runnable, 148 sleeping, 4 on CPU
 CPU0 states: 43.6% user,  0.0% nice, 56.4% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 74.0% user,  0.0% nice, 26.0% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 53.5% user,  0.0% nice, 45.5% system,  0.0% interrupt,  1.0% idle
 CPU3 states: 70.0% user,  0.0% nice, 30.0% system,  0.0% interrupt,  0.0% idle
 Memory: 1451M Act, 748M Inact, 309M Wired, 308M Exec, 741M File, 166M Free
 Swap: 8972M Total, 1443M Used, 7530M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/3     11:28 97.85% 97.85% [system]
   892 tsutsui   43    0  1401M  620M RUN/0     95:29 50.63% 50.63% firefox
 11758 tsutsui   25    0   373M  132M RUN/1     10:23 41.21% 39.84% npviewer.bin
   881 tsutsui   26    0   247M   58M RUN/3     19:20 11.23% 11.23% X
 28938 tsutsui   31    0    29M   20M CPU/2      0:30  7.67%  7.67% xv
  1669 tsutsui   43    0   777M  284M RUN/0     14:41  3.76%  3.76% firefox68
  1087 tsutsui   85    0   956M  225M select/0  37:52  1.76%  1.76% ruby26
  1427 tsutsui   85    0    27M   11M select/3   0:18  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6384K select/3   0:18  0.00%  0.00% mlterm
    77 tsutsui   85    0    28M 5544K select/0   0:17  0.00%  0.00% ibus-daemon
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     42579 pages free
    371489 pages active
    191471 pages inactive
         0 pages paging
     79075 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142804 kernel pool pages
    373565 anonymous pages
    189696 cached file pages
     78774 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369282 swap pages in use
    393554 swap allocations
 666524793 total faults taken
 667566069 traps
   5329704 device interrupts
 101974350 CPU context switches
  18109428 software interrupts
 1359838714 system calls
    389596 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1808379 forks total
   1286595 forks blocked parent
   1286595 forks shared address space with parent
  31286308 pagealloc zero wanted and avail
 334056003 pagealloc zero wanted and not avail
      1407 aborts of idle page zeroing
 451246407 pagealloc desired color avail
  45707352 pagealloc desired color not avail
 376370280 pagealloc local cpu avail
 120583479 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    587670 faults relock (584271 ok)
  34582575 anon page faults
    387948 anon retry faults
  69914417 amap copy faults
  24984104 neighbour anon page faults
 809228406 neighbour object page faults
 204076014 locked pager get faults
    197132 unlocked pager get faults
  22774517 anon faults
  11807395 anon copy on write faults
 163718210 object faults
  40352846 promote copy faults
 353002569 promote zero fill faults
       758 times daemon wokeup
       750 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10410891 pages deactivated
 1853928558 total name lookups
 1758016764 good hits
  89547332 negative hits
   1079426 bad hits
    685106 false hits
   4290344 miss
    309586 too long
    655079 pass2 hits
   1135612 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:02:05 JST 2020
 load averages:  10.9,  11.0,  10.5;               up 0+19:35:51        04:02:06
 153 processes: 5 runnable, 143 sleeping, 1 zombie, 4 on CPU
 CPU0 states:  7.9% user,  0.0% nice, 91.1% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 81.0% user,  0.0% nice, 10.0% system,  0.0% interrupt,  9.0% idle
 CPU2 states: 82.2% user,  0.0% nice, 17.8% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 57.0% user,  0.0% nice, 43.0% system,  0.0% interrupt,  0.0% idle
 Memory: 1461M Act, 750M Inact, 309M Wired, 296M Exec, 769M File, 154M Free
 Swap: 8972M Total, 1442M Used, 7530M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   27M CPU/0     12:00 98.29% 98.29% [system]
   892 tsutsui   25    0  1422M  632M RUN/1     95:47 48.33% 47.61% firefox
 11758 tsutsui   85    0   373M  132M futex/0   10:36 42.92% 42.92% npviewer.bin
   881 tsutsui   26    0   247M   58M RUN/0     19:24 11.87% 11.87% X
 28938 tsutsui   80    0    24M   16M select/0   0:32  6.30%  6.30% xv
  1669 tsutsui   43    0   782M  288M parked/2  14:42  4.98%  4.98% firefox68
  1826 root      85    0  7040K 1408K pipe_w/2   0:03  1.17%  1.17% nbmake
  1427 tsutsui   85    0    27M   11M select/2   0:18  0.20%  0.20% jwm
  1087 tsutsui   85    0   959M  226M select/0  37:52  0.00%  0.00% ruby26
   876 tsutsui   85    0    18M 6384K select/2   0:18  0.00%  0.00% mlterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     39205 pages free
    374191 pages active
    192111 pages inactive
         0 pages paging
     79048 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    142960 kernel pool pages
    372678 anonymous pages
    196944 cached file pages
     75728 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369219 swap pages in use
    393842 swap allocations
 668182384 total faults taken
 669226872 traps
   5336426 device interrupts
 102241642 CPU context switches
  18124578 software interrupts
 1362578154 system calls
    389884 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1811710 forks total
   1289567 forks blocked parent
   1289567 forks shared address space with parent
  31302128 pagealloc zero wanted and avail
 335119658 pagealloc zero wanted and not avail
      1416 aborts of idle page zeroing
 452392474 pagealloc desired color avail
  45836084 pagealloc desired color not avail
 377329012 pagealloc local cpu avail
 120899546 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    588183 faults relock (584776 ok)
  34607115 anon page faults
    388228 anon retry faults
  70065694 amap copy faults
  24997892 neighbour anon page faults
 811194167 neighbour object page faults
 204528944 locked pager get faults
    197357 unlocked pager get faults
  22791485 anon faults
  11814959 anon copy on write faults
 164115286 object faults
  40408699 promote copy faults
 354060224 promote zero fill faults
       758 times daemon wokeup
      1376 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10411594 pages deactivated
 1858794322 total name lookups
 1762740523 good hits
  89678448 negative hits
   1082202 bad hits
    685633 false hits
   4297401 miss
    310115 too long
    656741 pass2 hits
   1137865 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:02:36 JST 2020
 load averages:  11.5,  11.1,  10.6;               up 0+19:36:22        04:02:37
 162 processes: 7 runnable, 151 sleeping, 4 on CPU
 CPU0 states: 48.5% user,  0.0% nice, 50.5% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 79.2% user,  0.0% nice, 20.8% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 35.3% user,  0.0% nice, 64.7% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 93.1% user,  0.0% nice,  6.9% system,  0.0% interrupt,  0.0% idle
 Memory: 1470M Act, 739M Inact, 309M Wired, 320M Exec, 765M File, 156M Free
 Swap: 8972M Total, 1442M Used, 7530M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/0     12:31 97.41% 97.41% [system]
   892 tsutsui   27    0  1382M  580M CPU/2     96:06 47.32% 47.17% firefox
 11758 tsutsui   25    0   373M  132M RUN/3     10:51 41.27% 41.21% npviewer.bin
   881 tsutsui   25    0   247M   58M RUN/1     19:28 13.77% 13.77% X
 28938 tsutsui   83    0    24M   16M select/1   0:32  0.93%  0.93% xv
   525 root      25    0    30M   20M RUN/2      0:00 13.00%  0.63% cc1
  1669 tsutsui   43    0   781M  289M parked/2  14:44  0.44%  0.44% firefox68
 23880 root      25    0    30M   20M RUN/0      0:00  1.00%  0.05% cc1
  1087 tsutsui   85    0   962M  227M select/1  37:52  0.00%  0.00% ruby26
  1427 tsutsui   85    0    27M   11M select/1   0:18  0.00%  0.00% jwm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     39836 pages free
    376300 pages active
    189074 pages inactive
         0 pages paging
     79054 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    143200 kernel pool pages
    366636 anonymous pages
    195817 cached file pages
     81975 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369208 swap pages in use
    393994 swap allocations
 669801360 total faults taken
 670849286 traps
   5345230 device interrupts
 102506859 CPU context switches
  18141032 software interrupts
 1365567680 system calls
    390036 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1816768 forks total
   1293896 forks blocked parent
   1293896 forks shared address space with parent
  31342389 pagealloc zero wanted and avail
 335985714 pagealloc zero wanted and not avail
      1417 aborts of idle page zeroing
 453470260 pagealloc desired color avail
  45948404 pagealloc desired color not avail
 378253563 pagealloc local cpu avail
 121165101 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    588895 faults relock (585488 ok)
  34650904 anon page faults
    388380 anon retry faults
  70306286 amap copy faults
  25026093 neighbour anon page faults
 813376643 neighbour object page faults
 205099350 locked pager get faults
    197917 unlocked pager get faults
  22820492 anon faults
  11829741 anon copy on write faults
 164557501 object faults
  40536888 promote copy faults
 354933372 promote zero fill faults
       758 times daemon wokeup
      1376 revolutions of the clock hand
   3259111 pages freed by daemon
   9391960 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2526303 object pages scanned by daemon
   2545805 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10411594 pages deactivated
 1863140091 total name lookups
 1766940627 good hits
  89806770 negative hits
   1085977 bad hits
    686142 false hits
   4309460 miss
    311115 too long
    658486 pass2 hits
   1141074 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:03:07 JST 2020
 load averages:  11.3,  11.1,  10.6;               up 0+19:36:53        04:03:08
 164 processes: 7 runnable, 153 sleeping, 4 on CPU
 CPU0 states: 79.2% user,  0.0% nice, 20.8% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 89.0% user,  0.0% nice, 11.0% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 18.0% user,  0.0% nice, 82.0% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 67.0% user,  0.0% nice, 33.0% system,  0.0% interrupt,  0.0% idle
 Memory: 1500M Act, 769M Inact, 309M Wired, 321M Exec, 771M File, 94M Free
 Swap: 8972M Total, 1442M Used, 7530M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/2     13:03 98.10% 98.10% [system]
 11758 tsutsui   26    0   373M  132M CPU/1     11:04 49.82% 49.80% npviewer.bin
   892 tsutsui   32    0  1420M  622M RUN/0     96:23 93.70% 44.82% firefox
   881 tsutsui   25    0   248M   59M RUN/2     19:32 10.50% 10.50% X
  1669 tsutsui   43    0   784M  291M parked/1  14:45  5.91%  5.91% firefox68
 28938 tsutsui   81    0    29M   20M select/2   0:33  1.37%  1.37% xv
  1146 root     109    0    30M   20M RUN/2      0:00 21.00%  1.03% cc1
  1087 tsutsui   85    0   963M  227M select/3  37:52  0.00%  0.00% ruby26
  1427 tsutsui   85    0    27M   11M select/0   0:18  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6384K select/0   0:18  0.00%  0.00% mlterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     24720 pages free
    383543 pages active
    196755 pages inactive
         0 pages paging
     79094 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    143322 kernel pool pages
    379806 anonymous pages
    197612 cached file pages
     81975 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369206 swap pages in use
    394108 swap allocations
 671161404 total faults taken
 672211581 traps
   5351304 device interrupts
 102750003 CPU context switches
  18155792 software interrupts
 1368000755 system calls
    390150 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1819018 forks total
   1296104 forks blocked parent
   1296104 forks shared address space with parent
  31370613 pagealloc zero wanted and avail
 336875365 pagealloc zero wanted and not avail
      1418 aborts of idle page zeroing
 454483510 pagealloc desired color avail
  46024117 pagealloc desired color not avail
 379142724 pagealloc local cpu avail
 121364903 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    589334 faults relock (585921 ok)
  34658844 anon page faults
    388489 anon retry faults
  70412006 amap copy faults
  25027709 neighbour anon page faults
 814788623 neighbour object page faults
 205422553 locked pager get faults
    198242 unlocked pager get faults
  22827547 anon faults
  11830621 anon copy on write faults
 164843604 object faults
  40573986 promote copy faults
 355836742 promote zero fill faults
       758 times daemon wokeup
      8267 revolutions of the clock hand
   3260321 pages freed by daemon
   9552109 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2527513 object pages scanned by daemon
   2648640 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10579229 pages deactivated
 1867840933 total name lookups
 1771479294 good hits
  89961758 negative hits
   1087699 bad hits
    686649 false hits
   4314270 miss
    311263 too long
    659577 pass2 hits
   1142678 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:03:38 JST 2020
 load averages:  11.5,  11.1,  10.6;               up 0+19:37:24        04:03:39
 164 processes: 7 runnable, 152 sleeping, 1 zombie, 4 on CPU
 CPU0 states: 50.5% user,  0.0% nice, 45.5% system,  4.0% interrupt,  0.0% idle
 CPU1 states: 87.0% user,  0.0% nice, 12.0% system,  0.0% interrupt,  1.0% idle
 CPU2 states: 90.1% user,  0.0% nice,  9.9% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 40.6% user,  0.0% nice, 59.4% system,  0.0% interrupt,  0.0% idle
 Memory: 1430M Act, 769M Inact, 309M Wired, 321M Exec, 740M File, 164M Free
 Swap: 8972M Total, 1442M Used, 7530M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/0     13:34 98.14% 98.14% [system]
   892 tsutsui   25    0  1382M  567M RUN/3     96:43 56.35% 56.35% firefox
 11758 tsutsui   25    0   373M  132M RUN/0     11:17 36.82% 36.82% npviewer.bin
   881 tsutsui   77    0   248M   60M select/2  19:36 10.21% 10.21% X
 28938 tsutsui   81    0    29M   20M select/0   0:35  3.91%  3.91% xv
  1669 tsutsui   43    0   786M  293M parked/1  14:47  0.54%  0.54% firefox68
  1427 tsutsui   85    0    27M   11M select/1   0:18  0.10%  0.10% jwm
  1087 tsutsui   41    0   968M  230M CPU/1     37:53  0.00%  0.00% ruby26
   876 tsutsui   85    0    18M 6384K select/1   0:18  0.00%  0.00% mlterm
    77 tsutsui   85    0    28M 5544K select/1   0:17  0.00%  0.00% ibus-daemon
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     42025 pages free
    366122 pages active
    196836 pages inactive
         0 pages paging
     79048 pages wired
       372 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    143300 kernel pool pages
    370403 anonymous pages
    189423 cached file pages
     82180 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369196 swap pages in use
    394274 swap allocations
 672299468 total faults taken
 673351607 traps
   5357310 device interrupts
 102997261 CPU context switches
  18170193 software interrupts
 1370272853 system calls
    390316 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1820104 forks total
   1297190 forks blocked parent
   1297190 forks shared address space with parent
  31392886 pagealloc zero wanted and avail
 337640310 pagealloc zero wanted and not avail
      1418 aborts of idle page zeroing
 455403132 pagealloc desired color avail
  46082479 pagealloc desired color not avail
 379860808 pagealloc local cpu avail
 121624803 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    589673 faults relock (586252 ok)
  34662635 anon page faults
    388648 anon retry faults
  70479457 amap copy faults
  25027709 neighbour anon page faults
 815631622 neighbour object page faults
 205611269 locked pager get faults
    198415 unlocked pager get faults
  22831331 anon faults
  11830621 anon copy on write faults
 165016226 object faults
  40590080 promote copy faults
 356616524 promote zero fill faults
       758 times daemon wokeup
      8354 revolutions of the clock hand
   3268963 pages freed by daemon
   9569377 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2536155 object pages scanned by daemon
   2655421 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10596589 pages deactivated
 1870900111 total name lookups
 1774429136 good hits
  90067225 negative hits
   1088792 bad hits
    686817 false hits
   4316701 miss
    311440 too long
    660412 pass2 hits
   1143550 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:04:09 JST 2020
 load averages:  11.3,  11.1,  10.6;               up 0+19:37:55        04:04:10
 156 processes: 7 runnable, 144 sleeping, 1 zombie, 4 on CPU
 CPU0 states:  8.9% user,  0.0% nice, 88.1% system,  3.0% interrupt,  0.0% idle
 CPU1 states: 79.2% user,  0.0% nice, 18.8% system,  0.0% interrupt,  2.0% idle
 CPU2 states: 75.2% user,  0.0% nice, 22.8% system,  0.0% interrupt,  2.0% idle
 CPU3 states: 66.3% user,  0.0% nice, 32.7% system,  0.0% interrupt,  1.0% idle
 Memory: 1450M Act, 745M Inact, 309M Wired, 309M Exec, 762M File, 168M Free
 Swap: 8972M Total, 1442M Used, 7530M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/0     14:05 97.71% 97.71% [system]
   892 tsutsui   33    0  1405M  597M RUN/0     96:59 54.15% 54.15% firefox
 11758 tsutsui   39    0   370M  129M CPU/3     11:29   136% 30.18% npviewer.bin
   881 tsutsui   26    0   249M   60M RUN/0     19:40 11.57% 11.57% X
 28938 tsutsui   80    0    29M   20M select/0   0:36  0.49%  0.49% xv
 14192 root      78    0  6836K 2532K select/1   0:00  0.35%  0.15% nbmake
  1669 tsutsui   36    0   787M  291M parked/2  14:49  0.10%  0.10% firefox68
 12849 root      77    0  9492K 4484K select/1   0:00  0.54%  0.10% nbmake
  2287 root      26    0  7180K 2532K RUN/2      0:00  0.17%  0.05% nbmake
  1087 tsutsui   85    0   967M  230M select/3  37:53  0.00%  0.00% ruby26
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     42843 pages free
    371303 pages active
    190595 pages inactive
         0 pages paging
     79118 pages wired
      1090 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    143568 kernel pool pages
    366822 anonymous pages
    195176 cached file pages
     79018 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369146 swap pages in use
    394394 swap allocations
 673838090 total faults taken
 674893198 traps
   5364085 device interrupts
 103251880 CPU context switches
  18185486 software interrupts
 1373080228 system calls
    390436 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1823622 forks total
   1300256 forks blocked parent
   1300256 forks shared address space with parent
  31420394 pagealloc zero wanted and avail
 338580088 pagealloc zero wanted and not avail
      1421 aborts of idle page zeroing
 456469807 pagealloc desired color avail
  46190429 pagealloc desired color not avail
 380718328 pagealloc local cpu avail
 121941908 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    590252 faults relock (586823 ok)
  34692600 anon page faults
    388761 anon retry faults
  70638137 amap copy faults
  25045311 neighbour anon page faults
 817487979 neighbour object page faults
 206052966 locked pager get faults
    198874 unlocked pager get faults
  22851763 anon faults
  11840147 anon copy on write faults
 165388865 object faults
  40659135 promote copy faults
 357560740 promote zero fill faults
       758 times daemon wokeup
      8358 revolutions of the clock hand
   3270307 pages freed by daemon
   9571726 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2537499 object pages scanned by daemon
   2656231 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10598942 pages deactivated
 1876753428 total name lookups
 1780077047 good hits
  90262646 negative hits
   1090900 bad hits
    687517 false hits
   4323741 miss
    311577 too long
    661420 pass2 hits
   1145324 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:04:40 JST 2020
 load averages:  11.9,  11.3,  10.7;               up 0+19:38:26        04:04:41
 164 processes: 7 runnable, 153 sleeping, 4 on CPU
 CPU0 states:  0.0% user,  0.0% nice, 98.0% system,  2.0% interrupt,  0.0% idle
 CPU1 states: 73.3% user,  0.0% nice, 26.7% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 88.1% user,  0.0% nice, 11.9% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 85.1% user,  0.0% nice, 14.9% system,  0.0% interrupt,  0.0% idle
 Memory: 1448M Act, 744M Inact, 309M Wired, 321M Exec, 756M File, 169M Free
 Swap: 8972M Total, 1442M Used, 7530M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/0     14:37 98.00% 98.00% [system]
   892 tsutsui   43    0  1384M  565M RUN/0     97:14 44.73% 44.73% firefox
 11758 tsutsui   85    0   370M  129M futex/1   11:43 30.57% 30.57% npviewer.bin
   881 tsutsui   25    0   250M   61M RUN/1     19:43 10.45% 10.45% X
 28938 tsutsui   30    0    29M   20M CPU/1      0:38  8.06%  8.06% xv
  1669 tsutsui   43    0   779M  288M parked/2  14:50  5.27%  5.27% firefox68
 27366 root      27    0    27M   15M RUN/0      0:00  2.56%  0.24% cc1
  1087 tsutsui   85    0   968M  232M select/1  37:53  0.00%  0.00% ruby26
  1427 tsutsui   85    0    27M   11M select/1   0:18  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6384K select/1   0:18  0.00%  0.00% mlterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     43326 pages free
    370836 pages active
    190526 pages inactive
         0 pages paging
     79053 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    143675 kernel pool pages
    364846 anonymous pages
    193438 cached file pages
     82131 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369146 swap pages in use
    394454 swap allocations
 675202462 total faults taken
 676259903 traps
   5370313 device interrupts
 103492107 CPU context switches
  18199619 software interrupts
 1375714727 system calls
    390496 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1825738 forks total
   1302317 forks blocked parent
   1302317 forks shared address space with parent
  31437938 pagealloc zero wanted and avail
 339468764 pagealloc zero wanted and not avail
      1421 aborts of idle page zeroing
 457392071 pagealloc desired color avail
  46336978 pagealloc desired color not avail
 381528261 pagealloc local cpu avail
 122200788 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    590535 faults relock (587099 ok)
  34700600 anon page faults
    388815 anon retry faults
  70745403 amap copy faults
  25047454 neighbour anon page faults
 819002839 neighbour object page faults
 206394785 locked pager get faults
    199097 unlocked pager get faults
  22858588 anon faults
  11841316 anon copy on write faults
 165697211 object faults
  40692607 promote copy faults
 358453159 promote zero fill faults
       758 times daemon wokeup
      8549 revolutions of the clock hand
   3270307 pages freed by daemon
   9571726 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2537499 object pages scanned by daemon
   2656231 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10599134 pages deactivated
 1882750521 total name lookups
 1785860598 good hits
  90468610 negative hits
   1092712 bad hits
    688354 false hits
   4328547 miss
    311700 too long
    662721 pass2 hits
   1146931 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:05:11 JST 2020
 load averages:  11.4,  11.2,  10.7;               up 0+19:38:57        04:05:12
 164 processes: 6 runnable, 154 sleeping, 4 on CPU
 CPU0 states:  0.0% user,  0.0% nice, 99.0% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 82.2% user,  0.0% nice, 13.9% system,  0.0% interrupt,  4.0% idle
 CPU2 states: 89.1% user,  0.0% nice,  8.9% system,  0.0% interrupt,  2.0% idle
 CPU3 states: 72.3% user,  0.0% nice, 22.8% system,  0.0% interrupt,  5.0% idle
 Memory: 1564M Act, 768M Inact, 309M Wired, 320M Exec, 684M File, 29M Free
 Swap: 8972M Total, 1442M Used, 7530M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/0     15:08 99.07% 99.07% [system]
   892 tsutsui   35    0  1555M  725M RUN/2     97:32   150% 33.11% firefox
 11758 tsutsui   85    0   371M  130M futex/2   11:54 30.62% 30.62% npviewer.bin
   881 tsutsui   29    0   250M   62M RUN/0     19:47  8.98%  8.98% X
 28938 tsutsui   82    0    29M   20M select/2   0:39  3.17%  3.17% xv
  1177 tsutsui   85    0   130M   32M select/2   0:10  1.95%  1.95% ibus-ui-gtk3
 21126 root      25    0    36M   26M RUN/1      0:00 18.00%  0.88% cc1
  1669 tsutsui   43    0   787M  293M parked/2  14:51  0.78%  0.78% firefox68
 18197 root      25    0    37M   27M RUN/1      0:00 16.00%  0.78% cc1
  1190 tsutsui   85    0    11M 3632K select/2   0:00  0.15%  0.15% kterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
      7298 pages free
    400598 pages active
    196672 pages inactive
         0 pages paging
     79054 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    143712 kernel pool pages
    419287 anonymous pages
    175174 cached file pages
     81863 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369090 swap pages in use
    394618 swap allocations
 676552206 total faults taken
 677611748 traps
   5376412 device interrupts
 103696158 CPU context switches
  18214995 software interrupts
 1377793025 system calls
    390660 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1827198 forks total
   1303743 forks blocked parent
   1303743 forks shared address space with parent
  31465383 pagealloc zero wanted and avail
 340437048 pagealloc zero wanted and not avail
      1421 aborts of idle page zeroing
 458433553 pagealloc desired color avail
  46431834 pagealloc desired color not avail
 382344966 pagealloc local cpu avail
 122520421 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    590805 faults relock (587369 ok)
  34707301 anon page faults
    388979 anon retry faults
  70829390 amap copy faults
  25048794 neighbour anon page faults
 820103676 neighbour object page faults
 206640877 locked pager get faults
    199203 unlocked pager get faults
  22864553 anon faults
  11842052 anon copy on write faults
 165922011 object faults
  40713895 promote copy faults
 359439016 promote zero fill faults
       758 times daemon wokeup
     14362 revolutions of the clock hand
   3290283 pages freed by daemon
   9624555 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2557475 object pages scanned by daemon
   2674622 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10658079 pages deactivated
 1887007404 total name lookups
 1789967935 good hits
  90612985 negative hits
   1094137 bad hits
    688751 false hits
   4331734 miss
    311862 too long
    663763 pass2 hits
   1148061 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:05:42 JST 2020
 load averages:  11.4,  11.2,  10.7;               up 0+19:39:28        04:05:43
 157 processes: 5 runnable, 148 sleeping, 4 on CPU
 CPU0 states: 14.9% user,  0.0% nice, 83.2% system,  2.0% interrupt,  0.0% idle
 CPU1 states: 84.0% user,  0.0% nice, 14.0% system,  0.0% interrupt,  2.0% idle
 CPU2 states: 76.0% user,  0.0% nice, 24.0% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 60.0% user,  0.0% nice, 39.0% system,  0.0% interrupt,  1.0% idle
 Memory: 1323M Act, 765M Inact, 309M Wired, 308M Exec, 637M File, 274M Free
 Swap: 8972M Total, 1441M Used, 7531M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/0     15:40 97.95% 97.95% [system]
   892 tsutsui   25    0  1392M  589M RUN/3     97:52 68.59% 57.28% firefox
 11758 tsutsui   85    0   371M  130M futex/3   12:04 29.00% 29.00% npviewer.bin
   881 tsutsui   26    0   253M   64M CPU/2     19:50  8.40%  8.40% X
  1669 tsutsui   43    0   790M  296M parked/0  14:53  7.96%  7.96% firefox68
 28938 tsutsui   82    0    29M   20M select/3   0:40  3.86%  3.86% xv
 17963 root      25    0    29M   20M RUN/1      0:00  6.00%  0.29% cc1
  1087 tsutsui   85    0   976M  240M select/0  37:55  0.05%  0.05% ruby26
  5391 root      26    0  7080K 2268K RUN/0      0:00  1.00%  0.05% nbmake
  1427 tsutsui   85    0    27M   11M select/3   0:18  0.00%  0.00% jwm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     78809 pages free
    330260 pages active
    195536 pages inactive
         0 pages paging
     79050 pages wired
      1430 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    143790 kernel pool pages
    363079 anonymous pages
    165954 cached file pages
     75813 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    369001 swap pages in use
    395160 swap allocations
 678092235 total faults taken
 679155011 traps
   5384015 device interrupts
 103951137 CPU context switches
  18232471 software interrupts
 1380265824 system calls
    391198 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1830639 forks total
   1306470 forks blocked parent
   1306470 forks shared address space with parent
  31495932 pagealloc zero wanted and avail
 341404526 pagealloc zero wanted and not avail
      1424 aborts of idle page zeroing
 459643373 pagealloc desired color avail
  46458088 pagealloc desired color not avail
 383263705 pagealloc local cpu avail
 122837756 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    591592 faults relock (588143 ok)
  34750041 anon page faults
    389506 anon retry faults
  70996985 amap copy faults
  25076433 neighbour anon page faults
 821630396 neighbour object page faults
 207033052 locked pager get faults
    199452 unlocked pager get faults
  22891948 anon faults
  11857386 anon copy on write faults
 166233803 object faults
  40794276 promote copy faults
 360414230 promote zero fill faults
       758 times daemon wokeup
     14404 revolutions of the clock hand
   3311503 pages freed by daemon
   9647599 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2578695 object pages scanned by daemon
   2675029 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10681390 pages deactivated
 1890317259 total name lookups
 1793158478 good hits
  90723539 negative hits
   1096294 bad hits
    688971 false hits
   4337884 miss
    312093 too long
    664647 pass2 hits
   1149245 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:06:14 JST 2020
 load averages:  10.8,  11.1,  10.7;               up 0+19:40:00        04:06:15
 180 processes: 8 runnable, 168 sleeping, 4 on CPU
 CPU0 states: 78.2% user,  0.0% nice, 21.8% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 85.1% user,  0.0% nice, 14.9% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 70.0% user,  0.0% nice, 30.0% system,  0.0% interrupt,  0.0% idle
 CPU3 states:  0.0% user,  0.0% nice,  100% system,  0.0% interrupt,  0.0% idle
 Memory: 1394M Act, 763M Inact, 309M Wired, 320M Exec, 646M File, 204M Free
 Swap: 8972M Total, 1439M Used, 7533M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/3     16:11 98.00% 98.00% [system]
   892 tsutsui   26    0  1388M  576M CPU/0     98:11 49.60% 47.95% firefox
 11758 tsutsui   26    0   371M  130M RUN/1     12:19 39.17% 39.11% npviewer.bin
   881 tsutsui   26    0   253M   65M RUN/0     19:54 10.64% 10.64% X
 25580 root      27    0    55M   46M RUN/3      0:01 38.81%  8.59% cc1
  1669 tsutsui   43    0   788M  295M parked/2  14:55  4.00%  4.00% firefox68
 28938 tsutsui   82    0    29M   20M select/3   0:41  0.83%  0.83% xv
  9736 root      26    0    32M   21M RUN/1      0:00  9.00%  0.44% cc1
 23054 root      26    0    30M   16M RUN/1      0:00  4.00%  0.20% cc1
  6522 root      25    0    29M   18M RUN/2      0:00  3.00%  0.15% cc1
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     52075 pages free
    356875 pages active
    195269 pages inactive
         0 pages paging
     79084 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144011 kernel pool pages
    383972 anonymous pages
    165389 cached file pages
     81867 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    368331 swap pages in use
    395351 swap allocations
 679548092 total faults taken
 680613512 traps
   5391343 device interrupts
 104217561 CPU context switches
  18248543 software interrupts
 1383124989 system calls
    391387 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1833444 forks total
   1309037 forks blocked parent
   1309037 forks shared address space with parent
  31537814 pagealloc zero wanted and avail
 342310836 pagealloc zero wanted and not avail
      1425 aborts of idle page zeroing
 460776423 pagealloc desired color avail
  46502227 pagealloc desired color not avail
 384150809 pagealloc local cpu avail
 123127841 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    592532 faults relock (589083 ok)
  34767542 anon page faults
    389695 anon retry faults
  71136018 amap copy faults
  25085760 neighbour anon page faults
 823088869 neighbour object page faults
 207390468 locked pager get faults
    200203 unlocked pager get faults
  22904412 anon faults
  11862423 anon copy on write faults
 166528175 object faults
  40857319 promote copy faults
 361343974 promote zero fill faults
       758 times daemon wokeup
     14404 revolutions of the clock hand
   3311503 pages freed by daemon
   9647599 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2578695 object pages scanned by daemon
   2675029 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10681390 pages deactivated
 1895412603 total name lookups
 1798068208 good hits
  90892354 negative hits
   1098848 bad hits
    689342 false hits
   4351424 miss
    312427 too long
    668843 pass2 hits
   1155174 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:06:45 JST 2020
 load averages:  11.5,  11.2,  10.7;               up 0+19:40:31        04:06:46
 185 processes: 7 runnable, 174 sleeping, 4 on CPU
 CPU0 states: 76.2% user,  0.0% nice, 23.8% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 92.0% user,  0.0% nice,  8.0% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 44.6% user,  0.0% nice, 55.4% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 27.0% user,  0.0% nice, 73.0% system,  0.0% interrupt,  0.0% idle
 Memory: 1363M Act, 762M Inact, 309M Wired, 320M Exec, 664M File, 235M Free
 Swap: 8972M Total, 1439M Used, 7533M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   28M CPU/2     16:43 98.14% 98.14% [system]
   892 tsutsui   26    0  1392M  580M RUN/0     98:28 44.38% 44.38% firefox
 11758 tsutsui   26    0   371M  130M CPU/1     12:33 42.88% 42.87% npviewer.bin
   881 tsutsui   26    0   254M   65M RUN/0     19:58 10.69% 10.69% X
  1669 tsutsui   43    0   791M  300M parked/2  14:57  2.05%  2.05% firefox68
 23159 root      26    0    33M   23M RUN/2      0:00 10.76%  1.03% cc1
 12899 root      26    0    27M   15M RUN/0      0:00  5.00%  0.24% cc1
 15220 root      26    0    24M 9496K RUN/0      0:00  1.00%  0.05% cc1
  1087 tsutsui   85    0   976M  223M select/3  37:55  0.00%  0.00% ruby26
 28938 tsutsui   82    0    29M   20M select/0   0:42  0.00%  0.00% xv
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     60516 pages free
    348491 pages active
    195096 pages inactive
         0 pages paging
     79118 pages wired
       951 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144090 kernel pool pages
    370589 anonymous pages
    170127 cached file pages
     81989 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    368329 swap pages in use
    395444 swap allocations
 680930041 total faults taken
 681997874 traps
   5397456 device interrupts
 104465457 CPU context switches
  18263457 software interrupts
 1385487665 system calls
    391480 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1835290 forks total
   1310703 forks blocked parent
   1310703 forks shared address space with parent
  31566148 pagealloc zero wanted and avail
 343257321 pagealloc zero wanted and not avail
      1425 aborts of idle page zeroing
 461883251 pagealloc desired color avail
  46566493 pagealloc desired color not avail
 385013855 pagealloc local cpu avail
 123435889 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    592867 faults relock (589415 ok)
  34781277 anon page faults
    389786 anon retry faults
  71236350 amap copy faults
  25092821 neighbour anon page faults
 824186164 neighbour object page faults
 207646739 locked pager get faults
    200445 unlocked pager get faults
  22913988 anon faults
  11866580 anon copy on write faults
 166750566 object faults
  40891197 promote copy faults
 362306494 promote zero fill faults
       758 times daemon wokeup
     14404 revolutions of the clock hand
   3311503 pages freed by daemon
   9647599 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2578695 object pages scanned by daemon
   2675029 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10681390 pages deactivated
 1899013772 total name lookups
 1801547461 good hits
  91006411 negative hits
   1100357 bad hits
    689583 false hits
   4357364 miss
    312596 too long
    669790 pass2 hits
   1157789 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:07:16 JST 2020
 load averages:  12.7,  11.6,  10.9;               up 0+19:41:02        04:07:17
 174 processes: 9 runnable, 161 sleeping, 4 on CPU
 CPU0 states: 42.6% user,  0.0% nice, 57.4% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 53.0% user,  0.0% nice, 46.0% system,  0.0% interrupt,  1.0% idle
 CPU2 states: 53.5% user,  0.0% nice, 41.6% system,  0.0% interrupt,  5.0% idle
 CPU3 states: 24.0% user,  0.0% nice, 74.0% system,  0.0% interrupt,  2.0% idle
 Memory: 1378M Act, 760M Inact, 309M Wired, 308M Exec, 706M File, 221M Free
 Swap: 8972M Total, 1439M Used, 7533M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/3     17:14 97.66% 97.66% [system]
   892 tsutsui   42    0  1390M  574M RUN/3     98:44  1095% 53.47% firefox
 11758 tsutsui   26    0   371M  130M RUN/1     12:47 40.63% 40.62% npviewer.bin
   881 tsutsui   26    0   254M   65M RUN/0     20:02 11.18% 11.18% X
 28938 tsutsui   81    0    29M   20M select/0   0:43  4.30%  4.30% xv
  1669 tsutsui   43    0   789M  300M RUN/0     14:58  3.47%  3.47% firefox68
   398 root      85    0  6456K 1480K select/0   0:00  1.76%  1.76% ypserv
   160 tsutsui   85    0    11M 3592K select/0   0:10  0.73%  0.73% kterm
  1087 tsutsui   85    0   958M  225M select/0  37:56  0.00%  0.00% ruby26
  1427 tsutsui   85    0    27M   11M RUN/0      0:19  0.00%  0.00% jwm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     56487 pages free
    352841 pages active
    194633 pages inactive
         0 pages paging
     79050 pages wired
      1503 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144407 kernel pool pages
    367021 anonymous pages
    180744 cached file pages
     78760 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    368316 swap pages in use
    395758 swap allocations
 682712072 total faults taken
 683783423 traps
   5404684 device interrupts
 104732397 CPU context switches
  18279758 software interrupts
 1388814349 system calls
    391794 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1840513 forks total
   1314938 forks blocked parent
   1314938 forks shared address space with parent
  31595200 pagealloc zero wanted and avail
 344272860 pagealloc zero wanted and not avail
      1446 aborts of idle page zeroing
 463099065 pagealloc desired color avail
  46664796 pagealloc desired color not avail
 385997107 pagealloc local cpu avail
 123766754 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    593987 faults relock (590529 ok)
  34840615 anon page faults
    390095 anon retry faults
  71439614 amap copy faults
  25131405 neighbour anon page faults
 826503431 neighbour object page faults
 208221254 locked pager get faults
    201251 unlocked pager get faults
  22951371 anon faults
  11888531 anon copy on write faults
 167218729 object faults
  40997544 promote copy faults
 363317236 promote zero fill faults
       758 times daemon wokeup
     14404 revolutions of the clock hand
   3311503 pages freed by daemon
   9647599 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2578695 object pages scanned by daemon
   2675029 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10681390 pages deactivated
 1905777782 total name lookups
 1808076153 good hits
  91227135 negative hits
   1103324 bad hits
    690459 false hits
   4367886 miss
    312825 too long
    671087 pass2 hits
   1159757 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:07:47 JST 2020
 load averages:  12.3,  11.6,  10.9;               up 0+19:41:33        04:07:48
 216 processes: 7 runnable, 205 sleeping, 4 on CPU
 CPU0 states: 90.1% user,  0.0% nice,  9.9% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 81.2% user,  0.0% nice, 18.8% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 88.2% user,  0.0% nice, 11.8% system,  0.0% interrupt,  0.0% idle
 CPU3 states:  0.0% user,  0.0% nice,  100% system,  0.0% interrupt,  0.0% idle
 Memory: 1483M Act, 767M Inact, 309M Wired, 320M Exec, 701M File, 106M Free
 Swap: 8972M Total, 1433M Used, 7539M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/3     17:45 99.27% 99.27% [system]
   892 tsutsui   26    0  1392M  577M RUN/3     99:03 66.10% 52.78% firefox
 11758 tsutsui   26    0   372M  131M RUN/0     13:00 30.23% 30.22% npviewer.bin
   881 tsutsui   26    0   254M   65M CPU/0     20:06 10.89% 10.89% X
 25169 root      25    0    42M   33M RUN/0      0:01 32.56%  5.91% cc1
 22599 root      25    0    47M   37M RUN/2      0:01 20.72%  3.76% cc1
  1669 tsutsui   43    0   791M  302M parked/0  15:00  3.27%  3.27% firefox68
  5442 root      25    0    40M   30M RUN/1      0:00 21.01%  2.00% cc1
  2984 root      27    0    32M   21M RUN/3      0:00 18.45%  1.76% cc1
 15919 root      26    0    38M   27M RUN/3      0:00 11.28%  1.07% cc1
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     27100 pages free
    379741 pages active
    196360 pages inactive
         0 pages paging
     79068 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144779 kernel pool pages
    393785 anonymous pages
    179517 cached file pages
     81867 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    366957 swap pages in use
    396108 swap allocations
 684219450 total faults taken
 685294125 traps
   5413847 device interrupts
 105021120 CPU context switches
  18298166 software interrupts
 1392262652 system calls
    392139 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1843919 forks total
   1318191 forks blocked parent
   1318191 forks shared address space with parent
  31620593 pagealloc zero wanted and avail
 345202668 pagealloc zero wanted and not avail
      1446 aborts of idle page zeroing
 464256742 pagealloc desired color avail
  46711300 pagealloc desired color not avail
 386849393 pagealloc local cpu avail
 124118649 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    595436 faults relock (591973 ok)
  34856147 anon page faults
    390436 anon retry faults
  71651535 amap copy faults
  25137329 neighbour anon page faults
 828085416 neighbour object page faults
 208656142 locked pager get faults
    202355 unlocked pager get faults
  22963743 anon faults
  11891687 anon copy on write faults
 167543234 object faults
  41107927 promote copy faults
 364249509 promote zero fill faults
       758 times daemon wokeup
     16376 revolutions of the clock hand
   3317030 pages freed by daemon
   9654724 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2584222 object pages scanned by daemon
   2676323 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10690495 pages deactivated
 1913304221 total name lookups
 1815302317 good hits
  91499287 negative hits
   1106400 bad hits
    691065 false hits
   4391645 miss
    313507 too long
    678468 pass2 hits
   1174391 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:08:18 JST 2020
 load averages:  12.1,  11.6,  10.9;               up 0+19:42:04        04:08:19
 212 processes: 9 runnable, 200 sleeping, 3 on CPU
 CPU0 states: 66.3% user,  0.0% nice, 23.8% system,  1.0% interrupt,  8.9% idle
 CPU1 states:  0.0% user,  0.0% nice,  100% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 98.0% user,  0.0% nice,  2.0% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 69.3% user,  0.0% nice, 30.7% system,  0.0% interrupt,  0.0% idle
 Memory: 1459M Act, 757M Inact, 309M Wired, 320M Exec, 720M File, 141M Free
 Swap: 8972M Total, 1433M Used, 7539M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/1     18:17 98.34% 98.34% [system]
   892 tsutsui   43    0  1388M  575M parked/2  99:21 42.53% 42.53% firefox
 11758 tsutsui   26    0   373M  133M RUN/2     13:16 54.60% 41.16% npviewer.bin
   881 tsutsui   25    0   254M   65M RUN/3     20:09 10.21% 10.21% X
   532 tsutsui   85    0    11M 3572K select/3   0:09  9.72%  9.72% kterm
 29313 root      25    0    45M   35M RUN/2      0:00 25.91%  3.61% cc1
  1669 tsutsui   43    0   787M  298M RUN/1     15:02  3.37%  3.37% firefox68
  6167 root      25    0    36M   24M RUN/3      0:00 12.00%  0.59% cc1
  8211 root      27    0    23M   11M RUN/1      0:00  0.51%  0.05% cc1
 24253 root      77    0  7000K 2836K select/3   0:00  0.09%  0.05% nbmake
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     36038 pages free
    373400 pages active
    193760 pages inactive
         0 pages paging
     79048 pages wired
       182 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144874 kernel pool pages
    380116 anonymous pages
    184225 cached file pages
     81867 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    366957 swap pages in use
    396172 swap allocations
 685412934 total faults taken
 686489747 traps
   5420301 device interrupts
 105267000 CPU context switches
  18313245 software interrupts
 1395033938 system calls
    392203 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1845802 forks total
   1319994 forks blocked parent
   1319994 forks shared address space with parent
  31640247 pagealloc zero wanted and avail
 346019255 pagealloc zero wanted and not avail
      1446 aborts of idle page zeroing
 465157315 pagealloc desired color avail
  46789250 pagealloc desired color not avail
 387598213 pagealloc local cpu avail
 124348352 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    595940 faults relock (592476 ok)
  34865518 anon page faults
    390499 anon retry faults
  71750882 amap copy faults
  25140625 neighbour anon page faults
 829135624 neighbour object page faults
 208909636 locked pager get faults
    202795 unlocked pager get faults
  22970857 anon faults
  11893943 anon copy on write faults
 167756433 object faults
  41148222 promote copy faults
 365072988 promote zero fill faults
       758 times daemon wokeup
     16376 revolutions of the clock hand
   3317030 pages freed by daemon
   9654724 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2584222 object pages scanned by daemon
   2676323 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10690495 pages deactivated
 1920018369 total name lookups
 1821741456 good hits
  91765159 negative hits
   1107603 bad hits
    691752 false hits
   4398763 miss
    313636 too long
    678884 pass2 hits
   1176230 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:08:49 JST 2020
 load averages:  12.0,  11.6,  11.0;               up 0+19:42:35        04:08:50
 209 processes: 7 runnable, 198 sleeping, 4 on CPU
 CPU0 states: 19.8% user,  0.0% nice, 76.2% system,  4.0% interrupt,  0.0% idle
 CPU1 states: 64.4% user,  0.0% nice, 34.7% system,  0.0% interrupt,  1.0% idle
 CPU2 states: 68.3% user,  0.0% nice, 31.7% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 46.5% user,  0.0% nice, 53.5% system,  0.0% interrupt,  0.0% idle
 Memory: 1457M Act, 754M Inact, 309M Wired, 320M Exec, 736M File, 145M Free
 Swap: 8972M Total, 1433M Used, 7539M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/3     18:48 98.24% 98.24% [system]
   892 tsutsui   26    0  1384M  566M CPU/1     99:37 44.99% 44.58% firefox
 11758 tsutsui   84    0   373M  133M RUN/2     13:30 40.80% 38.67% npviewer.bin
   881 tsutsui   26    0   254M   65M RUN/0     20:13  9.67%  9.67% X
   532 tsutsui   85    0    11M 3572K select/2   0:09  1.66%  1.66% kterm
  1669 tsutsui   43    0   792M  300M parked/0  15:03  1.32%  1.32% firefox68
  1087 tsutsui   85    0   994M  256M select/2  37:58  0.88%  0.88% ruby26
   127 root      77    0  7300K 2964K select/1   0:00  0.30%  0.24% nbmake
 28938 tsutsui   85    0    23M   15M select/2   0:43  0.00%  0.00% xv
  1427 tsutsui   85    0    27M   11M select/1   0:19  0.00%  0.00% jwm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     37143 pages free
    373106 pages active
    192925 pages inactive
         0 pages paging
     79048 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144936 kernel pool pages
    374864 anonymous pages
    188344 cached file pages
     81871 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    366799 swap pages in use
    396268 swap allocations
 687003787 total faults taken
 688083443 traps
   5427182 device interrupts
 105525054 CPU context switches
  18328904 software interrupts
 1399163829 system calls
    392299 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1849608 forks total
   1323780 forks blocked parent
   1323780 forks shared address space with parent
  31658394 pagealloc zero wanted and avail
 347003876 pagealloc zero wanted and not avail
      1446 aborts of idle page zeroing
 466214387 pagealloc desired color avail
  46917046 pagealloc desired color not avail
 388480770 pagealloc local cpu avail
 124650663 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    597258 faults relock (593793 ok)
  34875330 anon page faults
    390594 anon retry faults
  71914588 amap copy faults
  25141506 neighbour anon page faults
 831177427 neighbour object page faults
 209398465 locked pager get faults
    204017 unlocked pager get faults
  22980015 anon faults
  11894596 anon copy on write faults
 168163524 object faults
  41229958 promote copy faults
 366050958 promote zero fill faults
       758 times daemon wokeup
     16376 revolutions of the clock hand
   3317030 pages freed by daemon
   9654724 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2584222 object pages scanned by daemon
   2676323 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10690495 pages deactivated
 1933067099 total name lookups
 1834283019 good hits
  92258384 negative hits
   1109401 bad hits
    694522 false hits
   4408001 miss
    313772 too long
    679792 pass2 hits
   1177532 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:09:20 JST 2020
 load averages:  12.5,  11.8,  11.0;               up 0+19:43:06        04:09:21
 214 processes: 8 runnable, 203 sleeping, 3 on CPU
 CPU0 states: 52.5% user,  0.0% nice, 47.5% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 72.3% user,  0.0% nice, 19.8% system,  0.0% interrupt,  7.9% idle
 CPU2 states: 71.3% user,  0.0% nice, 28.7% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 36.6% user,  0.0% nice, 63.4% system,  0.0% interrupt,  0.0% idle
 Memory: 1528M Act, 759M Inact, 309M Wired, 308M Exec, 781M File, 70M Free
 Swap: 8972M Total, 1433M Used, 7539M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/0     19:20 97.66% 97.66% [system]
   892 tsutsui   29    0  1384M  570M CPU/3     99:55 51.12% 51.03% firefox
 11758 tsutsui   27    0   373M  133M RUN/3     13:45 41.08% 40.62% npviewer.bin
   881 tsutsui   26    0   254M   66M RUN/0     20:17 11.38% 11.38% X
  1669 tsutsui   43    0   793M  302M parked/1  15:05  5.08%  5.08% firefox68
 28938 tsutsui   83    0    29M   21M select/1   0:44  1.86%  1.86% xv
 13981 root      25    0    31M   20M RUN/2      0:00 25.00%  1.22% cc1
 15720 root      26    0    37M   27M RUN/2      0:00 23.00%  1.12% cc1
  1299 root      26    0    10M 4176K RUN/0      0:00  5.00%  0.24% nbmake
 20161 root      77    0  9480K 5048K select/3   0:00  0.14%  0.10% nbmake
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     17360 pages free
    391518 pages active
    194371 pages inactive
         0 pages paging
     79053 pages wired
       137 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144804 kernel pool pages
    386293 anonymous pages
    196786 cached file pages
     81863 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    366799 swap pages in use
    396334 swap allocations
 688614116 total faults taken
 689696957 traps
   5434979 device interrupts
 105792091 CPU context switches
  18345978 software interrupts
 1403177065 system calls
    392365 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1853272 forks total
   1327430 forks blocked parent
   1327430 forks shared address space with parent
  31700340 pagealloc zero wanted and avail
 347933958 pagealloc zero wanted and not avail
      1451 aborts of idle page zeroing
 467393107 pagealloc desired color avail
  47003730 pagealloc desired color not avail
 389512203 pagealloc local cpu avail
 124884634 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    598360 faults relock (594893 ok)
  34885649 anon page faults
    390660 anon retry faults
  72149591 amap copy faults
  25142094 neighbour anon page faults
 832923208 neighbour object page faults
 209884989 locked pager get faults
    205053 unlocked pager get faults
  22989937 anon faults
  11894993 anon copy on write faults
 168523891 object faults
  41356110 promote copy faults
 366998094 promote zero fill faults
       758 times daemon wokeup
     17732 revolutions of the clock hand
   3317030 pages freed by daemon
   9654724 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2584222 object pages scanned by daemon
   2676323 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10691975 pages deactivated
 1943459060 total name lookups
 1844251597 good hits
  92665472 negative hits
   1110664 bad hits
    696418 false hits
   4420454 miss
    314455 too long
    683511 pass2 hits
   1185176 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:09:51 JST 2020
 load averages:  11.8,  11.6,  11.0;               up 0+19:43:37        04:09:52
 214 processes: 8 runnable, 200 sleeping, 6 on CPU
 CPU0 states: 95.0% user,  0.0% nice,  5.0% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 61.4% user,  0.0% nice, 38.6% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 24.0% user,  0.0% nice, 76.0% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 63.4% user,  0.0% nice, 36.6% system,  0.0% interrupt,  0.0% idle
 Memory: 1468M Act, 766M Inact, 310M Wired, 308M Exec, 692M File, 121M Free
 Swap: 8972M Total, 1433M Used, 7539M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/2     19:51 97.41% 97.41% [system]
   892 tsutsui   26    0  1403M  612M RUN/2    100:14 78.26% 53.52% firefox
 11758 tsutsui   26    0   373M  133M CPU/0     13:57 33.87% 33.79% npviewer.bin
   881 tsutsui   25    0   256M   67M RUN/3     20:20  9.23%  9.23% X
  1669 tsutsui   43    0   792M  301M parked/2  15:07  2.69%  2.69% firefox68
 19144 root      26    0    37M   25M RUN/2      0:00 18.00%  0.88% cc1
 11433 root      26    0    29M   19M RUN/2      0:00  2.80%  0.39% cc1
 15661 root      25    0    28M   16M RUN/0      0:00  4.00%  0.20% cc1
  1087 tsutsui   85    0   993M  250M select/0  37:58  0.00%  0.00% ruby26
 28938 tsutsui   83    0    29M   21M select/3   0:45  0.00%  0.00% xv
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     30896 pages free
    375782 pages active
    196223 pages inactive
         0 pages paging
     79318 pages wired
       396 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144861 kernel pool pages
    395333 anonymous pages
    177202 cached file pages
     78788 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    366799 swap pages in use
    396405 swap allocations
 690234703 total faults taken
 691320693 traps
   5441489 device interrupts
 106045640 CPU context switches
  18361980 software interrupts
 1406999823 system calls
    392436 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1856185 forks total
   1330332 forks blocked parent
   1330332 forks shared address space with parent
  31723879 pagealloc zero wanted and avail
 349002188 pagealloc zero wanted and not avail
      1451 aborts of idle page zeroing
 468633690 pagealloc desired color avail
  47048688 pagealloc desired color not avail
 390375469 pagealloc local cpu avail
 125306909 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    598863 faults relock (595396 ok)
  34893518 anon page faults
    390731 anon retry faults
  72306365 amap copy faults
  25142499 neighbour anon page faults
 834448980 neighbour object page faults
 210284453 locked pager get faults
    205485 unlocked pager get faults
  22997544 anon faults
  11895255 anon copy on write faults
 168840756 object faults
  41438706 promote copy faults
 368069680 promote zero fill faults
       758 times daemon wokeup
     19612 revolutions of the clock hand
   3343669 pages freed by daemon
   9711432 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2610861 object pages scanned by daemon
   2692763 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10750573 pages deactivated
 1954896907 total name lookups
 1855174172 good hits
  93166091 negative hits
   1112390 bad hits
    698707 false hits
   4430958 miss
    314589 too long
    684074 pass2 hits
   1188992 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:10:22 JST 2020
 load averages:  12.0,  11.7,  11.1;               up 0+19:44:08        04:10:23
 207 processes: 6 runnable, 197 sleeping, 4 on CPU
 CPU0 states:  0.0% user,  0.0% nice,  100% system,  0.0% interrupt,  0.0% idle
 CPU1 states: 96.0% user,  0.0% nice,  4.0% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 69.0% user,  0.0% nice, 17.0% system,  0.0% interrupt, 14.0% idle
 CPU3 states: 41.6% user,  0.0% nice, 14.9% system,  0.0% interrupt, 43.6% idle
 Memory: 1421M Act, 765M Inact, 309M Wired, 308M Exec, 718M File, 171M Free
 Swap: 8972M Total, 1433M Used, 7539M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/0     20:22 98.14% 98.14% [system]
   892 tsutsui   25    0  1395M  568M CPU/2    100:32 49.22% 49.22% firefox
 11758 tsutsui   28    0   373M  133M CPU/1     14:14 40.55% 40.53% npviewer.bin
   881 tsutsui   77    0   255M   67M radfen/2  20:24  9.03%  9.03% X
  1669 tsutsui   43    0   797M  306M parked/0  15:09  1.12%  1.12% firefox68
  8408 root      26    0    26M   13M RUN/0      0:00  2.05%  0.20% cc1
  1087 tsutsui   85    0   993M  250M select/3  37:59  0.00%  0.00% ruby26
 28938 tsutsui   84    0    28M   20M select/2   0:45  0.00%  0.00% xv
  1427 tsutsui   85    0    27M   11M select/2   0:19  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6384K select/1   0:18  0.00%  0.00% mlterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     43864 pages free
    363718 pages active
    195744 pages inactive
         0 pages paging
     79076 pages wired
      3512 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144799 kernel pool pages
    376069 anonymous pages
    183671 cached file pages
     78798 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    366792 swap pages in use
    396486 swap allocations
 691629886 total faults taken
 692718291 traps
   5449291 device interrupts
 106322095 CPU context switches
  18378919 software interrupts
 1410675152 system calls
    392517 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1858880 forks total
   1333001 forks blocked parent
   1333001 forks shared address space with parent
  31751480 pagealloc zero wanted and avail
 349849314 pagealloc zero wanted and not avail
      1453 aborts of idle page zeroing
 469674439 pagealloc desired color avail
  47112412 pagealloc desired color not avail
 391176692 pagealloc local cpu avail
 125610159 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    599565 faults relock (596098 ok)
  34901626 anon page faults
    390812 anon retry faults
  72445942 amap copy faults
  25143578 neighbour anon page faults
 835861400 neighbour object page faults
 210646430 locked pager get faults
    206106 unlocked pager get faults
  23004905 anon faults
  11896002 anon copy on write faults
 169129866 object faults
  41511573 promote copy faults
 368926471 promote zero fill faults
       758 times daemon wokeup
     19612 revolutions of the clock hand
   3343669 pages freed by daemon
   9711432 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2610861 object pages scanned by daemon
   2692763 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10750573 pages deactivated
 1964642810 total name lookups
 1864495481 good hits
  93578537 negative hits
   1113994 bad hits
    700413 false hits
   4439661 miss
    314724 too long
    685101 pass2 hits
   1190823 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:10:53 JST 2020
 load averages:  12.3,  11.8,  11.1;               up 0+19:44:39        04:10:54
 215 processes: 7 runnable, 204 sleeping, 4 on CPU
 CPU0 states:  0.0% user,  0.0% nice, 99.0% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 79.2% user,  0.0% nice, 18.8% system,  0.0% interrupt,  2.0% idle
 CPU2 states: 87.0% user,  0.0% nice, 10.0% system,  0.0% interrupt,  3.0% idle
 CPU3 states: 87.1% user,  0.0% nice, 10.9% system,  0.0% interrupt,  2.0% idle
 Memory: 1455M Act, 764M Inact, 309M Wired, 320M Exec, 720M File, 138M Free
 Swap: 8972M Total, 1432M Used, 7540M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/0     20:54 98.34% 98.34% [system]
 11758 tsutsui   84    0   373M  133M RUN/3     14:28 49.91% 49.90% npviewer.bin
   892 tsutsui   37    0  1379M  552M CPU/1    100:48 46.26% 45.61% firefox
   881 tsutsui   27    0   255M   75M RUN/0     20:28  9.91%  9.91% X
 28938 tsutsui   83    0    28M   20M select/0   0:46  4.64%  4.64% xv
  1669 tsutsui   43    0   791M  303M parked/1  15:11  3.86%  3.86% firefox68
  1087 tsutsui   85    0   978M  244M select/0  38:01  3.08%  3.08% ruby26
 29340 root      25    0    37M   27M CPU/2      0:00 47.00%  2.29% cc1
 13376 root      25    0    35M   24M RUN/3      0:00 16.00%  0.78% cc1
  1427 tsutsui   85    0    27M   11M select/2   0:19  0.00%  0.00% jwm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     35238 pages free
    372419 pages active
    195515 pages inactive
         0 pages paging
     79065 pages wired
       773 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144910 kernel pool pages
    380721 anonymous pages
    184383 cached file pages
     81895 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    366680 swap pages in use
    399121 swap allocations
 692911627 total faults taken
 694002639 traps
   5458780 device interrupts
 106574350 CPU context switches
  18397996 software interrupts
 1414062681 system calls
    393569 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1860803 forks total
   1334921 forks blocked parent
   1334921 forks shared address space with parent
  31782921 pagealloc zero wanted and avail
 350653164 pagealloc zero wanted and not avail
      1454 aborts of idle page zeroing
 470612819 pagealloc desired color avail
  47204057 pagealloc desired color not avail
 391920366 pagealloc local cpu avail
 125896510 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    602732 faults relock (599264 ok)
  34908861 anon page faults
    391863 anon retry faults
  72547548 amap copy faults
  25143718 neighbour anon page faults
 837086018 neighbour object page faults
 210935714 locked pager get faults
    208221 unlocked pager get faults
  23012012 anon faults
  11896129 anon copy on write faults
 169380596 object faults
  41550126 promote copy faults
 369748726 promote zero fill faults
       758 times daemon wokeup
     19632 revolutions of the clock hand
   3343669 pages freed by daemon
   9711432 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2610861 object pages scanned by daemon
   2692763 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10750593 pages deactivated
 1973614865 total name lookups
 1873116589 good hits
  93919972 negative hits
   1115270 bad hits
    701997 false hits
   4445457 miss
    315580 too long
    686412 pass2 hits
   1193110 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:11:24 JST 2020
 load averages:  11.9,  11.8,  11.1;               up 0+19:45:10        04:11:25
 214 processes: 7 runnable, 203 sleeping, 4 on CPU
 CPU0 states: 54.0% user,  0.0% nice, 41.0% system,  5.0% interrupt,  0.0% idle
 CPU1 states: 79.0% user,  0.0% nice,  3.0% system,  0.0% interrupt, 18.0% idle
 CPU2 states: 38.4% user,  0.0% nice, 61.6% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 69.0% user,  0.0% nice, 26.0% system,  0.0% interrupt,  5.0% idle
 Memory: 1495M Act, 765M Inact, 309M Wired, 319M Exec, 728M File, 96M Free
 Swap: 8972M Total, 1432M Used, 7541M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/0     21:25 98.54% 98.54% [system]
   892 tsutsui   26    0  1393M  586M RUN/2    101:07 46.38% 46.24% firefox
 11758 tsutsui   27    0   374M  133M CPU/1     14:39 30.23% 30.22% npviewer.bin
 15660 tsutsui   85    0   155M   23M kqueue/0   0:10 12.45% 12.45% plugin-container
   881 tsutsui   26    0   255M   75M RUN/0     20:31 10.99% 10.99% X
  1669 tsutsui   43    0   798M  307M parked/0  15:13  7.96%  7.96% firefox68
 16397 root      26    0    33M   23M RUN/2      0:00 15.38%  1.46% cc1
 13871 root      25    0    30M   18M RUN/0      0:00 15.00%  0.73% cc1
 21032 root      26    0    29M   19M CPU/2      0:00  6.66%  0.63% cc1
 20671 root      25    0    23M   17M RUN/0      0:00  9.00%  0.44% nbmake
 
      4096 bytes per page
         8 page colors
    832700 pages managed
     24553 pages free
    382711 pages active
    195926 pages inactive
         0 pages paging
     79051 pages wired
       142 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144862 kernel pool pages
    389734 anonymous pages
    186295 cached file pages
     81659 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    366467 swap pages in use
    399291 swap allocations
 694295221 total faults taken
 695388555 traps
   5465861 device interrupts
 106821559 CPU context switches
  18414060 software interrupts
 1417353485 system calls
    393739 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1863353 forks total
   1337452 forks blocked parent
   1337452 forks shared address space with parent
  31812136 pagealloc zero wanted and avail
 351498488 pagealloc zero wanted and not avail
      1455 aborts of idle page zeroing
 471655626 pagealloc desired color avail
  47270655 pagealloc desired color not avail
 392740253 pagealloc local cpu avail
 126186028 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       942 faults had to wait on pages
         0 faults found released page
    603539 faults relock (600064 ok)
  34916714 anon page faults
    392026 anon retry faults
  72682285 amap copy faults
  25144463 neighbour anon page faults
 838428979 neighbour object page faults
 211276434 locked pager get faults
    208858 unlocked pager get faults
  23019413 anon faults
  11896574 anon copy on write faults
 169655319 object faults
  41616120 promote copy faults
 370606386 promote zero fill faults
       758 times daemon wokeup
     20241 revolutions of the clock hand
   3346666 pages freed by daemon
   9714997 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2613858 object pages scanned by daemon
   2692976 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10754774 pages deactivated
 1981869145 total name lookups
 1881039649 good hits
  94239751 negative hits
   1117051 bad hits
    703419 false hits
   4453446 miss
    315829 too long
    687252 pass2 hits
   1194735 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:11:55 JST 2020
 load averages:  11.2,  11.6,  11.1;               up 0+19:45:41        04:11:56
 203 processes: 2 runnable, 197 sleeping, 4 on CPU
 CPU0 states: 58.4% user,  0.0% nice, 39.6% system,  2.0% interrupt,  0.0% idle
 CPU1 states: 20.8% user,  0.0% nice, 78.2% system,  0.0% interrupt,  1.0% idle
 CPU2 states: 67.0% user,  0.0% nice, 32.0% system,  0.0% interrupt,  1.0% idle
 CPU3 states: 81.2% user,  0.0% nice, 12.9% system,  0.0% interrupt,  5.9% idle
 Memory: 1148M Act, 681M Inact, 290M Wired, 234M Exec, 798M File, 549M Free
 Swap: 8972M Total, 1123M Used, 7850M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/1     21:56 99.07% 99.07% [system]
   892 tsutsui   26    0  1346M  544M CPU/0    101:16 25.29% 25.29% firefox
   881 tsutsui   85    0   250M   82M select/0  20:34  9.13%  9.13% X
  1087 tsutsui   85    0   964M  238M select/3  38:02  1.61%  1.61% ruby26
 22141 root      25    0    36M   25M CPU/2      0:00  9.00%  0.44% cc1
 27598 root     109    0    28M   16M tstile/2   0:00  5.00%  0.24% cc1
  1427 tsutsui   85    0    27M   11M select/3   0:19  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6444K select/0   0:18  0.00%  0.00% mlterm
    77 tsutsui   85    0    28M 5776K select/2   0:17  0.00%  0.00% ibus-daemon
  1177 tsutsui   85    0   130M   32M select/1   0:11  0.00%  0.00% ibus-ui-gtk3
 
      4096 bytes per page
         8 page colors
    832700 pages managed
    148132 pages free
    288804 pages active
    171749 pages inactive
         0 pages paging
     74125 pages wired
      9761 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144840 kernel pool pages
    270584 anonymous pages
    204285 cached file pages
     59810 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    282779 swap pages in use
    415758 swap allocations
 696230474 total faults taken
 697328711 traps
   5491317 device interrupts
 107088736 CPU context switches
  18449867 software interrupts
 1421369571 system calls
    410183 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1867881 forks total
   1341931 forks blocked parent
   1341931 forks shared address space with parent
  31869056 pagealloc zero wanted and avail
 352598195 pagealloc zero wanted and not avail
      1455 aborts of idle page zeroing
 473013211 pagealloc desired color avail
  47342348 pagealloc desired color not avail
 393894316 pagealloc local cpu avail
 126461243 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       949 faults had to wait on pages
         0 faults found released page
    664184 faults relock (660437 ok)
  34949117 anon page faults
    408206 anon retry faults
  72910784 amap copy faults
  25146332 neighbour anon page faults
 840917647 neighbour object page faults
 211931395 locked pager get faults
    253053 unlocked pager get faults
  23050563 anon faults
  11897556 anon copy on write faults
 170200979 object faults
  41725405 promote copy faults
 371734091 promote zero fill faults
       758 times daemon wokeup
     20241 revolutions of the clock hand
   3346666 pages freed by daemon
   9714997 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2613858 object pages scanned by daemon
   2692976 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10754774 pages deactivated
 1993505841 total name lookups
 1892267549 good hits
  94624951 negative hits
   1120466 bad hits
    707421 false hits
   4468657 miss
    316797 too long
    689844 pass2 hits
   1199426 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:12:26 JST 2020
 load averages:  9.17,  11.1,  10.9;               up 0+19:46:12        04:12:27
 208 processes: 5 runnable, 198 sleeping, 1 zombie, 4 on CPU
 CPU0 states: 66.3% user,  0.0% nice, 31.7% system,  2.0% interrupt,  0.0% idle
 CPU1 states: 64.0% user,  0.0% nice, 36.0% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 70.3% user,  0.0% nice, 29.7% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 13.0% user,  0.0% nice, 87.0% system,  0.0% interrupt,  0.0% idle
 Memory: 1112M Act, 663M Inact, 289M Wired, 234M Exec, 820M File, 608M Free
 Swap: 8972M Total, 1098M Used, 7874M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/0     22:28 99.46% 99.46% [system]
   892 tsutsui   43    0  1323M  472M parked/2 101:17  6.10%  6.10% firefox
   881 tsutsui   85    0   249M   82M RUN/0     20:37  5.42%  5.42% X
   160 tsutsui   83    0    11M 3648K select/3   0:11  1.17%  1.17% kterm
 15953 root      25    0    33M   22M RUN/2      0:00 16.00%  0.78% cc1
  1087 tsutsui   85    0   955M  238M select/3  38:02  0.00%  0.00% ruby26
  1427 tsutsui   85    0    27M   11M select/3   0:19  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6444K select/1   0:18  0.00%  0.00% mlterm
    77 tsutsui   85    0    28M 5728K select/3   0:17  0.00%  0.00% ibus-daemon
  1177 tsutsui   85    0   130M   32M select/0   0:11  0.00%  0.00% ibus-ui-gtk3
 
      4096 bytes per page
         8 page colors
    832700 pages managed
    155647 pages free
    284775 pages active
    169610 pages inactive
         0 pages paging
     74104 pages wired
     12836 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    144032 kernel pool pages
    258765 anonymous pages
    209914 cached file pages
     59810 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    281073 swap pages in use
    416580 swap allocations
 698132088 total faults taken
 699232398 traps
   5499844 device interrupts
 107241861 CPU context switches
  18463626 software interrupts
 1427430452 system calls
    410874 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1872010 forks total
   1345990 forks blocked parent
   1345990 forks shared address space with parent
  31895231 pagealloc zero wanted and avail
 353800922 pagealloc zero wanted and not avail
      1455 aborts of idle page zeroing
 474422363 pagealloc desired color avail
  47342348 pagealloc desired color not avail
 395263730 pagealloc local cpu avail
 126500981 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       949 faults had to wait on pages
         0 faults found released page
    665690 faults relock (661943 ok)
  34962476 anon page faults
    408898 anon retry faults
  73108748 amap copy faults
  25149082 neighbour anon page faults
 843396452 neighbour object page faults
 212513684 locked pager get faults
    253867 unlocked pager get faults
  23062422 anon faults
  11899057 anon copy on write faults
 170700515 object faults
  41808157 promote copy faults
 372936741 promote zero fill faults
       758 times daemon wokeup
     20241 revolutions of the clock hand
   3346666 pages freed by daemon
   9714997 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2613858 object pages scanned by daemon
   2692976 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10754774 pages deactivated
 2006964418 total name lookups
 1905236974 good hits
  95093632 negative hits
   1123490 bad hits
    712061 false hits
   4480686 miss
    317575 too long
    692129 pass2 hits
   1203480 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:12:57 JST 2020
 load averages:  8.10,  10.6,  10.8;               up 0+19:46:43        04:12:58
 189 processes: 17 runnable, 168 sleeping, 4 on CPU
 CPU0 states: 10.9% user,  0.0% nice, 88.1% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 49.5% user,  0.0% nice, 49.5% system,  0.0% interrupt,  1.0% idle
 CPU2 states: 68.3% user,  0.0% nice, 31.7% system,  0.0% interrupt,  0.0% idle
 CPU3 states: 56.4% user,  0.0% nice, 37.6% system,  0.0% interrupt,  5.9% idle
 Memory: 1159M Act, 661M Inact, 289M Wired, 222M Exec, 868M File, 564M Free
 Swap: 8972M Total, 1096M Used, 7876M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   30M CPU/3     22:59 99.17% 99.17% [system]
  1087 tsutsui   85    0   973M  259M select/3  38:03  2.10%  2.10% ruby26
   881 tsutsui   35    0   245M   81M CPU/0     20:38  1.76%  1.76% X
   892 tsutsui   43    0  1323M  473M parked/2 101:17  0.63%  0.63% firefox
  1427 tsutsui   85    0    27M   11M select/3   0:19  0.00%  0.00% jwm
   876 tsutsui   85    0    18M 6444K select/3   0:18  0.00%  0.00% mlterm
    77 tsutsui   85    0    28M 5736K select/3   0:17  0.00%  0.00% ibus-daemon
   160 tsutsui   85    0    11M 3664K select/1   0:12  0.00%  0.00% kterm
  1177 tsutsui   85    0   130M   32M select/3   0:11  0.00%  0.00% ibus-ui-gtk3
   730 tsutsui   43    0    11M 3640K CPU/0      0:10  0.00%  0.00% kterm
 
      4096 bytes per page
         8 page colors
    832700 pages managed
    144145 pages free
    297118 pages active
    169129 pages inactive
         0 pages paging
     74044 pages wired
     24488 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    143814 kernel pool pages
    261129 anonymous pages
    219176 cached file pages
     59986 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    280551 swap pages in use
    416637 swap allocations
 699845316 total faults taken
 700947055 traps
   5506865 device interrupts
 107377653 CPU context switches
  18476038 software interrupts
 1431339049 system calls
    410931 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1876098 forks total
   1349954 forks blocked parent
   1349954 forks shared address space with parent
  31970070 pagealloc zero wanted and avail
 354810525 pagealloc zero wanted and not avail
      1464 aborts of idle page zeroing
 475664204 pagealloc desired color avail
  47342348 pagealloc desired color not avail
 396428671 pagealloc local cpu avail
 126577881 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       949 faults had to wait on pages
         0 faults found released page
    667009 faults relock (663262 ok)
  34976525 anon page faults
    408955 anon retry faults
  73296725 amap copy faults
  25153903 neighbour anon page faults
 845809967 neighbour object page faults
 213078657 locked pager get faults
    255129 unlocked pager get faults
  23074037 anon faults
  11901491 anon copy on write faults
 171184972 object faults
  41888665 promote copy faults
 373994971 promote zero fill faults
       758 times daemon wokeup
     20241 revolutions of the clock hand
   3346666 pages freed by daemon
   9714997 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2613858 object pages scanned by daemon
   2692976 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10754774 pages deactivated
 2020203196 total name lookups
 1917958807 good hits
  95591782 negative hits
   1126477 bad hits
    716877 false hits
   4491634 miss
    317619 too long
    693278 pass2 hits
   1205709 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 Fri Jan 17 04:13:28 JST 2020
 load averages:  7.54,  10.2,  10.6;               up 0+19:47:14        04:13:29
 188 processes: 5 runnable, 178 sleeping, 1 zombie, 4 on CPU
 CPU0 states: 62.4% user,  0.0% nice, 36.6% system,  1.0% interrupt,  0.0% idle
 CPU1 states: 13.9% user,  0.0% nice, 86.1% system,  0.0% interrupt,  0.0% idle
 CPU2 states: 73.3% user,  0.0% nice, 25.7% system,  0.0% interrupt,  1.0% idle
 CPU3 states: 60.4% user,  0.0% nice, 38.6% system,  0.0% interrupt,  1.0% idle
 Memory: 1184M Act, 661M Inact, 289M Wired, 221M Exec, 889M File, 540M Free
 Swap: 8972M Total, 1096M Used, 7876M Free
 
   PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
     0 root     126    0     0K   29M CPU/3     23:31 98.34% 98.34% [system]
  6607 root      85    0  7028K 1408K select/2   0:05  5.71%  5.71% nbmake
   881 tsutsui   82    0   245M   82M select/0  20:40  5.08%  5.08% X
   892 tsutsui   43    0  1318M  474M RUN/2    101:20  4.79%  4.79% firefox
   160 tsutsui   85    0    11M 3664K select/2   0:12  2.69%  2.69% kterm
  5611 root      85    0  7076K 1408K select/2   0:02  1.22%  1.22% nbmake
  1087 tsutsui   85    0   970M  256M select/0  38:03  0.83%  0.83% ruby26
  1826 root      85    0  7040K 1408K select/2   0:04  0.83%  0.83% nbmake
 12113 root      26    0    32M   21M CPU/1      0:00  7.00%  0.34% cc1
  2862 root      85    0  6244K 2224K select/2   0:00  0.34%  0.34% nbmake
 
      4096 bytes per page
         8 page colors
    832700 pages managed
    138294 pages free
    303061 pages active
    169107 pages inactive
         0 pages paging
     74055 pages wired
     36075 zero pages
         1 reserve pagedaemon pages
        20 reserve kernel pages
     13825 boot kernel pages
    143690 kernel pool pages
    261897 anonymous pages
    227664 cached file pages
     56662 cached executable pages
      1024 minimum free pages
      1365 target free pages
    277566 maximum wired pages
         1 swap devices
   2296837 swap pages
    280489 swap pages in use
    417157 swap allocations
 701659529 total faults taken
 702762669 traps
   5513822 device interrupts
 107525189 CPU context switches
  18489171 software interrupts
 1435012775 system calls
    411366 pagein requests
     46336 pageout requests
         0 pages swapped in
    740137 pages swapped out
   1880161 forks total
   1353889 forks blocked parent
   1353889 forks shared address space with parent
  32024513 pagealloc zero wanted and avail
 355901966 pagealloc zero wanted and not avail
      1505 aborts of idle page zeroing
 476996970 pagealloc desired color avail
  47342632 pagealloc desired color not avail
 397697592 pagealloc local cpu avail
 126642010 pagealloc local cpu not avail
       373 faults with no memory
         0 faults with no anons
       949 faults had to wait on pages
         0 faults found released page
    668244 faults relock (664496 ok)
  34992959 anon page faults
    409389 anon retry faults
  73477383 amap copy faults
  25158918 neighbour anon page faults
 848266399 neighbour object page faults
 213650157 locked pager get faults
    255929 unlocked pager get faults
  23087685 anon faults
  11904276 anon copy on write faults
 171679113 object faults
  41966024 promote copy faults
 375114930 promote zero fill faults
       758 times daemon wokeup
     20241 revolutions of the clock hand
   3346666 pages freed by daemon
   9714997 pages scanned by daemon
    732808 anonymous pages scanned by daemon
   2613858 object pages scanned by daemon
   2692976 pages reactivated
      1509 pages found busy by daemon
    693801 total pending pageouts
  10754774 pages deactivated
 2032824746 total name lookups
 1930102248 good hits
  96051775 negative hits
   1129490 bad hits
    721213 false hits
   4502280 miss
    317740 too long
    694191 pass2 hits
   1207744 2passes
           cache hits (94% pos + 4% neg) system 0% per-process
           deletions 0%, falsehits 0%, toolong 0%
 
 ---
 Izumi Tsutsui
 



Home | Main Index | Thread Index | Old Index