Threadirqs kernel option with generic kernels

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by lilith »

I deinstalled the KX Studio default settings again and ran xruncounter in gdb.
That's the output:

Code: Select all

******************** SYSTEM CHECK *********************

[Detaching after fork from child process 1550]

Program received signal SIGSEGV, Segmentation fault.
__strcat_sse2_unaligned ()
    at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:298
298	../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: No such file or directory.
(gdb) bt full
#0  __strcat_sse2_unaligned ()
    at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:298
No locals.
#1  0x0000555555556956 in sys_info () at xruncounter.c:137
        fp = 0x555555570720
        infostr = "\n\000\000\000\000\000\000\000\240\274\243\367\377\177\000\000\000Z\373\367\377\177\000\000\210\327\377\377\377\177\000\000\204\327\377\377\377\177\000\000^\350\375\367\377\177\000\000\000\000\000\000\377\177\000\000\240\274\243\367\377\177\000\000\250ߢ\367\377\177\000\000\021(\204\367\377\177\000\000^\226\223\034\000\000\000\000\360\017\202\367\377\177\000\000YNr\000\000\000\000\000P\330\377\377\377\177\000\000@\330\377\377\377\177\000\000\210\327\377\377\377\177\000\000\300!\232\367\377\177\000\000\v\000\000\000\000\000\000\000\060\300\177\367", '\000' <repeats 12 times>, "\t\000\000\000\000\000\000\000^\226\223\034\000\000\000\000p\030\232\367\377\177\000\000\350\330\377\377\377\177\000\000\020\025\232\367\377\177\000\000\354"...
        logstr = "cat /proc/asound/cards | sed -n '/^ \000\000\000\000\023\034\003\030\004$\000\001\001\201\000T\004\006\210\020\200\204\000\b\000\b\005\200\002\000@\020D\020\000\266\002\200\320 \301\000\220\202t\001\000\004\b(\300\002H\001\v \320\001\002(\023\065\004`l\322\000!\003p`@Ҁ\b`\000@\001\000\200\001\000\000\022$\000\b\021\002\bI\300\001$\t\021(  \bC\v\246\202H\t\b\b\003D\f\n\034\022O\306\001\207\va\204\226\315\004\302\305\f\242\333\016\314\025\000\000\000\026\000\000\000\031\000\000\000\000\000\000\000\034\000\000\000\000\000\000\000\036\000\000\000\037\000\000\000!"...
--Type <RET> for more, q to quit, c to continue without paging-- 
        log2str = "\003\000\000\000\377\177\000\000\000\000\000\000\000\000\000\000\003\000\000\000\377\177\000\000\240\320\377\377\377\177\000\000\006\000\000\000\000\000\000\000\353&\b\000\000\000\000\000\000\000\000\000\003\000\000\000\360\031\232\367\377\177\000\000\252\371\276\367\377\177\000\000`\341\377\367\377\177\000\000\001\b\000\000\000\000\000\000\353&\b\000\000\000\000\000\001\000\000\000\000\000\000\000\244\201", '\000' <repeats 22 times>, "h\211\001\000\000\000\000\000\000\020\000\000\000\000\000\000\310\000\000\000\000\000\000\000\366\210\227]\000\000\000\000\vh\365\061\000\000\000\000g\273\250\\", '\000' <repeats 12 times>, "e\210\227]\000\000\000\000N\006<!", '\000' <repeats 28 times>...
#2  0x0000555555557add in main (argc=1, argv=0x7fffffffded8) at xruncounter.c:387
        percent_usage = {0 <repeats 24 times>, 9.8813129168249309e-324, 0 <repeats 15 times>, 5.1382827167489641e-321, 0, 3.4584595208887258e-323, 0, 3.1620201333839779e-322, 4.6355705403366234e-310, 5.1333420602905516e-321, 5.3754342267527624e-321, 
          -nan(0xfffffffffffb0), 7.9050503334599447e-323, 1.3580773065438576e-312, 9.8813129168249309e-324, 0, 2.3341953705212806e-312, 2.5251749918613155e-312, 0, 0, 6.9533489640629743e-310, 5.1382827167489641e-321, 3.0497684186488467e-319, 6.9533489650076278e-310, 
          4.6355705439389548e-310, 0, 6.9533489012254328e-310, 6.9533489639977576e-310, 6.9533489642811537e-310, 0, 0, 0, 6.9533488860017386e-310, 2.5251749918613155e-312, 4.6355705391313502e-310}
        optind = 0
(gdb) 
(gdb) 
tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: Threadirqs kernel option with generic kernels

Post by tramp »

mm, looks like the read buffer is to small, please change line 17

Code: Select all

#define BUF_MAX 1024
to

Code: Select all

#define BUF_MAX 2048
let me know if that helps.
On the road again.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by lilith »

tramp wrote: Fri Mar 20, 2020 1:45 pm mm, looks like the read buffer is to small, please change line 17

Code: Select all

#define BUF_MAX 1024
to

Code: Select all

#define BUF_MAX 2048
let me know if that helps.
Still the same:

Code: Select all

gdb ./xruncounter
GNU gdb (Debian 8.2.1-2+b3) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./xruncounter...done.
(gdb) run
Starting program: /home/marco/src/xruncounter/xruncounter 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

******************** SYSTEM CHECK *********************

[Detaching after fork from child process 2335]

Program received signal SIGSEGV, Segmentation fault.
__strcat_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:298
298	../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: No such file or directory.
(gdb) bt full
#0  __strcat_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:298
No locals.
#1  0x0000555555556956 in sys_info () at xruncounter.c:137
        fp = 0x555555570720
        infostr = "\n\000\024\345z\352\233\276\257\036\201\353gr\342\"!\001\252n\000\000\000\000\203\000\000\000\025\000\000\000\020\000\000\000\n\000\000\000\023\034\003\030\004$\000\001\001\201\000T\004\006\210\020\200\204\000\b\000\b\005\200\002\000@\020D\020\000\266\002\200\320 \301\000\220\202t\001\000\004\b(\300\002H\001\v \320\001\002(\023\065\004`l\322\000!\003p`@Ҁ\b`\000@\001\000\200\001\000\000\022$\000\b\021\002\bI\300\001$\t\021(  \bC\v\246\202H\t\b\b\003D\f\n\034\022O\306\001\207\va\204\226\315\004\302\305\f\242\333\016\314\025\000\000\000\026\000\000\000\031\000\000\000\000\000\000\000\034\000\000\000\000\000\000\000\036\000\000\000\037\000\000\000!\000\000\000"...
        logstr = "cat /proc/asound/cards | sed -n '/^ ", '\000' <repeats 436 times>...
        log2str = '\000' <repeats 2047 times>
#2  0x0000555555557add in main (argc=1, argv=0x7fffffffded8) at xruncounter.c:387
        percent_usage = {0 <repeats 24 times>, 9.8813129168249309e-324, 0 <repeats 15 times>, 5.1382827167489641e-321, 0, 3.4584595208887258e-323, 0, 3.1620201333839779e-322, 4.6355705403366234e-310, 5.1333420602905516e-321, 5.3754342267527624e-321, 
          -nan(0xfffffffffffb0), 7.9050503334599447e-323, 1.3580773065438576e-312, 9.8813129168249309e-324, 0, 2.3341953705212806e-312, 2.5251749918613155e-312, 0, 0, 6.9533489640629743e-310, 5.1382827167489641e-321, 3.0497684186488467e-319, 6.9533489650076278e-310, 
          4.6355705439389548e-310, 0, 6.9533489012254328e-310, 6.9533489639977576e-310, 6.9533489642811537e-310, 0, 0, 0, 6.9533488860017386e-310, 2.5251749918613155e-312, 4.6355705391313502e-310}
        optind = 0
(gdb) 
Strange that it´ s working with the KXStudio default settings and I'm sure that it worked in the past without the default settings.
tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: Threadirqs kernel option with generic kernels

Post by tramp »

Yes, the info string looks strange,which may lead to this:
log2str = '\000' <repeats 2047 times>
it seems your '/proc/asound/card' status is somehow different then expected.

what output do you get for:

Code: Select all

grep -rnw '/proc/asound/card'*'/pcm'*'p/sub'*'/status' -e 'RUNNING'
and for

Code: Select all

grep -rnw '/proc/asound/card'*'/pcm'*'p/sub'*'/status' -e 'RUNNING' | awk -F '/' '{print $4}'|awk '{print substr($0,length,1)}' | uniq
On the road again.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by lilith »

Thanks for the help, here are the outputs:

Code: Select all

grep -rnw '/proc/asound/card'*'/pcm'*'p/sub'*'/status' -e 'RUNNING'
1:state: RUNNING

Code: Select all

marco@marco:~/src/xruncounter$ grep -rnw '/proc/asound/card'*'/pcm'*'p/sub'*'/status' -e 'RUNNING' | awk -F '/' '{print $4}'|awk '{print substr($0,length,1)}' | uniq

marco@marco:~/src/xruncounter$ 
Second command gives nothing back.
tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: Threadirqs kernel option with generic kernels

Post by tramp »

lilith wrote: Fri Mar 20, 2020 2:17 pm Thanks for the help, here are the outputs:

Code: Select all

grep -rnw '/proc/asound/card'*'/pcm'*'p/sub'*'/status' -e 'RUNNING'
1:state: RUNNING
Strange. It should be something like

Code: Select all

grep -rnw '/proc/asound/card'*'/pcm'*'p/sub'*'/status' -e 'RUNNING'
/proc/asound/card0/pcm0p/sub0/status:1:state: RUNNING
I guess, for now, the fastest option for you to get it working, is skip this info.
comment out line 387

Code: Select all

sys_info();
make it

Code: Select all

//sys_info();
I've no idea how KxStudio-settings could change a "proc" file. as it is a monitoring of the running system, were the format of the monitor files haven't changed for decades.

maybe one shout in the dark, what is about rgrep instead grep?

Code: Select all

rgrep -nw -H '/proc/asound/card'*'/pcm'*'p/sub'*'/status' -e 'RUNNING'
On the road again.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by lilith »

This seems to work:

Code: Select all

marco@marco:~/src/xruncounter$ rgrep -nw -H '/proc/asound/card'*'/pcm'*'p/sub'*'/status' -e 'RUNNING'
/proc/asound/card1/pcm0p/sub0/status:1:state: RUNNING
tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: Threadirqs kernel option with generic kernels

Post by tramp »

Oh, nice! :)
I've push a fix to github now. Let me know if it works now, please.
On the road again.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by lilith »

tramp wrote: Fri Mar 20, 2020 3:21 pm Oh, nice! :)
I've push a fix to github now. Let me know if it works now, please.
Ok, so it has nothing to do with th kx settings? Should I ask falkTX about it?
I'm checking it later.
tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: Threadirqs kernel option with generic kernels

Post by tramp »

Nope, seems to be the grep version, I've 3.4. You could get it with grep --version
Maybe KxStudio pulls in a other version on your system when you use the kx-repository, . .
On the road again.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by lilith »

tramp wrote: Fri Mar 20, 2020 3:29 pm Nope, seems to be the grep version, I've 3.4. You could get it with grep --version
Maybe KxStudio pulls in a other version on your system when you use the kx-repository, . .
ok, i see... I'm still having issues with xruns and I want to test some things. I'll sum the findings up the next days. It's a rabbit hole. The more I read the less I understand. :lol:
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by lilith »

tramp wrote: Fri Mar 20, 2020 3:29 pm Nope, seems to be the grep version, I've 3.4. You could get it with grep --version
Maybe KxStudio pulls in a other version on your system when you use the kx-repository, . .
Working now! :D Thanks's for that!
User avatar
thetotalchaos
Established Member
Posts: 211
Joined: Mon Sep 29, 2014 8:29 pm
Has thanked: 53 times
Been thanked: 9 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by thetotalchaos »

Hi @lilith and @tramp

I have two questions, from this ongoing conversation

What does xruncounter does? What is exactly measured?

How grep became so important object of interest for a Professional Audio?
And /proc suppose to contain system data only. Nothing interesting for me and you.

PS: What is the idea here? I remember how it all started with why Generic kernels does not work, the way Realtime kernels do. Suddenly i feel lost and confused :roll: :D
You can listen to my music at: https://totalchaos-music.bandcamp.com/

