Hi all,

I'm using Maui with Torque.
I checked my maui log file and found a strange(?) parts as


07/02 12:54:26 INFO:     checkpointing node 'p4-6'
07/02 12:54:26 INFO:     checkpointing node 'p4-7'
...
07/02 12:54:26 INFO:     checkpointing node 'pd4-13'
07/02 12:54:26 INFO:     checkpointing node '5958.jasmine'
07/02 12:54:26 INFO:     checkpointing node '5959.jasmine'
...
07/02 12:54:26 INFO:     checkpointing node '6044.jasmine'


"p4-6" -- "pd4-13" are nodes of my cluster.
However, "5958.jasmine" -- "6044.jasmine" are the names of current jobs.
I think these "5958.jasmine" -- "6044.jasmine" should not be processed as nodes, but they are processed as nodes as follows:

07/02 12:54:26 MNodeFind(pd4-11,N)
07/02 12:54:26 MNodeFind(pd4-12,N)
07/02 12:54:26 MNodeFind(pd4-13,N)
07/02 12:54:26 MNodeFind(5958.jasmine,N)
07/02 12:54:26 MNodeFind(5959.jasmine,N)
07/02 12:54:26 MNodeFind(5960.jasmine,N)
07/02 12:54:26 MNodeFind(6035.jasmine,N)
...
07/02 12:54:29 INFO:     checking release of node 'pd4-13', slot 1
07/02 12:54:29 INFO:     checking release of node 'pd4-13', slot 2
07/02 12:54:29 INFO:     checking release of node '5958.jasmine', slot 0
07/02 12:54:29 INFO:     checking release of node '5959.jasmine', slot 0
...


I also checked maui.ck file and found
NODE                    pd4-11 1183348467 <node STATACTIVETIME="6037757" STATTOTALTIME="9659506" 
STATUPTIME="9585528"></node>
NODE                    pd4-12 1183348467 <node STATACTIVETIME="5184167" STATTOTALTIME="9659506" 
STATUPTIME="9585498"></node>
NODE                    pd4-13 1183348467 <node STATACTIVETIME="4714271" STATTOTALTIME="9659506" 
STATUPTIME="9585380"></node>
NODE              5958.jasmine 1183348467 <node STATACTIVETIME="0" STATTOTALTIME="0" 
STATUPTIME="0"></node>
NODE              5959.jasmine 1183348467 <node STATACTIVETIME="0" STATTOTALTIME="0" 
STATUPTIME="0"></node>
NODE              5960.jasmine 1183348467 <node STATACTIVETIME="0" STATTOTALTIME="0" 
STATUPTIME="0"></node>


Is this a problem of my configuration?
Or bug of Maui?

Thank you very much.

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
Heiga ZEN     (in Japanese pronunciation)
Byung Ha CHUN (in Korean pronunciation)

Department of Computer Science and Engineering
Nagoya Institute of Technology
Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan

http://www.sp.nitech.ac.jp/~zen
------------------------------------------------
_______________________________________________
mauiusers mailing list
mauiusers@supercluster.org
http://www.supercluster.org/mailman/listinfo/mauiusers

Reply via email to