1 Cassou_1.xml
Multivariate Polynomial Ring in b, c, d, e over Rational Field
Degree reverse lexicographic term order
1 loops, best of 1: 219.62 ms per loop
1 Cohn_2.xml
Multivariate Polynomial Ring in t, x, y, z over Rational Field
Degree reverse lexicographic term order
abort after 60s
1 Curves.curve10_20.xml
Multivariate Polynomial Ring in x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, u, v over Rational Field
Degree reverse lexicographic term order
// ** redefining i_par **
// ** redefining # **
// ** redefining P **
Exception RuntimeError: RuntimeError('Error raised calling singular function',) in 'sage.libs.singular.function.LibraryCallHandler.handle_call' ignored
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
/Applications/sage/local/lib/python2.7/site-packages/sage/all_cmdline.pyc in <module>()
----> 1 load('/Users/kenneth/Desktop/example.sage')
/Applications/sage/local/lib/python2.7/site-packages/sage/structure/sage_object.so in sage.structure.sage_object.load (sage/structure/sage_object.c:9540)()
/Applications/sage/local/lib/python2.7/site-packages/sage/misc/preparser.pyc in load(filename, globals, attach)
1771 # Preparse in memory only for speed.
1772 exec_file_is(fpath)
-> 1773 exec preparse_file(open(fpath).read()) + "\n" in globals
1774 elif fpath.endswith('.spyx') or fpath.endswith('.pyx'):
1775 exec_file_is(fpath)
/Applications/sage/local/lib/python2.7/site-packages/sage/all_cmdline.pyc in <module>()
/Applications/sage/local/lib/python2.7/site-packages/sage/misc/sage_timeit_class.so in sage.misc.sage_timeit_class.SageTimeit.__call__ (sage/misc/sage_timeit_class.c:1177)()
/Applications/sage/local/lib/python2.7/site-packages/sage/misc/sage_timeit_class.so in sage.misc.sage_timeit_class.SageTimeit.eval (sage/misc/sage_timeit_class.c:965)()
/Applications/sage/local/lib/python2.7/site-packages/sage/misc/sage_timeit.pyc in sage_timeit(stmt, globals_dict, preparse, number, repeat, precision, seconds)
241 break
242
--> 243 series = [s/number for s in timer.repeat(repeat, number)]
244 best = min(series)
245
/Applications/sage/local/lib/python/timeit.pyc in repeat(self, repeat, number)
221 r = []
222 for i in range(repeat):
--> 223 t = self.timeit(number)
224 r.append(t)
225 return r
/Applications/sage/local/lib/python/timeit.pyc in timeit(self, number)
193 gc.disable()
194 try:
--> 195 timing = self.inner(it, self.timer)
196 finally:
197 if gcold:
/Applications/sage/local/lib/python2.7/site-packages/sage/all_cmdline.pyc in inner(_it, _timer)
/Applications/sage/local/lib/python2.7/site-packages/sage/misc/cachefunc.so in sage.misc.cachefunc.CachedMethodCaller.__call__ (sage/misc/cachefunc.c:9194)()
/Applications/sage/local/lib/python2.7/site-packages/sage/misc/cachefunc.so in sage.misc.cachefunc.CachedMethod._instance_call (sage/misc/cachefunc.c:11887)()
/Applications/sage/local/lib/python2.7/site-packages/sage/rings/polynomial/multi_polynomial_ideal.pyc in groebner_basis(self, algorithm, deg_bound, mult_bound, prot, *args, **kwds)
3825 if algorithm is '':
3826 try:
-> 3827 gb = self._groebner_basis_libsingular("groebner", deg_bound=deg_bound, mult_bound=mult_bound, *args, **kwds)
3828 except (TypeError,NameError) as msg: # conversion to Singular not supported
3829 try:
/Applications/sage/local/lib/python2.7/site-packages/sage/rings/polynomial/multi_polynomial_ideal.pyc in wrapper(*args, **kwds)
503 """
504 with LibSingularDefaultContext():
--> 505 return func(*args, **kwds)
506 return wrapper
507
/Applications/sage/local/lib/python2.7/site-packages/sage/rings/polynomial/multi_polynomial_ideal.pyc in _groebner_basis_libsingular(self, algorithm, *args, **kwds)
836 S = slimgb_libsingular(self)
837 elif algorithm == "groebner":
--> 838 S = groebner(self)
839 else:
840 try:
/Applications/sage/local/lib/python2.7/site-packages/sage/libs/singular/function.so in sage.libs.singular.function.SingularFunction.__call__ (sage/libs/singular/function.cpp:13039)()
/Applications/sage/local/lib/python2.7/site-packages/sage/libs/singular/function.so in sage.libs.singular.function.call_function (sage/libs/singular/function.cpp:14576)()
RuntimeError: Error in Singular function call 'groebner':
`basering` is undefined
error occurred in or before standard.lib::groebner line 887: ` def P=basering;`
Thanks for the reply. That's disappointing—I'm not crazy about the idea of spawning a hundred million Sage processes, most of them to do about 1/50th of a second's worth of calculation, just because a few of them will need to be timed out before they take hours or days or run out of memory.