Dear Professors,<div>     I now can record the node processed.<br><div>     I would like to record the information of nodes left in the nodepool and divenodepool, </div><div><br></div><div>     I did this just like the faction updateNumNodesLeft() does.</div>
<div>     Then I will send the information to hub using MPI_Pack.</div><div>     And hub add information of its own nodes left to the collection then send to master.</div><div>     master will add its own nodes left to its cluster, and then to the system.</div>
<div>     I did this in the same <span style="background-color:rgb(255,255,255);font-family:arial,sans-serif;font-size:13px;white-space:nowrap">pattern of</span> sending Numnodesporcessed and quality.</div><div>     At last I wrote the information to a file(clear former information before writing) when force terminate or reach reportInterval.</div>
<div>     </div><div>     But I find that when the number of processed nodes I record is almost the same of that in the Alps log in stdout</div><div>     the nodeleft of my recording is much more than that of the Alps log in stdout.</div>
<div><br></div><div>     The node processed information and the node left information is record at the same time. </div><div>     But some of the tree nodes&#39; sons is not in the nodeleft information file.   </div><div>
    </div><div>     So there is much information repeated and missing in my file.</div><div>     I don&#39;t know why.</div><div><br></div><div>     I want to get the nodes processed and the nodeleft of the same time,</div>
<div>     so that I can get the relation of the nodes of processed and left of the whole search tree. </div><div>     </div><div>     Can you give me some advice to record the information?</div><div>     </div></div>