0% found this document useful (0 votes)
50 views

Lab 10

The document shows the log of a user connecting to a remote server using SSH and then interacting with the system on the server. Some key points: - The user connects to the remote server "fep.grid.pub.ro" and is warned that the server fingerprint is not known - After logging in, notices are displayed about home directory changes and GPU usage policies - The user tries various commands like emacs, g++ and vi but many are not available - Files are created, compiled and executed on the remote server - The user is unable to launch a graphical X terminal or reconnect suspended programs

Uploaded by

Elena Tina
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

Lab 10

The document shows the log of a user connecting to a remote server using SSH and then interacting with the system on the server. Some key points: - The user connects to the remote server "fep.grid.pub.ro" and is warned that the server fingerprint is not known - After logging in, notices are displayed about home directory changes and GPU usage policies - The user tries various commands like emacs, g++ and vi but many are not available - Files are created, compiled and executed on the remote server - The user is unable to launch a graphical X terminal or reconnect suspended programs

Uploaded by

Elena Tina
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 127

Lab 10

Microsoft Windows [Version 10.0.22621.2715]


(c) Microsoft Corporation. All rights reserved.

C:\Users\Elena>ssh
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
[-b bind_address] [-c cipher_spec] [-D
[bind_address:]port]
[-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]
[-i identity_file] [-J [user@]host[:port]] [-L address]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-
p port]
[-Q query_option] [-R address] [-S ctl_path] [-W
host:port]
[-w local_tun[:remote_tun]] destination [command]

C:\Users\Elena>ssh [email protected]
The authenticity of host 'fep.grid.pub.ro (141.85.241.63)' can't
be established.
ED25519 key fingerprint is
SHA256:ki9WcL1WIRO9SObZ5oeY/AdVMK+H+IUhCnSemQhZPL
E.
This key is not known by any other names
Are you sure you want to continue connecting
(yes/no/[fingerprint])? yes
Warning: Permanently added 'fep.grid.pub.ro' (ED25519) to the
list of known hosts.

* IMPORTANT - PLEASE READ CAREFULLY:


* Începând cu 28.09.2023 vom muta directoarele home vechi la
calea $OLD_HOME. Vă rugăm să mutați
ce mai este relevant în home-ul cel nou pana pe 05.10.2023
* If you are using GPU computing and TensorFlow technology,
please use CUDA_VISIBLE_DEVICES
to limit the number of GPUs. Otherwise, you will be banned.
* Your sessions will be disconnected automatically after 60min
on inactivity.
You can use "-o ServerAliveInterval 10" option if you need
longer sessions.*
([email protected])

Please login at https://login.upb.ro/auth/realms/UPB/device.


Then input code NACC-VHPJ
Press Enter to continue:
Connection closed by 141.85.241.63 port 22

C:\Users\Elena>ssh
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
[-b bind_address] [-c cipher_spec] [-D
[bind_address:]port]
[-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]
[-i identity_file] [-J [user@]host[:port]] [-L address]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-
p port]
[-Q query_option] [-R address] [-S ctl_path] [-W
host:port]
[-w local_tun[:remote_tun]] destination [command]

C:\Users\Elena>
C:\Users\Elena>
C:\Users\Elena>
C:\Users\Elena>
C:\Users\Elena>
C:\Users\Elena>
C:\Users\Elena>
C:\Users\Elena>
C:\Users\Elena>ssh [email protected]

* IMPORTANT - PLEASE READ CAREFULLY:


* Începând cu 28.09.2023 vom muta directoarele home vechi la
calea $OLD_HOME. Vă rugăm să mutați
ce mai este relevant în home-ul cel nou pana pe 05.10.2023
* If you are using GPU computing and TensorFlow technology,
please use CUDA_VISIBLE_DEVICES
to limit the number of GPUs. Otherwise, you will be banned.
* Your sessions will be disconnected automatically after 60min
on inactivity.
You can use "-o ServerAliveInterval 10" option if you need
longer sessions.*
([email protected])

Please login at https://login.upb.ro/auth/realms/UPB/device.


Then input code IHWA-IMRR
Press Enter to continue:

Welcome, elena.teianu!

[elena.teianu@fep8 ~]$ pwd


/export/home/fils/stud/e/elena.teianu
[elena.teianu@fep8 ~]$ emacs lab 10 &
[1] 3574506
-bash: emacs: command not found
[elena.teianu@fep8 ~]$ emacs lab10 &
[2] 3574562
-bash: emacs: command not found
[1] Exit 127 emacs lab 10
[elena.teianu@fep8 ~]$ emacs lab10 &
[3] 3574615
[2] Exit 127 emacs lab10
[elena.teianu@fep8 ~]$ -bash: emacs: command not found
echo $SHELL
/bin/bash
[3]+ Exit 127 emacs lab10
[elena.teianu@fep8 ~]$ pwd
/export/home/fils/stud/e/elena.teianu
[elena.teianu@fep8 ~]$ ls
[elena.teianu@fep8 ~]$ echo $SHELL
/bin/bash
[elena.teianu@fep8 ~]$ ls
[elena.teianu@fep8 ~]$ echo &SHELL
[1] 3578480

-bash: SHELL: command not found


[1]+ Done echo
[elena.teianu@fep8 ~]$ echo $SHELL
/bin/bash
[elena.teianu@fep8 ~]$ mkdir abc
[elena.teianu@fep8 ~]$ ls
abc
[elena.teianu@fep8 ~]$ ls -l
total 0
drwxr-xr-x 2 elena.teianu studfils 0 Dec 13 10:45 abc
[elena.teianu@fep8 ~]$ ls -la
total 2
drwx--x--x 4 elena.teianu studfils 5 Dec 13 10:45 .
drwx--x--x 4 root root 2 Dec 13 10:18 ..
drwxr-xr-x 2 elena.teianu studfils 0 Dec 13 10:45 abc
-rw------- 1 elena.teianu studfils 18 Dec 13 10:18 .bash_logout
-rw------- 1 elena.teianu studfils 141 Dec 13 10:18 .bash_profile
-rw------- 1 elena.teianu studfils 376 Dec 13 10:18 .bashrc
drwx--x--x 4 elena.teianu studfils 2 Dec 13 10:18 .mozilla
[elena.teianu@fep8 ~]$ cd abc
[elena.teianu@fep8 abc]$ emacs
-bash: emacs: command not found
[elena.teianu@fep8 abc]$ ls > dateiname
[elena.teianu@fep8 abc]$ ls
dateiname
[elena.teianu@fep8 abc]$ more
more: bad usage
Try 'more --help' for more information.
[elena.teianu@fep8 abc]$ more dateiname
dateiname
[elena.teianu@fep8 abc]$ ls -la
total 1
drwxr-xr-x 2 elena.teianu studfils 1 Dec 13 10:50 .
drwx--x--x 4 elena.teianu studfils 5 Dec 13 10:45 ..
-rw-r--r-- 1 elena.teianu studfils 10 Dec 13 10:50 dateiname
[elena.teianu@fep8 abc]$ Ctrl -x -s
-bash: Ctrl: command not found
[elena.teianu@fep8 abc]$ Ctrl-x-s
-bash: Ctrl-x-s: command not found
[elena.teianu@fep8 abc]$ Ctrl -z
-bash: Ctrl: command not found
[elena.teianu@fep8 abc]$ ps
PID TTY TIME CMD
3566721 pts/49 00:00:00 bash
3580353 pts/49 00:00:00 ps
[elena.teianu@fep8 abc]$ vi

[1]+ Stopped vim


