✗ Mathematica : cpu = 124.766 (sec), leaf count = 0
DSolve[{Derivative[1][x][t] + Derivative[1][y][t] == x[t]*y[t], Derivative[1][y][t] + Derivative[1][z][t] == y[t]*z[t], Derivative[1][x][t] + Derivative[1][z][t] == x[t]*z[t]},{x[t], y[t], z[t]},t]
, could not solve
DSolve[{Derivative[1][x][t] + Derivative[1][y][t] == x[t]*y[t], Derivative[1][y][t] + Derivative[1][z][t] == y[t]*z[t], Derivative[1][x][t] + Derivative[1][z][t] == x[t]*z[t]}, {x[t], y[t], z[t]}, t]
✓ Maple : cpu = 1.316 (sec), leaf count = 4309
dsolve({diff(x(t),t)+diff(y(t),t) = x(t)*y(t), diff(x(t),t)+diff(z(t),t) = x(t)*z(t), diff(y(t),t)+diff(z(t),t) = y(t)*z(t)})