regarding optimum solution, we are implementing algorithm in workflowsim,
steps to find processing cost
random allocation start;
cost+=cloudlet.getProcessingCost(); // is this way right to find processing cost.
after getting processing cost, how we allocate solution from among solutions,
which has minimum cost.