hashicorp / nomad

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
https://www.nomadproject.io/
Other
14.62k stars 1.92k forks source link

high memory usage in logmon #9858

Closed anastazya closed 2 years ago

anastazya commented 3 years ago

I have a cluster of 20 nodes, all running "raw-exec" tasks in PHP.

At random intervals after a while i get a lot of OOM's. I find the server with 100% swap usage and looking like this :

Screenshot 2021-01-20 at 17 45 21

If i restart the nomad agent, it all goes back to normal for a while.

I also get this in nomad log : "2021-01-20T17:52:28.522+0200 [INFO] client.gc: garbage collection skipped because no terminal allocations: reason="number of allocations (89) is over the limit (50)" <--- that message is extremely ambiguous as everything runs normal and nomad was just restarted.

tgross commented 3 years ago

Hi @anastazya! The htop output you have there is displaying all the threads for the Nomad agent process (all the green-colored lines). So that PID 1146 has only ~1GB RSS. Can you provide the rest of the memory stats? ps -eo pid,tid,class,rtprio,stat,vsz,rss,comm will give a reasonable table of the whole host.

anastazya commented 3 years ago

ps -eo pid,tid,class,rtprio,stat,vsz,rss,comm

I can give the stats for another host in the same state, cause i restarted nomad on the host that i took the screenshot.

