Hello Nihar!
I think you are sharing the GCeasy report generated from your local IP: 192.168.0.104 - which is not accessible by us. Can you paste the heap usage graph - so that we can see what's going on?
However based on your description, I suspect there is a memory leak in the application. When there is a memory leak in the application, even when GC completes running, memory will not get freed up.
Here with I am sharing two pointers, which might help you:
a. Different GC patterns. Check out the memory leak pattern and see whether that's what you you are experiencing.
b. You can debug memory leak by following this video talk.
Edit your Comment