It says
p: SWAP -- Swapped size (kb)
The non-resident portion of a task's address space.
q: RES -- Resident size (kb)
The non-swapped physical memory a task has used.
RES = CODE + DATA.
Okay, what does "non-resident portion" mean?
Does SWAP mean that hard disk is used as additional memory?