``` PID TID CLS RTPRIO STAT VSZ RSS COMMAND 1 1 TS - Ss 52876 4204 systemd 2 2 TS - S 0 0 kthreadd 4 4 TS - S< 0 0 kworker/0:0H 6 6 TS - S 0 0 ksoftirqd/0 7 7 FF 99 S 0 0 migration/0 8 8 TS - S 0 0 rcu_bh 9 9 TS - S 0 0 rcu_sched 10 10 TS - S< 0 0 lru-add-drain 11 11 FF 99 S 0 0 watchdog/0 12 12 FF 99 S 0 0 watchdog/1 13 13 FF 99 S 0 0 migration/1 14 14 TS - S 0 0 ksoftirqd/1 16 16 TS - S< 0 0 kworker/1:0H 17 17 FF 99 S 0 0 watchdog/2 18 18 FF 99 S 0 0 migration/2 19 19 TS - S 0 0 ksoftirqd/2 21 21 TS - S< 0 0 kworker/2:0H 22 22 FF 99 S 0 0 watchdog/3 23 23 FF 99 S 0 0 migration/3 24 24 TS - S 0 0 ksoftirqd/3 26 26 TS - S< 0 0 kworker/3:0H 27 27 FF 99 S 0 0 watchdog/4 28 28 FF 99 S 0 0 migration/4 29 29 TS - S 0 0 ksoftirqd/4 31 31 TS - S< 0 0 kworker/4:0H 32 32 FF 99 S 0 0 watchdog/5 33 33 FF 99 S 0 0 migration/5 34 34 TS - S 0 0 ksoftirqd/5 36 36 TS - S< 0 0 kworker/5:0H 37 37 FF 99 S 0 0 watchdog/6 38 38 FF 99 S 0 0 migration/6 39 39 TS - S 0 0 ksoftirqd/6 41 41 TS - S< 0 0 kworker/6:0H 42 42 FF 99 S 0 0 watchdog/7 43 43 FF 99 S 0 0 migration/7 44 44 TS - S 0 0 ksoftirqd/7 46 46 TS - S< 0 0 kworker/7:0H 47 47 FF 99 S 0 0 watchdog/8 48 48 FF 99 S 0 0 migration/8 49 49 TS - S 0 0 ksoftirqd/8 51 51 TS - S< 0 0 kworker/8:0H 52 52 FF 99 S 0 0 watchdog/9 53 53 FF 99 S 0 0 migration/9 54 54 TS - S 0 0 ksoftirqd/9 56 56 TS - S< 0 0 kworker/9:0H 57 57 FF 99 S 0 0 watchdog/10 58 58 FF 99 S 0 0 migration/10 59 59 TS - S 0 0 ksoftirqd/10 61 61 TS - S< 0 0 kworker/10:0H 62 62 FF 99 S 0 0 watchdog/11 63 63 FF 99 S 0 0 migration/11 64 64 TS - S 0 0 ksoftirqd/11 66 66 TS - S< 0 0 kworker/11:0H 68 68 TS - S 0 0 kdevtmpfs 69 69 TS - S< 0 0 netns 70 70 TS - S 0 0 khungtaskd 71 71 TS - S< 0 0 writeback 72 72 TS - S< 0 0 kintegrityd 73 73 TS - S< 0 0 bioset 74 74 TS - S< 0 0 bioset 75 75 TS - S< 0 0 bioset 76 76 TS - S< 0 0 kblockd 77 77 TS - S< 0 0 md 78 78 TS - S< 0 0 edac-poller 79 79 TS - S< 0 0 watchdogd 85 85 TS - S 0 0 kswapd0 86 86 TS - SN 0 0 ksmd 87 87 TS - SN 0 0 khugepaged 88 88 TS - S< 0 0 crypto 96 96 TS - S< 0 0 kthrotld 98 98 TS - S< 0 0 kmpath_rdacd 99 99 TS - S< 0 0 kaluad 101 101 TS - S< 0 0 kpsmoused 102 102 TS - S< 0 0 ipv6_addrconf 115 115 TS - S< 0 0 deferwq 151 151 TS - S 0 0 kauditd 359 359 TS - S< 0 0 ata_sff 364 364 TS - S 0 0 scsi_eh_0 365 365 TS - S< 0 0 scsi_tmf_0 366 366 TS - S 0 0 scsi_eh_1 367 367 TS - S< 0 0 scsi_tmf_1 372 372 TS - S< 0 0 ttm_swap 378 378 TS - S< 0 0 virtscsi-scan 379 379 TS - S 0 0 scsi_eh_2 380 380 TS - S< 0 0 scsi_tmf_2 418 418 TS - S< 0 0 kworker/0:1H 459 459 TS - S< 0 0 kdmflush 460 460 TS - S< 0 0 bioset 469 469 TS - S< 0 0 kdmflush 470 470 TS - S< 0 0 bioset 485 485 TS - S< 0 0 bioset 486 486 TS - S< 0 0 xfsalloc 487 487 TS - S< 0 0 xfs_mru_cache 488 488 TS - S< 0 0 xfs-buf/dm-0 489 489 TS - S< 0 0 xfs-data/dm-0 490 490 TS - S< 0 0 xfs-conv/dm-0 491 491 TS - S< 0 0 xfs-cil/dm-0 492 492 TS - S< 0 0 xfs-reclaim/dm- 493 493 TS - S< 0 0 xfs-log/dm-0 494 494 TS - S< 0 0 xfs-eofblocks/d 495 495 TS - S 0 0 xfsaild/dm-0 577 577 TS - Ss 240436 136660 systemd-journal 597 597 TS - Ss 198572 428 lvmetad 613 613 TS - Ss 44980 780 systemd-udevd 660 660 TS - S 0 0 hwrng 669 669 TS - S< 0 0 kworker/2:1H 758 758 TS - S 0 0 jbd2/sda1-8 759 759 TS - S< 0 0 ext4-rsv-conver 780 780 TS - S
tgross commented 3 years ago

Ok, so the first thing I worried about was leaking Nomad processes. You've got 93 php processes (not counting the php-fpm) and 187 nomad processes. That's 2 nomad processes for each php process, plus 1 more for the Nomad agent. That's what I'd expect to see, as each task has a task executor and a logmon log collector. We'd generally expect that to add up to a couple of GB of RSS just because of the sheer number of processes.

If we do a bit of math we can see that ~7GB of RSS are dedicated to php but a whopping 14.6GB is dedicated to nomad! I plotted a quickie histogram and (if we discard the outlier which is the Nomad agent), we can see there's a group of ~20 processes that are eating up almost half of that total and are individually 100-300MB of RSS.

Screen Shot 2021-01-20 at 1 54 03 PM

A couple things that would be useful to help debug this:

It might also be useful to see if there's a relationship between the etimes and the RSS of the Nomad process. Something like ps -eo pid,comm,args,rss,etimes would give us a table of that relationship, including the args that let us differentiate between executor and logmon, or if you have graphs from whatever you're sending those collectd metrics to. That would let us see if one of the specific processes has a memory leak.

I've done some very quick tests here and I don't see any obvious leaks on the executor or logmon for a process that's doing frequent logging. But you may be encountering this issue more seriously because of the large number of tasks on the host. It looks like you're running a task-per-php, so if it's possible to spawn them behind a single php-fpm you might have efficiency gains that will help reduce the problem while we work on figuring this out.

(Also, I hope you don't mind but I edited your last response to wrap that ps dump in a <details> block for readability.)

anastazya commented 3 years ago

Nomad v1.0.0 (cfca6405ad9b5f66dffc8843e3d16f92f3bedb43)

The rest of the details i will compile today as this is somewhat production environment.

``` PID COMMAND COMMAND RSS ELAPSED 1 systemd /usr/lib/systemd/systemd -- 4184 700688 2 kthreadd [kthreadd] 0 700688 4 kworker/0:0H [kworker/0:0H] 0 700688 6 ksoftirqd/0 [ksoftirqd/0] 0 700688 7 migration/0 [migration/0] 0 700688 8 rcu_bh [rcu_bh] 0 700688 9 rcu_sched [rcu_sched] 0 700688 10 lru-add-drain [lru-add-drain] 0 700688 11 watchdog/0 [watchdog/0] 0 700688 12 watchdog/1 [watchdog/1] 0 700688 13 migration/1 [migration/1] 0 700688 14 ksoftirqd/1 [ksoftirqd/1] 0 700688 16 kworker/1:0H [kworker/1:0H] 0 700688 17 watchdog/2 [watchdog/2] 0 700688 18 migration/2 [migration/2] 0 700688 19 ksoftirqd/2 [ksoftirqd/2] 0 700688 21 kworker/2:0H [kworker/2:0H] 0 700688 22 watchdog/3 [watchdog/3] 0 700688 23 migration/3 [migration/3] 0 700688 24 ksoftirqd/3 [ksoftirqd/3] 0 700688 26 kworker/3:0H [kworker/3:0H] 0 700688 27 watchdog/4 [watchdog/4] 0 700688 28 migration/4 [migration/4] 0 700688 29 ksoftirqd/4 [ksoftirqd/4] 0 700688 31 kworker/4:0H [kworker/4:0H] 0 700688 32 watchdog/5 [watchdog/5] 0 700688 33 migration/5 [migration/5] 0 700688 34 ksoftirqd/5 [ksoftirqd/5] 0 700688 36 kworker/5:0H [kworker/5:0H] 0 700688 37 watchdog/6 [watchdog/6] 0 700688 38 migration/6 [migration/6] 0 700688 39 ksoftirqd/6 [ksoftirqd/6] 0 700688 41 kworker/6:0H [kworker/6:0H] 0 700688 42 watchdog/7 [watchdog/7] 0 700688 43 migration/7 [migration/7] 0 700688 44 ksoftirqd/7 [ksoftirqd/7] 0 700688 46 kworker/7:0H [kworker/7:0H] 0 700688 47 watchdog/8 [watchdog/8] 0 700688 48 migration/8 [migration/8] 0 700688 49 ksoftirqd/8 [ksoftirqd/8] 0 700688 51 kworker/8:0H [kworker/8:0H] 0 700688 52 watchdog/9 [watchdog/9] 0 700688 53 migration/9 [migration/9] 0 700688 54 ksoftirqd/9 [ksoftirqd/9] 0 700688 56 kworker/9:0H [kworker/9:0H] 0 700688 57 watchdog/10 [watchdog/10] 0 700688 58 migration/10 [migration/10] 0 700688 59 ksoftirqd/10 [ksoftirqd/10] 0 700688 61 kworker/10:0H [kworker/10:0H] 0 700688 62 watchdog/11 [watchdog/11] 0 700688 63 migration/11 [migration/11] 0 700688 64 ksoftirqd/11 [ksoftirqd/11] 0 700688 66 kworker/11:0H [kworker/11:0H] 0 700688 68 kdevtmpfs [kdevtmpfs] 0 700688 69 netns [netns] 0 700688 70 khungtaskd [khungtaskd] 0 700688 71 writeback [writeback] 0 700688 72 kintegrityd [kintegrityd] 0 700688 73 bioset [bioset] 0 700688 74 bioset [bioset] 0 700688 75 bioset [bioset] 0 700688 76 kblockd [kblockd] 0 700688 77 md [md] 0 700688 78 edac-poller [edac-poller] 0 700688 79 watchdogd [watchdogd] 0 700688 85 kswapd0 [kswapd0] 0 700688 86 ksmd [ksmd] 0 700688 87 khugepaged [khugepaged] 0 700688 88 crypto [crypto] 0 700688 96 kthrotld [kthrotld] 0 700688 98 kmpath_rdacd [kmpath_rdacd] 0 700688 99 kaluad [kaluad] 0 700688 101 kpsmoused [kpsmoused] 0 700688 102 ipv6_addrconf [ipv6_addrconf] 0 700688 115 deferwq [deferwq] 0 700688 153 kauditd [kauditd] 0 700688 358 ata_sff [ata_sff] 0 700688 362 scsi_eh_0 [scsi_eh_0] 0 700688 363 scsi_tmf_0 [scsi_tmf_0] 0 700688 364 scsi_eh_1 [scsi_eh_1] 0 700688 365 scsi_tmf_1 [scsi_tmf_1] 0 700688 370 ttm_swap [ttm_swap] 0 700687 377 virtscsi-scan [virtscsi-scan] 0 700687 378 scsi_eh_2 [scsi_eh_2] 0 700687 379 scsi_tmf_2 [scsi_tmf_2] 0 700687 414 kworker/0:1H [kworker/0:1H] 0 700687 459 kdmflush [kdmflush] 0 700687 460 bioset [bioset] 0 700687 471 kdmflush [kdmflush] 0 700687 472 bioset [bioset] 0 700687 485 bioset [bioset] 0 700687 486 xfsalloc [xfsalloc] 0 700687 487 xfs_mru_cache [xfs_mru_cache] 0 700687 488 xfs-buf/dm-0 [xfs-buf/dm-0] 0 700687 489 xfs-data/dm-0 [xfs-data/dm-0] 0 700687 490 xfs-conv/dm-0 [xfs-conv/dm-0] 0 700687 491 xfs-cil/dm-0 [xfs-cil/dm-0] 0 700687 492 xfs-reclaim/dm- [xfs-reclaim/dm-] 0 700687 493 xfs-log/dm-0 [xfs-log/dm-0] 0 700687 494 xfs-eofblocks/d [xfs-eofblocks/d] 0 700687 495 xfsaild/dm-0 [xfsaild/dm-0] 0 700687 577 systemd-journal /usr/lib/systemd/systemd-jo 38160 700687 597 lvmetad /usr/sbin/lvmetad -f 2544 700686 613 systemd-udevd /usr/lib/systemd/systemd-ud 1352 700686 660 hwrng [hwrng] 0 700686 695 kworker/5:1H [kworker/5:1H] 0 700686 747 jbd2/sda1-8 [jbd2/sda1-8] 0 700685 748 ext4-rsv-conver [ext4-rsv-conver] 0 700685 781 auditd /sbin/auditd 716 700685 785 rpciod [rpciod] 0 700685 786 xprtiod [xprtiod] 0 700685 809 rpcbind /sbin/rpcbind -w 636 700685 810 statsd-aggregat /usr/bin/statsd-aggregator 436 700685 813 dbus-daemon /usr/bin/dbus-daemon --syst 1404 700685 841 qemu-ga /usr/bin/qemu-ga --method=v 1496 700685 863 irqbalance /usr/sbin/irqbalance --fore 696 700685 878 ntpd /usr/sbin/ntpd -u ntp:ntp - 1436 700685 924 crond /usr/sbin/crond -n 1120 700685 995 kworker/8:1H [kworker/8:1H] 0 700685 997 kworker/10:1H [kworker/10:1H] 0 700682 998 kworker/2:1H [kworker/2:1H] 0 700682 1060 node_exporter /opt/node_exporter/node_exp 25040 700681 1063 lldpd /usr/sbin/lldpd 1668 700681 1064 puppet /usr/bin/ruby /usr/bin/pupp 37104 700681 1073 lldpd /usr/sbin/lldpd 1276 700681 1079 sshd /usr/sbin/sshd -D 1572 700681 1081 tuned /usr/bin/python2 -Es /usr/s 11940 700681 1082 php-fpm php-fpm: master process (/e 10224 700681 1086 java /bin/java -Djava.io.tmpdir= 307984 700681 1102 consul /usr/bin/consul agent -conf 50516 700681 1169 rsyslogd /usr/sbin/rsyslogd -n 24200 700681 1197 consul-template /usr/bin/consul-template -c 235744 700681 1207 containerd /usr/bin/containerd 20388 700681 1241 osqueryd /usr/bin/osqueryd --flagfil 1228 700681 1295 haproxy /usr/sbin/haproxy -sf 3464 12328 700680 1312 unbound /usr/sbin/unbound -d 11540 700680 1344 osqueryd /usr/bin/osqueryd 24808 700680 1418 agetty /sbin/agetty --noclear tty1 408 700680 1445 php-fpm php-fpm: pool www 872 700680 1447 php-fpm php-fpm: pool www 896 700680 1450 php-fpm php-fpm: pool www 860 700680 1451 php-fpm php-fpm: pool www 892 700680 1452 php-fpm php-fpm: pool www 2948 700680 1572 dockerd /usr/bin/dockerd -H fd:// - 50260 700680 1640 master /usr/libexec/postfix/master 1428 700680 1643 qmgr qmgr -l -t unix -u 1468 700680 1801 sensu-client /opt/sensu/embedded/bin/rub 19284 700680 2189 kworker/7:1H [kworker/7:1H] 0 700676 2488 nomad /usr/bin/nomad executor {"L 19744 1099 2498 php /usr/bin/php /var/www/worke 71344 1099 2946 systemd-logind /usr/lib/systemd/systemd-lo 1728 700666 3006 nomad /usr/bin/nomad executor {"L 18824 1089 3017 php /usr/bin/php /var/www/worke 87188 1089 3110 nomad /usr/bin/nomad executor {"L 10648 700666 3116 nomad /usr/bin/nomad executor {"L 16576 700666 3157 nomad /usr/bin/nomad executor {"L 5052 700666 3160 collectd /usr/sbin/collectd 1548 700666 3173 nomad /usr/bin/nomad executor {"L 14712 700666 3192 nomad /usr/bin/nomad logmon 13476 700666 3237 nomad /usr/bin/nomad executor {"L 12740 700666 3238 nomad /usr/bin/nomad logmon 17256 700666 3241 nomad /usr/bin/nomad executor {"L 14868 700666 3258 nomad /usr/bin/nomad executor {"L 5144 700666 3288 nomad /usr/bin/nomad executor {"L 4968 700666 3304 nomad /usr/bin/nomad executor {"L 5180 700666 3308 nomad /usr/bin/nomad executor {"L 5136 700666 3842 nomad /usr/bin/nomad logmon 15536 700658 3844 nomad /usr/bin/nomad logmon 17096 700658 3864 nomad /usr/bin/nomad logmon 5168 700658 3870 nomad /usr/bin/nomad logmon 5152 700658 3892 nomad /usr/bin/nomad logmon 5096 700658 3893 nomad /usr/bin/nomad logmon 5140 700658 3894 nomad /usr/bin/nomad logmon 5132 700658 3905 nomad /usr/bin/nomad logmon 4876 700658 4073 nomad /usr/bin/nomad agent -confi 1541964 700656 4179 kworker/6:1H [kworker/6:1H] 0 700653 4718 nomad /usr/bin/nomad executor {"L 13560 700650 4934 nomad /usr/bin/nomad executor {"L 13616 700650 5862 kworker/4:1H [kworker/4:1H] 0 700647 6023 nomad /usr/bin/nomad logmon 318864 700644 6024 nomad /usr/bin/nomad logmon 57544 700644 6052 nomad /usr/bin/nomad logmon 314160 700644 6064 nomad /usr/bin/nomad logmon 59340 700644 6074 nomad /usr/bin/nomad logmon 316272 700644 6084 nomad /usr/bin/nomad logmon 319728 700644 6109 nomad /usr/bin/nomad logmon 312672 700644 6129 nomad /usr/bin/nomad logmon 56112 700644 6151 nomad /usr/bin/nomad logmon 161628 700644 6169 nomad /usr/bin/nomad logmon 61172 700644 6194 nomad /usr/bin/nomad logmon 58776 700644 6212 nomad /usr/bin/nomad logmon 314736 700644 6226 nomad /usr/bin/nomad logmon 349440 700644 6242 nomad /usr/bin/nomad logmon 315620 700644 6279 nomad /usr/bin/nomad logmon 71804 700644 6300 nomad /usr/bin/nomad logmon 52312 700644 6317 nomad /usr/bin/nomad logmon 72740 700644 6348 nomad /usr/bin/nomad logmon 62420 700644 6363 nomad /usr/bin/nomad logmon 316572 700644 6374 nomad /usr/bin/nomad logmon 310544 700644 6410 nomad /usr/bin/nomad logmon 61344 700644 6436 nomad /usr/bin/nomad logmon 67696 700644 6454 nomad /usr/bin/nomad logmon 48784 700644 6470 nomad /usr/bin/nomad logmon 56688 700644 6503 nomad /usr/bin/nomad logmon 60448 700644 6521 nomad /usr/bin/nomad logmon 320804 700644 6531 nomad /usr/bin/nomad logmon 341828 700644 6557 nomad /usr/bin/nomad logmon 322156 700644 6560 nomad /usr/bin/nomad logmon 154872 700644 6625 nomad /usr/bin/nomad logmon 61668 700644 6634 nomad /usr/bin/nomad logmon 56748 700644 6660 nomad /usr/bin/nomad logmon 64356 700644 6688 nomad /usr/bin/nomad logmon 62024 700644 6691 nomad /usr/bin/nomad logmon 318896 700643 6713 nomad /usr/bin/nomad logmon 318220 700643 6731 nomad /usr/bin/nomad logmon 322184 700643 6745 nomad /usr/bin/nomad logmon 316588 700643 6788 nomad /usr/bin/nomad logmon 54464 700643 6799 nomad /usr/bin/nomad logmon 323116 700643 6813 nomad /usr/bin/nomad logmon 321448 700643 6871 nomad /usr/bin/nomad logmon 321516 700643 6879 nomad /usr/bin/nomad logmon 321296 700643 6895 nomad /usr/bin/nomad logmon 1399932 700643 6925 nomad /usr/bin/nomad logmon 56132 700643 6931 nomad /usr/bin/nomad logmon 75528 700643 6955 nomad /usr/bin/nomad logmon 58340 700643 7045 nomad /usr/bin/nomad logmon 250960 700643 7051 nomad /usr/bin/nomad logmon 47116 700643 7073 nomad /usr/bin/nomad logmon 1381968 700643 7074 nomad /usr/bin/nomad logmon 60984 700643 7095 nomad /usr/bin/nomad logmon 57224 700643 7437 kworker/1:1H [kworker/1:1H] 0 700641 7546 kworker/4:0 [kworker/4:0] 0 10171 9119 nomad /usr/bin/nomad executor {"L 19492 1002 9131 php /usr/bin/php /var/www/worke 86944 1002 9412 nomad /usr/bin/nomad executor {"L 18588 995 9422 php /usr/bin/php /var/www/worke 88152 995 11994 kworker/3:1H [kworker/3:1H] 0 700565 12987 kworker/7:2 [kworker/7:2] 0 2741 13098 nomad /usr/bin/nomad executor {"L 18188 931 13109 php /usr/bin/php /var/www/worke 69948 931 13111 nomad /usr/bin/nomad executor {"L 18956 929 13122 php /usr/bin/php /var/www/worke 69948 929 14200 nomad /usr/bin/nomad executor {"L 18988 908 14211 php /usr/bin/php /var/www/worke 75164 908 14256 nomad /usr/bin/nomad executor {"L 18760 907 14267 php /usr/bin/php /var/www/worke 73424 907 14380 nomad /usr/bin/nomad executor {"L 18832 906 14391 php /usr/bin/php /var/www/worke 73352 906 14392 nomad /usr/bin/nomad executor {"L 18612 906 14403 php /usr/bin/php /var/www/worke 74908 906 14494 nomad /usr/bin/nomad executor {"L 18672 903 14505 php /usr/bin/php /var/www/worke 74520 903 14516 nomad /usr/bin/nomad executor {"L 18124 902 14527 php /usr/bin/php /var/www/worke 74412 902 14543 nomad /usr/bin/nomad executor {"L 17880 902 14553 php /usr/bin/php /var/www/worke 74856 902 14580 nomad /usr/bin/nomad executor {"L 19328 902 14590 php /usr/bin/php /var/www/worke 146460 902 14760 kworker/3:1 [kworker/3:1] 0 59815 15117 nomad /usr/bin/nomad executor {"L 18272 894 15128 php /usr/bin/php /var/www/worke 73684 894 15130 nomad /usr/bin/nomad executor {"L 19116 893 15141 php /usr/bin/php /var/www/worke 74636 893 15696 nomad /usr/bin/nomad executor {"L 19588 882 15706 php /usr/bin/php -dmemory_limit 153804 882 15708 nomad /usr/bin/nomad executor {"L 18612 882 15718 php /usr/bin/php -dmemory_limit 141988 882 15851 kworker/11:1H [kworker/11:1H] 0 700494 19663 kworker/8:0 [kworker/8:0] 0 2614 20768 nomad /usr/bin/nomad executor {"L 18108 789 20779 php /usr/bin/php /var/www/worke 68896 788 23702 nomad /usr/bin/nomad executor {"L 18592 729 23713 php /usr/bin/php /var/www/worke 71808 729 24006 kworker/1:2 [kworker/1:2] 0 723 24562 nomad /usr/bin/nomad executor {"L 18972 716 24572 php /usr/bin/php /var/www/worke 70192 716 25410 nomad /usr/bin/nomad executor {"L 17784 698 25420 php /usr/bin/php /var/www/worke 94872 698 27468 kworker/11:1 [kworker/11:1] 0 7953 27872 kworker/9:1H [kworker/9:1H] 0 700273 29344 nomad /usr/bin/nomad executor {"L 18336 629 29356 php /usr/bin/php /var/www/worke 82528 629 31148 nomad /usr/bin/nomad executor {"L 18676 597 31157 php /usr/bin/php -dmemory_limit 75648 597 32569 filebeat /usr/share/filebeat/bin/fil 22760 700193 32674 python /usr/bin/python /usr/share/ 12876 700192 33015 kworker/u192:1 [kworker/u192:1] 0 564 33272 mcollectived /usr/bin/ruby /usr/sbin/mco 44880 700184 34642 nomad /usr/bin/nomad executor {"L 18224 538 34652 php /usr/bin/php /var/www/worke 71508 538 35622 nomad /usr/bin/nomad executor {"L 18216 522 35633 php /usr/bin/php -dmemory_limit 107460 522 35986 kworker/5:2 [kworker/5:2] 0 514 35999 kworker/2:2 [kworker/2:2] 0 513 37008 nomad /usr/bin/nomad executor {"L 18772 494 37018 php /usr/bin/php /var/www/worke 114116 494 39347 kworker/7:0 [kworker/7:0] 0 453 42596 kworker/11:0 [kworker/11:0] 0 394 42707 kworker/1:1 [kworker/1:1] 0 392 44527 kworker/9:1 [kworker/9:1] 0 2133 46559 nomad /usr/bin/nomad executor {"L 19412 2095 46581 php /usr/bin/php /var/www/worke 111400 2095 46920 nomad /usr/bin/nomad executor {"L 18276 313 46931 php /usr/bin/php /var/www/worke 130436 313 47307 kworker/10:0 [kworker/10:0] 0 2081 48697 haproxy /usr/sbin/haproxy -sf 3464 17848 42357 48996 nomad /usr/bin/nomad executor {"L 19584 2048 49006 php /usr/bin/php /var/www/worke 99548 2048 49343 nomad /usr/bin/nomad executor {"L 18296 269 49353 php /usr/bin/php /var/www/worke 68636 269 49442 kworker/8:1 [kworker/8:1] 0 266 49503 nomad /usr/bin/nomad executor {"L 19036 266 49518 php /usr/bin/php /var/www/worke 68636 266 49573 nomad /usr/bin/nomad executor {"L 17940 265 49584 php /usr/bin/php /var/www/worke 68636 265 49845 nomad /usr/bin/nomad executor {"L 18140 260 49856 php /usr/bin/php /var/www/worke 68616 260 52954 nomad /usr/bin/nomad executor {"L 18788 201 52965 php /usr/bin/php -dmemory_limit 122648 201 53723 nomad /usr/bin/nomad executor {"L 18036 187 53734 php /usr/bin/php /var/www/worke 86884 187 53735 nomad /usr/bin/nomad executor {"L 17836 187 53743 nomad /usr/bin/nomad executor {"L 18544 187 53752 php /usr/bin/php /var/www/worke 87068 187 53757 php /usr/bin/php /var/www/worke 86832 187 53759 nomad /usr/bin/nomad executor {"L 17808 186 53769 php /usr/bin/php /var/www/worke 87200 186 53940 nomad /usr/bin/nomad executor {"L 17948 184 53951 php /usr/bin/php /var/www/worke 87256 184 53958 nomad /usr/bin/nomad executor {"L 18132 183 53968 php /usr/bin/php /var/www/worke 86516 183 54871 nomad /usr/bin/nomad executor {"L 18360 165 54882 php /usr/bin/php /var/www/worke 87096 165 55156 nomad /usr/bin/nomad executor {"L 17656 159 55166 php /usr/bin/php /var/www/worke 110572 159 55418 nomad /usr/bin/nomad executor {"L 18672 156 55428 php /usr/bin/php /var/www/worke 110208 156 55430 nomad /usr/bin/nomad executor {"L 18924 156 55440 php /usr/bin/php /var/www/worke 107664 156 55582 kworker/10:1 [kworker/10:1] 0 153 56031 nomad /usr/bin/nomad executor {"L 17920 144 56042 php /usr/bin/php /var/www/worke 88728 144 56382 kworker/3:0 [kworker/3:0] 0 7413 57053 nomad /usr/bin/nomad executor {"L 18364 123 57064 php /usr/bin/php /var/www/worke 68628 123 57134 kworker/6:1 [kworker/6:1] 0 1894 57154 kworker/0:1 [kworker/0:1] 0 29732 57232 nomad /usr/bin/nomad executor {"L 18888 122 57242 php /usr/bin/php /var/www/worke 68632 122 57331 nomad /usr/bin/nomad executor {"L 18160 120 57341 php /usr/bin/php /var/www/worke 68632 120 57823 nomad /usr/bin/nomad executor {"L 18276 112 57833 php /usr/bin/php /var/www/worke 68628 112 57918 nomad /usr/bin/nomad executor {"L 18364 109 57928 php /usr/bin/php /var/www/worke 68716 109 58104 nomad /usr/bin/nomad executor {"L 17604 107 58114 php /usr/bin/php /var/www/worke 68632 107 58117 nomad /usr/bin/nomad executor {"L 17604 106 58127 php /usr/bin/php /var/www/worke 68628 106 58492 nomad /usr/bin/nomad executor {"L 18096 99 58503 php /usr/bin/php /var/www/worke 68632 99 58678 nomad /usr/bin/nomad executor {"L 19344 96 58688 php /usr/bin/php /var/www/worke 68628 96 58799 nomad /usr/bin/nomad executor {"L 18508 93 58809 php /usr/bin/php /var/www/worke 72292 93 59295 kworker/3:2 [kworker/3:2] 0 86 59642 nomad /usr/bin/nomad executor {"L 18432 77 59653 php /usr/bin/php /var/www/worke 68632 77 59902 nomad /usr/bin/nomad executor {"L 17552 75 59913 php /usr/bin/php /var/www/worke 68632 75 59918 nomad /usr/bin/nomad executor {"L 18048 74 59928 php /usr/bin/php /var/www/worke 68632 74 60027 nomad /usr/bin/nomad executor {"L 17900 71 60038 php /usr/bin/php /var/www/worke 68632 71 60300 nomad /usr/bin/nomad executor {"L 18684 66 60311 php /usr/bin/php /var/www/worke 73156 66 60485 nomad /usr/bin/nomad executor {"L 17772 63 60496 php /usr/bin/php -dmemory_limit 68620 63 62019 kworker/6:2 [kworker/6:2] 0 24095 62082 crond /usr/sbin/CROND -n 2564 33 62083 sh /bin/sh -c /opt/pupstream/p 1196 33 62085 puppet_cron.sh /bin/sh /opt/pupstream/pupp 1420 33 62092 sleep sleep 127 356 33 62337 nomad /usr/bin/nomad executor {"L 16392 28 62351 php /usr/bin/php /var/www/worke 72300 28 62889 sshd sshd: ansible-deploy [priv] 5696 17 62891 sshd sshd: ansible-deploy@pts/0 2616 16 62892 bash -bash 3024 16 63033 nomad /usr/bin/nomad executor {"L 16768 15 63045 php /usr/bin/php -dmemory_limit 69160 15 63097 sudo sudo su 4716 14 63098 su su 2360 14 63099 bash bash 2964 14 63630 nomad /usr/bin/nomad executor {"L 15592 4 63640 php /usr/bin/php /var/www/worke 68628 4 63730 ps ps -eo pid,comm,args,rss,et 1504 0 63801 nomad /usr/bin/nomad executor {"L 18592 1767 63811 php /usr/bin/php /var/www/worke 70188 1767 67436 nomad /usr/bin/nomad logmon 251576 617599 67452 nomad /usr/bin/nomad logmon 47124 617599 67453 nomad /usr/bin/nomad logmon 48092 617599 67479 nomad /usr/bin/nomad logmon 66592 617599 67485 nomad /usr/bin/nomad logmon 58244 617599 67489 nomad /usr/bin/nomad logmon 61000 617599 67514 nomad /usr/bin/nomad logmon 275304 617599 67535 nomad /usr/bin/nomad logmon 54628 617599 67563 nomad /usr/bin/nomad logmon 51568 617598 67599 nomad /usr/bin/nomad logmon 52988 617598 67620 nomad /usr/bin/nomad logmon 48380 617598 67628 nomad /usr/bin/nomad logmon 44244 617598 67649 nomad /usr/bin/nomad logmon 69452 617598 67659 nomad /usr/bin/nomad logmon 62412 617598 67703 nomad /usr/bin/nomad logmon 50692 617598 67706 kworker/0:14 [kworker/0:14] 0 36635 67720 nomad /usr/bin/nomad logmon 68512 617598 67721 nomad /usr/bin/nomad logmon 71844 617598 67742 nomad /usr/bin/nomad logmon 74704 617598 67888 nomad /usr/bin/nomad logmon 45880 617598 67903 nomad /usr/bin/nomad logmon 52728 617598 67914 nomad /usr/bin/nomad logmon 59180 617598 67936 nomad /usr/bin/nomad logmon 48196 617598 67941 nomad /usr/bin/nomad logmon 51140 617598 67987 nomad /usr/bin/nomad logmon 45484 617598 67992 nomad /usr/bin/nomad logmon 57856 617598 68007 nomad /usr/bin/nomad logmon 46296 617598 68383 nomad /usr/bin/nomad executor {"L 18524 1678 68394 php /usr/bin/php /var/www/worke 95760 1678 70201 nomad /usr/bin/nomad executor {"L 19688 1644 70211 php /usr/bin/php /var/www/worke 71232 1644 71939 kworker/10:8 [kworker/10:8] 0 51263 72485 pickup pickup -l -t unix -u 3816 3454 72619 kworker/u192:2 [kworker/u192:2] 0 1603 73652 kworker/4:1 [kworker/4:1] 0 1590 74925 kworker/9:2 [kworker/9:2] 0 14493 79622 nomad /usr/bin/nomad executor {"L 19084 1481 79636 php /usr/bin/php /var/www/worke 108536 1481 79950 kworker/5:0 [kworker/5:0] 0 54877 80027 nomad /usr/bin/nomad executor {"L 18884 1475 80037 php /usr/bin/php /var/www/worke 94060 1475 80136 kworker/8:2 [kworker/8:2] 0 1474 84300 nomad /usr/bin/nomad executor {"L 19108 1399 84311 php /usr/bin/php /var/www/worke 76528 1399 84312 nomad /usr/bin/nomad executor {"L 19280 1399 84324 php /usr/bin/php /var/www/worke 68896 1399 86573 nomad /usr/bin/nomad executor {"L 18872 1357 86583 php /usr/bin/php /var/www/worke 115768 1357 86681 kworker/1:0 [kworker/1:0] 0 1355 88503 kworker/0:0 [kworker/0:0] 0 36255 91194 nomad /usr/bin/nomad executor {"L 18940 1271 91205 php /usr/bin/php /var/www/worke 90428 1271 91404 nomad /usr/bin/nomad executor {"L 18188 1268 91414 php /usr/bin/php /var/www/worke 110592 1267 94313 nomad /usr/bin/nomad executor {"L 19696 1213 94323 php /usr/bin/php /var/www/worke 103596 1213 94872 kworker/2:1 [kworker/2:1] 0 32608 97865 nomad /usr/bin/nomad executor {"L 18344 1143 97875 php /usr/bin/php /var/www/worke 134060 1143 ```
tgross commented 3 years ago

@anastazya I did some quick rummaging thru those numbers and it looks like there's no relationship between etime and memory (if anything, the executors seem to free up memory a tiny bit the older they are). But the logmon processes are grabbing a lot more RSS than I might expect, and there are two outlier logmon processes that are each eating up 1+GB of memory each. The primary way I'd expect to see this is if the logmon processes have queued up a lot of messages that aren't yet committed to disk, although I'm surprised that wouldn't result in dropped messages first... I need to dig into that code. In any it might be worth looking at the host's disk IO utilization.

With that clue, I'll see if I can set up a reproduction that'll cause logmon's memory to expand unexpectedly.

tgross commented 3 years ago

The primary way I'd expect to see this is if the logmon processes have queued up a lot of messages that aren't yet committed to disk, although I'm surprised that wouldn't result in dropped messages first... I need to dig into that code.

Well that was totally off-base... we have a fifo with blocking reads with a small buffer, so that's just not something that would happen without also blocking the log writer of your application.

I've been trying to get a reproduction here by having an raw_exec task that sends "excessive" logs (~100MB/s worth). At that volume, I get the RSS of the logmon to slowly climb up to ~35MB and then it levels out. I've tried varying the line-length of the log to see if there was a bug in the way we try to span newlines for file rotation and that hasn't panned out. I've tried varying the log file size via logs.max_file_size to see more rapid log rotation can detect a leak we'd otherwise miss, but so far I've found nothing there either. I thought I had a promising lead for file handles leaking, but that turned out to be references to the same file handle for log rotation.

The total RSS does seem proportion to log volume though: if I tune the throughput of the logs by sending small web request logs instead of literally running cat shakespere_macbeth.txt in a loop, the RSS is considerably smaller. Given that the RSS of go applications is effectively a "high water mark" because the runtime almost never gives memory back to the OS, that suggests the logmon is just creating the various buffers it needs to do Write and rotation, but that there's something unusual about this log workload that I haven't quite figured out yet.

With more information about your log load, I might be able to narrow things down. Do you have a logs configuration? Are the logs unusually high volume? Do they have long lines (maybe they're wide structured events)?

anastazya commented 3 years ago

The primary way I'd expect to see this is if the logmon processes have queued up a lot of messages that aren't yet committed to disk, although I'm surprised that wouldn't result in dropped messages first... I need to dig into that code.

Well that was totally off-base... we have a fifo with blocking reads with a small buffer, so that's just not something that would happen without also blocking the log writer of your application.

I've been trying to get a reproduction here by having an raw_exec task that sends "excessive" logs (~100MB/s worth). At that volume, I get the RSS of the logmon to slowly climb up to ~35MB and then it levels out. I've tried varying the line-length of the log to see if there was a bug in the way we try to span newlines for file rotation and that hasn't panned out. I've tried varying the log file size via logs.max_file_size to see more rapid log rotation can detect a leak we'd otherwise miss, but so far I've found nothing there either. I thought I had a promising lead for file handles leaking, but that turned out to be references to the same file handle for log rotation.

The total RSS does seem proportion to log volume though: if I tune the throughput of the logs by sending small web request logs instead of literally running cat shakespere_macbeth.txt in a loop, the RSS is considerably smaller. Given that the RSS of go applications is effectively a "high water mark" because the runtime almost never gives memory back to the OS, that suggests the logmon is just creating the various buffers it needs to do Write and rotation, but that there's something unusual about this log workload that I haven't quite figured out yet.

With more information about your log load, I might be able to narrow things down. Do you have a logs ? Are the logs unusually high volume? Do they have long lines (maybe they're wide structured events)?

The logs config across all jobs is like this :

  logs {
    max_files = 1
    max_file_size = 1
  } 

I will get back with the log volume, needs investigation.

tgross commented 3 years ago

That's very interesting... I'd expect that to result in very rapid log rotation if the volume of logs is reasonably high, which might be triggering buffering while the rotation is happening. That gives me something else to look at, at least, but the log volume would be interesting to see for sure.

May I ask why such a low value for these?

anastazya commented 3 years ago

That's very interesting... I'd expect that to result in very rapid log rotation if the volume of logs is reasonably high, which might be triggering buffering while the rotation is happening. That gives me something else to look at, at least, but the log volume would be interesting to see for sure.

May I ask why such a low value for these?

We thought in the beginning to log only bear minimum and minimise the storage impact and IOPS usage. But if you say this has a great impact on log rotating, we will change those values. Any recommendation ?

tgross commented 3 years ago

But if you say this has a great impact on log rotating, we will change those values. Any recommendation ?

That entirely depends on the log volume. If you're only sending a trickle of logs it doesn't matter. But you're sending >1MB of logs a second then you're rotating the logs continuously. You almost certainly want the logs to be rotating less often than it the time it takes to actually rotate them. We don't compress the logs, so it should be quick unless the disk is getting hammered (which of course it might be if you're writing that many logs!). It's definitely worth comparing the log volume to the overall IOPS usage.

anastazya commented 3 years ago

But if you say this has a great impact on log rotating, we will change those values. Any recommendation ?

That entirely depends on the log volume. If you're only sending a trickle of logs it doesn't matter. But you're sending >1MB of logs a second then you're rotating the logs continuously. You almost certainly want the logs to be rotating less often than it the time it takes to actually rotate them. We don't compress the logs, so it should be quick unless the disk is getting hammered (which of course it might be if you're writing that many logs!). It's definitely worth comparing the log volume to the overall IOPS usage.

I will be doing in depth tests next week and write here if i find something LOG related. As far as i see the logging is not that aggressive.

Nickleby9 commented 3 years ago

I've encountered a scenario where Nomad consumed a lot of memory (over 5GB), I eventually found out it happened because of tasks that keep restarting forever due to insufficient resources or bad arguments. Maybe this will help you.

Edit: Just to elaborate, the task restarting issue helped to decrease the memory usage to 1GB in some cases, in others it released some memory but was still high. I can't say for sure that the trigger to that issue is the fault task but I didn't encounter the high memory usage where all of my tasks were valid.

anastazya commented 3 years ago

I've encountered a scenario where Nomad consumed a lot of memory (over 5GB), I eventually found out it happened because of tasks that keep restarting forever due to insufficient resources or bad arguments. Maybe this will help you.

Edit: Just to elaborate, the task restarting issue helped to decrease the memory usage to 1GB in some cases, in others it released some memory but was still high. I can't say for sure that the trigger to that issue is the fault task but I didn't encounter the high memory usage where all of my tasks were valid.

I can assure you that all the tasks run well and don't restart with errors.

Nickleby9 commented 3 years ago

I looked at it a bit more, the issue I described is referring only to when Nomad agent uses high memory. I also have the same issue with "nomad logmon" without any errors on the Nomad monitor logs. I'm using Windows server, if you need any additional details that will help you investigate let me know. Nomad version is 0.12.7

tgross commented 3 years ago

@Nickleby9 let's open that as a new issue then, so as not to confuse this issue.

anastazya commented 3 years ago
Screenshot 2021-02-04 at 19 59 14

After adding this modification :

logs {​​​​​​​​ max_files = 10 max_file_size = 10 }​​​​​​​​

Today i found half the Nomad nodes like the picture. Besides restarting the nomad agent, there was nothing i could do. After nomad agent restart, it started working normal again.

tgross commented 3 years ago

I still need to come back to review this, but just saw that go1.16 dropped with the following improvement (ref https://golang.org/doc/go1.16#runtime):

On Linux, the runtime now defaults to releasing memory to the operating system promptly (using MADV_DONTNEED), rather than lazily when the operating system is under memory pressure (using MADV_FREE). This means process-level memory statistics like RSS will more accurately reflect the amount of physical memory being used by Go processes. Systems that are currently using GODEBUG=madvdontneed=1 to improve memory monitoring behavior no longer need to set this environment variable.

I suspect this is going to help us out in Nomad quite a bit because logmon is in the allocation resource boundary. I'm not sure if we'll ship that in the upcoming Nomad 1.0.4, but certainly for Nomad 1.1.

bubejur commented 3 years ago

@tgross sorry, any updates? I can see this problem still not solved in 1.1 version of Nomad?

tgross commented 3 years ago

@tgross sorry, any updates? I can see this problem still not solved in 1.1 version of Nomad?

Hi @bubejur we just shipped Nomad 1.1 a couple days ago, so I'm sure @anastazya hasn't had a chance to try it out in their environment to verify whether MADV_DONTNEED helped us out here. If you were able to reliably reproduce the problem yourself on an earlier version of Nomad and can test it out, we'd love to hear about it.

bubejur commented 3 years ago

Okay. As i can see it: In previous versions (I tried all from 1.0.0 - till 1.0.6) there were problems with: [ERROR] client.driver_mgr.raw_exec: error receiving stream from Stats executor RPC, closing stream: alloc_id=2eba8886-94a2-0afc-8e2b-24e6af270728 driver=raw_exec task_name=Group-1-worker-0 error="rpc error: code = Unavailable desc = transport is closing" and some time ago (about 8h) logmon process takes >5% memory usage. And after 1 day I really need to restart nomad process to free up node memory. I hoped a lot about fix it at 1.1.0, but still have this issue...

tgross commented 3 years ago

In previous versions (I tried all from 1.0.0 - till 1.0.6) there were problems with: [ERROR] client.driver_mgr.raw_exec: error receiving stream from Stats executor RPC, closing stream: alloc_id=2eba8886-94a2-0afc-8e2b-24e6af270728 driver=raw_exec task_name=Group-1-worker-0 error="rpc error: code = Unavailable desc = transport is closing"

Ok, please open a new issue if you're having problems with log monitoring of your tasks rather than piling on this one.

bubejur commented 3 years ago

Okay, here we go https://github.com/hashicorp/nomad/issues/10629

bubejur commented 3 years ago

Do you need any additional details? Or we can just wait fix for this fix?

tgross commented 3 years ago

@bubejur if you have anything to contribute to help debug, you're welcome to (take a look through the extended discussion above). Otherwise please just wait for the original poster to reply with their tests with the new version.

bubejur commented 3 years ago

Hello again, could you please tell me what you need exactly to debug this problem again?

tgross commented 3 years ago

Currently what we don't know is if the madvise changes in go1.16 helped the problem by letting logmon release unused memory back to the OS. So what we want to do is compare a client with workloads that was showing the problem described in this issue prior to Nomad 1.1.0 to the same workload running with Nomad 1.1.0+. The specific data we'd want is ps -eo pid,comm,args,rss,vsz,etimes taken 2-3 times on the Nomad client, several hours apart each time. Ideally before and after.

The tricky bit here is that you can't just update the client with the workloads in-place, because Nomad doesn't shutdown workloads when it restarts and the logmon will be the existing processes. You'd need to update the client and reschedule all the workloads so that they have the logmon from the same version as the client.

bubejur commented 3 years ago

Oh, thanks i'll update to 1.1.2 on this weekend. See you later.

bubejur commented 3 years ago

Some details:

image
ps output take 1 ``` [root@cron02 ~]# ps -eo pid,comm,args,rss,vsz,etimes PID COMMAND COMMAND RSS VSZ ELAPSED 1 systemd /usr/lib/systemd/systemd -- 7032 129672 5938283 2 kthreadd [kthreadd] 0 0 5938283 4 kworker/0:0H [kworker/0:0H] 0 0 5938283 6 ksoftirqd/0 [ksoftirqd/0] 0 0 5938283 7 migration/0 [migration/0] 0 0 5938283 8 rcu_bh [rcu_bh] 0 0 5938283 9 rcu_sched [rcu_sched] 0 0 5938283 10 lru-add-drain [lru-add-drain] 0 0 5938283 11 watchdog/0 [watchdog/0] 0 0 5938283 12 watchdog/1 [watchdog/1] 0 0 5938283 13 migration/1 [migration/1] 0 0 5938283 14 ksoftirqd/1 [ksoftirqd/1] 0 0 5938283 16 kworker/1:0H [kworker/1:0H] 0 0 5938283 17 watchdog/2 [watchdog/2] 0 0 5938283 18 migration/2 [migration/2] 0 0 5938283 19 ksoftirqd/2 [ksoftirqd/2] 0 0 5938283 21 kworker/2:0H [kworker/2:0H] 0 0 5938283 22 watchdog/3 [watchdog/3] 0 0 5938283 23 migration/3 [migration/3] 0 0 5938283 24 ksoftirqd/3 [ksoftirqd/3] 0 0 5938283 26 kworker/3:0H [kworker/3:0H] 0 0 5938283 28 kdevtmpfs [kdevtmpfs] 0 0 5938283 29 netns [netns] 0 0 5938283 30 khungtaskd [khungtaskd] 0 0 5938283 31 writeback [writeback] 0 0 5938283 32 kintegrityd [kintegrityd] 0 0 5938283 33 bioset [bioset] 0 0 5938283 34 bioset [bioset] 0 0 5938283 35 bioset [bioset] 0 0 5938283 36 kblockd [kblockd] 0 0 5938283 37 md [md] 0 0 5938283 38 edac-poller [edac-poller] 0 0 5938283 39 watchdogd [watchdogd] 0 0 5938283 46 kswapd0 [kswapd0] 0 0 5938283 47 ksmd [ksmd] 0 0 5938283 48 khugepaged [khugepaged] 0 0 5938283 49 crypto [crypto] 0 0 5938283 57 kthrotld [kthrotld] 0 0 5938283 59 kmpath_rdacd [kmpath_rdacd] 0 0 5938283 60 kaluad [kaluad] 0 0 5938283 62 kpsmoused [kpsmoused] 0 0 5938283 63 ipv6_addrconf [ipv6_addrconf] 0 0 5938283 76 deferwq [deferwq] 0 0 5938283 113 kauditd [kauditd] 0 0 5938283 277 ata_sff [ata_sff] 0 0 5938283 289 scsi_eh_0 [scsi_eh_0] 0 0 5938283 290 scsi_tmf_0 [scsi_tmf_0] 0 0 5938283 291 scsi_eh_1 [scsi_eh_1] 0 0 5938283 292 scsi_tmf_1 [scsi_tmf_1] 0 0 5938283 299 ttm_swap [ttm_swap] 0 0 5938283 305 virtscsi-scan [virtscsi-scan] 0 0 5938282 306 scsi_eh_2 [scsi_eh_2] 0 0 5938282 307 scsi_tmf_2 [scsi_tmf_2] 0 0 5938282 309 nomad /opt/puppet-archive/nomad-1 51896 1187936 68657 316 nomad /opt/puppet-archive/nomad-1 329108 1940252 68657 326 nomad /opt/puppet-archive/nomad-1 333612 2005788 68657 338 nomad /opt/puppet-archive/nomad-1 48404 1319008 68657 346 nomad /opt/puppet-archive/nomad-1 46380 1130596 68657 359 nomad /opt/puppet-archive/nomad-1 47924 1188192 68657 363 nomad /opt/puppet-archive/nomad-1 329348 1867032 68657 364 nomad /opt/puppet-archive/nomad-1 56000 1187936 68657 377 nomad /opt/puppet-archive/nomad-1 46260 1253728 68657 385 nomad /opt/puppet-archive/nomad-1 326372 1874972 68657 396 nomad /opt/puppet-archive/nomad-1 52156 1188192 68657 400 nomad /opt/puppet-archive/nomad-1 50864 1253472 68657 424 kdmflush [kdmflush] 0 0 5938282 425 bioset [bioset] 0 0 5938282 442 jbd2/dm-0-8 [jbd2/dm-0-8] 0 0 5938282 443 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938282 456 nomad /opt/puppet-archive/nomad-1 45480 1253472 68657 471 nomad /opt/puppet-archive/nomad-1 49776 1196132 68657 475 nomad /opt/puppet-archive/nomad-1 51512 1196132 68657 505 nomad /opt/puppet-archive/nomad-1 52648 1187936 68657 521 nomad /opt/puppet-archive/nomad-1 48524 1187936 68657 544 systemd-journal /usr/lib/systemd/systemd-jo 42760 105312 5938282 551 nomad /opt/puppet-archive/nomad-1 341628 2005788 68657 566 rpciod [rpciod] 0 0 5938282 567 xprtiod [xprtiod] 0 0 5938282 570 lvmetad /usr/sbin/lvmetad -f 2584 275044 5938282 578 systemd-udevd /usr/lib/systemd/systemd-ud 3132 48712 5938282 598 nomad /opt/puppet-archive/nomad-1 56092 1270120 68656 604 hwrng [hwrng] 0 0 5938281 631 nomad /opt/puppet-archive/nomad-1 56236 1253472 68656 661 nfit [nfit] 0 0 5938281 669 kworker/3:1H [kworker/3:1H] 0 0 5938281 678 jbd2/sda1-8 [jbd2/sda1-8] 0 0 5938281 679 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938281 681 kdmflush [kdmflush] 0 0 5938280 682 bioset [bioset] 0 0 5938280 688 jbd2/dm-1-8 [jbd2/dm-1-8] 0 0 5938280 689 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938280 691 kdmflush [kdmflush] 0 0 5938280 692 bioset [bioset] 0 0 5938280 693 kdmflush [kdmflush] 0 0 5938280 695 bioset [bioset] 0 0 5938280 709 kworker/0:1H [kworker/0:1H] 0 0 5938280 715 jbd2/dm-2-8 [jbd2/dm-2-8] 0 0 5938280 716 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938280 718 jbd2/dm-3-8 [jbd2/dm-3-8] 0 0 5938280 719 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938280 747 auditd /sbin/auditd 984 55532 5938280 770 qemu-ga /usr/bin/qemu-ga --method=v 1824 44220 5938280 776 sssd /usr/sbin/sssd -i --logger= 2416 268972 5938280 778 polkitd /usr/lib/polkit-1/polkitd - 9044 625220 5938280 780 irqbalance /usr/sbin/irqbalance --fore 1020 21672 5938280 781 dbus-daemon /usr/bin/dbus-daemon --syst 2124 87928 5938280 785 chronyd /usr/sbin/chronyd 1616 120588 5938280 790 gssproxy /usr/sbin/gssproxy -D 3024 269132 5938280 800 nomad /opt/puppet-archive/nomad-1 53604 1261668 68656 804 NetworkManager /usr/sbin/NetworkManager -- 3944 476440 5938280 812 sssd_be /usr/libexec/sssd/sssd_be - 8596 419232 5938280 825 python /usr/bin/python /usr/share/ 47608 458412 5938280 827 rpc.gssd /usr/sbin/rpc.gssd 1128 40340 5938280 837 sssd_nss /usr/libexec/sssd/sssd_nss 3748 277444 5938279 838 sssd_sudo /usr/libexec/sssd/sssd_sudo 3228 249448 5938279 839 sssd_pam /usr/libexec/sssd/sssd_pam 3572 255920 5938279 840 sssd_ssh /usr/libexec/sssd/sssd_ssh 3340 257448 5938279 841 sssd_pac /usr/libexec/sssd/sssd_pac 2544 294052 5938279 859 systemd-logind /usr/lib/systemd/systemd-lo 1648 37088 5938279 866 atd /usr/sbin/atd -f 816 25908 5938279 868 crond /usr/sbin/crond -n 1544 126392 5938279 879 agetty /sbin/agetty --noclear tty1 744 110208 5938279 894 nomad /opt/puppet-archive/nomad-1 332704 1874972 68656 905 nomad /opt/puppet-archive/nomad-1 52116 1122400 68656 1067 sshd /usr/sbin/sshd -D 2632 112936 5938279 1071 tuned /usr/bin/python2 -Es /usr/s 15468 586428 5938279 1073 node_exporter /usr/local/bin/node_exporte 1884 115068 5938279 1075 python /usr/bin/python /usr/bin/go 21412 872552 5938279 1078 oddjobd /usr/sbin/oddjobd -n -p /va 1264 52708 5938279 1093 zabbix_agentd /usr/sbin/zabbix_agentd -c 1164 79076 5938279 1107 zabbix_agentd /usr/sbin/zabbix_agentd: co 1548 79076 5938279 1108 zabbix_agentd /usr/sbin/zabbix_agentd: li 2744 100632 5938279 1109 zabbix_agentd /usr/sbin/zabbix_agentd: li 2740 100632 5938279 1110 zabbix_agentd /usr/sbin/zabbix_agentd: li 2744 100632 5938279 1111 zabbix_agentd /usr/sbin/zabbix_agentd: ac 2412 100640 5938279 1160 ossec-execd /var/ossec/bin/ossec-execd 1316 61332 5938279 1187 ossec-agentd /var/ossec/bin/ossec-agentd 1532 48764 5938279 1189 ossec-agentd /var/ossec/bin/ossec-agentd 1220 48668 5938279 1202 ossec-logcollec /var/ossec/bin/ossec-logcol 1184 44176 5938279 1221 ossec-syscheckd /var/ossec/bin/ossec-sysche 14548 57372 5938278 1536 master /usr/libexec/postfix/master 2032 96968 5938278 1551 qmgr qmgr -l -t unix -u 2384 108028 5938278 1883 kworker/2:1H [kworker/2:1H] 0 0 5938277 1885 splunkd splunkd -p 8089 start 140992 329996 5938277 1887 splunkd [splunkd pid=1885] splunkd 11536 84300 5938277 2072 kworker/1:1H [kworker/1:1H] 0 0 5938271 2207 sshd sshd: ybubentsov [priv] 5784 189232 71 2221 sshd sshd: ybubentsov@pts/0 2516 189232 70 2222 bash -bash 3220 127336 70 2259 bash -bash 1892 127336 70 2260 tee tee -ai /home/ybubentsov/.b 664 108056 70 2261 bash -bash 1612 127336 70 2262 sudo sudo su - 4904 280180 70 2264 su su - 2780 237644 70 2265 bash -bash 3160 116620 70 2858 nomad /opt/puppet-archive/nomad-1 15420 1054428 28 2868 php /usr/bin/php /data/ecogate/ 23820 439100 28 2870 nomad /opt/puppet-archive/nomad-1 15436 1119964 28 2879 php /usr/bin/php /data/ecogate/ 23820 439100 28 2880 nomad /opt/puppet-archive/nomad-1 15668 1185500 27 2889 php /usr/bin/php /data/ecogate/ 23820 439100 27 2891 nomad /opt/puppet-archive/nomad-1 15636 1119964 27 2900 php /usr/bin/php /data/ecogate/ 23820 439100 27 2901 nomad /opt/puppet-archive/nomad-1 15592 1119964 26 2910 php /usr/bin/php /data/ecogate/ 23816 439100 26 2911 nomad /opt/puppet-archive/nomad-1 15256 1185500 25 2921 php /usr/bin/php /data/ecogate/ 23820 439100 25 2923 nomad /opt/puppet-archive/nomad-1 15608 1259488 25 2932 php /usr/bin/php /data/ecogate/ 23820 439100 25 2933 nomad /opt/puppet-archive/nomad-1 15528 987484 24 2943 php /usr/bin/php /data/ecogate/ 23820 439100 24 2944 nomad /opt/puppet-archive/nomad-1 15516 1185244 24 2950 nomad /opt/puppet-archive/nomad-1 15228 1119964 24 2962 php /usr/bin/php /data/ecogate/ 23820 439100 24 2965 php /usr/bin/php /data/ecogate/ 23816 439100 24 2966 nomad /opt/puppet-archive/nomad-1 15664 1119964 24 2976 php /usr/bin/php /data/ecogate/ 23816 439100 24 2977 nomad /opt/puppet-archive/nomad-1 15412 1118556 24 2986 php /usr/bin/php /data/ecogate/ 23820 439100 24 2987 nomad /opt/puppet-archive/nomad-1 15676 1053276 23 2996 php /usr/bin/php /data/ecogate/ 23820 439100 23 2998 nomad /opt/puppet-archive/nomad-1 15252 1193696 23 3007 php /usr/bin/php /data/ecogate/ 23820 439100 23 3008 nomad /opt/puppet-archive/nomad-1 15264 1119964 23 3019 php /usr/bin/php /data/ecogate/ 23816 439100 23 3021 nomad /opt/puppet-archive/nomad-1 15440 1185500 22 3031 php /usr/bin/php /data/ecogate/ 23820 439100 22 3032 nomad /opt/puppet-archive/nomad-1 15336 1127904 22 3041 php /usr/bin/php /data/ecogate/ 23816 439100 22 3042 nomad /opt/puppet-archive/nomad-1 15332 1119964 21 3043 nomad /opt/puppet-archive/nomad-1 15124 1120220 21 3059 php /usr/bin/php /data/ecogate/ 23820 439100 21 3060 php /usr/bin/php /data/ecogate/ 23816 439100 21 3062 nomad /opt/puppet-archive/nomad-1 15432 1250780 21 3070 php /usr/bin/php /data/ecogate/ 23816 439100 21 3073 nomad /opt/puppet-archive/nomad-1 15232 1054428 21 3083 php /usr/bin/php /data/ecogate/ 23820 439100 21 3084 nomad /opt/puppet-archive/nomad-1 15420 1119708 20 3095 php /usr/bin/php /data/ecogate/ 23816 439100 20 3096 nomad /opt/puppet-archive/nomad-1 15024 1111448 20 3105 php /usr/bin/php /data/ecogate/ 23820 439100 20 3106 nomad /opt/puppet-archive/nomad-1 15444 988636 20 3117 php /usr/bin/php /data/ecogate/ 23820 439100 20 3118 kworker/u32:1 [kworker/u32:1] 0 0 3556 3130 nomad /opt/puppet-archive/nomad-1 15644 1177304 19 3140 php /usr/bin/php /data/ecogate/ 23816 439100 19 3141 nomad /opt/puppet-archive/nomad-1 15388 1119964 19 3151 php /usr/bin/php /data/ecogate/ 23820 439100 19 3152 nomad /opt/puppet-archive/nomad-1 15592 1259232 19 3161 php /usr/bin/php /data/ecogate/ 23816 439100 19 3162 nomad /opt/puppet-archive/nomad-1 15644 1185500 19 3172 php /usr/bin/php /data/ecogate/ 23820 439100 19 3279 nomad /opt/puppet-archive/nomad-1 15300 1119964 17 3288 php /usr/bin/php /data/ecogate/ 23816 439100 17 3290 nomad /opt/puppet-archive/nomad-1 14876 1111448 17 3299 php /usr/bin/php /data/ecogate/ 23820 439100 17 3300 nomad /opt/puppet-archive/nomad-1 14976 1045912 17 3314 php /usr/bin/php /data/ecogate/ 23820 439100 17 3315 nomad /opt/puppet-archive/nomad-1 15324 1119964 16 3329 php /usr/bin/php /data/ecogate/ 23816 439100 16 3330 nomad /opt/puppet-archive/nomad-1 14616 1037460 16 3337 php /usr/bin/php /data/ecogate/ 23816 439100 16 3340 nomad /opt/puppet-archive/nomad-1 14552 1176728 16 3350 php /usr/bin/php /data/ecogate/ 23820 439100 16 3351 nomad /opt/puppet-archive/nomad-1 15676 1054684 16 3361 php /usr/bin/php /data/ecogate/ 23816 439100 16 3362 nomad /opt/puppet-archive/nomad-1 14616 1037716 16 3368 nomad /opt/puppet-archive/nomad-1 15372 1128160 16 3378 php /usr/bin/php /data/ecogate/ 23816 439100 16 3380 php /usr/bin/php /data/ecogate/ 23820 439100 16 3384 nomad /opt/puppet-archive/nomad-1 14800 1037460 16 3393 php /usr/bin/php /data/ecogate/ 23820 439100 16 3394 nomad /opt/puppet-archive/nomad-1 15944 1054172 15 3405 php /usr/bin/php /data/ecogate/ 23820 439100 15 3410 nomad /opt/puppet-archive/nomad-1 14896 1111192 15 3420 php /usr/bin/php /data/ecogate/ 23816 439100 15 3421 nomad /opt/puppet-archive/nomad-1 15952 1119708 15 3431 php /usr/bin/php /data/ecogate/ 23816 439100 15 3432 nomad /opt/puppet-archive/nomad-1 14948 1037716 15 3440 php /usr/bin/php /data/ecogate/ 23816 439100 15 3442 nomad /opt/puppet-archive/nomad-1 14380 1110936 15 3452 php /usr/bin/php /data/ecogate/ 23816 439100 15 3453 nomad /opt/puppet-archive/nomad-1 14980 980120 15 3463 php /usr/bin/php /data/ecogate/ 23820 439100 15 3464 nomad /opt/puppet-archive/nomad-1 14608 1110936 14 3474 php /usr/bin/php /data/ecogate/ 23816 439100 14 3475 nomad /opt/puppet-archive/nomad-1 14632 1111192 14 3484 php /usr/bin/php /data/ecogate/ 23816 439100 14 3489 nomad /opt/puppet-archive/nomad-1 14960 1109784 14 3498 php /usr/bin/php /data/ecogate/ 23816 439100 14 3505 nomad /opt/puppet-archive/nomad-1 14348 1037204 13 3513 php /usr/bin/php /data/ecogate/ 23816 439100 13 3516 nomad /opt/puppet-archive/nomad-1 14724 906388 13 3525 php /usr/bin/php /data/ecogate/ 23820 439100 13 3527 nomad /opt/puppet-archive/nomad-1 14568 1176728 12 3536 php /usr/bin/php /data/ecogate/ 23820 439100 12 3574 nomad /opt/puppet-archive/nomad-1 14644 1102996 7 3583 php /usr/bin/php /data/ecogate/ 23784 439100 7 3586 nomad /opt/puppet-archive/nomad-1 14252 1036052 6 3595 php /usr/bin/php /data/ecogate/ 24028 439100 6 3599 nomad /opt/puppet-archive/nomad-1 14312 1111192 6 3608 nomad /opt/puppet-archive/nomad-1 14408 1045912 6 3609 php /usr/bin/php /data/ecogate/ 24028 439100 6 3619 php /usr/bin/php /data/ecogate/ 24036 439100 6 3620 nomad /opt/puppet-archive/nomad-1 14580 1111192 6 3626 nomad /opt/puppet-archive/nomad-1 14056 1037460 6 3638 php /usr/bin/php /data/ecogate/ 24028 439100 6 3640 php /usr/bin/php /data/ecogate/ 24028 439100 6 3643 nomad /opt/puppet-archive/nomad-1 14060 971924 6 3644 nomad /opt/puppet-archive/nomad-1 14404 971924 6 3652 nomad /opt/puppet-archive/nomad-1 13780 1101332 6 3658 nomad /opt/puppet-archive/nomad-1 13760 1036052 6 3666 nomad /opt/puppet-archive/nomad-1 13808 1036052 6 3672 php /usr/bin/php /data/ecogate/ 24028 439100 6 3673 php /usr/bin/php /data/ecogate/ 24032 439100 6 3681 php /usr/bin/php /data/ecogate/ 24028 439100 6 3683 php /usr/bin/php /data/ecogate/ 24032 439100 6 3687 php /usr/bin/php /data/ecogate/ 24032 439100 6 3722 bash -bash 1856 116620 1 3723 tee tee -ai /root/.bash_history 668 108056 1 3724 bash -bash 2156 116620 1 3737 ps ps -eo pid,comm,args,rss,vs 1488 153328 0 7169 pickup pickup -l -t unix -u 4380 107856 3325 7507 kworker/2:1 [kworker/2:1] 0 0 12160 8309 kworker/0:1 [kworker/0:1] 0 0 12100 10438 kworker/3:0 [kworker/3:0] 0 0 1369 10602 kworker/0:2 [kworker/0:2] 0 0 1360 11762 kworker/u32:0 [kworker/u32:0] 0 0 3078 11931 kworker/1:2 [kworker/1:2] 0 0 1300 19525 agent-linux /data/agent-linux --collect 3996 122624 30880 19565 td-agent-bit /opt/td-agent-bit/bin/td-ag 9424 145592 30879 19726 nomad /opt/puppet-archive/nomad-1 18480 1194272 30878 19772 php /usr/bin/php /data/ecogate/ 58036 703264 30878 20386 kworker/2:2 [kworker/2:2] 0 0 4359 21332 nomad /opt/puppet-archive/nomad-1 17288 1055004 768 21342 php /usr/bin/php /data/ecogate/ 24764 439100 768 21371 nomad /opt/puppet-archive/nomad-1 17696 1186076 768 21393 php /usr/bin/php /data/ecogate/ 24744 670496 768 25818 nomad /usr/local/bin/nomad agent 1902068 3465640 255761 25916 consul /usr/local/bin/consul agent 29504 785124 255757 26783 kworker/3:1 [kworker/3:1] 0 0 466 30321 rsyslogd /usr/sbin/rsyslogd -n 27040 536940 205299 30714 nomad /opt/puppet-archive/nomad-1 261316 1598580 255103 30715 nomad /opt/puppet-archive/nomad-1 265412 1393776 255103 30725 nomad /opt/puppet-archive/nomad-1 248096 1533108 255103 30742 nomad /opt/puppet-archive/nomad-1 247168 1467508 255103 30744 nomad /opt/puppet-archive/nomad-1 265992 1590384 255103 30855 nomad /opt/puppet-archive/nomad-1 254268 1598324 255090 30856 nomad /opt/puppet-archive/nomad-1 267588 1598836 255090 30870 nomad /opt/puppet-archive/nomad-1 250648 1459312 255090 30876 nomad /opt/puppet-archive/nomad-1 260860 1532788 255090 30884 nomad /opt/puppet-archive/nomad-1 258964 1467508 255090 31080 unbound /usr/sbin/unbound -d 16024 285400 2684162 31707 kworker/1:0 [kworker/1:0] 0 0 1960 32249 kworker/3:2 [kworker/3:2] 0 0 165 32327 nomad /opt/puppet-archive/nomad-1 10548 1045400 68658 32348 nomad /opt/puppet-archive/nomad-1 50132 1261668 68658 32357 nomad /opt/puppet-archive/nomad-1 54760 1261668 68658 32358 nomad /opt/puppet-archive/nomad-1 54736 1261924 68658 32363 nomad /opt/puppet-archive/nomad-1 54884 1187936 68658 32372 nomad /opt/puppet-archive/nomad-1 49868 1196132 68658 32382 nomad /opt/puppet-archive/nomad-1 51348 1327204 68658 32403 nomad /opt/puppet-archive/nomad-1 56004 1187936 68658 32415 nomad /opt/puppet-archive/nomad-1 55504 1253472 68658 32421 nomad /opt/puppet-archive/nomad-1 54540 1392484 68658 32433 nomad /opt/puppet-archive/nomad-1 51476 1187936 68658 32442 nomad /opt/puppet-archive/nomad-1 14228 1120284 68658 32463 nomad /opt/puppet-archive/nomad-1 15436 1054492 68658 32476 nomad /opt/puppet-archive/nomad-1 328056 1940508 68657 32534 kworker/2:0 [kworker/2:0] 0 0 160 32537 nomad /opt/puppet-archive/nomad-1 49720 1122400 68657 32556 nomad /opt/puppet-archive/nomad-1 330376 1866776 68657 32583 nomad /opt/puppet-archive/nomad-1 55744 1253472 68657 32591 nomad /opt/puppet-archive/nomad-1 48816 1196132 68657 32627 nomad /opt/puppet-archive/nomad-1 49200 1187936 68657 32635 nomad /opt/puppet-archive/nomad-1 49116 1253472 68657 32647 nomad /opt/puppet-archive/nomad-1 51236 1187936 68657 32671 nomad /opt/puppet-archive/nomad-1 50764 1261668 68657 32672 nomad /opt/puppet-archive/nomad-1 50372 1253728 68657 32692 nomad /opt/puppet-archive/nomad-1 51168 1187936 68657 32697 nomad /opt/puppet-archive/nomad-1 52120 1196132 68657 32706 nomad /opt/puppet-archive/nomad-1 50796 1187936 68657 32713 nomad /opt/puppet-archive/nomad-1 327092 1940508 68657 32715 nomad /opt/puppet-archive/nomad-1 47724 1261668 68657 32741 nomad /opt/puppet-archive/nomad-1 54256 1187936 68657 32748 nomad /opt/puppet-archive/nomad-1 331484 2071836 68657 32754 nomad /opt/puppet-archive/nomad-1 335080 2071324 68657 ```
ps output take 2 ``` [root@cron02 ~]# ps -eo pid,comm,args,rss,vsz,etimes PID COMMAND COMMAND RSS VSZ ELAPSED 1 systemd /usr/lib/systemd/systemd -- 7032 129672 5938285 2 kthreadd [kthreadd] 0 0 5938285 4 kworker/0:0H [kworker/0:0H] 0 0 5938285 6 ksoftirqd/0 [ksoftirqd/0] 0 0 5938285 7 migration/0 [migration/0] 0 0 5938285 8 rcu_bh [rcu_bh] 0 0 5938285 9 rcu_sched [rcu_sched] 0 0 5938285 10 lru-add-drain [lru-add-drain] 0 0 5938285 11 watchdog/0 [watchdog/0] 0 0 5938285 12 watchdog/1 [watchdog/1] 0 0 5938285 13 migration/1 [migration/1] 0 0 5938285 14 ksoftirqd/1 [ksoftirqd/1] 0 0 5938285 16 kworker/1:0H [kworker/1:0H] 0 0 5938285 17 watchdog/2 [watchdog/2] 0 0 5938285 18 migration/2 [migration/2] 0 0 5938285 19 ksoftirqd/2 [ksoftirqd/2] 0 0 5938285 21 kworker/2:0H [kworker/2:0H] 0 0 5938285 22 watchdog/3 [watchdog/3] 0 0 5938285 23 migration/3 [migration/3] 0 0 5938285 24 ksoftirqd/3 [ksoftirqd/3] 0 0 5938285 26 kworker/3:0H [kworker/3:0H] 0 0 5938285 28 kdevtmpfs [kdevtmpfs] 0 0 5938285 29 netns [netns] 0 0 5938285 30 khungtaskd [khungtaskd] 0 0 5938285 31 writeback [writeback] 0 0 5938285 32 kintegrityd [kintegrityd] 0 0 5938285 33 bioset [bioset] 0 0 5938285 34 bioset [bioset] 0 0 5938285 35 bioset [bioset] 0 0 5938285 36 kblockd [kblockd] 0 0 5938285 37 md [md] 0 0 5938285 38 edac-poller [edac-poller] 0 0 5938285 39 watchdogd [watchdogd] 0 0 5938285 46 kswapd0 [kswapd0] 0 0 5938285 47 ksmd [ksmd] 0 0 5938285 48 khugepaged [khugepaged] 0 0 5938285 49 crypto [crypto] 0 0 5938285 57 kthrotld [kthrotld] 0 0 5938285 59 kmpath_rdacd [kmpath_rdacd] 0 0 5938285 60 kaluad [kaluad] 0 0 5938285 62 kpsmoused [kpsmoused] 0 0 5938285 63 ipv6_addrconf [ipv6_addrconf] 0 0 5938285 76 deferwq [deferwq] 0 0 5938285 113 kauditd [kauditd] 0 0 5938285 277 ata_sff [ata_sff] 0 0 5938285 289 scsi_eh_0 [scsi_eh_0] 0 0 5938285 290 scsi_tmf_0 [scsi_tmf_0] 0 0 5938285 291 scsi_eh_1 [scsi_eh_1] 0 0 5938285 292 scsi_tmf_1 [scsi_tmf_1] 0 0 5938285 299 ttm_swap [ttm_swap] 0 0 5938285 305 virtscsi-scan [virtscsi-scan] 0 0 5938284 306 scsi_eh_2 [scsi_eh_2] 0 0 5938284 307 scsi_tmf_2 [scsi_tmf_2] 0 0 5938284 309 nomad /opt/puppet-archive/nomad-1 51896 1187936 68659 316 nomad /opt/puppet-archive/nomad-1 329108 1940252 68659 326 nomad /opt/puppet-archive/nomad-1 333612 2005788 68659 338 nomad /opt/puppet-archive/nomad-1 48404 1319008 68659 346 nomad /opt/puppet-archive/nomad-1 46380 1130596 68659 359 nomad /opt/puppet-archive/nomad-1 47924 1188192 68659 363 nomad /opt/puppet-archive/nomad-1 329348 1867032 68659 364 nomad /opt/puppet-archive/nomad-1 56000 1187936 68659 377 nomad /opt/puppet-archive/nomad-1 46260 1253728 68659 385 nomad /opt/puppet-archive/nomad-1 326372 1874972 68659 396 nomad /opt/puppet-archive/nomad-1 52156 1188192 68659 400 nomad /opt/puppet-archive/nomad-1 50864 1253472 68659 424 kdmflush [kdmflush] 0 0 5938284 425 bioset [bioset] 0 0 5938284 442 jbd2/dm-0-8 [jbd2/dm-0-8] 0 0 5938284 443 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938284 456 nomad /opt/puppet-archive/nomad-1 45480 1253472 68659 471 nomad /opt/puppet-archive/nomad-1 49776 1196132 68659 475 nomad /opt/puppet-archive/nomad-1 51512 1196132 68659 505 nomad /opt/puppet-archive/nomad-1 52648 1187936 68659 521 nomad /opt/puppet-archive/nomad-1 48524 1187936 68659 544 systemd-journal /usr/lib/systemd/systemd-jo 42760 105312 5938284 551 nomad /opt/puppet-archive/nomad-1 341628 2005788 68659 566 rpciod [rpciod] 0 0 5938284 567 xprtiod [xprtiod] 0 0 5938284 570 lvmetad /usr/sbin/lvmetad -f 2584 275044 5938284 578 systemd-udevd /usr/lib/systemd/systemd-ud 3132 48712 5938284 598 nomad /opt/puppet-archive/nomad-1 56092 1270120 68658 604 hwrng [hwrng] 0 0 5938283 631 nomad /opt/puppet-archive/nomad-1 56236 1253472 68658 661 nfit [nfit] 0 0 5938283 669 kworker/3:1H [kworker/3:1H] 0 0 5938283 678 jbd2/sda1-8 [jbd2/sda1-8] 0 0 5938283 679 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938283 681 kdmflush [kdmflush] 0 0 5938282 682 bioset [bioset] 0 0 5938282 688 jbd2/dm-1-8 [jbd2/dm-1-8] 0 0 5938282 689 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938282 691 kdmflush [kdmflush] 0 0 5938282 692 bioset [bioset] 0 0 5938282 693 kdmflush [kdmflush] 0 0 5938282 695 bioset [bioset] 0 0 5938282 709 kworker/0:1H [kworker/0:1H] 0 0 5938282 715 jbd2/dm-2-8 [jbd2/dm-2-8] 0 0 5938282 716 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938282 718 jbd2/dm-3-8 [jbd2/dm-3-8] 0 0 5938282 719 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938282 747 auditd /sbin/auditd 984 55532 5938282 770 qemu-ga /usr/bin/qemu-ga --method=v 1824 44220 5938282 776 sssd /usr/sbin/sssd -i --logger= 2416 268972 5938282 778 polkitd /usr/lib/polkit-1/polkitd - 9044 625220 5938282 780 irqbalance /usr/sbin/irqbalance --fore 1020 21672 5938282 781 dbus-daemon /usr/bin/dbus-daemon --syst 2124 87928 5938282 785 chronyd /usr/sbin/chronyd 1616 120588 5938282 790 gssproxy /usr/sbin/gssproxy -D 3024 269132 5938282 800 nomad /opt/puppet-archive/nomad-1 53604 1261668 68658 804 NetworkManager /usr/sbin/NetworkManager -- 3944 476440 5938282 812 sssd_be /usr/libexec/sssd/sssd_be - 8596 419232 5938282 825 python /usr/bin/python /usr/share/ 47608 458412 5938282 827 rpc.gssd /usr/sbin/rpc.gssd 1128 40340 5938282 837 sssd_nss /usr/libexec/sssd/sssd_nss 3748 277444 5938281 838 sssd_sudo /usr/libexec/sssd/sssd_sudo 3228 249448 5938281 839 sssd_pam /usr/libexec/sssd/sssd_pam 3572 255920 5938281 840 sssd_ssh /usr/libexec/sssd/sssd_ssh 3340 257448 5938281 841 sssd_pac /usr/libexec/sssd/sssd_pac 2544 294052 5938281 859 systemd-logind /usr/lib/systemd/systemd-lo 1648 37088 5938281 866 atd /usr/sbin/atd -f 816 25908 5938281 868 crond /usr/sbin/crond -n 1544 126392 5938281 879 agetty /sbin/agetty --noclear tty1 744 110208 5938281 894 nomad /opt/puppet-archive/nomad-1 332704 1874972 68658 905 nomad /opt/puppet-archive/nomad-1 52116 1122400 68658 1067 sshd /usr/sbin/sshd -D 2632 112936 5938281 1071 tuned /usr/bin/python2 -Es /usr/s 15468 586428 5938281 1073 node_exporter /usr/local/bin/node_exporte 1884 115068 5938281 1075 python /usr/bin/python /usr/bin/go 21412 872552 5938281 1078 oddjobd /usr/sbin/oddjobd -n -p /va 1264 52708 5938281 1093 zabbix_agentd /usr/sbin/zabbix_agentd -c 1164 79076 5938281 1107 zabbix_agentd /usr/sbin/zabbix_agentd: co 1548 79076 5938281 1108 zabbix_agentd /usr/sbin/zabbix_agentd: li 2744 100632 5938281 1109 zabbix_agentd /usr/sbin/zabbix_agentd: li 2740 100632 5938281 1110 zabbix_agentd /usr/sbin/zabbix_agentd: li 2744 100632 5938281 1111 zabbix_agentd /usr/sbin/zabbix_agentd: ac 2412 100640 5938281 1160 ossec-execd /var/ossec/bin/ossec-execd 1316 61332 5938281 1187 ossec-agentd /var/ossec/bin/ossec-agentd 1532 48764 5938281 1189 ossec-agentd /var/ossec/bin/ossec-agentd 1220 48668 5938281 1202 ossec-logcollec /var/ossec/bin/ossec-logcol 1184 44176 5938281 1221 ossec-syscheckd /var/ossec/bin/ossec-sysche 14548 57372 5938280 1536 master /usr/libexec/postfix/master 2032 96968 5938280 1551 qmgr qmgr -l -t unix -u 2384 108028 5938280 1883 kworker/2:1H [kworker/2:1H] 0 0 5938279 1885 splunkd splunkd -p 8089 start 140992 329996 5938279 1887 splunkd [splunkd pid=1885] splunkd 11536 84300 5938279 2072 kworker/1:1H [kworker/1:1H] 0 0 5938273 2207 sshd sshd: ybubentsov [priv] 5784 189232 73 2221 sshd sshd: ybubentsov@pts/0 2516 189232 72 2222 bash -bash 3220 127336 72 2259 bash -bash 1892 127336 72 2260 tee tee -ai /home/ybubentsov/.b 664 108056 72 2261 bash -bash 1612 127336 72 2262 sudo sudo su - 4904 280180 72 2264 su su - 2780 237644 72 2265 bash -bash 3168 116620 72 2858 nomad /opt/puppet-archive/nomad-1 15420 1054428 30 2868 php /usr/bin/php /data/ecogate/ 23820 439100 30 2870 nomad /opt/puppet-archive/nomad-1 15436 1119964 30 2879 php /usr/bin/php /data/ecogate/ 23820 439100 30 2880 nomad /opt/puppet-archive/nomad-1 15668 1185500 29 2889 php /usr/bin/php /data/ecogate/ 23820 439100 29 2891 nomad /opt/puppet-archive/nomad-1 15636 1119964 29 2900 php /usr/bin/php /data/ecogate/ 23820 439100 29 2901 nomad /opt/puppet-archive/nomad-1 15592 1119964 28 2910 php /usr/bin/php /data/ecogate/ 23816 439100 28 2911 nomad /opt/puppet-archive/nomad-1 15256 1185500 27 2921 php /usr/bin/php /data/ecogate/ 23820 439100 27 2923 nomad /opt/puppet-archive/nomad-1 15608 1259488 27 2932 php /usr/bin/php /data/ecogate/ 23820 439100 27 2933 nomad /opt/puppet-archive/nomad-1 15528 988892 26 2943 php /usr/bin/php /data/ecogate/ 23820 439100 26 2944 nomad /opt/puppet-archive/nomad-1 15516 1185244 26 2950 nomad /opt/puppet-archive/nomad-1 15228 1119964 26 2962 php /usr/bin/php /data/ecogate/ 23820 439100 26 2965 php /usr/bin/php /data/ecogate/ 23816 439100 26 2966 nomad /opt/puppet-archive/nomad-1 15664 1119964 26 2976 php /usr/bin/php /data/ecogate/ 23816 439100 26 2977 nomad /opt/puppet-archive/nomad-1 15412 1118556 26 2986 php /usr/bin/php /data/ecogate/ 23820 439100 26 2987 nomad /opt/puppet-archive/nomad-1 15676 1053276 25 2996 php /usr/bin/php /data/ecogate/ 23820 439100 25 2998 nomad /opt/puppet-archive/nomad-1 15252 1193696 25 3007 php /usr/bin/php /data/ecogate/ 23820 439100 25 3008 nomad /opt/puppet-archive/nomad-1 15264 1119964 25 3019 php /usr/bin/php /data/ecogate/ 23816 439100 25 3021 nomad /opt/puppet-archive/nomad-1 15440 1185500 24 3031 php /usr/bin/php /data/ecogate/ 23820 439100 24 3032 nomad /opt/puppet-archive/nomad-1 15336 1127904 24 3041 php /usr/bin/php /data/ecogate/ 23816 439100 24 3042 nomad /opt/puppet-archive/nomad-1 15332 1119964 23 3043 nomad /opt/puppet-archive/nomad-1 15124 1120220 23 3059 php /usr/bin/php /data/ecogate/ 23820 439100 23 3060 php /usr/bin/php /data/ecogate/ 23816 439100 23 3062 nomad /opt/puppet-archive/nomad-1 15432 1250780 23 3070 php /usr/bin/php /data/ecogate/ 23816 439100 23 3073 nomad /opt/puppet-archive/nomad-1 15232 1054428 23 3083 php /usr/bin/php /data/ecogate/ 23820 439100 23 3084 nomad /opt/puppet-archive/nomad-1 15420 1119708 22 3095 php /usr/bin/php /data/ecogate/ 23816 439100 22 3096 nomad /opt/puppet-archive/nomad-1 15520 1185756 22 3105 php /usr/bin/php /data/ecogate/ 23820 439100 22 3106 nomad /opt/puppet-archive/nomad-1 15444 988892 22 3117 php /usr/bin/php /data/ecogate/ 23820 439100 22 3118 kworker/u32:1 [kworker/u32:1] 0 0 3558 3130 nomad /opt/puppet-archive/nomad-1 15644 1177304 21 3140 php /usr/bin/php /data/ecogate/ 23816 439100 21 3141 nomad /opt/puppet-archive/nomad-1 15388 1119964 21 3151 php /usr/bin/php /data/ecogate/ 23820 439100 21 3152 nomad /opt/puppet-archive/nomad-1 15592 1259232 21 3161 php /usr/bin/php /data/ecogate/ 23816 439100 21 3162 nomad /opt/puppet-archive/nomad-1 15644 1185500 21 3172 php /usr/bin/php /data/ecogate/ 23820 439100 21 3279 nomad /opt/puppet-archive/nomad-1 15300 1119964 19 3288 php /usr/bin/php /data/ecogate/ 23816 439100 19 3290 nomad /opt/puppet-archive/nomad-1 16040 1120220 19 3299 php /usr/bin/php /data/ecogate/ 23820 439100 19 3300 nomad /opt/puppet-archive/nomad-1 15560 1054684 19 3314 php /usr/bin/php /data/ecogate/ 23820 439100 19 3315 nomad /opt/puppet-archive/nomad-1 15324 1119964 18 3329 php /usr/bin/php /data/ecogate/ 23816 439100 18 3330 nomad /opt/puppet-archive/nomad-1 15552 1054428 18 3337 php /usr/bin/php /data/ecogate/ 23816 439100 18 3340 nomad /opt/puppet-archive/nomad-1 15220 1251036 18 3350 php /usr/bin/php /data/ecogate/ 23820 439100 18 3351 nomad /opt/puppet-archive/nomad-1 15676 1054684 18 3361 php /usr/bin/php /data/ecogate/ 23816 439100 18 3362 nomad /opt/puppet-archive/nomad-1 15744 1185756 18 3368 nomad /opt/puppet-archive/nomad-1 15372 1128160 18 3378 php /usr/bin/php /data/ecogate/ 23816 439100 18 3380 php /usr/bin/php /data/ecogate/ 23820 439100 18 3384 nomad /opt/puppet-archive/nomad-1 15456 1120220 18 3393 php /usr/bin/php /data/ecogate/ 23820 439100 18 3394 nomad /opt/puppet-archive/nomad-1 15608 1054172 17 3405 php /usr/bin/php /data/ecogate/ 23820 439100 17 3410 nomad /opt/puppet-archive/nomad-1 14896 1111192 17 3420 php /usr/bin/php /data/ecogate/ 23816 439100 17 3421 nomad /opt/puppet-archive/nomad-1 15304 1119708 17 3431 php /usr/bin/php /data/ecogate/ 23816 439100 17 3432 nomad /opt/puppet-archive/nomad-1 14948 1037716 17 3440 php /usr/bin/php /data/ecogate/ 23816 439100 17 3442 nomad /opt/puppet-archive/nomad-1 14380 1110936 17 3452 php /usr/bin/php /data/ecogate/ 23816 439100 17 3453 nomad /opt/puppet-archive/nomad-1 14980 980120 17 3463 php /usr/bin/php /data/ecogate/ 23820 439100 17 3464 nomad /opt/puppet-archive/nomad-1 15692 1111512 16 3474 php /usr/bin/php /data/ecogate/ 23816 439100 16 3475 nomad /opt/puppet-archive/nomad-1 15360 1119964 16 3484 php /usr/bin/php /data/ecogate/ 23816 439100 16 3489 nomad /opt/puppet-archive/nomad-1 16112 1118556 16 3498 php /usr/bin/php /data/ecogate/ 23816 439100 16 3505 nomad /opt/puppet-archive/nomad-1 15668 1185244 15 3513 php /usr/bin/php /data/ecogate/ 23816 439100 15 3516 nomad /opt/puppet-archive/nomad-1 14724 906388 15 3525 php /usr/bin/php /data/ecogate/ 23820 439100 15 3527 nomad /opt/puppet-archive/nomad-1 14568 1176728 14 3536 php /usr/bin/php /data/ecogate/ 23820 439100 14 3574 nomad /opt/puppet-archive/nomad-1 14644 1102996 9 3583 php /usr/bin/php /data/ecogate/ 23784 439100 9 3586 nomad /opt/puppet-archive/nomad-1 14252 1036052 8 3595 php /usr/bin/php /data/ecogate/ 24292 439100 8 3599 nomad /opt/puppet-archive/nomad-1 14312 1111192 8 3608 nomad /opt/puppet-archive/nomad-1 14408 1045912 8 3609 php /usr/bin/php /data/ecogate/ 24028 439100 8 3619 php /usr/bin/php /data/ecogate/ 24036 439100 8 3620 nomad /opt/puppet-archive/nomad-1 14580 1111192 8 3626 nomad /opt/puppet-archive/nomad-1 14056 1037460 8 3638 php /usr/bin/php /data/ecogate/ 24028 439100 8 3640 php /usr/bin/php /data/ecogate/ 24028 439100 8 3643 nomad /opt/puppet-archive/nomad-1 14060 971924 8 3644 nomad /opt/puppet-archive/nomad-1 14404 971924 8 3652 nomad /opt/puppet-archive/nomad-1 13780 1101332 8 3658 nomad /opt/puppet-archive/nomad-1 13760 1036052 8 3666 nomad /opt/puppet-archive/nomad-1 13808 1036052 8 3672 php /usr/bin/php /data/ecogate/ 24028 439100 8 3673 php /usr/bin/php /data/ecogate/ 24032 439100 8 3681 php /usr/bin/php /data/ecogate/ 24028 439100 8 3683 php /usr/bin/php /data/ecogate/ 24032 439100 8 3687 php /usr/bin/php /data/ecogate/ 24032 439100 8 3738 bash -bash 1860 116620 2 3739 tee tee -ai /root/.bash_history 668 108056 2 3740 bash -bash 2152 116620 2 3758 ps ps -eo pid,comm,args,rss,vs 1488 153328 0 7169 pickup pickup -l -t unix -u 4380 107856 3327 7507 kworker/2:1 [kworker/2:1] 0 0 12162 8309 kworker/0:1 [kworker/0:1] 0 0 12102 10438 kworker/3:0 [kworker/3:0] 0 0 1371 10602 kworker/0:2 [kworker/0:2] 0 0 1362 11762 kworker/u32:0 [kworker/u32:0] 0 0 3080 11931 kworker/1:2 [kworker/1:2] 0 0 1302 19525 agent-linux /data/agent-linux --collect 3996 122624 30882 19565 td-agent-bit /opt/td-agent-bit/bin/td-ag 9424 145592 30881 19726 nomad /opt/puppet-archive/nomad-1 18480 1194272 30880 19772 php /usr/bin/php /data/ecogate/ 58036 703264 30880 20386 kworker/2:2 [kworker/2:2] 0 0 4361 21332 nomad /opt/puppet-archive/nomad-1 17288 1055004 770 21342 php /usr/bin/php /data/ecogate/ 24764 439100 770 21371 nomad /opt/puppet-archive/nomad-1 17696 1186076 770 21393 php /usr/bin/php /data/ecogate/ 24744 670496 770 25818 nomad /usr/local/bin/nomad agent 1902068 3465640 255763 25916 consul /usr/local/bin/consul agent 29764 785124 255759 26783 kworker/3:1 [kworker/3:1] 0 0 468 30321 rsyslogd /usr/sbin/rsyslogd -n 27040 536940 205301 30714 nomad /opt/puppet-archive/nomad-1 261316 1598580 255105 30715 nomad /opt/puppet-archive/nomad-1 265412 1393776 255105 30725 nomad /opt/puppet-archive/nomad-1 248096 1533108 255105 30742 nomad /opt/puppet-archive/nomad-1 247168 1467508 255105 30744 nomad /opt/puppet-archive/nomad-1 265992 1590384 255105 30855 nomad /opt/puppet-archive/nomad-1 254268 1598324 255092 30856 nomad /opt/puppet-archive/nomad-1 267588 1598836 255092 30870 nomad /opt/puppet-archive/nomad-1 250648 1459312 255092 30876 nomad /opt/puppet-archive/nomad-1 260860 1532788 255092 30884 nomad /opt/puppet-archive/nomad-1 258964 1467508 255092 31080 unbound /usr/sbin/unbound -d 16024 285400 2684164 31707 kworker/1:0 [kworker/1:0] 0 0 1962 32249 kworker/3:2 [kworker/3:2] 0 0 167 32327 nomad /opt/puppet-archive/nomad-1 10548 1045400 68660 32348 nomad /opt/puppet-archive/nomad-1 50132 1261668 68660 32357 nomad /opt/puppet-archive/nomad-1 54760 1261668 68660 32358 nomad /opt/puppet-archive/nomad-1 54736 1261924 68660 32363 nomad /opt/puppet-archive/nomad-1 54884 1187936 68660 32372 nomad /opt/puppet-archive/nomad-1 49868 1196132 68660 32382 nomad /opt/puppet-archive/nomad-1 51348 1327204 68660 32403 nomad /opt/puppet-archive/nomad-1 56004 1187936 68660 32415 nomad /opt/puppet-archive/nomad-1 55504 1253472 68660 32421 nomad /opt/puppet-archive/nomad-1 54540 1392484 68660 32433 nomad /opt/puppet-archive/nomad-1 51476 1187936 68660 32442 nomad /opt/puppet-archive/nomad-1 14228 1120284 68660 32463 nomad /opt/puppet-archive/nomad-1 15436 1054492 68660 32476 nomad /opt/puppet-archive/nomad-1 328056 1940508 68659 32534 kworker/2:0 [kworker/2:0] 0 0 162 32537 nomad /opt/puppet-archive/nomad-1 49720 1122400 68659 32556 nomad /opt/puppet-archive/nomad-1 330376 1866776 68659 32583 nomad /opt/puppet-archive/nomad-1 55744 1253472 68659 32591 nomad /opt/puppet-archive/nomad-1 48816 1196132 68659 32627 nomad /opt/puppet-archive/nomad-1 49200 1187936 68659 32635 nomad /opt/puppet-archive/nomad-1 49116 1253472 68659 32647 nomad /opt/puppet-archive/nomad-1 51236 1187936 68659 32671 nomad /opt/puppet-archive/nomad-1 50764 1261668 68659 32672 nomad /opt/puppet-archive/nomad-1 50372 1253728 68659 32692 nomad /opt/puppet-archive/nomad-1 51168 1187936 68659 32697 nomad /opt/puppet-archive/nomad-1 52120 1196132 68659 32706 nomad /opt/puppet-archive/nomad-1 50796 1187936 68659 32713 nomad /opt/puppet-archive/nomad-1 327092 1940508 68659 32715 nomad /opt/puppet-archive/nomad-1 47724 1261668 68659 32741 nomad /opt/puppet-archive/nomad-1 54256 1187936 68659 32748 nomad /opt/puppet-archive/nomad-1 331484 2071836 68659 32754 nomad /opt/puppet-archive/nomad-1 335080 2071324 68659 ```
ps output take 3 ``` [root@cron02 ~]# ps -eo pid,comm,args,rss,vsz,etimes PID COMMAND COMMAND RSS VSZ ELAPSED 1 systemd /usr/lib/systemd/systemd -- 7032 129672 5938287 2 kthreadd [kthreadd] 0 0 5938287 4 kworker/0:0H [kworker/0:0H] 0 0 5938287 6 ksoftirqd/0 [ksoftirqd/0] 0 0 5938287 7 migration/0 [migration/0] 0 0 5938287 8 rcu_bh [rcu_bh] 0 0 5938287 9 rcu_sched [rcu_sched] 0 0 5938287 10 lru-add-drain [lru-add-drain] 0 0 5938287 11 watchdog/0 [watchdog/0] 0 0 5938287 12 watchdog/1 [watchdog/1] 0 0 5938287 13 migration/1 [migration/1] 0 0 5938287 14 ksoftirqd/1 [ksoftirqd/1] 0 0 5938287 16 kworker/1:0H [kworker/1:0H] 0 0 5938287 17 watchdog/2 [watchdog/2] 0 0 5938287 18 migration/2 [migration/2] 0 0 5938287 19 ksoftirqd/2 [ksoftirqd/2] 0 0 5938287 21 kworker/2:0H [kworker/2:0H] 0 0 5938287 22 watchdog/3 [watchdog/3] 0 0 5938287 23 migration/3 [migration/3] 0 0 5938287 24 ksoftirqd/3 [ksoftirqd/3] 0 0 5938287 26 kworker/3:0H [kworker/3:0H] 0 0 5938287 28 kdevtmpfs [kdevtmpfs] 0 0 5938287 29 netns [netns] 0 0 5938287 30 khungtaskd [khungtaskd] 0 0 5938287 31 writeback [writeback] 0 0 5938287 32 kintegrityd [kintegrityd] 0 0 5938287 33 bioset [bioset] 0 0 5938287 34 bioset [bioset] 0 0 5938287 35 bioset [bioset] 0 0 5938287 36 kblockd [kblockd] 0 0 5938287 37 md [md] 0 0 5938287 38 edac-poller [edac-poller] 0 0 5938287 39 watchdogd [watchdogd] 0 0 5938287 46 kswapd0 [kswapd0] 0 0 5938287 47 ksmd [ksmd] 0 0 5938287 48 khugepaged [khugepaged] 0 0 5938287 49 crypto [crypto] 0 0 5938287 57 kthrotld [kthrotld] 0 0 5938287 59 kmpath_rdacd [kmpath_rdacd] 0 0 5938287 60 kaluad [kaluad] 0 0 5938287 62 kpsmoused [kpsmoused] 0 0 5938287 63 ipv6_addrconf [ipv6_addrconf] 0 0 5938287 76 deferwq [deferwq] 0 0 5938287 113 kauditd [kauditd] 0 0 5938287 277 ata_sff [ata_sff] 0 0 5938287 289 scsi_eh_0 [scsi_eh_0] 0 0 5938287 290 scsi_tmf_0 [scsi_tmf_0] 0 0 5938287 291 scsi_eh_1 [scsi_eh_1] 0 0 5938287 292 scsi_tmf_1 [scsi_tmf_1] 0 0 5938287 299 ttm_swap [ttm_swap] 0 0 5938287 305 virtscsi-scan [virtscsi-scan] 0 0 5938286 306 scsi_eh_2 [scsi_eh_2] 0 0 5938286 307 scsi_tmf_2 [scsi_tmf_2] 0 0 5938286 309 nomad /opt/puppet-archive/nomad-1 51896 1187936 68661 316 nomad /opt/puppet-archive/nomad-1 329108 1940252 68661 326 nomad /opt/puppet-archive/nomad-1 333612 2005788 68661 338 nomad /opt/puppet-archive/nomad-1 48404 1319008 68661 346 nomad /opt/puppet-archive/nomad-1 46380 1130596 68661 359 nomad /opt/puppet-archive/nomad-1 47924 1188192 68661 363 nomad /opt/puppet-archive/nomad-1 329348 1867032 68661 364 nomad /opt/puppet-archive/nomad-1 56000 1187936 68661 377 nomad /opt/puppet-archive/nomad-1 46260 1253728 68661 385 nomad /opt/puppet-archive/nomad-1 326372 1874972 68661 396 nomad /opt/puppet-archive/nomad-1 52156 1188192 68661 400 nomad /opt/puppet-archive/nomad-1 50864 1253472 68661 424 kdmflush [kdmflush] 0 0 5938286 425 bioset [bioset] 0 0 5938286 442 jbd2/dm-0-8 [jbd2/dm-0-8] 0 0 5938286 443 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938286 456 nomad /opt/puppet-archive/nomad-1 45480 1253472 68661 471 nomad /opt/puppet-archive/nomad-1 49776 1196132 68661 475 nomad /opt/puppet-archive/nomad-1 51512 1196132 68661 505 nomad /opt/puppet-archive/nomad-1 52648 1187936 68661 521 nomad /opt/puppet-archive/nomad-1 48524 1187936 68661 544 systemd-journal /usr/lib/systemd/systemd-jo 42784 105312 5938286 551 nomad /opt/puppet-archive/nomad-1 341628 2005788 68661 566 rpciod [rpciod] 0 0 5938286 567 xprtiod [xprtiod] 0 0 5938286 570 lvmetad /usr/sbin/lvmetad -f 2584 275044 5938286 578 systemd-udevd /usr/lib/systemd/systemd-ud 3132 48712 5938286 598 nomad /opt/puppet-archive/nomad-1 56092 1270120 68660 604 hwrng [hwrng] 0 0 5938285 631 nomad /opt/puppet-archive/nomad-1 56236 1253472 68660 661 nfit [nfit] 0 0 5938285 669 kworker/3:1H [kworker/3:1H] 0 0 5938285 678 jbd2/sda1-8 [jbd2/sda1-8] 0 0 5938285 679 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938285 681 kdmflush [kdmflush] 0 0 5938284 682 bioset [bioset] 0 0 5938284 688 jbd2/dm-1-8 [jbd2/dm-1-8] 0 0 5938284 689 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938284 691 kdmflush [kdmflush] 0 0 5938284 692 bioset [bioset] 0 0 5938284 693 kdmflush [kdmflush] 0 0 5938284 695 bioset [bioset] 0 0 5938284 709 kworker/0:1H [kworker/0:1H] 0 0 5938284 715 jbd2/dm-2-8 [jbd2/dm-2-8] 0 0 5938284 716 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938284 718 jbd2/dm-3-8 [jbd2/dm-3-8] 0 0 5938284 719 ext4-rsv-conver [ext4-rsv-conver] 0 0 5938284 747 auditd /sbin/auditd 984 55532 5938284 770 qemu-ga /usr/bin/qemu-ga --method=v 1824 44220 5938284 776 sssd /usr/sbin/sssd -i --logger= 2416 268972 5938284 778 polkitd /usr/lib/polkit-1/polkitd - 9044 625220 5938284 780 irqbalance /usr/sbin/irqbalance --fore 1020 21672 5938284 781 dbus-daemon /usr/bin/dbus-daemon --syst 2124 87928 5938284 785 chronyd /usr/sbin/chronyd 1616 120588 5938284 790 gssproxy /usr/sbin/gssproxy -D 3024 269132 5938284 800 nomad /opt/puppet-archive/nomad-1 53604 1261668 68660 804 NetworkManager /usr/sbin/NetworkManager -- 3944 476440 5938284 812 sssd_be /usr/libexec/sssd/sssd_be - 8596 419232 5938284 825 python /usr/bin/python /usr/share/ 47608 458412 5938284 827 rpc.gssd /usr/sbin/rpc.gssd 1128 40340 5938284 837 sssd_nss /usr/libexec/sssd/sssd_nss 3748 277444 5938283 838 sssd_sudo /usr/libexec/sssd/sssd_sudo 3228 249448 5938283 839 sssd_pam /usr/libexec/sssd/sssd_pam 3572 255920 5938283 840 sssd_ssh /usr/libexec/sssd/sssd_ssh 3340 257448 5938283 841 sssd_pac /usr/libexec/sssd/sssd_pac 2544 294052 5938283 859 systemd-logind /usr/lib/systemd/systemd-lo 1648 37088 5938283 866 atd /usr/sbin/atd -f 816 25908 5938283 868 crond /usr/sbin/crond -n 1544 126392 5938283 879 agetty /sbin/agetty --noclear tty1 744 110208 5938283 894 nomad /opt/puppet-archive/nomad-1 332704 1874972 68660 905 nomad /opt/puppet-archive/nomad-1 52116 1122400 68660 1067 sshd /usr/sbin/sshd -D 2632 112936 5938283 1071 tuned /usr/bin/python2 -Es /usr/s 15468 586428 5938283 1073 node_exporter /usr/local/bin/node_exporte 1884 115068 5938283 1075 python /usr/bin/python /usr/bin/go 21412 872552 5938283 1078 oddjobd /usr/sbin/oddjobd -n -p /va 1264 52708 5938283 1093 zabbix_agentd /usr/sbin/zabbix_agentd -c 1164 79076 5938283 1107 zabbix_agentd /usr/sbin/zabbix_agentd: co 1548 79076 5938283 1108 zabbix_agentd /usr/sbin/zabbix_agentd: li 2744 100632 5938283 1109 zabbix_agentd /usr/sbin/zabbix_agentd: li 2740 100632 5938283 1110 zabbix_agentd /usr/sbin/zabbix_agentd: li 2744 100632 5938283 1111 zabbix_agentd /usr/sbin/zabbix_agentd: ac 2412 100640 5938283 1160 ossec-execd /var/ossec/bin/ossec-execd 1316 61332 5938283 1187 ossec-agentd /var/ossec/bin/ossec-agentd 1532 48764 5938283 1189 ossec-agentd /var/ossec/bin/ossec-agentd 1220 48668 5938283 1202 ossec-logcollec /var/ossec/bin/ossec-logcol 1184 44176 5938283 1221 ossec-syscheckd /var/ossec/bin/ossec-sysche 14548 57372 5938282 1536 master /usr/libexec/postfix/master 2032 96968 5938282 1551 qmgr qmgr -l -t unix -u 2384 108028 5938282 1883 kworker/2:1H [kworker/2:1H] 0 0 5938281 1885 splunkd splunkd -p 8089 start 140992 329996 5938281 1887 splunkd [splunkd pid=1885] splunkd 11536 84300 5938281 2072 kworker/1:1H [kworker/1:1H] 0 0 5938275 2207 sshd sshd: ybubentsov [priv] 5784 189232 75 2221 sshd sshd: ybubentsov@pts/0 2516 189232 74 2222 bash -bash 3220 127336 74 2259 bash -bash 1892 127336 74 2260 tee tee -ai /home/ybubentsov/.b 664 108056 74 2261 bash -bash 1612 127336 74 2262 sudo sudo su - 4904 280180 74 2264 su su - 2780 237644 74 2265 bash -bash 3168 116620 74 2858 nomad /opt/puppet-archive/nomad-1 15920 1054428 32 2868 php /usr/bin/php /data/ecogate/ 23820 439100 32 2870 nomad /opt/puppet-archive/nomad-1 15436 1119964 32 2879 php /usr/bin/php /data/ecogate/ 23820 439100 32 2880 nomad /opt/puppet-archive/nomad-1 15668 1185500 31 2889 php /usr/bin/php /data/ecogate/ 23820 439100 31 2891 nomad /opt/puppet-archive/nomad-1 15888 1119964 31 2900 php /usr/bin/php /data/ecogate/ 23820 439100 31 2901 nomad /opt/puppet-archive/nomad-1 15592 1119964 30 2910 php /usr/bin/php /data/ecogate/ 23816 439100 30 2911 nomad /opt/puppet-archive/nomad-1 15256 1185500 29 2921 php /usr/bin/php /data/ecogate/ 23820 439100 29 2923 nomad /opt/puppet-archive/nomad-1 15608 1259488 29 2932 php /usr/bin/php /data/ecogate/ 23820 439100 29 2933 nomad /opt/puppet-archive/nomad-1 15772 988892 28 2943 php /usr/bin/php /data/ecogate/ 23820 439100 28 2944 nomad /opt/puppet-archive/nomad-1 15516 1185244 28 2950 nomad /opt/puppet-archive/nomad-1 15476 1119964 28 2962 php /usr/bin/php /data/ecogate/ 23820 439100 28 2965 php /usr/bin/php /data/ecogate/ 23816 439100 28 2966 nomad /opt/puppet-archive/nomad-1 15664 1119964 28 2976 php /usr/bin/php /data/ecogate/ 23816 439100 28 2977 nomad /opt/puppet-archive/nomad-1 15412 1119964 28 2986 php /usr/bin/php /data/ecogate/ 23820 439100 28 2987 nomad /opt/puppet-archive/nomad-1 15676 1053276 27 2996 php /usr/bin/php /data/ecogate/ 23820 439100 27 2998 nomad /opt/puppet-archive/nomad-1 15252 1193696 27 3007 php /usr/bin/php /data/ecogate/ 23820 439100 27 3008 nomad /opt/puppet-archive/nomad-1 15264 1119964 27 3019 php /usr/bin/php /data/ecogate/ 23816 439100 27 3021 nomad /opt/puppet-archive/nomad-1 15440 1185500 26 3031 php /usr/bin/php /data/ecogate/ 23820 439100 26 3032 nomad /opt/puppet-archive/nomad-1 15336 1127904 26 3041 php /usr/bin/php /data/ecogate/ 23816 439100 26 3042 nomad /opt/puppet-archive/nomad-1 15332 1119964 25 3043 nomad /opt/puppet-archive/nomad-1 15124 1120220 25 3059 php /usr/bin/php /data/ecogate/ 23820 439100 25 3060 php /usr/bin/php /data/ecogate/ 23816 439100 25 3062 nomad /opt/puppet-archive/nomad-1 15432 1250780 25 3070 php /usr/bin/php /data/ecogate/ 23816 439100 25 3073 nomad /opt/puppet-archive/nomad-1 15232 1054428 25 3083 php /usr/bin/php /data/ecogate/ 23820 439100 25 3084 nomad /opt/puppet-archive/nomad-1 15420 1119708 24 3095 php /usr/bin/php /data/ecogate/ 23816 439100 24 3096 nomad /opt/puppet-archive/nomad-1 15520 1185756 24 3105 php /usr/bin/php /data/ecogate/ 23820 439100 24 3106 nomad /opt/puppet-archive/nomad-1 15444 988892 24 3117 php /usr/bin/php /data/ecogate/ 23820 439100 24 3118 kworker/u32:1 [kworker/u32:1] 0 0 3560 3130 nomad /opt/puppet-archive/nomad-1 15644 1177304 23 3140 php /usr/bin/php /data/ecogate/ 23816 439100 23 3141 nomad /opt/puppet-archive/nomad-1 15388 1119964 23 3151 php /usr/bin/php /data/ecogate/ 23820 439100 23 3152 nomad /opt/puppet-archive/nomad-1 15592 1259232 23 3161 php /usr/bin/php /data/ecogate/ 23816 439100 23 3162 nomad /opt/puppet-archive/nomad-1 15644 1185500 23 3172 php /usr/bin/php /data/ecogate/ 23820 439100 23 3279 nomad /opt/puppet-archive/nomad-1 15300 1119964 21 3288 php /usr/bin/php /data/ecogate/ 23816 439100 21 3290 nomad /opt/puppet-archive/nomad-1 15656 1120220 21 3299 php /usr/bin/php /data/ecogate/ 23820 439100 21 3300 nomad /opt/puppet-archive/nomad-1 15560 1054684 21 3314 php /usr/bin/php /data/ecogate/ 23820 439100 21 3315 nomad /opt/puppet-archive/nomad-1 15324 1119964 20 3329 php /usr/bin/php /data/ecogate/ 23816 439100 20 3330 nomad /opt/puppet-archive/nomad-1 15164 1054428 20 3337 php /usr/bin/php /data/ecogate/ 23816 439100 20 3340 nomad /opt/puppet-archive/nomad-1 15220 1251036 20 3350 php /usr/bin/php /data/ecogate/ 23820 439100 20 3351 nomad /opt/puppet-archive/nomad-1 15676 1054684 20 3361 php /usr/bin/php /data/ecogate/ 23816 439100 20 3362 nomad /opt/puppet-archive/nomad-1 15268 1185756 20 3368 nomad /opt/puppet-archive/nomad-1 15372 1128160 20 3378 php /usr/bin/php /data/ecogate/ 23816 439100 20 3380 php /usr/bin/php /data/ecogate/ 23820 439100 20 3384 nomad /opt/puppet-archive/nomad-1 15456 1120220 20 3393 php /usr/bin/php /data/ecogate/ 23820 439100 20 3394 nomad /opt/puppet-archive/nomad-1 15608 1054172 19 3405 php /usr/bin/php /data/ecogate/ 23820 439100 19 3410 nomad /opt/puppet-archive/nomad-1 15148 1111192 19 3420 php /usr/bin/php /data/ecogate/ 23816 439100 19 3421 nomad /opt/puppet-archive/nomad-1 15304 1119708 19 3431 php /usr/bin/php /data/ecogate/ 23816 439100 19 3432 nomad /opt/puppet-archive/nomad-1 15432 1185500 19 3440 php /usr/bin/php /data/ecogate/ 23816 439100 19 3442 nomad /opt/puppet-archive/nomad-1 14784 1258976 19 3452 php /usr/bin/php /data/ecogate/ 23816 439100 19 3453 nomad /opt/puppet-archive/nomad-1 15820 988892 19 3463 php /usr/bin/php /data/ecogate/ 23820 439100 19 3464 nomad /opt/puppet-archive/nomad-1 15216 1111512 18 3474 php /usr/bin/php /data/ecogate/ 23816 439100 18 3475 nomad /opt/puppet-archive/nomad-1 15360 1119964 18 3484 php /usr/bin/php /data/ecogate/ 23816 439100 18 3489 nomad /opt/puppet-archive/nomad-1 15584 1118556 18 3498 php /usr/bin/php /data/ecogate/ 23816 439100 18 3505 nomad /opt/puppet-archive/nomad-1 15104 1185244 17 3513 php /usr/bin/php /data/ecogate/ 23816 439100 17 3516 nomad /opt/puppet-archive/nomad-1 15392 1128160 17 3525 php /usr/bin/php /data/ecogate/ 23820 439100 17 3527 nomad /opt/puppet-archive/nomad-1 14808 1176728 16 3536 php /usr/bin/php /data/ecogate/ 23820 439100 16 3586 nomad /opt/puppet-archive/nomad-1 14504 1036052 10 3595 php /usr/bin/php /data/ecogate/ 24292 439100 10 3599 nomad /opt/puppet-archive/nomad-1 14568 1111192 10 3608 nomad /opt/puppet-archive/nomad-1 14408 1045912 10 3609 php /usr/bin/php /data/ecogate/ 24292 439100 10 3619 php /usr/bin/php /data/ecogate/ 24300 439100 10 3620 nomad /opt/puppet-archive/nomad-1 14580 1111192 10 3626 nomad /opt/puppet-archive/nomad-1 14312 1037460 10 3638 php /usr/bin/php /data/ecogate/ 24292 439100 10 3640 php /usr/bin/php /data/ecogate/ 24292 439100 10 3643 nomad /opt/puppet-archive/nomad-1 14060 971924 10 3644 nomad /opt/puppet-archive/nomad-1 14596 971924 10 3652 nomad /opt/puppet-archive/nomad-1 13780 1101332 10 3658 nomad /opt/puppet-archive/nomad-1 13760 1037460 10 3666 nomad /opt/puppet-archive/nomad-1 14064 1036052 10 3672 php /usr/bin/php /data/ecogate/ 24292 439100 10 3673 php /usr/bin/php /data/ecogate/ 24296 439100 10 3681 php /usr/bin/php /data/ecogate/ 24292 439100 10 3683 php /usr/bin/php /data/ecogate/ 24296 439100 10 3687 php /usr/bin/php /data/ecogate/ 24296 439100 10 3776 bash -bash 1860 116620 0 3777 tee tee -ai /root/.bash_history 668 108056 0 3778 bash -bash 1676 116620 0 3780 nomad /opt/puppet-archive/nomad-1 12648 1045400 0 3782 ps ps -eo pid,comm,args,rss,vs 1492 153328 0 7169 pickup pickup -l -t unix -u 4380 107856 3329 7507 kworker/2:1 [kworker/2:1] 0 0 12164 8309 kworker/0:1 [kworker/0:1] 0 0 12104 10438 kworker/3:0 [kworker/3:0] 0 0 1373 10602 kworker/0:2 [kworker/0:2] 0 0 1364 11762 kworker/u32:0 [kworker/u32:0] 0 0 3082 11931 kworker/1:2 [kworker/1:2] 0 0 1304 19525 agent-linux /data/agent-linux --collect 3996 122624 30884 19565 td-agent-bit /opt/td-agent-bit/bin/td-ag 9424 145592 30883 19726 nomad /opt/puppet-archive/nomad-1 18480 1194272 30882 19772 php /usr/bin/php /data/ecogate/ 58036 703264 30882 20386 kworker/2:2 [kworker/2:2] 0 0 4363 21332 nomad /opt/puppet-archive/nomad-1 17400 1055004 772 21342 php /usr/bin/php /data/ecogate/ 24764 439100 772 21371 nomad /opt/puppet-archive/nomad-1 17696 1186076 772 21393 php /usr/bin/php /data/ecogate/ 24744 670496 772 25818 nomad /usr/local/bin/nomad agent 1902068 3465640 255765 25916 consul /usr/local/bin/consul agent 29764 785124 255761 26783 kworker/3:1 [kworker/3:1] 0 0 470 30321 rsyslogd /usr/sbin/rsyslogd -n 27048 536940 205303 30714 nomad /opt/puppet-archive/nomad-1 261316 1598580 255107 30715 nomad /opt/puppet-archive/nomad-1 265412 1393776 255107 30725 nomad /opt/puppet-archive/nomad-1 248096 1533108 255107 30742 nomad /opt/puppet-archive/nomad-1 247168 1467508 255107 30744 nomad /opt/puppet-archive/nomad-1 265992 1590384 255107 30855 nomad /opt/puppet-archive/nomad-1 254268 1598324 255094 30856 nomad /opt/puppet-archive/nomad-1 267588 1598836 255094 30870 nomad /opt/puppet-archive/nomad-1 250648 1459312 255094 30876 nomad /opt/puppet-archive/nomad-1 260860 1532788 255094 30884 nomad /opt/puppet-archive/nomad-1 258964 1467508 255094 31080 unbound /usr/sbin/unbound -d 16024 285400 2684166 31707 kworker/1:0 [kworker/1:0] 0 0 1964 32249 kworker/3:2 [kworker/3:2] 0 0 169 32327 nomad /opt/puppet-archive/nomad-1 10548 1045400 68662 32348 nomad /opt/puppet-archive/nomad-1 50132 1261668 68662 32357 nomad /opt/puppet-archive/nomad-1 54760 1261668 68662 32358 nomad /opt/puppet-archive/nomad-1 54736 1261924 68662 32363 nomad /opt/puppet-archive/nomad-1 54884 1187936 68662 32372 nomad /opt/puppet-archive/nomad-1 49868 1196132 68662 32382 nomad /opt/puppet-archive/nomad-1 51348 1327204 68662 32403 nomad /opt/puppet-archive/nomad-1 56004 1187936 68662 32415 nomad /opt/puppet-archive/nomad-1 55504 1253472 68662 32421 nomad /opt/puppet-archive/nomad-1 54540 1392484 68662 32433 nomad /opt/puppet-archive/nomad-1 51476 1187936 68662 32442 nomad /opt/puppet-archive/nomad-1 14228 1120284 68662 32463 nomad /opt/puppet-archive/nomad-1 15436 1054492 68662 32476 nomad /opt/puppet-archive/nomad-1 328056 1940508 68661 32534 kworker/2:0 [kworker/2:0] 0 0 164 32537 nomad /opt/puppet-archive/nomad-1 49720 1122400 68661 32556 nomad /opt/puppet-archive/nomad-1 330376 1866776 68661 32583 nomad /opt/puppet-archive/nomad-1 55744 1253472 68661 32591 nomad /opt/puppet-archive/nomad-1 48816 1196132 68661 32627 nomad /opt/puppet-archive/nomad-1 49200 1187936 68661 32635 nomad /opt/puppet-archive/nomad-1 49116 1253472 68661 32647 nomad /opt/puppet-archive/nomad-1 51236 1187936 68661 32671 nomad /opt/puppet-archive/nomad-1 50764 1261668 68661 32672 nomad /opt/puppet-archive/nomad-1 50372 1253728 68661 32692 nomad /opt/puppet-archive/nomad-1 51168 1187936 68661 32697 nomad /opt/puppet-archive/nomad-1 52120 1196132 68661 32706 nomad /opt/puppet-archive/nomad-1 50796 1187936 68661 32713 nomad /opt/puppet-archive/nomad-1 327092 1940508 68661 32715 nomad /opt/puppet-archive/nomad-1 47724 1261668 68661 32741 nomad /opt/puppet-archive/nomad-1 54256 1187936 68661 32748 nomad /opt/puppet-archive/nomad-1 331484 2071836 68661 32754 nomad /opt/puppet-archive/nomad-1 335080 2071324 68661 ```
nomad -version
Nomad v1.1.2 (60638a086ef9630e2a9ba1e237e8426192a44244)
tgross commented 3 years ago

Thanks @bubejur. I've edited your comment to wrap the ps snapshots in details blocks for legibility. We probably should have passed a flag here to ensure that the args weren't truncated, as I can't tell which nomad processes are the log runner vs the executor. I'll take a crack at analyzing these snapshots later today.

bubejur commented 3 years ago

@tgross sorry, never used ``` before :-)

tgross commented 3 years ago

Ok, I imported those snapshots into a spreadsheet and took a look. The ps snapshots you took are only a few seconds apart instead of a few hours apart, so that doesn't tell us much in terms of how things are changing over time. But there's two bits of evidence here that suggest that madvise didn't really help us out.

In this chart we see that most of the Nomad logmon/executor processes have RSS in the range we'd expect. Note this range is maybe a bit higher than we'd like, but that's out of scope for this issue which is really about the outlier behavior. We have a handful of processes that are running up high RSS. (Also please excuse Google Sheet's janky histogram buckets here.)

Screen Shot 2021-07-06 at 2 50 07 PM

In this chart we compare RSS with etime to make sure this isn't a case where the longer a process is running the more memory it's using. We see this isn't the case, but that we've got a weird function going on here where bunches of processes that started at the same time are all using about the same amount of memory. Any chance that those timestamps correlate to Nomad client restarts?

Screen Shot 2021-07-06 at 2 57 18 PM

I think at this point it'd be worth digging into one of those outlier processes in more detail. Let's look at the mapped memory for a few different processes using pmap -xp $PID. It'd be helpful to see this for one of the processes from the highest RSS group, one from the middle RSS group (highest etime), and for the Nomad agent itself.

bubejur commented 3 years ago

got it, i'm gonna try ti grab more stats differed by time.

tgross commented 3 years ago

In the meantime, I'm going to ping my colleague @notnoop on this one, as this kind of thing is right up his alley and I'm not going to be available to work on this one after this week.

bubejur commented 3 years ago
pmap -xp nomad agent process ``` 9218: /usr/local/bin/nomad agent -config=/etc/nomad Address Kbytes RSS Dirty Mode Mapping 0000000000400000 61404 25724 0 r-x-- /opt/puppet-archive/nomad-1.1.2/nomad 00000000041f6000 4 4 4 r---- /opt/puppet-archive/nomad-1.1.2/nomad 00000000041f7000 1596 516 296 rw--- /opt/puppet-archive/nomad-1.1.2/nomad 0000000004386000 292 148 148 rw--- [ anon ] 0000000004fd7000 132 4 4 rw--- [ anon ] 000000c000000000 1900544 1869948 1869948 rw--- [ anon ] 00007f3f2cd96000 46148 44584 44584 rw--- [ anon ] 00007f3f2faae000 5448 5432 5432 rw--- [ anon ] 00007f3f30000000 132 8 8 rw--- [ anon ] 00007f3f30021000 65404 0 0 ----- [ anon ] 00007f3f34000000 132 4 4 rw--- [ anon ] 00007f3f34021000 65404 0 0 ----- [ anon ] 00007f3f38000000 132 4 4 rw--- [ anon ] 00007f3f38021000 65404 0 0 ----- [ anon ] 00007f3f3c000000 132 4 4 rw--- [ anon ] 00007f3f3c021000 65404 0 0 ----- [ anon ] 00007f3f40000000 132 4 4 rw--- [ anon ] 00007f3f40021000 65404 0 0 ----- [ anon ] 00007f3f44000000 132 4 4 rw--- [ anon ] 00007f3f44021000 65404 0 0 ----- [ anon ] 00007f3f48000000 132 8 8 rw--- [ anon ] 00007f3f48021000 65404 0 0 ----- [ anon ] 00007f3f4c000000 132 8 8 rw--- [ anon ] 00007f3f4c021000 65404 0 0 ----- [ anon ] 00007f3f5000b000 9868 9812 9812 rw--- [ anon ] 00007f3f509b8000 6408 6384 6384 rw--- [ anon ] 00007f3f50ffa000 4 0 0 ----- [ anon ] 00007f3f50ffb000 8192 8 8 rw--- [ anon ] 00007f3f517fb000 4 0 0 ----- [ anon ] 00007f3f517fc000 8192 8 8 rw--- [ anon ] 00007f3f51ffc000 4 0 0 ----- [ anon ] 00007f3f51ffd000 8192 8 8 rw--- [ anon ] 00007f3f527fd000 4 0 0 ----- [ anon ] 00007f3f527fe000 8192 8 8 rw--- [ anon ] 00007f3f52ffe000 4 0 0 ----- [ anon ] 00007f3f52fff000 8192 12 12 rw--- [ anon ] 00007f3f537ff000 4 0 0 ----- [ anon ] 00007f3f53800000 8192 8 8 rw--- [ anon ] 00007f3f54000000 132 4 4 rw--- [ anon ] 00007f3f54021000 65404 0 0 ----- [ anon ] 00007f3f58000000 132 8 8 rw--- [ anon ] 00007f3f58021000 65404 0 0 ----- [ anon ] 00007f3f5c000000 132 8 8 rw--- [ anon ] 00007f3f5c021000 65404 0 0 ----- [ anon ] 00007f3f60000000 132 8 8 rw--- [ anon ] 00007f3f60021000 65404 0 0 ----- [ anon ] 00007f3f64000000 132 8 8 rw--- [ anon ] 00007f3f64021000 65404 0 0 ----- [ anon ] 00007f3f68000000 132 8 8 rw--- [ anon ] 00007f3f68021000 65404 0 0 ----- [ anon ] 00007f3f6c005000 3012 2996 2996 rw--- [ anon ] 00007f3f6c2f7000 5128 5120 5120 rw--- [ anon ] 00007f3f6c7f9000 4 0 0 ----- [ anon ] 00007f3f6c7fa000 8192 8 8 rw--- [ anon ] 00007f3f6cffa000 4 0 0 ----- [ anon ] 00007f3f6cffb000 8192 8 8 rw--- [ anon ] 00007f3f6d7fb000 4 0 0 ----- [ anon ] 00007f3f6d7fc000 8192 8 8 rw--- [ anon ] 00007f3f6dffc000 4 0 0 ----- [ anon ] 00007f3f6dffd000 8192 8 8 rw--- [ anon ] 00007f3f6e7fd000 4 0 0 ----- [ anon ] 00007f3f6e7fe000 8192 8 8 rw--- [ anon ] 00007f3f6effe000 4 0 0 ----- [ anon ] 00007f3f6efff000 8192 8 8 rw--- [ anon ] 00007f3f6f7ff000 4 0 0 ----- [ anon ] 00007f3f6f800000 8192 8 8 rw--- [ anon ] 00007f3f70000000 132 4 4 rw--- [ anon ] 00007f3f70021000 65404 0 0 ----- [ anon ] 00007f3f74000000 132 8 8 rw--- [ anon ] 00007f3f74021000 65404 0 0 ----- [ anon ] 00007f3f78000000 132 8 8 rw--- [ anon ] 00007f3f78021000 65404 0 0 ----- [ anon ] 00007f3f7c000000 132 8 8 rw--- [ anon ] 00007f3f7c021000 65404 0 0 ----- [ anon ] 00007f3f80000000 132 8 8 rw--- [ anon ] 00007f3f80021000 65404 0 0 ----- [ anon ] 00007f3f84000000 132 8 8 rw--- [ anon ] 00007f3f84021000 65404 0 0 ----- [ anon ] 00007f3f88000000 132 8 8 rw--- [ anon ] 00007f3f88021000 65404 0 0 ----- [ anon ] 00007f3f8c000000 132 16 16 rw--- [ anon ] 00007f3f8c021000 65404 0 0 ----- [ anon ] 00007f3f9000d000 1280 1260 1260 rw--- [ anon ] 00007f3f90153000 3908 3876 3876 rw--- [ anon ] 00007f3f90528000 2884 2868 2868 rw--- [ anon ] 00007f3f907f9000 4 0 0 ----- [ anon ] 00007f3f907fa000 8192 8 8 rw--- [ anon ] 00007f3f90ffa000 4 0 0 ----- [ anon ] 00007f3f90ffb000 8192 8 8 rw--- [ anon ] 00007f3f917fb000 4 0 0 ----- [ anon ] 00007f3f917fc000 8192 8 8 rw--- [ anon ] 00007f3f91ffc000 4 0 0 ----- [ anon ] 00007f3f91ffd000 8192 8 8 rw--- [ anon ] 00007f3f927fd000 4 0 0 ----- [ anon ] 00007f3f927fe000 8192 8 8 rw--- [ anon ] 00007f3f92ffe000 4 0 0 ----- [ anon ] 00007f3f92fff000 8192 8 8 rw--- [ anon ] 00007f3f937ff000 4 0 0 ----- [ anon ] 00007f3f93800000 8192 16 16 rw--- [ anon ] 00007f3f94000000 132 8 8 rw--- [ anon ] 00007f3f94021000 65404 0 0 ----- [ anon ] 00007f3f98000000 132 8 8 rw--- [ anon ] 00007f3f98021000 65404 0 0 ----- [ anon ] 00007f3f9c000000 132 12 12 rw--- [ anon ] 00007f3f9c021000 65404 0 0 ----- [ anon ] 00007f3fa0000000 132 8 8 rw--- [ anon ] 00007f3fa0021000 65404 0 0 ----- [ anon ] 00007f3fa4000000 132 8 8 rw--- [ anon ] 00007f3fa4021000 65404 0 0 ----- [ anon ] 00007f3fa800e000 256 256 256 rw--- [ anon ] 00007f3fa8056000 4164 4160 4160 rw--- [ anon ] 00007f3fa8467000 4 0 0 ----- [ anon ] 00007f3fa8468000 8192 8 8 rw--- [ anon ] 00007f3fa8c68000 48 24 0 r-x-- /usr/lib64/libnss_files-2.17.so 00007f3fa8c74000 2044 0 0 ----- /usr/lib64/libnss_files-2.17.so 00007f3fa8e73000 4 4 4 r---- /usr/lib64/libnss_files-2.17.so 00007f3fa8e74000 4 4 4 rw--- /usr/lib64/libnss_files-2.17.so 00007f3fa8e75000 280 244 244 rw--- [ anon ] 00007f3fa8ebb000 8192 2612 0 r--s- /data/nomad/client/state.db 00007f3fa96bb000 4 0 0 ----- [ anon ] 00007f3fa96bc000 8448 264 264 rw--- [ anon ] 00007f3fa9efc000 4 0 0 ----- [ anon ] 00007f3fa9efd000 9216 1032 1032 rw--- [ anon ] 00007f3faa7fd000 4 0 0 ----- [ anon ] 00007f3faa7fe000 8192 8 8 rw--- [ anon ] 00007f3faaffe000 4 0 0 ----- [ anon ] 00007f3faafff000 8192 8 8 rw--- [ anon ] 00007f3fab7ff000 4 0 0 ----- [ anon ] 00007f3fab800000 8192 8 8 rw--- [ anon ] 00007f3fac000000 132 4 4 rw--- [ anon ] 00007f3fac021000 65404 0 0 ----- [ anon ] 00007f3fb0002000 2304 2304 2304 rw--- [ anon ] 00007f3fb0242000 4 0 0 ----- [ anon ] 00007f3fb0243000 8192 8 8 rw--- [ anon ] 00007f3fb0a43000 4 0 0 ----- [ anon ] 00007f3fb0a44000 8192 8 8 rw--- [ anon ] 00007f3fb1244000 4 0 0 ----- [ anon ] 00007f3fb1245000 44100 2172 2172 rw--- [ anon ] 00007f3fb3d56000 263680 0 0 ----- [ anon ] 00007f3fc3ed6000 4 4 4 rw--- [ anon ] 00007f3fc3ed7000 293564 0 0 ----- [ anon ] 00007f3fd5d86000 4 4 4 rw--- [ anon ] 00007f3fd5d87000 36692 0 0 ----- [ anon ] 00007f3fd815c000 4 4 4 rw--- [ anon ] 00007f3fd815d000 4068 0 0 ----- [ anon ] 00007f3fd8556000 1808 416 0 r-x-- /usr/lib64/libc-2.17.so 00007f3fd871a000 2044 0 0 ----- /usr/lib64/libc-2.17.so 00007f3fd8919000 16 16 16 r---- /usr/lib64/libc-2.17.so 00007f3fd891d000 8 8 8 rw--- /usr/lib64/libc-2.17.so 00007f3fd891f000 20 20 20 rw--- [ anon ] 00007f3fd8924000 8 8 0 r-x-- /usr/lib64/libdl-2.17.so 00007f3fd8926000 2048 0 0 ----- /usr/lib64/libdl-2.17.so 00007f3fd8b26000 4 4 4 r---- /usr/lib64/libdl-2.17.so 00007f3fd8b27000 4 4 4 rw--- /usr/lib64/libdl-2.17.so 00007f3fd8b28000 92 60 0 r-x-- /usr/lib64/libpthread-2.17.so 00007f3fd8b3f000 2044 0 0 ----- /usr/lib64/libpthread-2.17.so 00007f3fd8d3e000 4 4 4 r---- /usr/lib64/libpthread-2.17.so 00007f3fd8d3f000 4 4 4 rw--- /usr/lib64/libpthread-2.17.so 00007f3fd8d40000 16 4 4 rw--- [ anon ] 00007f3fd8d44000 136 116 0 r-x-- /usr/lib64/ld-2.17.so 00007f3fd8d68000 576 572 572 rw--- [ anon ] 00007f3fd8df8000 512 0 0 ----- [ anon ] 00007f3fd8e78000 4 4 4 rw--- [ anon ] 00007f3fd8e79000 508 0 0 ----- [ anon ] 00007f3fd8ef8000 400 68 68 rw--- [ anon ] 00007f3fd8f64000 4 4 4 rw--- [ anon ] 00007f3fd8f65000 4 4 4 r---- /usr/lib64/ld-2.17.so 00007f3fd8f66000 4 4 4 rw--- /usr/lib64/ld-2.17.so 00007f3fd8f67000 4 4 4 rw--- [ anon ] 00007ffdfa5f3000 132 16 16 rw--- [ stack ] 00007ffdfa789000 8 4 0 r-x-- [ anon ] ffffffffff600000 4 0 0 r-x-- [ anon ] ---------------- ------- ------- ------- total kB 4783664 1993532 1964348 ```
ps output take Wed Jul 7 12:50:52 UTC 2021 ``` date Wed Jul 7 12:50:52 UTC 2021 [root@cron01 ~]# ps -eo pid,comm,args,rss,vsz,etimes PID COMMAND COMMAND RSS VSZ ELAPSED 1 systemd /usr/lib/systemd/systemd -- 6276 129260 17363171 2 kthreadd [kthreadd] 0 0 17363171 4 kworker/0:0H [kworker/0:0H] 0 0 17363171 6 ksoftirqd/0 [ksoftirqd/0] 0 0 17363171 7 migration/0 [migration/0] 0 0 17363171 8 rcu_bh [rcu_bh] 0 0 17363171 9 rcu_sched [rcu_sched] 0 0 17363171 10 lru-add-drain [lru-add-drain] 0 0 17363171 11 watchdog/0 [watchdog/0] 0 0 17363171 12 watchdog/1 [watchdog/1] 0 0 17363171 13 migration/1 [migration/1] 0 0 17363171 14 ksoftirqd/1 [ksoftirqd/1] 0 0 17363171 16 kworker/1:0H [kworker/1:0H] 0 0 17363171 17 watchdog/2 [watchdog/2] 0 0 17363171 18 migration/2 [migration/2] 0 0 17363171 19 ksoftirqd/2 [ksoftirqd/2] 0 0 17363171 21 kworker/2:0H [kworker/2:0H] 0 0 17363171 22 watchdog/3 [watchdog/3] 0 0 17363171 23 migration/3 [migration/3] 0 0 17363171 24 ksoftirqd/3 [ksoftirqd/3] 0 0 17363171 26 kworker/3:0H [kworker/3:0H] 0 0 17363171 28 kdevtmpfs [kdevtmpfs] 0 0 17363171 29 netns [netns] 0 0 17363171 30 khungtaskd [khungtaskd] 0 0 17363171 31 writeback [writeback] 0 0 17363171 32 kintegrityd [kintegrityd] 0 0 17363171 33 bioset [bioset] 0 0 17363171 34 bioset [bioset] 0 0 17363171 35 bioset [bioset] 0 0 17363171 36 kblockd [kblockd] 0 0 17363171 37 md [md] 0 0 17363171 38 edac-poller [edac-poller] 0 0 17363171 39 watchdogd [watchdogd] 0 0 17363171 45 kswapd0 [kswapd0] 0 0 17363171 46 ksmd [ksmd] 0 0 17363171 47 khugepaged [khugepaged] 0 0 17363171 48 crypto [crypto] 0 0 17363171 56 kthrotld [kthrotld] 0 0 17363171 58 kmpath_rdacd [kmpath_rdacd] 0 0 17363171 59 kaluad [kaluad] 0 0 17363171 61 kpsmoused [kpsmoused] 0 0 17363171 62 ipv6_addrconf [ipv6_addrconf] 0 0 17363171 75 deferwq [deferwq] 0 0 17363171 112 kauditd [kauditd] 0 0 17363171 281 ata_sff [ata_sff] 0 0 17363171 292 scsi_eh_0 [scsi_eh_0] 0 0 17363171 293 scsi_tmf_0 [scsi_tmf_0] 0 0 17363171 294 scsi_eh_1 [scsi_eh_1] 0 0 17363171 295 scsi_tmf_1 [scsi_tmf_1] 0 0 17363171 296 virtscsi-scan [virtscsi-scan] 0 0 17363171 299 scsi_eh_2 [scsi_eh_2] 0 0 17363171 300 scsi_tmf_2 [scsi_tmf_2] 0 0 17363171 303 ttm_swap [ttm_swap] 0 0 17363171 367 kworker/2:1H [kworker/2:1H] 0 0 17363170 427 kdmflush [kdmflush] 0 0 17363170 428 bioset [bioset] 0 0 17363170 446 jbd2/dm-0-8 [jbd2/dm-0-8] 0 0 17363170 447 ext4-rsv-conver [ext4-rsv-conver] 0 0 17363170 547 systemd-journal /usr/lib/systemd/systemd-jo 110216 169968 17363169 566 rpciod [rpciod] 0 0 17363169 568 xprtiod [xprtiod] 0 0 17363169 569 lvmetad /usr/sbin/lvmetad -f 3740 274980 17363169 582 systemd-udevd /usr/lib/systemd/systemd-ud 2236 48640 17363169 604 kworker/0:1 [kworker/0:1] 0 0 370 606 hwrng [hwrng] 0 0 17363169 659 nfit [nfit] 0 0 17363169 679 jbd2/sda1-8 [jbd2/sda1-8] 0 0 17363169 680 ext4-rsv-conver [ext4-rsv-conver] 0 0 17363169 682 kdmflush [kdmflush] 0 0 17363168 683 bioset [bioset] 0 0 17363168 688 jbd2/dm-1-8 [jbd2/dm-1-8] 0 0 17363168 689 ext4-rsv-conver [ext4-rsv-conver] 0 0 17363168 692 kdmflush [kdmflush] 0 0 17363167 693 bioset [bioset] 0 0 17363167 695 kdmflush [kdmflush] 0 0 17363167 696 bioset [bioset] 0 0 17363167 710 kworker/0:1H [kworker/0:1H] 0 0 17363167 716 jbd2/dm-2-8 [jbd2/dm-2-8] 0 0 17363167 717 ext4-rsv-conver [ext4-rsv-conver] 0 0 17363167 719 jbd2/dm-3-8 [jbd2/dm-3-8] 0 0 17363167 720 ext4-rsv-conver [ext4-rsv-conver] 0 0 17363167 748 auditd /sbin/auditd 752 55532 17363167 770 dbus-daemon /usr/bin/dbus-daemon --syst 1496 88108 17363167 772 NetworkManager /usr/sbin/NetworkManager -- 2716 476436 17363167 773 sssd /usr/sbin/sssd -i --logger= 1260 268652 17363167 777 polkitd /usr/lib/polkit-1/polkitd - 9276 625200 17363167 778 irqbalance /usr/sbin/irqbalance --fore 576 21596 17363167 780 qemu-ga /usr/bin/qemu-ga --method=v 1400 44220 17363167 796 gssproxy /usr/sbin/gssproxy -D 584 269132 17363167 802 python /usr/bin/python /usr/share/ 46624 532144 17363167 817 sssd_be /usr/libexec/sssd/sssd_be - 8080 419828 17363167 823 rpc.gssd /usr/sbin/rpc.gssd 388 40340 17363167 839 sssd_nss /usr/libexec/sssd/sssd_nss 2900 277484 17363167 840 sssd_sudo /usr/libexec/sssd/sssd_sudo 2320 249444 17363167 841 sssd_pam /usr/libexec/sssd/sssd_pam 2476 255632 17363167 842 sssd_ssh /usr/libexec/sssd/sssd_ssh 2228 257128 17363167 843 sssd_pac /usr/libexec/sssd/sssd_pac 1568 293736 17363167 873 systemd-logind /usr/lib/systemd/systemd-lo 1248 37088 17363167 886 crond /usr/sbin/crond -n 948 126392 17363167 889 atd /usr/sbin/atd -f 208 25908 17363167 896 agetty /sbin/agetty --noclear tty1 132 110208 17363167 899 crond /usr/sbin/CROND -n 2864 219584 353 900 crond /usr/sbin/CROND -n 2864 219584 353 901 crond /usr/sbin/CROND -n 2864 219584 353 902 crond /usr/sbin/CROND -n 2864 219584 353 908 php /bin/php /data/ecogate/cli/ 23528 439100 353 909 php /bin/php /data/ecogate/cli/ 23520 439100 353 910 php /bin/php /data/ecogate/cli/ 24732 439100 353 912 php /bin/php /data/ecogate/cli/ 23524 439100 353 1063 sshd /usr/sbin/sshd -D 1272 112936 17363166 1064 tuned /usr/bin/python2 -Es /usr/s 13460 586428 17363166 1066 node_exporter /usr/local/bin/node_exporte 2780 121856 17363166 1067 python /usr/bin/python /usr/bin/go 133652 1103260 17363166 1069 oddjobd /usr/sbin/oddjobd -n -p /va 452 54832 17363166 1195 ossec-execd /var/ossec/bin/ossec-execd 952 61332 17363166 1218 ossec-agentd /var/ossec/bin/ossec-agentd 1252 48764 17363166 1228 ossec-agentd /var/ossec/bin/ossec-agentd 760 48668 17363166 1251 ossec-logcollec /var/ossec/bin/ossec-logcol 940 44176 17363166 1285 ossec-syscheckd /var/ossec/bin/ossec-sysche 14768 57368 17363166 1547 trivial-rewrite trivial-rewrite -n rewrite 4384 107864 2033 1736 kworker/1:1H [kworker/1:1H] 0 0 17363165 1871 master /usr/libexec/postfix/master 1300 96968 17363164 1875 qmgr qmgr -l -t unix -u 1628 108028 17363164 2022 splunkd splunkd -p 8089 start 148952 336140 17363163 2026 splunkd [splunkd pid=2022] splunkd 11292 84300 17363163 2169 kworker/3:1H [kworker/3:1H] 0 0 17363160 4694 sshd sshd: ybubentsov [priv] 5784 189232 150 4703 sshd sshd: ybubentsov@pts/0 2512 189232 149 4708 bash -bash 3220 127336 149 4745 bash -bash 1892 127336 149 4746 tee tee -ai /home/ybubentsov/.b 668 108056 149 4747 bash -bash 1832 127336 149 4748 sudo sudo su - 4916 280180 149 4750 su su - 2780 237644 149 4751 bash -bash 3164 116620 149 5033 kworker/1:2 [kworker/1:2] 0 0 1852 5530 nomad /opt/puppet-archive/nomad-1 17008 1120284 91 5540 php /usr/bin/php /data/ecogate/ 24188 439100 91 5541 nomad /opt/puppet-archive/nomad-1 17020 1054748 90 5550 php /usr/bin/php /data/ecogate/ 24180 439100 90 5559 nomad /opt/puppet-archive/nomad-1 17204 1120540 90 5567 php /usr/bin/php /data/ecogate/ 24192 439100 90 5688 nomad /opt/puppet-archive/nomad-1 16996 1186076 86 5689 nomad /opt/puppet-archive/nomad-1 17120 1194272 86 5706 php /usr/bin/php /data/ecogate/ 24188 439100 86 5708 php /usr/bin/php /data/ecogate/ 24188 439100 86 5721 nomad /opt/puppet-archive/nomad-1 17376 1055004 85 5730 php /usr/bin/php /data/ecogate/ 24192 439100 85 5731 nomad /opt/puppet-archive/nomad-1 16736 1120540 85 5740 php /usr/bin/php /data/ecogate/ 24188 439100 85 5741 nomad /opt/puppet-archive/nomad-1 17300 1259552 85 5749 php /usr/bin/php /data/ecogate/ 24188 439100 85 5751 nomad /opt/puppet-archive/nomad-1 17312 1186076 85 5761 php /usr/bin/php /data/ecogate/ 24188 439100 85 5763 nomad /opt/puppet-archive/nomad-1 17156 1194272 85 5773 php /usr/bin/php /data/ecogate/ 24188 439100 85 5774 nomad /opt/puppet-archive/nomad-1 17200 1120284 85 5783 php /usr/bin/php /data/ecogate/ 24188 439100 85 5784 nomad /opt/puppet-archive/nomad-1 16740 1120540 85 5792 php /usr/bin/php /data/ecogate/ 24188 439100 84 5794 nomad /opt/puppet-archive/nomad-1 17308 1055004 84 5800 nomad /opt/puppet-archive/nomad-1 17368 1120284 84 5811 php /usr/bin/php /data/ecogate/ 24180 439100 84 5814 php /usr/bin/php /data/ecogate/ 24188 439100 84 5822 nomad /opt/puppet-archive/nomad-1 17244 1120540 82 5832 php /usr/bin/php /data/ecogate/ 24176 439100 82 5837 nomad /opt/puppet-archive/nomad-1 17456 1120540 82 5846 php /usr/bin/php /data/ecogate/ 24192 439100 82 5847 nomad /opt/puppet-archive/nomad-1 17192 1120796 82 5857 php /usr/bin/php /data/ecogate/ 24180 439100 82 5858 nomad /opt/puppet-archive/nomad-1 16884 1128736 82 5868 php /usr/bin/php /data/ecogate/ 24192 439100 82 5869 nomad /opt/puppet-archive/nomad-1 16992 1055004 81 5878 php /usr/bin/php /data/ecogate/ 24188 439100 81 5879 nomad /opt/puppet-archive/nomad-1 16980 1055004 81 5892 php /usr/bin/php /data/ecogate/ 24188 439100 81 5893 nomad /opt/puppet-archive/nomad-1 17152 1120540 80 5906 php /usr/bin/php /data/ecogate/ 24188 439100 80 5907 nomad /opt/puppet-archive/nomad-1 17392 1120540 80 5916 php /usr/bin/php /data/ecogate/ 24188 439100 80 5918 nomad /opt/puppet-archive/nomad-1 17176 1120284 80 5927 php /usr/bin/php /data/ecogate/ 24176 439100 80 5928 nomad /opt/puppet-archive/nomad-1 17048 1186332 80 5937 php /usr/bin/php /data/ecogate/ 24176 439100 80 5939 nomad /opt/puppet-archive/nomad-1 16788 1185820 80 5946 nomad /opt/puppet-archive/nomad-1 17076 1186076 80 5955 php /usr/bin/php /data/ecogate/ 24188 439100 80 5960 php /usr/bin/php /data/ecogate/ 24188 439100 80 5961 nomad /opt/puppet-archive/nomad-1 17132 989468 79 5970 php /usr/bin/php /data/ecogate/ 24188 439100 79 5975 nomad /opt/puppet-archive/nomad-1 16904 1120540 79 5985 php /usr/bin/php /data/ecogate/ 24188 439100 79 5986 nomad /opt/puppet-archive/nomad-1 17240 1120540 78 5989 unbound /usr/sbin/unbound -d 13344 285396 2858805 5997 nomad /opt/puppet-archive/nomad-1 17184 1054748 78 6003 nomad /opt/puppet-archive/nomad-1 16720 1185820 78 6007 php /usr/bin/php /data/ecogate/ 24188 439100 78 6015 php /usr/bin/php /data/ecogate/ 24188 439100 78 6020 php /usr/bin/php /data/ecogate/ 24188 439100 78 6021 nomad /opt/puppet-archive/nomad-1 17228 989468 78 6026 nomad /opt/puppet-archive/nomad-1 17196 1120540 78 6039 php /usr/bin/php /data/ecogate/ 24192 439100 78 6040 php /usr/bin/php /data/ecogate/ 24176 439100 78 6041 nomad /opt/puppet-archive/nomad-1 16936 1120540 78 6051 php /usr/bin/php /data/ecogate/ 24188 439100 78 6052 nomad /opt/puppet-archive/nomad-1 17364 1251612 78 6053 nomad /opt/puppet-archive/nomad-1 17116 1055004 78 6069 php /usr/bin/php /data/ecogate/ 24188 439100 78 6070 php /usr/bin/php /data/ecogate/ 24188 439100 78 6073 nomad /opt/puppet-archive/nomad-1 16788 989468 78 6079 nomad /opt/puppet-archive/nomad-1 16628 1120540 78 6081 php /usr/bin/php /data/ecogate/ 24192 439100 78 6083 nomad /opt/puppet-archive/nomad-1 16968 1120540 78 6099 php /usr/bin/php /data/ecogate/ 24176 439100 78 6100 php /usr/bin/php /data/ecogate/ 24188 439100 78 6103 nomad /opt/puppet-archive/nomad-1 16908 1185820 77 6111 php /usr/bin/php /data/ecogate/ 24188 439100 77 6115 nomad /opt/puppet-archive/nomad-1 17068 1120540 77 6124 php /usr/bin/php /data/ecogate/ 24180 439100 77 6125 nomad /opt/puppet-archive/nomad-1 16788 1120540 77 6134 php /usr/bin/php /data/ecogate/ 24188 439100 77 6135 nomad /opt/puppet-archive/nomad-1 17232 1054812 77 6144 php /usr/bin/php /data/ecogate/ 24188 439100 77 6145 nomad /opt/puppet-archive/nomad-1 17084 1120284 77 6155 php /usr/bin/php /data/ecogate/ 24176 439100 77 6159 nomad /opt/puppet-archive/nomad-1 17028 1120540 76 6168 php /usr/bin/php /data/ecogate/ 24192 439100 76 6170 nomad /opt/puppet-archive/nomad-1 17136 1055004 76 6180 php /usr/bin/php /data/ecogate/ 24188 439100 76 6186 nomad /opt/puppet-archive/nomad-1 17180 1259808 75 6193 nomad /opt/puppet-archive/nomad-1 17056 1186076 75 6204 php /usr/bin/php /data/ecogate/ 24188 439100 75 6205 php /usr/bin/php /data/ecogate/ 24188 439100 75 6222 nomad /opt/puppet-archive/nomad-1 17124 1046808 74 6238 php /usr/bin/php /data/ecogate/ 24188 439100 74 6269 nomad /opt/puppet-archive/nomad-1 17156 1054492 74 6286 php /usr/bin/php /data/ecogate/ 24188 439100 74 6601 kworker/1:0 [kworker/1:0] 0 0 53 7198 nomad /opt/puppet-archive/nomad-1 14036 1110040 3 7208 php /usr/bin/php /data/ecogate/ 23380 439100 3 7215 nomad /opt/puppet-archive/nomad-1 14036 1037204 2 7224 php /usr/bin/php /data/ecogate/ 23660 439100 2 7225 nomad /opt/puppet-archive/nomad-1 14088 1101588 2 7234 php /usr/bin/php /data/ecogate/ 23660 439100 2 7235 nomad /opt/puppet-archive/nomad-1 13884 1176728 2 7245 php /usr/bin/php /data/ecogate/ 23664 439100 2 7247 nomad /opt/puppet-archive/nomad-1 14076 971924 2 7253 nomad /opt/puppet-archive/nomad-1 14272 1110936 2 7261 php /usr/bin/php /data/ecogate/ 23396 439100 2 7265 php /usr/bin/php /data/ecogate/ 23404 439100 2 7266 nomad /opt/puppet-archive/nomad-1 14076 980376 2 7276 php /usr/bin/php /data/ecogate/ 23404 439100 2 7277 nomad /opt/puppet-archive/nomad-1 13988 972180 2 7284 nomad /opt/puppet-archive/nomad-1 13756 1035796 2 7286 php /usr/bin/php /data/ecogate/ 23400 439100 2 7295 php /usr/bin/php /data/ecogate/ 23400 439100 2 7298 bash -bash 1856 116620 2 7299 tee tee -ai /root/.bash_history 668 108056 2 7300 bash -bash 2140 116620 2 7306 nomad /opt/puppet-archive/nomad-1 14172 1110040 2 7307 nomad /opt/puppet-archive/nomad-1 13784 1045656 2 7326 php /usr/bin/php /data/ecogate/ 23404 439100 2 7327 php /usr/bin/php /data/ecogate/ 23400 439100 2 7334 ps ps -eo pid,comm,args,rss,vs 1492 153328 0 9218 nomad /usr/local/bin/nomad agent 1993868 4783660 85673 9277 nomad /opt/puppet-archive/nomad-1 438872 2209776 85664 9281 nomad /opt/puppet-archive/nomad-1 67136 1196132 85664 9291 nomad /opt/puppet-archive/nomad-1 434460 2078448 85664 9310 nomad /opt/puppet-archive/nomad-1 63872 1196388 85664 9316 nomad /opt/puppet-archive/nomad-1 67192 1319008 85664 9325 nomad /opt/puppet-archive/nomad-1 65280 1187936 85664 9336 nomad /opt/puppet-archive/nomad-1 443512 2078704 85664 9337 nomad /opt/puppet-archive/nomad-1 60456 1187936 85664 9341 nomad /opt/puppet-archive/nomad-1 69016 1187936 85664 9342 nomad /opt/puppet-archive/nomad-1 68656 1253472 85664 9356 nomad /opt/puppet-archive/nomad-1 66148 1327460 85664 9367 nomad /opt/puppet-archive/nomad-1 68524 1261668 85664 9376 nomad /opt/puppet-archive/nomad-1 64624 1261924 85664 9377 nomad /opt/puppet-archive/nomad-1 73072 1319264 85664 9387 nomad /opt/puppet-archive/nomad-1 432132 2144168 85664 9392 nomad /opt/puppet-archive/nomad-1 63188 1327204 85664 9438 nomad /opt/puppet-archive/nomad-1 66020 1261668 85664 9448 nomad /opt/puppet-archive/nomad-1 64396 1122400 85664 9449 nomad /opt/puppet-archive/nomad-1 66764 1122656 85664 9451 nomad /opt/puppet-archive/nomad-1 69820 1253472 85664 9452 nomad /opt/puppet-archive/nomad-1 66664 1187680 85664 9453 nomad /opt/puppet-archive/nomad-1 60308 1187936 85664 9498 nomad /opt/puppet-archive/nomad-1 443140 2144496 85664 9500 nomad /opt/puppet-archive/nomad-1 9968 1111192 85664 9506 nomad /opt/puppet-archive/nomad-1 65612 1187936 85664 9518 nomad /opt/puppet-archive/nomad-1 443828 2144496 85664 9531 nomad /opt/puppet-archive/nomad-1 59832 1130596 85664 9540 nomad /opt/puppet-archive/nomad-1 62988 1253728 85664 9562 nomad /opt/puppet-archive/nomad-1 68736 1196132 85664 9577 nomad /opt/puppet-archive/nomad-1 69740 1122400 85664 9578 nomad /opt/puppet-archive/nomad-1 64000 1196132 85664 9579 nomad /opt/puppet-archive/nomad-1 14732 1194016 85664 9580 nomad /opt/puppet-archive/nomad-1 62664 1261924 85664 9581 nomad /opt/puppet-archive/nomad-1 63348 1196388 85664 9594 nomad /opt/puppet-archive/nomad-1 62224 1261924 85664 9604 nomad /opt/puppet-archive/nomad-1 68504 1261668 85664 9607 nomad /opt/puppet-archive/nomad-1 60264 1122656 85664 9633 nomad /opt/puppet-archive/nomad-1 64216 1327460 85664 9642 nomad /opt/puppet-archive/nomad-1 69144 1253472 85664 9660 nomad /opt/puppet-archive/nomad-1 65312 1327204 85664 9661 nomad /opt/puppet-archive/nomad-1 442044 2078448 85664 9712 nomad /opt/puppet-archive/nomad-1 68068 1253728 85664 9725 nomad /opt/puppet-archive/nomad-1 64960 1188192 85664 9737 nomad /opt/puppet-archive/nomad-1 65260 1187936 85664 9746 nomad /opt/puppet-archive/nomad-1 64292 1261668 85664 9755 nomad /opt/puppet-archive/nomad-1 60944 1261924 85664 9770 nomad /opt/puppet-archive/nomad-1 72076 1253536 85664 9778 nomad /opt/puppet-archive/nomad-1 60224 1122400 85664 9789 nomad /opt/puppet-archive/nomad-1 59944 1253472 85664 9794 nomad /opt/puppet-archive/nomad-1 66404 1253472 85664 9802 nomad /opt/puppet-archive/nomad-1 438492 2209960 85664 9808 nomad /opt/puppet-archive/nomad-1 19280 1120028 85664 9815 nomad /opt/puppet-archive/nomad-1 444064 2144240 85664 9824 nomad /opt/puppet-archive/nomad-1 66100 1122656 85664 9834 nomad /opt/puppet-archive/nomad-1 65828 1253472 85664 9862 nomad /opt/puppet-archive/nomad-1 68680 1261668 85664 9872 nomad /opt/puppet-archive/nomad-1 439576 2078704 85664 9882 nomad /opt/puppet-archive/nomad-1 59960 1056864 85664 9888 nomad /opt/puppet-archive/nomad-1 65112 1187936 85664 9889 nomad /opt/puppet-archive/nomad-1 74252 1188192 85664 9900 nomad /opt/puppet-archive/nomad-1 60696 1188192 85664 9917 nomad /opt/puppet-archive/nomad-1 63564 1261924 85664 9957 nomad /opt/puppet-archive/nomad-1 55468 1327204 85664 10122 nomad /opt/puppet-archive/nomad-1 440628 2144240 85663 13006 kworker/u32:2 [kworker/u32:2] 0 0 4912 15222 chronyd /usr/sbin/chronyd 944 120588 17354725 15733 zabbix_agentd /usr/sbin/zabbix_agentd -c 808 79076 17354709 15734 zabbix_agentd /usr/sbin/zabbix_agentd: co 1416 79076 17354709 15735 zabbix_agentd /usr/sbin/zabbix_agentd: li 2028 100632 17354709 15736 zabbix_agentd /usr/sbin/zabbix_agentd: li 2032 100632 17354709 15737 zabbix_agentd /usr/sbin/zabbix_agentd: li 2060 100632 17354709 15738 zabbix_agentd /usr/sbin/zabbix_agentd: ac 1708 100640 17354709 16776 kworker/2:0 [kworker/2:0] 0 0 1252 16778 kworker/3:3 [kworker/3:3] 0 0 1252 21142 agent-linux /data/agent-linux --collect 6708 122624 35032 21645 nomad /opt/puppet-archive/nomad-1 18152 1259808 35030 21772 php /usr/bin/php /data/ecogate/ 62932 709920 35030 22328 rsyslogd /usr/sbin/rsyslogd -n 58468 612576 120713 22852 nomad /opt/puppet-archive/nomad-1 17444 1120540 905 22862 php /usr/bin/php /data/ecogate/ 24504 439100 905 22864 nomad /opt/puppet-archive/nomad-1 17720 1186076 904 22874 php /usr/bin/php /data/ecogate/ 24340 670496 904 23033 td-agent-bit /opt/td-agent-bit/bin/td-ag 10124 145592 34935 23524 bounce bounce -z -t unix -u 4384 107892 893 27441 kworker/0:2 [kworker/0:2] 0 0 2411 27774 kworker/3:1 [kworker/3:1] 0 0 650 29854 kworker/1:1 [kworker/1:1] 0 0 532 29861 pickup pickup -l -t unix -u 4380 107856 532 30127 kworker/u32:1 [kworker/u32:1] 0 0 511 31040 cleanup cleanup -z -t unix -u 4440 108004 2213 31042 local local -t unix 4936 95100 2213 31133 kworker/3:2 [kworker/3:2] 0 0 473 31261 consul /usr/local/bin/consul agent 28576 785124 430248 31931 kworker/2:1 [kworker/2:1] 0 0 413 ```
bubejur commented 3 years ago
pmap -xp nomad agent process 1h later ``` pmap -xp 9218 9218: /usr/local/bin/nomad agent -config=/etc/nomad Address Kbytes RSS Dirty Mode Mapping 0000000000400000 61404 25300 0 r-x-- /opt/puppet-archive/nomad-1.1.2/nomad 00000000041f6000 4 4 4 r---- /opt/puppet-archive/nomad-1.1.2/nomad 00000000041f7000 1596 516 296 rw--- /opt/puppet-archive/nomad-1.1.2/nomad 0000000004386000 292 148 148 rw--- [ anon ] 0000000004fd7000 132 4 4 rw--- [ anon ] 000000c000000000 2031616 1989576 1989576 rw--- [ anon ] 00007f3f2c649000 34200 31936 31936 rw--- [ anon ] 00007f3f2e861000 18712 18320 18320 rw--- [ anon ] 00007f3f2faae000 5448 5432 5432 rw--- [ anon ] 00007f3f30000000 132 8 8 rw--- [ anon ] 00007f3f30021000 65404 0 0 ----- [ anon ] 00007f3f34000000 132 4 4 rw--- [ anon ] 00007f3f34021000 65404 0 0 ----- [ anon ] 00007f3f38000000 132 4 4 rw--- [ anon ] 00007f3f38021000 65404 0 0 ----- [ anon ] 00007f3f3c000000 132 4 4 rw--- [ anon ] 00007f3f3c021000 65404 0 0 ----- [ anon ] 00007f3f40000000 132 4 4 rw--- [ anon ] 00007f3f40021000 65404 0 0 ----- [ anon ] 00007f3f44000000 132 4 4 rw--- [ anon ] 00007f3f44021000 65404 0 0 ----- [ anon ] 00007f3f48000000 132 8 8 rw--- [ anon ] 00007f3f48021000 65404 0 0 ----- [ anon ] 00007f3f4c000000 132 8 8 rw--- [ anon ] 00007f3f4c021000 65404 0 0 ----- [ anon ] 00007f3f5000b000 9868 9812 9812 rw--- [ anon ] 00007f3f509b8000 6408 6384 6384 rw--- [ anon ] 00007f3f50ffa000 4 0 0 ----- [ anon ] 00007f3f50ffb000 8192 8 8 rw--- [ anon ] 00007f3f517fb000 4 0 0 ----- [ anon ] 00007f3f517fc000 8192 8 8 rw--- [ anon ] 00007f3f51ffc000 4 0 0 ----- [ anon ] 00007f3f51ffd000 8192 8 8 rw--- [ anon ] 00007f3f527fd000 4 0 0 ----- [ anon ] 00007f3f527fe000 8192 8 8 rw--- [ anon ] 00007f3f52ffe000 4 0 0 ----- [ anon ] 00007f3f52fff000 8192 12 12 rw--- [ anon ] 00007f3f537ff000 4 0 0 ----- [ anon ] 00007f3f53800000 8192 8 8 rw--- [ anon ] 00007f3f54000000 132 4 4 rw--- [ anon ] 00007f3f54021000 65404 0 0 ----- [ anon ] 00007f3f58000000 132 8 8 rw--- [ anon ] 00007f3f58021000 65404 0 0 ----- [ anon ] 00007f3f5c000000 132 8 8 rw--- [ anon ] 00007f3f5c021000 65404 0 0 ----- [ anon ] 00007f3f60000000 132 8 8 rw--- [ anon ] 00007f3f60021000 65404 0 0 ----- [ anon ] 00007f3f64000000 132 8 8 rw--- [ anon ] 00007f3f64021000 65404 0 0 ----- [ anon ] 00007f3f68000000 132 8 8 rw--- [ anon ] 00007f3f68021000 65404 0 0 ----- [ anon ] 00007f3f6c005000 3012 2996 2996 rw--- [ anon ] 00007f3f6c2f7000 5128 5120 5120 rw--- [ anon ] 00007f3f6c7f9000 4 0 0 ----- [ anon ] 00007f3f6c7fa000 8192 8 8 rw--- [ anon ] 00007f3f6cffa000 4 0 0 ----- [ anon ] 00007f3f6cffb000 8192 8 8 rw--- [ anon ] 00007f3f6d7fb000 4 0 0 ----- [ anon ] 00007f3f6d7fc000 8192 8 8 rw--- [ anon ] 00007f3f6dffc000 4 0 0 ----- [ anon ] 00007f3f6dffd000 8192 8 8 rw--- [ anon ] 00007f3f6e7fd000 4 0 0 ----- [ anon ] 00007f3f6e7fe000 8192 8 8 rw--- [ anon ] 00007f3f6effe000 4 0 0 ----- [ anon ] 00007f3f6efff000 8192 8 8 rw--- [ anon ] 00007f3f6f7ff000 4 0 0 ----- [ anon ] 00007f3f6f800000 8192 8 8 rw--- [ anon ] 00007f3f70000000 132 4 4 rw--- [ anon ] 00007f3f70021000 65404 0 0 ----- [ anon ] 00007f3f74000000 132 8 8 rw--- [ anon ] 00007f3f74021000 65404 0 0 ----- [ anon ] 00007f3f78000000 132 8 8 rw--- [ anon ] 00007f3f78021000 65404 0 0 ----- [ anon ] 00007f3f7c000000 132 8 8 rw--- [ anon ] 00007f3f7c021000 65404 0 0 ----- [ anon ] 00007f3f80000000 132 8 8 rw--- [ anon ] 00007f3f80021000 65404 0 0 ----- [ anon ] 00007f3f84000000 132 8 8 rw--- [ anon ] 00007f3f84021000 65404 0 0 ----- [ anon ] 00007f3f88000000 132 8 8 rw--- [ anon ] 00007f3f88021000 65404 0 0 ----- [ anon ] 00007f3f8c000000 132 16 16 rw--- [ anon ] 00007f3f8c021000 65404 0 0 ----- [ anon ] 00007f3f9000d000 1280 1260 1260 rw--- [ anon ] 00007f3f90153000 3908 3876 3876 rw--- [ anon ] 00007f3f90528000 2884 2868 2868 rw--- [ anon ] 00007f3f907f9000 4 0 0 ----- [ anon ] 00007f3f907fa000 8192 8 8 rw--- [ anon ] 00007f3f90ffa000 4 0 0 ----- [ anon ] 00007f3f90ffb000 8192 8 8 rw--- [ anon ] 00007f3f917fb000 4 0 0 ----- [ anon ] 00007f3f917fc000 8192 8 8 rw--- [ anon ] 00007f3f91ffc000 4 0 0 ----- [ anon ] 00007f3f91ffd000 8192 8 8 rw--- [ anon ] 00007f3f927fd000 4 0 0 ----- [ anon ] 00007f3f927fe000 8192 8 8 rw--- [ anon ] 00007f3f92ffe000 4 0 0 ----- [ anon ] 00007f3f92fff000 8192 8 8 rw--- [ anon ] 00007f3f937ff000 4 0 0 ----- [ anon ] 00007f3f93800000 8192 16 16 rw--- [ anon ] 00007f3f94000000 132 8 8 rw--- [ anon ] 00007f3f94021000 65404 0 0 ----- [ anon ] 00007f3f98000000 132 8 8 rw--- [ anon ] 00007f3f98021000 65404 0 0 ----- [ anon ] 00007f3f9c000000 132 12 12 rw--- [ anon ] 00007f3f9c021000 65404 0 0 ----- [ anon ] 00007f3fa0000000 132 8 8 rw--- [ anon ] 00007f3fa0021000 65404 0 0 ----- [ anon ] 00007f3fa4000000 132 8 8 rw--- [ anon ] 00007f3fa4021000 65404 0 0 ----- [ anon ] 00007f3fa800e000 256 256 256 rw--- [ anon ] 00007f3fa8056000 4164 4160 4160 rw--- [ anon ] 00007f3fa8467000 4 0 0 ----- [ anon ] 00007f3fa8468000 8192 8 8 rw--- [ anon ] 00007f3fa8c68000 48 24 0 r-x-- /usr/lib64/libnss_files-2.17.so 00007f3fa8c74000 2044 0 0 ----- /usr/lib64/libnss_files-2.17.so 00007f3fa8e73000 4 4 4 r---- /usr/lib64/libnss_files-2.17.so 00007f3fa8e74000 4 4 4 rw--- /usr/lib64/libnss_files-2.17.so 00007f3fa8e75000 280 244 244 rw--- [ anon ] 00007f3fa8ebb000 8192 2576 0 r--s- /data/nomad/client/state.db 00007f3fa96bb000 4 0 0 ----- [ anon ] 00007f3fa96bc000 8448 264 264 rw--- [ anon ] 00007f3fa9efc000 4 0 0 ----- [ anon ] 00007f3fa9efd000 9216 1032 1032 rw--- [ anon ] 00007f3faa7fd000 4 0 0 ----- [ anon ] 00007f3faa7fe000 8192 8 8 rw--- [ anon ] 00007f3faaffe000 4 0 0 ----- [ anon ] 00007f3faafff000 8192 8 8 rw--- [ anon ] 00007f3fab7ff000 4 0 0 ----- [ anon ] 00007f3fab800000 8192 8 8 rw--- [ anon ] 00007f3fac000000 132 4 4 rw--- [ anon ] 00007f3fac021000 65404 0 0 ----- [ anon ] 00007f3fb0002000 2304 2304 2304 rw--- [ anon ] 00007f3fb0242000 4 0 0 ----- [ anon ] 00007f3fb0243000 8192 8 8 rw--- [ anon ] 00007f3fb0a43000 4 0 0 ----- [ anon ] 00007f3fb0a44000 8192 8 8 rw--- [ anon ] 00007f3fb1244000 4 0 0 ----- [ anon ] 00007f3fb1245000 44100 2176 2176 rw--- [ anon ] 00007f3fb3d56000 263680 0 0 ----- [ anon ] 00007f3fc3ed6000 4 4 4 rw--- [ anon ] 00007f3fc3ed7000 293564 0 0 ----- [ anon ] 00007f3fd5d86000 4 4 4 rw--- [ anon ] 00007f3fd5d87000 36692 0 0 ----- [ anon ] 00007f3fd815c000 4 4 4 rw--- [ anon ] 00007f3fd815d000 4068 0 0 ----- [ anon ] 00007f3fd8556000 1808 416 0 r-x-- /usr/lib64/libc-2.17.so 00007f3fd871a000 2044 0 0 ----- /usr/lib64/libc-2.17.so 00007f3fd8919000 16 16 16 r---- /usr/lib64/libc-2.17.so 00007f3fd891d000 8 8 8 rw--- /usr/lib64/libc-2.17.so 00007f3fd891f000 20 20 20 rw--- [ anon ] 00007f3fd8924000 8 8 0 r-x-- /usr/lib64/libdl-2.17.so 00007f3fd8926000 2048 0 0 ----- /usr/lib64/libdl-2.17.so 00007f3fd8b26000 4 4 4 r---- /usr/lib64/libdl-2.17.so 00007f3fd8b27000 4 4 4 rw--- /usr/lib64/libdl-2.17.so 00007f3fd8b28000 92 60 0 r-x-- /usr/lib64/libpthread-2.17.so 00007f3fd8b3f000 2044 0 0 ----- /usr/lib64/libpthread-2.17.so 00007f3fd8d3e000 4 4 4 r---- /usr/lib64/libpthread-2.17.so 00007f3fd8d3f000 4 4 4 rw--- /usr/lib64/libpthread-2.17.so 00007f3fd8d40000 16 4 4 rw--- [ anon ] 00007f3fd8d44000 136 116 0 r-x-- /usr/lib64/ld-2.17.so 00007f3fd8d68000 576 572 572 rw--- [ anon ] 00007f3fd8df8000 512 0 0 ----- [ anon ] 00007f3fd8e78000 4 4 4 rw--- [ anon ] 00007f3fd8e79000 508 0 0 ----- [ anon ] 00007f3fd8ef8000 400 68 68 rw--- [ anon ] 00007f3fd8f64000 4 4 4 rw--- [ anon ] 00007f3fd8f65000 4 4 4 r---- /usr/lib64/ld-2.17.so 00007f3fd8f66000 4 4 4 rw--- /usr/lib64/ld-2.17.so 00007f3fd8f67000 4 4 4 rw--- [ anon ] 00007ffdfa5f3000 132 16 16 rw--- [ stack ] 00007ffdfa789000 8 4 0 r-x-- [ anon ] ffffffffff600000 4 0 0 r-x-- [ anon ] ---------------- ------- ------- ------- total kB 4921500 2118376 2089652 ```
ps output take Wed Jul 7 14:20:47 UTC 2021 ``` date Wed Jul 7 14:20:47 UTC 2021 [root@cron01 ~]# ps -eo pid,comm,args,rss,vsz,etimes PID COMMAND COMMAND RSS VSZ ELAPSED 1 systemd /usr/lib/systemd/systemd -- 6184 129260 17368570 2 kthreadd [kthreadd] 0 0 17368570 4 kworker/0:0H [kworker/0:0H] 0 0 17368570 6 ksoftirqd/0 [ksoftirqd/0] 0 0 17368570 7 migration/0 [migration/0] 0 0 17368570 8 rcu_bh [rcu_bh] 0 0 17368570 9 rcu_sched [rcu_sched] 0 0 17368570 10 lru-add-drain [lru-add-drain] 0 0 17368570 11 watchdog/0 [watchdog/0] 0 0 17368570 12 watchdog/1 [watchdog/1] 0 0 17368570 13 migration/1 [migration/1] 0 0 17368570 14 ksoftirqd/1 [ksoftirqd/1] 0 0 17368570 16 kworker/1:0H [kworker/1:0H] 0 0 17368570 17 watchdog/2 [watchdog/2] 0 0 17368570 18 migration/2 [migration/2] 0 0 17368570 19 ksoftirqd/2 [ksoftirqd/2] 0 0 17368570 21 kworker/2:0H [kworker/2:0H] 0 0 17368570 22 watchdog/3 [watchdog/3] 0 0 17368570 23 migration/3 [migration/3] 0 0 17368570 24 ksoftirqd/3 [ksoftirqd/3] 0 0 17368570 26 kworker/3:0H [kworker/3:0H] 0 0 17368570 28 kdevtmpfs [kdevtmpfs] 0 0 17368570 29 netns [netns] 0 0 17368570 30 khungtaskd [khungtaskd] 0 0 17368570 31 writeback [writeback] 0 0 17368570 32 kintegrityd [kintegrityd] 0 0 17368570 33 bioset [bioset] 0 0 17368570 34 bioset [bioset] 0 0 17368570 35 bioset [bioset] 0 0 17368570 36 kblockd [kblockd] 0 0 17368570 37 md [md] 0 0 17368570 38 edac-poller [edac-poller] 0 0 17368570 39 watchdogd [watchdogd] 0 0 17368570 45 kswapd0 [kswapd0] 0 0 17368570 46 ksmd [ksmd] 0 0 17368570 47 khugepaged [khugepaged] 0 0 17368570 48 crypto [crypto] 0 0 17368570 56 kthrotld [kthrotld] 0 0 17368570 58 kmpath_rdacd [kmpath_rdacd] 0 0 17368570 59 kaluad [kaluad] 0 0 17368570 61 kpsmoused [kpsmoused] 0 0 17368570 62 ipv6_addrconf [ipv6_addrconf] 0 0 17368570 75 deferwq [deferwq] 0 0 17368570 112 kauditd [kauditd] 0 0 17368570 281 ata_sff [ata_sff] 0 0 17368570 292 scsi_eh_0 [scsi_eh_0] 0 0 17368570 293 scsi_tmf_0 [scsi_tmf_0] 0 0 17368570 294 scsi_eh_1 [scsi_eh_1] 0 0 17368570 295 scsi_tmf_1 [scsi_tmf_1] 0 0 17368570 296 virtscsi-scan [virtscsi-scan] 0 0 17368570 299 scsi_eh_2 [scsi_eh_2] 0 0 17368570 300 scsi_tmf_2 [scsi_tmf_2] 0 0 17368570 303 ttm_swap [ttm_swap] 0 0 17368570 367 kworker/2:1H [kworker/2:1H] 0 0 17368569 427 kdmflush [kdmflush] 0 0 17368569 428 bioset [bioset] 0 0 17368569 446 jbd2/dm-0-8 [jbd2/dm-0-8] 0 0 17368569 447 ext4-rsv-conver [ext4-rsv-conver] 0 0 17368569 547 systemd-journal /usr/lib/systemd/systemd-jo 112088 186772 17368568 566 rpciod [rpciod] 0 0 17368568 568 xprtiod [xprtiod] 0 0 17368568 569 lvmetad /usr/sbin/lvmetad -f 3740 274980 17368568 582 systemd-udevd /usr/lib/systemd/systemd-ud 2236 48640 17368568 606 hwrng [hwrng] 0 0 17368568 659 nfit [nfit] 0 0 17368568 679 jbd2/sda1-8 [jbd2/sda1-8] 0 0 17368568 680 ext4-rsv-conver [ext4-rsv-conver] 0 0 17368568 682 kdmflush [kdmflush] 0 0 17368567 683 bioset [bioset] 0 0 17368567 688 jbd2/dm-1-8 [jbd2/dm-1-8] 0 0 17368567 689 ext4-rsv-conver [ext4-rsv-conver] 0 0 17368567 692 kdmflush [kdmflush] 0 0 17368566 693 bioset [bioset] 0 0 17368566 695 kdmflush [kdmflush] 0 0 17368566 696 bioset [bioset] 0 0 17368566 710 kworker/0:1H [kworker/0:1H] 0 0 17368566 716 jbd2/dm-2-8 [jbd2/dm-2-8] 0 0 17368566 717 ext4-rsv-conver [ext4-rsv-conver] 0 0 17368566 719 jbd2/dm-3-8 [jbd2/dm-3-8] 0 0 17368566 720 ext4-rsv-conver [ext4-rsv-conver] 0 0 17368566 748 auditd /sbin/auditd 752 55532 17368566 770 dbus-daemon /usr/bin/dbus-daemon --syst 1496 88108 17368566 772 NetworkManager /usr/sbin/NetworkManager -- 2716 476436 17368566 773 sssd /usr/sbin/sssd -i --logger= 1260 268652 17368566 777 polkitd /usr/lib/polkit-1/polkitd - 9276 625200 17368566 778 irqbalance /usr/sbin/irqbalance --fore 576 21596 17368566 780 qemu-ga /usr/bin/qemu-ga --method=v 1400 44220 17368566 796 gssproxy /usr/sbin/gssproxy -D 584 269132 17368566 802 python /usr/bin/python /usr/share/ 46624 532144 17368566 817 sssd_be /usr/libexec/sssd/sssd_be - 7944 419828 17368566 823 rpc.gssd /usr/sbin/rpc.gssd 388 40340 17368566 839 sssd_nss /usr/libexec/sssd/sssd_nss 2864 277484 17368566 840 sssd_sudo /usr/libexec/sssd/sssd_sudo 2320 249444 17368566 841 sssd_pam /usr/libexec/sssd/sssd_pam 2460 255632 17368566 842 sssd_ssh /usr/libexec/sssd/sssd_ssh 2212 257128 17368566 843 sssd_pac /usr/libexec/sssd/sssd_pac 1568 293736 17368566 873 systemd-logind /usr/lib/systemd/systemd-lo 1244 37088 17368566 886 crond /usr/sbin/crond -n 948 126392 17368566 889 atd /usr/sbin/atd -f 208 25908 17368566 896 agetty /sbin/agetty --noclear tty1 132 110208 17368566 1063 sshd /usr/sbin/sshd -D 1272 112936 17368565 1064 tuned /usr/bin/python2 -Es /usr/s 13460 586428 17368565 1066 node_exporter /usr/local/bin/node_exporte 2780 121856 17368565 1067 python /usr/bin/python /usr/bin/go 133652 1103260 17368565 1069 oddjobd /usr/sbin/oddjobd -n -p /va 452 54832 17368565 1195 ossec-execd /var/ossec/bin/ossec-execd 952 61332 17368565 1218 ossec-agentd /var/ossec/bin/ossec-agentd 1252 48764 17368565 1228 ossec-agentd /var/ossec/bin/ossec-agentd 760 48668 17368565 1251 ossec-logcollec /var/ossec/bin/ossec-logcol 932 44176 17368565 1285 ossec-syscheckd /var/ossec/bin/ossec-sysche 14660 57368 17368565 1736 kworker/1:1H [kworker/1:1H] 0 0 17368564 1871 master /usr/libexec/postfix/master 1300 96968 17368563 1875 qmgr qmgr -l -t unix -u 1628 108028 17368563 1892 kworker/2:2 [kworker/2:2] 0 0 532 1987 kworker/3:1 [kworker/3:1] 0 0 521 2022 splunkd splunkd -p 8089 start 148752 336140 17368562 2026 splunkd [splunkd pid=2022] splunkd 11292 84300 17368562 2169 kworker/3:1H [kworker/3:1H] 0 0 17368559 3008 kworker/0:1 [kworker/0:1] 0 0 472 3009 kworker/0:3 [kworker/0:3] 0 0 472 4694 sshd sshd: ybubentsov [priv] 5784 189232 5549 4703 sshd sshd: ybubentsov@pts/0 2512 189232 5548 4708 bash -bash 3220 127336 5548 4745 bash -bash 1892 127336 5548 4746 tee tee -ai /home/ybubentsov/.b 668 108056 5548 4747 bash -bash 1832 127336 5548 4748 sudo sudo su - 4916 280180 5548 4750 su su - 2780 237644 5548 4751 bash -bash 3172 116620 5548 5989 unbound /usr/sbin/unbound -d 13344 285396 2864204 6172 bounce bounce -z -t unix -u 4392 107892 292 6305 nomad /opt/puppet-archive/nomad-1 17648 1186076 282 6315 php /usr/bin/php /data/ecogate/ 23524 439100 282 6317 nomad /opt/puppet-archive/nomad-1 17428 1120540 280 6327 php /usr/bin/php /data/ecogate/ 24336 670496 280 7527 kworker/1:0 [kworker/1:0] 0 0 232 7675 kworker/3:2 [kworker/3:2] 0 0 220 9218 nomad /usr/local/bin/nomad agent 2117280 4921496 91072 9277 nomad /opt/puppet-archive/nomad-1 474208 2277428 91063 9281 nomad /opt/puppet-archive/nomad-1 72676 1196132 91063 9291 nomad /opt/puppet-archive/nomad-1 470516 2146612 91063 9310 nomad /opt/puppet-archive/nomad-1 68888 1196388 91063 9316 nomad /opt/puppet-archive/nomad-1 72992 1319008 91063 9325 nomad /opt/puppet-archive/nomad-1 70560 1187936 91063 9336 nomad /opt/puppet-archive/nomad-1 480916 2146356 91063 9337 nomad /opt/puppet-archive/nomad-1 64924 1187936 91063 9341 nomad /opt/puppet-archive/nomad-1 74812 1187936 91063 9342 nomad /opt/puppet-archive/nomad-1 73924 1253472 91063 9356 nomad /opt/puppet-archive/nomad-1 70872 1327460 91063 9367 nomad /opt/puppet-archive/nomad-1 74056 1261668 91063 9376 nomad /opt/puppet-archive/nomad-1 69108 1261924 91063 9377 nomad /opt/puppet-archive/nomad-1 77812 1319264 91063 9387 nomad /opt/puppet-archive/nomad-1 469396 2211892 91063 9392 nomad /opt/puppet-archive/nomad-1 67672 1327460 91063 9438 nomad /opt/puppet-archive/nomad-1 71024 1261668 91063 9448 nomad /opt/puppet-archive/nomad-1 70192 1122400 91063 9449 nomad /opt/puppet-archive/nomad-1 72824 1122656 91063 9451 nomad /opt/puppet-archive/nomad-1 74300 1253472 91063 9452 nomad /opt/puppet-archive/nomad-1 71416 1187680 91063 9453 nomad /opt/puppet-archive/nomad-1 64512 1187936 91063 9498 nomad /opt/puppet-archive/nomad-1 478992 2212148 91063 9500 nomad /opt/puppet-archive/nomad-1 10204 1111192 91063 9506 nomad /opt/puppet-archive/nomad-1 71144 1187936 91063 9518 nomad /opt/puppet-archive/nomad-1 481268 2212148 91063 9531 nomad /opt/puppet-archive/nomad-1 64580 1130596 91063 9540 nomad /opt/puppet-archive/nomad-1 67208 1253728 91063 9562 nomad /opt/puppet-archive/nomad-1 72956 1196132 91063 9577 nomad /opt/puppet-archive/nomad-1 74752 1122400 91063 9578 nomad /opt/puppet-archive/nomad-1 69012 1196132 91063 9579 nomad /opt/puppet-archive/nomad-1 14992 1194016 91063 9580 nomad /opt/puppet-archive/nomad-1 68200 1261924 91063 9581 nomad /opt/puppet-archive/nomad-1 68616 1196388 91063 9594 nomad /opt/puppet-archive/nomad-1 66692 1261924 91063 9604 nomad /opt/puppet-archive/nomad-1 72728 1261668 91063 9607 nomad /opt/puppet-archive/nomad-1 64748 1122656 91063 9633 nomad /opt/puppet-archive/nomad-1 70280 1327460 91063 9642 nomad /opt/puppet-archive/nomad-1 73892 1253472 91063 9660 nomad /opt/puppet-archive/nomad-1 71376 1327204 91063 9661 nomad /opt/puppet-archive/nomad-1 478432 2146612 91063 9712 nomad /opt/puppet-archive/nomad-1 73072 1253984 91063 9725 nomad /opt/puppet-archive/nomad-1 69176 1188192 91063 9737 nomad /opt/puppet-archive/nomad-1 71056 1187936 91063 9746 nomad /opt/puppet-archive/nomad-1 68500 1261668 91063 9755 nomad /opt/puppet-archive/nomad-1 65424 1261924 91063 9770 nomad /opt/puppet-archive/nomad-1 78396 1253536 91063 9778 nomad /opt/puppet-archive/nomad-1 65760 1122400 91063 9789 nomad /opt/puppet-archive/nomad-1 64424 1253472 91063 9794 nomad /opt/puppet-archive/nomad-1 71416 1253472 91063 9802 nomad /opt/puppet-archive/nomad-1 476060 2277684 91063 9808 nomad /opt/puppet-archive/nomad-1 20068 1120028 91063 9815 nomad /opt/puppet-archive/nomad-1 481516 2211892 91063 9824 nomad /opt/puppet-archive/nomad-1 70840 1122656 91063 9834 nomad /opt/puppet-archive/nomad-1 70836 1253728 91063 9862 nomad /opt/puppet-archive/nomad-1 73676 1261668 91063 9872 nomad /opt/puppet-archive/nomad-1 474900 2146356 91063 9882 nomad /opt/puppet-archive/nomad-1 62584 1130596 91063 9888 nomad /opt/puppet-archive/nomad-1 70648 1188192 91063 9889 nomad /opt/puppet-archive/nomad-1 78212 1188192 91063 9900 nomad /opt/puppet-archive/nomad-1 65168 1188192 91063 9917 nomad /opt/puppet-archive/nomad-1 68840 1261924 91063 9957 nomad /opt/puppet-archive/nomad-1 58880 1327204 91063 10122 nomad /opt/puppet-archive/nomad-1 478596 2212148 91062 10263 kworker/0:0 [kworker/0:0] 0 0 111 10266 kworker/2:1 [kworker/2:1] 0 0 111 10690 nomad /opt/puppet-archive/nomad-1 17548 1186076 74 10700 php /usr/bin/php /data/ecogate/ 24188 439100 74 10701 nomad /opt/puppet-archive/nomad-1 16596 1119708 74 10709 php /usr/bin/php /data/ecogate/ 24192 439100 74 10712 nomad /opt/puppet-archive/nomad-1 17204 1054748 73 10721 php /usr/bin/php /data/ecogate/ 24176 439100 73 10730 nomad /opt/puppet-archive/nomad-1 17036 1120220 69 10740 php /usr/bin/php /data/ecogate/ 23924 439100 69 10741 nomad /opt/puppet-archive/nomad-1 16904 1259232 69 10754 php /usr/bin/php /data/ecogate/ 23924 439100 69 10778 nomad /opt/puppet-archive/nomad-1 16592 1120220 69 10786 nomad /opt/puppet-archive/nomad-1 16296 1112024 69 10788 php /usr/bin/php /data/ecogate/ 23924 439100 69 10798 php /usr/bin/php /data/ecogate/ 23928 439100 69 10811 nomad /opt/puppet-archive/nomad-1 16800 1120220 68 10820 php /usr/bin/php /data/ecogate/ 23924 439100 68 10822 nomad /opt/puppet-archive/nomad-1 16952 1120220 68 10832 php /usr/bin/php /data/ecogate/ 23924 439100 68 10833 nomad /opt/puppet-archive/nomad-1 16412 1120220 68 10839 nomad /opt/puppet-archive/nomad-1 16352 1054684 68 10863 php /usr/bin/php /data/ecogate/ 23924 439100 68 10864 php /usr/bin/php /data/ecogate/ 23924 439100 68 10895 nomad /opt/puppet-archive/nomad-1 16328 1119964 68 10933 php /usr/bin/php /data/ecogate/ 23916 439100 68 10949 nomad /opt/puppet-archive/nomad-1 16760 1119964 68 10959 php /usr/bin/php /data/ecogate/ 23928 439100 68 10960 nomad /opt/puppet-archive/nomad-1 16976 1119964 68 10970 php /usr/bin/php /data/ecogate/ 23928 439100 68 10973 nomad /opt/puppet-archive/nomad-1 16700 1054684 66 10983 php /usr/bin/php /data/ecogate/ 23924 439100 65 10984 nomad /opt/puppet-archive/nomad-1 16972 1054684 65 10994 php /usr/bin/php /data/ecogate/ 23924 439100 65 10995 nomad /opt/puppet-archive/nomad-1 16256 1119964 65 11004 php /usr/bin/php /data/ecogate/ 23912 439100 65 11005 nomad /opt/puppet-archive/nomad-1 16872 1193696 65 11016 php /usr/bin/php /data/ecogate/ 23912 439100 65 11017 nomad /opt/puppet-archive/nomad-1 16584 1185500 64 11027 php /usr/bin/php /data/ecogate/ 23924 439100 64 11028 nomad /opt/puppet-archive/nomad-1 16436 1120220 64 11037 php /usr/bin/php /data/ecogate/ 23924 439100 64 11038 nomad /opt/puppet-archive/nomad-1 16956 1120540 64 11048 php /usr/bin/php /data/ecogate/ 23916 439100 64 11049 nomad /opt/puppet-archive/nomad-1 16348 1046232 64 11058 php /usr/bin/php /data/ecogate/ 23928 439100 64 11060 nomad /opt/puppet-archive/nomad-1 16824 1119964 64 11070 php /usr/bin/php /data/ecogate/ 23924 439100 64 11071 nomad /opt/puppet-archive/nomad-1 17032 1251292 63 11077 nomad /opt/puppet-archive/nomad-1 16668 1111768 63 11083 nomad /opt/puppet-archive/nomad-1 15804 1185500 63 11093 php /usr/bin/php /data/ecogate/ 23912 439100 63 11097 php /usr/bin/php /data/ecogate/ 23924 439100 63 11100 php /usr/bin/php /data/ecogate/ 23928 439100 63 11101 nomad /opt/puppet-archive/nomad-1 16628 1054428 63 11111 php /usr/bin/php /data/ecogate/ 23928 439100 63 11112 nomad /opt/puppet-archive/nomad-1 16436 1054684 62 11121 php /usr/bin/php /data/ecogate/ 23928 439100 62 11125 nomad /opt/puppet-archive/nomad-1 16360 1128416 62 11135 php /usr/bin/php /data/ecogate/ 23924 439100 62 11136 nomad /opt/puppet-archive/nomad-1 15800 1185756 62 11146 php /usr/bin/php /data/ecogate/ 23928 439100 62 11147 nomad /opt/puppet-archive/nomad-1 16356 1193440 62 11156 php /usr/bin/php /data/ecogate/ 23928 439100 62 11157 nomad /opt/puppet-archive/nomad-1 16696 1119964 62 11165 nomad /opt/puppet-archive/nomad-1 16596 1120220 62 11167 php /usr/bin/php /data/ecogate/ 23916 439100 62 11175 php /usr/bin/php /data/ecogate/ 23928 439100 62 11176 nomad /opt/puppet-archive/nomad-1 16128 1054684 61 11186 php /usr/bin/php /data/ecogate/ 23924 439100 61 11187 nomad /opt/puppet-archive/nomad-1 16200 1119964 61 11197 php /usr/bin/php /data/ecogate/ 23924 439100 61 11204 nomad /opt/puppet-archive/nomad-1 16432 1185500 60 11214 php /usr/bin/php /data/ecogate/ 23924 439100 60 11215 nomad /opt/puppet-archive/nomad-1 16160 1185500 60 11224 php /usr/bin/php /data/ecogate/ 23916 439100 60 11229 nomad /opt/puppet-archive/nomad-1 16676 1185756 60 11238 php /usr/bin/php /data/ecogate/ 23924 439100 60 11239 nomad /opt/puppet-archive/nomad-1 16228 1119964 59 11249 php /usr/bin/php /data/ecogate/ 23924 439100 59 11255 nomad /opt/puppet-archive/nomad-1 16412 1185756 59 11264 nomad /opt/puppet-archive/nomad-1 15904 1259488 59 11271 php /usr/bin/php /data/ecogate/ 23924 439100 59 11273 php /usr/bin/php /data/ecogate/ 23916 439100 59 11275 nomad /opt/puppet-archive/nomad-1 15804 1185756 58 11284 php /usr/bin/php /data/ecogate/ 23924 439100 58 11285 nomad /opt/puppet-archive/nomad-1 16156 1119964 58 11295 php /usr/bin/php /data/ecogate/ 23924 439100 58 11300 nomad /opt/puppet-archive/nomad-1 15808 1185500 58 11309 php /usr/bin/php /data/ecogate/ 23924 439100 58 11316 nomad /opt/puppet-archive/nomad-1 16052 1120220 57 11325 php /usr/bin/php /data/ecogate/ 23928 439100 57 11327 nomad /opt/puppet-archive/nomad-1 16276 1120220 57 11335 php /usr/bin/php /data/ecogate/ 23912 439100 57 11336 nomad /opt/puppet-archive/nomad-1 16296 1185500 57 11345 php /usr/bin/php /data/ecogate/ 23924 439100 57 11370 nomad /opt/puppet-archive/nomad-1 16304 1185244 56 11380 php /usr/bin/php /data/ecogate/ 23928 439100 56 11403 kworker/u32:1 [kworker/u32:1] 0 0 1787 11479 nomad /opt/puppet-archive/nomad-1 15916 1120220 55 11486 php /usr/bin/php /data/ecogate/ 23924 439100 55 11489 nomad /opt/puppet-archive/nomad-1 16108 1119964 55 11499 php /usr/bin/php /data/ecogate/ 23924 439100 55 11780 kworker/1:2 [kworker/1:2] 0 0 3472 12053 nomad /opt/puppet-archive/nomad-1 14452 1102996 9 12061 php /usr/bin/php /data/ecogate/ 24184 439100 9 12063 nomad /opt/puppet-archive/nomad-1 14556 1036052 9 12075 php /usr/bin/php /data/ecogate/ 23376 439100 9 12092 nomad /opt/puppet-archive/nomad-1 14464 1045912 9 12102 php /usr/bin/php /data/ecogate/ 24188 439100 9 12106 nomad /opt/puppet-archive/nomad-1 14008 1111192 8 12116 php /usr/bin/php /data/ecogate/ 24188 439100 8 12117 nomad /opt/puppet-archive/nomad-1 14092 1111192 8 12125 nomad /opt/puppet-archive/nomad-1 13784 1036308 8 12131 php /usr/bin/php /data/ecogate/ 24192 439100 8 12135 php /usr/bin/php /data/ecogate/ 24192 439100 8 12138 nomad /opt/puppet-archive/nomad-1 14012 1175320 8 12146 php /usr/bin/php /data/ecogate/ 24188 439100 8 12148 nomad /opt/puppet-archive/nomad-1 14304 1111192 8 12154 nomad /opt/puppet-archive/nomad-1 14156 1102996 8 12158 php /usr/bin/php /data/ecogate/ 24188 439100 8 12164 nomad /opt/puppet-archive/nomad-1 14384 1176472 8 12168 php /usr/bin/php /data/ecogate/ 24192 439100 8 12178 nomad /opt/puppet-archive/nomad-1 14052 1037204 8 12179 php /usr/bin/php /data/ecogate/ 24188 439100 8 12188 php /usr/bin/php /data/ecogate/ 24188 439100 8 12195 bash -bash 1860 116620 6 12196 tee tee -ai /root/.bash_history 668 108056 6 12197 bash -bash 2144 116620 6 12210 ps ps -eo pid,comm,args,rss,vs 1488 153328 0 14254 cleanup cleanup -z -t unix -u 4440 108004 1612 14256 local local -t unix 4936 95100 1612 15222 chronyd /usr/sbin/chronyd 944 120588 17360124 15733 zabbix_agentd /usr/sbin/zabbix_agentd -c 808 79076 17360108 15734 zabbix_agentd /usr/sbin/zabbix_agentd: co 1416 79076 17360108 15735 zabbix_agentd /usr/sbin/zabbix_agentd: li 2028 100632 17360108 15736 zabbix_agentd /usr/sbin/zabbix_agentd: li 2032 100632 17360108 15737 zabbix_agentd /usr/sbin/zabbix_agentd: li 2060 100632 17360108 15738 zabbix_agentd /usr/sbin/zabbix_agentd: ac 1708 100640 17360108 17482 kworker/u32:0 [kworker/u32:0] 0 0 1447 17662 trivial-rewrite trivial-rewrite -n rewrite 4388 107864 1431 17726 kworker/3:0 [kworker/3:0] 0 0 1425 18975 kworker/2:0 [kworker/2:0] 0 0 1372 21142 agent-linux /data/agent-linux --collect 3888 122624 40431 21482 pickup pickup -l -t unix -u 4380 107856 2932 21645 nomad /opt/puppet-archive/nomad-1 18136 1259808 40429 21772 php /usr/bin/php /data/ecogate/ 68732 716064 40429 22328 rsyslogd /usr/sbin/rsyslogd -n 59276 621020 126112 23033 td-agent-bit /opt/td-agent-bit/bin/td-ag 9076 145592 40334 28685 kworker/1:1 [kworker/1:1] 0 0 832 31261 consul /usr/local/bin/consul agent 26740 785124 435647 32156 crond /usr/sbin/CROND -n 2864 219584 652 32157 crond /usr/sbin/CROND -n 2864 219584 652 32158 crond /usr/sbin/CROND -n 2864 219584 652 32159 crond /usr/sbin/CROND -n 2864 219584 652 32167 php /bin/php /data/ecogate/cli/ 23524 439100 652 32170 php /bin/php /data/ecogate/cli/ 23524 439100 652 32171 php /bin/php /data/ecogate/cli/ 23520 439100 652 32172 php /bin/php /data/ecogate/cli/ 24724 439100 652 ```
bubejur commented 3 years ago
pmap -xp nomad agent process 2h later ``` pmap -xp 9218 9218: /usr/local/bin/nomad agent -config=/etc/nomad Address Kbytes RSS Dirty Mode Mapping 0000000000400000 61404 10388 0 r-x-- /opt/puppet-archive/nomad-1.1.2/nomad 00000000041f6000 4 4 4 r---- /opt/puppet-archive/nomad-1.1.2/nomad 00000000041f7000 1596 500 296 rw--- /opt/puppet-archive/nomad-1.1.2/nomad 0000000004386000 292 148 148 rw--- [ anon ] 0000000004fd7000 132 4 4 rw--- [ anon ] 000000c000000000 2162688 2121640 2121640 rw--- [ anon ] 00007f3f2c157000 39264 37120 37120 rw--- [ anon ] 00007f3f2e7b1000 19416 19200 19200 rw--- [ anon ] 00007f3f2faae000 5448 5432 5432 rw--- [ anon ] 00007f3f30000000 132 8 8 rw--- [ anon ] 00007f3f30021000 65404 0 0 ----- [ anon ] 00007f3f34000000 132 4 4 rw--- [ anon ] 00007f3f34021000 65404 0 0 ----- [ anon ] 00007f3f38000000 132 4 4 rw--- [ anon ] 00007f3f38021000 65404 0 0 ----- [ anon ] 00007f3f3c000000 132 4 4 rw--- [ anon ] 00007f3f3c021000 65404 0 0 ----- [ anon ] 00007f3f40000000 132 4 4 rw--- [ anon ] 00007f3f40021000 65404 0 0 ----- [ anon ] 00007f3f44000000 132 4 4 rw--- [ anon ] 00007f3f44021000 65404 0 0 ----- [ anon ] 00007f3f48000000 132 8 8 rw--- [ anon ] 00007f3f48021000 65404 0 0 ----- [ anon ] 00007f3f4c000000 132 8 8 rw--- [ anon ] 00007f3f4c021000 65404 0 0 ----- [ anon ] 00007f3f5000b000 9868 9812 9812 rw--- [ anon ] 00007f3f509b8000 6408 6384 6384 rw--- [ anon ] 00007f3f50ffa000 4 0 0 ----- [ anon ] 00007f3f50ffb000 8192 8 8 rw--- [ anon ] 00007f3f517fb000 4 0 0 ----- [ anon ] 00007f3f517fc000 8192 8 8 rw--- [ anon ] 00007f3f51ffc000 4 0 0 ----- [ anon ] 00007f3f51ffd000 8192 8 8 rw--- [ anon ] 00007f3f527fd000 4 0 0 ----- [ anon ] 00007f3f527fe000 8192 8 8 rw--- [ anon ] 00007f3f52ffe000 4 0 0 ----- [ anon ] 00007f3f52fff000 8192 12 12 rw--- [ anon ] 00007f3f537ff000 4 0 0 ----- [ anon ] 00007f3f53800000 8192 8 8 rw--- [ anon ] 00007f3f54000000 132 4 4 rw--- [ anon ] 00007f3f54021000 65404 0 0 ----- [ anon ] 00007f3f58000000 132 8 8 rw--- [ anon ] 00007f3f58021000 65404 0 0 ----- [ anon ] 00007f3f5c000000 132 8 8 rw--- [ anon ] 00007f3f5c021000 65404 0 0 ----- [ anon ] 00007f3f60000000 132 8 8 rw--- [ anon ] 00007f3f60021000 65404 0 0 ----- [ anon ] 00007f3f64000000 132 8 8 rw--- [ anon ] 00007f3f64021000 65404 0 0 ----- [ anon ] 00007f3f68000000 132 8 8 rw--- [ anon ] 00007f3f68021000 65404 0 0 ----- [ anon ] 00007f3f6c005000 3012 2996 2996 rw--- [ anon ] 00007f3f6c2f7000 5128 5120 5120 rw--- [ anon ] 00007f3f6c7f9000 4 0 0 ----- [ anon ] 00007f3f6c7fa000 8192 8 8 rw--- [ anon ] 00007f3f6cffa000 4 0 0 ----- [ anon ] 00007f3f6cffb000 8192 8 8 rw--- [ anon ] 00007f3f6d7fb000 4 0 0 ----- [ anon ] 00007f3f6d7fc000 8192 8 8 rw--- [ anon ] 00007f3f6dffc000 4 0 0 ----- [ anon ] 00007f3f6dffd000 8192 8 8 rw--- [ anon ] 00007f3f6e7fd000 4 0 0 ----- [ anon ] 00007f3f6e7fe000 8192 8 8 rw--- [ anon ] 00007f3f6effe000 4 0 0 ----- [ anon ] 00007f3f6efff000 8192 8 8 rw--- [ anon ] 00007f3f6f7ff000 4 0 0 ----- [ anon ] 00007f3f6f800000 8192 8 8 rw--- [ anon ] 00007f3f70000000 132 4 4 rw--- [ anon ] 00007f3f70021000 65404 0 0 ----- [ anon ] 00007f3f74000000 132 8 8 rw--- [ anon ] 00007f3f74021000 65404 0 0 ----- [ anon ] 00007f3f78000000 132 8 8 rw--- [ anon ] 00007f3f78021000 65404 0 0 ----- [ anon ] 00007f3f7c000000 132 8 8 rw--- [ anon ] 00007f3f7c021000 65404 0 0 ----- [ anon ] 00007f3f80000000 132 8 8 rw--- [ anon ] 00007f3f80021000 65404 0 0 ----- [ anon ] 00007f3f84000000 132 8 8 rw--- [ anon ] 00007f3f84021000 65404 0 0 ----- [ anon ] 00007f3f88000000 132 8 8 rw--- [ anon ] 00007f3f88021000 65404 0 0 ----- [ anon ] 00007f3f8c000000 132 16 16 rw--- [ anon ] 00007f3f8c021000 65404 0 0 ----- [ anon ] 00007f3f9000d000 1280 1260 1260 rw--- [ anon ] 00007f3f90153000 3908 3876 3876 rw--- [ anon ] 00007f3f90528000 2884 2868 2868 rw--- [ anon ] 00007f3f907f9000 4 0 0 ----- [ anon ] 00007f3f907fa000 8192 8 8 rw--- [ anon ] 00007f3f90ffa000 4 0 0 ----- [ anon ] 00007f3f90ffb000 8192 8 8 rw--- [ anon ] 00007f3f917fb000 4 0 0 ----- [ anon ] 00007f3f917fc000 8192 8 8 rw--- [ anon ] 00007f3f91ffc000 4 0 0 ----- [ anon ] 00007f3f91ffd000 8192 8 8 rw--- [ anon ] 00007f3f927fd000 4 0 0 ----- [ anon ] 00007f3f927fe000 8192 8 8 rw--- [ anon ] 00007f3f92ffe000 4 0 0 ----- [ anon ] 00007f3f92fff000 8192 8 8 rw--- [ anon ] 00007f3f937ff000 4 0 0 ----- [ anon ] 00007f3f93800000 8192 16 16 rw--- [ anon ] 00007f3f94000000 132 8 8 rw--- [ anon ] 00007f3f94021000 65404 0 0 ----- [ anon ] 00007f3f98000000 132 8 8 rw--- [ anon ] 00007f3f98021000 65404 0 0 ----- [ anon ] 00007f3f9c000000 132 12 12 rw--- [ anon ] 00007f3f9c021000 65404 0 0 ----- [ anon ] 00007f3fa0000000 132 8 8 rw--- [ anon ] 00007f3fa0021000 65404 0 0 ----- [ anon ] 00007f3fa4000000 132 8 8 rw--- [ anon ] 00007f3fa4021000 65404 0 0 ----- [ anon ] 00007f3fa800e000 256 256 256 rw--- [ anon ] 00007f3fa8056000 4164 4160 4160 rw--- [ anon ] 00007f3fa8467000 4 0 0 ----- [ anon ] 00007f3fa8468000 8192 8 8 rw--- [ anon ] 00007f3fa8c68000 48 0 0 r-x-- /usr/lib64/libnss_files-2.17.so 00007f3fa8c74000 2044 0 0 ----- /usr/lib64/libnss_files-2.17.so 00007f3fa8e73000 4 4 4 r---- /usr/lib64/libnss_files-2.17.so 00007f3fa8e74000 4 4 4 rw--- /usr/lib64/libnss_files-2.17.so 00007f3fa8e75000 280 244 244 rw--- [ anon ] 00007f3fa8ebb000 8192 2568 0 r--s- /data/nomad/client/state.db 00007f3fa96bb000 4 0 0 ----- [ anon ] 00007f3fa96bc000 8448 264 264 rw--- [ anon ] 00007f3fa9efc000 4 0 0 ----- [ anon ] 00007f3fa9efd000 9216 1032 1032 rw--- [ anon ] 00007f3faa7fd000 4 0 0 ----- [ anon ] 00007f3faa7fe000 8192 8 8 rw--- [ anon ] 00007f3faaffe000 4 0 0 ----- [ anon ] 00007f3faafff000 8192 8 8 rw--- [ anon ] 00007f3fab7ff000 4 0 0 ----- [ anon ] 00007f3fab800000 8192 8 8 rw--- [ anon ] 00007f3fac000000 132 4 4 rw--- [ anon ] 00007f3fac021000 65404 0 0 ----- [ anon ] 00007f3fb0002000 2304 2304 2304 rw--- [ anon ] 00007f3fb0242000 4 0 0 ----- [ anon ] 00007f3fb0243000 8192 8 8 rw--- [ anon ] 00007f3fb0a43000 4 0 0 ----- [ anon ] 00007f3fb0a44000 8192 8 8 rw--- [ anon ] 00007f3fb1244000 4 0 0 ----- [ anon ] 00007f3fb1245000 44100 2180 2180 rw--- [ anon ] 00007f3fb3d56000 263680 0 0 ----- [ anon ] 00007f3fc3ed6000 8 8 8 rw--- [ anon ] 00007f3fc3ed8000 293560 0 0 ----- [ anon ] 00007f3fd5d86000 4 4 4 rw--- [ anon ] 00007f3fd5d87000 36692 0 0 ----- [ anon ] 00007f3fd815c000 4 4 4 rw--- [ anon ] 00007f3fd815d000 4068 0 0 ----- [ anon ] 00007f3fd8556000 1808 4 0 r-x-- /usr/lib64/libc-2.17.so 00007f3fd871a000 2044 0 0 ----- /usr/lib64/libc-2.17.so 00007f3fd8919000 16 16 16 r---- /usr/lib64/libc-2.17.so 00007f3fd891d000 8 8 8 rw--- /usr/lib64/libc-2.17.so 00007f3fd891f000 20 20 20 rw--- [ anon ] 00007f3fd8924000 8 0 0 r-x-- /usr/lib64/libdl-2.17.so 00007f3fd8926000 2048 0 0 ----- /usr/lib64/libdl-2.17.so 00007f3fd8b26000 4 4 4 r---- /usr/lib64/libdl-2.17.so 00007f3fd8b27000 4 4 4 rw--- /usr/lib64/libdl-2.17.so 00007f3fd8b28000 92 4 0 r-x-- /usr/lib64/libpthread-2.17.so 00007f3fd8b3f000 2044 0 0 ----- /usr/lib64/libpthread-2.17.so 00007f3fd8d3e000 4 4 4 r---- /usr/lib64/libpthread-2.17.so 00007f3fd8d3f000 4 4 4 rw--- /usr/lib64/libpthread-2.17.so 00007f3fd8d40000 16 4 4 rw--- [ anon ] 00007f3fd8d44000 136 0 0 r-x-- /usr/lib64/ld-2.17.so 00007f3fd8d68000 576 572 572 rw--- [ anon ] 00007f3fd8df8000 512 0 0 ----- [ anon ] 00007f3fd8e78000 4 4 4 rw--- [ anon ] 00007f3fd8e79000 508 0 0 ----- [ anon ] 00007f3fd8ef8000 400 68 68 rw--- [ anon ] 00007f3fd8f64000 4 4 4 rw--- [ anon ] 00007f3fd8f65000 4 4 4 r---- /usr/lib64/ld-2.17.so 00007f3fd8f66000 4 4 4 rw--- /usr/lib64/ld-2.17.so 00007f3fd8f67000 4 4 4 rw--- [ anon ] 00007ffdfa5f3000 132 16 16 rw--- [ stack ] 00007ffdfa789000 8 4 0 r-x-- [ anon ] ffffffffff600000 4 0 0 r-x-- [ anon ] ---------------- ------- ------- ------- total kB 5058340 2240960 2227788 ```
ps output take Wed Jul 7 16:22:56 UTC 2021 ``` ps -eo pid,comm,args,rss,vsz,etimes PID COMMAND COMMAND RSS VSZ ELAPSED 1 systemd /usr/lib/systemd/systemd -- 5836 129260 17375856 2 kthreadd [kthreadd] 0 0 17375856 4 kworker/0:0H [kworker/0:0H] 0 0 17375856 6 ksoftirqd/0 [ksoftirqd/0] 0 0 17375856 7 migration/0 [migration/0] 0 0 17375856 8 rcu_bh [rcu_bh] 0 0 17375856 9 rcu_sched [rcu_sched] 0 0 17375856 10 lru-add-drain [lru-add-drain] 0 0 17375856 11 watchdog/0 [watchdog/0] 0 0 17375856 12 watchdog/1 [watchdog/1] 0 0 17375856 13 migration/1 [migration/1] 0 0 17375856 14 ksoftirqd/1 [ksoftirqd/1] 0 0 17375856 16 kworker/1:0H [kworker/1:0H] 0 0 17375856 17 watchdog/2 [watchdog/2] 0 0 17375856 18 migration/2 [migration/2] 0 0 17375856 19 ksoftirqd/2 [ksoftirqd/2] 0 0 17375856 21 kworker/2:0H [kworker/2:0H] 0 0 17375856 22 watchdog/3 [watchdog/3] 0 0 17375856 23 migration/3 [migration/3] 0 0 17375856 24 ksoftirqd/3 [ksoftirqd/3] 0 0 17375856 26 kworker/3:0H [kworker/3:0H] 0 0 17375856 28 kdevtmpfs [kdevtmpfs] 0 0 17375856 29 netns [netns] 0 0 17375856 30 khungtaskd [khungtaskd] 0 0 17375856 31 writeback [writeback] 0 0 17375856 32 kintegrityd [kintegrityd] 0 0 17375856 33 bioset [bioset] 0 0 17375856 34 bioset [bioset] 0 0 17375856 35 bioset [bioset] 0 0 17375856 36 kblockd [kblockd] 0 0 17375856 37 md [md] 0 0 17375856 38 edac-poller [edac-poller] 0 0 17375856 39 watchdogd [watchdogd] 0 0 17375856 45 kswapd0 [kswapd0] 0 0 17375856 46 ksmd [ksmd] 0 0 17375856 47 khugepaged [khugepaged] 0 0 17375856 48 crypto [crypto] 0 0 17375856 56 kthrotld [kthrotld] 0 0 17375856 58 kmpath_rdacd [kmpath_rdacd] 0 0 17375856 59 kaluad [kaluad] 0 0 17375856 61 kpsmoused [kpsmoused] 0 0 17375856 62 ipv6_addrconf [ipv6_addrconf] 0 0 17375856 75 deferwq [deferwq] 0 0 17375856 112 kauditd [kauditd] 0 0 17375856 281 ata_sff [ata_sff] 0 0 17375856 292 scsi_eh_0 [scsi_eh_0] 0 0 17375856 293 scsi_tmf_0 [scsi_tmf_0] 0 0 17375856 294 scsi_eh_1 [scsi_eh_1] 0 0 17375856 295 scsi_tmf_1 [scsi_tmf_1] 0 0 17375856 296 virtscsi-scan [virtscsi-scan] 0 0 17375856 299 scsi_eh_2 [scsi_eh_2] 0 0 17375856 300 scsi_tmf_2 [scsi_tmf_2] 0 0 17375856 303 ttm_swap [ttm_swap] 0 0 17375856 367 kworker/2:1H [kworker/2:1H] 0 0 17375855 395 trivial-rewrite trivial-rewrite -n rewrite 1220 107864 2717 427 kdmflush [kdmflush] 0 0 17375855 428 bioset [bioset] 0 0 17375855 446 jbd2/dm-0-8 [jbd2/dm-0-8] 0 0 17375855 447 ext4-rsv-conver [ext4-rsv-conver] 0 0 17375855 547 systemd-journal /usr/lib/systemd/systemd-jo 31000 80432 17375854 566 rpciod [rpciod] 0 0 17375854 568 xprtiod [xprtiod] 0 0 17375854 569 lvmetad /usr/sbin/lvmetad -f 3740 274980 17375854 582 systemd-udevd /usr/lib/systemd/systemd-ud 2236 48640 17375854 606 hwrng [hwrng] 0 0 17375854 659 nfit [nfit] 0 0 17375854 679 jbd2/sda1-8 [jbd2/sda1-8] 0 0 17375854 680 ext4-rsv-conver [ext4-rsv-conver] 0 0 17375854 682 kdmflush [kdmflush] 0 0 17375853 683 bioset [bioset] 0 0 17375853 688 jbd2/dm-1-8 [jbd2/dm-1-8] 0 0 17375853 689 ext4-rsv-conver [ext4-rsv-conver] 0 0 17375853 692 kdmflush [kdmflush] 0 0 17375852 693 bioset [bioset] 0 0 17375852 695 kdmflush [kdmflush] 0 0 17375852 696 bioset [bioset] 0 0 17375852 710 kworker/0:1H [kworker/0:1H] 0 0 17375852 716 jbd2/dm-2-8 [jbd2/dm-2-8] 0 0 17375852 717 ext4-rsv-conver [ext4-rsv-conver] 0 0 17375852 719 jbd2/dm-3-8 [jbd2/dm-3-8] 0 0 17375852 720 ext4-rsv-conver [ext4-rsv-conver] 0 0 17375852 748 auditd /sbin/auditd 452 55532 17375852 770 dbus-daemon /usr/bin/dbus-daemon --syst 1496 88108 17375852 772 NetworkManager /usr/sbin/NetworkManager -- 2612 476436 17375852 773 sssd /usr/sbin/sssd -i --logger= 1260 268652 17375852 777 polkitd /usr/lib/polkit-1/polkitd - 9048 625200 17375852 778 irqbalance /usr/sbin/irqbalance --fore 576 21596 17375852 780 qemu-ga /usr/bin/qemu-ga --method=v 1400 44220 17375852 796 gssproxy /usr/sbin/gssproxy -D 584 269132 17375852 802 python /usr/bin/python /usr/share/ 46588 532144 17375852 817 sssd_be /usr/libexec/sssd/sssd_be - 7100 419828 17375852 823 rpc.gssd /usr/sbin/rpc.gssd 388 40340 17375852 839 sssd_nss /usr/libexec/sssd/sssd_nss 2408 277484 17375852 840 sssd_sudo /usr/libexec/sssd/sssd_sudo 1216 249444 17375852 841 sssd_pam /usr/libexec/sssd/sssd_pam 1308 255632 17375852 842 sssd_ssh /usr/libexec/sssd/sssd_ssh 1276 257128 17375852 843 sssd_pac /usr/libexec/sssd/sssd_pac 1504 293736 17375852 873 systemd-logind /usr/lib/systemd/systemd-lo 1152 37088 17375852 886 crond /usr/sbin/crond -n 944 126392 17375852 889 atd /usr/sbin/atd -f 208 25908 17375852 896 agetty /sbin/agetty --noclear tty1 132 110208 17375852 1063 sshd /usr/sbin/sshd -D 1032 112936 17375851 1064 tuned /usr/bin/python2 -Es /usr/s 13528 586428 17375851 1066 node_exporter /usr/local/bin/node_exporte 2780 121856 17375851 1067 python /usr/bin/python /usr/bin/go 136032 1103260 17375851 1069 oddjobd /usr/sbin/oddjobd -n -p /va 452 54832 17375851 1195 ossec-execd /var/ossec/bin/ossec-execd 952 61332 17375851 1218 ossec-agentd /var/ossec/bin/ossec-agentd 1252 48764 17375851 1228 ossec-agentd /var/ossec/bin/ossec-agentd 760 48668 17375851 1251 ossec-logcollec /var/ossec/bin/ossec-logcol 836 44176 17375851 1285 ossec-syscheckd /var/ossec/bin/ossec-sysche 13860 57368 17375851 1736 kworker/1:1H [kworker/1:1H] 0 0 17375850 1871 master /usr/libexec/postfix/master 1296 96968 17375849 1875 qmgr qmgr -l -t unix -u 1684 108028 17375849 2022 splunkd splunkd -p 8089 start 148160 336140 17375848 2026 splunkd [splunkd pid=2022] splunkd 10984 84300 17375848 2169 kworker/3:1H [kworker/3:1H] 0 0 17375845 2665 kworker/0:2 [kworker/0:2] 0 0 858 3853 crond /usr/sbin/CROND -n 1032 219584 798 3854 crond /usr/sbin/CROND -n 1032 219584 798 3855 crond /usr/sbin/CROND -n 1032 219584 798 3856 crond /usr/sbin/CROND -n 1032 219584 798 3876 php /bin/php /data/ecogate/cli/ 12204 439100 798 3878 php /bin/php /data/ecogate/cli/ 12204 439100 798 3879 php /bin/php /data/ecogate/cli/ 14020 439100 798 3880 php /bin/php /data/ecogate/cli/ 12212 439100 798 4578 nomad /opt/puppet-archive/nomad-1 20360 1120284 4210 4694 sshd sshd: ybubentsov [priv] 1364 189232 12835 4703 sshd sshd: ybubentsov@pts/0 1468 189232 12834 4708 bash -bash 1520 127336 12834 4743 kworker/1:1 [kworker/1:1] 0 0 737 4745 bash -bash 1448 127336 12834 4746 tee tee -ai /home/ybubentsov/.b 104 108056 12834 4747 bash -bash 1448 127336 12834 4748 sudo sudo su - 1224 280180 12834 4750 su su - 716 237644 12834 4751 bash -bash 2240 116620 12834 5024 kworker/u32:0 [kworker/u32:0] 0 0 715 5989 unbound /usr/sbin/unbound -d 13344 285396 2871490 6070 kworker/2:1 [kworker/2:1] 0 0 678 6115 kworker/3:0 [kworker/3:0] 0 0 672 6760 nomad /opt/puppet-archive/nomad-1 15048 1054492 616 8302 nomad /opt/puppet-archive/nomad-1 17872 1186076 536 8311 php /usr/bin/php /data/ecogate/ 24504 439100 536 8321 nomad /opt/puppet-archive/nomad-1 17768 1120540 534 8331 php /usr/bin/php /data/ecogate/ 24336 670496 534 8799 kworker/0:1 [kworker/0:1] 0 0 498 9218 nomad /usr/local/bin/nomad agent 2239344 5058336 98358 9277 nomad /opt/puppet-archive/nomad-1 522560 2412988 98349 9281 nomad /opt/puppet-archive/nomad-1 72824 1263784 98349 9291 nomad /opt/puppet-archive/nomad-1 513500 2281916 98349 9310 nomad /opt/puppet-archive/nomad-1 68960 1264040 98349 9316 nomad /opt/puppet-archive/nomad-1 73576 1386660 98349 9325 nomad /opt/puppet-archive/nomad-1 71972 1255588 98349 9336 nomad /opt/puppet-archive/nomad-1 524796 2282172 98349 9337 nomad /opt/puppet-archive/nomad-1 65880 1255588 98349 9341 nomad /opt/puppet-archive/nomad-1 76780 1255588 98349 9342 nomad /opt/puppet-archive/nomad-1 74592 1321380 98349 9356 nomad /opt/puppet-archive/nomad-1 72608 1395112 98349 9367 nomad /opt/puppet-archive/nomad-1 74276 1329320 98349 9376 nomad /opt/puppet-archive/nomad-1 69140 1329576 98349 9377 nomad /opt/puppet-archive/nomad-1 78028 1386916 98349 9387 nomad /opt/puppet-archive/nomad-1 516764 2347452 98349 9392 nomad /opt/puppet-archive/nomad-1 67076 1395112 98349 9438 nomad /opt/puppet-archive/nomad-1 71848 1329320 98349 9448 nomad /opt/puppet-archive/nomad-1 70148 1190308 98349 9449 nomad /opt/puppet-archive/nomad-1 75044 1190308 98349 9451 nomad /opt/puppet-archive/nomad-1 76100 1321380 98349 9452 nomad /opt/puppet-archive/nomad-1 70888 1255332 98349 9453 nomad /opt/puppet-archive/nomad-1 64392 1255588 98349 9498 nomad /opt/puppet-archive/nomad-1 525336 2347452 98349 9500 nomad /opt/puppet-archive/nomad-1 2084 1111192 98349 9506 nomad /opt/puppet-archive/nomad-1 71268 1255588 98349 9518 nomad /opt/puppet-archive/nomad-1 523784 2347452 98349 9531 nomad /opt/puppet-archive/nomad-1 65252 1198248 98349 9540 nomad /opt/puppet-archive/nomad-1 67344 1321380 98349 9562 nomad /opt/puppet-archive/nomad-1 72252 1263784 98349 9577 nomad /opt/puppet-archive/nomad-1 75116 1190052 98349 9578 nomad /opt/puppet-archive/nomad-1 69916 1263784 98349 9579 nomad /opt/puppet-archive/nomad-1 9084 1194016 98349 9580 nomad /opt/puppet-archive/nomad-1 69476 1329576 98349 9581 nomad /opt/puppet-archive/nomad-1 68520 1264040 98349 9594 nomad /opt/puppet-archive/nomad-1 65392 1329576 98349 9604 nomad /opt/puppet-archive/nomad-1 74120 1329320 98349 9607 nomad /opt/puppet-archive/nomad-1 66088 1190308 98349 9633 nomad /opt/puppet-archive/nomad-1 70652 1395112 98349 9642 nomad /opt/puppet-archive/nomad-1 75284 1321124 98349 9660 nomad /opt/puppet-archive/nomad-1 72360 1394856 98349 9712 nomad /opt/puppet-archive/nomad-1 73880 1321636 98349 9725 nomad /opt/puppet-archive/nomad-1 69520 1255844 98349 9737 nomad /opt/puppet-archive/nomad-1 70408 1255588 98349 9746 nomad /opt/puppet-archive/nomad-1 68920 1329576 98349 9755 nomad /opt/puppet-archive/nomad-1 66380 1329576 98349 9770 nomad /opt/puppet-archive/nomad-1 79428 1321188 98349 9778 nomad /opt/puppet-archive/nomad-1 66824 1190308 98349 9789 nomad /opt/puppet-archive/nomad-1 64724 1321124 98349 9794 nomad /opt/puppet-archive/nomad-1 71328 1321124 98349 9802 nomad /opt/puppet-archive/nomad-1 522624 2412988 98349 9808 nomad /opt/puppet-archive/nomad-1 14660 1120028 98349 9824 nomad /opt/puppet-archive/nomad-1 72420 1190308 98349 9834 nomad /opt/puppet-archive/nomad-1 70424 1321380 98349 9862 nomad /opt/puppet-archive/nomad-1 73004 1329320 98349 9872 nomad /opt/puppet-archive/nomad-1 522116 2281916 98349 9882 nomad /opt/puppet-archive/nomad-1 62636 1198248 98349 9888 nomad /opt/puppet-archive/nomad-1 71676 1255844 98349 9889 nomad /opt/puppet-archive/nomad-1 77836 1255844 98349 9900 nomad /opt/puppet-archive/nomad-1 65888 1255844 98349 9917 nomad /opt/puppet-archive/nomad-1 69736 1329576 98349 9957 nomad /opt/puppet-archive/nomad-1 59940 1394856 98349 10122 nomad /opt/puppet-archive/nomad-1 523832 2347452 98348 10905 kworker/3:3 [kworker/3:3] 0 0 2177 12080 kworker/1:2 [kworker/1:2] 0 0 377 15045 kworker/2:0 [kworker/2:0] 0 0 197 15047 kworker/3:1 [kworker/3:1] 0 0 197 15222 chronyd /usr/sbin/chronyd 472 120588 17367410 15733 zabbix_agentd /usr/sbin/zabbix_agentd -c 808 79076 17367394 15734 zabbix_agentd /usr/sbin/zabbix_agentd: co 1416 79076 17367394 15735 zabbix_agentd /usr/sbin/zabbix_agentd: li 2012 100632 17367394 15736 zabbix_agentd /usr/sbin/zabbix_agentd: li 2016 100632 17367394 15737 zabbix_agentd /usr/sbin/zabbix_agentd: li 2012 100632 17367394 15738 zabbix_agentd /usr/sbin/zabbix_agentd: ac 1696 100640 17367394 16379 kworker/0:0 [kworker/0:0] 0 0 137 16950 nomad /opt/puppet-archive/nomad-1 17140 1120540 88 16960 php /usr/bin/php /data/ecogate/ 24188 439100 88 16961 nomad /opt/puppet-archive/nomad-1 16916 1120540 88 16969 php /usr/bin/php /data/ecogate/ 24188 439100 88 16970 nomad /opt/puppet-archive/nomad-1 16960 1054748 88 16979 php /usr/bin/php /data/ecogate/ 24192 439100 88 16980 nomad /opt/puppet-archive/nomad-1 17332 989468 88 16988 php /usr/bin/php /data/ecogate/ 24176 439100 88 16990 nomad /opt/puppet-archive/nomad-1 17032 1054748 88 16999 php /usr/bin/php /data/ecogate/ 24188 439100 88 17000 nomad /opt/puppet-archive/nomad-1 16896 1251356 88 17006 nomad /opt/puppet-archive/nomad-1 17008 1120540 88 17016 php /usr/bin/php /data/ecogate/ 24188 439100 88 17019 php /usr/bin/php /data/ecogate/ 24192 439100 88 17021 nomad /opt/puppet-archive/nomad-1 16796 1120284 88 17029 php /usr/bin/php /data/ecogate/ 24192 439100 88 17030 nomad /opt/puppet-archive/nomad-1 16776 1055004 88 17035 nomad /opt/puppet-archive/nomad-1 17096 1186332 88 17042 nomad /opt/puppet-archive/nomad-1 17000 1055004 88 17053 php /usr/bin/php /data/ecogate/ 24176 439100 88 17056 php /usr/bin/php /data/ecogate/ 24188 439100 88 17061 php /usr/bin/php /data/ecogate/ 24192 439100 88 17062 nomad /opt/puppet-archive/nomad-1 17704 1054748 88 17072 php /usr/bin/php /data/ecogate/ 24188 439100 88 17073 nomad /opt/puppet-archive/nomad-1 16640 1120540 88 17078 nomad /opt/puppet-archive/nomad-1 17404 1055004 88 17086 php /usr/bin/php /data/ecogate/ 24188 439100 88 17093 php /usr/bin/php /data/ecogate/ 24180 439100 88 17094 nomad /opt/puppet-archive/nomad-1 17620 1054748 87 17098 nomad /opt/puppet-archive/nomad-1 16816 1054748 87 17111 php /usr/bin/php /data/ecogate/ 24188 439100 87 17114 php /usr/bin/php /data/ecogate/ 24188 439100 87 17115 nomad /opt/puppet-archive/nomad-1 17628 989468 87 17125 php /usr/bin/php /data/ecogate/ 24188 439100 87 17126 nomad /opt/puppet-archive/nomad-1 16872 1120540 87 17127 nomad /opt/puppet-archive/nomad-1 17324 1055004 87 17142 php /usr/bin/php /data/ecogate/ 24188 439100 87 17147 php /usr/bin/php /data/ecogate/ 24192 439100 87 17148 nomad /opt/puppet-archive/nomad-1 17324 989468 87 17153 nomad /opt/puppet-archive/nomad-1 17168 1186076 87 17165 php /usr/bin/php /data/ecogate/ 24192 439100 87 17167 php /usr/bin/php /data/ecogate/ 24176 439100 87 17168 nomad /opt/puppet-archive/nomad-1 16864 1120540 87 17172 nomad /opt/puppet-archive/nomad-1 16960 1186076 87 17183 nomad /opt/puppet-archive/nomad-1 16948 1062944 87 17188 php /usr/bin/php /data/ecogate/ 24180 439100 87 17199 php /usr/bin/php /data/ecogate/ 24180 439100 87 17200 nomad /opt/puppet-archive/nomad-1 17188 1120284 87 17203 php /usr/bin/php /data/ecogate/ 24188 439100 87 17212 php /usr/bin/php /data/ecogate/ 24188 439100 87 17213 nomad /opt/puppet-archive/nomad-1 17060 1120284 87 17222 php /usr/bin/php /data/ecogate/ 24192 439100 87 17223 nomad /opt/puppet-archive/nomad-1 17240 1120284 87 17232 php /usr/bin/php /data/ecogate/ 24188 439100 87 17233 nomad /opt/puppet-archive/nomad-1 17148 1186076 87 17242 php /usr/bin/php /data/ecogate/ 24188 439100 87 17243 nomad /opt/puppet-archive/nomad-1 16976 1185820 87 17251 php /usr/bin/php /data/ecogate/ 24192 439100 87 17252 nomad /opt/puppet-archive/nomad-1 16932 1185820 87 17253 nomad /opt/puppet-archive/nomad-1 17184 1054748 87 17266 nomad /opt/puppet-archive/nomad-1 17236 1120540 87 17269 php /usr/bin/php /data/ecogate/ 24188 439100 87 17278 php /usr/bin/php /data/ecogate/ 24180 439100 87 17281 php /usr/bin/php /data/ecogate/ 24184 439100 87 17282 nomad /opt/puppet-archive/nomad-1 17380 1186332 87 17291 php /usr/bin/php /data/ecogate/ 24192 439100 87 17292 nomad /opt/puppet-archive/nomad-1 16976 1120540 86 17301 php /usr/bin/php /data/ecogate/ 24188 439100 86 17308 nomad /opt/puppet-archive/nomad-1 17448 1055004 86 17318 php /usr/bin/php /data/ecogate/ 24188 439100 86 17319 nomad /opt/puppet-archive/nomad-1 17252 1055004 86 17328 php /usr/bin/php /data/ecogate/ 24188 439100 86 17330 nomad /opt/puppet-archive/nomad-1 17120 1055004 86 17340 php /usr/bin/php /data/ecogate/ 24180 439100 86 17349 nomad /opt/puppet-archive/nomad-1 17076 1186076 84 17350 nomad /opt/puppet-archive/nomad-1 17348 1112344 84 17366 php /usr/bin/php /data/ecogate/ 24192 439100 84 17367 php /usr/bin/php /data/ecogate/ 24188 439100 84 17369 nomad /opt/puppet-archive/nomad-1 17408 1186076 84 17379 php /usr/bin/php /data/ecogate/ 24188 439100 84 17380 nomad /opt/puppet-archive/nomad-1 17436 1120540 84 17389 php /usr/bin/php /data/ecogate/ 24176 439100 84 17402 nomad /opt/puppet-archive/nomad-1 17180 1120284 83 17412 php /usr/bin/php /data/ecogate/ 24188 439100 83 17413 nomad /opt/puppet-archive/nomad-1 17168 1186076 82 17423 php /usr/bin/php /data/ecogate/ 24188 439100 82 17424 nomad /opt/puppet-archive/nomad-1 16840 1128992 82 17430 nomad /opt/puppet-archive/nomad-1 17164 1194272 82 17439 php /usr/bin/php /data/ecogate/ 24188 439100 82 17445 php /usr/bin/php /data/ecogate/ 24176 439100 82 17447 nomad /opt/puppet-archive/nomad-1 16956 1186076 81 17456 php /usr/bin/php /data/ecogate/ 24188 439100 81 17460 nomad /opt/puppet-archive/nomad-1 17240 1120540 80 17469 php /usr/bin/php /data/ecogate/ 24192 439100 80 17470 nomad /opt/puppet-archive/nomad-1 16940 1186076 80 17480 php /usr/bin/php /data/ecogate/ 24192 439100 80 17484 nomad /opt/puppet-archive/nomad-1 16644 1194272 79 17490 nomad /opt/puppet-archive/nomad-1 17312 1055004 79 17499 php /usr/bin/php /data/ecogate/ 24188 439100 79 17503 php /usr/bin/php /data/ecogate/ 24192 439100 79 17639 kworker/3:2 [kworker/3:2] 0 0 78 17643 bounce bounce -z -t unix -u 4388 107892 78 18509 nomad /opt/puppet-archive/nomad-1 14636 980120 7 18519 php /usr/bin/php /data/ecogate/ 23376 439100 7 18520 nomad /opt/puppet-archive/nomad-1 14400 1111448 7 18528 php /usr/bin/php /data/ecogate/ 23924 439100 7 18531 nomad /opt/puppet-archive/nomad-1 14436 971924 7 18540 php /usr/bin/php /data/ecogate/ 23928 439100 7 18541 nomad /opt/puppet-archive/nomad-1 14640 1045656 7 18548 nomad /opt/puppet-archive/nomad-1 14216 1045912 7 18558 php /usr/bin/php /data/ecogate/ 23928 439100 7 18562 php /usr/bin/php /data/ecogate/ 23928 439100 7 18563 nomad /opt/puppet-archive/nomad-1 14056 1111192 7 18573 php /usr/bin/php /data/ecogate/ 23924 439100 7 18574 nomad /opt/puppet-archive/nomad-1 14024 1111192 7 18584 php /usr/bin/php /data/ecogate/ 23924 439100 7 18585 nomad /opt/puppet-archive/nomad-1 14312 1037204 7 18591 nomad /opt/puppet-archive/nomad-1 14488 1037716 7 18592 nomad /opt/puppet-archive/nomad-1 14320 971924 7 18607 php /usr/bin/php /data/ecogate/ 23924 439100 6 18610 php /usr/bin/php /data/ecogate/ 23924 439100 6 18611 nomad /opt/puppet-archive/nomad-1 14464 1037460 6 18613 php /usr/bin/php /data/ecogate/ 23924 439100 6 18622 php /usr/bin/php /data/ecogate/ 23928 439100 6 18636 bash -bash 1860 116620 3 18637 tee tee -ai /root/.bash_history 668 108056 3 18638 bash -bash 1668 116620 3 18639 ps ps -eo pid,comm,args,rss,vs 1488 153328 0 18770 kworker/u32:3 [kworker/u32:3] 0 0 1733 21142 agent-linux /data/agent-linux --collect 3620 122624 47717 21645 nomad /opt/puppet-archive/nomad-1 9592 1259808 47715 21772 php /usr/bin/php /data/ecogate/ 64292 724256 47715 22328 rsyslogd /usr/sbin/rsyslogd -n 20092 527216 133398 23033 td-agent-bit /opt/td-agent-bit/bin/td-ag 6264 145592 47620 25318 kworker/2:2 [kworker/2:2] 0 0 1398 28180 pickup pickup -l -t unix -u 1412 107856 1217 29354 cleanup cleanup -z -t unix -u 1644 108004 2898 29365 local local -t unix 1788 95100 2898 31261 consul /usr/local/bin/consul agent 27072 785124 442933 ```
bubejur commented 3 years ago

@notnoop how you doing?

bubejur commented 3 years ago

@notnoop @tgross Hi! Any updates?

notnoop commented 3 years ago

@bubejur Hey. This ticket is on my list for this week to investigate and follow up. Thank you for your patience.

bubejur commented 2 years ago

@notnoop @tgross any updates?

anastazya commented 2 years ago

Nomad v1.1.2 (60638a086ef9630e2a9ba1e237e8426192a44244)

After updating to v1.1.2, we still see the same issue with nomad logmon.

Screenshot 2021-08-10 at 10 15 31

The only resolve seems to be restarting nomad ( systemctl restart nomad )

bubejur commented 2 years ago

@notnoop @tgross any updates?

anastazya commented 2 years ago

I implemented a cron job across all our nomad clients that executes "systemctl restart nomad && swapoff -a && swapon -a" every 24 hours, at random minutes ( not all at once ).

So far i managed to keep memory usage under the OOM limit, but this method might have side effects that we are not yet aware of.

bubejur commented 2 years ago

@anastazya i guess it might not to be production solution :-)

anastazya commented 2 years ago

@anastazya i guess it might not to be production solution :-)

