locked1 = true;
lockedAccounts[0] = strAccount1;
server2 = (Address) Network.getAddress(Benchmark.getServerId(strAccount2));
subAccount2 = (IBankAccount)LocateRegistry.getRegistry(server2.inetAddress.getHostAddress(), server2.port).lookup(strAccount2);
Network.linkDelay(true, server2);
subAccount2.rLock(deadline.getSeconds(), deadline.getNanoseconds(), period_ts.getSeconds(), period_ts.getNanoseconds());
lockedAccounts[1] = strAccount2;
} catch (InterruptedException e) {
System.out.println("IE-1");
if(locked1){
Network.linkDelay(true, server1);