private static int ratioB=1;
private static int ratioC=1;
public static void main(String[] args) throws IOException {
AuctioneerConfig auctioneerConfig = new AuctioneerConfig();
auctioneerConfig.setPort(PORT);
auctioneer = new AuctioneerImpl(auctioneerConfig);
String cmd;
Scanner scan = new Scanner(System.in);
Timer timer = null;
workTimerTask = null;