ProgramRule pr = ps.iterator().next();
System.out.println(""+psProgSynthesis.myprog.toString());
System.out.println("" + pr.toString());
for(String org: vtmp)
{
String ttar = pr.transform(org);
String[] pValue = {org,ttar};
cw.writeNext(pValue);
System.out.println(String.format("%s,%s", org,ttar ));
result.add(pValue);
}