[elena.teianu@fep8 abc]$ g++ Lab.cpp
g++: error: Lab.cpp: No such file or directory
g++: fatal error: no input files
compilation terminated.
[elena.teianu@fep8 abc]$ ls
dateiname
[elena.teianu@fep8 abc]$ cd ..
[elena.teianu@fep8 ~]$ ls
abc Lab.cpp
[elena.teianu@fep8 ~]$ g++ Lab.cpp
/tmp/cclFobON.o: In function `std::thread::thread<main::
{lambda()#1}, , void>(main::{lambda()#1}&&)':
Lab.cpp:(.text+0xb99): undefined reference to `pthread_create'
/tmp/cclFobON.o: In function `std::thread::thread<main::
{lambda()#2}, , void>(main::{lambda()#2}&&)':
Lab.cpp:(.text+0xc59): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
[elena.teianu@fep8 ~]$ g++ Aufgabe1.cpp
[elena.teianu@fep8 ~]$ ls
abc a.out Aufgabe1.cpp Lab.cpp
[elena.teianu@fep8 ~]$ ./a.out
Enter a number: 5
Entered number is positive
[elena.teianu@fep8 ~]$ g++ Aufgabe1.cpp -o Zahlpositiv
[elena.teianu@fep8 ~]$ ls
abc a.out Aufgabe1.cpp Lab.cpp Zahlpositiv
[elena.teianu@fep8 ~]$ Zahlpositiv
-bash: Zahlpositiv: command not found
[elena.teianu@fep8 ~]$ ./Zahlpositiv
Enter a number: 4
Entered number is positive
[elena.teianu@fep8 ~]$ rm Zahlpositiv
[elena.teianu@fep8 ~]$ rmdir Zahlpositiv
rmdir: failed to remove 'Zahlpositiv': No such file or directory
[elena.teianu@fep8 ~]$ rmdir Lab.cpp
rmdir: failed to remove 'Lab.cpp': Not a directory
[elena.teianu@fep8 ~]$ rmdir abc
rmdir: failed to remove 'abc': Directory not empty
[elena.teianu@fep8 ~]$ xterm
xterm: Xt error: Can't open display:
xterm: DISPLAY is not set
[elena.teianu@fep8 ~]$ emacs
-bash: emacs: command not found
[elena.teianu@fep8 ~]$ Ctrl -Z
-bash: Ctrl: command not found
[elena.teianu@fep8 ~]$ Ctrl-Z
-bash: Ctrl-Z: command not found
[elena.teianu@fep8 ~]$ fg
vim (wd: ~/abc)

[1]+ Stopped vim (wd: ~/abc)


(wd now: ~)
[elena.teianu@fep8 ~]$ bg
[1]+ vim & (wd: ~/abc)

[1]+ Stopped vim (wd: ~/abc)


(wd now: ~)
[elena.teianu@fep8 ~]$ xterm &
[2] 3586935
[elena.teianu@fep8 ~]$ xterm: Xt error: Can't open display:
xterm: DISPLAY is not set
xterm
xterm: Xt error: Can't open display:
xterm: DISPLAY is not set
[2]- Exit 1 xterm
[elena.teianu@fep8 ~]$ vi

[2]+ Stopped vim


[elena.teianu@fep8 ~]$ ps
PID TTY TIME CMD
3566721 pts/49 00:00:00 bash
3580448 pts/49 00:00:00 vim
3587201 pts/49 00:00:00 vim
3587264 pts/49 00:00:00 ps
[elena.teianu@fep8 ~]$ jobs
[1]- Stopped vim (wd: ~/abc)
[2]+ Stopped vim
[elena.teianu@fep8 ~]$ ps -aux
USER PID %CPU %MEM VSZ RSS TTY STAT START
TIME COMMAND
root 1 0.0 0.2 322100 8352 ? Ss Nov28 12:46
/usr/lib/systemd/systemd --switched-root --system --d
root 2 0.0 0.0 0 0? S Nov28 0:00 [kthreadd]
root 3 0.0 0.0 0 0? I< Nov28 0:00 [rcu_gp]
root 4 0.0 0.0 0 0? I< Nov28 0:00
[rcu_par_gp]
root 6 0.0 0.0 0 0 ? I< Nov28 0:00
[kworker/0:0H-events_highpri]
root 9 0.0 0.0 0 0? I< Nov28 0:00
[mm_percpu_wq]
root 10 0.0 0.0 0 0? S Nov28 1:04
[ksoftirqd/0]
root 11 0.0 0.0 0 0? I Nov28 7:32 [rcu_sched]
root 12 0.0 0.0 0 0? S Nov28 0:01
[migration/0]
root 13 0.0 0.0 0 0? S Nov28 0:01
[watchdog/0]
root 14 0.0 0.0 0 0? S Nov28 0:00 [cpuhp/0]
root 15 0.0 0.0 0 0? S Nov28 0:00 [cpuhp/1]
root 16 0.0 0.0 0 0? S Nov28 0:03
[watchdog/1]
root 17 0.0 0.0 0 0? S Nov28 0:02
[migration/1]
root 18 0.0 0.0 0 0? S Nov28 1:04
[ksoftirqd/1]
root 20 0.0 0.0 0 0 ? I< Nov28 0:00
[kworker/1:0H-events_highpri]
root 22 0.0 0.0 0 0? S Nov28 0:00
[kdevtmpfs]
root 23 0.0 0.0 0 0? I< Nov28 0:00 [netns]
root 24 0.0 0.0 0 0? S Nov28 0:00
[rcu_tasks_trace]
root 25 0.0 0.0 0 0? S Nov28 0:00
[rcu_tasks_rude_]
root 26 0.0 0.0 0 0? S Nov28 0:34 [kauditd]
root 30 0.0 0.0 0 0? S Nov28 0:00
[khungtaskd]
root 31 0.0 0.0 0 0? S Nov28 0:01
[oom_reaper]
root 32 0.0 0.0 0 0? I< Nov28 0:00 [writeback]
root 33 0.0 0.0 0 0? S Nov28 0:07
[kcompactd0]
root 34 0.0 0.0 0 0? SN Nov28 0:00 [ksmd]
root 35 0.0 0.0 0 0? SN Nov28 0:33
[khugepaged]
root 36 0.0 0.0 0 0? I< Nov28 0:00 [crypto]
root 37 0.0 0.0 0 0? I< Nov28 0:00
[kintegrityd]
root 38 0.0 0.0 0 0? I< Nov28 0:00 [kblockd]
root 39 0.0 0.0 0 0? I< Nov28 0:00
[blkcg_punt_bio]
root 40 0.0 0.0 0 0? I< Nov28 0:00
[tpm_dev_wq]
root 41 0.0 0.0 0 0? I< Nov28 0:00 [md]
root 42 0.0 0.0 0 0? I< Nov28 0:00 [edac-
poller]
root 44 0.0 0.0 0 0? S Nov28 0:00
[watchdogd]
root 45 0.0 0.0 0 0 ? I< Nov28 0:07
[kworker/0:1H-xfs-log/sda4]
root 78 0.1 0.0 0 0? S Nov28 22:51 [kswapd0]
root 180 0.0 0.0 0 0? I< Nov28 0:00 [kthrotld]
root 181 0.0 0.0 0 0? I< Nov28 0:00
[acpi_thermal_pm]
root 182 0.0 0.0 0 0? I< Nov28 0:00
[kmpath_rdacd]
root 183 0.0 0.0 0 0? I< Nov28 0:00 [kaluad]
root 184 0.0 0.0 0 0? I< Nov28 0:00
[ipv6_addrconf]
root 185 0.0 0.0 0 0? I< Nov28 0:00 [kstrp]
root 299 0.0 0.0 0 0? I< Nov28 0:07
[kworker/1:1H-kblockd]
root 434 0.0 0.0 0 0? I< Nov28 0:00
[hv_vmbus_con]
root 435 0.0 0.0 0 0? I< Nov28 0:00
[hv_pri_chan]
root 436 0.0 0.0 0 0? I< Nov28 0:00
[hv_sub_chan]
root 439 0.0 0.0 0 0? S Nov28 0:00 [scsi_eh_0]
root 440 0.0 0.0 0 0? I< Nov28 0:00
[scsi_tmf_0]
root 441 0.0 0.0 0 0? I< Nov28 0:00
[storvsc_error_w]
root 466 0.0 0.0 0 0? I< Nov28 0:00 [xfsalloc]
root 467 0.0 0.0 0 0? I< Nov28 0:00
[xfs_mru_cache]
root 468 0.0 0.0 0 0? I< Nov28 0:00
[xfs-buf/sda4]
root 469 0.0 0.0 0 0? I< Nov28 0:00
[xfs-conv/sda4]
root 470 0.0 0.0 0 0? I< Nov28 0:00
[xfs-cil/sda4]
root 471 0.0 0.0 0 0? I< Nov28 0:00 [xfs-
reclaim/sda]
root 472 0.0 0.0 0 0? I< Nov28 0:00 [xfs-
eofblocks/s]
root 473 0.0 0.0 0 0? I< Nov28 0:00
[xfs-log/sda4]
root 474 0.0 0.0 0 0? S Nov28 3:33
[xfsaild/sda4]
root 567 0.0 0.8 141404 31588 ? Ss Nov28 5:23
/usr/lib/systemd/systemd-journald
root 596 0.0 0.0 95356 2672 ? Ss Nov28 0:02
/usr/lib/systemd/systemd-udevd
root 602 0.0 0.0 0 0? I< Nov28 0:00
[xfs-buf/sda2]
root 603 0.0 0.0 0 0? I< Nov28 0:00
[xfs-conv/sda2]
root 605 0.0 0.0 0 0? I< Nov28 0:00
[xfs-cil/sda2]
root 607 0.0 0.0 0 0? I< Nov28 0:00 [xfs-
reclaim/sda]
root 609 0.0 0.0 0 0? I< Nov28 0:00 [xfs-
eofblocks/s]
root 611 0.0 0.0 0 0? I< Nov28 0:00
[xfs-log/sda2]
root 613 0.0 0.0 0 0? S Nov28 0:00
[xfsaild/sda2]
root 675 0.0 0.0 0 0? S Nov28 0:26
[hv_balloon]
rpc 686 0.0 0.0 67192 0? Ss Nov28 0:01
/usr/bin/rpcbind -w -f
root 689 0.0 0.0 144052 1180 ? S<sl Nov28 4:08
/sbin/auditd
root 693 0.0 0.0 48552 804 ? S< Nov28 1:32
/usr/sbin/sedispatch
root 709 0.0 0.0 0 0? I< Nov28 0:00 [rpciod]
root 710 0.0 0.0 0 0? I< Nov28 0:00
[kworker/u481:0-xprtiod]
root 711 0.0 0.0 0 0? I< Nov28 0:00 [xprtiod]
root 725 0.0 0.0 124892 356 ? Ssl Nov28 1:15
/usr/sbin/irqbalance --foreground
root 733 0.0 0.0 251648 2160 ? Ss Nov28 0:02
/usr/sbin/sssd -i --logger=files
polkitd 736 0.0 0.0 1638892 1608 ? Ssl Nov28 1:12
/usr/lib/polkit-1/polkitd --no-debug
dbus 737 0.0 0.1 75752 4724 ? Ss Nov28 13:19
/usr/bin/dbus-daemon --system --address=systemd: --no
root 739 0.0 0.0 4372 64 ? Ss Nov28 0:00
/usr/sbin/hypervvssd -n
chrony 746 0.0 0.0 43484 1040 ? S Nov28 0:05
/usr/sbin/chronyd
root 756 0.0 0.0 0 0? I< Nov28 0:00 [nfit]
rngd 757 0.0 0.0 154828 16 ? Ssl Nov28 2:24
/usr/sbin/rngd -f --fill-watermark=0
root 766 0.0 0.0 216144 2172 ? S Nov28 0:11
/usr/libexec/sssd/sssd_be --domain implicit_files --u
root 767 0.0 0.3 278472 11816 ? S Nov28 12:27
/usr/libexec/sssd/sssd_be --domain LDAP --uid 0 --gid
root 774 0.0 0.0 295892 0 ? Ssl Nov28 0:00
/usr/libexec/platform-python -s /usr/sbin/firewalld -
root 775 0.0 0.6 264872 23888 ? S Nov28 3:38
/usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --logger=f
root 776 0.0 0.4 242316 17688 ? S Nov28 4:10
/usr/libexec/sssd/sssd_pam --uid 0 --gid 0 --logger=f
root 777 0.0 0.1 93876 4864 ? Ss Nov28 2:41
/usr/lib/systemd/systemd-logind
root 898 0.0 0.0 380788 1228 ? Ssl Nov28 1:08
/usr/sbin/NetworkManager --no-daemon
root 914 0.0 0.0 485648 1752 ? Ssl Nov28 9:15
/usr/libexec/platform-python -Es /usr/sbin/tuned -l -
root 917 0.0 0.7 232724 29432 ? Ssl Nov28 1:02
/opt/puppetlabs/puppet/bin/ruby /opt/puppetlabs/puppe
root 918 0.0 0.0 11364 932 ? Ss Nov28 0:20
/usr/sbin/hypervkvpd -n
prometh+ 920 0.0 0.0 715972 60 ? Ssl Nov28 0:01
/usr/bin/node_exporter
root 922 0.0 0.0 53488 1648 ? Ss Nov28 0:00
/usr/sbin/oddjobd -n -p /run/oddjobd.pid -t 300
root 929 0.0 0.0 101776 0? Ssl Nov28 0:00
/usr/sbin/gssproxy -D
root 930 0.0 0.0 76552 1192 ? Ss Nov28 2:12
/usr/sbin/sshd -D [email protected],ch
munge 934 0.0 0.0 237608 664 ? Sl Nov28 3:25
/usr/sbin/munged
root 966 0.0 0.0 36956 1540 ? Ss Nov28 0:07
/usr/sbin/crond -n
root 1220 0.0 0.4 389704 15188 ? Ssl Nov28 4:44
/usr/sbin/rsyslogd -n
nrpe 1221 0.0 0.0 20748 0 ? Ss Nov28 0:00
/usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f
root 1234 0.0 0.0 6912 0 tty1 Ss+ Nov28 0:00
/sbin/agetty -o -p -- \u --noclear tty1 linux
rpcuser 1240 0.0 0.0 71768 4? Ss Nov28 0:00
/usr/sbin/rpc.statd
root 1391 0.0 0.0 161280 0? Ss Nov28 0:00 sshd:
mihai_cristian.pirvu [priv]
root 1393 0.0 0.0 89756 3444 ? Ss Nov28 1:03
/usr/lib/systemd/systemd --user
root 1399 0.0 0.0 142436 4? S Nov28 0:00 (sd-
pam)
root 1549 0.0 0.0 454768 1300 ? Ssl Nov28 0:07
/usr/sbin/automount --systemd-service --dont-check-da
root 1636 0.0 0.0 0 0? I< Nov28 0:00 [ceph-
msgr]
root 1653 0.0 0.0 0 0? I< Nov28 0:00 [ceph-
watch-noti]
root 1654 0.0 0.0 0 0? I< Nov28 0:00 [ceph-
completion]
mihai_c+ 1706 0.0 0.1 89816 3908 ? Ss Nov28 1:07
/usr/lib/systemd/systemd --user
mihai_c+ 1709 0.0 0.0 164868 4? S Nov28 0:00 (sd-
pam)
mihai_c+ 1746 0.0 0.0 150320 732 ? S Nov28 0:27
sshd: mihai_cristian.pirvu
root 5579 0.0 0.0 25452 4? Ss Nov28 0:00
SCREEN
root 5580 0.0 0.0 15556 12 pts/3 Ss+ Nov28 0:00
/bin/bash
root 8654 0.0 0.0 15508 12 pts/5 Ss+ Nov28 0:00
/bin/bash
root 11618 0.0 0.0 15448 12 pts/6 Ss+ Nov28 0:00
/bin/bash
root 11724 0.0 0.0 0 0? I< Nov28 0:00 [nfsiod]
ioan.ci+ 238382 0.0 0.1 89784 4344 ? Ss Nov29 1:00
/usr/lib/systemd/systemd --user
ioan.ci+ 238384 0.0 0.0 255724 4? S Nov29 0:00 (sd-
pam)
ioan.ci+ 239983 0.0 0.0 27440 8? Ss Nov29 0:00 ssh-
agent
ioan.ci+ 240084 0.0 0.0 27440 0? Ss Nov29 0:00 ssh-
agent
root 643285 0.0 0.0 0 0? I< Dec01 0:00 [ib-
comp-wq]
root 643287 0.0 0.0 0 0? I< Dec01 0:00 [ib-
comp-unb-wq]
root 643288 0.0 0.0 0 0? I< Dec01 0:00
[ib_mcast]
root 643291 0.0 0.0 0 0? I< Dec01 0:00
[ib_nl_sa_wq]
cristia+ 1639128 0.0 0.0 89780 3556 ? Ss Dec04 0:17
/usr/lib/systemd/systemd --user
cristia+ 1639130 0.0 0.0 321416 76 ? S Dec04 0:00 (sd-
pam)
cristia+ 1641571 0.0 0.0 27440 8? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1685415 0.0 0.0 27440 8? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1689986 0.0 0.0 27436 12 ? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1690807 0.0 0.0 27436 16 ? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1690924 0.0 0.0 27440 20 ? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1691627 0.0 0.0 27436 16 ? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1691686 0.0 0.0 27440 20 ? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1692624 0.0 0.0 27440 12 ? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1695611 0.0 0.0 27440 20 ? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1695796 0.0 0.0 27440 16 ? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1696583 0.0 0.0 27440 20 ? Ss Dec04 0:00 ssh-
agent -s
cristia+ 1696651 0.0 0.0 27440 12 ? Ss Dec04 0:00 ssh-
agent -s
cezar.z+ 1700100 0.0 0.1 89756 3796 ? Ss Dec04
0:16 /usr/lib/systemd/systemd --user
cezar.z+ 1700102 0.0 0.0 321692 84 ? S Dec04 0:00
(sd-pam)
cezar.z+ 1706068 0.0 0.0 30500 92 ? Ss Dec04 0:46
tmux
cezar.z+ 1706069 0.0 0.0 26388 4 pts/21 Ss+ Dec04 0:00
-bash
mihnea.+ 1706508 0.0 0.0 89772 3536 ? Ss Dec04
0:16 /usr/lib/systemd/systemd --user
mihnea.+ 1706509 0.0 0.0 321692 84 ? S Dec04 0:00
(sd-pam)
cezar.z+ 1706805 0.0 0.0 26388 12 pts/24 Ss+ Dec04 0:00
-bash
mihnea.+ 1715948 0.0 0.0 54140 8 ? Ss Dec04 0:00
/usr/bin/dbus-daemon --syslog --fork --print-pid 4 --
root 1754042 0.0 0.0 0 0? I< Dec04 0:01
[kworker/u481:2-xprtiod]
root 1813541 0.0 0.0 161280 4? Ss Dec05 0:00
sshd: mihnea.branzeu [priv]
mihnea.+ 1813545 0.0 0.1 89784 4124 ? Ss Dec05
0:15 /usr/lib/systemd/systemd --user
mihnea.+ 1813547 0.0 0.0 321692 84 ? S Dec05 0:00
(sd-pam)
mihnea.+ 1813554 0.0 0.0 161280 4? S Dec05 0:00
sshd: mihnea.branzeu@pts/1
mihnea.+ 1813555 0.0 0.0 26380 4 pts/1 Ss+ Dec05 0:00
bash --rcfile /dev/fd/63
andrei.+ 1907893 0.0 0.1 89800 4620 ? Ss Dec05
0:14 /usr/lib/systemd/systemd --user
andrei.+ 1907896 0.0 0.0 322392 84 ? S Dec05 0:00
(sd-pam)
root 1908435 0.0 0.0 161280 0 ? Ss Dec05 0:00
sshd: andrei.sapunaru2007 [priv]
andrei.+ 1908450 0.0 0.0 162560 4 ? S Dec05 0:03
sshd: andrei.sapunaru2007@pts/10
andrei.+ 1908451 0.0 0.0 33536 8 pts/10 Ss+ Dec05 0:00
-bash
root 1910714 0.0 0.0 161280 0 ? Ss Dec05 0:00
sshd: andrei.sapunaru2007 [priv]
andrei.+ 1910757 0.0 0.0 161280 4 ? S Dec05 0:00
sshd: andrei.sapunaru2007@pts/2
andrei.+ 1910758 0.0 0.0 33644 8 pts/2 Ss Dec05 0:00 -
bash
andrei.+ 1910816 0.0 0.0 52192 12 pts/2 S+ Dec05 0:08
vim input_5.in
andreea+ 2037687 0.0 0.1 89776 4204 ? Ss Dec06
0:12 /usr/lib/systemd/systemd --user
andreea+ 2037689 0.0 0.0 322600 84 ? S Dec06 0:00
(sd-pam)
vlad.co+ 2038063 0.0 0.0 89764 3192 ? Ss Dec06
0:12 /usr/lib/systemd/systemd --user
vlad.co+ 2038067 0.0 0.0 322600 84 ? S Dec06 0:00
(sd-pam)
andreea+ 2043923 0.0 0.0 54140 8 ? Ss Dec06 0:00
/usr/bin/dbus-daemon --syslog --fork --print-pid 5 --
vlad.co+ 2044012 0.0 0.0 54184 8 ? Ss Dec06 0:00
/usr/bin/dbus-daemon --syslog --fork --print-pid 4 --
andreea+ 2045169 0.0 0.0 54140 0 ? Ss Dec06 0:00
/usr/bin/dbus-daemon --syslog --fork --print-pid 5 --
cristia+ 2441363 0.0 0.0 27440 8? Ss Dec09 0:00 ssh-
agent -s
andreea+ 2515453 0.0 0.0 54140 0 ? Ss Dec10 0:00
/usr/bin/dbus-daemon --syslog --fork --print-pid 5 --
eduard.+ 2581059 0.0 0.0 89792 3572 ? Ss Dec10
0:06 /usr/lib/systemd/systemd --user
eduard.+ 2581061 0.0 0.0 330772 84 ? S Dec10 0:00
(sd-pam)
remus_d+ 2593935 0.0 0.0 89804 3424 ? Ss Dec10 0:06
/usr/lib/systemd/systemd --user
remus_d+ 2593937 0.0 0.0 330772 84 ? S Dec10 0:00
(sd-pam)
remus_d+ 2594058 0.0 0.0 29164 3012 ? Ss Dec10 0:01
tmux new -d -s experiments source /etc/profile.d/cond
remus_d+ 2594061 0.1 0.4 744580 18228 pts/30 Ssl+ Dec10
4:23 ./cloudflared tunnel --url http://localhost:8000
remus_d+ 2594081 0.1 0.5 744580 19996 pts/31 Ssl+ Dec10
4:11 ./cloudflared tunnel --url http://localhost:8888
remus_d+ 2697633 0.0 0.0 12860 624 pts/33 Ss+ Dec10
0:00 bash -c source /etc/profile.d/conda.sh ; conda activa
remus_d+ 2697651 0.2 0.5 361392 20212 pts/33 Sl+ Dec10
8:16 python3 src/app.py
grid-us+ 2724510 0.0 0.1 89776 4952 ? Ss Dec10
0:06 /usr/lib/systemd/systemd --user
grid-us+ 2724512 0.0 0.0 396308 556 ? S Dec10 0:00
(sd-pam)
grid-us+ 2724628 0.0 0.0 36140 856 ? Ss Dec10 0:00
SCREEN -S reboot
grid-us+ 2724629 0.0 0.0 26588 804 pts/19 Ss Dec10 0:00
/bin/bash
grid-us+ 2724694 0.0 0.0 44468 1280 pts/19 S+ Dec10
0:00 vim to_reboot reboot_vms.sh
grid-us+ 2724721 0.0 0.0 26512 1056 pts/20 Ss+ Dec10
0:00 /bin/bash
ioan.po+ 2867361 0.0 0.1 89796 5812 ? Ss Dec11
0:06 /usr/lib/systemd/systemd --user
ioan.po+ 2867363 0.0 0.0 396308 556 ? S Dec11 0:00
(sd-pam)
ioan.po+ 2868460 0.0 0.0 29152 2108 ? Ss Dec11 0:03
tmux
ioan.po+ 2868461 0.0 0.0 26396 2072 pts/34 Ss+ Dec11
0:00 -bash
ioan.po+ 2868509 0.0 0.0 26396 1992 pts/35 Ss+ Dec11
0:00 -bash
ioan.po+ 2868562 0.0 0.0 26396 2340 pts/37 Ss+ Dec11
0:00 -bash
andreea+ 2924570 0.0 0.2 89784 8684 ? Ss Dec11
0:05 /usr/lib/systemd/systemd --user
andreea+ 2924572 0.0 0.0 396368 580 ? S Dec11 0:00
(sd-pam)
root 2924597 0.0 0.2 161280 10248 ? Ss Dec11 0:00
sshd: andreea.dutulescu [priv]
andreea+ 2924599 0.0 0.0 161280 3764 ? S Dec11 0:00
sshd: andreea.dutulescu@pts/12
andreea+ 2924600 0.0 0.1 26656 3892 pts/12 Ss+ Dec11
0:00 -bash
cristia+ 2931365 0.0 0.0 27440 268 ? Ss Dec11 0:00
ssh-agent -s
root 3087810 0.0 0.2 161280 9632 ? Ss Dec12 0:00
sshd: madalina.frant [priv]
madalin+ 3088455 0.0 0.2 89764 8828 ? Ss Dec12
0:03 /usr/lib/systemd/systemd --user
madalin+ 3088457 0.0 0.0 396364 680 ? S Dec12 0:00
(sd-pam)
madalin+ 3088463 0.0 0.0 161280 3716 ? S Dec12 0:00
sshd: madalina.frant@pts/16
madalin+ 3088464 0.0 0.0 26480 3480 pts/16 Ss Dec12
0:00 -bash
madalin+ 3089834 0.0 0.0 44292 3560 pts/16 S+ Dec12
0:00 vim main.c
root 3248329 0.0 0.2 161280 9692 ? Ss Dec12 0:00
sshd: eduard.staniloiu [priv]
eduard.+ 3248333 0.0 0.1 161616 4420 ? S Dec12 0:02
sshd: eduard.staniloiu
robert_+ 3284335 0.0 0.2 89812 9596 ? Ss Dec12
0:02 /usr/lib/systemd/systemd --user
robert_+ 3284337 0.0 0.0 396364 1228 ? S Dec12 0:00
(sd-pam)
root 3288405 0.0 0.2 161280 10740 ? Ss Dec12 0:00
sshd: robert_iulian.balan [priv]
robert_+ 3288407 0.0 0.1 161280 4424 ? S Dec12 0:00
sshd: robert_iulian.balan@pts/13
robert_+ 3288408 0.0 0.1 26496 4252 pts/13 Ss+ Dec12
0:00 -bash
dragos.+ 3416717 0.0 0.2 89732 9632 ? Ss Dec12
0:01 /usr/lib/systemd/systemd --user
dragos.+ 3416719 0.0 0.0 396520 1672 ? S Dec12 0:00
(sd-pam)
root 3423297 0.0 0.3 161280 12540 ? Ss Dec12 0:00
sshd: dragos.anghel1109 [priv]
dragos.+ 3423574 0.0 0.1 161280 5724 ? S Dec12 0:00
sshd: dragos.anghel1109@pts/25
dragos.+ 3423575 0.0 0.1 26528 4316 pts/25 Ss+ Dec12
0:00 -bash
root 3518909 0.0 0.3 161280 12060 ? Ss 07:01 0:00
sshd: mihai.tudose1912 [priv]
mihai.t+ 3518913 0.0 0.2 89784 9864 ? Ss 07:01 0:00
/usr/lib/systemd/systemd --user
mihai.t+ 3518915 0.0 0.0 396520 3216 ? S 07:01 0:00
(sd-pam)
mihai.t+ 3518921 0.0 0.1 161280 5484 ? S 07:01 0:00
sshd: mihai.tudose1912@notty
mihai.t+ 3518924 0.0 0.1 47360 5184 ? Ss 07:01 0:00
/usr/libexec/openssh/sftp-server
cosmin.+ 3538228 0.0 0.2 89776 9604 ? Ss 08:28
0:00 /usr/lib/systemd/systemd --user
cosmin.+ 3538230 0.0 0.1 396520 4188 ? S 08:28 0:00
(sd-pam)
root 3538541 0.0 0.3 161280 12248 ? Ss 08:29 0:00
sshd: tiberiu.ureche [priv]
tiberiu+ 3538546 0.0 0.2 89796 9820 ? Ss 08:29 0:00
/usr/lib/systemd/systemd --user
tiberiu+ 3538548 0.0 0.1 396520 4200 ? S 08:29 0:00
(sd-pam)
tiberiu+ 3538554 0.0 0.1 161280 5504 ? S 08:29 0:00
sshd: tiberiu.ureche@pts/29
tiberiu+ 3538555 0.0 0.1 26376 4192 pts/29 Ss 08:29 0:00
-bash
tiberiu+ 3539580 0.0 0.1 54904 5180 pts/29 S+ 08:32 0:00
ssh [email protected]
root 3540086 0.0 0.3 161280 12388 ? Ss 08:33 0:00
sshd: tiberiu.ureche [priv]
tiberiu+ 3540088 0.0 0.1 161280 5816 ? S 08:33 0:00
sshd: tiberiu.ureche@pts/44
tiberiu+ 3540089 0.0 0.1 26376 4212 pts/44 Ss+ 08:33 0:00
-bash
root 3540202 0.0 0.3 161280 12224 ? Ss 08:34 0:00
sshd: tiberiu.ureche [priv]
tiberiu+ 3540204 0.0 0.1 161280 5496 ? S 08:34 0:00
sshd: tiberiu.ureche@pts/45
tiberiu+ 3540205 0.0 0.1 26376 4260 pts/45 Ss+ 08:34 0:00
-bash
root 3540269 0.0 0.3 161280 12296 ? Ss 08:34 0:00
sshd: tiberiu.ureche [priv]
tiberiu+ 3540271 0.0 0.1 161280 5752 ? S 08:34 0:00
sshd: tiberiu.ureche@pts/46
tiberiu+ 3540272 0.0 0.1 26376 4316 pts/46 Ss+ 08:34 0:00
-bash
root 3550997 0.0 0.3 161280 12312 ? Ss 09:15 0:00
sshd: cosmin.florescu2408 [priv]
cosmin.+ 3550999 0.0 0.1 161280 5476 ? S 09:15 0:00
sshd: cosmin.florescu2408@pts/14
cosmin.+ 3551000 0.0 0.1 26376 4380 pts/14 Ss 09:15
0:00 -bash
cosmin.+ 3551234 0.0 0.1 55264 5756 pts/14 S+ 09:16
0:00 ssh [email protected]
root 3554300 0.0 0.2 161280 11252 ? Ss 09:31 0:00
sshd: vlad_iulius.nastase [priv]
vlad_iu+ 3554304 0.0 0.2 89716 9772 ? Ss 09:31
0:00 /usr/lib/systemd/systemd --user
vlad_iu+ 3554306 0.0 0.1 396520 4376 ? S 09:31 0:00
(sd-pam)
vlad_iu+ 3554312 0.0 0.1 161280 5424 ? S 09:31 0:00
sshd: vlad_iulius.nastase@notty
vlad_iu+ 3554313 0.0 0.1 40476 4844 ? Ss 09:31
0:00 /usr/libexec/openssh/sftp-server
root 3554692 0.0 0.3 161280 12216 ? Ss 09:33 0:00
sshd: razvan.burlacu [priv]
razvan.+ 3554696 0.0 0.2 89740 9584 ? Ss 09:33
0:00 /usr/lib/systemd/systemd --user
razvan.+ 3554698 0.0 0.1 396520 4376 ? S 09:33 0:00
(sd-pam)
razvan.+ 3554704 0.0 0.1 162900 7144 ? S 09:33 0:00
sshd: razvan.burlacu@pts/4
razvan.+ 3554705 0.0 0.1 26376 4388 pts/4 Ss 09:33 0:00
-bash
root 3555155 0.0 0.3 161280 12416 ? Ss 09:35 0:00
sshd: luca.patrascu [priv]
luca.pa+ 3555164 0.0 0.2 89724 9824 ? Ss 09:35
0:00 /usr/lib/systemd/systemd --user
luca.pa+ 3555166 0.0 0.1 396520 4376 ? S 09:35 0:00
(sd-pam)
luca.pa+ 3555172 0.0 0.1 161280 5444 ? S 09:35 0:00
sshd: luca.patrascu@pts/7
luca.pa+ 3555173 0.0 0.1 26376 4240 pts/7 Ss 09:35 0:00
-bash
razvan.+ 3555342 0.0 0.2 56524 8220 pts/4 S+ 09:36 0:00
ssh -i /export/home/acs/stud/r/razvan.burlacu/.ssh/op
root 3556138 0.0 0.3 161280 12184 ? Ss 09:40 0:00
sshd: razvan.burlacu [priv]
razvan.+ 3556140 0.0 0.1 161280 5516 ? S 09:40 0:00
sshd: razvan.burlacu@pts/9
razvan.+ 3556141 0.0 0.1 26376 4212 pts/9 Ss 09:40 0:00
-bash
razvan.+ 3556272 0.0 0.1 55264 5844 pts/9 S+ 09:40 0:00
ssh -i /export/home/acs/stud/r/razvan.burlacu/.ssh/op
root 3557155 0.0 0.3 161280 12248 ? Ss 09:43 0:00
sshd: adrian.dumitrache02 [priv]
adrian.+ 3557162 0.0 0.2 89720 9536 ? Ss 09:43 0:00
/usr/lib/systemd/systemd --user
adrian.+ 3557163 0.0 0.1 396520 4376 ? S 09:43 0:00
(sd-pam)
adrian.+ 3557169 0.0 0.1 161280 5492 ? S 09:43 0:00
sshd: adrian.dumitrache02
root 3557407 0.0 0.3 161280 12312 ? Ss 09:45 0:00
sshd: adrian.dumitrache02 [priv]
adrian.+ 3557410 0.0 0.0 161280 3684 ? S 09:45 0:00
sshd: adrian.dumitrache02
root 3557649 0.0 0.3 161280 12232 ? Ss 09:46 0:00
sshd: luca.patrascu [priv]
luca.pa+ 3557658 0.0 0.1 161280 5536 ? S 09:46 0:00
sshd: luca.patrascu@pts/11
luca.pa+ 3557659 0.0 0.1 26476 4344 pts/11 Ss+ 09:46
0:00 -bash
root 3560825 0.0 0.3 161280 12304 ? Ss 09:57 0:00
sshd: adrian.dumitrache02 [priv]
adrian.+ 3560827 0.0 0.1 161280 5816 ? S 09:57 0:00
sshd: adrian.dumitrache02
root 3562701 0.0 0.3 161280 12220 ? Ss 10:07 0:00
sshd: alexandra.bogdan02 [priv]
alexand+ 3562704 0.0 0.2 89700 9648 ? Ss 10:07
0:00 /usr/lib/systemd/systemd --user
alexand+ 3562707 0.0 0.1 396520 4376 ? S 10:07 0:00
(sd-pam)
alexand+ 3562713 0.0 0.1 161280 5448 ? S 10:07 0:00
sshd: alexandra.bogdan02@pts/15
alexand+ 3562714 0.0 0.1 26376 4284 pts/15 Ss 10:07
0:00 -bash
root 3563257 0.0 0.3 161280 12308 ? Ss 10:09 0:00
sshd: eric.zaharia [priv]
eric.za+ 3563263 0.0 0.2 89692 9620 ? Ss 10:09 0:00
/usr/lib/systemd/systemd --user
eric.za+ 3563264 0.0 0.1 396520 4376 ? S 10:09 0:00
(sd-pam)
eric.za+ 3563270 0.0 0.1 161280 5748 ? S 10:09 0:00
sshd: eric.zaharia@pts/17
eric.za+ 3563271 0.0 0.1 26484 4276 pts/17 Ss 10:09 0:00
-bash
root 3564078 0.0 0.3 161280 12488 ? Ss 10:11 0:00
sshd: ovidiu.defta [priv]
ovidiu.+ 3564083 0.0 0.2 89692 9936 ? Ss 10:11 0:00
/usr/lib/systemd/systemd --user
ovidiu.+ 3564084 0.0 0.1 396520 4376 ? S 10:11 0:00
(sd-pam)
ovidiu.+ 3564090 0.0 0.1 161624 5968 ? S 10:11 0:00
sshd: ovidiu.defta@pts/22
ovidiu.+ 3564091 0.0 0.1 26376 4224 pts/22 Ss 10:11 0:00
-bash
eric.za+ 3564267 0.0 0.1 55264 5648 pts/17 S+ 10:12 0:00
ssh -i .ssh/openstack.key [email protected]
root 3564311 0.0 0.3 149980 11692 ? Ss 10:12 0:00
sshd: andreea.budulan [priv]
root 3564326 0.0 0.3 161280 12256 ? Ss 10:12 0:00
sshd: alfred.pietraru [priv]
alfred.+ 3564331 0.0 0.2 89756 9840 ? Ss 10:12 0:00
/usr/lib/systemd/systemd --user
alfred.+ 3564334 0.0 0.1 396520 4376 ? S 10:12 0:00
(sd-pam)
alfred.+ 3564340 0.0 0.1 161280 5656 ? S 10:12 0:00
sshd: alfred.pietraru@pts/23
alfred.+ 3564341 0.0 0.1 26376 4296 pts/23 Ss 10:12 0:00
-bash
root 3564413 0.0 0.3 161280 12272 ? Ss 10:12 0:00
sshd: adrian.dumitrache02 [priv]
adrian.+ 3564418 0.0 0.0 161280 3736 ? S 10:12 0:00
sshd: adrian.dumitrache02
andreea+ 3564479 0.0 0.2 89760 9616 ? Ss 10:12
0:00 /usr/lib/systemd/systemd --user
andreea+ 3564482 0.0 0.1 396520 4376 ? S 10:12 0:00
(sd-pam)
andreea+ 3564488 0.0 0.1 162540 6952 ? S 10:12 0:00
sshd: andreea.budulan@pts/26
andreea+ 3564490 0.0 0.1 26372 4324 pts/26 Ss 10:12
0:00 -bash
andreea+ 3564935 0.0 0.1 56128 7340 pts/26 S+ 10:14
0:00 ssh -i /export/home/acs/stud/a/andreea.budulan/.ssh/o
root 3564945 0.0 0.3 161280 12276 ? Ss 10:14 0:00
sshd: george.marin2610 [priv]
george.+ 3564949 0.0 0.2 89780 9756 ? Ss 10:14
0:00 /usr/lib/systemd/systemd --user
george.+ 3564952 0.0 0.1 396520 4376 ? S 10:14 0:00
(sd-pam)
george.+ 3564958 0.0 0.1 161280 5508 ? S 10:14 0:00
sshd: george.marin2610@pts/27
george.+ 3564961 0.0 0.1 26372 4388 pts/27 Ss 10:14
0:00 -bash
iulia.s+ 3565054 0.0 0.2 89764 9564 ? Ss 10:14 0:00
/usr/lib/systemd/systemd --user
iulia.s+ 3565056 0.0 0.1 396520 4376 ? S 10:14 0:00
(sd-pam)
root 3565094 0.0 0.3 161280 12268 ? Ss 10:14 0:00
sshd: iulia.sandulescu [priv]
iulia.s+ 3565096 0.0 0.1 162852 7124 ? S 10:14 0:00
sshd: iulia.sandulescu
root 3565117 0.0 0.3 149980 11668 ? Ss 10:14 0:00
sshd: andreea.budulan [priv]
andreea+ 3565176 0.0 0.1 161280 5608 ? S 10:15 0:00
sshd: andreea.budulan@pts/32
andreea+ 3565177 0.0 0.1 26372 4232 pts/32 Ss 10:15
0:00 -bash
andreea+ 3565302 0.0 0.1 55264 5672 pts/32 S+ 10:15
0:00 ssh -i /export/home/acs/stud/a/andreea.budulan/.ssh/o
alfred.+ 3565364 0.0 0.1 55264 5660 pts/23 S+ 10:15 0:00
ssh -i .ssh/openstack.key [email protected]
root 3565395 0.0 0.3 161280 12356 ? Ss 10:15 0:00
sshd: andreea.miron1412 [priv]
andreea+ 3565399 0.0 0.2 89772 9728 ? Ss 10:15
0:00 /usr/lib/systemd/systemd --user
andreea+ 3565401 0.0 0.1 396520 4376 ? S 10:15 0:00
(sd-pam)
andreea+ 3565407 0.0 0.1 161280 5744 ? S 10:15 0:00
sshd: andreea.miron1412@pts/36
andreea+ 3565408 0.0 0.1 26376 4256 pts/36 Ss 10:15
0:00 -bash
root 3565504 0.0 0.3 161280 12284 ? Ss 10:16 0:00
sshd: alexandru.dumenica [priv]
alexand+ 3565509 0.0 0.2 89708 9512 ? Ss 10:16
0:00 /usr/lib/systemd/systemd --user
alexand+ 3565511 0.0 0.1 396520 4376 ? S 10:16 0:00
(sd-pam)
alexand+ 3565520 0.0 0.1 161280 5516 ? S 10:16 0:00
sshd: alexandru.dumenica@pts/38
alexand+ 3565524 0.0 0.1 33536 4364 pts/38 Ss 10:16
0:00 -bash
root 3565604 0.0 0.3 161280 12164 ? Ss 10:16 0:00
sshd: serban.ionescu0609 [priv]
serban.+ 3565611 0.0 0.2 89732 9436 ? Ss 10:16
0:00 /usr/lib/systemd/systemd --user
serban.+ 3565612 0.0 0.1 396520 4376 ? S 10:16 0:00
(sd-pam)
serban.+ 3565619 0.0 0.1 161280 5548 ? S 10:16 0:00
sshd: serban.ionescu0609@pts/40
serban.+ 3565620 0.0 0.1 33536 4336 pts/40 Ss 10:16
0:00 -bash
vlad_va+ 3565781 0.0 0.2 89732 9708 ? Ss 10:16
0:00 /usr/lib/systemd/systemd --user
vlad_va+ 3565785 0.0 0.1 396520 4376 ? S 10:16 0:00
(sd-pam)
root 3565881 0.0 0.3 149980 11876 ? Ss 10:16 0:00
sshd: alexandra.burnichi [priv]
root 3565893 0.0 0.3 149980 11596 ? Ss 10:16 0:00
sshd: dragos.cioata [priv]
root 3565923 0.0 0.3 149980 12300 ? Ss 10:16 0:00
sshd: elena.teianu [priv]
dragos.+ 3566047 0.0 0.2 89724 9652 ? Ss 10:17
0:00 /usr/lib/systemd/systemd --user
dragos.+ 3566050 0.0 0.1 396520 4376 ? S 10:17 0:00
(sd-pam)
dragos.+ 3566056 0.0 0.1 162108 6444 ? S 10:17 0:01
sshd: dragos.cioata@pts/47
dragos.+ 3566057 0.0 0.1 33536 4352 pts/47 Ss 10:17
0:00 -bash
alexand+ 3566204 0.0 0.2 89720 9600 ? Ss 10:17
0:00 /usr/lib/systemd/systemd --user
alexand+ 3566206 0.0 0.1 396520 4376 ? S 10:17 0:00
(sd-pam)
alexand+ 3566213 0.0 0.1 161280 5984 ? S 10:17 0:00
sshd: alexandra.burnichi@pts/48
alexand+ 3566215 0.0 0.1 26376 4268 pts/48 Ss 10:17
0:00 -bash
root 3566280 0.0 0.0 0 0? I 10:17 0:00
[kworker/0:4-events]
root 3566310 0.0 0.3 161280 12264 ? Ss 10:17 0:00
sshd: adrian.dumitrache02 [priv]
adrian.+ 3566312 0.0 0.1 163124 7280 ? S 10:17 0:00
sshd: adrian.dumitrache02
ovidiu.+ 3566313 0.0 0.1 55264 5816 pts/22 S+ 10:17 0:00
ssh [email protected]
root 3566414 0.0 0.3 149980 11768 ? Ss 10:17 0:00
sshd: andreea.budulan [priv]
andreea+ 3566484 0.0 0.1 161280 5780 ? S 10:18 0:00
sshd: andreea.budulan@pts/50
andreea+ 3566485 0.0 0.1 26372 4396 pts/50 Ss 10:18
0:00 -bash
root 3566536 0.0 0.3 161280 12408 ? Ss 10:18 0:00
sshd: andrei.serban1608 [priv]
andrei.+ 3566540 0.0 0.2 89716 9776 ? Ss 10:18 0:00
/usr/lib/systemd/systemd --user
andrei.+ 3566542 0.0 0.1 396520 4376 ? S 10:18 0:00
(sd-pam)
andrei.+ 3566552 0.0 0.1 162120 6432 ? S 10:18 0:00
sshd: andrei.serban1608@pts/51
andrei.+ 3566553 0.0 0.1 26376 4380 pts/51 Ss 10:18 0:00
-bash
andreea+ 3566628 0.0 0.1 55264 5852 pts/50 S+ 10:18
0:00 ssh -i /export/home/acs/stud/a/andreea.budulan/.ssh/o
andreea+ 3566638 0.0 0.1 55264 5704 pts/36 S+ 10:18
0:00 ssh -i /export/home/acs/stud/a/andreea.miron1412/.ssh
serban.+ 3566652 0.0 0.1 55264 6000 pts/40 S+ 10:18
0:00 ssh -i /export/home/acs/stud/s/serban.ionescu0609/.ss
alexand+ 3566684 0.0 0.1 55264 5744 pts/48 S+ 10:18
0:00 ssh -i /export/home/acs/stud/a/alexandra.burnichi/.ss
root 3566693 0.0 0.3 149980 11652 ? Ss 10:18 0:00
sshd: andreea.budulan [priv]
elena.t+ 3566710 0.0 0.2 89720 9596 ? Ss 10:18 0:00
/usr/lib/systemd/systemd --user
elena.t+ 3566714 0.0 0.1 396520 4376 ? S 10:18 0:00
(sd-pam)
elena.t+ 3566720 0.0 0.1 161280 5620 ? S 10:18 0:00
sshd: elena.teianu@pts/49
elena.t+ 3566721 0.0 0.1 26636 4536 pts/49 Ss 10:18 0:00
-bash
root 3566754 0.0 0.3 161280 12356 ? Ss 10:18 0:00
sshd: alina_diana.pintoiu [priv]
alina_d+ 3566775 0.0 0.2 89732 9760 ? Ss 10:18
0:00 /usr/lib/systemd/systemd --user
alina_d+ 3566778 0.0 0.1 396520 4376 ? S 10:18 0:00
(sd-pam)
alina_d+ 3566784 0.0 0.1 161280 5684 ? S 10:18 0:00
sshd: alina_diana.pintoiu@pts/52
alina_d+ 3566785 0.0 0.1 33648 4396 pts/52 Ss 10:18 0:00
-bash
andreea+ 3566895 0.0 0.1 161280 5588 ? S 10:18 0:00
sshd: andreea.budulan@pts/54
andreea+ 3566896 0.0 0.1 26372 4248 pts/54 Ss 10:18
0:00 -bash
andreea+ 3567044 0.0 0.1 55264 5664 pts/54 S+ 10:19
0:00 ssh -i /export/home/acs/stud/a/andreea.budulan/.ssh/o
george.+ 3567055 0.0 0.1 55264 5688 pts/27 S+ 10:19
0:00 ssh [email protected]
root 3567066 0.0 0.3 161280 12232 ? Ss 10:19 0:00
sshd: ovidiu.defta [priv]
andrei.+ 3567067 0.0 0.2 56380 7972 pts/51 S+ 10:19 0:00
ssh -i /export/home/acs/stud/a/andrei.serban1608/.ssh
alina_d+ 3567076 0.0 0.1 55264 5760 pts/52 S+ 10:19
0:00 ssh -i /export/home/acs/stud/a/alina_diana.pintoiu/.s
ovidiu.+ 3567077 0.0 0.1 161624 5692 ? S 10:19 0:00
sshd: ovidiu.defta@pts/55
ovidiu.+ 3567078 0.0 0.1 26376 4376 pts/55 Ss 10:19 0:00
-bash
root 3567211 0.0 0.3 161280 12408 ? Ss 10:19 0:00
sshd: alfred.pietraru [priv]
alfred.+ 3567213 0.0 0.1 161280 5460 ? S 10:19 0:00
sshd: alfred.pietraru@pts/56
alfred.+ 3567214 0.0 0.1 26376 4316 pts/56 Ss 10:19 0:00
-bash
ovidiu.+ 3567272 0.0 0.1 55264 5640 pts/55 S+ 10:19 0:00
ssh [email protected]
root 3567273 0.0 0.3 161280 11536 ? Ss 10:19 0:00
sshd: ana.almajanu [priv]
ana.alm+ 3567279 0.0 0.2 89724 9648 ? Ss 10:19
0:00 /usr/lib/systemd/systemd --user
ana.alm+ 3567281 0.0 0.1 396520 4376 ? S 10:19 0:00
(sd-pam)
ana.alm+ 3567287 0.0 0.1 161280 5820 ? S 10:19 0:00
sshd: ana.almajanu
root 3567296 0.0 0.3 161280 12256 ? Ss 10:19 0:00
sshd: alexandru.dumenica [priv]
alexand+ 3567298 0.0 0.1 161280 5448 ? S 10:19 0:00
sshd: alexandru.dumenica@pts/57
alexand+ 3567299 0.0 0.1 33536 4372 pts/57 Ss 10:19
0:00 -bash
root 3567363 0.0 0.3 161280 11400 ? Ss 10:19 0:00
sshd: ana.almajanu [priv]
ana.alm+ 3567365 0.0 0.1 161280 5684 ? S 10:19 0:00
sshd: ana.almajanu
root 3567373 0.0 0.3 161280 11528 ? Ss 10:19 0:00
sshd: ana.almajanu [priv]
root 3567375 0.0 0.3 161280 12432 ? Ss 10:19 0:00
sshd: ovidiu.defta [priv]
ana.alm+ 3567376 0.0 0.1 161280 3816 ? S 10:19 0:00
sshd: ana.almajanu
ovidiu.+ 3567380 0.0 0.1 161624 5876 ? S 10:19 0:00
sshd: ovidiu.defta@pts/58
ovidiu.+ 3567381 0.0 0.1 26376 4216 pts/58 Ss 10:19 0:00
-bash
ovidiu.+ 3567482 0.0 0.1 55264 5888 pts/58 S+ 10:19 0:00
ssh [email protected]
alfred.+ 3567484 0.0 0.1 55264 5676 pts/56 S+ 10:19 0:00
ssh -i .ssh/openstack.key [email protected]
root 3567503 0.0 0.3 161280 12460 ? Ss 10:19 0:00
sshd: ovidiu.defta [priv]
ovidiu.+ 3567506 0.0 0.1 161624 5988 ? S 10:19 0:00
sshd: ovidiu.defta@pts/59
ovidiu.+ 3567507 0.0 0.1 26376 4212 pts/59 Ss 10:19 0:00
-bash
ovidiu.+ 3567610 0.0 0.1 55264 5716 pts/59 S+ 10:19 0:00
ssh [email protected]
root 3567611 0.0 0.3 161280 12140 ? Ss 10:19 0:00
sshd: iulia.sandulescu [priv]
iulia.s+ 3567616 0.0 0.0 161280 3744 ? S 10:19 0:00
sshd: iulia.sandulescu
root 3567706 0.0 0.3 161280 12176 ? Ss 10:20 0:00
sshd: iulia.sandulescu [priv]
iulia.s+ 3567709 0.0 0.0 161280 3740 ? S 10:20 0:00
sshd: iulia.sandulescu
root 3567720 0.0 0.3 161280 12204 ? Ss 10:20 0:00
sshd: alfred.pietraru [priv]
alfred.+ 3567726 0.0 0.1 161280 5584 ? S 10:20 0:00
sshd: alfred.pietraru@pts/61
alfred.+ 3567728 0.0 0.1 26376 4388 pts/61 Ss 10:20 0:00
-bash
root 3567789 0.0 0.3 161280 12124 ? Ss 10:20 0:00
sshd: razvan.burlacu [priv]
razvan.+ 3567791 0.0 0.1 161280 5484 ? S 10:20 0:00
sshd: razvan.burlacu@pts/62
razvan.+ 3567792 0.0 0.1 26476 4336 pts/62 Ss+ 10:20
0:00 -bash
root 3567843 0.0 0.3 161280 12220 ? Ss 10:20 0:00
sshd: iulia.sandulescu [priv]
iulia.s+ 3567845 0.0 0.0 161280 3696 ? S 10:20 0:00
sshd: iulia.sandulescu
root 3567925 0.0 0.3 161280 12396 ? Ss 10:20 0:00
sshd: alfred.pietraru [priv]
alfred.+ 3567995 0.0 0.1 161280 5736 ? S 10:20 0:00
sshd: alfred.pietraru@pts/63
alfred.+ 3567996 0.0 0.1 26376 4172 pts/63 Ss 10:20 0:00
-bash
alfred.+ 3568121 0.0 0.1 55264 5688 pts/61 S+ 10:20 0:00
ssh -i .ssh/openstack.key [email protected]
alfred.+ 3568236 0.0 0.1 55264 5728 pts/63 S+ 10:20 0:00
ssh -i .ssh/openstack.key [email protected]
root 3568303 0.0 0.3 149980 11948 ? Ss 10:20 0:00
sshd: andreea.budulan [priv]
andreea+ 3568402 0.0 0.1 161280 5896 ? S 10:21 0:00
sshd: andreea.budulan@pts/0
andreea+ 3568403 0.0 0.1 26372 4392 pts/0 Ss 10:21
0:00 -bash
andreea+ 3568614 0.0 0.1 55264 5648 pts/0 S+ 10:21
0:00 ssh -i /export/home/acs/stud/a/andreea.budulan/.ssh/o
luca.pa+ 3568890 0.0 0.1 55264 5632 pts/7 S+ 10:21 0:00
ssh [email protected]
root 3568900 0.0 0.3 161280 12152 ? Ss 10:21 0:00
sshd: andreea.miron1412 [priv]
andreea+ 3568903 0.0 0.1 161280 5448 ? S 10:21 0:00
sshd: andreea.miron1412@pts/70
andreea+ 3568905 0.0 0.1 26376 4196 pts/70 Ss 10:21
0:00 -bash
maria.m+ 3569024 0.0 0.2 89664 9540 ? Ss 10:21
0:00 /usr/lib/systemd/systemd --user
maria.m+ 3569025 0.0 0.1 396520 4376 ? S 10:21 0:00
(sd-pam)
root 3569091 0.0 0.3 161280 12212 ? Ss 10:21 0:00
sshd: andreea.miron1412 [priv]
andreea+ 3569094 0.0 0.1 161280 5488 ? S 10:21 0:00
sshd: andreea.miron1412@pts/73
andreea+ 3569095 0.0 0.1 26376 4296 pts/73 Ss 10:21
0:00 -bash
root 3569179 0.0 0.3 161280 12212 ? Ss 10:21 0:00
sshd: alina_diana.pintoiu [priv]
alina_d+ 3569184 0.0 0.1 161280 5508 ? S 10:21 0:00
sshd: alina_diana.pintoiu@pts/74
alina_d+ 3569188 0.0 0.1 33648 4376 pts/74 Ss 10:21 0:00
-bash
root 3569318 0.0 0.3 149980 11908 ? Ss 10:22 0:00
sshd: dragos.cioata [priv]
root 3569320 0.0 0.3 161280 12236 ? Ss 10:22 0:00
sshd: andreea.miron1412 [priv]
andreea+ 3569324 0.0 0.1 161280 5664 ? S 10:22 0:00
sshd: andreea.miron1412@pts/71
andreea+ 3569327 0.0 0.1 26376 4220 pts/71 Ss 10:22
0:00 -bash
root 3569384 0.0 0.3 161280 12416 ? Ss 10:22 0:00
sshd: alina_diana.pintoiu [priv]
alina_d+ 3569386 0.0 0.1 161280 5756 ? S 10:22 0:00
sshd: alina_diana.pintoiu@pts/75
alina_d+ 3569387 0.0 0.1 33536 4276 pts/75 Ss 10:22 0:00
-bash
root 3569457 0.0 0.3 161280 12204 ? Ss 10:22 0:00
sshd: alina_diana.pintoiu [priv]
alina_d+ 3569459 0.0 0.1 161280 5436 ? S 10:22 0:00
sshd: alina_diana.pintoiu@pts/76
alina_d+ 3569460 0.0 0.1 33536 4348 pts/76 Ss 10:22 0:00
-bash
andreea+ 3569534 0.0 0.1 55264 5652 pts/71 S+ 10:22
0:00 ssh -i /export/home/acs/stud/a/andreea.miron1412/.ssh
irene_m+ 3569562 0.0 0.2 89664 9432 ? Ss 10:22
0:00 /usr/lib/systemd/systemd --user
irene_m+ 3569565 0.0 0.1 396520 4376 ? S 10:22 0:00
(sd-pam)
root 3569581 0.0 0.3 161280 11504 ? Ss 10:22 0:00
sshd: irene_mihaela.musat [priv]
irene_m+ 3569583 0.0 0.0 161280 3748 ? S 10:22 0:00
sshd: irene_mihaela.musat
dragos.+ 3569595 0.0 0.1 161280 5676 ? S 10:22 0:00
sshd: dragos.cioata@pts/77
dragos.+ 3569596 0.0 0.1 33536 4384 pts/77 Ss 10:22
0:00 -bash
root 3569647 0.0 0.2 161280 11072 ? Ss 10:22 0:00
sshd: irene_mihaela.musat [priv]
irene_m+ 3569649 0.0 0.1 161372 5528 ? S 10:22 0:00
sshd: irene_mihaela.musat
root 3569669 0.0 0.3 161280 12316 ? Ss 10:22 0:00
sshd: george.marin2610 [priv]
george.+ 3569671 0.0 0.1 161280 5544 ? S 10:22 0:00
sshd: george.marin2610@pts/78
george.+ 3569672 0.0 0.1 26372 4264 pts/78 Ss 10:22
0:00 -bash
root 3569725 0.0 0.2 161280 11264 ? Ss 10:22 0:00
sshd: irene_mihaela.musat [priv]
irene_m+ 3569733 0.0 0.0 161280 3732 ? S 10:22 0:00
sshd: irene_mihaela.musat
andreea+ 3569734 0.0 0.1 55264 5704 pts/73 S+ 10:22
0:00 ssh -i /export/home/acs/stud/a/andreea.miron1412/.ssh
root 3569735 0.0 0.3 161280 12244 ? Ss 10:22 0:00
sshd: adrian.dumitrache02 [priv]
adrian.+ 3569737 0.0 0.1 161280 5448 ? S 10:22 0:00
sshd: adrian.dumitrache02@pts/79
adrian.+ 3569738 0.0 0.1 26376 4344 pts/79 Ss+ 10:22
0:00 -bash
george.+ 3569800 0.0 0.1 55264 5664 pts/78 S+ 10:22
0:00 ssh [email protected]
dragos.+ 3569817 0.0 0.1 55264 5664 pts/77 S+ 10:23
0:00 ssh -i /export/home/acs/stud/d/dragos.cioata/.ssh/ope
alina_d+ 3569818 0.0 0.1 55264 5672 pts/74 S+ 10:23
0:00 ssh -i /export/home/acs/stud/a/alina_diana.pintoiu/.s
alina_d+ 3569837 0.0 0.1 55264 5636 pts/75 S+ 10:23
0:00 ssh -i /export/home/acs/stud/a/alina_diana.pintoiu/.s
root 3569844 0.0 0.3 161280 12228 ? Ss 10:23 0:00
sshd: george.marin2610 [priv]
george.+ 3569846 0.0 0.1 161280 5664 ? S 10:23 0:00
sshd: george.marin2610@pts/80
george.+ 3569847 0.0 0.1 26372 4300 pts/80 Ss 10:23
0:00 -bash
alina_d+ 3569906 0.0 0.1 55264 5936 pts/76 S+ 10:23
0:00 ssh -i /export/home/acs/stud/a/alina_diana.pintoiu/.s
root 3569914 0.0 0.3 161280 12172 ? Ss 10:23 0:00
sshd: george.marin2610 [priv]
george.+ 3569916 0.0 0.1 161280 5560 ? S 10:23 0:00
sshd: george.marin2610@pts/81
george.+ 3569917 0.0 0.1 26372 4316 pts/81 Ss 10:23
0:00 -bash
root 3569976 0.0 0.3 149980 12104 ? Ss 10:23 0:00
sshd: stefania.frunza [priv]
root 3569988 0.0 0.3 161280 12408 ? Ss 10:23 0:00
sshd: alfred.pietraru [priv]
alfred.+ 3569990 0.0 0.1 161280 5872 ? S 10:23 0:00
sshd: alfred.pietraru@pts/82
alfred.+ 3569991 0.0 0.1 26376 4140 pts/82 Ss 10:23 0:00
-bash
george.+ 3570112 0.0 0.1 55264 5824 pts/81 S+ 10:23
0:00 ssh [email protected]
alfred.+ 3570114 0.0 0.1 55264 5780 pts/82 S+ 10:23 0:00
ssh -i .ssh/openstack.key [email protected]
george.+ 3570134 0.0 0.1 55264 5756 pts/80 S+ 10:23
0:00 ssh [email protected]
andreea+ 3570142 0.0 0.1 55264 5672 pts/70 S+ 10:23
0:00 ssh -i /export/home/acs/stud/a/andreea.miron1412/.ssh
stefani+ 3570244 0.0 0.2 89664 9688 ? Ss 10:23 0:00
/usr/lib/systemd/systemd --user
stefani+ 3570247 0.0 0.1 396520 4376 ? S 10:23 0:00
(sd-pam)
stefani+ 3570253 0.0 0.1 161280 5788 ? S 10:23 0:00
sshd: stefania.frunza@pts/84
stefani+ 3570254 0.0 0.1 26376 4340 pts/84 Ss 10:23 0:00
-bash
alexand+ 3570331 0.0 0.2 89704 9456 ? Ss 10:24
0:00 /usr/lib/systemd/systemd --user
alexand+ 3570332 0.0 0.1 396520 4376 ? S 10:24 0:00
(sd-pam)
root 3570662 0.0 0.3 161280 12224 ? Ss 10:24 0:00
sshd: serban.ionescu0609 [priv]
serban.+ 3570664 0.0 0.1 161280 5556 ? S 10:24 0:00
sshd: serban.ionescu0609@pts/87
serban.+ 3570665 0.0 0.1 33536 4276 pts/87 Ss 10:24
0:00 -bash
root 3570723 0.0 0.3 161280 12372 ? Ss 10:24 0:00
sshd: serban.ionescu0609 [priv]
serban.+ 3570725 0.0 0.1 161280 5820 ? S 10:24 0:00
sshd: serban.ionescu0609@pts/88
serban.+ 3570726 0.0 0.1 33536 4392 pts/88 Ss 10:24
0:00 -bash
root 3570785 0.0 0.3 161280 12408 ? Ss 10:24 0:00
sshd: serban.ionescu0609 [priv]
serban.+ 3570787 0.0 0.1 161280 5744 ? S 10:24 0:00
sshd: serban.ionescu0609@pts/89
serban.+ 3570788 0.0 0.1 33536 4320 pts/89 Ss 10:24
0:00 -bash
serban.+ 3570872 0.0 0.1 55264 5624 pts/87 S+ 10:24
0:00 ssh -i /export/home/acs/stud/s/serban.ionescu0609/.ss
serban.+ 3570957 0.0 0.1 55264 5652 pts/88 S+ 10:24
0:00 ssh -i /export/home/acs/stud/s/serban.ionescu0609/.ss
serban.+ 3571030 0.0 0.1 55264 5572 pts/89 S+ 10:25
0:00 ssh -i /export/home/acs/stud/s/serban.ionescu0609/.ss
stefani+ 3571442 0.0 0.1 55264 6792 pts/84 S+ 10:27 0:00
ssh -i /export/home/acs/stud/s/stefania.frunza/.ssh/i
root 3571575 0.0 0.3 161280 12452 ? Ss 10:27 0:00
sshd: alexandra.burnichi [priv]
alexand+ 3571657 0.0 0.1 161280 5740 ? S 10:28 0:00
sshd: alexandra.burnichi@pts/92
alexand+ 3571658 0.0 0.1 26376 4360 pts/92 Ss 10:28
0:00 -bash
root 3571814 0.0 0.3 161280 12308 ? Ss 10:28 0:00
sshd: miruna.coman1311 [priv]
miruna.+ 3571819 0.0 0.2 89696 9640 ? Ss 10:28
0:00 /usr/lib/systemd/systemd --user
miruna.+ 3571821 0.0 0.1 396520 4376 ? S 10:28 0:00
(sd-pam)
miruna.+ 3571827 0.0 0.1 161280 5472 ? S 10:28 0:00
sshd: miruna.coman1311@pts/94
miruna.+ 3571828 0.0 0.1 26376 4268 pts/94 Ss 10:28
0:00 -bash
root 3572216 0.0 0.3 161280 12196 ? Ss 10:29 0:00
sshd: serban.ionescu0609 [priv]
serban.+ 3572218 0.0 0.1 161280 5660 ? S 10:29 0:00
sshd: serban.ionescu0609@pts/95
serban.+ 3572219 0.0 0.1 33648 4416 pts/95 Ss+ 10:29
0:00 -bash
root 3572366 0.0 0.3 161280 12264 ? Ss 10:29 0:00
sshd: maria.movileanu [priv]
maria.m+ 3572368 0.0 0.0 161280 3740 ? S 10:29 0:00
sshd: maria.movileanu
root 3572439 0.0 0.3 161280 12140 ? Ss 10:29 0:00
sshd: maria.movileanu [priv]
maria.m+ 3572441 0.0 0.0 161280 3744 ? S 10:29 0:00
sshd: maria.movileanu
root 3572457 0.0 0.3 161280 12392 ? Ss 10:29 0:00
sshd: maria.movileanu [priv]
maria.m+ 3572459 0.0 0.1 161280 5808 ? S 10:29 0:00
sshd: maria.movileanu
root 3572471 0.0 0.3 161280 12396 ? Ss 10:30 0:00
sshd: vlad_vasile.ion [priv]
vlad_va+ 3572473 0.0 0.1 161280 5720 ? S 10:30 0:00
sshd: vlad_vasile.ion@pts/42
vlad_va+ 3572474 0.0 0.1 26484 4284 pts/42 Ss 10:30
0:00 -bash
alexand+ 3572535 0.0 0.1 57340 6652 pts/92 T 10:30
0:00 ssh [email protected]
root 3572637 0.0 0.3 161280 12236 ? Ss 10:30 0:00
sshd: alfred.pietraru [priv]
alfred.+ 3572639 0.0 0.1 161280 5484 ? S 10:30 0:00
sshd: alfred.pietraru@pts/98
alfred.+ 3572640 0.0 0.1 26492 4392 pts/98 Ss+ 10:30 0:00
-bash
vlad_va+ 3572861 0.0 0.1 55264 5660 pts/42 S+ 10:31
0:00 ssh [email protected]
root 3572922 0.0 0.3 161280 12472 ? Ss 10:31 0:00
sshd: andrei.cojocaru0606 [priv]
andrei.+ 3572927 0.0 0.2 89676 9592 ? Ss 10:31 0:00
/usr/lib/systemd/systemd --user
andrei.+ 3572929 0.0 0.1 396520 4376 ? S 10:31 0:00
(sd-pam)
andrei.+ 3572935 0.0 0.1 161280 5548 ? S 10:31 0:00
sshd: andrei.cojocaru0606@pts/53
andrei.+ 3572936 0.0 0.1 33536 4316 pts/53 Ss 10:31 0:00
-bash
root 3573031 0.0 0.3 161280 12268 ? Ss 10:32 0:00
sshd: andrei.cojocaru0606 [priv]
andrei.+ 3573033 0.0 0.1 161280 5552 ? S 10:32 0:00
sshd: andrei.cojocaru0606@pts/67
andrei.+ 3573034 0.0 0.1 33536 4372 pts/67 Ss 10:32 0:00
-bash
root 3573093 0.0 0.3 161280 12424 ? Ss 10:32 0:00
sshd: andrei.cojocaru0606 [priv]
andrei.+ 3573095 0.0 0.1 161280 5460 ? S 10:32 0:00
sshd: andrei.cojocaru0606@pts/68
andrei.+ 3573096 0.0 0.1 33536 4356 pts/68 Ss 10:32 0:00
-bash
root 3573147 0.0 0.3 161280 12316 ? Ss 10:32 0:00
sshd: andrei.cojocaru0606 [priv]
andrei.+ 3573149 0.0 0.1 161280 5484 ? S 10:32 0:00
sshd: andrei.cojocaru0606@pts/69
andrei.+ 3573150 0.0 0.1 33536 4300 pts/69 Ss 10:32 0:00
-bash
andrei.+ 3573220 0.0 0.1 55264 5668 pts/53 S+ 10:32 0:00
ssh [email protected]
andrei.+ 3573232 0.0 0.1 55264 5616 pts/67 S+ 10:32 0:00
ssh [email protected]
root 3573256 0.0 0.3 161280 12568 ? Ss 10:32 0:00
sshd: ana.almajanu [priv]
ana.alm+ 3573259 0.0 0.1 161280 5752 ? S 10:32 0:00
sshd: ana.almajanu@pts/83
ana.alm+ 3573260 0.0 0.1 26476 4336 pts/83 Ss+ 10:32
0:00 -bash
andrei.+ 3573328 0.0 0.1 55264 5584 pts/68 S+ 10:32 0:00
ssh [email protected]
root 3573329 0.0 0.3 161280 12400 ? Ss 10:32 0:00
sshd: alexandra.bogdan02 [priv]
alexand+ 3573331 0.0 0.1 161280 5868 ? S 10:32 0:00
sshd: alexandra.bogdan02@pts/91
alexand+ 3573332 0.0 0.1 26376 4372 pts/91 Ss 10:32
0:00 -bash
andrei.+ 3573393 0.0 0.1 55264 5640 pts/69 S+ 10:32 0:00
ssh [email protected]
alexand+ 3573435 0.0 0.1 55264 5792 pts/92 S+ 10:32
0:00 ssh -i /export/home/acs/stud/a/alexandra.burnichi/.ss
root 3573464 0.0 0.3 161280 12372 ? Ss 10:33 0:00
sshd: alexandru.ivan1307 [priv]
alexand+ 3573607 0.0 0.2 89676 9560 ? Ss 10:33
0:00 /usr/lib/systemd/systemd --user
alexand+ 3573608 0.0 0.1 396520 4376 ? S 10:33 0:00
(sd-pam)
alexand+ 3573615 0.0 0.1 161280 5872 ? S 10:33 0:00
sshd: alexandru.ivan1307@pts/93
alexand+ 3573617 0.0 0.1 26476 4416 pts/93 Ss+ 10:33
0:00 -bash
root 3573679 0.0 0.3 161280 12248 ? Ss 10:33 0:00
sshd: eric.zaharia [priv]
eric.za+ 3573681 0.0 0.1 161280 5512 ? S 10:33 0:00
sshd: eric.zaharia@pts/97
eric.za+ 3573682 0.0 0.1 26484 4316 pts/97 Ss 10:33 0:00
-bash
eric.za+ 3573903 0.0 0.1 55264 5548 pts/97 S+ 10:34 0:00
ssh -i .ssh/openstack.key [email protected]
root 3574012 0.0 0.3 161280 12324 ? Ss 10:34 0:00
sshd: sebastian.badea0506 [priv]
sebasti+ 3574026 0.0 0.2 89680 9508 ? Ss 10:34 0:00
/usr/lib/systemd/systemd --user
sebasti+ 3574028 0.0 0.1 396520 4376 ? S 10:34 0:00
(sd-pam)
sebasti+ 3574034 0.0 0.1 161708 5812 ? S 10:34 0:00
sshd: sebastian.badea0506
root 3574157 0.0 0.3 161280 12468 ? Ss 10:35 0:00
sshd: ovidiu.defta [priv]
ovidiu.+ 3574167 0.0 0.1 161624 6100 ? S 10:35 0:00
sshd: ovidiu.defta@pts/39
ovidiu.+ 3574168 0.0 0.1 26376 4200 pts/39 Ss+ 10:35
0:00 -bash
root 3574258 0.0 0.3 161280 12284 ? Ss 10:35 0:00
sshd: eric.zaharia [priv]
eric.za+ 3574262 0.0 0.1 161280 5552 ? S 10:35 0:00
sshd: eric.zaharia@pts/100
eric.za+ 3574263 0.0 0.1 26484 4224 pts/100 Ss 10:35 0:00
-bash
root 3574356 0.0 0.3 161280 12176 ? Ss 10:35 0:00
sshd: vlad_vasile.ion [priv]
vlad_va+ 3574359 0.0 0.1 161280 5560 ? S 10:35 0:00
sshd: vlad_vasile.ion@pts/101
vlad_va+ 3574360 0.0 0.1 26376 4272 pts/101 Ss 10:35
0:00 -bash
eric.za+ 3574439 0.0 0.1 55264 5572 pts/100 S+ 10:35
0:00 ssh -i .ssh/openstack.key [email protected]
vlad_va+ 3574494 0.0 0.1 55264 5648 pts/101 S+ 10:35
0:00 ssh [email protected]
alexand+ 3574505 0.0 0.1 54904 5904 pts/15 S+ 10:35
0:00 ssh -i openstack.key [email protected]
root 3574573 0.0 0.3 161280 12428 ? Ss 10:36 0:00
sshd: andreea.budulan [priv]
andreea+ 3574807 0.0 0.1 161280 5496 ? S 10:36 0:00
sshd: andreea.budulan@pts/104
andreea+ 3574808 0.0 0.1 26480 4340 pts/104 Ss+ 10:36
0:00 -bash
root 3574879 0.0 0.3 161280 11624 ? Ss 10:36 0:00
sshd: vlad_iulius.nastase [priv]
vlad_iu+ 3574881 0.0 0.1 161620 6076 ? S 10:36 0:00
sshd: vlad_iulius.nastase
root 3574890 0.0 0.2 161280 11204 ? Ss 10:37 0:00
sshd: vlad_iulius.nastase [priv]
vlad_iu+ 3574892 0.0 0.1 161620 5868 ? S 10:37 0:00
sshd: vlad_iulius.nastase
root 3575082 0.0 0.3 161280 12296 ? Ss 10:37 0:00
sshd: ovidiu.defta [priv]
ovidiu.+ 3575092 0.0 0.1 161624 5664 ? S 10:37 0:00
sshd: ovidiu.defta@pts/105
ovidiu.+ 3575093 0.0 0.1 26376 4232 pts/105 Ss 10:37
0:00 -bash
root 3575213 0.0 0.3 149980 12448 ? Ss 10:38 0:00
sshd: tudor_andrei.mircea [priv]
tudor_a+ 3575435 0.0 0.2 89688 9620 ? Ss 10:38
0:00 /usr/lib/systemd/systemd --user
tudor_a+ 3575437 0.0 0.1 396520 4416 ? S 10:38 0:00
(sd-pam)
ovidiu.+ 3575442 0.0 0.1 55264 5948 pts/105 S+ 10:38
0:00 ssh -i /export/home/acs/stud/o/ovidiu.defta/.ssh/open
tudor_a+ 3575444 0.0 0.1 161280 5852 ? S 10:38 0:00
sshd: tudor_andrei.mircea@pts/106
tudor_a+ 3575445 0.0 0.1 26376 4280 pts/106 Ss+ 10:38
0:00 -bash
root 3575513 0.0 0.3 161280 12312 ? Ss 10:39 0:00
sshd: ovidiu.defta [priv]
ovidiu.+ 3575515 0.0 0.1 161624 5732 ? S 10:39 0:00
sshd: ovidiu.defta@pts/107
ovidiu.+ 3575516 0.0 0.1 26376 4280 pts/107 Ss 10:39
0:00 -bash
root 3575652 0.0 0.3 161280 12236 ? Ss 10:39 0:00
sshd: mihai.brezniceanu [priv]
ovidiu.+ 3575672 0.0 0.1 55264 5860 pts/107 S+ 10:39
0:00 ssh -i /export/home/acs/stud/o/ovidiu.defta/.ssh/open
root 3575689 0.0 0.3 161280 12184 ? Ss 10:39 0:00
sshd: ovidiu.defta [priv]
ovidiu.+ 3575700 0.0 0.1 161624 5848 ? S 10:39 0:00
sshd: ovidiu.defta@pts/108
ovidiu.+ 3575701 0.0 0.1 26376 4392 pts/108 Ss 10:39
0:00 -bash
ovidiu.+ 3575791 0.0 0.1 55264 5564 pts/108 S+ 10:39
0:00 ssh -i /export/home/acs/stud/o/ovidiu.defta/.ssh/open
root 3576061 0.0 0.3 161280 12496 ? Ss 10:40 0:00
sshd: andrei.serban1608 [priv]
andrei.+ 3576069 0.0 0.1 161280 5824 ? S 10:40 0:00
sshd: andrei.serban1608@pts/109
andrei.+ 3576070 0.0 0.1 26376 4392 pts/109 Ss 10:40
0:00 -bash
root 3576152 0.0 0.3 161280 12284 ? Ss 10:40 0:00
sshd: maria.movileanu [priv]
maria.m+ 3576154 0.0 0.1 161280 5508 ? S 10:40 0:00
sshd: maria.movileanu@pts/110
maria.m+ 3576155 0.0 0.1 33536 4324 pts/110 Ss+ 10:40
0:00 -bash
andrei.+ 3576206 0.0 0.1 55264 5640 pts/109 S+ 10:40
0:00 ssh -i /export/home/acs/stud/a/andrei.serban1608/.ssh
root 3576208 0.0 0.3 161280 12272 ? Ss 10:40 0:00
sshd: ovidiu.defta [priv]
ovidiu.+ 3576218 0.0 0.1 161624 5696 ? S 10:40 0:00
sshd: ovidiu.defta@pts/111
ovidiu.+ 3576219 0.0 0.1 26376 4296 pts/111 Ss 10:40
0:00 -bash
mihai.b+ 3576464 0.0 0.2 89696 9568 ? Ss 10:41
0:00 /usr/lib/systemd/systemd --user
mihai.b+ 3576467 0.0 0.1 396520 4416 ? S 10:41 0:00
(sd-pam)
mihai.b+ 3576473 0.0 0.1 161280 5532 ? S 10:41 0:00
sshd: mihai.brezniceanu@pts/112
mihai.b+ 3576474 0.0 0.1 33536 4360 pts/112 Ss 10:41
0:00 -bash
ovidiu.+ 3576551 0.0 0.1 55264 5856 pts/111 S+ 10:41
0:00 ssh -i /export/home/acs/stud/o/ovidiu.defta/.ssh/open
root 3576633 0.0 0.3 161280 12400 ? Ss 10:41 0:00
sshd: andreea.miron1412 [priv]
root 3576732 0.0 0.3 161280 12448 ? Ss 10:41 0:00
sshd: andrei.serban1608 [priv]
andrei.+ 3576747 0.0 0.1 161280 5544 ? S 10:41 0:00
sshd: andrei.serban1608@pts/113
andrei.+ 3576748 0.0 0.1 26376 4364 pts/113 Ss 10:41
0:00 -bash
andrei.+ 3576836 0.0 0.1 55264 5624 pts/113 S+ 10:41
0:00 ssh -i /export/home/acs/stud/a/andrei.serban1608/.ssh
mihai.b+ 3576857 0.0 0.1 55264 5736 pts/112 S+ 10:41
0:00 ssh [email protected]
root 3576948 0.0 0.3 161280 12616 ? Ss 10:41 0:00
sshd: andrei.serban1608 [priv]
andrei.+ 3576954 0.0 0.1 161280 5820 ? S 10:41 0:00
sshd: andrei.serban1608@pts/115
andrei.+ 3576958 0.0 0.1 26376 4220 pts/115 Ss 10:41
0:00 -bash
andrei.+ 3577020 0.0 0.1 55264 5748 pts/115 S+ 10:41
0:00 ssh -i /export/home/acs/stud/a/andrei.serban1608/.ssh
andreea+ 3577029 0.0 0.1 161280 5432 ? S 10:41 0:00
sshd: andreea.miron1412@pts/116
andreea+ 3577030 0.0 0.1 26372 4392 pts/116 Ss+ 10:41
0:00 -bash
root 3577165 0.0 0.3 149980 11964 ? Ss 10:42 0:00
sshd: paula_iulia.radita [priv]
root 3577191 0.0 0.3 161280 12296 ? Ss 10:42 0:00
sshd: vlad_vasile.ion [priv]
vlad_va+ 3577195 0.0 0.1 161280 5480 ? S 10:42 0:00
sshd: vlad_vasile.ion@pts/117
vlad_va+ 3577197 0.0 0.1 26484 4436 pts/117 Ss+ 10:42
0:00 -bash
root 3577341 0.0 0.3 161280 12416 ? Ss 10:42 0:00
sshd: andreea.miron1412 [priv]
andreea+ 3577350 0.0 0.1 161280 5860 ? S 10:42 0:00
sshd: andreea.miron1412@pts/118
andreea+ 3577352 0.0 0.1 26376 4288 pts/118 Ss 10:42
0:00 -bash
andreea+ 3577527 0.0 0.1 55264 5660 pts/118 S+ 10:42
0:00 ssh -i /export/home/acs/stud/a/andreea.miron1412/.ssh
root 3577716 0.0 0.3 161280 12388 ? Ss 10:43 0:00
sshd: andrei.serban1608 [priv]
andrei.+ 3577718 0.0 0.1 161280 5508 ? S 10:43 0:00
sshd: andrei.serban1608@pts/28
andrei.+ 3577719 0.0 0.1 26476 4484 pts/28 Ss+ 10:43
0:00 -bash
paula_i+ 3577861 0.0 0.2 89692 9860 ? Ss 10:43
0:00 /usr/lib/systemd/systemd --user
paula_i+ 3577864 0.0 0.1 396520 4416 ? S 10:43 0:00
(sd-pam)
paula_i+ 3577870 0.0 0.1 161280 5916 ? S 10:43 0:00
sshd: paula_iulia.radita@pts/119
paula_i+ 3577871 0.0 0.1 26376 4372 pts/119 Ss+ 10:43
0:00 -bash
alexand+ 3578090 0.0 0.1 55264 5740 pts/57 S+ 10:44
0:00 ssh -i /export/home/acs/stud/a/alexandru.dumenica/.ss
root 3578204 0.0 0.3 161280 12440 ? Ss 10:44 0:00
sshd: alina_diana.pintoiu [priv]
alina_d+ 3578207 0.0 0.1 161280 5792 ? S 10:44 0:00
sshd: alina_diana.pintoiu@pts/18
alina_d+ 3578208 0.0 0.1 33536 4720 pts/18 Ss+ 10:44
0:00 -bash
root 3578373 0.0 0.3 161280 12500 ? Ss 10:45 0:00
sshd: alexandru.dumenica [priv]
root 3578698 0.0 0.3 149980 11792 ? Ss 10:46 0:00
sshd: eugen_stefan.ceausu [priv]
alexand+ 3578747 0.0 0.1 161280 5536 ? S 10:46 0:00
sshd: alexandru.dumenica@pts/43
alexand+ 3578748 0.0 0.1 26480 4404 pts/43 Ss+ 10:46
0:00 -bash
root 3578824 0.0 0.3 161280 12320 ? Ss 10:46 0:00
sshd: anca_maria.colacel [priv]
anca_ma+ 3579010 0.0 0.2 89684 9752 ? Ss 10:47
0:00 /usr/lib/systemd/systemd --user
anca_ma+ 3579012 0.0 0.1 396520 4416 ? S 10:47 0:00
(sd-pam)
anca_ma+ 3579018 0.0 0.1 161280 5536 ? S 10:47 0:00
sshd: anca_maria.colacel@pts/114
anca_ma+ 3579019 0.0 0.1 26372 4228 pts/114 Ss 10:47
0:00 -bash
eugen_s+ 3579153 0.0 0.2 89700 9644 ? Ss 10:47
0:00 /usr/lib/systemd/systemd --user
eugen_s+ 3579155 0.0 0.1 396520 4416 ? S 10:47 0:00
(sd-pam)
eugen_s+ 3579161 0.0 0.1 161280 5772 ? S 10:47 0:00
sshd: eugen_stefan.ceausu@pts/41
eugen_s+ 3579162 0.0 0.1 26636 4648 pts/41 Ss+ 10:47
0:00 -bash
miruna.+ 3579223 0.0 0.1 55264 5720 pts/94 S+ 10:47
0:00 ssh -i /export/home/acs/stud/m/miruna.coman1311/.ssh/
root 3579247 0.0 0.3 161280 12424 ? Ss 10:47 0:00
sshd: andrei.cojocaru0606 [priv]
andrei.+ 3579249 0.0 0.1 161280 5548 ? S 10:47 0:00
sshd: andrei.cojocaru0606@pts/120
andrei.+ 3579250 0.0 0.1 33536 4760 pts/120 Ss+ 10:47
0:00 -bash
root 3579373 0.0 0.3 161280 12260 ? Ss 10:48 0:00
sshd: andreea.miron1412 [priv]
andreea+ 3579549 0.0 0.1 161280 5500 ? S 10:48 0:00
sshd: andreea.miron1412@pts/122
andreea+ 3579550 0.0 0.1 26372 4428 pts/122 Ss+ 10:48
0:00 -bash
alexand+ 3579720 0.0 0.1 55264 5748 pts/38 S+ 10:49
0:00 ssh -i /export/home/acs/stud/a/alexandru.dumenica/.ss
elena.t+ 3580448 0.0 0.2 46816 8056 pts/49 T 10:53 0:00
vim
root 3580687 0.0 0.0 0 0 ? I 10:54 0:00
[kworker/1:1-cgroup_destroy]
root 3580710 0.0 0.3 161280 12308 ? Ss 10:54 0:00
sshd: mihai_dan.masala [priv]
mihai_d+ 3580723 0.0 0.2 89696 9616 ? Ss 10:54
0:00 /usr/lib/systemd/systemd --user
mihai_d+ 3580726 0.0 0.1 396520 4416 ? S 10:54 0:00
(sd-pam)
mihai_d+ 3580737 0.0 0.1 162244 6636 ? S 10:54 0:00
sshd: mihai_dan.masala@pts/8
mihai_d+ 3580738 0.0 0.1 26576 4452 pts/8 Ss+ 10:54
0:00 -bash
root 3580849 0.0 0.3 149980 11708 ? Ss 10:54 0:00
sshd: elena.teianu [priv]
root 3581052 0.0 0.3 161280 11380 ? Ss 10:55 0:00
sshd: mihai_dan.masala [priv]
dragos.+ 3581057 0.0 0.2 57408 8688 pts/47 S+ 10:55
0:00 ssh -i /export/home/acs/stud/d/dragos.cioata/.ssh/ope
mihai_d+ 3581063 0.0 0.1 161280 5744 ? S 10:55 0:00
sshd: mihai_dan.masala@notty
mihai_d+ 3581064 0.0 0.1 47256 4856 ? Ss 10:55
0:00 /usr/libexec/openssh/sftp-server
root 3581140 0.0 0.3 161280 11428 ? Ss 10:55 0:00
sshd: mihai_dan.masala [priv]
mihai_d+ 3581142 0.0 0.1 161280 5668 ? S 10:55 0:00
sshd: mihai_dan.masala@notty
mihai_d+ 3581143 0.0 0.1 47256 4852 ? Ss 10:55
0:00 /usr/libexec/openssh/sftp-server
elena.t+ 3581304 0.0 0.1 161280 5668 ? S 10:56 0:00
sshd: elena.teianu@notty
elena.t+ 3581305 0.0 0.1 40476 4932 ? Ss 10:56 0:00
/usr/libexec/openssh/sftp-server
anca_ma+ 3581495 0.0 0.1 55264 5712 pts/114 S+ 10:56
0:00 ssh -i /export/home/acs/stud/a/anca_maria.colacel/.ss
root 3581506 0.0 0.3 161280 12256 ? Ss 10:56 0:00
sshd: andreea.miron1412 [priv]
andreea+ 3581508 0.0 0.1 161280 5540 ? S 10:56 0:00
sshd: andreea.miron1412@pts/123
andreea+ 3581509 0.0 0.1 26376 4292 pts/123 Ss 10:56
0:00 -bash
andreea+ 3581588 0.0 0.1 55264 5688 pts/123 S+ 10:57
0:00 ssh -i /export/home/acs/stud/a/andreea.miron1412/.ssh
root 3581606 0.0 0.3 161280 12416 ? Ss 10:57 0:00
sshd: iulia.sandulescu [priv]
iulia.s+ 3581610 0.0 0.1 161280 5796 ? S 10:57 0:00
sshd: iulia.sandulescu
root 3581919 0.0 0.0 0 0 ? I 10:59 0:00
[kworker/0:3-cgroup_pidlist_destroy]
root 3581922 0.0 0.0 0 0? I 10:59 0:00
[kworker/0:8-ceph-msgr]
root 3581923 0.0 0.0 0 0? I 10:59 0:00
[kworker/0:9-rcu_gp]
root 3581947 0.0 0.0 0 0 ? I 10:59 0:00
[kworker/u480:1-events_unbound]
root 3581965 0.0 0.3 161280 12372 ? Ss 10:59 0:00
sshd: serban.ionescu0609 [priv]
serban.+ 3581967 0.0 0.1 161280 5740 ? S 10:59 0:00
sshd: serban.ionescu0609@pts/103
serban.+ 3581968 0.0 0.1 33536 4684 pts/103 Ss 10:59
0:00 -bash
serban.+ 3582045 0.0 0.1 55264 5740 pts/103 S+ 10:59
0:00 ssh -i /export/home/acs/stud/s/serban.ionescu0609/.ss
root 3582345 0.0 0.0 0 0 ? I 11:00 0:00
[kworker/1:0-cgroup_destroy]
root 3582366 0.0 0.3 161280 11548 ? Ss 11:00 0:00
sshd: ionut.otelea [priv]
ionut.o+ 3582370 0.0 0.2 89672 9268 ? Ss 11:00
0:00 /usr/lib/systemd/systemd --user
ionut.o+ 3582372 0.0 0.1 396520 4416 ? S 11:00 0:00
(sd-pam)
ionut.o+ 3582378 0.0 0.1 161280 5748 ? S 11:00 0:00
sshd: ionut.otelea
root 3582778 0.0 0.3 161280 12308 ? Ss 11:02 0:00
sshd: serban.ionescu0609 [priv]
serban.+ 3582780 0.0 0.1 161280 5540 ? S 11:02 0:00
sshd: serban.ionescu0609@pts/125
serban.+ 3582781 0.0 0.1 33536 4788 pts/125 Ss 11:02
0:00 -bash
serban.+ 3582849 0.0 0.1 55264 5712 pts/125 S+ 11:03
0:00 ssh -i /export/home/acs/stud/s/serban.ionescu0609/.ss
root 3582923 0.1 0.0 0 0? I 11:03 0:00
[kworker/1:3-ceph-cap]
root 3583185 0.0 0.2 161280 11312 ? Ss 11:04 0:00
sshd: irene_mihaela.musat [priv]
irene_m+ 3583187 0.0 0.1 161280 3936 ? S 11:04 0:00
sshd: irene_mihaela.musat
root 3583290 0.0 0.0 0 0 ? I 11:04 0:00
[kworker/u480:0-events_unbound]
root 3583451 0.0 0.3 161280 11420 ? Ss 11:05 0:00
sshd: vlad_iulius.nastase [priv]
vlad_iu+ 3583453 0.0 0.1 161752 6008 ? S 11:05 0:00
sshd: vlad_iulius.nastase
root 3583522 0.0 0.2 161280 11288 ? Ss 11:05 0:00
sshd: vlad_iulius.nastase [priv]
vlad_iu+ 3583524 0.0 0.1 161620 5508 ? S 11:05 0:00
sshd: vlad_iulius.nastase
bogdan.+ 3584035 0.0 0.2 89680 9848 ? Ss 11:07
0:00 /usr/lib/systemd/systemd --user
bogdan.+ 3584038 0.0 0.1 396520 4416 ? S 11:07 0:00
(sd-pam)
root 3584130 0.0 0.3 161280 12464 ? Ss 11:07 0:00
sshd: bogdan.foca [priv]
bogdan.+ 3584135 0.0 0.1 161364 5808 ? S 11:07 0:00
sshd: bogdan.foca@pts/102
bogdan.+ 3584221 0.0 0.1 47848 5820 ? Ss 11:07
0:00 /usr/libexec/openssh/sftp-server
bogdan.+ 3584274 0.0 0.0 12980 3496 pts/102 Ss 11:07
0:00 bash -c cd ~/""; $SHELL
bogdan.+ 3584317 0.0 0.1 26480 4628 pts/102 S+ 11:07
0:00 /bin/bash
root 3584505 0.0 0.3 149980 12008 ? Ss 11:08 0:00
sshd: robert.delicostea [priv]
root 3584546 0.0 0.3 161280 12268 ? Ss 11:08 0:00
sshd: alexandru.comanelea [priv]
alexand+ 3584554 0.0 0.1 161280 5452 ? S 11:08 0:00
sshd: alexandru.comanelea@pts/85
alexand+ 3584556 0.0 0.1 33536 4760 pts/85 Ss 11:08
0:00 -bash
robert.+ 3584727 0.0 0.2 89688 9716 ? Ss 11:08 0:00
/usr/lib/systemd/systemd --user
robert.+ 3584729 0.0 0.1 396520 4416 ? S 11:08 0:00
(sd-pam)
robert.+ 3584736 0.0 0.1 161280 5984 ? S 11:08 0:00
sshd: robert.delicostea@pts/86
robert.+ 3584738 0.0 0.1 26372 4452 pts/86 Ss 11:08 0:00
-bash
robert.+ 3584921 0.0 0.1 55264 6928 pts/86 S+ 11:09 0:00
ssh -X -i /export/home/acs/stud/r/robert.delicostea/.
root 3585115 0.1 0.0 0 0 ? I 11:10 0:00
[kworker/u480:2-events_unbound]
root 3585169 0.0 0.2 161280 11304 ? Ss 11:10 0:00
sshd: andrei.ouatu [priv]
andrei.+ 3585173 0.0 0.2 89684 10000 ? Ss 11:10
0:00 /usr/lib/systemd/systemd --user
andrei.+ 3585176 0.0 0.1 396520 4416 ? S 11:10 0:00
(sd-pam)
andrei.+ 3585182 0.0 0.1 161280 5620 ? S 11:10 0:00
sshd: andrei.ouatu
root 3585188 0.0 0.0 0 0 ? I 11:10 0:00
[kworker/1:2-cgroup_destroy]
root 3585189 0.0 0.0 0 0 ? I 11:10 0:00
[kworker/1:4-cgroup_destroy]
root 3585191 0.0 0.0 0 0? I 11:10 0:00
[kworker/0:0-events]
alexand+ 3585635 0.0 0.1 54904 5736 pts/91 S+ 11:11
0:00 ssh -i openstack.key [email protected]
root 3585745 0.0 0.3 161280 12268 ? Ss 11:12 0:00
sshd: alexandru.dumenica [priv]
alexand+ 3585749 0.0 0.1 161280 5672 ? S 11:12 0:00
sshd: alexandru.dumenica@pts/72
alexand+ 3585750 0.0 0.1 33536 4716 pts/72 Ss 11:12
0:00 -bash
root 3585801 0.0 0.3 161280 12208 ? Ss 11:12 0:00
sshd: alexandra.alexe1305 [priv]
alexand+ 3585812 0.0 0.2 89688 9480 ? Ss 11:12
0:00 /usr/lib/systemd/systemd --user
alexand+ 3585814 0.0 0.1 396520 4416 ? S 11:12 0:00
(sd-pam)
alexand+ 3585820 0.0 0.0 161280 3740 ? S 11:12 0:00
sshd: alexandra.alexe1305
root 3585834 0.0 0.0 0 0? I 11:12 0:00
[kworker/1:5-ceph-msgr]
root 3585836 0.0 0.0 0 0? I 11:12 0:00
[kworker/1:6-events]
alexand+ 3585848 0.0 0.1 55264 5796 pts/72 S+ 11:12
0:00 ssh -i /export/home/acs/stud/a/alexandru.dumenica/.ss
root 3585959 0.0 0.3 161280 12412 ? Ss 11:12 0:00
sshd: cosmin.florescu2408 [priv]
cosmin.+ 3585961 0.0 0.1 161280 5824 ? S 11:12 0:00
sshd: cosmin.florescu2408@pts/121
cosmin.+ 3585962 0.0 0.1 26376 4436 pts/121 Ss 11:12
0:00 -bash
cosmin.+ 3586056 0.0 0.1 55264 5652 pts/121 S+ 11:12
0:00 ssh [email protected]
tudor_a+ 3586086 0.0 0.1 32156 4772 pts/106 T 11:13
0:00 sftp [email protected]
tudor_a+ 3586087 0.0 0.1 57340 6396 pts/106 T 11:13
0:00 /usr/bin/ssh -oForwardX11 no -oForwardAgent no -oPerm
alexand+ 3586192 0.0 0.1 55264 5752 pts/85 S+ 11:13
0:00 ssh -i /export/home/acs/stud/a/alexandru.comanelea/.s
root 3586249 0.0 0.3 149980 11860 ? Ss 11:14 0:00
sshd: razvan.pinzariu [priv]
root 3586260 0.0 0.3 149980 11776 ? Ss 11:14 0:00
sshd: tudor_andrei.mircea [priv]
razvan.+ 3586365 0.0 0.2 89684 9604 ? Ss 11:14
0:00 /usr/lib/systemd/systemd --user
razvan.+ 3586366 0.0 0.1 396520 4416 ? S 11:14 0:00
(sd-pam)
razvan.+ 3586372 0.0 0.1 161280 5740 ? S 11:14 0:00
sshd: razvan.pinzariu@pts/124
razvan.+ 3586373 0.0 0.1 26376 4400 pts/124 Ss 11:14
0:00 -bash
razvan.+ 3586460 0.0 0.1 54904 5668 pts/124 S+ 11:14
0:00 ssh -i /export/home/acs/stud/r/razvan.pinzariu/.ssh/o
tudor_a+ 3586471 0.0 0.1 161280 5632 ? S 11:15 0:00
sshd: tudor_andrei.mircea@notty
tudor_a+ 3586472 0.0 0.1 40476 4808 ? Ss 11:15
0:00 /usr/libexec/openssh/sftp-server
root 3586790 0.0 0.3 161280 12284 ? Ss 11:16 0:00
sshd: andy_eduard.catruna [priv]
andy_ed+ 3586794 0.0 0.2 89684 9836 ? Ss 11:16
0:00 /usr/lib/systemd/systemd --user
andy_ed+ 3586796 0.0 0.1 396520 4416 ? S 11:16 0:00
(sd-pam)
andy_ed+ 3586802 0.0 0.1 161280 5416 ? S 11:16 0:00
sshd: andy_eduard.catruna@pts/60
andy_ed+ 3586803 0.0 0.1 33736 4792 pts/60 Ss+ 11:16
0:00 -bash
root 3586887 0.0 0.2 161280 11268 ? Ss 11:16 0:00
sshd: andrei.ouatu [priv]
andrei.+ 3586889 0.0 0.0 161280 3748 ? S 11:16 0:00
sshd: andrei.ouatu
root 3586922 0.0 0.0 0 0? I 11:16 0:00
[kworker/1:7]
root 3586961 0.0 0.3 161280 12396 ? Ss 11:16 0:00
sshd: alexandru.comanelea [priv]
alexand+ 3586963 0.0 0.1 161280 5796 ? S 11:16 0:00
sshd: alexandru.comanelea@pts/64
alexand+ 3586964 0.0 0.1 33536 4776 pts/64 Ss 11:16
0:00 -bash
alexand+ 3587031 0.0 0.1 55264 5556 pts/64 S+ 11:17
0:00 ssh -i /export/home/acs/stud/a/alexandru.comanelea/.s
root 3587189 0.1 0.3 149980 12088 ? Ss 11:17 0:00
sshd: laurentiu.oancea [priv]
elena.t+ 3587201 0.0 0.2 46816 8032 pts/49 T 11:17 0:00
vim
root 3587242 0.0 0.3 161280 11452 ? Ss 11:18 0:00
sshd: andreia.ocanoaia [priv]
sshd 3587243 0.0 0.1 80900 6768 ? S 11:18 0:00
sshd: andreia.ocanoaia [net]
root 3587244 0.4 0.3 271868 13280 ? S 11:18 0:00
sshd: andreia.ocanoaia [pam]
laurent+ 3587395 2.0 0.2 89596 9660 ? Ss 11:18
0:00 /usr/lib/systemd/systemd --user
laurent+ 3587397 0.0 0.1 396520 4416 ? S 11:18 0:00
(sd-pam)
laurent+ 3587408 0.0 0.1 161280 5924 ? S 11:18 0:00
sshd: laurentiu.oancea@pts/65
laurent+ 3587411 0.3 0.1 26376 4292 pts/65 Ss+ 11:18
0:00 -bash
remus_d+ 3587466 0.0 0.2 52952 10768 pts/33 S+ 11:18
0:00 /usr/bin/perl /usr/bin/seff 92670
elena.t+ 3587467 0.0 0.1 58732 3840 pts/49 R+ 11:18
0:00 ps -aux
[elena.teianu@fep8 ~]$ ps -ejH
PID PGID SID TTY TIME CMD
2 0 0? 00:00:00 kthreadd
3 0 0? 00:00:00 rcu_gp
4 0 0? 00:00:00 rcu_par_gp
6 0 0? 00:00:00 kworker/0:0H-events_highpri
9 0 0? 00:00:00 mm_percpu_wq
10 0 0? 00:01:04 ksoftirqd/0
11 0 0? 00:07:33 rcu_sched
12 0 0? 00:00:01 migration/0
13 0 0? 00:00:01 watchdog/0
14 0 0? 00:00:00 cpuhp/0
15 0 0? 00:00:00 cpuhp/1
16 0 0? 00:00:03 watchdog/1
17 0 0? 00:00:02 migration/1
18 0 0? 00:01:04 ksoftirqd/1
20 0 0? 00:00:00 kworker/1:0H-events_highpri
22 0 0? 00:00:00 kdevtmpfs
23 0 0? 00:00:00 netns
24 0 0? 00:00:00 rcu_tasks_trace
25 0 0? 00:00:00 rcu_tasks_rude_
26 0 0? 00:00:34 kauditd
30 0 0? 00:00:00 khungtaskd
31 0 0? 00:00:01 oom_reaper
32 0 0? 00:00:00 writeback
33 0 0? 00:00:07 kcompactd0
34 0 0? 00:00:00 ksmd
35 0 0? 00:00:33 khugepaged
36 0 0? 00:00:00 crypto
37 0 0? 00:00:00 kintegrityd
38 0 0? 00:00:00 kblockd
39 0 0? 00:00:00 blkcg_punt_bio
40 0 0? 00:00:00 tpm_dev_wq
41 0 0? 00:00:00 md
42 0 0? 00:00:00 edac-poller
44 0 0? 00:00:00 watchdogd
45 0 0? 00:00:07 kworker/0:1H-kblockd
78 0 0? 00:22:51 kswapd0
180 0 0? 00:00:00 kthrotld
181 0 0? 00:00:00 acpi_thermal_pm
182 0 0? 00:00:00 kmpath_rdacd
183 0 0? 00:00:00 kaluad
184 0 0? 00:00:00 ipv6_addrconf
185 0 0? 00:00:00 kstrp
299 0 0? 00:00:07 kworker/1:1H-kblockd
434 0 0? 00:00:00 hv_vmbus_con
435 0 0? 00:00:00 hv_pri_chan
436 0 0? 00:00:00 hv_sub_chan
439 0 0? 00:00:00 scsi_eh_0
440 0 0? 00:00:00 scsi_tmf_0
441 0 0? 00:00:00 storvsc_error_w
466 0 0? 00:00:00 xfsalloc
467 0 0? 00:00:00 xfs_mru_cache
468 0 0? 00:00:00 xfs-buf/sda4
469 0 0? 00:00:00 xfs-conv/sda4
470 0 0? 00:00:00 xfs-cil/sda4
471 0 0? 00:00:00 xfs-reclaim/sda
472 0 0? 00:00:00 xfs-eofblocks/s
473 0 0? 00:00:00 xfs-log/sda4
474 0 0? 00:03:33 xfsaild/sda4
602 0 0? 00:00:00 xfs-buf/sda2
603 0 0? 00:00:00 xfs-conv/sda2
605 0 0? 00:00:00 xfs-cil/sda2
607 0 0? 00:00:00 xfs-reclaim/sda
609 0 0? 00:00:00 xfs-eofblocks/s
611 0 0? 00:00:00 xfs-log/sda2
613 0 0? 00:00:00 xfsaild/sda2
675 0 0? 00:00:26 hv_balloon
709 0 0? 00:00:00 rpciod
710 0 0? 00:00:00 kworker/u481:0-xprtiod
711 0 0? 00:00:00 xprtiod
756 0 0? 00:00:00 nfit
1636 0 0? 00:00:00 ceph-msgr
1653 0 0? 00:00:00 ceph-watch-noti
1654 0 0? 00:00:00 ceph-completion
11724 0 0? 00:00:00 nfsiod
643285 0 0? 00:00:00 ib-comp-wq
643287 0 0? 00:00:00 ib-comp-unb-wq
643288 0 0? 00:00:00 ib_mcast
643291 0 0? 00:00:00 ib_nl_sa_wq
1754042 0 0? 00:00:01 kworker/u481:2-xprtiod
3566280 0 0? 00:00:00 kworker/0:4-events
3580687 0 0? 00:00:00 kworker/1:1-
cgroup_destroy
3581919 0 0? 00:00:00 kworker/0:3-
cgroup_pidlist_destroy
3581922 0 0? 00:00:00 kworker/0:8-events
3581923 0 0? 00:00:00 kworker/0:9-
events_power_efficient
3581947 0 0? 00:00:00 kworker/u480:1-
events_unbound
3582345 0 0? 00:00:00 kworker/1:0-
cgroup_destroy
3582923 0 0? 00:00:01 kworker/1:3-
events_power_efficient
3583290 0 0? 00:00:00 kworker/u480:0-
events_unbound
3585115 0 0? 00:00:00 kworker/u480:2-
events_unbound
3585188 0 0? 00:00:00 kworker/1:2-
cgroup_destroy
3585189 0 0? 00:00:00 kworker/1:4-
cgroup_destroy
3585191 0 0? 00:00:00 kworker/0:0-events
3585834 0 0? 00:00:00 kworker/1:5-ceph-msgr
3585836 0 0? 00:00:00 kworker/1:6-events
3586922 0 0? 00:00:00 kworker/1:7
1 1 1? 00:12:46 systemd
567 567 567 ? 00:05:23 systemd-journal
596 596 596 ? 00:00:02 systemd-udevd
686 686 686 ? 00:00:01 rpcbind
689 689 689 ? 00:04:08 auditd
693 689 689 ? 00:01:32 sedispatch
725 725 725 ? 00:01:15 irqbalance
733 733 733 ? 00:00:02 sssd
766 766 733 ? 00:00:11 sssd_be
767 767 733 ? 00:12:27 sssd_be
775 775 733 ? 00:03:38 sssd_nss
776 776 733 ? 00:04:10 sssd_pam
736 736 736 ? 00:01:12 polkitd
737 737 737 ? 00:13:19 dbus-daemon
739 739 739 ? 00:00:00 hypervvssd
746 744 744 ? 00:00:05 chronyd
757 757 757 ? 00:02:24 rngd
774 774 774 ? 00:00:00 firewalld
777 777 777 ? 00:02:41 systemd-logind
898 898 898 ? 00:01:08 NetworkManager
914 914 914 ? 00:09:15 tuned
917 917 917 ? 00:01:02 puppet
918 918 918 ? 00:00:20 hypervkvpd
920 920 920 ? 00:00:01 node_exporter
922 922 922 ? 00:00:00 oddjobd
929 929 929 ? 00:00:00 gssproxy
930 930 930 ? 00:02:12 sshd
1391 1391 1391 ? 00:00:00 sshd
1746 1391 1391 ? 00:00:27 sshd
1813541 1813541 1813541 ? 00:00:00 sshd
1813554 1813541 1813541 ? 00:00:00 sshd
1813555 1813555 1813555 pts/1 00:00:00 bash
1908435 1908435 1908435 ? 00:00:00 sshd
1908450 1908435 1908435 ? 00:00:03 sshd
1908451 1908451 1908451 pts/10 00:00:00 bash
1910714 1910714 1910714 ? 00:00:00 sshd
1910757 1910714 1910714 ? 00:00:00 sshd
1910758 1910758 1910758 pts/2 00:00:00 bash
1910816 1910816 1910758 pts/2 00:00:08 vim
2924597 2924597 2924597 ? 00:00:00 sshd
2924599 2924597 2924597 ? 00:00:00 sshd
2924600 2924600 2924600 pts/12 00:00:00 bash
3087810 3087810 3087810 ? 00:00:00 sshd
3088463 3087810 3087810 ? 00:00:00 sshd
3088464 3088464 3088464 pts/16 00:00:00 bash
3089834 3089834 3088464 pts/16 00:00:00 vim
3248329 3248329 3248329 ? 00:00:00 sshd
3248333 3248329 3248329 ? 00:00:02 sshd
3288405 3288405 3288405 ? 00:00:00 sshd
3288407 3288405 3288405 ? 00:00:00 sshd
3288408 3288408 3288408 pts/13 00:00:00 bash
3423297 3423297 3423297 ? 00:00:00 sshd
3423574 3423297 3423297 ? 00:00:00 sshd
3423575 3423575 3423575 pts/25 00:00:00 bash
3518909 3518909 3518909 ? 00:00:00 sshd
3518921 3518909 3518909 ? 00:00:00 sshd
3518924 3518924 3518924 ? 00:00:00 sftp-server
3538541 3538541 3538541 ? 00:00:00 sshd
3538554 3538541 3538541 ? 00:00:00 sshd
3538555 3538555 3538555 pts/29 00:00:00 bash
3539580 3539580 3538555 pts/29 00:00:00 ssh
3540086 3540086 3540086 ? 00:00:00 sshd
3540088 3540086 3540086 ? 00:00:00 sshd
3540089 3540089 3540089 pts/44 00:00:00 bash
3540202 3540202 3540202 ? 00:00:00 sshd
3540204 3540202 3540202 ? 00:00:00 sshd
3540205 3540205 3540205 pts/45 00:00:00 bash
3540269 3540269 3540269 ? 00:00:00 sshd
3540271 3540269 3540269 ? 00:00:00 sshd
3540272 3540272 3540272 pts/46 00:00:00 bash
3550997 3550997 3550997 ? 00:00:00 sshd
3550999 3550997 3550997 ? 00:00:00 sshd
3551000 3551000 3551000 pts/14 00:00:00 bash
3551234 3551234 3551000 pts/14 00:00:00 ssh
3554300 3554300 3554300 ? 00:00:00 sshd
3554312 3554300 3554300 ? 00:00:00 sshd
3554313 3554313 3554313 ? 00:00:00 sftp-server
3554692 3554692 3554692 ? 00:00:00 sshd
3554704 3554692 3554692 ? 00:00:00 sshd
3554705 3554705 3554705 pts/4 00:00:00 bash
3555342 3555342 3554705 pts/4 00:00:00 ssh
3555155 3555155 3555155 ? 00:00:00 sshd
3555172 3555155 3555155 ? 00:00:00 sshd
3555173 3555173 3555173 pts/7 00:00:00 bash
3568890 3568890 3555173 pts/7 00:00:00 ssh
3556138 3556138 3556138 ? 00:00:00 sshd
3556140 3556138 3556138 ? 00:00:00 sshd
3556141 3556141 3556141 pts/9 00:00:00 bash
3556272 3556272 3556141 pts/9 00:00:00 ssh
3557155 3557155 3557155 ? 00:00:00 sshd
3557169 3557155 3557155 ? 00:00:00 sshd
3557407 3557407 3557407 ? 00:00:00 sshd
3557410 3557407 3557407 ? 00:00:00 sshd
3557649 3557649 3557649 ? 00:00:00 sshd
3557658 3557649 3557649 ? 00:00:00 sshd
3557659 3557659 3557659 pts/11 00:00:00 bash
3560825 3560825 3560825 ? 00:00:00 sshd
3560827 3560825 3560825 ? 00:00:00 sshd
3562701 3562701 3562701 ? 00:00:00 sshd
3562713 3562701 3562701 ? 00:00:00 sshd
3562714 3562714 3562714 pts/15 00:00:00 bash
3574505 3574505 3562714 pts/15 00:00:00 ssh
3563257 3563257 3563257 ? 00:00:00 sshd
3563270 3563257 3563257 ? 00:00:00 sshd
3563271 3563271 3563271 pts/17 00:00:00 bash
3564267 3564267 3563271 pts/17 00:00:00 ssh
3564078 3564078 3564078 ? 00:00:00 sshd
3564090 3564078 3564078 ? 00:00:00 sshd
3564091 3564091 3564091 pts/22 00:00:00 bash
3566313 3566313 3564091 pts/22 00:00:00 ssh
3564311 3564311 3564311 ? 00:00:00 sshd
3564488 3564311 3564311 ? 00:00:00 sshd
3564490 3564490 3564490 pts/26 00:00:00 bash
3564935 3564935 3564490 pts/26 00:00:00 ssh
3564326 3564326 3564326 ? 00:00:00 sshd
3564340 3564326 3564326 ? 00:00:00 sshd
3564341 3564341 3564341 pts/23 00:00:00 bash
3565364 3565364 3564341 pts/23 00:00:00 ssh
3564413 3564413 3564413 ? 00:00:00 sshd
3564418 3564413 3564413 ? 00:00:00 sshd
3564945 3564945 3564945 ? 00:00:00 sshd
3564958 3564945 3564945 ? 00:00:00 sshd
3564961 3564961 3564961 pts/27 00:00:00 bash
3567055 3567055 3564961 pts/27 00:00:00 ssh
3565094 3565094 3565094 ? 00:00:00 sshd
3565096 3565094 3565094 ? 00:00:00 sshd
3565117 3565117 3565117 ? 00:00:00 sshd
3565176 3565117 3565117 ? 00:00:00 sshd
3565177 3565177 3565177 pts/32 00:00:00 bash
3565302 3565302 3565177 pts/32 00:00:00 ssh
3565395 3565395 3565395 ? 00:00:00 sshd
3565407 3565395 3565395 ? 00:00:00 sshd
3565408 3565408 3565408 pts/36 00:00:00 bash
3566638 3566638 3565408 pts/36 00:00:00 ssh
3565504 3565504 3565504 ? 00:00:00 sshd
3565520 3565504 3565504 ? 00:00:00 sshd
3565524 3565524 3565524 pts/38 00:00:00 bash
3579720 3579720 3565524 pts/38 00:00:00 ssh
3565604 3565604 3565604 ? 00:00:00 sshd
3565619 3565604 3565604 ? 00:00:00 sshd
3565620 3565620 3565620 pts/40 00:00:00 bash
3566652 3566652 3565620 pts/40 00:00:00 ssh
3565881 3565881 3565881 ? 00:00:00 sshd
3566213 3565881 3565881 ? 00:00:00 sshd
3566215 3566215 3566215 pts/48 00:00:00 bash
3566684 3566684 3566215 pts/48 00:00:00 ssh
3565893 3565893 3565893 ? 00:00:00 sshd
3566056 3565893 3565893 ? 00:00:01 sshd
3566057 3566057 3566057 pts/47 00:00:00 bash
3581057 3581057 3566057 pts/47 00:00:00 ssh
3565923 3565923 3565923 ? 00:00:00 sshd
3566720 3565923 3565923 ? 00:00:00 sshd
3566721 3566721 3566721 pts/49 00:00:00 bash
3580448 3580448 3566721 pts/49 00:00:00 vim
3587201 3587201 3566721 pts/49 00:00:00 vim
3587554 3587554 3566721 pts/49 00:00:00 ps
3566310 3566310 3566310 ? 00:00:00 sshd
3566312 3566310 3566310 ? 00:00:00 sshd
3566414 3566414 3566414 ? 00:00:00 sshd
3566484 3566414 3566414 ? 00:00:00 sshd
3566485 3566485 3566485 pts/50 00:00:00 bash
3566628 3566628 3566485 pts/50 00:00:00 ssh
3566536 3566536 3566536 ? 00:00:00 sshd
3566552 3566536 3566536 ? 00:00:00 sshd
3566553 3566553 3566553 pts/51 00:00:00 bash
3567067 3567067 3566553 pts/51 00:00:00 ssh
3566693 3566693 3566693 ? 00:00:00 sshd
3566895 3566693 3566693 ? 00:00:00 sshd
3566896 3566896 3566896 pts/54 00:00:00 bash
3567044 3567044 3566896 pts/54 00:00:00 ssh
3566754 3566754 3566754 ? 00:00:00 sshd
3566784 3566754 3566754 ? 00:00:00 sshd
3566785 3566785 3566785 pts/52 00:00:00 bash
3567076 3567076 3566785 pts/52 00:00:00 ssh
3567066 3567066 3567066 ? 00:00:00 sshd
3567077 3567066 3567066 ? 00:00:00 sshd
3567078 3567078 3567078 pts/55 00:00:00 bash
3567272 3567272 3567078 pts/55 00:00:00 ssh
3567211 3567211 3567211 ? 00:00:00 sshd
3567213 3567211 3567211 ? 00:00:00 sshd
3567214 3567214 3567214 pts/56 00:00:00 bash
3567484 3567484 3567214 pts/56 00:00:00 ssh
3567273 3567273 3567273 ? 00:00:00 sshd
3567287 3567273 3567273 ? 00:00:00 sshd
3567296 3567296 3567296 ? 00:00:00 sshd
3567298 3567296 3567296 ? 00:00:00 sshd
3567299 3567299 3567299 pts/57 00:00:00 bash
3578090 3578090 3567299 pts/57 00:00:00 ssh
3567363 3567363 3567363 ? 00:00:00 sshd
3567365 3567363 3567363 ? 00:00:00 sshd
3567373 3567373 3567373 ? 00:00:00 sshd
3567376 3567373 3567373 ? 00:00:00 sshd
3567375 3567375 3567375 ? 00:00:00 sshd
3567380 3567375 3567375 ? 00:00:00 sshd
3567381 3567381 3567381 pts/58 00:00:00 bash
3567482 3567482 3567381 pts/58 00:00:00 ssh
3567503 3567503 3567503 ? 00:00:00 sshd
3567506 3567503 3567503 ? 00:00:00 sshd
3567507 3567507 3567507 pts/59 00:00:00 bash
3567610 3567610 3567507 pts/59 00:00:00 ssh
3567611 3567611 3567611 ? 00:00:00 sshd
3567616 3567611 3567611 ? 00:00:00 sshd
3567706 3567706 3567706 ? 00:00:00 sshd
3567709 3567706 3567706 ? 00:00:00 sshd
3567720 3567720 3567720 ? 00:00:00 sshd
3567726 3567720 3567720 ? 00:00:00 sshd
3567728 3567728 3567728 pts/61 00:00:00 bash
3568121 3568121 3567728 pts/61 00:00:00 ssh
3567789 3567789 3567789 ? 00:00:00 sshd
3567791 3567789 3567789 ? 00:00:00 sshd
3567792 3567792 3567792 pts/62 00:00:00 bash
3567843 3567843 3567843 ? 00:00:00 sshd
3567845 3567843 3567843 ? 00:00:00 sshd
3567925 3567925 3567925 ? 00:00:00 sshd
3567995 3567925 3567925 ? 00:00:00 sshd
3567996 3567996 3567996 pts/63 00:00:00 bash
3568236 3568236 3567996 pts/63 00:00:00 ssh
3568303 3568303 3568303 ? 00:00:00 sshd
3568402 3568303 3568303 ? 00:00:00 sshd
3568403 3568403 3568403 pts/0 00:00:00 bash
3568614 3568614 3568403 pts/0 00:00:00 ssh
3568900 3568900 3568900 ? 00:00:00 sshd
3568903 3568900 3568900 ? 00:00:00 sshd
3568905 3568905 3568905 pts/70 00:00:00 bash
3570142 3570142 3568905 pts/70 00:00:00 ssh
3569091 3569091 3569091 ? 00:00:00 sshd
3569094 3569091 3569091 ? 00:00:00 sshd
3569095 3569095 3569095 pts/73 00:00:00 bash
3569734 3569734 3569095 pts/73 00:00:00 ssh
3569179 3569179 3569179 ? 00:00:00 sshd
3569184 3569179 3569179 ? 00:00:00 sshd
3569188 3569188 3569188 pts/74 00:00:00 bash
3569818 3569818 3569188 pts/74 00:00:00 ssh
3569318 3569318 3569318 ? 00:00:00 sshd
3569595 3569318 3569318 ? 00:00:00 sshd
3569596 3569596 3569596 pts/77 00:00:00 bash
3569817 3569817 3569596 pts/77 00:00:00 ssh
3569320 3569320 3569320 ? 00:00:00 sshd
3569324 3569320 3569320 ? 00:00:00 sshd
3569327 3569327 3569327 pts/71 00:00:00 bash
3569534 3569534 3569327 pts/71 00:00:00 ssh
3569384 3569384 3569384 ? 00:00:00 sshd
3569386 3569384 3569384 ? 00:00:00 sshd
3569387 3569387 3569387 pts/75 00:00:00 bash
3569837 3569837 3569387 pts/75 00:00:00 ssh
3569457 3569457 3569457 ? 00:00:00 sshd
3569459 3569457 3569457 ? 00:00:00 sshd
3569460 3569460 3569460 pts/76 00:00:00 bash
3569906 3569906 3569460 pts/76 00:00:00 ssh
3569581 3569581 3569581 ? 00:00:00 sshd
3569583 3569581 3569581 ? 00:00:00 sshd
3569647 3569647 3569647 ? 00:00:00 sshd
3569649 3569647 3569647 ? 00:00:00 sshd
3569669 3569669 3569669 ? 00:00:00 sshd
3569671 3569669 3569669 ? 00:00:00 sshd
3569672 3569672 3569672 pts/78 00:00:00 bash
3569800 3569800 3569672 pts/78 00:00:00 ssh
3569725 3569725 3569725 ? 00:00:00 sshd
3569733 3569725 3569725 ? 00:00:00 sshd
3569735 3569735 3569735 ? 00:00:00 sshd
3569737 3569735 3569735 ? 00:00:00 sshd
3569738 3569738 3569738 pts/79 00:00:00 bash
3569844 3569844 3569844 ? 00:00:00 sshd
3569846 3569844 3569844 ? 00:00:00 sshd
3569847 3569847 3569847 pts/80 00:00:00 bash
3570134 3570134 3569847 pts/80 00:00:00 ssh
3569914 3569914 3569914 ? 00:00:00 sshd
3569916 3569914 3569914 ? 00:00:00 sshd
3569917 3569917 3569917 pts/81 00:00:00 bash
3570112 3570112 3569917 pts/81 00:00:00 ssh
3569976 3569976 3569976 ? 00:00:00 sshd
3570253 3569976 3569976 ? 00:00:00 sshd
3570254 3570254 3570254 pts/84 00:00:00 bash
3571442 3571442 3570254 pts/84 00:00:00 ssh
3569988 3569988 3569988 ? 00:00:00 sshd
3569990 3569988 3569988 ? 00:00:00 sshd
3569991 3569991 3569991 pts/82 00:00:00 bash
3570114 3570114 3569991 pts/82 00:00:00 ssh
3570662 3570662 3570662 ? 00:00:00 sshd
3570664 3570662 3570662 ? 00:00:00 sshd
3570665 3570665 3570665 pts/87 00:00:00 bash
3570872 3570872 3570665 pts/87 00:00:00 ssh
3570723 3570723 3570723 ? 00:00:00 sshd
3570725 3570723 3570723 ? 00:00:00 sshd
3570726 3570726 3570726 pts/88 00:00:00 bash
3570957 3570957 3570726 pts/88 00:00:00 ssh
3570785 3570785 3570785 ? 00:00:00 sshd
3570787 3570785 3570785 ? 00:00:00 sshd
3570788 3570788 3570788 pts/89 00:00:00 bash
3571030 3571030 3570788 pts/89 00:00:00 ssh
3571575 3571575 3571575 ? 00:00:00 sshd
3571657 3571575 3571575 ? 00:00:00 sshd
3571658 3571658 3571658 pts/92 00:00:00 bash
3572535 3572535 3571658 pts/92 00:00:00 ssh
3573435 3573435 3571658 pts/92 00:00:00 ssh
3571814 3571814 3571814 ? 00:00:00 sshd
3571827 3571814 3571814 ? 00:00:00 sshd
3571828 3571828 3571828 pts/94 00:00:00 bash
3579223 3579223 3571828 pts/94 00:00:00 ssh
3572216 3572216 3572216 ? 00:00:00 sshd
3572218 3572216 3572216 ? 00:00:00 sshd
3572219 3572219 3572219 pts/95 00:00:00 bash
3572366 3572366 3572366 ? 00:00:00 sshd
3572368 3572366 3572366 ? 00:00:00 sshd
3572439 3572439 3572439 ? 00:00:00 sshd
3572441 3572439 3572439 ? 00:00:00 sshd
3572457 3572457 3572457 ? 00:00:00 sshd
3572459 3572457 3572457 ? 00:00:00 sshd
3572471 3572471 3572471 ? 00:00:00 sshd
3572473 3572471 3572471 ? 00:00:00 sshd
3572474 3572474 3572474 pts/42 00:00:00 bash
3572861 3572861 3572474 pts/42 00:00:00 ssh
3572637 3572637 3572637 ? 00:00:00 sshd
3572639 3572637 3572637 ? 00:00:00 sshd
3572640 3572640 3572640 pts/98 00:00:00 bash
3572922 3572922 3572922 ? 00:00:00 sshd
3572935 3572922 3572922 ? 00:00:00 sshd
3572936 3572936 3572936 pts/53 00:00:00 bash
3573220 3573220 3572936 pts/53 00:00:00 ssh
3573031 3573031 3573031 ? 00:00:00 sshd
3573033 3573031 3573031 ? 00:00:00 sshd
3573034 3573034 3573034 pts/67 00:00:00 bash
3573232 3573232 3573034 pts/67 00:00:00 ssh
3573093 3573093 3573093 ? 00:00:00 sshd
3573095 3573093 3573093 ? 00:00:00 sshd
3573096 3573096 3573096 pts/68 00:00:00 bash
3573328 3573328 3573096 pts/68 00:00:00 ssh
3573147 3573147 3573147 ? 00:00:00 sshd
3573149 3573147 3573147 ? 00:00:00 sshd
3573150 3573150 3573150 pts/69 00:00:00 bash
3573393 3573393 3573150 pts/69 00:00:00 ssh
3573256 3573256 3573256 ? 00:00:00 sshd
3573259 3573256 3573256 ? 00:00:00 sshd
3573260 3573260 3573260 pts/83 00:00:00 bash
3573329 3573329 3573329 ? 00:00:00 sshd
3573331 3573329 3573329 ? 00:00:00 sshd
3573332 3573332 3573332 pts/91 00:00:00 bash
3585635 3585635 3573332 pts/91 00:00:00 ssh
3573464 3573464 3573464 ? 00:00:00 sshd
3573615 3573464 3573464 ? 00:00:00 sshd
3573617 3573617 3573617 pts/93 00:00:00 bash
3573679 3573679 3573679 ? 00:00:00 sshd
3573681 3573679 3573679 ? 00:00:00 sshd
3573682 3573682 3573682 pts/97 00:00:00 bash
3573903 3573903 3573682 pts/97 00:00:00 ssh
3574012 3574012 3574012 ? 00:00:00 sshd
3574034 3574012 3574012 ? 00:00:00 sshd
3574157 3574157 3574157 ? 00:00:00 sshd
3574167 3574157 3574157 ? 00:00:00 sshd
3574168 3574168 3574168 pts/39 00:00:00 bash
3574258 3574258 3574258 ? 00:00:00 sshd
3574262 3574258 3574258 ? 00:00:00 sshd
3574263 3574263 3574263 pts/100 00:00:00 bash
3574439 3574439 3574263 pts/100 00:00:00 ssh
3574356 3574356 3574356 ? 00:00:00 sshd
3574359 3574356 3574356 ? 00:00:00 sshd
3574360 3574360 3574360 pts/101 00:00:00 bash
3574494 3574494 3574360 pts/101 00:00:00 ssh
3574573 3574573 3574573 ? 00:00:00 sshd
3574807 3574573 3574573 ? 00:00:00 sshd
3574808 3574808 3574808 pts/104 00:00:00 bash
3574879 3574879 3574879 ? 00:00:00 sshd
3574881 3574879 3574879 ? 00:00:00 sshd
3574890 3574890 3574890 ? 00:00:00 sshd
3574892 3574890 3574890 ? 00:00:00 sshd
3575082 3575082 3575082 ? 00:00:00 sshd
3575092 3575082 3575082 ? 00:00:00 sshd
3575093 3575093 3575093 pts/105 00:00:00 bash
3575442 3575442 3575093 pts/105 00:00:00 ssh
3575213 3575213 3575213 ? 00:00:00 sshd
3575444 3575213 3575213 ? 00:00:00 sshd
3575445 3575445 3575445 pts/106 00:00:00 bash
3586086 3586086 3575445 pts/106 00:00:00 sftp
3586087 3586086 3575445 pts/106 00:00:00 ssh
3575513 3575513 3575513 ? 00:00:00 sshd
3575515 3575513 3575513 ? 00:00:00 sshd
3575516 3575516 3575516 pts/107 00:00:00 bash
3575672 3575672 3575516 pts/107 00:00:00 ssh
3575652 3575652 3575652 ? 00:00:00 sshd
3576473 3575652 3575652 ? 00:00:00 sshd
3576474 3576474 3576474 pts/112 00:00:00 bash
3576857 3576857 3576474 pts/112 00:00:00 ssh
3575689 3575689 3575689 ? 00:00:00 sshd
3575700 3575689 3575689 ? 00:00:00 sshd
3575701 3575701 3575701 pts/108 00:00:00 bash
3575791 3575791 3575701 pts/108 00:00:00 ssh
3576061 3576061 3576061 ? 00:00:00 sshd
3576069 3576061 3576061 ? 00:00:00 sshd
3576070 3576070 3576070 pts/109 00:00:00 bash
3576206 3576206 3576070 pts/109 00:00:00 ssh
3576152 3576152 3576152 ? 00:00:00 sshd
3576154 3576152 3576152 ? 00:00:00 sshd
3576155 3576155 3576155 pts/110 00:00:00 bash
3576208 3576208 3576208 ? 00:00:00 sshd
3576218 3576208 3576208 ? 00:00:00 sshd
3576219 3576219 3576219 pts/111 00:00:00 bash
3576551 3576551 3576219 pts/111 00:00:00 ssh
3576633 3576633 3576633 ? 00:00:00 sshd
3577029 3576633 3576633 ? 00:00:00 sshd
3577030 3577030 3577030 pts/116 00:00:00 bash
3576732 3576732 3576732 ? 00:00:00 sshd
3576747 3576732 3576732 ? 00:00:00 sshd
3576748 3576748 3576748 pts/113 00:00:00 bash
3576836 3576836 3576748 pts/113 00:00:00 ssh
3576948 3576948 3576948 ? 00:00:00 sshd
3576954 3576948 3576948 ? 00:00:00 sshd
3576958 3576958 3576958 pts/115 00:00:00 bash
3577020 3577020 3576958 pts/115 00:00:00 ssh
3577165 3577165 3577165 ? 00:00:00 sshd
3577870 3577165 3577165 ? 00:00:00 sshd
3577871 3577871 3577871 pts/119 00:00:00 bash
3577191 3577191 3577191 ? 00:00:00 sshd
3577195 3577191 3577191 ? 00:00:00 sshd
3577197 3577197 3577197 pts/117 00:00:00 bash
3577341 3577341 3577341 ? 00:00:00 sshd
3577350 3577341 3577341 ? 00:00:00 sshd
3577352 3577352 3577352 pts/118 00:00:00 bash
3577527 3577527 3577352 pts/118 00:00:00 ssh
3577716 3577716 3577716 ? 00:00:00 sshd
3577718 3577716 3577716 ? 00:00:00 sshd
3577719 3577719 3577719 pts/28 00:00:00 bash
3578204 3578204 3578204 ? 00:00:00 sshd
3578207 3578204 3578204 ? 00:00:00 sshd
3578208 3578208 3578208 pts/18 00:00:00 bash
3578373 3578373 3578373 ? 00:00:00 sshd
3578747 3578373 3578373 ? 00:00:00 sshd
3578748 3578748 3578748 pts/43 00:00:00 bash
3578698 3578698 3578698 ? 00:00:00 sshd
3579161 3578698 3578698 ? 00:00:00 sshd
3579162 3579162 3579162 pts/41 00:00:00 bash
3578824 3578824 3578824 ? 00:00:00 sshd
3579018 3578824 3578824 ? 00:00:00 sshd
3579019 3579019 3579019 pts/114 00:00:00 bash
3581495 3581495 3579019 pts/114 00:00:00 ssh
3579247 3579247 3579247 ? 00:00:00 sshd
3579249 3579247 3579247 ? 00:00:00 sshd
3579250 3579250 3579250 pts/120 00:00:00 bash
3579373 3579373 3579373 ? 00:00:00 sshd
3579549 3579373 3579373 ? 00:00:00 sshd
3579550 3579550 3579550 pts/122 00:00:00 bash
3580710 3580710 3580710 ? 00:00:00 sshd
3580737 3580710 3580710 ? 00:00:00 sshd
3580738 3580738 3580738 pts/8 00:00:00 bash
3580849 3580849 3580849 ? 00:00:00 sshd
3581304 3580849 3580849 ? 00:00:00 sshd
3581305 3581305 3581305 ? 00:00:00 sftp-server
3581052 3581052 3581052 ? 00:00:00 sshd
3581063 3581052 3581052 ? 00:00:00 sshd
3581064 3581064 3581064 ? 00:00:00 sftp-server
3581140 3581140 3581140 ? 00:00:00 sshd
3581142 3581140 3581140 ? 00:00:00 sshd
3581143 3581143 3581143 ? 00:00:00 sftp-server
3581506 3581506 3581506 ? 00:00:00 sshd
3581508 3581506 3581506 ? 00:00:00 sshd
3581509 3581509 3581509 pts/123 00:00:00 bash
3581588 3581588 3581509 pts/123 00:00:00 ssh
3581606 3581606 3581606 ? 00:00:00 sshd
3581610 3581606 3581606 ? 00:00:00 sshd
3581965 3581965 3581965 ? 00:00:00 sshd
3581967 3581965 3581965 ? 00:00:00 sshd
3581968 3581968 3581968 pts/103 00:00:00 bash
3582045 3582045 3581968 pts/103 00:00:00 ssh
3582366 3582366 3582366 ? 00:00:00 sshd
3582378 3582366 3582366 ? 00:00:00 sshd
3582778 3582778 3582778 ? 00:00:00 sshd
3582780 3582778 3582778 ? 00:00:00 sshd
3582781 3582781 3582781 pts/125 00:00:00 bash
3582849 3582849 3582781 pts/125 00:00:00 ssh
3583185 3583185 3583185 ? 00:00:00 sshd
3583187 3583185 3583185 ? 00:00:00 sshd
3583451 3583451 3583451 ? 00:00:00 sshd
3583453 3583451 3583451 ? 00:00:00 sshd
3583522 3583522 3583522 ? 00:00:00 sshd
3583524 3583522 3583522 ? 00:00:00 sshd
3584130 3584130 3584130 ? 00:00:00 sshd
3584135 3584130 3584130 ? 00:00:00 sshd
3584221 3584221 3584221 ? 00:00:00 sftp-server
3584274 3584274 3584274 pts/102 00:00:00 bash
3584317 3584317 3584274 pts/102 00:00:00 bash
3584505 3584505 3584505 ? 00:00:00 sshd
3584736 3584505 3584505 ? 00:00:00 sshd
3584738 3584738 3584738 pts/86 00:00:00 bash
3584921 3584921 3584738 pts/86 00:00:00 ssh
3584546 3584546 3584546 ? 00:00:00 sshd
3584554 3584546 3584546 ? 00:00:00 sshd
3584556 3584556 3584556 pts/85 00:00:00 bash
3586192 3586192 3584556 pts/85 00:00:00 ssh
3585169 3585169 3585169 ? 00:00:00 sshd
3585182 3585169 3585169 ? 00:00:00 sshd
3585745 3585745 3585745 ? 00:00:00 sshd
3585749 3585745 3585745 ? 00:00:00 sshd
3585750 3585750 3585750 pts/72 00:00:00 bash
3585848 3585848 3585750 pts/72 00:00:00 ssh
3585801 3585801 3585801 ? 00:00:00 sshd
3585820 3585801 3585801 ? 00:00:00 sshd
3585959 3585959 3585959 ? 00:00:00 sshd
3585961 3585959 3585959 ? 00:00:00 sshd
3585962 3585962 3585962 pts/121 00:00:00 bash
3586056 3586056 3585962 pts/121 00:00:00 ssh
3586249 3586249 3586249 ? 00:00:00 sshd
3586372 3586249 3586249 ? 00:00:00 sshd
3586373 3586373 3586373 pts/124 00:00:00 bash
3586460 3586460 3586373 pts/124 00:00:00 ssh
3586260 3586260 3586260 ? 00:00:00 sshd
3586471 3586260 3586260 ? 00:00:00 sshd
3586472 3586472 3586472 ? 00:00:00 sftp-server
3586790 3586790 3586790 ? 00:00:00 sshd
3586802 3586790 3586790 ? 00:00:00 sshd
3586803 3586803 3586803 pts/60 00:00:00 bash
3586887 3586887 3586887 ? 00:00:00 sshd
3586889 3586887 3586887 ? 00:00:00 sshd
3586961 3586961 3586961 ? 00:00:00 sshd
3586963 3586961 3586961 ? 00:00:00 sshd
3586964 3586964 3586964 pts/64 00:00:00 bash
3587031 3587031 3586964 pts/64 00:00:00 ssh
3587189 3587189 3587189 ? 00:00:00 sshd
3587408 3587189 3587189 ? 00:00:00 sshd
3587411 3587411 3587411 pts/65 00:00:00 bash
3587242 3587242 3587242 ? 00:00:00 sshd
3587243 3587242 3587242 ? 00:00:00 sshd
3587244 3587242 3587242 ? 00:00:00 sshd
934 931 931 ? 00:03:25 munged
966 966 966 ? 00:00:07 crond
1220 1220 1220 ? 00:04:44 rsyslogd
1221 1221 1221 ? 00:00:00 nrpe
1234 1234 1234 tty1 00:00:00 agetty
1240 1240 1240 ? 00:00:00 rpc.statd
1393 1393 1393 ? 00:01:03 systemd
1399 1393 1393 ? 00:00:00 (sd-pam)
1549 1549 1549 ? 00:00:07 automount
1706 1706 1706 ? 00:01:07 systemd
1709 1706 1706 ? 00:00:00 (sd-pam)
5579 5579 5579 ? 00:00:00 screen
5580 5580 5580 pts/3 00:00:00 bash
8654 8654 8654 pts/5 00:00:00 bash
11618 11618 11618 pts/6 00:00:00 bash
238382 238382 238382 ? 00:01:00 systemd
238384 238382 238382 ? 00:00:00 (sd-pam)
239983 239983 239983 ? 00:00:00 ssh-agent
240084 240084 240084 ? 00:00:00 ssh-agent
1639128 1639128 1639128 ? 00:00:17 systemd
1639130 1639128 1639128 ? 00:00:00 (sd-pam)
1641571 1641571 1641571 ? 00:00:00 ssh-agent
1685415 1685415 1685415 ? 00:00:00 ssh-agent
1689986 1689986 1689986 ? 00:00:00 ssh-agent
1690807 1690807 1690807 ? 00:00:00 ssh-agent
1690924 1690924 1690924 ? 00:00:00 ssh-agent
1691627 1691627 1691627 ? 00:00:00 ssh-agent
1691686 1691686 1691686 ? 00:00:00 ssh-agent
1692624 1692624 1692624 ? 00:00:00 ssh-agent
1695611 1695611 1695611 ? 00:00:00 ssh-agent
1695796 1695796 1695796 ? 00:00:00 ssh-agent
1696583 1696583 1696583 ? 00:00:00 ssh-agent
1696651 1696651 1696651 ? 00:00:00 ssh-agent
1700100 1700100 1700100 ? 00:00:16 systemd
1700102 1700100 1700100 ? 00:00:00 (sd-pam)
1706068 1706068 1706068 ? 00:00:46 tmux: server
1706069 1706069 1706069 pts/21 00:00:00 bash
1706805 1706805 1706805 pts/24 00:00:00 bash
1706508 1706508 1706508 ? 00:00:16 systemd
1706509 1706508 1706508 ? 00:00:00 (sd-pam)
1715948 1715948 1715948 ? 00:00:00 dbus-daemon
1813545 1813545 1813545 ? 00:00:15 systemd
1813547 1813545 1813545 ? 00:00:00 (sd-pam)
1907893 1907893 1907893 ? 00:00:14 systemd
1907896 1907893 1907893 ? 00:00:00 (sd-pam)
2037687 2037687 2037687 ? 00:00:12 systemd
2037689 2037687 2037687 ? 00:00:00 (sd-pam)
2038063 2038063 2038063 ? 00:00:12 systemd
2038067 2038063 2038063 ? 00:00:00 (sd-pam)
2043923 2043923 2043923 ? 00:00:00 dbus-daemon
2044012 2044012 2044012 ? 00:00:00 dbus-daemon
2045169 2045169 2045169 ? 00:00:00 dbus-daemon
2441363 2441363 2441363 ? 00:00:00 ssh-agent
2515453 2515453 2515453 ? 00:00:00 dbus-daemon
2581059 2581059 2581059 ? 00:00:06 systemd
2581061 2581059 2581059 ? 00:00:00 (sd-pam)
2593935 2593935 2593935 ? 00:00:06 systemd
2593937 2593935 2593935 ? 00:00:00 (sd-pam)
2594058 2594058 2594058 ? 00:00:01 tmux: server
2594061 2594061 2594061 pts/30 00:04:23 cloudflared
2594081 2594081 2594081 pts/31 00:04:11 cloudflared
2697633 2697633 2697633 pts/33 00:00:00 bash
2697651 2697633 2697633 pts/33 00:08:16 python3
2724510 2724510 2724510 ? 00:00:06 systemd
2724512 2724510 2724510 ? 00:00:00 (sd-pam)
2724628 2724628 2724628 ? 00:00:00 screen
2724629 2724629 2724629 pts/19 00:00:00 bash
2724694 2724694 2724629 pts/19 00:00:00 vim
2724721 2724721 2724721 pts/20 00:00:00 bash
2867361 2867361 2867361 ? 00:00:06 systemd
2867363 2867361 2867361 ? 00:00:00 (sd-pam)
2868460 2868460 2868460 ? 00:00:03 tmux: server
2868461 2868461 2868461 pts/34 00:00:00 bash
2868509 2868509 2868509 pts/35 00:00:00 bash
2868562 2868562 2868562 pts/37 00:00:00 bash
2924570 2924570 2924570 ? 00:00:05 systemd
2924572 2924570 2924570 ? 00:00:00 (sd-pam)
2931365 2931365 2931365 ? 00:00:00 ssh-agent
3088455 3088455 3088455 ? 00:00:03 systemd
3088457 3088455 3088455 ? 00:00:00 (sd-pam)
3284335 3284335 3284335 ? 00:00:02 systemd
3284337 3284335 3284335 ? 00:00:00 (sd-pam)
3416717 3416717 3416717 ? 00:00:01 systemd
3416719 3416717 3416717 ? 00:00:00 (sd-pam)
3518913 3518913 3518913 ? 00:00:00 systemd
3518915 3518913 3518913 ? 00:00:00 (sd-pam)
3538228 3538228 3538228 ? 00:00:00 systemd
3538230 3538228 3538228 ? 00:00:00 (sd-pam)
3538546 3538546 3538546 ? 00:00:00 systemd
3538548 3538546 3538546 ? 00:00:00 (sd-pam)
3554304 3554304 3554304 ? 00:00:00 systemd
3554306 3554304 3554304 ? 00:00:00 (sd-pam)
3554696 3554696 3554696 ? 00:00:00 systemd
3554698 3554696 3554696 ? 00:00:00 (sd-pam)
3555164 3555164 3555164 ? 00:00:00 systemd
3555166 3555164 3555164 ? 00:00:00 (sd-pam)
3557162 3557162 3557162 ? 00:00:00 systemd
3557163 3557162 3557162 ? 00:00:00 (sd-pam)
3562704 3562704 3562704 ? 00:00:00 systemd
3562707 3562704 3562704 ? 00:00:00 (sd-pam)
3563263 3563263 3563263 ? 00:00:00 systemd
3563264 3563263 3563263 ? 00:00:00 (sd-pam)
3564083 3564083 3564083 ? 00:00:00 systemd
3564084 3564083 3564083 ? 00:00:00 (sd-pam)
3564331 3564331 3564331 ? 00:00:00 systemd
3564334 3564331 3564331 ? 00:00:00 (sd-pam)
3564479 3564479 3564479 ? 00:00:00 systemd
3564482 3564479 3564479 ? 00:00:00 (sd-pam)
3564949 3564949 3564949 ? 00:00:00 systemd
3564952 3564949 3564949 ? 00:00:00 (sd-pam)
3565054 3565054 3565054 ? 00:00:00 systemd
3565056 3565054 3565054 ? 00:00:00 (sd-pam)
3565399 3565399 3565399 ? 00:00:00 systemd
3565401 3565399 3565399 ? 00:00:00 (sd-pam)
3565509 3565509 3565509 ? 00:00:00 systemd
3565511 3565509 3565509 ? 00:00:00 (sd-pam)
3565611 3565611 3565611 ? 00:00:00 systemd
3565612 3565611 3565611 ? 00:00:00 (sd-pam)
3565781 3565781 3565781 ? 00:00:00 systemd
3565785 3565781 3565781 ? 00:00:00 (sd-pam)
3566047 3566047 3566047 ? 00:00:00 systemd
3566050 3566047 3566047 ? 00:00:00 (sd-pam)
3566204 3566204 3566204 ? 00:00:00 systemd
3566206 3566204 3566204 ? 00:00:00 (sd-pam)
3566540 3566540 3566540 ? 00:00:00 systemd
3566542 3566540 3566540 ? 00:00:00 (sd-pam)
3566710 3566710 3566710 ? 00:00:00 systemd
3566714 3566710 3566710 ? 00:00:00 (sd-pam)
3566775 3566775 3566775 ? 00:00:00 systemd
3566778 3566775 3566775 ? 00:00:00 (sd-pam)
3567279 3567279 3567279 ? 00:00:00 systemd
3567281 3567279 3567279 ? 00:00:00 (sd-pam)
3569024 3569024 3569024 ? 00:00:00 systemd
3569025 3569024 3569024 ? 00:00:00 (sd-pam)
3569562 3569562 3569562 ? 00:00:00 systemd
3569565 3569562 3569562 ? 00:00:00 (sd-pam)
3570244 3570244 3570244 ? 00:00:00 systemd
3570247 3570244 3570244 ? 00:00:00 (sd-pam)
3570331 3570331 3570331 ? 00:00:00 systemd
3570332 3570331 3570331 ? 00:00:00 (sd-pam)
3571819 3571819 3571819 ? 00:00:00 systemd
3571821 3571819 3571819 ? 00:00:00 (sd-pam)
3572927 3572927 3572927 ? 00:00:00 systemd
3572929 3572927 3572927 ? 00:00:00 (sd-pam)
3573607 3573607 3573607 ? 00:00:00 systemd
3573608 3573607 3573607 ? 00:00:00 (sd-pam)
3574026 3574026 3574026 ? 00:00:00 systemd
3574028 3574026 3574026 ? 00:00:00 (sd-pam)
3575435 3575435 3575435 ? 00:00:00 systemd
3575437 3575435 3575435 ? 00:00:00 (sd-pam)
3576464 3576464 3576464 ? 00:00:00 systemd
3576467 3576464 3576464 ? 00:00:00 (sd-pam)
3577861 3577861 3577861 ? 00:00:00 systemd
3577864 3577861 3577861 ? 00:00:00 (sd-pam)
3579010 3579010 3579010 ? 00:00:00 systemd
3579012 3579010 3579010 ? 00:00:00 (sd-pam)
3579153 3579153 3579153 ? 00:00:00 systemd
3579155 3579153 3579153 ? 00:00:00 (sd-pam)
3580723 3580723 3580723 ? 00:00:00 systemd
3580726 3580723 3580723 ? 00:00:00 (sd-pam)
3582370 3582370 3582370 ? 00:00:00 systemd
3582372 3582370 3582370 ? 00:00:00 (sd-pam)
3584035 3584035 3584035 ? 00:00:00 systemd
3584038 3584035 3584035 ? 00:00:00 (sd-pam)
3584727 3584727 3584727 ? 00:00:00 systemd
3584729 3584727 3584727 ? 00:00:00 (sd-pam)
3585173 3585173 3585173 ? 00:00:00 systemd
3585176 3585173 3585173 ? 00:00:00 (sd-pam)
3585812 3585812 3585812 ? 00:00:00 systemd
3585814 3585812 3585812 ? 00:00:00 (sd-pam)
3586365 3586365 3586365 ? 00:00:00 systemd
3586366 3586365 3586365 ? 00:00:00 (sd-pam)
3586794 3586794 3586794 ? 00:00:00 systemd
3586796 3586794 3586794 ? 00:00:00 (sd-pam)
3587395 3587395 3587395 ? 00:00:00 systemd
3587397 3587395 3587395 ? 00:00:00 (sd-pam)
[elena.teianu@fep8 ~]$ top
top - 11:25:34 up 14 days, 20:16, 103 users, load average: 2.43,
1.40, 0.66
Tasks: 819 total, 1 running, 813 sleeping, 5 stopped, 0
zombie
%Cpu(s): 4.8 us, 3.6 sy, 0.0 ni, 90.9 id, 0.0 wa, 0.3 hi, 0.3 si,
0.0 st
MiB Mem : 3683.6 total, 985.9 free, 1791.0 used, 906.7
buff/cache
MiB Swap: 16384.0 total, 15916.2 free, 467.8 used. 1557.7
avail Mem

PID USER PR NI VIRT RES SHR S %CPU %MEM


TIME+ COMMAND
737 dbus 20 0 75752 4580 2280 S 2.3 0.1 13:20.14
dbus-daemon
1 root 20 0 322100 8252 4364 S 1.3 0.2 12:47.15
systemd
693 root 16 -4 48552 804 676 S 0.7 0.0 1:32.89
sedispatch
3587682 elena.t+ 20 0 66232 6196 4680 R 0.7 0.2
0:02.62 top
3590703 root 20 0 271928 13176 10216 S 0.7 0.3
0:00.33 sshd
10 root 20 0 0 0 0 S 0.3 0.0 1:05.07
ksoftirqd/0
914 root 20 0 485648 1752 1176 S 0.3 0.0 9:15.20
tuned
917 root 20 0 232724 29432 1488 S 0.3 0.8 1:02.07
puppet
1706508 mihnea.+ 20 0 89772 3536 2632 S 0.3 0.1
0:16.43 systemd
2038063 vlad.co+ 20 0 89764 3192 2240 S 0.3 0.1
0:12.72 systemd
2697651 remus_d+ 20 0 361392 20124 3204 S 0.3 0.5
8:17.12 python3
2724510 grid-us+ 20 0 89776 4952 3968 S 0.3 0.1
0:06.51 systemd
3554696 razvan.+ 20 0 89740 9584 7920 S 0.3 0.3
0:00.51 systemd
3555164 luca.pa+ 20 0 89724 9824 8160 S 0.3 0.3
0:00.51 systemd
3557162 adrian.+ 20 0 89720 9536 7880 S 0.3 0.3
0:00.49 systemd
3564331 alfred.+ 20 0 89756 9840 8140 S 0.3 0.3
0:00.39 systemd
3565399 andreea+ 20 0 89772 9728 8008 S 0.3 0.3
0:00.36 systemd
3566204 alexand+ 20 0 89720 9600 8012 S 0.3 0.3
0:00.34 systemd
3573607 alexand+ 20 0 89676 9560 7948 S 0.3 0.3
0:00.21 systemd
3576464 mihai.b+ 20 0 89696 9568 7948 S 0.3 0.3
0:00.20 systemd
3585820 alexand+ 20 0 161280 3740 2168 S 0.3 0.1
0:00.09 sshd
3588982 tmirgor+ 20 0 89684 9840 8228 S 0.3 0.3
0:00.08 systemd
3588983 root 20 0 0 0 0 I 0.3 0.0 0:00.16
kworker/0:0-cgroup_destroy
[elena.teianu@fep8 ~]$ kill <prozessid>
-bash: syntax error near unexpected token `newline'
[elena.teianu@fep8 ~]$ ps
PID TTY TIME CMD
3566721 pts/49 00:00:00 bash
3580448 pts/49 00:00:00 vim
3587201 pts/49 00:00:00 vim
3595088 pts/49 00:00:00 ps
[elena.teianu@fep8 ~]$ kill 3580448
[elena.teianu@fep8 ~]$ ps
PID TTY TIME CMD
3566721 pts/49 00:00:00 bash
3580448 pts/49 00:00:00 vim
3587201 pts/49 00:00:00 vim
3595215 pts/49 00:00:00 ps
[elena.teianu@fep8 ~]$ kill -9
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ...
or kill -l [sigspec]
[elena.teianu@fep8 ~]$ kill -9 3580448
[elena.teianu@fep8 ~]$ ps
PID TTY TIME CMD
3566721 pts/49 00:00:00 bash
3587201 pts/49 00:00:00 vim
3598863 pts/49 00:00:00 ps
[1]- Killed vim (wd: ~/abc)
(wd now: ~)
[elena.teianu@fep8 ~]$

You might also like