Dear kresnaurti,
here below the procedure (sorry N0L@N for answering, but having experienced some frustration with this problem I think that a quick anser to kresnaurti will help him/her...):
1. open your "Application" folder, then the "Utility" folder, and search for the "Terminal" application (here below its icon. Note that its name is in Italian, in my case). Double click on it to launch the Terminal application
2. In the terminal window, at the prompt (= immediately after user$ ; where "user" is the name you selected to login in Mac OSX) digit the following code (or just copy/paste it) and then hit return to check your current hibernation mode:
pmset -g | grep hibernatemode
In your case, you should get the following message:
hibernatemode 3
3. To change the hibernate mode to "0", digit the following code and then hit return key:
sudo pmset -a hibernatemode 0
You will be prompted to insert a password. Use your user password (if the user has administrator privileges, as it should be). NOTE: during password insertion, no charachters (neither dots, asterisks, etc.) will be displayed, so you will not be aware of how many keys you have already pressed...do not worry: if you make a mistake the system will just ask you to repeat the password.
4. To check the hibernate mode has been correctly changed, follow again the instructions indicated at step 2.
IMPORTANT: if you restore the default values from the Energy Saver window in System Preferences, the hibernate mode will be restored also to 3. In this case, just repeat the procedure.
IMPORTANT (again...): BEFORE changing the hibernate mode, be sure that your system is not backing up using Time Machine (to be sure, temporarily disable Automatic Backups). In any case, you will not "damage" in your system...the change of hibernate mode will simply not occur.
Cheers