Yes.
What is the output of
cat /proc/cpuinfo
after you login as "manage"?
Anyway, you might have to build Sage from source. This is actually
easier than you might think. Do all of the following after login as
"manage" and typing "sudo su".
1. Delete /usr/local/sage, then
cd /usr/local; rm -rf sage
2. download sage-3.4.1.tar by typing
wget http://sagemath.org/src/sage-3.4.1.tar
3. extract it,
tar xf sage-3.4.1.tar
4. move it to be /usr/local/sage, and
mv sage-3.4.1 sage
5. build Sage -- this will take a few hours (no manual intervention):
cd sage; make
> I've set my paging file to 0 MB. Could it be a problem?
You could try setting it larger and see what happens.
-- William