this happens with an uptime of less than 3 hours.
here is what you asked for:

root@GL-B1300:~# du -sh /tmp/
115.2M	/tmp/
root@GL-B1300:~# ls -l /tmp/cgisess_*
Killed

i tried using find there was a very long list… just for an idea of how long I outputted to a file and you can see the size of the file… (my rough calculations tell me aproximately 29000 files)

root@GL-B1300:~# find /tmp/ -name cgisess_* > findoutput.txt

root@GL-B1300:~# 
root@GL-B1300:~# ls -al findoutput.txt 
-rw-r--r--    1 root     root       1734305 May 18 12:09 findoutput.txt
root@GL-B1300:~# 

now i get an error on http://192.168.1.1/cgi-bin/luci

/usr/lib/lua/luci/dispatcher.lua:509: attempt to index local 'f' (a nil value)
stack traceback:
	/usr/lib/lua/luci/dispatcher.lua:509: in function 'createindex'
	/usr/lib/lua/luci/dispatcher.lua:517: in function 'createtree'
	/usr/lib/lua/luci/dispatcher.lua:201: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:168: in function </usr/lib/lua/luci/dispatcher.lua:167>