Desperate times call for desperate measures. I have far too many nodes and tasks to just wait. I needed a fast solution to this OOM problem, cause tasks that failed when OOM manifests lead to data loss and that's huge issue for my setup.

bubejur commented 2 years ago

got same on 1.1.4 :-(

bubejur commented 2 years ago

@notnoop @tgross Hi! Any updates?

bubejur commented 2 years ago

@notnoop @tgross same on 1.1.5

notnoop commented 2 years ago

@bubejur Thanks for your patience. I was OOO for awhile and catching up now. I have built a binary to instrument logmon to emit memory heap/allocs profiles in the b-logmon-inspect branch. If possible, can you try running with the binaries generated in https://app.circleci.com/pipelines/github/hashicorp/nomad/17688/workflows/351ab2f1-12c7-4930-b88b-c3eb4f875a70/jobs/175438/artifacts .

When you notice a high memory usage of a logmon process, you can send it a SIGUSR2 signal (e.g. kill -SIGUSR2 <logmon_pid>), and two memory profiles prefixed with nomad-logmon-pprof- will be generated in the host temporary directory - the exact name should be noted in a log line.

With the pprof files, it'll be easier to identify the cause of high memory usage and test hypothesis for fixing it. Thank you so much again for your patience.

anastazya commented 2 years ago

@bubejur Thanks for your patience. I was OOO for awhile and catching up now. I have built a binary to instrument logmon to emit memory heap/allocs profiles in the b-logmon-inspect branch. If possible, can you try running with the binaries generated in https://app.circleci.com/pipelines/github/hashicorp/nomad/17688/workflows/351ab2f1-12c7-4930-b88b-c3eb4f875a70/jobs/175438/artifacts .

When you notice a high memory usage of a logmon process, you can send it a SIGUSR2 signal (e.g. kill -SIGUSR2 <logmon_pid>), and two memory profiles prefixed with nomad-logmon-pprof- will be generated in the host temporary directory - the exact name should be noted in a log line.

With the pprof files, it'll be easier to identify the cause of high memory usage and test hypothesis for fixing it. Thank you so much again for your patience.

I will be freeing up some time in the next days and run that binary against some of our servers to get some info.