Using 2.0.1: When I use query list, elapsed times are showing up as large negative values:
stardog@xxx:/localstore/stardog/stardog-2.0.1$ bin/stardog-admin query list --username xxx --passwd yyy
+-------+----------+-----------+----------------------+--------------+
| ID | Database | User | Elapsed time | Timeout |
+-------+----------+-----------+----------------------+--------------+
| 10326 | mydatab1 | anonymous | -383997:-37:-58.-131 | 00:05:00.000 |
| 10327 | mydatab1 | anonymous | -383997:-37:-59.-589 | 00:05:00.000 |
+-------+----------+-----------+----------------------+--------------+
Notice how even the individual time components are printed as negative numbers...
--Andrew