I'm having a hard time finding problems that known to require greater than polynomial time to solve (superpolynomial), particularly in graph theory.
So, what problems (or better yet, class of problems) have been proven to require superpolynomial time or more to reach a definite solution (especially graph theory)?
To clarify, I'm aiming for mathematically important problems, like the traveling salesman problem, graph isomorphism, counting problems, decision and satisfyability problems. There are many, many examples in P and NP, but exptime seems harder to turn up (it's possible I'm just bad at googling :-)).