diff --git a/bin/q b/bin/q
index 5cb3d8c87e9b2ac45e595d5838020f0b56470794..004eed46688e94788bed28342dbf535c4b0fc853 100755
--- a/bin/q
+++ b/bin/q
@@ -3,9 +3,9 @@
 
 if [ -f "$(which squeue 2>/dev/null)" ]; then
     if [ "$#" == "0" ]; then
-        squeue -u "$(whoami)" -o "%.18i %.9P %.25j %.2t %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R"
+        squeue -u "$(whoami)" -o "%.24i %.9P %.25j %.2t %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R"
     else
-        squeue -o "%.18i %.9P %.25j %.2t %.10u %.10g %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R" "$@"
+        squeue -o "%.24i %.9P %.25j %.2t %.10u %.10g %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R" "$@"
     fi
 elif [ -f "$(which bjobs 2>/dev/null)" ]; then
     bjobs "$@"