System.out.println("generate child for trialHost "+i);
info.jpvm.pvm_spawn("cnslab.cnsnetwork.NetHostTune",info.endIndex.length,netTids[i],heapSize); //Net Host is to seperate large network into small pieces;
jpvmBuffer buf = new jpvmBuffer();
buf.pack(info.endIndex.length);
buf.pack(netTids[i],info.endIndex.length,1);
buf.pack(info.endIndex,info.endIndex.length,1);
seedInt = seedInt - info.endIndex.length;
buf.pack(seedInt);
buf.pack(info.tids[i]); //parent's tid;
buf.pack(ba.length);
buf.pack(ba, ba.length, 1);