Advertisement
Guest User

Untitled

a guest
Sep 16th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. c
  2. c This is glucose 4.0 -- based on MiniSAT (Many thanks to MiniSAT team)
  3. c
  4. c ========================================[ Problem Statistics ]===========================================
  5. c | |
  6. c | Number of variables: 106133312 |
  7. c | Number of clauses: 98916961 |
  8. c | Parse time: 708.41 s |
  9. c | |
  10. c | Preprocesing is fully done
  11. c | Simplification time: 0.00 s |
  12. c | |
  13. c =========================================================================================================
  14. Solved by simplification
  15. c restarts : 0 (0 conflicts in avg)
  16. c blocked restarts : 0 (multiple: 0)
  17. c last block at restart : 0
  18. c nb ReduceDB : 0
  19. c nb removed Clauses : 0
  20. c nb learnts DL2 : 0
  21. c nb learnts size 2 : 0
  22. c nb learnts size 1 : 0
  23. c conflicts : 0 (0 /sec)
  24. c decisions : 0 (-nan % random) (0 /sec)
  25. c propagations : 47848660 (67544 /sec)
  26. c conflict literals : 0 (-nan % deleted)
  27. c nb reduced Clauses : 0
  28. c CPU time : 708.408 s
  29.  
  30. s UNSATISFIABLE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement