Also iv noticed that app memory and wired memory doesn't add up to the 32.90GB of memory used
Frequently App Memory + Wired Memory + Compressed is greater than Memory Used. My experience is, mostly with Intel not AS, so there may be some differences there. The discrepancies are likely because App Memory is not well defined in terms of underlying memory management counters.
Also, your screenshot shows Used + Cached = 48.89 which is greater than 48!
On my Mac I always see Memory Used + Cached Files + Free Memory > Physical RAM! Free Memory (not shown in Activity Monitor) is one of the counters shown by using the command
vm_stat
. And if Free Memory is small this becomes Memory Used + Cached Files > Physical RAM.
I believe this arises because the values in Activity Monitor come from adding multiple memory management counters. The Used + Cached > Physical comes, I believe, from adding the same counter into both Used and Cached. The counter might well be Paged Purged - run
vm_stat
to see this. I have no hard evidence for this - just observation of
vm_stat
and Activity Monitor.
I reported this in July FB12796112