Hi Weigang,
If you meant you need the total force and torque each particle experiences, then while DEME does not output that to files, it can output each particle's acceleration and angular acceleration, and the force and torque can be post-processed by you using F=ma and τ=Iα.
As for the mass, if you are using WriteClumpFile, then the name of the clump template (default is "0000", "0001," etc., and you can assign names at clump creation) should be outputted, so you know the mass, as it is defined by you at the time of clump template creation. If you are using WriteSphereFile, then it doesn't naturally come with this information (as you know technically, sphere components, even if you are using one-sphere particles, do not have mass properties). So you can either switch to WriteClumpFile, or perhaps assign a unique family number to each different type of particles, then choose to output the family number into the file, then you have an idea of the mass of each sphere.
If you are looking for something more advanced, like the force for each contact (like a "force-web" plot), then that is achieved by using WriteContactFile and you could probably look into some of the demos that use this function.
Thank you,
Ruochun