Take a journey to wonderland with The Butterfly Effect 2016
https://totalchaos-music.bandcamp.com/a ... fly-effect
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by lilith »

thetotalchaos wrote: Fri Mar 20, 2020 9:00 pm Hi @lilith and @tramp

I have two questions, from this ongoing conversation

What does xruncounter does? What is exactly measured?

How grep became so important object of interest for a Professional Audio?
And /proc suppose to contain system data only. Nothing interesting for me and you.

PS: What is the idea here? I remember how it all started with why Generic kernels does not work, the way Realtime kernels do. Suddenly i feel lost and confused :roll: :D
As far as I understand it slowly increases the DSP load and detects at which DSP load the first xruns appears. In addition it also shows the number of cycles. If your system is well configured you should reach 95% or more. What I don't understand is if a DAW that runs with higher priority in the background affects the outcome of xruncounter. E.g. when running xruncounter alone I generally get much better results compared to running xruncounter plus a DAW.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Threadirqs kernel option with generic kernels

Post by lilith »

Currently I have the KX default settings deinstalled. Renoise is running and causes a DSP load of ~30%. When I start xruncounter I hear crackles at ~60% DSP load, but no xruns. xruns appear at 65% and more. Can this be due to the priorities.

ritirq is running

Code: Select all

/etc/init.d/rtirq status

  PID CLS RTPRIO  NI PRI %CPU STAT COMMAND	
   58 FF      50   -  90  0.0 S    irq/9-acpi	
   82 FF      50   -  90  0.0 S    irq/8-rtc0	
  163 FF      50   -  90  0.0 S    irq/18-i801_smb	
  182 FF      50   -  90  0.0 S    irq/16-ehci_hcd	
  213 FF      50   -  90  1.4 S    irq/27-xhci_hcd	
  217 FF      50   -  90  0.0 S    irq/23-ehci_hcd	
  218 FF      50   -  90  0.0 S    irq/29-xhci_hcd	
  219 FF      50   -  90  0.0 S    irq/28-ahci[000	
  236 FF      50   -  90  0.1 S    irq/30-i915	
  398 FF      50   -  90  0.0 S    irq/31-mei_me	
  690 FF      50   -  90  0.0 S    irq/26-enp2s0	
    9 TS       -   0  19  0.0 S    ksoftirqd/0	
   25 TS       -   0  19  0.0 S    ksoftirqd/1	
   33 TS       -   0  19  0.0 S    ksoftirqd/2	
   41 TS       -   0  19  0.0 S    ksoftirqd/3	
xhci_hcd is my soundcard. Jack priority is 80.

And a more detailed list:

Code: Select all

marco@marco:~/src/xruncounter/xruncounter-master$ ps axHo user,lwp,pid,rtprio,ni,command
USER       LWP   PID RTPRIO  NI COMMAND
root         1     1      -   0 /sbin/init threadirqs splash
root         2     2      -   0 [kthreadd]
root         3     3      - -20 [rcu_gp]
root         4     4      - -20 [rcu_par_gp]
root         6     6      - -20 [kworker/0:0H-kblockd]
root         8     8      - -20 [mm_percpu_wq]
root         9     9      -   0 [ksoftirqd/0]
root        10    10      1   - [ktimersoftd/0]
root        11    11      1   - [rcuc/0]
root        12    12      1   - [rcu_preempt]
root        13    13      1   - [rcu_sched]
root        14    14      1   - [rcub/0]
root        15    15      -   0 [kswork]
root        16    16     99   - [posixcputmr/0]
root        17    17     99   - [migration/0]
root        19    19      -   0 [cpuhp/0]
root        20    20      -   0 [cpuhp/1]
root        21    21     99   - [migration/1]
root        22    22     99   - [posixcputmr/1]
root        23    23      1   - [rcuc/1]
root        24    24      1   - [ktimersoftd/1]
root        25    25      -   0 [ksoftirqd/1]
root        27    27      - -20 [kworker/1:0H-kblockd]
root        28    28      -   0 [cpuhp/2]
root        29    29     99   - [migration/2]
root        30    30     99   - [posixcputmr/2]
root        31    31      1   - [rcuc/2]
root        32    32      1   - [ktimersoftd/2]
root        33    33      -   0 [ksoftirqd/2]
root        35    35      - -20 [kworker/2:0H]
root        36    36      -   0 [cpuhp/3]
root        37    37     99   - [migration/3]
root        38    38     99   - [posixcputmr/3]
root        39    39      1   - [rcuc/3]
root        40    40      1   - [ktimersoftd/3]
root        41    41      -   0 [ksoftirqd/3]
root        43    43      - -20 [kworker/3:0H-kblockd]
root        44    44      -   0 [kdevtmpfs]
root        45    45      - -20 [netns]
root        46    46      -   0 [rcu_tasks_kthre]
root        47    47      -   0 [kauditd]
root        50    50      -   0 [khungtaskd]
root        51    51      -   0 [oom_reaper]
root        52    52      - -20 [writeback]
root        53    53      -   0 [kcompactd0]
root        54    54      -   5 [ksmd]
root        55    55      - -20 [crypto]
root        56    56      - -20 [kintegrityd]
root        57    57      - -20 [kblockd]
root        58    58     50   - [irq/9-acpi]
root        60    60      - -20 [edac-poller]
root        61    61      - -20 [devfreq_wq]
root        62    62     99   - [watchdogd]
root        63    63      -   0 [kswapd0]
root        81    81      - -20 [kthrotld]
root        82    82     50   - [irq/8-rtc0]
root        83    83      - -20 [ipv6_addrconf]
root        93    93      - -20 [kstrp]
root       162   162      - -20 [acpi_thermal_pm]
root       163   163     50   - [irq/18-i801_smb]
root       182   182     50   - [irq/16-ehci_hcd]
root       209   209      - -20 [ata_sff]
root       213   213     50   - [irq/27-xhci_hcd]
root       217   217     50   - [irq/23-ehci_hcd]
root       218   218     50   - [irq/29-xhci_hcd]
root       219   219     50   - [irq/28-ahci[000]
root       220   220      -   0 [scsi_eh_0]
root       221   221      - -20 [scsi_tmf_0]
root       222   222      -   0 [scsi_eh_1]
root       223   223      - -20 [scsi_tmf_1]
root       224   224      -   0 [scsi_eh_2]
root       225   225      - -20 [scsi_tmf_2]
root       226   226      -   0 [scsi_eh_3]
root       227   227      - -20 [scsi_tmf_3]
root       228   228      -   0 [scsi_eh_4]
root       229   229      - -20 [scsi_tmf_4]
root       230   230      -   0 [scsi_eh_5]
root       231   231      - -20 [scsi_tmf_5]
root       236   236     50   - [irq/30-i915]
root       237   237      - -20 [kworker/u9:0]
root       238   238      1   - [i915/signal:0]
root       239   239      1   - [i915/signal:1]
root       240   240      1   - [i915/signal:2]
root       241   241      1   - [i915/signal:6]
root       250   250      -   0 [scsi_eh_6]
root       251   251      - -20 [scsi_tmf_6]
root       252   252      - -20 [kworker/0:1H-kblockd]
root       258   258      - -20 [kworker/2:1H-kblockd]
root       272   272      -   0 [scsi_eh_7]
root       273   273      - -20 [scsi_tmf_7]
root       274   274      -   0 [usb-storage]
root       286   286      - -20 [kworker/1:1H-kblockd]
root       301   301      -   0 [jbd2/sda1-8]
root       302   302      - -20 [ext4-rsv-conver]
root       339   339      -   0 /lib/systemd/systemd-journald
root       351   351      -   0 /lib/systemd/systemd-udevd
root       398   398     50   - [irq/31-mei_me]
root       452   452      -   0 [jbd2/sda6-8]
root       453   453      - -20 [ext4-rsv-conver]
systemd+   476   476      -   0 /lib/systemd/systemd-timesyncd
systemd+   480   476      -   0 /lib/systemd/systemd-timesyncd
root       481   481      -   0 /lib/systemd/systemd-logind
root       483   483      -   0 /usr/sbin/cupsd -l
root       485   485      -   0 /usr/sbin/rsyslogd -n -iNONE
root       487   485      -   0 /usr/sbin/rsyslogd -n -iNONE
root       488   485      -   0 /usr/sbin/rsyslogd -n -iNONE
root       489   485      -   0 /usr/sbin/rsyslogd -n -iNONE
message+   491   491      -   0 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --syst
root       496   496      -   0 /usr/lib/udisks2/udisksd
root       507   496      -   0 /usr/lib/udisks2/udisksd
root       510   496      -   0 /usr/lib/udisks2/udisksd
root       564   496      -   0 /usr/lib/udisks2/udisksd
root       678   496      -   0 /usr/lib/udisks2/udisksd
root       498   498      -   0 /usr/sbin/cron -f
root       500   500      -   0 /usr/sbin/NetworkManager --no-daemon
root       557   500      -   0 /usr/sbin/NetworkManager --no-daemon
root       561   500      -   0 /usr/sbin/NetworkManager --no-daemon
root       501   501      -   0 /usr/sbin/ModemManager --filter-policy=strict
root       523   501      -   0 /usr/sbin/ModemManager --filter-policy=strict
root       525   501      -   0 /usr/sbin/ModemManager --filter-policy=strict
avahi      502   502      -   0 avahi-daemon: running [marco.local]
root       503   503      -   0 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
avahi      511   511      -   0 avahi-daemon: chroot helper
root       512   512      -  19 /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon
root       518   518      -   0 /usr/sbin/cups-browsed
root       649   518      -   0 /usr/sbin/cups-browsed
root       650   518      -   0 /usr/sbin/cups-browsed
colord     519   519      -   0 /usr/lib/colord/colord
colord     546   519      -   0 /usr/lib/colord/colord
colord     548   519      -   0 /usr/lib/colord/colord
root       531   531      -   0 /usr/lib/policykit-1/polkitd --no-debug
root       537   531      -   0 /usr/lib/policykit-1/polkitd --no-debug
root       540   531      -   0 /usr/lib/policykit-1/polkitd --no-debug
root       681   681      -   0 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown 
root       705   681      -   0 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown 
root       688   688      -   0 /usr/sbin/lightdm
root       691   688      -   0 /usr/sbin/lightdm
root       694   688      -   0 /usr/sbin/lightdm
root       690   690     50   - [irq/26-enp2s0]
root       700   700      -   0 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten t
root       711   700      0   - /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten t
root       712   700      0   - /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten t
root       717   700      -   0 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten t
root       701   701      -   0 /sbin/agetty -o -p -- \u --noclear tty1 linux
root       776   776      -   0 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /run/dhc
root       782   782      -   0 lightdm --session-child 14 23
root       842   782      -   0 lightdm --session-child 14 23
root       843   782      -   0 lightdm --session-child 14 23
marco      846   846      -   0 /lib/systemd/systemd --user
marco      847   847      -   0 (sd-pam)
marco      860   860      -   0 /usr/bin/gnome-keyring-daemon --daemonize --login
marco      861   860      -   0 /usr/bin/gnome-keyring-daemon --daemonize --login
marco      862   860      -   0 /usr/bin/gnome-keyring-daemon --daemonize --login
marco     1003   860      -   0 /usr/bin/gnome-keyring-daemon --daemonize --login
marco      863   863      -   0 /bin/sh /etc/xdg/xfce4/xinitrc -- /etc/X11/xinit/xserverrc
marco      871   871      -   0 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --sys
marco      918   918      -   0 /usr/bin/ssh-agent /usr/bin/im-launch /usr/bin/cadence-session-start --syste
marco      935   935      -   0 /usr/bin/ibus-daemon --daemonize --xim
marco      942   935      -   0 /usr/bin/ibus-daemon --daemonize --xim
marco      944   935      -   0 /usr/bin/ibus-daemon --daemonize --xim
marco      946   946      -   0 /usr/lib/gvfs/gvfsd
marco      947   946      -   0 /usr/lib/gvfs/gvfsd
marco      949   946      -   0 /usr/lib/gvfs/gvfsd
marco      953   953      -   0 xfce4-session
marco      992   953      -   0 xfce4-session
marco      993   953      -   0 xfce4-session
marco      954   954      -   0 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
marco      958   954      -   0 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
marco      960   954      -   0 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
marco      961   954      -   0 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
marco      963   954      -   0 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
marco      967   954      -   0 /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
marco      956   956      -   0 /usr/lib/ibus/ibus-dconf
marco      964   956      -   0 /usr/lib/ibus/ibus-dconf
marco      965   956      -   0 /usr/lib/ibus/ibus-dconf
marco      973   956      -   0 /usr/lib/ibus/ibus-dconf
marco      962   962      -   0 /usr/lib/ibus/ibus-ui-gtk3
marco      984   962      -   0 /usr/lib/ibus/ibus-ui-gtk3
marco      986   962      -   0 /usr/lib/ibus/ibus-ui-gtk3
marco      991   962      -   0 /usr/lib/ibus/ibus-ui-gtk3
marco      966   966      -   0 /usr/lib/ibus/ibus-extension-gtk3
marco      987   966      -   0 /usr/lib/ibus/ibus-extension-gtk3
marco      988   966      -   0 /usr/lib/ibus/ibus-extension-gtk3
marco     1000   966      -   0 /usr/lib/ibus/ibus-extension-gtk3
marco      969   969      -   0 /usr/lib/ibus/ibus-x11 --kill-daemon
marco      989   969      -   0 /usr/lib/ibus/ibus-x11 --kill-daemon
marco      990   969      -   0 /usr/lib/ibus/ibus-x11 --kill-daemon
marco      972   972      -   0 /usr/lib/ibus/ibus-portal
marco      975   972      -   0 /usr/lib/ibus/ibus-portal
marco      976   972      -   0 /usr/lib/ibus/ibus-portal
marco      974   974      -   0 /usr/lib/at-spi2-core/at-spi-bus-launcher
marco      978   974      -   0 /usr/lib/at-spi2-core/at-spi-bus-launcher
marco      979   974      -   0 /usr/lib/at-spi2-core/at-spi-bus-launcher
marco      981   974      -   0 /usr/lib/at-spi2-core/at-spi-bus-launcher
marco      982   982      -   0 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility
marco      985   985      -   0 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
marco      996   985      -   0 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
marco      997   985      -   0 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
marco      995   995      -   0 /usr/lib/x86_64-linux-gnu/xfce4/xfconf/xfconfd
marco     1005  1005      -   0 xfwm4
marco     1009  1009      -   0 xfce4-panel
marco     1084  1009      -   0 xfce4-panel
marco     1011  1011      -   0 Thunar --daemon
marco     1025  1011      -   0 Thunar --daemon
marco     1026  1011      -   0 Thunar --daemon
marco     1013  1013      -   0 xfsettingsd
marco     1080  1013      -   0 xfsettingsd
marco     1081  1013      -   0 xfsettingsd
marco     1014  1014      -   0 /usr/lib/ibus/ibus-engine-simple
marco     1020  1014      -   0 /usr/lib/ibus/ibus-engine-simple
marco     1021  1014      -   0 /usr/lib/ibus/ibus-engine-simple
marco     1015  1015      -   0 xfdesktop
marco     1028  1015      -   0 xfdesktop
marco     1029  1015      -   0 xfdesktop
root      1016  1016      - -20 [kworker/3:2H-kblockd]
marco     1018  1018      -   0 compton
marco     1040  1018      0   - compton
marco     1024  1024      -   0 nm-applet
marco     1058  1024      -   0 nm-applet
marco     1059  1024      -   0 nm-applet
marco     1074  1024      -   0 nm-applet
marco     1027  1027      -   0 /usr/lib/geoclue-2.0/demos/agent
marco     1034  1027      -   0 /usr/lib/geoclue-2.0/demos/agent
marco     1039  1027      -   0 /usr/lib/geoclue-2.0/demos/agent
marco     1037  1037      -   0 /usr/bin/python3 /usr/share/system-config-printer/applet.py
marco     1038  1038      - -11 /usr/bin/pulseaudio --daemonize=no
marco     1252  1038      5   - /usr/bin/pulseaudio --daemonize=no
marco     1255  1038      5   - /usr/bin/pulseaudio --daemonize=no
marco     1265  1038      9   - /usr/bin/pulseaudio --daemonize=no
marco     1266  1038      9   - /usr/bin/pulseaudio --daemonize=no
marco     1270  1038      5   - /usr/bin/pulseaudio --daemonize=no
marco     1271  1038      9   - /usr/bin/pulseaudio --daemonize=no
marco     1278  1038      9   - /usr/bin/pulseaudio --daemonize=no
marco     1279  1038      5   - /usr/bin/pulseaudio --daemonize=no
marco     1280  1038      9   - /usr/bin/pulseaudio --daemonize=no
rtkit     1050  1050      -   1 /usr/lib/rtkit/rtkit-daemon
rtkit     1056  1050      -   0 /usr/lib/rtkit/rtkit-daemon
rtkit     1057  1050     99   - /usr/lib/rtkit/rtkit-daemon
marco     1051  1051      -   0 light-locker
marco     1063  1051      -   0 light-locker
marco     1064  1051      -   0 light-locker
marco     1065  1051      -   0 light-locker
marco     1054  1054      -   0 xfce4-power-manager
marco     1061  1054      -   0 xfce4-power-manager
marco     1062  1054      -   0 xfce4-power-manager
marco     1055  1055      -   0 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
marco     1078  1055      -   0 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
marco     1079  1055      -   0 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
marco     1066  1066      -   0 /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd
marco     1085  1066      -   0 /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd
marco     1088  1066      -   0 /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd
marco     1070  1070      -   0 /usr/lib/dconf/dconf-service
marco     1071  1070      -   0 /usr/lib/dconf/dconf-service
marco     1073  1070      -   0 /usr/lib/dconf/dconf-service
marco     1082  1082      -   0 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/x86_64-linux-gnu/
marco     1092  1082      -   0 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/x86_64-linux-gnu/
marco     1093  1082      -   0 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/x86_64-linux-gnu/
root      1083  1083      -   0 /usr/lib/upower/upowerd
root      1097  1083      -   0 /usr/lib/upower/upowerd
root      1100  1083      -   0 /usr/lib/upower/upowerd
marco     1089  1089      -   0 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/
marco     1091  1091      -   0 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/
marco     1094  1094      -   0 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-1.0 /usr/lib/x86_64-linux-gnu/
marco     1095  1095      -   0 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/x86_64-linux-gnu/
marco     1103  1095      -   0 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/x86_64-linux-gnu/
marco     1104  1095      -   0 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/x86_64-linux-gnu/
marco     1113  1113      -   0 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
marco     1115  1113      -   0 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
marco     1116  1113      -   0 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
marco     1119  1119      -   0 /usr/lib/gvfs/gvfs-goa-volume-monitor
marco     1121  1119      -   0 /usr/lib/gvfs/gvfs-goa-volume-monitor
marco     1122  1119      -   0 /usr/lib/gvfs/gvfs-goa-volume-monitor
marco     1125  1125      -   0 /usr/lib/gvfs/gvfs-mtp-volume-monitor
marco     1127  1125      -   0 /usr/lib/gvfs/gvfs-mtp-volume-monitor
marco     1129  1125      -   0 /usr/lib/gvfs/gvfs-mtp-volume-monitor
marco     1130  1130      -   0 /usr/lib/gvfs/gvfs-afc-volume-monitor
marco     1132  1130      -   0 /usr/lib/gvfs/gvfs-afc-volume-monitor
marco     1133  1130      -   0 /usr/lib/gvfs/gvfs-afc-volume-monitor
marco     1135  1130      -   0 /usr/lib/gvfs/gvfs-afc-volume-monitor
marco     1136  1136      -   0 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
marco     1138  1136      -   0 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
marco     1140  1136      -   0 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
marco     1150  1150      -   0 /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
marco     1151  1150      -   0 /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
marco     1152  1150      -   0 /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
marco     1156  1156      -   0 /usr/lib/gvfs/gvfsd-metadata
marco     1157  1156      -   0 /usr/lib/gvfs/gvfsd-metadata
marco     1158  1156      -   0 /usr/lib/gvfs/gvfsd-metadata
root      1187  1187      -   0 [jbd2/sdb1-8]
root      1188  1188      - -20 [ext4-rsv-conver]
marco     1196  1196      -   0 /usr/bin/python3 /usr/share/cadence/src/cadence.py
marco     1201  1196      -   0 /usr/bin/python3 /usr/share/cadence/src/cadence.py
marco     1202  1196      -   0 /usr/bin/python3 /usr/share/cadence/src/cadence.py
marco     1203  1196      -   0 /usr/bin/python3 /usr/share/cadence/src/cadence.py
marco     1204  1196      -   0 /usr/bin/python3 /usr/share/cadence/src/cadence.py
marco     1210  1196      0   - /usr/bin/python3 /usr/share/cadence/src/cadence.py
marco     1212  1212      -   0 /usr/bin/jackdbus auto
marco     1262  1212      -   0 /usr/bin/jackdbus auto
marco     1263  1212     80   - /usr/bin/jackdbus auto
marco     1264  1212      -   0 /usr/bin/jackdbus auto
marco     1214  1214      -   0 /usr/bin/a2jmidid dbus
marco     1268  1214      -   0 /usr/bin/a2jmidid dbus
marco     1269  1214      -   0 /usr/bin/a2jmidid dbus
marco     1272  1214     75   - /usr/bin/a2jmidid dbus
marco     1273  1214      -   0 /usr/bin/a2jmidid dbus
marco     1274  1214      -   0 /usr/bin/a2jmidid dbus
marco     1281  1281      -   0 /home/marco/Schreibtisch/renoise
marco     1282  1281     95   - /home/marco/Schreibtisch/renoise
marco     1285  1281      -   0 /home/marco/Schreibtisch/renoise
marco     1286  1281      -   0 /home/marco/Schreibtisch/renoise
marco     1287  1281     75   - /home/marco/Schreibtisch/renoise
marco     1288  1281     95   - /home/marco/Schreibtisch/renoise
marco     1354  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3109  1281     95   - /home/marco/Schreibtisch/renoise
marco     3110  1281     95   - /home/marco/Schreibtisch/renoise
marco     3111  1281     95   - /home/marco/Schreibtisch/renoise
marco     3112  1281     95   - /home/marco/Schreibtisch/renoise
marco     3113  1281     95   - /home/marco/Schreibtisch/renoise
marco     3114  1281     95   - /home/marco/Schreibtisch/renoise
marco     3115  1281     95   - /home/marco/Schreibtisch/renoise
marco     3116  1281     95   - /home/marco/Schreibtisch/renoise
marco     3117  1281     95   - /home/marco/Schreibtisch/renoise
marco     3118  1281     95   - /home/marco/Schreibtisch/renoise
marco     3119  1281     95   - /home/marco/Schreibtisch/renoise
marco     3120  1281     95   - /home/marco/Schreibtisch/renoise
marco     3121  1281     95   - /home/marco/Schreibtisch/renoise
marco     3122  1281     95   - /home/marco/Schreibtisch/renoise
marco     3123  1281     95   - /home/marco/Schreibtisch/renoise
marco     3124  1281     95   - /home/marco/Schreibtisch/renoise
marco     3125  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3126  1281     95   - /home/marco/Schreibtisch/renoise
marco     3127  1281     95   - /home/marco/Schreibtisch/renoise
marco     3128  1281     95   - /home/marco/Schreibtisch/renoise
marco     3129  1281     95   - /home/marco/Schreibtisch/renoise
marco     3130  1281     95   - /home/marco/Schreibtisch/renoise
marco     3131  1281     95   - /home/marco/Schreibtisch/renoise
marco     3132  1281     95   - /home/marco/Schreibtisch/renoise
marco     3133  1281     95   - /home/marco/Schreibtisch/renoise
marco     3134  1281     95   - /home/marco/Schreibtisch/renoise
marco     3135  1281     95   - /home/marco/Schreibtisch/renoise
marco     3136  1281     95   - /home/marco/Schreibtisch/renoise
marco     3137  1281     95   - /home/marco/Schreibtisch/renoise
marco     3138  1281     95   - /home/marco/Schreibtisch/renoise
marco     3139  1281     95   - /home/marco/Schreibtisch/renoise
marco     3140  1281     95   - /home/marco/Schreibtisch/renoise
marco     3141  1281     95   - /home/marco/Schreibtisch/renoise
marco     3142  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3143  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3144  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3145  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3146  1281     95   - /home/marco/Schreibtisch/renoise
marco     3147  1281     95   - /home/marco/Schreibtisch/renoise
marco     3148  1281     95   - /home/marco/Schreibtisch/renoise
marco     3149  1281     95   - /home/marco/Schreibtisch/renoise
marco     3150  1281     95   - /home/marco/Schreibtisch/renoise
marco     3151  1281     95   - /home/marco/Schreibtisch/renoise
marco     3152  1281     95   - /home/marco/Schreibtisch/renoise
marco     3153  1281     95   - /home/marco/Schreibtisch/renoise
marco     3154  1281     95   - /home/marco/Schreibtisch/renoise
marco     3155  1281     95   - /home/marco/Schreibtisch/renoise
marco     3156  1281     95   - /home/marco/Schreibtisch/renoise
marco     3157  1281     95   - /home/marco/Schreibtisch/renoise
marco     3158  1281     95   - /home/marco/Schreibtisch/renoise
marco     3159  1281     95   - /home/marco/Schreibtisch/renoise
marco     3160  1281     95   - /home/marco/Schreibtisch/renoise
marco     3161  1281     95   - /home/marco/Schreibtisch/renoise
marco     3162  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3165  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3166  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3167  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3168  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3169  1281      -   0 /home/marco/Schreibtisch/renoise
marco     3170  1281     95   - /home/marco/Schreibtisch/renoise
marco     3171  1281     95   - /home/marco/Schreibtisch/renoise
marco     3172  1281     95   - /home/marco/Schreibtisch/renoise
marco     3173  1281     95   - /home/marco/Schreibtisch/renoise
marco     3190  1281     95   - /home/marco/Schreibtisch/renoise
marco     3191  1281     95   - /home/marco/Schreibtisch/renoise
marco     3192  1281     95   - /home/marco/Schreibtisch/renoise
marco     3193  1281     95   - /home/marco/Schreibtisch/renoise
marco     3194  1281     95   - /home/marco/Schreibtisch/renoise
marco     3195  1281     95   - /home/marco/Schreibtisch/renoise
marco     3196  1281     95   - /home/marco/Schreibtisch/renoise
marco     3197  1281     95   - /home/marco/Schreibtisch/renoise
marco     3198  1281     95   - /home/marco/Schreibtisch/renoise
marco     3199  1281     95   - /home/marco/Schreibtisch/renoise
marco     3200  1281     95   - /home/marco/Schreibtisch/renoise
marco     3201  1281     95   - /home/marco/Schreibtisch/renoise
marco     3202  1281     95   - /home/marco/Schreibtisch/renoise
marco     3203  1281     95   - /home/marco/Schreibtisch/renoise
marco     3204  1281     95   - /home/marco/Schreibtisch/renoise
marco     3205  1281     95   - /home/marco/Schreibtisch/renoise
marco     3206  1281      -   0 /home/marco/Schreibtisch/renoise
marco     1367  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1380  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1385  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1386  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1389  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1390  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1391  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1392  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1393  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1394  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1399  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1400  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1401  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1402  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1403  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1405  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1406  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1408  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1409  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1430  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1447  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1482  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1604  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     2214  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     3606  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     3996  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     4003  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     4086  1367      -   0 /usr/lib/chromium/chromium --show-component-extension-options --enable-gpu-r
marco     1381  1381      -   0 /usr/lib/chromium/chrome-sandbox /usr/lib/chromium/chromium --type=zygote
marco     1382  1382      -   0 /usr/lib/chromium/chromium --type=zygote
marco     1384  1384      -   0 /usr/lib/chromium/chromium --type=zygote
marco     1404  1404      -   0 /usr/lib/chromium/chromium --type=gpu-process --field-trial-handle=155098064
marco     1424  1404      0   - /usr/lib/chromium/chromium --type=gpu-process --field-trial-handle=155098064
marco     1425  1404      -   0 /usr/lib/chromium/chromium --type=gpu-process --field-trial-handle=155098064
marco     1426  1404      -   0 /usr/lib/chromium/chromium --type=gpu-process --field-trial-handle=155098064
marco     1427  1404      -   0 /usr/lib/chromium/chromium --type=gpu-process --field-trial-handle=155098064
marco     1428  1404      -   0 /usr/lib/chromium/chromium --type=gpu-process --field-trial-handle=155098064
marco     1429  1404      -   0 /usr/lib/chromium/chromium --type=gpu-process --field-trial-handle=155098064
marco     4002  1404      -   0 /usr/lib/chromium/chromium --type=gpu-process --field-trial-handle=155098064
marco     1407  1407      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     1417  1407      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     1419  1407      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     1422  1407      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     1471  1407      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     1472  1407      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     4006  1407      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     4051  1407      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     4202  1407      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     1452  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1456  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1457  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1458  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1459  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1462  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1466  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1467  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1468  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1469  1452      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4005  1452      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1474  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1477  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1479  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1480  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1484  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1485  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1486  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1487  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1488  1474      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4007  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4152  1474      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1576  1576      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1579  1576      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1581  1576      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1582  1576      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1584  1576      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1585  1576      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1586  1576      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1587  1576      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1588  1576      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1795  1576      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4197  1576      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     1743  1743      -   0 /usr/lib/gvfs/gvfsd-network --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
marco     1744  1743      -   0 /usr/lib/gvfs/gvfsd-network --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
marco     1745  1743      -   0 /usr/lib/gvfs/gvfsd-network --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
marco     1748  1743      -   0 /usr/lib/gvfs/gvfsd-network --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
marco     1749  1749      -   0 /usr/lib/gvfs/gvfsd-smb-browse --spawner :1.6 /org/gtk/gvfs/exec_spaw/2
marco     1750  1749      -   0 /usr/lib/gvfs/gvfsd-smb-browse --spawner :1.6 /org/gtk/gvfs/exec_spaw/2
marco     1751  1749      -   0 /usr/lib/gvfs/gvfsd-smb-browse --spawner :1.6 /org/gtk/gvfs/exec_spaw/2
marco     1753  1749      -   0 /usr/lib/gvfs/gvfsd-smb-browse --spawner :1.6 /org/gtk/gvfs/exec_spaw/2
marco     1756  1756      -   0 /usr/lib/gvfs/gvfsd-dnssd --spawner :1.6 /org/gtk/gvfs/exec_spaw/3
marco     1757  1756      -   0 /usr/lib/gvfs/gvfsd-dnssd --spawner :1.6 /org/gtk/gvfs/exec_spaw/3
marco     1758  1756      -   0 /usr/lib/gvfs/gvfsd-dnssd --spawner :1.6 /org/gtk/gvfs/exec_spaw/3
marco     2284  2284      -   0 /usr/bin/python3 /usr/share/cadence/src/catia.py
marco     2285  2284      -   0 /usr/bin/python3 /usr/share/cadence/src/catia.py
marco     2286  2284      -   0 /usr/bin/python3 /usr/share/cadence/src/catia.py
marco     2288  2284      -   0 /usr/bin/python3 /usr/share/cadence/src/catia.py
marco     2289  2284      -   0 /usr/bin/python3 /usr/share/cadence/src/catia.py
marco     2290  2284      0   - /usr/bin/python3 /usr/share/cadence/src/catia.py
marco     2291  2284      -   0 /usr/bin/python3 /usr/share/cadence/src/catia.py
marco     2292  2284      -   0 /usr/bin/python3 /usr/share/cadence/src/catia.py
marco     2648  2648      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2649  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2651  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2654  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2656  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2657  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2658  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2659  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2660  2648      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2695  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2701  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3355  2648      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     2893  2893      -   0 xfce4-terminal
marco     2894  2893      -   0 xfce4-terminal
marco     2895  2893      -   0 xfce4-terminal
marco     4215  2893      -   0 xfce4-terminal
marco     2897  2897      -   0 bash
marco     3068  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3069  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3071  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3074  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3076  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3077  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3078  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3079  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3080  3068      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3380  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4050  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4200  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4201  3068      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
root      3240  3240      -   0 [kworker/3:1-events]
root      3265  3265      -   0 [kworker/2:1-events]
root      3349  3349      -   0 [kworker/u8:2-events_unbound]
marco     3447  3447      -   0 [bash] <defunct>
root      3586  3586      -   0 [kworker/u8:3+events_unbound]
root      3596  3596      -   0 [kworker/0:0-events]
root      3607  3607      -   0 [kworker/1:0-events]
root      3639  3639      -   0 [kworker/3:2-events]
root      3699  3699      -   0 [kworker/2:2]
marco     3748  3748      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3751  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3753  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3754  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3756  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3757  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3758  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3759  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3760  3748      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3779  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3786  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3790  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4195  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4205  3748      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3764  3764      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3765  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3767  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3770  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3772  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3773  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3774  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3775  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3776  3764      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3947  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3981  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4169  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4199  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4216  3764      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3780  3780      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     3781  3780      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     3782  3780      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     3783  3780      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     3785  3780      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     4004  3780      -   0 /usr/lib/chromium/chromium --type=utility --field-trial-handle=1550980649295
marco     3795  3795      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3796  3795      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3798  3795      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3801  3795      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3803  3795      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3804  3795      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3805  3795      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3806  3795      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3807  3795      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4008  3795      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4018  3795      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3815  3815      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3818  3815      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3820  3815      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3821  3815      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3823  3815      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3824  3815      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3825  3815      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3826  3815      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3827  3815      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4013  3815      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4022  3815      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3832  3832      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3835  3832      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3837  3832      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3838  3832      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3841  3832      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3842  3832      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3845  3832      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3849  3832      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3850  3832      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4014  3832      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4020  3832      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3840  3840      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3846  3840      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3848  3840      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3851  3840      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3853  3840      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3854  3840      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3855  3840      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3856  3840      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3857  3840      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3984  3840      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4011  3840      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3858  3858      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3860  3858      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3862  3858      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3865  3858      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3867  3858      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3868  3858      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3869  3858      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3870  3858      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3871  3858      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3991  3858      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4010  3858      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3885  3885      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3886  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3888  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3891  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3893  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3894  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3895  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3896  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3897  3885      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3911  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     3948  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4009  3885      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
root      3965  3965      -   0 [kworker/u8:1-events_unbound]
root      3985  3985      -   0 [kworker/1:1-events]
root      3990  3990      -   0 [kworker/0:1-events]
root      4120  4120      -   0 [kworker/1:2-mm_percpu_wq]
root      4121  4121      -   0 [kworker/0:2-events]
marco     4154  4154      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4155  4154      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4156  4154      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4157  4154      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4160  4154      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4162  4154      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4163  4154      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4164  4154      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4165  4154      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4166  4154      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4193  4154      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4170  4170      -   5 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4171  4170      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4173  4170      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4176  4170      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4178  4170      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4179  4170      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4180  4170      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4181  4170      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4182  4170      -  10 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
marco     4203  4170      -   0 /usr/lib/chromium/chromium --type=renderer --file-url-path-alias=/gen=/usr/l
root      4191  4191      -   0 [kworker/u8:0]
root      4192  4192      -   0 [kworker/1:3-events]
root      4207  4207      -   0 [kworker/3:0]
marco     4213  4213      -   0 bash
marco     4217  4217      -   0 ./xruncounter
marco     4257  4217      -   0 ./xruncounter
marco     4258  4217      -   0 ./xruncounter
marco     4259  4217     75   - ./xruncounter
marco     4218  4218      -   0 [sh] <defunct>
marco     4223  4223      -   0 [sh] <defunct>
marco     4227  4227      -   0 [sh] <defunct>
marco     4232  4232      -   0 [sh] <defunct>
marco     4236  4236      -   0 [sh] <defunct>
marco     4240  4240      -   0 [sh] <defunct>
root      4243  4243      -   0 /lib/systemd/systemd-hostnamed
marco     4244  4244      -   0 [sh] <defunct>
marco     4250  4250      -   0 [sh] <defunct>
marco     4252  4252      -   0 [sh] <defunct>
marco     4260  4260      -   0 ps axHo user,lwp,pid,rtprio,ni,command

Renoise has running threads with 95, the interface has 50, Jack 80 and xruncounter 75. Shouldn't be the interface the one with the highest priority?
Post Reply