List.iter (fun x -> prerr_endline (" " ^ Pp.pp_unit_clause x)) passives;
prerr_endline "Goal";
prerr_endline (" " ^ Pp.pp_unit_clause g_passives);
- let _ = Unix.alarm !seconds in
- match P.paramod ~max_steps:max_int bag ~g_passives:[g_passives] ~passives with
+ (* let _ = Unix.alarm !seconds in *)
+ match P.paramod ~timeout:(Unix.gettimeofday () +. float_of_int !seconds) ~max_steps:max_int bag ~g_passives:[g_passives] ~passives with
| [] -> fail_msg ()
| (bag,_,l)::_ ->
print_endline ("% SZS status Unsatisfiable for " ^