problems on a node

Carsten Aulbert carsten.aulbert at aei.mpg.de
Tue Jun 2 14:48:43 CEST 2009


Hi

Paola Leaci wrote:
> Sorry again, guys, but the cluster gives the impression of being really
> slow. My jobs are taking a lot of time. Only 50 remained, but they are
> running so slow. I know that you maybe cannot do a lot against the
> momentary slowness of the cluster, but I am telling you this just in case.

Actually, they are doing nothing but waiting for a lock file to vanish:

open("/tmp/.mcr_cache_v78/.deploy_lock.6677801",
O_WRONLY|O_CREAT|O_EXCL, 0777) = -1 EACCES (Permission denied)
stat("/tmp/.mcr_cache_v78", {st_mode=S_IFDIR|0755, st_size=89, ...}) = 0

open("/tmp/.mcr_cache_v78/.deploy_lock.6677802", O_RDONLY) = -1 ENOENT
(No such file or directory)
stat("/tmp/.mcr_cache_v78", {st_mode=S_IFDIR|0755, st_size=89, ...}) = 0

nanosleep({0, 10000000}, NULL)          = 0

open("/tmp/.mcr_cache_v78/.deploy_lock.6677802",
O_WRONLY|O_CREAT|O_EXCL, 0777) = -1 EACCES (Permission denied)
stat("/tmp/.mcr_cache_v78", {st_mode=S_IFDIR|0755, st_size=89, ...}) = 0

open("/tmp/.mcr_cache_v78/.deploy_lock.6677803", O_RDONLY) = -1 ENOENT
(No such file or directory)
stat("/tmp/.mcr_cache_v78", {st_mode=S_IFDIR|0755, st_size=89, ...}) = 0

nanosleep({0, 10000000}, NULL)          = 0


The problem is (this is n0703) the directory belongs to jveitch and I
don't have any idea why your jobs want to open something in there.

I think I'll ask Keith Thorne about that, because I fear that deeper
Matlab knowledge is needed here.

Cheers

Carsten


More information about the linux-fai mailing list