Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. java version "1.8.0_171"
  2. Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
  3. Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)
  4. Solving all problems...
  5. Imputing d20000_g50_i4_n10000_s4_e2_p8...
  6. Done imputing d20000_g50_i4_n10000_s4_e2_p8 in 0.19302988052368164s.
  7. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e2_p8.txt.gz' and method '9' with os.rename().
  8. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e2_p8.txt.gz' and method '9' with shutil.move().
  9. Imputing d20000_g50_i4_n10000_s4_e2_p4...
  10. Done imputing d20000_g50_i4_n10000_s4_e2_p4 in 0.1724250316619873s.
  11. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e2_p4.txt.gz' and method '9' with os.rename().
  12. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e2_p4.txt.gz' and method '9' with shutil.move().
  13. Imputing d20000_g50_i4_n10000_s4_e2_p16...
  14. Done imputing d20000_g50_i4_n10000_s4_e2_p16 in 0.18125176429748535s.
  15. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e2_p16.txt.gz' and method '9' with os.rename().
  16. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e2_p16.txt.gz' and method '9' with shutil.move().
  17. Imputing d20000_g50_i4_n10000_s4_e3_p4...
  18. Done imputing d20000_g50_i4_n10000_s4_e3_p4 in 0.167402982711792s.
  19. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e3_p4.txt.gz' and method '9' with os.rename().
  20. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e3_p4.txt.gz' and method '9' with shutil.move().
  21. Imputing d20000_g50_i4_n10000_s4_e3_p8...
  22. Done imputing d20000_g50_i4_n10000_s4_e3_p8 in 0.17172789573669434s.
  23. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e3_p8.txt.gz' and method '9' with os.rename().
  24. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e3_p8.txt.gz' and method '9' with shutil.move().
  25. Imputing d20000_g50_i4_n10000_s4_e3_p16...
  26. Done imputing d20000_g50_i4_n10000_s4_e3_p16 in 0.17375993728637695s.
  27. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e3_p16.txt.gz' and method '9' with os.rename().
  28. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e3_p16.txt.gz' and method '9' with shutil.move().
  29. Imputing d20000_g50_i4_n10000_s4_e1_p16...
  30. Done imputing d20000_g50_i4_n10000_s4_e1_p16 in 0.2015848159790039s.
  31. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e1_p16.txt.gz' and method '9' with os.rename().
  32. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e1_p16.txt.gz' and method '9' with shutil.move().
  33. Imputing d20000_g50_i4_n10000_s4_e1_p4...
  34. Done imputing d20000_g50_i4_n10000_s4_e1_p4 in 0.17832398414611816s.
  35. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e1_p4.txt.gz' and method '9' with os.rename().
  36. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e1_p4.txt.gz' and method '9' with shutil.move().
  37. Imputing d20000_g50_i4_n10000_s4_e1_p8...
  38. Done imputing d20000_g50_i4_n10000_s4_e1_p8 in 0.19356799125671387s.
  39. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e1_p8.txt.gz' and method '9' with os.rename().
  40. Failed to impute solution file for basename 'd20000_g50_i4_n10000_s4_e1_p8.txt.gz' and method '9' with shutil.move().
  41. Analyzing d20000_g50_i4_n10000_s4...
  42. /Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/src/compile_stats.py:305: UserWarning: loadtxt: Empty input file: "/Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/Generated/d20000_g50_i4_n10000_s4/solutions/d20000_g50_i4_n10000_s4_e1_m9_p16.sol.gz"
  43. sol_list = np.loadtxt(solution_file)
  44. Solution file was empty. Please check for imputation errors.
  45. Traceback (most recent call last):
  46. File "experiment.py", line 118, in <module>
  47. tools.timeit(f, "solving all problems", logger.getLogger(__name__))
  48. File "/Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/src/tools.py", line 58, in timeit
  49. x = f()
  50. File "experiment.py", line 113, in run_serial
  51. batch_run(batch)
  52. File "experiment.py", line 51, in setup
  53. force=force)
  54. File "/Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/src/batch.py", line 331, in run_batch
  55. logging.getLogger("analyze"))
  56. File "/Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/src/tools.py", line 58, in timeit
  57. x = f()
  58. File "/Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/src/batch.py", line 329, in <lambda>
  59. timeit(lambda: analyze(batch_folder, dists),
  60. File "/Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/src/compile_stats.py", line 520, in analyze
  61. list(map(write_leaves, stats_files))
  62. File "/Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/src/compile_stats.py", line 427, in write_stats
  63. data = get_stats(*tup, dists)
  64. File "/Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/src/compile_stats.py", line 313, in leaf_stats
  65. raise e
  66. File "/Users/cvogiatzis/Dropbox/Correct/Research/Ongoing/imPhy/src/compile_stats.py", line 308, in leaf_stats
  67. assert sol_list.size != 0
  68. AssertionError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement