Advertisement
Guest User

Untitled

a guest
Oct 11th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 307.37 KB | None | 0 0
  1. python train.py 2
  2. WARNING:tensorflow:From C:\Users\Tom\Desktop\dc_tts\data_load.py:99: slice_input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
  3. Instructions for updating:
  4. Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.from_tensor_slices(tuple(tensor_list)).shuffle(tf.shape(input_tensor, out_type=tf.int64)[0]).repeat(num_epochs)`. If `shuffle=False`, omit the `.shuffle(...)`.
  5. WARNING:tensorflow:From C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\training\input.py:374: range_input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
  6. Instructions for updating:
  7. Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.range(limit).shuffle(limit).repeat(num_epochs)`. If `shuffle=False`, omit the `.shuffle(...)`.
  8. WARNING:tensorflow:From C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\training\input.py:320: input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
  9. Instructions for updating:
  10. Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.from_tensor_slices(input_tensor).shuffle(tf.shape(input_tensor, out_type=tf.int64)[0]).repeat(num_epochs)`. If `shuffle=False`, omit the `.shuffle(...)`.
  11. WARNING:tensorflow:From C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\training\input.py:190: limit_epochs (from tensorflow.python.training.input) is deprecated and will be removed in a future version.
  12. Instructions for updating:
  13. Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.from_tensors(tensor).repeat(num_epochs)`.
  14. WARNING:tensorflow:From C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\training\input.py:199: QueueRunner.__init__ (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version.
  15. Instructions for updating:
  16. To construct input pipelines, use the `tf.data` module.
  17. WARNING:tensorflow:From C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\training\input.py:199: add_queue_runner (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version.
  18. Instructions for updating:
  19. To construct input pipelines, use the `tf.data` module.
  20. WARNING:tensorflow:From C:\Users\Tom\Desktop\dc_tts\data_load.py:113: py_func (from tensorflow.python.ops.script_ops) is deprecated and will be removed in a future version.
  21. Instructions for updating:
  22. tf.py_func is deprecated in TF V2. Instead, there are two
  23. options available in V2.
  24. - tf.py_function takes a python function which manipulates tf eager
  25. tensors instead of numpy arrays. It's easy to convert a tf eager tensor to
  26. an ndarray (just call tensor.numpy()) but having access to eager tensors
  27. means `tf.py_function`s can use accelerators such as GPUs as well as
  28. being differentiable using a gradient tape.
  29. - tf.numpy_function maintains the semantics of the deprecated tf.py_func
  30. (it is not differentiable, and manipulates numpy arrays). It drops the
  31. stateful argument making all functions stateful.
  32.  
  33. WARNING:tensorflow:
  34. The TensorFlow contrib module will not be included in TensorFlow 2.0.
  35. For more information, please see:
  36. * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md
  37. * https://github.com/tensorflow/addons
  38. * https://github.com/tensorflow/io (for I/O related ops)
  39. If you depend on functionality not listed there, please file an issue.
  40.  
  41. WARNING:tensorflow:From C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\contrib\training\python\training\bucket_ops.py:402: add_dispatch_support.<locals>.wrapper (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version.
  42. Instructions for updating:
  43. Use tf.where in 2.0, which has the same broadcast rule as np.where
  44. WARNING:tensorflow:From train.py:71: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead.
  45.  
  46. WARNING:tensorflow:From C:\Users\Tom\Desktop\dc_tts\modules.py:134: conv1d (from tensorflow.python.layers.convolutional) is deprecated and will be removed in a future version.
  47. Instructions for updating:
  48. Use `tf.keras.layers.Conv1D` instead.
  49. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DBC5508>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DBC5508>>: AssertionError: Bad argument number for Name: 3, expecting 4
  50. WARNING:tensorflow:From C:\Users\Tom\Desktop\dc_tts\modules.py:139: dropout (from tensorflow.python.layers.core) is deprecated and will be removed in a future version.
  51. Instructions for updating:
  52. Use keras.layers.dropout instead.
  53. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DBC5B08>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DBC5B08>>: AssertionError: Bad argument number for Name: 3, expecting 4
  54. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DBC5C48>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DBC5C48>>: AssertionError: Bad argument number for Name: 3, expecting 4
  55. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DEC6CC8>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DEC6CC8>>: AssertionError: Bad argument number for Name: 3, expecting 4
  56. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DBC2448>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DBC2448>>: AssertionError: Bad argument number for Name: 3, expecting 4
  57. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DFDCE88>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DFDCE88>>: AssertionError: Bad argument number for Name: 3, expecting 4
  58. WARNING:tensorflow:From C:\Users\Tom\Desktop\dc_tts\modules.py:239: conv2d_transpose (from tensorflow.python.layers.convolutional) is deprecated and will be removed in a future version.
  59. Instructions for updating:
  60. Use `tf.keras.layers.Conv2DTranspose` instead.
  61. WARNING:tensorflow:Entity <bound method Conv2DTranspose.call of <tensorflow.python.layers.convolutional.Conv2DTranspose object at 0x000002322DEED7C8>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv2DTranspose.call of <tensorflow.python.layers.convolutional.Conv2DTranspose object at 0x000002322DEED7C8>>: AttributeError: module 'gast' has no attribute 'Num'
  62. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DEBF148>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DEBF148>>: AssertionError: Bad argument number for Name: 3, expecting 4
  63. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DF547C8>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DF547C8>>: AssertionError: Bad argument number for Name: 3, expecting 4
  64. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E0C2188>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E0C2188>>: AssertionError: Bad argument number for Name: 3, expecting 4
  65. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E1262C8>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E1262C8>>: AssertionError: Bad argument number for Name: 3, expecting 4
  66. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E16A848>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E16A848>>: AssertionError: Bad argument number for Name: 3, expecting 4
  67. WARNING:tensorflow:Entity <bound method Conv2DTranspose.call of <tensorflow.python.layers.convolutional.Conv2DTranspose object at 0x000002322DECB908>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv2DTranspose.call of <tensorflow.python.layers.convolutional.Conv2DTranspose object at 0x000002322DECB908>>: AttributeError: module 'gast' has no attribute 'Num'
  68. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E246C48>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E246C48>>: AssertionError: Bad argument number for Name: 3, expecting 4
  69. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DBD3248>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322DBD3248>>: AssertionError: Bad argument number for Name: 3, expecting 4
  70. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E2D6F48>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E2D6F48>>: AssertionError: Bad argument number for Name: 3, expecting 4
  71. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E2D64C8>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E2D64C8>>: AssertionError: Bad argument number for Name: 3, expecting 4
  72. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E24C408>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E24C408>>: AssertionError: Bad argument number for Name: 3, expecting 4
  73. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E246E08>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E246E08>>: AssertionError: Bad argument number for Name: 3, expecting 4
  74. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E246E08>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E246E08>>: AssertionError: Bad argument number for Name: 3, expecting 4
  75. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E45E448>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E45E448>>: AssertionError: Bad argument number for Name: 3, expecting 4
  76. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DBD5608>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DBD5608>>: AssertionError: Bad argument number for Name: 3, expecting 4
  77. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E38C288>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E38C288>>: AssertionError: Bad argument number for Name: 3, expecting 4
  78. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E507948>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E507948>>: AssertionError: Bad argument number for Name: 3, expecting 4
  79. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E4173C8>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E4173C8>>: AssertionError: Bad argument number for Name: 3, expecting 4
  80. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E513A88>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E513A88>>: AssertionError: Bad argument number for Name: 3, expecting 4
  81. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E1760C8>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E1760C8>>: AssertionError: Bad argument number for Name: 3, expecting 4
  82. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DE62408>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DE62408>>: AssertionError: Bad argument number for Name: 3, expecting 4
  83. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E435F08>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E435F08>>: AssertionError: Bad argument number for Name: 3, expecting 4
  84. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E612108>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322E612108>>: AssertionError: Bad argument number for Name: 3, expecting 4
  85. WARNING:tensorflow:Entity <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E4A1E48>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Conv1D.call of <tensorflow.python.layers.convolutional.Conv1D object at 0x000002322E4A1E48>>: AssertionError: Bad argument number for Name: 3, expecting 4
  86. WARNING:tensorflow:Entity <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DE62E88>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dropout.call of <tensorflow.python.layers.core.Dropout object at 0x000002322DE62E88>>: AssertionError: Bad argument number for Name: 3, expecting 4
  87. WARNING:tensorflow:From train.py:115: The name tf.summary.scalar is deprecated. Please use tf.compat.v1.summary.scalar instead.
  88.  
  89. WARNING:tensorflow:From train.py:117: The name tf.summary.image is deprecated. Please use tf.compat.v1.summary.image instead.
  90.  
  91. WARNING:tensorflow:From C:\Users\Tom\Desktop\dc_tts\utils.py:144: to_float (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
  92. Instructions for updating:
  93. Use `tf.cast` instead.
  94. WARNING:tensorflow:From train.py:122: The name tf.train.AdamOptimizer is deprecated. Please use tf.compat.v1.train.AdamOptimizer instead.
  95.  
  96. WARNING:tensorflow:From train.py:134: The name tf.summary.merge_all is deprecated. Please use tf.compat.v1.summary.merge_all instead.
  97.  
  98. Training Graph loaded
  99. WARNING:tensorflow:From train.py:144: Supervisor.__init__ (from tensorflow.python.training.supervisor) is deprecated and will be removed in a future version.
  100. Instructions for updating:
  101. Please switch to tf.train.MonitoredTrainingSession
  102. 2019-10-11 20:21:02.094258: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library nvcuda.dll
  103. 2019-10-11 20:21:02.167972: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties:
  104. name: GeForce RTX 2080 Ti major: 7 minor: 5 memoryClockRate(GHz): 1.635
  105. pciBusID: 0000:01:00.0
  106. 2019-10-11 20:21:02.172075: I tensorflow/stream_executor/platform/default/dlopen_checker_stub.cc:25] GPU libraries are statically linked, skip dlopen check.
  107. 2019-10-11 20:21:02.175245: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0
  108. 2019-10-11 20:21:02.178112: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
  109. 2019-10-11 20:21:02.183176: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1640] Found device 0 with properties:
  110. name: GeForce RTX 2080 Ti major: 7 minor: 5 memoryClockRate(GHz): 1.635
  111. pciBusID: 0000:01:00.0
  112. 2019-10-11 20:21:02.187826: I tensorflow/stream_executor/platform/default/dlopen_checker_stub.cc:25] GPU libraries are statically linked, skip dlopen check.
  113. 2019-10-11 20:21:02.192626: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1763] Adding visible gpu devices: 0
  114. 2019-10-11 20:21:02.724111: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1181] Device interconnect StreamExecutor with strength 1 edge matrix:
  115. 2019-10-11 20:21:02.726869: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1187] 0
  116. 2019-10-11 20:21:02.728957: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1200] 0: N
  117. 2019-10-11 20:21:02.731349: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1326] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 8694 MB memory) -> physical GPU (device: 0, name: GeForce RTX 2080 Ti, pci bus id: 0000:01:00.0, compute capability: 7.5)
  118. 0%| | 0/4 [00:00<?, ?b/s]2019-10-11 20:22:27.632420: W tensorflow/core/common_runtime/bfc_allocator.cc:314] Allocator (GPU_0_bfc) ran out of memory trying to allocate 119.12MiB (rounded to 124902400). Current allocation summary follows.
  119. 2019-10-11 20:22:27.637440: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (256): Total Chunks: 113, Chunks in use: 111. 28.3KiB allocated for chunks. 27.8KiB in use in bin. 444B client-requested in use in bin.
  120. 2019-10-11 20:22:27.642898: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (512): Total Chunks: 1, Chunks in use: 0. 512B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  121. 2019-10-11 20:22:27.647433: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1024): Total Chunks: 2, Chunks in use: 1. 2.3KiB allocated for chunks. 1.3KiB in use in bin. 1.0KiB client-requested in use in bin.
  122. 2019-10-11 20:22:27.653573: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2048): Total Chunks: 147, Chunks in use: 147. 294.0KiB allocated for chunks. 294.0KiB in use in bin. 294.0KiB client-requested in use in bin.
  123. 2019-10-11 20:22:27.659992: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4096): Total Chunks: 125, Chunks in use: 125. 513.0KiB allocated for chunks. 513.0KiB in use in bin. 500.2KiB client-requested in use in bin.
  124. 2019-10-11 20:22:27.664963: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8192): Total Chunks: 8, Chunks in use: 8. 64.0KiB allocated for chunks. 64.0KiB in use in bin. 64.0KiB client-requested in use in bin.
  125. 2019-10-11 20:22:27.670777: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16384): Total Chunks: 9, Chunks in use: 9. 267.8KiB allocated for chunks. 267.8KiB in use in bin. 267.8KiB client-requested in use in bin.
  126. 2019-10-11 20:22:27.676053: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (32768): Total Chunks: 11, Chunks in use: 11. 653.0KiB allocated for chunks. 653.0KiB in use in bin. 624.8KiB client-requested in use in bin.
  127. 2019-10-11 20:22:27.682169: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (65536): Total Chunks: 28, Chunks in use: 27. 3.25MiB allocated for chunks. 3.14MiB in use in bin. 3.14MiB client-requested in use in bin.
  128. 2019-10-11 20:22:27.689243: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (131072): Total Chunks: 5, Chunks in use: 5. 788.5KiB allocated for chunks. 788.5KiB in use in bin. 759.0KiB client-requested in use in bin.
  129. 2019-10-11 20:22:27.694864: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (262144): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  130. 2019-10-11 20:22:27.700866: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (524288): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  131. 2019-10-11 20:22:27.706675: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1048576): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  132. 2019-10-11 20:22:27.711890: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2097152): Total Chunks: 13, Chunks in use: 13. 34.32MiB allocated for chunks. 34.32MiB in use in bin. 34.32MiB client-requested in use in bin.
  133. 2019-10-11 20:22:27.718745: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4194304): Total Chunks: 40, Chunks in use: 40. 208.11MiB allocated for chunks. 208.11MiB in use in bin. 208.11MiB client-requested in use in bin.
  134. 2019-10-11 20:22:27.725279: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8388608): Total Chunks: 25, Chunks in use: 24. 370.90MiB allocated for chunks. 358.00MiB in use in bin. 357.50MiB client-requested in use in bin.
  135. 2019-10-11 20:22:27.730706: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16777216): Total Chunks: 33, Chunks in use: 32. 936.75MiB allocated for chunks. 907.00MiB in use in bin. 906.44MiB client-requested in use in bin.
  136. 2019-10-11 20:22:27.737551: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (33554432): Total Chunks: 25, Chunks in use: 24. 1.45GiB allocated for chunks. 1.40GiB in use in bin. 1.39GiB client-requested in use in bin.
  137. 2019-10-11 20:22:27.743721: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (67108864): Total Chunks: 46, Chunks in use: 45. 5.35GiB allocated for chunks. 5.23GiB in use in bin. 5.23GiB client-requested in use in bin.
  138. 2019-10-11 20:22:27.749426: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (134217728): Total Chunks: 1, Chunks in use: 1. 173.43MiB allocated for chunks. 173.43MiB in use in bin. 119.12MiB client-requested in use in bin.
  139. 2019-10-11 20:22:27.756236: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (268435456): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  140. 2019-10-11 20:22:27.762495: I tensorflow/core/common_runtime/bfc_allocator.cc:780] Bin for 119.12MiB was 64.00MiB, Chunk State:
  141. 2019-10-11 20:22:27.765485: I tensorflow/core/common_runtime/bfc_allocator.cc:786] Size: 119.00MiB | Requested Size: 119.00MiB | in_use: 0 | bin_num: 18, prev: Size: 119.00MiB | Requested Size: 119.00MiB | in_use: 1 | bin_num: -1, next: Size: 119.00MiB | Requested Size: 119.00MiB | in_use: 1 | bin_num: -1
  142. 2019-10-11 20:22:27.773947: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 9116851200
  143. 2019-10-11 20:22:27.776760: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200000 next 1 of size 256
  144. 2019-10-11 20:22:27.781254: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200100 next 2 of size 256
  145. 2019-10-11 20:22:27.786502: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200200 next 3 of size 256
  146. 2019-10-11 20:22:27.790470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200300 next 4 of size 6291456
  147. 2019-10-11 20:22:27.793429: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F800300 next 5 of size 4096
  148. 2019-10-11 20:22:27.797427: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F801300 next 6 of size 2048
  149. 2019-10-11 20:22:27.800604: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F801B00 next 7 of size 2048
  150. 2019-10-11 20:22:27.804112: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F802300 next 8 of size 2048
  151. 2019-10-11 20:22:27.807903: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F802B00 next 9 of size 2048
  152. 2019-10-11 20:22:27.811072: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F803300 next 10 of size 2048
  153. 2019-10-11 20:22:27.814952: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F803B00 next 11 of size 2048
  154. 2019-10-11 20:22:27.818114: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F804300 next 12 of size 256
  155. 2019-10-11 20:22:27.821330: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F804400 next 13 of size 6291456
  156. 2019-10-11 20:22:27.825289: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE04400 next 14 of size 4096
  157. 2019-10-11 20:22:27.828483: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE05400 next 15 of size 2048
  158. 2019-10-11 20:22:27.831350: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE05C00 next 16 of size 2048
  159. 2019-10-11 20:22:27.835365: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE06400 next 17 of size 2048
  160. 2019-10-11 20:22:27.839719: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE06C00 next 18 of size 2048
  161. 2019-10-11 20:22:27.843832: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE07400 next 19 of size 2048
  162. 2019-10-11 20:22:27.847075: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE07C00 next 20 of size 2048
  163. 2019-10-11 20:22:27.851204: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE08400 next 21 of size 256
  164. 2019-10-11 20:22:27.854353: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE08500 next 22 of size 6291456
  165. 2019-10-11 20:22:27.857456: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310408500 next 23 of size 4096
  166. 2019-10-11 20:22:27.861723: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310409500 next 24 of size 2048
  167. 2019-10-11 20:22:27.864985: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310409D00 next 25 of size 2048
  168. 2019-10-11 20:22:27.872818: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040A500 next 26 of size 2048
  169. 2019-10-11 20:22:27.881149: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040AD00 next 27 of size 2048
  170. 2019-10-11 20:22:27.888366: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040B500 next 28 of size 2048
  171. 2019-10-11 20:22:27.893861: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040BD00 next 29 of size 2048
  172. 2019-10-11 20:22:27.900162: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040C500 next 30 of size 256
  173. 2019-10-11 20:22:27.906435: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040C600 next 31 of size 6291456
  174. 2019-10-11 20:22:27.911017: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0C600 next 32 of size 4096
  175. 2019-10-11 20:22:27.914346: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0D600 next 33 of size 2048
  176. 2019-10-11 20:22:27.918586: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0DE00 next 34 of size 2048
  177. 2019-10-11 20:22:27.921881: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0E600 next 35 of size 2048
  178. 2019-10-11 20:22:27.926022: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0EE00 next 36 of size 2048
  179. 2019-10-11 20:22:27.929351: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0F600 next 37 of size 2048
  180. 2019-10-11 20:22:27.932214: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0FE00 next 38 of size 2048
  181. 2019-10-11 20:22:27.936688: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A10600 next 39 of size 256
  182. 2019-10-11 20:22:27.940152: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A10700 next 40 of size 6291456
  183. 2019-10-11 20:22:27.943263: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311010700 next 41 of size 4096
  184. 2019-10-11 20:22:27.947354: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311011700 next 42 of size 2048
  185. 2019-10-11 20:22:27.950552: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311011F00 next 43 of size 2048
  186. 2019-10-11 20:22:27.954426: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311012700 next 44 of size 2048
  187. 2019-10-11 20:22:27.957652: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311012F00 next 45 of size 2048
  188. 2019-10-11 20:22:27.960887: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311013700 next 46 of size 2048
  189. 2019-10-11 20:22:27.965076: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311013F00 next 47 of size 2048
  190. 2019-10-11 20:22:27.968262: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311014700 next 48 of size 256
  191. 2019-10-11 20:22:27.972471: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311014800 next 49 of size 6291456
  192. 2019-10-11 20:22:27.975760: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311614800 next 50 of size 4096
  193. 2019-10-11 20:22:27.978901: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311615800 next 51 of size 2048
  194. 2019-10-11 20:22:27.982853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311616000 next 52 of size 2048
  195. 2019-10-11 20:22:27.986017: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311616800 next 53 of size 2048
  196. 2019-10-11 20:22:27.989364: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311617000 next 54 of size 2048
  197. 2019-10-11 20:22:27.993523: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311617800 next 55 of size 2048
  198. 2019-10-11 20:22:27.996675: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311618000 next 56 of size 2048
  199. 2019-10-11 20:22:28.000421: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311618800 next 57 of size 256
  200. 2019-10-11 20:22:28.003903: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311618900 next 58 of size 25165824
  201. 2019-10-11 20:22:28.007172: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E18900 next 59 of size 8192
  202. 2019-10-11 20:22:28.010822: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1A900 next 60 of size 4096
  203. 2019-10-11 20:22:28.013635: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1B900 next 61 of size 4096
  204. 2019-10-11 20:22:28.016484: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1C900 next 62 of size 4096
  205. 2019-10-11 20:22:28.020396: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1D900 next 63 of size 4096
  206. 2019-10-11 20:22:28.023651: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1E900 next 64 of size 4096
  207. 2019-10-11 20:22:28.027813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1F900 next 65 of size 4096
  208. 2019-10-11 20:22:28.030895: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E20900 next 66 of size 256
  209. 2019-10-11 20:22:28.034337: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E20A00 next 67 of size 25165824
  210. 2019-10-11 20:22:28.039275: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314620A00 next 68 of size 8192
  211. 2019-10-11 20:22:28.042494: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314622A00 next 69 of size 4096
  212. 2019-10-11 20:22:28.046536: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314623A00 next 70 of size 4096
  213. 2019-10-11 20:22:28.049708: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314624A00 next 71 of size 4096
  214. 2019-10-11 20:22:28.052816: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314625A00 next 72 of size 4096
  215. 2019-10-11 20:22:28.056845: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314626A00 next 73 of size 4096
  216. 2019-10-11 20:22:28.059757: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314627A00 next 74 of size 4096
  217. 2019-10-11 20:22:28.062548: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314628A00 next 75 of size 2048
  218. 2019-10-11 20:22:28.066587: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314629200 next 76 of size 2048
  219. 2019-10-11 20:22:28.070195: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314629A00 next 77 of size 2048
  220. 2019-10-11 20:22:28.074235: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131462A200 next 78 of size 256
  221. 2019-10-11 20:22:28.077088: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131462A300 next 79 of size 3145728
  222. 2019-10-11 20:22:28.080017: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492A300 next 80 of size 2048
  223. 2019-10-11 20:22:28.083440: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492AB00 next 81 of size 2048
  224. 2019-10-11 20:22:28.086138: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492B300 next 82 of size 2048
  225. 2019-10-11 20:22:28.088801: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492BB00 next 83 of size 2048
  226. 2019-10-11 20:22:28.092208: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492C300 next 84 of size 256
  227. 2019-10-11 20:22:28.094896: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492C400 next 85 of size 3145728
  228. 2019-10-11 20:22:28.097867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2C400 next 86 of size 2048
  229. 2019-10-11 20:22:28.102149: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2CC00 next 87 of size 4352
  230. 2019-10-11 20:22:28.105282: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2DD00 next 88 of size 4352
  231. 2019-10-11 20:22:28.108364: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2EE00 next 89 of size 4352
  232. 2019-10-11 20:22:28.112221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2FF00 next 90 of size 256
  233. 2019-10-11 20:22:28.116005: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C30000 next 91 of size 4202752
  234. 2019-10-11 20:22:28.120479: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315032100 next 92 of size 4352
  235. 2019-10-11 20:22:28.124166: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315033200 next 93 of size 4352
  236. 2019-10-11 20:22:28.126901: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315034300 next 94 of size 4352
  237. 2019-10-11 20:22:28.134006: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315035400 next 95 of size 4352
  238. 2019-10-11 20:22:28.140640: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315036500 next 96 of size 256
  239. 2019-10-11 20:22:28.148312: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315036600 next 97 of size 4202752
  240. 2019-10-11 20:22:28.153220: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315438700 next 98 of size 4352
  241. 2019-10-11 20:22:28.159447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315439800 next 99 of size 4352
  242. 2019-10-11 20:22:28.164814: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543A900 next 100 of size 4352
  243. 2019-10-11 20:22:28.169137: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543BA00 next 101 of size 4352
  244. 2019-10-11 20:22:28.172399: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543CB00 next 102 of size 256
  245. 2019-10-11 20:22:28.176439: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543CC00 next 103 of size 4202752
  246. 2019-10-11 20:22:28.179569: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131583ED00 next 104 of size 4352
  247. 2019-10-11 20:22:28.182468: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131583FE00 next 105 of size 4352
  248. 2019-10-11 20:22:28.185930: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315840F00 next 106 of size 4352
  249. 2019-10-11 20:22:28.188662: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315842000 next 107 of size 4352
  250. 2019-10-11 20:22:28.191676: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315843100 next 108 of size 256
  251. 2019-10-11 20:22:28.195511: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315843200 next 109 of size 4198400
  252. 2019-10-11 20:22:28.198334: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C44200 next 110 of size 4352
  253. 2019-10-11 20:22:28.201184: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C45300 next 111 of size 4096
  254. 2019-10-11 20:22:28.205104: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C46300 next 112 of size 4096
  255. 2019-10-11 20:22:28.207888: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C47300 next 113 of size 4096
  256. 2019-10-11 20:22:28.210800: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C48300 next 114 of size 256
  257. 2019-10-11 20:22:28.214757: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C48400 next 115 of size 2097152
  258. 2019-10-11 20:22:28.218007: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E48400 next 116 of size 4096
  259. 2019-10-11 20:22:28.221759: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E49400 next 117 of size 2048
  260. 2019-10-11 20:22:28.224765: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E49C00 next 118 of size 2048
  261. 2019-10-11 20:22:28.228077: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E4A400 next 119 of size 2048
  262. 2019-10-11 20:22:28.231904: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E4AC00 next 120 of size 256
  263. 2019-10-11 20:22:28.235182: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E4AD00 next 121 of size 163840
  264. 2019-10-11 20:22:28.238380: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E72D00 next 122 of size 2048
  265. 2019-10-11 20:22:28.242159: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E73500 next 123 of size 1280
  266. 2019-10-11 20:22:28.245282: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E73A00 next 124 of size 6291456
  267. 2019-10-11 20:22:28.249016: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001316473A00 next 125 of size 2048
  268. 2019-10-11 20:22:28.251920: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001316474200 next 126 of size 25165824
  269. 2019-10-11 20:22:28.254930: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001317C74200 next 127 of size 2048
  270. 2019-10-11 20:22:28.259192: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001317C74A00 next 128 of size 25165824
  271. 2019-10-11 20:22:28.262453: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319474A00 next 129 of size 4096
  272. 2019-10-11 20:22:28.265763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319475A00 next 130 of size 2048
  273. 2019-10-11 20:22:28.269471: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319476200 next 131 of size 4096
  274. 2019-10-11 20:22:28.272333: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319477200 next 132 of size 8192
  275. 2019-10-11 20:22:28.275036: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319479200 next 133 of size 4096
  276. 2019-10-11 20:22:28.278420: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947A200 next 134 of size 4096
  277. 2019-10-11 20:22:28.281123: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947B200 next 135 of size 2048
  278. 2019-10-11 20:22:28.283804: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947BA00 next 136 of size 2048
  279. 2019-10-11 20:22:28.287169: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947C200 next 137 of size 25165824
  280. 2019-10-11 20:22:28.290401: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC7C200 next 138 of size 8192
  281. 2019-10-11 20:22:28.293129: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC7E200 next 139 of size 4096
  282. 2019-10-11 20:22:28.297050: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC7F200 next 140 of size 8192
  283. 2019-10-11 20:22:28.300235: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC81200 next 141 of size 4096
  284. 2019-10-11 20:22:28.304385: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC82200 next 142 of size 4096
  285. 2019-10-11 20:22:28.307478: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC83200 next 143 of size 25165824
  286. 2019-10-11 20:22:28.310602: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131C483200 next 144 of size 6291456
  287. 2019-10-11 20:22:28.314514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CA83200 next 145 of size 2048
  288. 2019-10-11 20:22:28.317788: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CA83A00 next 146 of size 2048
  289. 2019-10-11 20:22:28.321848: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CA84200 next 147 of size 3145728
  290. 2019-10-11 20:22:28.324904: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD84200 next 148 of size 4096
  291. 2019-10-11 20:22:28.328102: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD85200 next 149 of size 4096
  292. 2019-10-11 20:22:28.332056: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD86200 next 150 of size 4096
  293. 2019-10-11 20:22:28.335331: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD87200 next 151 of size 6291456
  294. 2019-10-11 20:22:28.339329: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D387200 next 152 of size 2048
  295. 2019-10-11 20:22:28.342257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D387A00 next 153 of size 2048
  296. 2019-10-11 20:22:28.345211: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D388200 next 154 of size 4096
  297. 2019-10-11 20:22:28.349254: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D389200 next 155 of size 4096
  298. 2019-10-11 20:22:28.352473: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38A200 next 156 of size 4096
  299. 2019-10-11 20:22:28.355633: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38B200 next 157 of size 4096
  300. 2019-10-11 20:22:28.359360: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38C200 next 158 of size 4096
  301. 2019-10-11 20:22:28.362764: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38D200 next 159 of size 2048
  302. 2019-10-11 20:22:28.366712: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38DA00 next 160 of size 2048
  303. 2019-10-11 20:22:28.369632: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38E200 next 161 of size 2048
  304. 2019-10-11 20:22:28.372730: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38EA00 next 162 of size 25165824
  305. 2019-10-11 20:22:28.376460: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB8EA00 next 163 of size 4096
  306. 2019-10-11 20:22:28.379319: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB8FA00 next 164 of size 4096
  307. 2019-10-11 20:22:28.381959: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB90A00 next 165 of size 2048
  308. 2019-10-11 20:22:28.385592: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB91200 next 166 of size 2048
  309. 2019-10-11 20:22:28.388699: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB91A00 next 167 of size 4202752
  310. 2019-10-11 20:22:28.392054: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EF93B00 next 168 of size 25165824
  311. 2019-10-11 20:22:28.395910: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320793B00 next 169 of size 4096
  312. 2019-10-11 20:22:28.398779: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320794B00 next 170 of size 4096
  313. 2019-10-11 20:22:28.402691: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320795B00 next 171 of size 4096
  314. 2019-10-11 20:22:28.405805: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320796B00 next 172 of size 3145728
  315. 2019-10-11 20:22:28.408664: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320A96B00 next 173 of size 2048
  316. 2019-10-11 20:22:28.412208: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320A97300 next 174 of size 4352
  317. 2019-10-11 20:22:28.415400: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320A98400 next 175 of size 4202752
  318. 2019-10-11 20:22:28.418756: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320E9A500 next 176 of size 8192
  319. 2019-10-11 20:22:28.422899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320E9C500 next 177 of size 8192
  320. 2019-10-11 20:22:28.425904: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320E9E500 next 178 of size 8192
  321. 2019-10-11 20:22:28.429528: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA0500 next 179 of size 4096
  322. 2019-10-11 20:22:28.432810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA1500 next 180 of size 2048
  323. 2019-10-11 20:22:28.435637: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA1D00 next 181 of size 2048
  324. 2019-10-11 20:22:28.441048: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA2500 next 182 of size 4352
  325. 2019-10-11 20:22:28.449761: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA3600 next 183 of size 4352
  326. 2019-10-11 20:22:28.455051: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA4700 next 184 of size 4202752
  327. 2019-10-11 20:22:28.461078: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A6800 next 185 of size 4096
  328. 2019-10-11 20:22:28.467610: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A7800 next 186 of size 4096
  329. 2019-10-11 20:22:28.472410: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A8800 next 187 of size 2048
  330. 2019-10-11 20:22:28.476768: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A9000 next 188 of size 3145728
  331. 2019-10-11 20:22:28.479624: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215A9000 next 189 of size 2048
  332. 2019-10-11 20:22:28.482822: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215A9800 next 190 of size 4352
  333. 2019-10-11 20:22:28.486917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215AA900 next 191 of size 4352
  334. 2019-10-11 20:22:28.490082: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215ABA00 next 192 of size 4352
  335. 2019-10-11 20:22:28.493050: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215ACB00 next 193 of size 4352
  336. 2019-10-11 20:22:28.497223: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215ADC00 next 194 of size 4096
  337. 2019-10-11 20:22:28.500157: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215AEC00 next 195 of size 4096
  338. 2019-10-11 20:22:28.504472: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215AFC00 next 196 of size 2048
  339. 2019-10-11 20:22:28.507732: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215B0400 next 197 of size 3145728
  340. 2019-10-11 20:22:28.510615: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013218B0400 next 198 of size 2048
  341. 2019-10-11 20:22:28.514786: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013218B0C00 next 199 of size 2048
  342. 2019-10-11 20:22:28.517680: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013218B1400 next 200 of size 3145728
  343. 2019-10-11 20:22:28.520575: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB1400 next 201 of size 4352
  344. 2019-10-11 20:22:28.524687: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB2500 next 202 of size 4352
  345. 2019-10-11 20:22:28.527853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB3600 next 203 of size 4352
  346. 2019-10-11 20:22:28.531745: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB4700 next 204 of size 4198400
  347. 2019-10-11 20:22:28.534752: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB5700 next 205 of size 4096
  348. 2019-10-11 20:22:28.537880: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB6700 next 206 of size 2048
  349. 2019-10-11 20:22:28.541871: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB6F00 next 207 of size 2048
  350. 2019-10-11 20:22:28.544774: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB7700 next 208 of size 2048
  351. 2019-10-11 20:22:28.547963: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB7F00 next 209 of size 2048
  352. 2019-10-11 20:22:28.551553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB8700 next 210 of size 3145728
  353. 2019-10-11 20:22:28.554536: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013222B8700 next 211 of size 4352
  354. 2019-10-11 20:22:28.557310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013222B9800 next 212 of size 4202752
  355. 2019-10-11 20:22:28.561021: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013226BB900 next 213 of size 4352
  356. 2019-10-11 20:22:28.564255: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013226BCA00 next 214 of size 4352
  357. 2019-10-11 20:22:28.568134: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013226BDB00 next 215 of size 4202752
  358. 2019-10-11 20:22:28.571373: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ABFC00 next 216 of size 4352
  359. 2019-10-11 20:22:28.574798: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC0D00 next 217 of size 4352
  360. 2019-10-11 20:22:28.579781: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC1E00 next 218 of size 4096
  361. 2019-10-11 20:22:28.582936: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC2E00 next 219 of size 2048
  362. 2019-10-11 20:22:28.585813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC3600 next 220 of size 2048
  363. 2019-10-11 20:22:28.589723: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC3E00 next 221 of size 2048
  364. 2019-10-11 20:22:28.592860: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC4600 next 222 of size 4352
  365. 2019-10-11 20:22:28.595754: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC5700 next 223 of size 4352
  366. 2019-10-11 20:22:28.599450: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC6800 next 224 of size 4352
  367. 2019-10-11 20:22:28.602737: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC7900 next 225 of size 4202752
  368. 2019-10-11 20:22:28.606978: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322EC9A00 next 226 of size 4352
  369. 2019-10-11 20:22:28.610388: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECAB00 next 227 of size 4352
  370. 2019-10-11 20:22:28.615737: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECBC00 next 228 of size 4352
  371. 2019-10-11 20:22:28.619408: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECCD00 next 229 of size 2048
  372. 2019-10-11 20:22:28.624125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECD500 next 230 of size 6291456
  373. 2019-10-11 20:22:28.627871: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013234CD500 next 231 of size 6291456
  374. 2019-10-11 20:22:28.631186: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACD500 next 232 of size 4096
  375. 2019-10-11 20:22:28.635255: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACE500 next 233 of size 2048
  376. 2019-10-11 20:22:28.638548: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACED00 next 234 of size 4096
  377. 2019-10-11 20:22:28.643188: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACFD00 next 235 of size 2048
  378. 2019-10-11 20:22:28.646436: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323AD0500 next 236 of size 2048
  379. 2019-10-11 20:22:28.649489: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323AD0D00 next 237 of size 256
  380. 2019-10-11 20:22:28.653429: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323AD0E00 next 238 of size 6291456
  381. 2019-10-11 20:22:28.656542: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013240D0E00 next 239 of size 2048
  382. 2019-10-11 20:22:28.659634: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013240D1600 next 240 of size 6291456
  383. 2019-10-11 20:22:28.663750: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013246D1600 next 241 of size 6291456
  384. 2019-10-11 20:22:28.666993: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD1600 next 242 of size 2048
  385. 2019-10-11 20:22:28.670814: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD1E00 next 243 of size 2048
  386. 2019-10-11 20:22:28.673979: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD2600 next 244 of size 4096
  387. 2019-10-11 20:22:28.676864: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD3600 next 245 of size 2048
  388. 2019-10-11 20:22:28.680722: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD3E00 next 246 of size 6291456
  389. 2019-10-11 20:22:28.683644: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D3E00 next 247 of size 2048
  390. 2019-10-11 20:22:28.686519: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D4600 next 248 of size 2048
  391. 2019-10-11 20:22:28.690368: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D4E00 next 249 of size 2048
  392. 2019-10-11 20:22:28.693336: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D5600 next 250 of size 2048
  393. 2019-10-11 20:22:28.697813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D5E00 next 251 of size 256
  394. 2019-10-11 20:22:28.701067: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D5F00 next 252 of size 4096
  395. 2019-10-11 20:22:28.704457: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D6F00 next 253 of size 2048
  396. 2019-10-11 20:22:28.708703: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D7700 next 254 of size 2048
  397. 2019-10-11 20:22:28.711932: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D7F00 next 255 of size 2048
  398. 2019-10-11 20:22:28.715923: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D8700 next 256 of size 2048
  399. 2019-10-11 20:22:28.719177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D8F00 next 257 of size 2048
  400. 2019-10-11 20:22:28.721975: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D9700 next 258 of size 4096
  401. 2019-10-11 20:22:28.725599: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DA700 next 259 of size 2048
  402. 2019-10-11 20:22:28.728773: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DAF00 next 260 of size 2048
  403. 2019-10-11 20:22:28.731902: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DB700 next 261 of size 2048
  404. 2019-10-11 20:22:28.735857: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DBF00 next 262 of size 6291456
  405. 2019-10-11 20:22:28.739271: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DBF00 next 263 of size 2048
  406. 2019-10-11 20:22:28.743576: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DC700 next 264 of size 2048
  407. 2019-10-11 20:22:28.747196: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DCF00 next 265 of size 2048
  408. 2019-10-11 20:22:28.750427: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DD700 next 266 of size 2048
  409. 2019-10-11 20:22:28.781700: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DDF00 next 267 of size 2048
  410. 2019-10-11 20:22:28.790353: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DE700 next 268 of size 2048
  411. 2019-10-11 20:22:28.798449: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DEF00 next 269 of size 6291456
  412. 2019-10-11 20:22:28.805128: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EDEF00 next 270 of size 2048
  413. 2019-10-11 20:22:28.809504: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EDF700 next 271 of size 2048
  414. 2019-10-11 20:22:28.813577: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EDFF00 next 272 of size 2048
  415. 2019-10-11 20:22:28.816831: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE0700 next 273 of size 2048
  416. 2019-10-11 20:22:28.819999: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE0F00 next 274 of size 2048
  417. 2019-10-11 20:22:28.824234: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE1700 next 275 of size 2048
  418. 2019-10-11 20:22:28.827347: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE1F00 next 276 of size 4096
  419. 2019-10-11 20:22:28.831434: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE2F00 next 277 of size 4096
  420. 2019-10-11 20:22:28.834768: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE3F00 next 278 of size 2048
  421. 2019-10-11 20:22:28.838011: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE4700 next 279 of size 2048
  422. 2019-10-11 20:22:28.842104: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE4F00 next 280 of size 2048
  423. 2019-10-11 20:22:28.845143: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE5700 next 281 of size 4096
  424. 2019-10-11 20:22:28.848936: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE6700 next 282 of size 2048
  425. 2019-10-11 20:22:28.851846: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE6F00 next 283 of size 4096
  426. 2019-10-11 20:22:28.854718: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE7F00 next 284 of size 2048
  427. 2019-10-11 20:22:28.858462: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE8700 next 285 of size 2048
  428. 2019-10-11 20:22:28.861432: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE8F00 next 286 of size 6291456
  429. 2019-10-11 20:22:28.864500: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264E8F00 next 287 of size 2048
  430. 2019-10-11 20:22:28.868264: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264E9700 next 288 of size 2048
  431. 2019-10-11 20:22:28.871469: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264E9F00 next 289 of size 2048
  432. 2019-10-11 20:22:28.874355: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264EA700 next 290 of size 6291456
  433. 2019-10-11 20:22:28.878295: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEA700 next 291 of size 2048
  434. 2019-10-11 20:22:28.881165: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEAF00 next 292 of size 2048
  435. 2019-10-11 20:22:28.883924: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEB700 next 293 of size 2048
  436. 2019-10-11 20:22:28.887521: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEBF00 next 294 of size 2048
  437. 2019-10-11 20:22:28.890438: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEC700 next 295 of size 4096
  438. 2019-10-11 20:22:28.893289: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AED700 next 296 of size 2048
  439. 2019-10-11 20:22:28.897600: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEDF00 next 297 of size 2048
  440. 2019-10-11 20:22:28.900325: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEE700 next 298 of size 2048
  441. 2019-10-11 20:22:28.903047: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEEF00 next 299 of size 6291456
  442. 2019-10-11 20:22:28.906857: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270EEF00 next 300 of size 2048
  443. 2019-10-11 20:22:28.910082: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270EF700 next 301 of size 2048
  444. 2019-10-11 20:22:28.913706: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270EFF00 next 302 of size 2048
  445. 2019-10-11 20:22:28.916398: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270F0700 next 303 of size 2048
  446. 2019-10-11 20:22:28.919091: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270F0F00 next 304 of size 2048
  447. 2019-10-11 20:22:28.921840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270F1700 next 305 of size 6291456
  448. 2019-10-11 20:22:28.925694: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013276F1700 next 306 of size 6291456
  449. 2019-10-11 20:22:28.928779: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF1700 next 307 of size 2048
  450. 2019-10-11 20:22:28.932749: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF1F00 next 308 of size 2048
  451. 2019-10-11 20:22:28.935542: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF2700 next 309 of size 4352
  452. 2019-10-11 20:22:28.938256: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF3800 next 310 of size 4198400
  453. 2019-10-11 20:22:28.941849: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F4800 next 311 of size 2048
  454. 2019-10-11 20:22:28.944979: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F5000 next 312 of size 2048
  455. 2019-10-11 20:22:28.948031: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F5800 next 313 of size 2048
  456. 2019-10-11 20:22:28.952177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F6000 next 314 of size 4096
  457. 2019-10-11 20:22:28.955390: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F7000 next 315 of size 2048
  458. 2019-10-11 20:22:28.958529: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F7800 next 316 of size 2048
  459. 2019-10-11 20:22:28.962875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F8000 next 317 of size 6291456
  460. 2019-10-11 20:22:28.966207: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013286F8000 next 318 of size 6291456
  461. 2019-10-11 20:22:28.970236: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CF8000 next 319 of size 4096
  462. 2019-10-11 20:22:28.973432: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CF9000 next 320 of size 4352
  463. 2019-10-11 20:22:28.976404: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFA100 next 321 of size 4352
  464. 2019-10-11 20:22:28.980345: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFB200 next 322 of size 4352
  465. 2019-10-11 20:22:28.983271: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFC300 next 323 of size 4352
  466. 2019-10-11 20:22:28.985954: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFD400 next 324 of size 4352
  467. 2019-10-11 20:22:28.989678: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFE500 next 325 of size 4202752
  468. 2019-10-11 20:22:28.993124: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329100600 next 326 of size 2048
  469. 2019-10-11 20:22:28.997177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329100E00 next 327 of size 4096
  470. 2019-10-11 20:22:29.000397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329101E00 next 328 of size 4096
  471. 2019-10-11 20:22:29.003502: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329102E00 next 329 of size 4096
  472. 2019-10-11 20:22:29.007091: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329103E00 next 330 of size 4198400
  473. 2019-10-11 20:22:29.010093: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329504E00 next 331 of size 4096
  474. 2019-10-11 20:22:29.013113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329505E00 next 332 of size 4096
  475. 2019-10-11 20:22:29.016665: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329506E00 next 333 of size 4352
  476. 2019-10-11 20:22:29.019417: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329507F00 next 334 of size 4352
  477. 2019-10-11 20:22:29.022208: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329509000 next 335 of size 4352
  478. 2019-10-11 20:22:29.025900: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132950A100 next 336 of size 4352
  479. 2019-10-11 20:22:29.028586: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132950B200 next 337 of size 2097152
  480. 2019-10-11 20:22:29.031307: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132970B200 next 338 of size 4096
  481. 2019-10-11 20:22:29.035607: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132970C200 next 339 of size 2048
  482. 2019-10-11 20:22:29.039100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132970CA00 next 340 of size 163840
  483. 2019-10-11 20:22:29.043225: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329734A00 next 341 of size 4202752
  484. 2019-10-11 20:22:29.046384: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329B36B00 next 342 of size 4202752
  485. 2019-10-11 20:22:29.049405: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F38C00 next 343 of size 4352
  486. 2019-10-11 20:22:29.052971: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F39D00 next 344 of size 4352
  487. 2019-10-11 20:22:29.056289: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3AE00 next 345 of size 4096
  488. 2019-10-11 20:22:29.059081: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3BE00 next 346 of size 4096
  489. 2019-10-11 20:22:29.064160: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3CE00 next 347 of size 2048
  490. 2019-10-11 20:22:29.072968: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3D600 next 348 of size 163840
  491. 2019-10-11 20:22:29.081207: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F65600 next 349 of size 4352
  492. 2019-10-11 20:22:29.091262: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F66700 next 350 of size 4352
  493. 2019-10-11 20:22:29.096270: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F67800 next 351 of size 4352
  494. 2019-10-11 20:22:29.102755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F68900 next 352 of size 4096
  495. 2019-10-11 20:22:29.107540: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F69900 next 353 of size 2048
  496. 2019-10-11 20:22:29.110895: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6A100 next 354 of size 2048
  497. 2019-10-11 20:22:29.114036: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6A900 next 355 of size 4096
  498. 2019-10-11 20:22:29.118316: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6B900 next 356 of size 4096
  499. 2019-10-11 20:22:29.121631: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6C900 next 357 of size 2097152
  500. 2019-10-11 20:22:29.124881: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16C900 next 358 of size 2048
  501. 2019-10-11 20:22:29.129313: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16D100 next 359 of size 2048
  502. 2019-10-11 20:22:29.132625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16D900 next 360 of size 4096
  503. 2019-10-11 20:22:29.136784: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16E900 next 361 of size 2097152
  504. 2019-10-11 20:22:29.139790: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A36E900 next 362 of size 2048
  505. 2019-10-11 20:22:29.142704: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A36F100 next 363 of size 2048
  506. 2019-10-11 20:22:29.146685: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A36F900 next 364 of size 163840
  507. 2019-10-11 20:22:29.149872: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A397900 next 365 of size 2048
  508. 2019-10-11 20:22:29.153194: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398100 next 366 of size 256
  509. 2019-10-11 20:22:29.158108: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398200 next 367 of size 256
  510. 2019-10-11 20:22:29.161349: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398300 next 368 of size 256
  511. 2019-10-11 20:22:29.165071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398400 next 369 of size 256
  512. 2019-10-11 20:22:29.168182: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398500 next 370 of size 256
  513. 2019-10-11 20:22:29.171697: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398600 next 371 of size 256
  514. 2019-10-11 20:22:29.175939: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398700 next 372 of size 256
  515. 2019-10-11 20:22:29.179057: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398800 next 373 of size 256
  516. 2019-10-11 20:22:29.183113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398900 next 374 of size 256
  517. 2019-10-11 20:22:29.186341: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398A00 next 375 of size 256
  518. 2019-10-11 20:22:29.189537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398B00 next 376 of size 256
  519. 2019-10-11 20:22:29.193337: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398C00 next 377 of size 256
  520. 2019-10-11 20:22:29.196468: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398D00 next 378 of size 256
  521. 2019-10-11 20:22:29.200435: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398E00 next 379 of size 256
  522. 2019-10-11 20:22:29.203695: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398F00 next 380 of size 256
  523. 2019-10-11 20:22:29.206919: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399000 next 381 of size 256
  524. 2019-10-11 20:22:29.211326: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399100 next 382 of size 256
  525. 2019-10-11 20:22:29.214475: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399200 next 383 of size 256
  526. 2019-10-11 20:22:29.218929: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399300 next 384 of size 256
  527. 2019-10-11 20:22:29.221899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399400 next 385 of size 256
  528. 2019-10-11 20:22:29.225199: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399500 next 386 of size 256
  529. 2019-10-11 20:22:29.230709: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399600 next 387 of size 256
  530. 2019-10-11 20:22:29.234080: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399700 next 388 of size 256
  531. 2019-10-11 20:22:29.238838: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399800 next 389 of size 256
  532. 2019-10-11 20:22:29.241778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399900 next 390 of size 256
  533. 2019-10-11 20:22:29.244763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399A00 next 391 of size 256
  534. 2019-10-11 20:22:29.249232: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399B00 next 392 of size 256
  535. 2019-10-11 20:22:29.252609: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399C00 next 393 of size 256
  536. 2019-10-11 20:22:29.255879: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399D00 next 394 of size 256
  537. 2019-10-11 20:22:29.260216: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399E00 next 395 of size 256
  538. 2019-10-11 20:22:29.263604: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399F00 next 396 of size 256
  539. 2019-10-11 20:22:29.267787: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A000 next 397 of size 256
  540. 2019-10-11 20:22:29.270495: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A100 next 398 of size 256
  541. 2019-10-11 20:22:29.273112: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A200 next 399 of size 256
  542. 2019-10-11 20:22:29.276354: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A300 next 400 of size 256
  543. 2019-10-11 20:22:29.279242: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A400 next 401 of size 256
  544. 2019-10-11 20:22:29.282394: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A500 next 402 of size 256
  545. 2019-10-11 20:22:29.286389: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A600 next 403 of size 256
  546. 2019-10-11 20:22:29.289880: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A700 next 404 of size 256
  547. 2019-10-11 20:22:29.292961: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A800 next 405 of size 256
  548. 2019-10-11 20:22:29.296884: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A900 next 406 of size 256
  549. 2019-10-11 20:22:29.300167: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39AA00 next 407 of size 256
  550. 2019-10-11 20:22:29.304079: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39AB00 next 451 of size 124902400
  551. 2019-10-11 20:22:29.307413: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AB8700 next 429 of size 30464
  552. 2019-10-11 20:22:29.310699: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331ABFE00 next 486 of size 256
  553. 2019-10-11 20:22:29.315479: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331ABFF00 next 459 of size 30464
  554. 2019-10-11 20:22:29.318596: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AC7600 next 475 of size 30464
  555. 2019-10-11 20:22:29.322605: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331ACED00 next 478 of size 30464
  556. 2019-10-11 20:22:29.325708: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6400 next 666 of size 256
  557. 2019-10-11 20:22:29.328787: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6500 next 664 of size 256
  558. 2019-10-11 20:22:29.332574: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6600 next 449 of size 256
  559. 2019-10-11 20:22:29.335764: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6700 next 641 of size 256
  560. 2019-10-11 20:22:29.339569: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6800 next 642 of size 256
  561. 2019-10-11 20:22:29.342792: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6900 next 485 of size 256
  562. 2019-10-11 20:22:29.346092: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6A00 next 492 of size 256
  563. 2019-10-11 20:22:29.350297: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6B00 next 592 of size 256
  564. 2019-10-11 20:22:29.353068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6C00 next 557 of size 59392
  565. 2019-10-11 20:22:29.355755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AE5400 next 606 of size 30464
  566. 2019-10-11 20:22:29.359322: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AECB00 next 468 of size 30464
  567. 2019-10-11 20:22:29.362090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AF4200 next 477 of size 30464
  568. 2019-10-11 20:22:29.365040: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AFB900 next 662 of size 60928
  569. 2019-10-11 20:22:29.368781: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B0A700 next 637 of size 30464
  570. 2019-10-11 20:22:29.371679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B11E00 next 599 of size 30464
  571. 2019-10-11 20:22:29.375596: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B19500 next 544 of size 60928
  572. 2019-10-11 20:22:29.382946: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B28300 next 515 of size 60928
  573. 2019-10-11 20:22:29.389074: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B37100 next 516 of size 60928
  574. 2019-10-11 20:22:29.394065: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B45F00 next 439 of size 60928
  575. 2019-10-11 20:22:29.399599: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B54D00 next 502 of size 60928
  576. 2019-10-11 20:22:29.403263: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B63B00 next 436 of size 60928
  577. 2019-10-11 20:22:29.408090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B72900 next 621 of size 60928
  578. 2019-10-11 20:22:29.411397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B81700 next 640 of size 121856
  579. 2019-10-11 20:22:29.415225: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B9F300 next 623 of size 60928
  580. 2019-10-11 20:22:29.418369: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BAE100 next 644 of size 60928
  581. 2019-10-11 20:22:29.421561: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BBCF00 next 469 of size 121856
  582. 2019-10-11 20:22:29.425467: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BDAB00 next 643 of size 121856
  583. 2019-10-11 20:22:29.428572: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BF8700 next 651 of size 121856
  584. 2019-10-11 20:22:29.431396: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C16300 next 618 of size 121856
  585. 2019-10-11 20:22:29.434964: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C33F00 next 547 of size 121856
  586. 2019-10-11 20:22:29.438132: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C51B00 next 445 of size 121856
  587. 2019-10-11 20:22:29.442470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C6F700 next 427 of size 121856
  588. 2019-10-11 20:22:29.445725: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C8D300 next 638 of size 121856
  589. 2019-10-11 20:22:29.448973: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331CAAF00 next 650 of size 121856
  590. 2019-10-11 20:22:29.453290: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331CC8B00 next 648 of size 121856
  591. 2019-10-11 20:22:29.456422: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331CE6700 next 426 of size 152064
  592. 2019-10-11 20:22:29.459448: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0B900 next 520 of size 256
  593. 2019-10-11 20:22:29.463715: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BA00 next 608 of size 256
  594. 2019-10-11 20:22:29.466943: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BB00 next 416 of size 256
  595. 2019-10-11 20:22:29.470087: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BC00 next 612 of size 256
  596. 2019-10-11 20:22:29.474661: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BD00 next 525 of size 256
  597. 2019-10-11 20:22:29.477834: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BE00 next 489 of size 256
  598. 2019-10-11 20:22:29.481644: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0BF00 next 586 of size 512
  599. 2019-10-11 20:22:29.484785: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C100 next 444 of size 256
  600. 2019-10-11 20:22:29.488202: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C200 next 410 of size 256
  601. 2019-10-11 20:22:29.492082: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C300 next 481 of size 256
  602. 2019-10-11 20:22:29.495393: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C400 next 597 of size 256
  603. 2019-10-11 20:22:29.499478: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C500 next 512 of size 256
  604. 2019-10-11 20:22:29.503112: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C600 next 602 of size 256
  605. 2019-10-11 20:22:29.506672: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C700 next 607 of size 256
  606. 2019-10-11 20:22:29.511080: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C800 next 433 of size 256
  607. 2019-10-11 20:22:29.513973: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0C900 next 661 of size 256
  608. 2019-10-11 20:22:29.516956: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CA00 next 448 of size 256
  609. 2019-10-11 20:22:29.520305: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CB00 next 594 of size 256
  610. 2019-10-11 20:22:29.523224: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CC00 next 635 of size 256
  611. 2019-10-11 20:22:29.527346: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CD00 next 470 of size 256
  612. 2019-10-11 20:22:29.530548: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CE00 next 656 of size 256
  613. 2019-10-11 20:22:29.533813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CF00 next 484 of size 256
  614. 2019-10-11 20:22:29.538786: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D000 next 471 of size 256
  615. 2019-10-11 20:22:29.541910: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0D100 next 625 of size 256
  616. 2019-10-11 20:22:29.545145: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D200 next 461 of size 256
  617. 2019-10-11 20:22:29.549261: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D300 next 583 of size 256
  618. 2019-10-11 20:22:29.552373: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D400 next 456 of size 256
  619. 2019-10-11 20:22:29.556355: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D500 next 659 of size 256
  620. 2019-10-11 20:22:29.559464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D600 next 588 of size 256
  621. 2019-10-11 20:22:29.562617: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D700 next 452 of size 256
  622. 2019-10-11 20:22:29.566906: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D800 next 546 of size 256
  623. 2019-10-11 20:22:29.570397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D900 next 526 of size 256
  624. 2019-10-11 20:22:29.573233: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DA00 next 507 of size 256
  625. 2019-10-11 20:22:29.578084: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DB00 next 639 of size 256
  626. 2019-10-11 20:22:29.581523: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DC00 next 568 of size 256
  627. 2019-10-11 20:22:29.585332: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DD00 next 551 of size 256
  628. 2019-10-11 20:22:29.588496: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0DE00 next 629 of size 1024
  629. 2019-10-11 20:22:29.591606: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E200 next 587 of size 256
  630. 2019-10-11 20:22:29.595889: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E300 next 556 of size 256
  631. 2019-10-11 20:22:29.600254: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E400 next 566 of size 256
  632. 2019-10-11 20:22:29.604319: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E500 next 473 of size 256
  633. 2019-10-11 20:22:29.607292: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E600 next 571 of size 256
  634. 2019-10-11 20:22:29.611002: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E700 next 524 of size 256
  635. 2019-10-11 20:22:29.614226: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E800 next 413 of size 256
  636. 2019-10-11 20:22:29.617393: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E900 next 554 of size 2437120
  637. 2019-10-11 20:22:29.621153: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331F61900 next 522 of size 15597568
  638. 2019-10-11 20:22:29.624471: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001332E41900 next 669 of size 15597568
  639. 2019-10-11 20:22:29.627794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001333D21900 next 464 of size 15597568
  640. 2019-10-11 20:22:29.632356: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001334C01900 next 573 of size 15597568
  641. 2019-10-11 20:22:29.635649: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001335AE1900 next 604 of size 15597568
  642. 2019-10-11 20:22:29.639509: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013369C1900 next 549 of size 15597568
  643. 2019-10-11 20:22:29.642789: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013378A1900 next 441 of size 15597568
  644. 2019-10-11 20:22:29.646071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001338781900 next 463 of size 15597568
  645. 2019-10-11 20:22:29.650852: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001339661900 next 620 of size 15597568
  646. 2019-10-11 20:22:29.654317: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133A541900 next 479 of size 15597568
  647. 2019-10-11 20:22:29.658354: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133B421900 next 511 of size 15597568
  648. 2019-10-11 20:22:29.661503: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133C301900 next 553 of size 15597568
  649. 2019-10-11 20:22:29.665888: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133D1E1900 next 529 of size 15597568
  650. 2019-10-11 20:22:29.669545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133E0C1900 next 615 of size 15597568
  651. 2019-10-11 20:22:29.672854: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133EFA1900 next 414 of size 15597568
  652. 2019-10-11 20:22:29.676817: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133FE81900 next 577 of size 16121856
  653. 2019-10-11 20:22:29.680539: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001340DE1900 next 408 of size 16121856
  654. 2019-10-11 20:22:29.684907: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001341D41900 next 453 of size 15597568
  655. 2019-10-11 20:22:29.689301: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001342C21900 next 428 of size 15597568
  656. 2019-10-11 20:22:29.696615: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001343B01900 next 467 of size 15597568
  657. 2019-10-11 20:22:29.700341: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013449E1900 next 533 of size 15597568
  658. 2019-10-11 20:22:29.706312: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013458C1900 next 472 of size 121856
  659. 2019-10-11 20:22:29.712230: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013458DF500 next 582 of size 121856
  660. 2019-10-11 20:22:29.716537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013458FD100 next 627 of size 121856
  661. 2019-10-11 20:22:29.721488: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134591AD00 next 591 of size 121856
  662. 2019-10-11 20:22:29.726042: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345938900 next 540 of size 121856
  663. 2019-10-11 20:22:29.731145: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345956500 next 601 of size 121856
  664. 2019-10-11 20:22:29.734713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345974100 next 509 of size 121856
  665. 2019-10-11 20:22:29.737773: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345991D00 next 626 of size 122368
  666. 2019-10-11 20:22:29.741268: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013459AFB00 next 590 of size 121856
  667. 2019-10-11 20:22:29.744244: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013459CD700 next 578 of size 121856
  668. 2019-10-11 20:22:29.748274: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013459EB300 next 503 of size 121856
  669. 2019-10-11 20:22:29.751909: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A08F00 next 435 of size 121856
  670. 2019-10-11 20:22:29.755188: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A26B00 next 480 of size 121856
  671. 2019-10-11 20:22:29.759767: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A44700 next 634 of size 121856
  672. 2019-10-11 20:22:29.762834: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A62300 next 421 of size 121856
  673. 2019-10-11 20:22:29.766099: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001345A7FF00 next 517 of size 122112
  674. 2019-10-11 20:22:29.770419: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A9DC00 next 585 of size 121856
  675. 2019-10-11 20:22:29.773752: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001345ABB800 next 630 of size 13525248
  676. 2019-10-11 20:22:29.777646: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013467A1900 next 631 of size 15597568
  677. 2019-10-11 20:22:29.780863: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001347681900 next 431 of size 15597568
  678. 2019-10-11 20:22:29.784063: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001348561900 next 614 of size 15597568
  679. 2019-10-11 20:22:29.788127: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001349441900 next 442 of size 31195136
  680. 2019-10-11 20:22:29.791426: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134B201900 next 430 of size 31195136
  681. 2019-10-11 20:22:29.794811: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134CFC1900 next 559 of size 31195136
  682. 2019-10-11 20:22:29.797655: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134ED81900 next 576 of size 31195136
  683. 2019-10-11 20:22:29.800634: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001350B41900 next 434 of size 31195136
  684. 2019-10-11 20:22:29.804635: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001352901900 next 537 of size 31195136
  685. 2019-10-11 20:22:29.807500: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013546C1900 next 660 of size 31195136
  686. 2019-10-11 20:22:29.810253: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001356481900 next 609 of size 31195136
  687. 2019-10-11 20:22:29.814149: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001358241900 next 548 of size 31195136
  688. 2019-10-11 20:22:29.817302: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135A001900 next 598 of size 31195136
  689. 2019-10-11 20:22:29.820514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135BDC1900 next 530 of size 31195136
  690. 2019-10-11 20:22:29.824766: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135DB81900 next 409 of size 31195136
  691. 2019-10-11 20:22:29.827648: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135F941900 next 649 of size 31195136
  692. 2019-10-11 20:22:29.831121: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001361701900 next 423 of size 31195136
  693. 2019-10-11 20:22:29.833941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013634C1900 next 495 of size 31653888
  694. 2019-10-11 20:22:29.836721: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013652F1900 next 534 of size 31653888
  695. 2019-10-11 20:22:29.840321: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001367121900 next 510 of size 31195136
  696. 2019-10-11 20:22:29.843291: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001368EE1900 next 538 of size 31326208
  697. 2019-10-11 20:22:29.846110: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000136ACC1900 next 488 of size 31195136
  698. 2019-10-11 20:22:29.849612: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000136CA81900 next 487 of size 31195136
  699. 2019-10-11 20:22:29.852789: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000136E841900 next 562 of size 31195136
  700. 2019-10-11 20:22:29.856177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001370601900 next 536 of size 31195136
  701. 2019-10-11 20:22:29.860432: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013723C1900 next 494 of size 31195136
  702. 2019-10-11 20:22:29.863831: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001374181900 next 419 of size 31195136
  703. 2019-10-11 20:22:29.867779: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001375F41900 next 514 of size 31195136
  704. 2019-10-11 20:22:29.871008: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001377D01900 next 579 of size 62390272
  705. 2019-10-11 20:22:29.874235: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000137B881900 next 611 of size 62390272
  706. 2019-10-11 20:22:29.878296: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000137F401900 next 628 of size 62390272
  707. 2019-10-11 20:22:29.881590: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001382F81900 next 432 of size 62390272
  708. 2019-10-11 20:22:29.885859: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001386B01900 next 498 of size 62390272
  709. 2019-10-11 20:22:29.889065: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000138A681900 next 565 of size 62390272
  710. 2019-10-11 20:22:29.891858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000138E201900 next 446 of size 62390272
  711. 2019-10-11 20:22:29.895826: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001391D81900 next 447 of size 62390272
  712. 2019-10-11 20:22:29.899218: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001395901900 next 564 of size 62390272
  713. 2019-10-11 20:22:29.903060: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001399481900 next 543 of size 62390272
  714. 2019-10-11 20:22:29.906299: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000139D001900 next 667 of size 62390272
  715. 2019-10-11 20:22:29.909611: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013A0B81900 next 569 of size 62390272
  716. 2019-10-11 20:22:29.913719: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013A4701900 next 412 of size 62390272
  717. 2019-10-11 20:22:29.917380: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013A8281900 next 581 of size 62390272
  718. 2019-10-11 20:22:29.921585: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013ABE01900 next 528 of size 62914560
  719. 2019-10-11 20:22:29.924926: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013AFA01900 next 462 of size 62914560
  720. 2019-10-11 20:22:29.928015: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013B3601900 next 552 of size 62390272
  721. 2019-10-11 20:22:29.931997: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013B7181900 next 570 of size 62652416
  722. 2019-10-11 20:22:29.934979: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013BAD41900 next 603 of size 62390272
  723. 2019-10-11 20:22:29.937955: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013BE8C1900 next 670 of size 62390272
  724. 2019-10-11 20:22:29.942003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013C2441900 next 521 of size 62390272
  725. 2019-10-11 20:22:29.945269: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 00000013C5FC1900 next 605 of size 62390272
  726. 2019-10-11 20:22:29.950050: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013C9B41900 next 572 of size 62390272
  727. 2019-10-11 20:22:29.953388: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013CD6C1900 next 531 of size 62390272
  728. 2019-10-11 20:22:29.956306: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013D1241900 next 454 of size 62390272
  729. 2019-10-11 20:22:29.960448: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013D4DC1900 next 497 of size 124780544
  730. 2019-10-11 20:22:29.963632: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013DC4C1900 next 619 of size 124780544
  731. 2019-10-11 20:22:29.967812: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013E3BC1900 next 518 of size 124780544
  732. 2019-10-11 20:22:29.970876: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013EB2C1900 next 455 of size 124780544
  733. 2019-10-11 20:22:29.974106: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013F29C1900 next 616 of size 124780544
  734. 2019-10-11 20:22:29.978002: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013FA0C1900 next 513 of size 124780544
  735. 2019-10-11 20:22:29.981367: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014017C1900 next 466 of size 124780544
  736. 2019-10-11 20:22:29.984562: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001408EC1900 next 657 of size 124780544
  737. 2019-10-11 20:22:29.988556: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014105C1900 next 584 of size 124780544
  738. 2019-10-11 20:22:29.991937: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001417CC1900 next 646 of size 124780544
  739. 2019-10-11 20:22:29.996000: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000141F3C1900 next 425 of size 124780544
  740. 2019-10-11 20:22:29.999174: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001426AC1900 next 476 of size 124780544
  741. 2019-10-11 20:22:30.002275: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000142E1C1900 next 636 of size 124780544
  742. 2019-10-11 20:22:30.008449: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014358C1900 next 505 of size 124780544
  743. 2019-10-11 20:22:30.018148: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000143CFC1900 next 596 of size 124780544
  744. 2019-10-11 20:22:30.025051: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014446C1900 next 539 of size 124780544
  745. 2019-10-11 20:22:30.030247: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000144BDC1900 next 415 of size 124780544
  746. 2019-10-11 20:22:30.036777: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014534C1900 next 504 of size 124780544
  747. 2019-10-11 20:22:30.040589: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000145ABC1900 next 593 of size 124780544
  748. 2019-10-11 20:22:30.044947: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014622C1900 next 632 of size 124780544
  749. 2019-10-11 20:22:30.048220: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014699C1900 next 567 of size 124780544
  750. 2019-10-11 20:22:30.051727: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 00000014710C1900 next 411 of size 124780544
  751. 2019-10-11 20:22:30.054932: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014787C1900 next 622 of size 124780544
  752. 2019-10-11 20:22:30.058323: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000147FEC1900 next 600 of size 124780544
  753. 2019-10-11 20:22:30.061965: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014875C1900 next 663 of size 124780544
  754. 2019-10-11 20:22:30.064928: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000148ECC1900 next 668 of size 124902400
  755. 2019-10-11 20:22:30.068143: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014963DF500 next 483 of size 124902400
  756. 2019-10-11 20:22:30.071944: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000149DAFD100 next 575 of size 124902400
  757. 2019-10-11 20:22:30.075172: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014A521AD00 next 440 of size 124902400
  758. 2019-10-11 20:22:30.079609: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014AC938900 next 653 of size 124902400
  759. 2019-10-11 20:22:30.082743: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014B4056500 next 610 of size 124902400
  760. 2019-10-11 20:22:30.086111: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014BB774100 next 560 of size 124902400
  761. 2019-10-11 20:22:30.090349: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014C2E91D00 next 501 of size 124902400
  762. 2019-10-11 20:22:30.093570: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014CA5AF900 next 490 of size 124902400
  763. 2019-10-11 20:22:30.096769: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014D1CCD500 next 527 of size 124902400
  764. 2019-10-11 20:22:30.100960: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014D93EB100 next 654 of size 124902400
  765. 2019-10-11 20:22:30.104161: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014E0B08D00 next 589 of size 124902400
  766. 2019-10-11 20:22:30.108275: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014E8226900 next 652 of size 124902400
  767. 2019-10-11 20:22:30.111605: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014EF944500 next 542 of size 124902400
  768. 2019-10-11 20:22:30.115068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014F7062100 next 458 of size 124902400
  769. 2019-10-11 20:22:30.119406: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014FE77FD00 next 550 of size 124902400
  770. 2019-10-11 20:22:30.122647: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001505E9D900 next 500 of size 124902400
  771. 2019-10-11 20:22:30.127000: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000150D5BB500 next 499 of size 124902400
  772. 2019-10-11 20:22:30.130149: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001514CD9100 next 613 of size 124902400
  773. 2019-10-11 20:22:30.133399: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000151C3F6D00 next 496 of size 124902400
  774. 2019-10-11 20:22:30.137573: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001523B14900 next 18446744073709551615 of size 181850880
  775. 2019-10-11 20:22:30.141401: I tensorflow/core/common_runtime/bfc_allocator.cc:809] Summary of in-use Chunks by size:
  776. 2019-10-11 20:22:30.144986: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 111 Chunks of size 256 totalling 27.8KiB
  777. 2019-10-11 20:22:30.147740: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 1280 totalling 1.3KiB
  778. 2019-10-11 20:22:30.150253: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 147 Chunks of size 2048 totalling 294.0KiB
  779. 2019-10-11 20:22:30.154041: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 73 Chunks of size 4096 totalling 292.0KiB
  780. 2019-10-11 20:22:30.157029: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 52 Chunks of size 4352 totalling 221.0KiB
  781. 2019-10-11 20:22:30.160011: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 8 Chunks of size 8192 totalling 64.0KiB
  782. 2019-10-11 20:22:30.164172: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 9 Chunks of size 30464 totalling 267.8KiB
  783. 2019-10-11 20:22:30.167223: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 59392 totalling 58.0KiB
  784. 2019-10-11 20:22:30.171225: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 10 Chunks of size 60928 totalling 595.0KiB
  785. 2019-10-11 20:22:30.174553: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 26 Chunks of size 121856 totalling 3.02MiB
  786. 2019-10-11 20:22:30.177619: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 122368 totalling 119.5KiB
  787. 2019-10-11 20:22:30.181339: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 152064 totalling 148.5KiB
  788. 2019-10-11 20:22:30.183972: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 163840 totalling 640.0KiB
  789. 2019-10-11 20:22:30.186559: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 2097152 totalling 8.00MiB
  790. 2019-10-11 20:22:30.189882: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 2437120 totalling 2.32MiB
  791. 2019-10-11 20:22:30.192573: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 8 Chunks of size 3145728 totalling 24.00MiB
  792. 2019-10-11 20:22:30.195396: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 4198400 totalling 16.02MiB
  793. 2019-10-11 20:22:30.199597: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 12 Chunks of size 4202752 totalling 48.10MiB
  794. 2019-10-11 20:22:30.202373: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 24 Chunks of size 6291456 totalling 144.00MiB
  795. 2019-10-11 20:22:30.205656: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 22 Chunks of size 15597568 totalling 327.25MiB
  796. 2019-10-11 20:22:30.209493: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 16121856 totalling 30.75MiB
  797. 2019-10-11 20:22:30.212492: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 8 Chunks of size 25165824 totalling 192.00MiB
  798. 2019-10-11 20:22:30.215562: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 31195136 totalling 624.75MiB
  799. 2019-10-11 20:22:30.219496: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 31326208 totalling 29.88MiB
  800. 2019-10-11 20:22:30.222344: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 31653888 totalling 60.38MiB
  801. 2019-10-11 20:22:30.225467: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 62390272 totalling 1.22GiB
  802. 2019-10-11 20:22:30.229191: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 62652416 totalling 59.75MiB
  803. 2019-10-11 20:22:30.232422: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 62914560 totalling 120.00MiB
  804. 2019-10-11 20:22:30.237109: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 24 Chunks of size 124780544 totalling 2.79GiB
  805. 2019-10-11 20:22:30.240457: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 124902400 totalling 2.44GiB
  806. 2019-10-11 20:22:30.243652: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 181850880 totalling 173.43MiB
  807. 2019-10-11 20:22:30.248054: I tensorflow/core/common_runtime/bfc_allocator.cc:816] Sum Total of in-use chunks: 8.27GiB
  808. 2019-10-11 20:22:30.250973: I tensorflow/core/common_runtime/bfc_allocator.cc:818] total_region_allocated_bytes_: 9116851200 memory_limit_: 9116851241 available bytes: 41 curr_region_allocation_bytes_: 18233702912
  809. 2019-10-11 20:22:30.257091: I tensorflow/core/common_runtime/bfc_allocator.cc:824] Stats:
  810. Limit: 9116851241
  811. InUse: 8884835840
  812. MaxInUse: 8884838912
  813. NumAllocs: 142178
  814. MaxAllocSize: 1470791680
  815.  
  816. 2019-10-11 20:22:30.266147: W tensorflow/core/common_runtime/bfc_allocator.cc:319] ****************************************************************************************************
  817. 2019-10-11 20:22:30.270813: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at cwise_ops_common.h:245 : Resource exhausted: OOM when allocating tensor with shape[32,952,1025] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
  818. 2019-10-11 20:22:40.280575: W tensorflow/core/common_runtime/bfc_allocator.cc:314] Allocator (GPU_0_bfc) ran out of memory trying to allocate 119.12MiB (rounded to 124902400). Current allocation summary follows.
  819. 2019-10-11 20:22:40.285825: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (256): Total Chunks: 113, Chunks in use: 111. 28.3KiB allocated for chunks. 27.8KiB in use in bin. 444B client-requested in use in bin.
  820. 2019-10-11 20:22:40.291991: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (512): Total Chunks: 1, Chunks in use: 0. 512B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  821. 2019-10-11 20:22:40.297231: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1024): Total Chunks: 2, Chunks in use: 1. 2.3KiB allocated for chunks. 1.3KiB in use in bin. 1.0KiB client-requested in use in bin.
  822. 2019-10-11 20:22:40.311243: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2048): Total Chunks: 147, Chunks in use: 147. 294.0KiB allocated for chunks. 294.0KiB in use in bin. 294.0KiB client-requested in use in bin.
  823. 2019-10-11 20:22:40.319296: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4096): Total Chunks: 125, Chunks in use: 125. 513.0KiB allocated for chunks. 513.0KiB in use in bin. 500.2KiB client-requested in use in bin.
  824. 2019-10-11 20:22:40.335287: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8192): Total Chunks: 8, Chunks in use: 8. 64.0KiB allocated for chunks. 64.0KiB in use in bin. 64.0KiB client-requested in use in bin.
  825. 2019-10-11 20:22:40.347606: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16384): Total Chunks: 9, Chunks in use: 9. 267.8KiB allocated for chunks. 267.8KiB in use in bin. 267.8KiB client-requested in use in bin.
  826. 2019-10-11 20:22:40.357694: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (32768): Total Chunks: 11, Chunks in use: 11. 653.0KiB allocated for chunks. 653.0KiB in use in bin. 624.8KiB client-requested in use in bin.
  827. 2019-10-11 20:22:40.365605: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (65536): Total Chunks: 28, Chunks in use: 27. 3.25MiB allocated for chunks. 3.14MiB in use in bin. 3.14MiB client-requested in use in bin.
  828. 2019-10-11 20:22:40.372576: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (131072): Total Chunks: 5, Chunks in use: 5. 788.5KiB allocated for chunks. 788.5KiB in use in bin. 759.0KiB client-requested in use in bin.
  829. 2019-10-11 20:22:40.378206: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (262144): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  830. 2019-10-11 20:22:40.384131: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (524288): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  831. 2019-10-11 20:22:40.390178: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1048576): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  832. 2019-10-11 20:22:40.395423: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2097152): Total Chunks: 13, Chunks in use: 13. 34.32MiB allocated for chunks. 34.32MiB in use in bin. 34.32MiB client-requested in use in bin.
  833. 2019-10-11 20:22:40.401864: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4194304): Total Chunks: 40, Chunks in use: 40. 208.11MiB allocated for chunks. 208.11MiB in use in bin. 208.11MiB client-requested in use in bin.
  834. 2019-10-11 20:22:40.408307: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8388608): Total Chunks: 25, Chunks in use: 24. 370.90MiB allocated for chunks. 358.00MiB in use in bin. 357.50MiB client-requested in use in bin.
  835. 2019-10-11 20:22:40.413734: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16777216): Total Chunks: 33, Chunks in use: 32. 936.75MiB allocated for chunks. 907.00MiB in use in bin. 906.44MiB client-requested in use in bin.
  836. 2019-10-11 20:22:40.421091: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (33554432): Total Chunks: 25, Chunks in use: 25. 1.45GiB allocated for chunks. 1.45GiB in use in bin. 1.42GiB client-requested in use in bin.
  837. 2019-10-11 20:22:40.427863: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (67108864): Total Chunks: 46, Chunks in use: 45. 5.35GiB allocated for chunks. 5.23GiB in use in bin. 5.23GiB client-requested in use in bin.
  838. 2019-10-11 20:22:40.433436: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (134217728): Total Chunks: 1, Chunks in use: 1. 173.43MiB allocated for chunks. 173.43MiB in use in bin. 119.12MiB client-requested in use in bin.
  839. 2019-10-11 20:22:40.440082: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (268435456): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  840. 2019-10-11 20:22:40.446150: I tensorflow/core/common_runtime/bfc_allocator.cc:780] Bin for 119.12MiB was 64.00MiB, Chunk State:
  841. 2019-10-11 20:22:40.449388: I tensorflow/core/common_runtime/bfc_allocator.cc:786] Size: 119.00MiB | Requested Size: 119.00MiB | in_use: 0 | bin_num: 18, prev: Size: 119.00MiB | Requested Size: 119.00MiB | in_use: 1 | bin_num: -1, next: Size: 119.00MiB | Requested Size: 119.00MiB | in_use: 1 | bin_num: -1
  842. 2019-10-11 20:22:40.457498: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 9116851200
  843. 2019-10-11 20:22:40.460265: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200000 next 1 of size 256
  844. 2019-10-11 20:22:40.464445: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200100 next 2 of size 256
  845. 2019-10-11 20:22:40.467556: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200200 next 3 of size 256
  846. 2019-10-11 20:22:40.470775: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200300 next 4 of size 6291456
  847. 2019-10-11 20:22:40.475542: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F800300 next 5 of size 4096
  848. 2019-10-11 20:22:40.478783: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F801300 next 6 of size 2048
  849. 2019-10-11 20:22:40.482997: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F801B00 next 7 of size 2048
  850. 2019-10-11 20:22:40.485743: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F802300 next 8 of size 2048
  851. 2019-10-11 20:22:40.488875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F802B00 next 9 of size 2048
  852. 2019-10-11 20:22:40.492654: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F803300 next 10 of size 2048
  853. 2019-10-11 20:22:40.496099: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F803B00 next 11 of size 2048
  854. 2019-10-11 20:22:40.499943: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F804300 next 12 of size 256
  855. 2019-10-11 20:22:40.503387: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F804400 next 13 of size 6291456
  856. 2019-10-11 20:22:40.506926: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE04400 next 14 of size 4096
  857. 2019-10-11 20:22:40.511166: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE05400 next 15 of size 2048
  858. 2019-10-11 20:22:40.514408: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE05C00 next 16 of size 2048
  859. 2019-10-11 20:22:40.518354: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE06400 next 17 of size 2048
  860. 2019-10-11 20:22:40.521127: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE06C00 next 18 of size 2048
  861. 2019-10-11 20:22:40.524410: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE07400 next 19 of size 2048
  862. 2019-10-11 20:22:40.528148: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE07C00 next 20 of size 2048
  863. 2019-10-11 20:22:40.531273: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE08400 next 21 of size 256
  864. 2019-10-11 20:22:40.534352: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE08500 next 22 of size 6291456
  865. 2019-10-11 20:22:40.538628: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310408500 next 23 of size 4096
  866. 2019-10-11 20:22:40.542117: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310409500 next 24 of size 2048
  867. 2019-10-11 20:22:40.546756: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310409D00 next 25 of size 2048
  868. 2019-10-11 20:22:40.549983: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040A500 next 26 of size 2048
  869. 2019-10-11 20:22:40.553663: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040AD00 next 27 of size 2048
  870. 2019-10-11 20:22:40.557838: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040B500 next 28 of size 2048
  871. 2019-10-11 20:22:40.561050: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040BD00 next 29 of size 2048
  872. 2019-10-11 20:22:40.565052: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040C500 next 30 of size 256
  873. 2019-10-11 20:22:40.568066: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040C600 next 31 of size 6291456
  874. 2019-10-11 20:22:40.570976: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0C600 next 32 of size 4096
  875. 2019-10-11 20:22:40.574746: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0D600 next 33 of size 2048
  876. 2019-10-11 20:22:40.578921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0DE00 next 34 of size 2048
  877. 2019-10-11 20:22:40.583194: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0E600 next 35 of size 2048
  878. 2019-10-11 20:22:40.586336: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0EE00 next 36 of size 2048
  879. 2019-10-11 20:22:40.589602: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0F600 next 37 of size 2048
  880. 2019-10-11 20:22:40.593829: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0FE00 next 38 of size 2048
  881. 2019-10-11 20:22:40.597053: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A10600 next 39 of size 256
  882. 2019-10-11 20:22:40.600372: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A10700 next 40 of size 6291456
  883. 2019-10-11 20:22:40.603378: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311010700 next 41 of size 4096
  884. 2019-10-11 20:22:40.606232: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311011700 next 42 of size 2048
  885. 2019-10-11 20:22:40.611111: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311011F00 next 43 of size 2048
  886. 2019-10-11 20:22:40.615441: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311012700 next 44 of size 2048
  887. 2019-10-11 20:22:40.620233: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311012F00 next 45 of size 2048
  888. 2019-10-11 20:22:40.623622: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311013700 next 46 of size 2048
  889. 2019-10-11 20:22:40.634030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311013F00 next 47 of size 2048
  890. 2019-10-11 20:22:40.643813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311014700 next 48 of size 256
  891. 2019-10-11 20:22:40.653370: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311014800 next 49 of size 6291456
  892. 2019-10-11 20:22:40.662431: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311614800 next 50 of size 4096
  893. 2019-10-11 20:22:40.669208: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311615800 next 51 of size 2048
  894. 2019-10-11 20:22:40.675628: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311616000 next 52 of size 2048
  895. 2019-10-11 20:22:40.679811: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311616800 next 53 of size 2048
  896. 2019-10-11 20:22:40.683214: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311617000 next 54 of size 2048
  897. 2019-10-11 20:22:40.687153: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311617800 next 55 of size 2048
  898. 2019-10-11 20:22:40.690478: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311618000 next 56 of size 2048
  899. 2019-10-11 20:22:40.694401: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311618800 next 57 of size 256
  900. 2019-10-11 20:22:40.697755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311618900 next 58 of size 25165824
  901. 2019-10-11 20:22:40.701042: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E18900 next 59 of size 8192
  902. 2019-10-11 20:22:40.705714: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1A900 next 60 of size 4096
  903. 2019-10-11 20:22:40.708972: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1B900 next 61 of size 4096
  904. 2019-10-11 20:22:40.713768: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1C900 next 62 of size 4096
  905. 2019-10-11 20:22:40.716927: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1D900 next 63 of size 4096
  906. 2019-10-11 20:22:40.720166: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1E900 next 64 of size 4096
  907. 2019-10-11 20:22:40.724254: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1F900 next 65 of size 4096
  908. 2019-10-11 20:22:40.727756: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E20900 next 66 of size 256
  909. 2019-10-11 20:22:40.731892: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E20A00 next 67 of size 25165824
  910. 2019-10-11 20:22:40.735256: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314620A00 next 68 of size 8192
  911. 2019-10-11 20:22:40.738728: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314622A00 next 69 of size 4096
  912. 2019-10-11 20:22:40.743101: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314623A00 next 70 of size 4096
  913. 2019-10-11 20:22:40.746190: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314624A00 next 71 of size 4096
  914. 2019-10-11 20:22:40.750197: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314625A00 next 72 of size 4096
  915. 2019-10-11 20:22:40.753668: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314626A00 next 73 of size 4096
  916. 2019-10-11 20:22:40.756810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314627A00 next 74 of size 4096
  917. 2019-10-11 20:22:40.760611: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314628A00 next 75 of size 2048
  918. 2019-10-11 20:22:40.763794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314629200 next 76 of size 2048
  919. 2019-10-11 20:22:40.767037: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314629A00 next 77 of size 2048
  920. 2019-10-11 20:22:40.771289: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131462A200 next 78 of size 256
  921. 2019-10-11 20:22:40.774509: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131462A300 next 79 of size 3145728
  922. 2019-10-11 20:22:40.778565: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492A300 next 80 of size 2048
  923. 2019-10-11 20:22:40.781755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492AB00 next 81 of size 2048
  924. 2019-10-11 20:22:40.785011: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492B300 next 82 of size 2048
  925. 2019-10-11 20:22:40.789166: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492BB00 next 83 of size 2048
  926. 2019-10-11 20:22:40.792428: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492C300 next 84 of size 256
  927. 2019-10-11 20:22:40.796660: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492C400 next 85 of size 3145728
  928. 2019-10-11 20:22:40.800385: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2C400 next 86 of size 2048
  929. 2019-10-11 20:22:40.803713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2CC00 next 87 of size 4352
  930. 2019-10-11 20:22:40.807854: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2DD00 next 88 of size 4352
  931. 2019-10-11 20:22:40.811044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2EE00 next 89 of size 4352
  932. 2019-10-11 20:22:40.815054: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2FF00 next 90 of size 256
  933. 2019-10-11 20:22:40.818346: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C30000 next 91 of size 4202752
  934. 2019-10-11 20:22:40.821810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315032100 next 92 of size 4352
  935. 2019-10-11 20:22:40.825905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315033200 next 93 of size 4352
  936. 2019-10-11 20:22:40.829272: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315034300 next 94 of size 4352
  937. 2019-10-11 20:22:40.833859: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315035400 next 95 of size 4352
  938. 2019-10-11 20:22:40.837220: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315036500 next 96 of size 256
  939. 2019-10-11 20:22:40.840357: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315036600 next 97 of size 4202752
  940. 2019-10-11 20:22:40.844022: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315438700 next 98 of size 4352
  941. 2019-10-11 20:22:40.846907: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315439800 next 99 of size 4352
  942. 2019-10-11 20:22:40.849619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543A900 next 100 of size 4352
  943. 2019-10-11 20:22:40.853263: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543BA00 next 101 of size 4352
  944. 2019-10-11 20:22:40.856206: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543CB00 next 102 of size 256
  945. 2019-10-11 20:22:40.860493: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543CC00 next 103 of size 4202752
  946. 2019-10-11 20:22:40.864342: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131583ED00 next 104 of size 4352
  947. 2019-10-11 20:22:40.867961: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131583FE00 next 105 of size 4352
  948. 2019-10-11 20:22:40.871833: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315840F00 next 106 of size 4352
  949. 2019-10-11 20:22:40.875149: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315842000 next 107 of size 4352
  950. 2019-10-11 20:22:40.878672: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315843100 next 108 of size 256
  951. 2019-10-11 20:22:40.882709: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315843200 next 109 of size 4198400
  952. 2019-10-11 20:22:40.885812: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C44200 next 110 of size 4352
  953. 2019-10-11 20:22:40.890004: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C45300 next 111 of size 4096
  954. 2019-10-11 20:22:40.892996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C46300 next 112 of size 4096
  955. 2019-10-11 20:22:40.896411: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C47300 next 113 of size 4096
  956. 2019-10-11 20:22:40.900348: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C48300 next 114 of size 256
  957. 2019-10-11 20:22:40.903269: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C48400 next 115 of size 2097152
  958. 2019-10-11 20:22:40.907430: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E48400 next 116 of size 4096
  959. 2019-10-11 20:22:40.910421: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E49400 next 117 of size 2048
  960. 2019-10-11 20:22:40.913240: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E49C00 next 118 of size 2048
  961. 2019-10-11 20:22:40.916908: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E4A400 next 119 of size 2048
  962. 2019-10-11 20:22:40.920040: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E4AC00 next 120 of size 256
  963. 2019-10-11 20:22:40.923044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E4AD00 next 121 of size 163840
  964. 2019-10-11 20:22:40.927280: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E72D00 next 122 of size 2048
  965. 2019-10-11 20:22:40.930878: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E73500 next 123 of size 1280
  966. 2019-10-11 20:22:40.934883: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E73A00 next 124 of size 6291456
  967. 2019-10-11 20:22:40.938116: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001316473A00 next 125 of size 2048
  968. 2019-10-11 20:22:40.943703: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001316474200 next 126 of size 25165824
  969. 2019-10-11 20:22:40.953054: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001317C74200 next 127 of size 2048
  970. 2019-10-11 20:22:40.959751: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001317C74A00 next 128 of size 25165824
  971. 2019-10-11 20:22:40.968310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319474A00 next 129 of size 4096
  972. 2019-10-11 20:22:40.973397: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319475A00 next 130 of size 2048
  973. 2019-10-11 20:22:40.978380: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319476200 next 131 of size 4096
  974. 2019-10-11 20:22:40.982882: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319477200 next 132 of size 8192
  975. 2019-10-11 20:22:40.986148: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319479200 next 133 of size 4096
  976. 2019-10-11 20:22:40.990489: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947A200 next 134 of size 4096
  977. 2019-10-11 20:22:40.993583: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947B200 next 135 of size 2048
  978. 2019-10-11 20:22:40.996510: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947BA00 next 136 of size 2048
  979. 2019-10-11 20:22:41.000594: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947C200 next 137 of size 25165824
  980. 2019-10-11 20:22:41.003919: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC7C200 next 138 of size 8192
  981. 2019-10-11 20:22:41.007149: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC7E200 next 139 of size 4096
  982. 2019-10-11 20:22:41.011090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC7F200 next 140 of size 8192
  983. 2019-10-11 20:22:41.014298: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC81200 next 141 of size 4096
  984. 2019-10-11 20:22:41.018278: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC82200 next 142 of size 4096
  985. 2019-10-11 20:22:41.021510: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC83200 next 143 of size 25165824
  986. 2019-10-11 20:22:41.025055: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131C483200 next 144 of size 6291456
  987. 2019-10-11 20:22:41.029238: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CA83200 next 145 of size 2048
  988. 2019-10-11 20:22:41.032647: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CA83A00 next 146 of size 2048
  989. 2019-10-11 20:22:41.036611: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CA84200 next 147 of size 3145728
  990. 2019-10-11 20:22:41.039911: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD84200 next 148 of size 4096
  991. 2019-10-11 20:22:41.043003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD85200 next 149 of size 4096
  992. 2019-10-11 20:22:41.046726: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD86200 next 150 of size 4096
  993. 2019-10-11 20:22:41.049922: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD87200 next 151 of size 6291456
  994. 2019-10-11 20:22:41.053529: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D387200 next 152 of size 2048
  995. 2019-10-11 20:22:41.056469: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D387A00 next 153 of size 2048
  996. 2019-10-11 20:22:41.059172: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D388200 next 154 of size 4096
  997. 2019-10-11 20:22:41.063055: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D389200 next 155 of size 4096
  998. 2019-10-11 20:22:41.066296: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38A200 next 156 of size 4096
  999. 2019-10-11 20:22:41.069308: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38B200 next 157 of size 4096
  1000. 2019-10-11 20:22:41.072940: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38C200 next 158 of size 4096
  1001. 2019-10-11 20:22:41.075970: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38D200 next 159 of size 2048
  1002. 2019-10-11 20:22:41.079056: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38DA00 next 160 of size 2048
  1003. 2019-10-11 20:22:41.083135: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38E200 next 161 of size 2048
  1004. 2019-10-11 20:22:41.086344: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38EA00 next 162 of size 25165824
  1005. 2019-10-11 20:22:41.090325: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB8EA00 next 163 of size 4096
  1006. 2019-10-11 20:22:41.093506: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB8FA00 next 164 of size 4096
  1007. 2019-10-11 20:22:41.096221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB90A00 next 165 of size 2048
  1008. 2019-10-11 20:22:41.099610: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB91200 next 166 of size 2048
  1009. 2019-10-11 20:22:41.102382: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB91A00 next 167 of size 4202752
  1010. 2019-10-11 20:22:41.105128: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EF93B00 next 168 of size 25165824
  1011. 2019-10-11 20:22:41.108943: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320793B00 next 169 of size 4096
  1012. 2019-10-11 20:22:41.112215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320794B00 next 170 of size 4096
  1013. 2019-10-11 20:22:41.115291: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320795B00 next 171 of size 4096
  1014. 2019-10-11 20:22:41.119045: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320796B00 next 172 of size 3145728
  1015. 2019-10-11 20:22:41.122449: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320A96B00 next 173 of size 2048
  1016. 2019-10-11 20:22:41.126000: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320A97300 next 174 of size 4352
  1017. 2019-10-11 20:22:41.128784: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320A98400 next 175 of size 4202752
  1018. 2019-10-11 20:22:41.131742: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320E9A500 next 176 of size 8192
  1019. 2019-10-11 20:22:41.135418: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320E9C500 next 177 of size 8192
  1020. 2019-10-11 20:22:41.138290: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320E9E500 next 178 of size 8192
  1021. 2019-10-11 20:22:41.141477: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA0500 next 179 of size 4096
  1022. 2019-10-11 20:22:41.145703: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA1500 next 180 of size 2048
  1023. 2019-10-11 20:22:41.149111: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA1D00 next 181 of size 2048
  1024. 2019-10-11 20:22:41.153447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA2500 next 182 of size 4352
  1025. 2019-10-11 20:22:41.156861: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA3600 next 183 of size 4352
  1026. 2019-10-11 20:22:41.159879: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA4700 next 184 of size 4202752
  1027. 2019-10-11 20:22:41.163807: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A6800 next 185 of size 4096
  1028. 2019-10-11 20:22:41.166941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A7800 next 186 of size 4096
  1029. 2019-10-11 20:22:41.171076: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A8800 next 187 of size 2048
  1030. 2019-10-11 20:22:41.174248: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A9000 next 188 of size 3145728
  1031. 2019-10-11 20:22:41.177462: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215A9000 next 189 of size 2048
  1032. 2019-10-11 20:22:41.181438: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215A9800 next 190 of size 4352
  1033. 2019-10-11 20:22:41.184849: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215AA900 next 191 of size 4352
  1034. 2019-10-11 20:22:41.188836: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215ABA00 next 192 of size 4352
  1035. 2019-10-11 20:22:41.191707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215ACB00 next 193 of size 4352
  1036. 2019-10-11 20:22:41.194978: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215ADC00 next 194 of size 4096
  1037. 2019-10-11 20:22:41.198789: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215AEC00 next 195 of size 4096
  1038. 2019-10-11 20:22:41.201973: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215AFC00 next 196 of size 2048
  1039. 2019-10-11 20:22:41.205138: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215B0400 next 197 of size 3145728
  1040. 2019-10-11 20:22:41.208983: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013218B0400 next 198 of size 2048
  1041. 2019-10-11 20:22:41.212211: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013218B0C00 next 199 of size 2048
  1042. 2019-10-11 20:22:41.215980: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013218B1400 next 200 of size 3145728
  1043. 2019-10-11 20:22:41.218801: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB1400 next 201 of size 4352
  1044. 2019-10-11 20:22:41.221613: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB2500 next 202 of size 4352
  1045. 2019-10-11 20:22:41.225658: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB3600 next 203 of size 4352
  1046. 2019-10-11 20:22:41.229159: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB4700 next 204 of size 4198400
  1047. 2019-10-11 20:22:41.232017: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB5700 next 205 of size 4096
  1048. 2019-10-11 20:22:41.235636: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB6700 next 206 of size 2048
  1049. 2019-10-11 20:22:41.238393: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB6F00 next 207 of size 2048
  1050. 2019-10-11 20:22:41.241560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB7700 next 208 of size 2048
  1051. 2019-10-11 20:22:41.245619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB7F00 next 209 of size 2048
  1052. 2019-10-11 20:22:41.248598: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB8700 next 210 of size 3145728
  1053. 2019-10-11 20:22:41.252913: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013222B8700 next 211 of size 4352
  1054. 2019-10-11 20:22:41.259819: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013222B9800 next 212 of size 4202752
  1055. 2019-10-11 20:22:41.268793: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013226BB900 next 213 of size 4352
  1056. 2019-10-11 20:22:41.277619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013226BCA00 next 214 of size 4352
  1057. 2019-10-11 20:22:41.282537: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013226BDB00 next 215 of size 4202752
  1058. 2019-10-11 20:22:41.287337: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ABFC00 next 216 of size 4352
  1059. 2019-10-11 20:22:41.292517: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC0D00 next 217 of size 4352
  1060. 2019-10-11 20:22:41.296062: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC1E00 next 218 of size 4096
  1061. 2019-10-11 20:22:41.299875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC2E00 next 219 of size 2048
  1062. 2019-10-11 20:22:41.302895: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC3600 next 220 of size 2048
  1063. 2019-10-11 20:22:41.306108: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC3E00 next 221 of size 2048
  1064. 2019-10-11 20:22:41.310573: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC4600 next 222 of size 4352
  1065. 2019-10-11 20:22:41.313807: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC5700 next 223 of size 4352
  1066. 2019-10-11 20:22:41.317788: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC6800 next 224 of size 4352
  1067. 2019-10-11 20:22:41.321004: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC7900 next 225 of size 4202752
  1068. 2019-10-11 20:22:41.324411: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322EC9A00 next 226 of size 4352
  1069. 2019-10-11 20:22:41.328409: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECAB00 next 227 of size 4352
  1070. 2019-10-11 20:22:41.331874: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECBC00 next 228 of size 4352
  1071. 2019-10-11 20:22:41.335941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECCD00 next 229 of size 2048
  1072. 2019-10-11 20:22:41.339449: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECD500 next 230 of size 6291456
  1073. 2019-10-11 20:22:41.342679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013234CD500 next 231 of size 6291456
  1074. 2019-10-11 20:22:41.346707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACD500 next 232 of size 4096
  1075. 2019-10-11 20:22:41.350193: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACE500 next 233 of size 2048
  1076. 2019-10-11 20:22:41.355100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACED00 next 234 of size 4096
  1077. 2019-10-11 20:22:41.358244: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACFD00 next 235 of size 2048
  1078. 2019-10-11 20:22:41.361291: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323AD0500 next 236 of size 2048
  1079. 2019-10-11 20:22:41.365470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323AD0D00 next 237 of size 256
  1080. 2019-10-11 20:22:41.368493: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323AD0E00 next 238 of size 6291456
  1081. 2019-10-11 20:22:41.371691: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013240D0E00 next 239 of size 2048
  1082. 2019-10-11 20:22:41.376011: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013240D1600 next 240 of size 6291456
  1083. 2019-10-11 20:22:41.380064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013246D1600 next 241 of size 6291456
  1084. 2019-10-11 20:22:41.383970: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD1600 next 242 of size 2048
  1085. 2019-10-11 20:22:41.386976: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD1E00 next 243 of size 2048
  1086. 2019-10-11 20:22:41.390123: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD2600 next 244 of size 4096
  1087. 2019-10-11 20:22:41.394108: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD3600 next 245 of size 2048
  1088. 2019-10-11 20:22:41.397260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD3E00 next 246 of size 6291456
  1089. 2019-10-11 20:22:41.401640: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D3E00 next 247 of size 2048
  1090. 2019-10-11 20:22:41.404873: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D4600 next 248 of size 2048
  1091. 2019-10-11 20:22:41.408525: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D4E00 next 249 of size 2048
  1092. 2019-10-11 20:22:41.412558: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D5600 next 250 of size 2048
  1093. 2019-10-11 20:22:41.415307: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D5E00 next 251 of size 256
  1094. 2019-10-11 20:22:41.417978: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D5F00 next 252 of size 4096
  1095. 2019-10-11 20:22:41.421780: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D6F00 next 253 of size 2048
  1096. 2019-10-11 20:22:41.424640: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D7700 next 254 of size 2048
  1097. 2019-10-11 20:22:41.428712: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D7F00 next 255 of size 2048
  1098. 2019-10-11 20:22:41.432109: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D8700 next 256 of size 2048
  1099. 2019-10-11 20:22:41.435376: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D8F00 next 257 of size 2048
  1100. 2019-10-11 20:22:41.439778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D9700 next 258 of size 4096
  1101. 2019-10-11 20:22:41.442961: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DA700 next 259 of size 2048
  1102. 2019-10-11 20:22:41.446237: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DAF00 next 260 of size 2048
  1103. 2019-10-11 20:22:41.450351: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DB700 next 261 of size 2048
  1104. 2019-10-11 20:22:41.453387: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DBF00 next 262 of size 6291456
  1105. 2019-10-11 20:22:41.456428: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DBF00 next 263 of size 2048
  1106. 2019-10-11 20:22:41.461568: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DC700 next 264 of size 2048
  1107. 2019-10-11 20:22:41.465274: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DCF00 next 265 of size 2048
  1108. 2019-10-11 20:22:41.470111: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DD700 next 266 of size 2048
  1109. 2019-10-11 20:22:41.473580: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DDF00 next 267 of size 2048
  1110. 2019-10-11 20:22:41.477378: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DE700 next 268 of size 2048
  1111. 2019-10-11 20:22:41.480119: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DEF00 next 269 of size 6291456
  1112. 2019-10-11 20:22:41.482853: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EDEF00 next 270 of size 2048
  1113. 2019-10-11 20:22:41.486227: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EDF700 next 271 of size 2048
  1114. 2019-10-11 20:22:41.489093: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EDFF00 next 272 of size 2048
  1115. 2019-10-11 20:22:41.492605: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE0700 next 273 of size 2048
  1116. 2019-10-11 20:22:41.496594: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE0F00 next 274 of size 2048
  1117. 2019-10-11 20:22:41.500126: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE1700 next 275 of size 2048
  1118. 2019-10-11 20:22:41.505249: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE1F00 next 276 of size 4096
  1119. 2019-10-11 20:22:41.508547: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE2F00 next 277 of size 4096
  1120. 2019-10-11 20:22:41.512103: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE3F00 next 278 of size 2048
  1121. 2019-10-11 20:22:41.516337: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE4700 next 279 of size 2048
  1122. 2019-10-11 20:22:41.519615: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE4F00 next 280 of size 2048
  1123. 2019-10-11 20:22:41.523620: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE5700 next 281 of size 4096
  1124. 2019-10-11 20:22:41.526707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE6700 next 282 of size 2048
  1125. 2019-10-11 20:22:41.529901: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE6F00 next 283 of size 4096
  1126. 2019-10-11 20:22:41.534101: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE7F00 next 284 of size 2048
  1127. 2019-10-11 20:22:41.537416: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE8700 next 285 of size 2048
  1128. 2019-10-11 20:22:41.541207: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE8F00 next 286 of size 6291456
  1129. 2019-10-11 20:22:41.544229: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264E8F00 next 287 of size 2048
  1130. 2019-10-11 20:22:41.546952: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264E9700 next 288 of size 2048
  1131. 2019-10-11 20:22:41.550849: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264E9F00 next 289 of size 2048
  1132. 2019-10-11 20:22:41.554015: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264EA700 next 290 of size 6291456
  1133. 2019-10-11 20:22:41.557927: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEA700 next 291 of size 2048
  1134. 2019-10-11 20:22:41.561085: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEAF00 next 292 of size 2048
  1135. 2019-10-11 20:22:41.567931: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEB700 next 293 of size 2048
  1136. 2019-10-11 20:22:41.577820: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEBF00 next 294 of size 2048
  1137. 2019-10-11 20:22:41.584576: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEC700 next 295 of size 4096
  1138. 2019-10-11 20:22:41.592610: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AED700 next 296 of size 2048
  1139. 2019-10-11 20:22:41.599977: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEDF00 next 297 of size 2048
  1140. 2019-10-11 20:22:41.605825: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEE700 next 298 of size 2048
  1141. 2019-10-11 20:22:41.609349: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEEF00 next 299 of size 6291456
  1142. 2019-10-11 20:22:41.612666: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270EEF00 next 300 of size 2048
  1143. 2019-10-11 20:22:41.617559: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270EF700 next 301 of size 2048
  1144. 2019-10-11 20:22:41.622310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270EFF00 next 302 of size 2048
  1145. 2019-10-11 20:22:41.627717: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270F0700 next 303 of size 2048
  1146. 2019-10-11 20:22:41.632136: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270F0F00 next 304 of size 2048
  1147. 2019-10-11 20:22:41.636604: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270F1700 next 305 of size 6291456
  1148. 2019-10-11 20:22:41.640163: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013276F1700 next 306 of size 6291456
  1149. 2019-10-11 20:22:41.644207: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF1700 next 307 of size 2048
  1150. 2019-10-11 20:22:41.647521: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF1F00 next 308 of size 2048
  1151. 2019-10-11 20:22:41.650846: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF2700 next 309 of size 4352
  1152. 2019-10-11 20:22:41.655440: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF3800 next 310 of size 4198400
  1153. 2019-10-11 20:22:41.658677: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F4800 next 311 of size 2048
  1154. 2019-10-11 20:22:41.663236: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F5000 next 312 of size 2048
  1155. 2019-10-11 20:22:41.666392: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F5800 next 313 of size 2048
  1156. 2019-10-11 20:22:41.669519: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F6000 next 314 of size 4096
  1157. 2019-10-11 20:22:41.673552: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F7000 next 315 of size 2048
  1158. 2019-10-11 20:22:41.676780: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F7800 next 316 of size 2048
  1159. 2019-10-11 20:22:41.679889: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F8000 next 317 of size 6291456
  1160. 2019-10-11 20:22:41.684007: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013286F8000 next 318 of size 6291456
  1161. 2019-10-11 20:22:41.687116: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CF8000 next 319 of size 4096
  1162. 2019-10-11 20:22:41.691278: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CF9000 next 320 of size 4352
  1163. 2019-10-11 20:22:41.694740: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFA100 next 321 of size 4352
  1164. 2019-10-11 20:22:41.698291: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFB200 next 322 of size 4352
  1165. 2019-10-11 20:22:41.702403: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFC300 next 323 of size 4352
  1166. 2019-10-11 20:22:41.705674: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFD400 next 324 of size 4352
  1167. 2019-10-11 20:22:41.709794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFE500 next 325 of size 4202752
  1168. 2019-10-11 20:22:41.713132: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329100600 next 326 of size 2048
  1169. 2019-10-11 20:22:41.716280: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329100E00 next 327 of size 4096
  1170. 2019-10-11 20:22:41.720187: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329101E00 next 328 of size 4096
  1171. 2019-10-11 20:22:41.723545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329102E00 next 329 of size 4096
  1172. 2019-10-11 20:22:41.726810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329103E00 next 330 of size 4198400
  1173. 2019-10-11 20:22:41.731217: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329504E00 next 331 of size 4096
  1174. 2019-10-11 20:22:41.734743: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329505E00 next 332 of size 4096
  1175. 2019-10-11 20:22:41.738857: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329506E00 next 333 of size 4352
  1176. 2019-10-11 20:22:41.742203: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329507F00 next 334 of size 4352
  1177. 2019-10-11 20:22:41.745990: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329509000 next 335 of size 4352
  1178. 2019-10-11 20:22:41.749207: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132950A100 next 336 of size 4352
  1179. 2019-10-11 20:22:41.752358: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132950B200 next 337 of size 2097152
  1180. 2019-10-11 20:22:41.756962: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132970B200 next 338 of size 4096
  1181. 2019-10-11 20:22:41.760425: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132970C200 next 339 of size 2048
  1182. 2019-10-11 20:22:41.763224: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132970CA00 next 340 of size 163840
  1183. 2019-10-11 20:22:41.766874: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329734A00 next 341 of size 4202752
  1184. 2019-10-11 20:22:41.769945: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329B36B00 next 342 of size 4202752
  1185. 2019-10-11 20:22:41.773538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F38C00 next 343 of size 4352
  1186. 2019-10-11 20:22:41.776455: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F39D00 next 344 of size 4352
  1187. 2019-10-11 20:22:41.779616: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3AE00 next 345 of size 4096
  1188. 2019-10-11 20:22:41.783949: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3BE00 next 346 of size 4096
  1189. 2019-10-11 20:22:41.787368: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3CE00 next 347 of size 2048
  1190. 2019-10-11 20:22:41.791441: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3D600 next 348 of size 163840
  1191. 2019-10-11 20:22:41.794647: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F65600 next 349 of size 4352
  1192. 2019-10-11 20:22:41.797839: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F66700 next 350 of size 4352
  1193. 2019-10-11 20:22:41.801790: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F67800 next 351 of size 4352
  1194. 2019-10-11 20:22:41.804958: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F68900 next 352 of size 4096
  1195. 2019-10-11 20:22:41.808129: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F69900 next 353 of size 2048
  1196. 2019-10-11 20:22:41.812270: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6A100 next 354 of size 2048
  1197. 2019-10-11 20:22:41.815762: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6A900 next 355 of size 4096
  1198. 2019-10-11 20:22:41.820103: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6B900 next 356 of size 4096
  1199. 2019-10-11 20:22:41.823355: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6C900 next 357 of size 2097152
  1200. 2019-10-11 20:22:41.826889: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16C900 next 358 of size 2048
  1201. 2019-10-11 20:22:41.831169: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16D100 next 359 of size 2048
  1202. 2019-10-11 20:22:41.834544: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16D900 next 360 of size 4096
  1203. 2019-10-11 20:22:41.838580: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16E900 next 361 of size 2097152
  1204. 2019-10-11 20:22:41.841856: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A36E900 next 362 of size 2048
  1205. 2019-10-11 20:22:41.845047: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A36F100 next 363 of size 2048
  1206. 2019-10-11 20:22:41.849250: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A36F900 next 364 of size 163840
  1207. 2019-10-11 20:22:41.852253: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A397900 next 365 of size 2048
  1208. 2019-10-11 20:22:41.855659: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398100 next 366 of size 256
  1209. 2019-10-11 20:22:41.858880: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398200 next 367 of size 256
  1210. 2019-10-11 20:22:41.862044: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398300 next 368 of size 256
  1211. 2019-10-11 20:22:41.866233: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398400 next 369 of size 256
  1212. 2019-10-11 20:22:41.869465: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398500 next 370 of size 256
  1213. 2019-10-11 20:22:41.873413: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398600 next 371 of size 256
  1214. 2019-10-11 20:22:41.876842: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398700 next 372 of size 256
  1215. 2019-10-11 20:22:41.884724: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398800 next 373 of size 256
  1216. 2019-10-11 20:22:41.893574: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398900 next 374 of size 256
  1217. 2019-10-11 20:22:41.901367: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398A00 next 375 of size 256
  1218. 2019-10-11 20:22:41.908955: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398B00 next 376 of size 256
  1219. 2019-10-11 20:22:41.915886: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398C00 next 377 of size 256
  1220. 2019-10-11 20:22:41.922029: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398D00 next 378 of size 256
  1221. 2019-10-11 20:22:41.925698: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398E00 next 379 of size 256
  1222. 2019-10-11 20:22:41.929802: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398F00 next 380 of size 256
  1223. 2019-10-11 20:22:41.933242: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399000 next 381 of size 256
  1224. 2019-10-11 20:22:41.936697: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399100 next 382 of size 256
  1225. 2019-10-11 20:22:41.941076: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399200 next 383 of size 256
  1226. 2019-10-11 20:22:41.944431: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399300 next 384 of size 256
  1227. 2019-10-11 20:22:41.948815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399400 next 385 of size 256
  1228. 2019-10-11 20:22:41.952040: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399500 next 386 of size 256
  1229. 2019-10-11 20:22:41.955116: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399600 next 387 of size 256
  1230. 2019-10-11 20:22:41.959382: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399700 next 388 of size 256
  1231. 2019-10-11 20:22:41.962560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399800 next 389 of size 256
  1232. 2019-10-11 20:22:41.966635: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399900 next 390 of size 256
  1233. 2019-10-11 20:22:41.970019: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399A00 next 391 of size 256
  1234. 2019-10-11 20:22:41.973151: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399B00 next 392 of size 256
  1235. 2019-10-11 20:22:41.977236: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399C00 next 393 of size 256
  1236. 2019-10-11 20:22:41.980736: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399D00 next 394 of size 256
  1237. 2019-10-11 20:22:41.984971: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399E00 next 395 of size 256
  1238. 2019-10-11 20:22:41.988355: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399F00 next 396 of size 256
  1239. 2019-10-11 20:22:41.991615: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A000 next 397 of size 256
  1240. 2019-10-11 20:22:41.995672: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A100 next 398 of size 256
  1241. 2019-10-11 20:22:41.998861: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A200 next 399 of size 256
  1242. 2019-10-11 20:22:42.003352: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A300 next 400 of size 256
  1243. 2019-10-11 20:22:42.006555: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A400 next 401 of size 256
  1244. 2019-10-11 20:22:42.009656: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A500 next 402 of size 256
  1245. 2019-10-11 20:22:42.013910: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A600 next 403 of size 256
  1246. 2019-10-11 20:22:42.017177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A700 next 404 of size 256
  1247. 2019-10-11 20:22:42.020816: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A800 next 405 of size 256
  1248. 2019-10-11 20:22:42.023959: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A900 next 406 of size 256
  1249. 2019-10-11 20:22:42.027017: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39AA00 next 407 of size 256
  1250. 2019-10-11 20:22:42.031389: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39AB00 next 451 of size 124902400
  1251. 2019-10-11 20:22:42.034886: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AB8700 next 429 of size 30464
  1252. 2019-10-11 20:22:42.038041: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331ABFE00 next 486 of size 256
  1253. 2019-10-11 20:22:42.042399: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331ABFF00 next 459 of size 30464
  1254. 2019-10-11 20:22:42.045724: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AC7600 next 475 of size 30464
  1255. 2019-10-11 20:22:42.048895: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331ACED00 next 478 of size 30464
  1256. 2019-10-11 20:22:42.053199: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6400 next 666 of size 256
  1257. 2019-10-11 20:22:42.055923: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6500 next 664 of size 256
  1258. 2019-10-11 20:22:42.058554: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6600 next 449 of size 256
  1259. 2019-10-11 20:22:42.061847: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6700 next 641 of size 256
  1260. 2019-10-11 20:22:42.064985: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6800 next 642 of size 256
  1261. 2019-10-11 20:22:42.068732: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6900 next 485 of size 256
  1262. 2019-10-11 20:22:42.071828: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6A00 next 492 of size 256
  1263. 2019-10-11 20:22:42.075187: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6B00 next 592 of size 256
  1264. 2019-10-11 20:22:42.079100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6C00 next 557 of size 59392
  1265. 2019-10-11 20:22:42.082130: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AE5400 next 606 of size 30464
  1266. 2019-10-11 20:22:42.085083: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AECB00 next 468 of size 30464
  1267. 2019-10-11 20:22:42.088892: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AF4200 next 477 of size 30464
  1268. 2019-10-11 20:22:42.092038: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AFB900 next 662 of size 60928
  1269. 2019-10-11 20:22:42.096093: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B0A700 next 637 of size 30464
  1270. 2019-10-11 20:22:42.099588: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B11E00 next 599 of size 30464
  1271. 2019-10-11 20:22:42.102818: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B19500 next 544 of size 60928
  1272. 2019-10-11 20:22:42.107124: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B28300 next 515 of size 60928
  1273. 2019-10-11 20:22:42.110247: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B37100 next 516 of size 60928
  1274. 2019-10-11 20:22:42.113440: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B45F00 next 439 of size 60928
  1275. 2019-10-11 20:22:42.117612: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B54D00 next 502 of size 60928
  1276. 2019-10-11 20:22:42.120713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B63B00 next 436 of size 60928
  1277. 2019-10-11 20:22:42.124655: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B72900 next 621 of size 60928
  1278. 2019-10-11 20:22:42.127816: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B81700 next 640 of size 121856
  1279. 2019-10-11 20:22:42.130652: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B9F300 next 623 of size 60928
  1280. 2019-10-11 20:22:42.134020: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BAE100 next 644 of size 60928
  1281. 2019-10-11 20:22:42.136826: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BBCF00 next 469 of size 121856
  1282. 2019-10-11 20:22:42.139979: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BDAB00 next 643 of size 121856
  1283. 2019-10-11 20:22:42.143965: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BF8700 next 651 of size 121856
  1284. 2019-10-11 20:22:42.147552: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C16300 next 618 of size 121856
  1285. 2019-10-11 20:22:42.151394: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C33F00 next 547 of size 121856
  1286. 2019-10-11 20:22:42.154644: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C51B00 next 445 of size 121856
  1287. 2019-10-11 20:22:42.157939: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C6F700 next 427 of size 121856
  1288. 2019-10-11 20:22:42.162230: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C8D300 next 638 of size 121856
  1289. 2019-10-11 20:22:42.165404: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331CAAF00 next 650 of size 121856
  1290. 2019-10-11 20:22:42.168375: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331CC8B00 next 648 of size 121856
  1291. 2019-10-11 20:22:42.172905: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331CE6700 next 426 of size 152064
  1292. 2019-10-11 20:22:42.176221: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0B900 next 520 of size 256
  1293. 2019-10-11 20:22:42.180185: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BA00 next 608 of size 256
  1294. 2019-10-11 20:22:42.183303: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BB00 next 416 of size 256
  1295. 2019-10-11 20:22:42.186358: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BC00 next 612 of size 256
  1296. 2019-10-11 20:22:42.192347: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BD00 next 525 of size 256
  1297. 2019-10-11 20:22:42.220805: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BE00 next 489 of size 256
  1298. 2019-10-11 20:22:42.228208: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0BF00 next 586 of size 512
  1299. 2019-10-11 20:22:42.235562: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C100 next 444 of size 256
  1300. 2019-10-11 20:22:42.240315: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C200 next 410 of size 256
  1301. 2019-10-11 20:22:42.245808: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C300 next 481 of size 256
  1302. 2019-10-11 20:22:42.250181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C400 next 597 of size 256
  1303. 2019-10-11 20:22:42.255120: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C500 next 512 of size 256
  1304. 2019-10-11 20:22:42.258256: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C600 next 602 of size 256
  1305. 2019-10-11 20:22:42.261330: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C700 next 607 of size 256
  1306. 2019-10-11 20:22:42.265241: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C800 next 433 of size 256
  1307. 2019-10-11 20:22:42.268338: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0C900 next 661 of size 256
  1308. 2019-10-11 20:22:42.272152: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CA00 next 448 of size 256
  1309. 2019-10-11 20:22:42.275277: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CB00 next 594 of size 256
  1310. 2019-10-11 20:22:42.278353: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CC00 next 635 of size 256
  1311. 2019-10-11 20:22:42.283100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CD00 next 470 of size 256
  1312. 2019-10-11 20:22:42.286583: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CE00 next 656 of size 256
  1313. 2019-10-11 20:22:42.290879: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CF00 next 484 of size 256
  1314. 2019-10-11 20:22:42.294394: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D000 next 471 of size 256
  1315. 2019-10-11 20:22:42.297875: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0D100 next 625 of size 256
  1316. 2019-10-11 20:22:42.301352: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D200 next 461 of size 256
  1317. 2019-10-11 20:22:42.304533: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D300 next 583 of size 256
  1318. 2019-10-11 20:22:42.308183: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D400 next 456 of size 256
  1319. 2019-10-11 20:22:42.311285: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D500 next 659 of size 256
  1320. 2019-10-11 20:22:42.314606: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D600 next 588 of size 256
  1321. 2019-10-11 20:22:42.318799: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D700 next 452 of size 256
  1322. 2019-10-11 20:22:42.322126: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D800 next 546 of size 256
  1323. 2019-10-11 20:22:42.326354: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D900 next 526 of size 256
  1324. 2019-10-11 20:22:42.329740: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DA00 next 507 of size 256
  1325. 2019-10-11 20:22:42.333266: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DB00 next 639 of size 256
  1326. 2019-10-11 20:22:42.337119: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DC00 next 568 of size 256
  1327. 2019-10-11 20:22:42.340286: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DD00 next 551 of size 256
  1328. 2019-10-11 20:22:42.344234: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0DE00 next 629 of size 1024
  1329. 2019-10-11 20:22:42.347514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E200 next 587 of size 256
  1330. 2019-10-11 20:22:42.350615: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E300 next 556 of size 256
  1331. 2019-10-11 20:22:42.354696: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E400 next 566 of size 256
  1332. 2019-10-11 20:22:42.358204: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E500 next 473 of size 256
  1333. 2019-10-11 20:22:42.362992: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E600 next 571 of size 256
  1334. 2019-10-11 20:22:42.366100: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E700 next 524 of size 256
  1335. 2019-10-11 20:22:42.369231: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E800 next 413 of size 256
  1336. 2019-10-11 20:22:42.373084: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E900 next 554 of size 2437120
  1337. 2019-10-11 20:22:42.376652: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331F61900 next 522 of size 15597568
  1338. 2019-10-11 20:22:42.380749: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001332E41900 next 669 of size 15597568
  1339. 2019-10-11 20:22:42.384102: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001333D21900 next 464 of size 15597568
  1340. 2019-10-11 20:22:42.387395: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001334C01900 next 573 of size 15597568
  1341. 2019-10-11 20:22:42.391421: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001335AE1900 next 604 of size 15597568
  1342. 2019-10-11 20:22:42.394880: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013369C1900 next 549 of size 15597568
  1343. 2019-10-11 20:22:42.399071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013378A1900 next 441 of size 15597568
  1344. 2019-10-11 20:22:42.402337: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001338781900 next 463 of size 15597568
  1345. 2019-10-11 20:22:42.405635: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001339661900 next 620 of size 15597568
  1346. 2019-10-11 20:22:42.410936: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133A541900 next 479 of size 15597568
  1347. 2019-10-11 20:22:42.414578: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133B421900 next 511 of size 15597568
  1348. 2019-10-11 20:22:42.418925: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133C301900 next 553 of size 15597568
  1349. 2019-10-11 20:22:42.422227: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133D1E1900 next 529 of size 15597568
  1350. 2019-10-11 20:22:42.425688: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133E0C1900 next 615 of size 15597568
  1351. 2019-10-11 20:22:42.429904: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133EFA1900 next 414 of size 15597568
  1352. 2019-10-11 20:22:42.433180: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133FE81900 next 577 of size 16121856
  1353. 2019-10-11 20:22:42.437336: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001340DE1900 next 408 of size 16121856
  1354. 2019-10-11 20:22:42.440560: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001341D41900 next 453 of size 15597568
  1355. 2019-10-11 20:22:42.443961: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001342C21900 next 428 of size 15597568
  1356. 2019-10-11 20:22:42.448105: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001343B01900 next 467 of size 15597568
  1357. 2019-10-11 20:22:42.451339: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013449E1900 next 533 of size 15597568
  1358. 2019-10-11 20:22:42.455145: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013458C1900 next 472 of size 121856
  1359. 2019-10-11 20:22:42.458696: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013458DF500 next 582 of size 121856
  1360. 2019-10-11 20:22:42.461936: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013458FD100 next 627 of size 121856
  1361. 2019-10-11 20:22:42.465884: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134591AD00 next 591 of size 121856
  1362. 2019-10-11 20:22:42.469183: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345938900 next 540 of size 121856
  1363. 2019-10-11 20:22:42.473137: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345956500 next 601 of size 121856
  1364. 2019-10-11 20:22:42.476479: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345974100 next 509 of size 121856
  1365. 2019-10-11 20:22:42.479676: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345991D00 next 626 of size 122368
  1366. 2019-10-11 20:22:42.483596: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013459AFB00 next 590 of size 121856
  1367. 2019-10-11 20:22:42.486707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013459CD700 next 578 of size 121856
  1368. 2019-10-11 20:22:42.490674: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013459EB300 next 503 of size 121856
  1369. 2019-10-11 20:22:42.493878: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A08F00 next 435 of size 121856
  1370. 2019-10-11 20:22:42.497250: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A26B00 next 480 of size 121856
  1371. 2019-10-11 20:22:42.503439: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A44700 next 634 of size 121856
  1372. 2019-10-11 20:22:42.511936: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A62300 next 421 of size 121856
  1373. 2019-10-11 20:22:42.518978: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001345A7FF00 next 517 of size 122112
  1374. 2019-10-11 20:22:42.527198: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A9DC00 next 585 of size 121856
  1375. 2019-10-11 20:22:42.532309: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001345ABB800 next 630 of size 13525248
  1376. 2019-10-11 20:22:42.538473: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013467A1900 next 631 of size 15597568
  1377. 2019-10-11 20:22:42.543257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001347681900 next 431 of size 15597568
  1378. 2019-10-11 20:22:42.548022: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001348561900 next 614 of size 15597568
  1379. 2019-10-11 20:22:42.551771: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001349441900 next 442 of size 31195136
  1380. 2019-10-11 20:22:42.556259: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134B201900 next 430 of size 31195136
  1381. 2019-10-11 20:22:42.560164: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134CFC1900 next 559 of size 31195136
  1382. 2019-10-11 20:22:42.564029: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134ED81900 next 576 of size 31195136
  1383. 2019-10-11 20:22:42.567439: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001350B41900 next 434 of size 31195136
  1384. 2019-10-11 20:22:42.570735: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001352901900 next 537 of size 31195136
  1385. 2019-10-11 20:22:42.574710: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013546C1900 next 660 of size 31195136
  1386. 2019-10-11 20:22:42.578828: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001356481900 next 609 of size 31195136
  1387. 2019-10-11 20:22:42.583063: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001358241900 next 548 of size 31195136
  1388. 2019-10-11 20:22:42.586538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135A001900 next 598 of size 31195136
  1389. 2019-10-11 20:22:42.590602: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135BDC1900 next 530 of size 31195136
  1390. 2019-10-11 20:22:42.593872: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135DB81900 next 409 of size 31195136
  1391. 2019-10-11 20:22:42.596977: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135F941900 next 649 of size 31195136
  1392. 2019-10-11 20:22:42.600767: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001361701900 next 423 of size 31195136
  1393. 2019-10-11 20:22:42.603755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013634C1900 next 495 of size 31653888
  1394. 2019-10-11 20:22:42.607018: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013652F1900 next 534 of size 31653888
  1395. 2019-10-11 20:22:42.611081: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001367121900 next 510 of size 31195136
  1396. 2019-10-11 20:22:42.614329: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001368EE1900 next 538 of size 31326208
  1397. 2019-10-11 20:22:42.621132: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000136ACC1900 next 488 of size 31195136
  1398. 2019-10-11 20:22:42.625436: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000136CA81900 next 487 of size 31195136
  1399. 2019-10-11 20:22:42.630315: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000136E841900 next 562 of size 31195136
  1400. 2019-10-11 20:22:42.633857: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001370601900 next 536 of size 31195136
  1401. 2019-10-11 20:22:42.638142: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013723C1900 next 494 of size 31195136
  1402. 2019-10-11 20:22:42.641432: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001374181900 next 419 of size 31195136
  1403. 2019-10-11 20:22:42.645787: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001375F41900 next 514 of size 31195136
  1404. 2019-10-11 20:22:42.649203: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001377D01900 next 579 of size 62390272
  1405. 2019-10-11 20:22:42.652124: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000137B881900 next 611 of size 62390272
  1406. 2019-10-11 20:22:42.656041: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000137F401900 next 628 of size 62390272
  1407. 2019-10-11 20:22:42.658935: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001382F81900 next 432 of size 62390272
  1408. 2019-10-11 20:22:42.662343: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001386B01900 next 498 of size 62390272
  1409. 2019-10-11 20:22:42.666656: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000138A681900 next 565 of size 62390272
  1410. 2019-10-11 20:22:42.669531: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000138E201900 next 446 of size 62390272
  1411. 2019-10-11 20:22:42.673310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001391D81900 next 447 of size 62390272
  1412. 2019-10-11 20:22:42.676167: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001395901900 next 564 of size 62390272
  1413. 2019-10-11 20:22:42.679014: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001399481900 next 543 of size 62390272
  1414. 2019-10-11 20:22:42.682988: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000139D001900 next 667 of size 62390272
  1415. 2019-10-11 20:22:42.685931: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013A0B81900 next 569 of size 62390272
  1416. 2019-10-11 20:22:42.688768: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013A4701900 next 412 of size 62390272
  1417. 2019-10-11 20:22:42.692868: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013A8281900 next 581 of size 62390272
  1418. 2019-10-11 20:22:42.695856: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013ABE01900 next 528 of size 62914560
  1419. 2019-10-11 20:22:42.699108: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013AFA01900 next 462 of size 62914560
  1420. 2019-10-11 20:22:42.703276: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013B3601900 next 552 of size 62390272
  1421. 2019-10-11 20:22:42.706938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013B7181900 next 570 of size 62652416
  1422. 2019-10-11 20:22:42.710751: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013BAD41900 next 603 of size 62390272
  1423. 2019-10-11 20:22:42.714061: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013BE8C1900 next 670 of size 62390272
  1424. 2019-10-11 20:22:42.716918: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013C2441900 next 521 of size 62390272
  1425. 2019-10-11 20:22:42.720999: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013C5FC1900 next 605 of size 62390272
  1426. 2019-10-11 20:22:42.724538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013C9B41900 next 572 of size 62390272
  1427. 2019-10-11 20:22:42.728556: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013CD6C1900 next 531 of size 62390272
  1428. 2019-10-11 20:22:42.731833: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013D1241900 next 454 of size 62390272
  1429. 2019-10-11 20:22:42.735257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013D4DC1900 next 497 of size 124780544
  1430. 2019-10-11 20:22:42.739350: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013DC4C1900 next 619 of size 124780544
  1431. 2019-10-11 20:22:42.742770: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013E3BC1900 next 518 of size 124780544
  1432. 2019-10-11 20:22:42.746678: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013EB2C1900 next 455 of size 124780544
  1433. 2019-10-11 20:22:42.749814: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013F29C1900 next 616 of size 124780544
  1434. 2019-10-11 20:22:42.753272: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013FA0C1900 next 513 of size 124780544
  1435. 2019-10-11 20:22:42.757814: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014017C1900 next 466 of size 124780544
  1436. 2019-10-11 20:22:42.760701: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001408EC1900 next 657 of size 124780544
  1437. 2019-10-11 20:22:42.764197: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014105C1900 next 584 of size 124780544
  1438. 2019-10-11 20:22:42.767425: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001417CC1900 next 646 of size 124780544
  1439. 2019-10-11 20:22:42.770536: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000141F3C1900 next 425 of size 124780544
  1440. 2019-10-11 20:22:42.774504: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001426AC1900 next 476 of size 124780544
  1441. 2019-10-11 20:22:42.777962: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000142E1C1900 next 636 of size 124780544
  1442. 2019-10-11 20:22:42.781899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014358C1900 next 505 of size 124780544
  1443. 2019-10-11 20:22:42.785698: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000143CFC1900 next 596 of size 124780544
  1444. 2019-10-11 20:22:42.789030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014446C1900 next 539 of size 124780544
  1445. 2019-10-11 20:22:42.792713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000144BDC1900 next 415 of size 124780544
  1446. 2019-10-11 20:22:42.795841: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014534C1900 next 504 of size 124780544
  1447. 2019-10-11 20:22:42.800166: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000145ABC1900 next 593 of size 124780544
  1448. 2019-10-11 20:22:42.803447: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014622C1900 next 632 of size 124780544
  1449. 2019-10-11 20:22:42.806812: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014699C1900 next 567 of size 124780544
  1450. 2019-10-11 20:22:42.811039: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 00000014710C1900 next 411 of size 124780544
  1451. 2019-10-11 20:22:42.816254: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014787C1900 next 622 of size 124780544
  1452. 2019-10-11 20:22:42.823081: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000147FEC1900 next 600 of size 124780544
  1453. 2019-10-11 20:22:42.830366: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014875C1900 next 663 of size 124780544
  1454. 2019-10-11 20:22:42.836720: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000148ECC1900 next 668 of size 124902400
  1455. 2019-10-11 20:22:42.843177: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014963DF500 next 483 of size 124902400
  1456. 2019-10-11 20:22:42.849780: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000149DAFD100 next 575 of size 124902400
  1457. 2019-10-11 20:22:42.853489: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014A521AD00 next 440 of size 124902400
  1458. 2019-10-11 20:22:42.857807: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014AC938900 next 653 of size 124902400
  1459. 2019-10-11 20:22:42.861003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014B4056500 next 610 of size 124902400
  1460. 2019-10-11 20:22:42.864227: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014BB774100 next 560 of size 124902400
  1461. 2019-10-11 20:22:42.868348: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014C2E91D00 next 501 of size 124902400
  1462. 2019-10-11 20:22:42.871791: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014CA5AF900 next 490 of size 124902400
  1463. 2019-10-11 20:22:42.876406: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014D1CCD500 next 527 of size 124902400
  1464. 2019-10-11 20:22:42.879527: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014D93EB100 next 654 of size 124902400
  1465. 2019-10-11 20:22:42.882908: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014E0B08D00 next 589 of size 124902400
  1466. 2019-10-11 20:22:42.887077: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014E8226900 next 652 of size 124902400
  1467. 2019-10-11 20:22:42.891006: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014EF944500 next 542 of size 124902400
  1468. 2019-10-11 20:22:42.895031: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014F7062100 next 458 of size 124902400
  1469. 2019-10-11 20:22:42.898335: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014FE77FD00 next 550 of size 124902400
  1470. 2019-10-11 20:22:42.901591: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001505E9D900 next 500 of size 124902400
  1471. 2019-10-11 20:22:42.906373: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000150D5BB500 next 499 of size 124902400
  1472. 2019-10-11 20:22:42.909533: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001514CD9100 next 613 of size 124902400
  1473. 2019-10-11 20:22:42.913787: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000151C3F6D00 next 496 of size 124902400
  1474. 2019-10-11 20:22:42.916818: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001523B14900 next 18446744073709551615 of size 181850880
  1475. 2019-10-11 20:22:42.920411: I tensorflow/core/common_runtime/bfc_allocator.cc:809] Summary of in-use Chunks by size:
  1476. 2019-10-11 20:22:42.924175: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 111 Chunks of size 256 totalling 27.8KiB
  1477. 2019-10-11 20:22:42.926976: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 1280 totalling 1.3KiB
  1478. 2019-10-11 20:22:42.929876: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 147 Chunks of size 2048 totalling 294.0KiB
  1479. 2019-10-11 20:22:42.933563: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 73 Chunks of size 4096 totalling 292.0KiB
  1480. 2019-10-11 20:22:42.936712: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 52 Chunks of size 4352 totalling 221.0KiB
  1481. 2019-10-11 20:22:42.939508: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 8 Chunks of size 8192 totalling 64.0KiB
  1482. 2019-10-11 20:22:42.943042: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 9 Chunks of size 30464 totalling 267.8KiB
  1483. 2019-10-11 20:22:42.946060: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 59392 totalling 58.0KiB
  1484. 2019-10-11 20:22:42.949682: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 10 Chunks of size 60928 totalling 595.0KiB
  1485. 2019-10-11 20:22:42.952700: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 26 Chunks of size 121856 totalling 3.02MiB
  1486. 2019-10-11 20:22:42.955684: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 122368 totalling 119.5KiB
  1487. 2019-10-11 20:22:42.959060: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 152064 totalling 148.5KiB
  1488. 2019-10-11 20:22:42.962115: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 163840 totalling 640.0KiB
  1489. 2019-10-11 20:22:42.965134: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 2097152 totalling 8.00MiB
  1490. 2019-10-11 20:22:42.969767: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 2437120 totalling 2.32MiB
  1491. 2019-10-11 20:22:42.972835: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 8 Chunks of size 3145728 totalling 24.00MiB
  1492. 2019-10-11 20:22:42.975890: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 4198400 totalling 16.02MiB
  1493. 2019-10-11 20:22:42.979553: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 12 Chunks of size 4202752 totalling 48.10MiB
  1494. 2019-10-11 20:22:42.982626: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 24 Chunks of size 6291456 totalling 144.00MiB
  1495. 2019-10-11 20:22:42.986621: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 22 Chunks of size 15597568 totalling 327.25MiB
  1496. 2019-10-11 20:22:42.989750: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 16121856 totalling 30.75MiB
  1497. 2019-10-11 20:22:42.992395: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 8 Chunks of size 25165824 totalling 192.00MiB
  1498. 2019-10-11 20:22:42.996004: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 31195136 totalling 624.75MiB
  1499. 2019-10-11 20:22:42.999180: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 31326208 totalling 29.88MiB
  1500. 2019-10-11 20:22:43.002560: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 31653888 totalling 60.38MiB
  1501. 2019-10-11 20:22:43.006781: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 22 Chunks of size 62390272 totalling 1.28GiB
  1502. 2019-10-11 20:22:43.009958: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 62652416 totalling 59.75MiB
  1503. 2019-10-11 20:22:43.013062: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 62914560 totalling 120.00MiB
  1504. 2019-10-11 20:22:43.017140: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 24 Chunks of size 124780544 totalling 2.79GiB
  1505. 2019-10-11 20:22:43.020412: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 124902400 totalling 2.44GiB
  1506. 2019-10-11 20:22:43.024505: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 181850880 totalling 173.43MiB
  1507. 2019-10-11 20:22:43.027808: I tensorflow/core/common_runtime/bfc_allocator.cc:816] Sum Total of in-use chunks: 8.33GiB
  1508. 2019-10-11 20:22:43.030756: I tensorflow/core/common_runtime/bfc_allocator.cc:818] total_region_allocated_bytes_: 9116851200 memory_limit_: 9116851241 available bytes: 41 curr_region_allocation_bytes_: 18233702912
  1509. 2019-10-11 20:22:43.038406: I tensorflow/core/common_runtime/bfc_allocator.cc:824] Stats:
  1510. Limit: 9116851241
  1511. InUse: 8947226112
  1512. MaxInUse: 8947226112
  1513. NumAllocs: 142179
  1514. MaxAllocSize: 1470791680
  1515.  
  1516. 2019-10-11 20:22:43.047374: W tensorflow/core/common_runtime/bfc_allocator.cc:319] ****************************************************************************************************
  1517. 2019-10-11 20:22:43.051986: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at constant_op.cc:278 : Resource exhausted: OOM when allocating tensor with shape[32,952,1025] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
  1518. 2019-10-11 20:22:53.062443: W tensorflow/core/common_runtime/bfc_allocator.cc:314] Allocator (GPU_0_bfc) ran out of memory trying to allocate 119.12MiB (rounded to 124902400). Current allocation summary follows.
  1519. 2019-10-11 20:22:53.067871: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (256): Total Chunks: 113, Chunks in use: 111. 28.3KiB allocated for chunks. 27.8KiB in use in bin. 444B client-requested in use in bin.
  1520. 2019-10-11 20:22:53.074022: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (512): Total Chunks: 1, Chunks in use: 0. 512B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  1521. 2019-10-11 20:22:53.079077: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1024): Total Chunks: 2, Chunks in use: 1. 2.3KiB allocated for chunks. 1.3KiB in use in bin. 1.0KiB client-requested in use in bin.
  1522. 2019-10-11 20:22:53.086139: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2048): Total Chunks: 147, Chunks in use: 147. 294.0KiB allocated for chunks. 294.0KiB in use in bin. 294.0KiB client-requested in use in bin.
  1523. 2019-10-11 20:22:53.092825: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4096): Total Chunks: 125, Chunks in use: 125. 513.0KiB allocated for chunks. 513.0KiB in use in bin. 500.2KiB client-requested in use in bin.
  1524. 2019-10-11 20:22:53.098493: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8192): Total Chunks: 8, Chunks in use: 8. 64.0KiB allocated for chunks. 64.0KiB in use in bin. 64.0KiB client-requested in use in bin.
  1525. 2019-10-11 20:22:53.104792: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16384): Total Chunks: 9, Chunks in use: 9. 267.8KiB allocated for chunks. 267.8KiB in use in bin. 267.8KiB client-requested in use in bin.
  1526. 2019-10-11 20:22:53.110688: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (32768): Total Chunks: 11, Chunks in use: 11. 653.0KiB allocated for chunks. 653.0KiB in use in bin. 624.8KiB client-requested in use in bin.
  1527. 2019-10-11 20:22:53.115769: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (65536): Total Chunks: 28, Chunks in use: 27. 3.25MiB allocated for chunks. 3.14MiB in use in bin. 3.14MiB client-requested in use in bin.
  1528. 2019-10-11 20:22:53.122602: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (131072): Total Chunks: 5, Chunks in use: 5. 788.5KiB allocated for chunks. 788.5KiB in use in bin. 759.0KiB client-requested in use in bin.
  1529. 2019-10-11 20:22:53.132850: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (262144): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  1530. 2019-10-11 20:22:53.142589: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (524288): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  1531. 2019-10-11 20:22:53.152151: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (1048576): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  1532. 2019-10-11 20:22:53.160231: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (2097152): Total Chunks: 13, Chunks in use: 13. 34.32MiB allocated for chunks. 34.32MiB in use in bin. 34.32MiB client-requested in use in bin.
  1533. 2019-10-11 20:22:53.166869: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (4194304): Total Chunks: 40, Chunks in use: 40. 208.11MiB allocated for chunks. 208.11MiB in use in bin. 208.11MiB client-requested in use in bin.
  1534. 2019-10-11 20:22:53.173411: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (8388608): Total Chunks: 25, Chunks in use: 24. 370.90MiB allocated for chunks. 358.00MiB in use in bin. 357.50MiB client-requested in use in bin.
  1535. 2019-10-11 20:22:53.179047: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (16777216): Total Chunks: 33, Chunks in use: 32. 936.75MiB allocated for chunks. 907.00MiB in use in bin. 906.44MiB client-requested in use in bin.
  1536. 2019-10-11 20:22:53.186197: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (33554432): Total Chunks: 25, Chunks in use: 25. 1.45GiB allocated for chunks. 1.45GiB in use in bin. 1.42GiB client-requested in use in bin.
  1537. 2019-10-11 20:22:53.192614: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (67108864): Total Chunks: 46, Chunks in use: 45. 5.35GiB allocated for chunks. 5.23GiB in use in bin. 5.23GiB client-requested in use in bin.
  1538. 2019-10-11 20:22:53.198295: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (134217728): Total Chunks: 1, Chunks in use: 1. 173.43MiB allocated for chunks. 173.43MiB in use in bin. 119.12MiB client-requested in use in bin.
  1539. 2019-10-11 20:22:53.204896: I tensorflow/core/common_runtime/bfc_allocator.cc:764] Bin (268435456): Total Chunks: 0, Chunks in use: 0. 0B allocated for chunks. 0B in use in bin. 0B client-requested in use in bin.
  1540. 2019-10-11 20:22:53.211128: I tensorflow/core/common_runtime/bfc_allocator.cc:780] Bin for 119.12MiB was 64.00MiB, Chunk State:
  1541. 2019-10-11 20:22:53.214215: I tensorflow/core/common_runtime/bfc_allocator.cc:786] Size: 119.00MiB | Requested Size: 119.00MiB | in_use: 0 | bin_num: 18, prev: Size: 119.00MiB | Requested Size: 119.00MiB | in_use: 1 | bin_num: -1, next: Size: 119.00MiB | Requested Size: 119.00MiB | in_use: 1 | bin_num: -1
  1542. 2019-10-11 20:22:53.221963: I tensorflow/core/common_runtime/bfc_allocator.cc:793] Next region of size 9116851200
  1543. 2019-10-11 20:22:53.224877: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200000 next 1 of size 256
  1544. 2019-10-11 20:22:53.228627: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200100 next 2 of size 256
  1545. 2019-10-11 20:22:53.231663: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200200 next 3 of size 256
  1546. 2019-10-11 20:22:53.234699: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F200300 next 4 of size 6291456
  1547. 2019-10-11 20:22:53.238627: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F800300 next 5 of size 4096
  1548. 2019-10-11 20:22:53.242232: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F801300 next 6 of size 2048
  1549. 2019-10-11 20:22:53.246614: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F801B00 next 7 of size 2048
  1550. 2019-10-11 20:22:53.250102: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F802300 next 8 of size 2048
  1551. 2019-10-11 20:22:53.253375: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F802B00 next 9 of size 2048
  1552. 2019-10-11 20:22:53.257414: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F803300 next 10 of size 2048
  1553. 2019-10-11 20:22:53.260204: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F803B00 next 11 of size 2048
  1554. 2019-10-11 20:22:53.264207: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F804300 next 12 of size 256
  1555. 2019-10-11 20:22:53.267285: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130F804400 next 13 of size 6291456
  1556. 2019-10-11 20:22:53.270389: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE04400 next 14 of size 4096
  1557. 2019-10-11 20:22:53.274021: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE05400 next 15 of size 2048
  1558. 2019-10-11 20:22:53.277282: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE05C00 next 16 of size 2048
  1559. 2019-10-11 20:22:53.280499: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE06400 next 17 of size 2048
  1560. 2019-10-11 20:22:53.284523: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE06C00 next 18 of size 2048
  1561. 2019-10-11 20:22:53.287518: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE07400 next 19 of size 2048
  1562. 2019-10-11 20:22:53.290814: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE07C00 next 20 of size 2048
  1563. 2019-10-11 20:22:53.293453: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE08400 next 21 of size 256
  1564. 2019-10-11 20:22:53.296084: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000130FE08500 next 22 of size 6291456
  1565. 2019-10-11 20:22:53.299618: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310408500 next 23 of size 4096
  1566. 2019-10-11 20:22:53.302310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310409500 next 24 of size 2048
  1567. 2019-10-11 20:22:53.305074: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310409D00 next 25 of size 2048
  1568. 2019-10-11 20:22:53.309173: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040A500 next 26 of size 2048
  1569. 2019-10-11 20:22:53.312098: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040AD00 next 27 of size 2048
  1570. 2019-10-11 20:22:53.315115: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040B500 next 28 of size 2048
  1571. 2019-10-11 20:22:53.319411: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040BD00 next 29 of size 2048
  1572. 2019-10-11 20:22:53.322445: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040C500 next 30 of size 256
  1573. 2019-10-11 20:22:53.325466: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131040C600 next 31 of size 6291456
  1574. 2019-10-11 20:22:53.329119: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0C600 next 32 of size 4096
  1575. 2019-10-11 20:22:53.331874: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0D600 next 33 of size 2048
  1576. 2019-10-11 20:22:53.334606: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0DE00 next 34 of size 2048
  1577. 2019-10-11 20:22:53.338035: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0E600 next 35 of size 2048
  1578. 2019-10-11 20:22:53.341174: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0EE00 next 36 of size 2048
  1579. 2019-10-11 20:22:53.344342: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0F600 next 37 of size 2048
  1580. 2019-10-11 20:22:53.348154: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A0FE00 next 38 of size 2048
  1581. 2019-10-11 20:22:53.351214: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A10600 next 39 of size 256
  1582. 2019-10-11 20:22:53.355219: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001310A10700 next 40 of size 6291456
  1583. 2019-10-11 20:22:53.358319: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311010700 next 41 of size 4096
  1584. 2019-10-11 20:22:53.361401: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311011700 next 42 of size 2048
  1585. 2019-10-11 20:22:53.365241: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311011F00 next 43 of size 2048
  1586. 2019-10-11 20:22:53.368310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311012700 next 44 of size 2048
  1587. 2019-10-11 20:22:53.372688: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311012F00 next 45 of size 2048
  1588. 2019-10-11 20:22:53.375441: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311013700 next 46 of size 2048
  1589. 2019-10-11 20:22:53.378535: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311013F00 next 47 of size 2048
  1590. 2019-10-11 20:22:53.382381: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311014700 next 48 of size 256
  1591. 2019-10-11 20:22:53.385644: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311014800 next 49 of size 6291456
  1592. 2019-10-11 20:22:53.388815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311614800 next 50 of size 4096
  1593. 2019-10-11 20:22:53.392622: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311615800 next 51 of size 2048
  1594. 2019-10-11 20:22:53.395506: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311616000 next 52 of size 2048
  1595. 2019-10-11 20:22:53.399291: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311616800 next 53 of size 2048
  1596. 2019-10-11 20:22:53.402204: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311617000 next 54 of size 2048
  1597. 2019-10-11 20:22:53.405157: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311617800 next 55 of size 2048
  1598. 2019-10-11 20:22:53.408545: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311618000 next 56 of size 2048
  1599. 2019-10-11 20:22:53.411639: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311618800 next 57 of size 256
  1600. 2019-10-11 20:22:53.414834: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001311618900 next 58 of size 25165824
  1601. 2019-10-11 20:22:53.419091: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E18900 next 59 of size 8192
  1602. 2019-10-11 20:22:53.422229: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1A900 next 60 of size 4096
  1603. 2019-10-11 20:22:53.425131: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1B900 next 61 of size 4096
  1604. 2019-10-11 20:22:53.429024: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1C900 next 62 of size 4096
  1605. 2019-10-11 20:22:53.432125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1D900 next 63 of size 4096
  1606. 2019-10-11 20:22:53.436180: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1E900 next 64 of size 4096
  1607. 2019-10-11 20:22:53.439343: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E1F900 next 65 of size 4096
  1608. 2019-10-11 20:22:53.447260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E20900 next 66 of size 256
  1609. 2019-10-11 20:22:53.454915: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001312E20A00 next 67 of size 25165824
  1610. 2019-10-11 20:22:53.461097: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314620A00 next 68 of size 8192
  1611. 2019-10-11 20:22:53.467838: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314622A00 next 69 of size 4096
  1612. 2019-10-11 20:22:53.474809: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314623A00 next 70 of size 4096
  1613. 2019-10-11 20:22:53.478425: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314624A00 next 71 of size 4096
  1614. 2019-10-11 20:22:53.482981: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314625A00 next 72 of size 4096
  1615. 2019-10-11 20:22:53.485900: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314626A00 next 73 of size 4096
  1616. 2019-10-11 20:22:53.489059: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314627A00 next 74 of size 4096
  1617. 2019-10-11 20:22:53.492935: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314628A00 next 75 of size 2048
  1618. 2019-10-11 20:22:53.496092: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314629200 next 76 of size 2048
  1619. 2019-10-11 20:22:53.499181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314629A00 next 77 of size 2048
  1620. 2019-10-11 20:22:53.503776: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131462A200 next 78 of size 256
  1621. 2019-10-11 20:22:53.506971: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131462A300 next 79 of size 3145728
  1622. 2019-10-11 20:22:53.511779: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492A300 next 80 of size 2048
  1623. 2019-10-11 20:22:53.515027: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492AB00 next 81 of size 2048
  1624. 2019-10-11 20:22:53.517840: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492B300 next 82 of size 2048
  1625. 2019-10-11 20:22:53.522025: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492BB00 next 83 of size 2048
  1626. 2019-10-11 20:22:53.524995: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492C300 next 84 of size 256
  1627. 2019-10-11 20:22:53.527963: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131492C400 next 85 of size 3145728
  1628. 2019-10-11 20:22:53.531941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2C400 next 86 of size 2048
  1629. 2019-10-11 20:22:53.535087: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2CC00 next 87 of size 4352
  1630. 2019-10-11 20:22:53.539205: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2DD00 next 88 of size 4352
  1631. 2019-10-11 20:22:53.542297: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2EE00 next 89 of size 4352
  1632. 2019-10-11 20:22:53.545523: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C2FF00 next 90 of size 256
  1633. 2019-10-11 20:22:53.549240: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001314C30000 next 91 of size 4202752
  1634. 2019-10-11 20:22:53.552303: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315032100 next 92 of size 4352
  1635. 2019-10-11 20:22:53.555085: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315033200 next 93 of size 4352
  1636. 2019-10-11 20:22:53.558754: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315034300 next 94 of size 4352
  1637. 2019-10-11 20:22:53.561595: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315035400 next 95 of size 4352
  1638. 2019-10-11 20:22:53.564779: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315036500 next 96 of size 256
  1639. 2019-10-11 20:22:53.568183: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315036600 next 97 of size 4202752
  1640. 2019-10-11 20:22:53.571171: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315438700 next 98 of size 4352
  1641. 2019-10-11 20:22:53.575081: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315439800 next 99 of size 4352
  1642. 2019-10-11 20:22:53.578716: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543A900 next 100 of size 4352
  1643. 2019-10-11 20:22:53.581826: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543BA00 next 101 of size 4352
  1644. 2019-10-11 20:22:53.585493: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543CB00 next 102 of size 256
  1645. 2019-10-11 20:22:53.588278: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131543CC00 next 103 of size 4202752
  1646. 2019-10-11 20:22:53.591112: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131583ED00 next 104 of size 4352
  1647. 2019-10-11 20:22:53.594830: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131583FE00 next 105 of size 4352
  1648. 2019-10-11 20:22:53.598053: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315840F00 next 106 of size 4352
  1649. 2019-10-11 20:22:53.601997: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315842000 next 107 of size 4352
  1650. 2019-10-11 20:22:53.605047: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315843100 next 108 of size 256
  1651. 2019-10-11 20:22:53.608030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315843200 next 109 of size 4198400
  1652. 2019-10-11 20:22:53.611625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C44200 next 110 of size 4352
  1653. 2019-10-11 20:22:53.615137: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C45300 next 111 of size 4096
  1654. 2019-10-11 20:22:53.619949: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C46300 next 112 of size 4096
  1655. 2019-10-11 20:22:53.623181: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C47300 next 113 of size 4096
  1656. 2019-10-11 20:22:53.626094: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C48300 next 114 of size 256
  1657. 2019-10-11 20:22:53.631563: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315C48400 next 115 of size 2097152
  1658. 2019-10-11 20:22:53.635381: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E48400 next 116 of size 4096
  1659. 2019-10-11 20:22:53.640165: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E49400 next 117 of size 2048
  1660. 2019-10-11 20:22:53.644084: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E49C00 next 118 of size 2048
  1661. 2019-10-11 20:22:53.648421: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E4A400 next 119 of size 2048
  1662. 2019-10-11 20:22:53.651592: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E4AC00 next 120 of size 256
  1663. 2019-10-11 20:22:53.654670: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E4AD00 next 121 of size 163840
  1664. 2019-10-11 20:22:53.658814: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E72D00 next 122 of size 2048
  1665. 2019-10-11 20:22:53.662400: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E73500 next 123 of size 1280
  1666. 2019-10-11 20:22:53.666232: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001315E73A00 next 124 of size 6291456
  1667. 2019-10-11 20:22:53.669473: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001316473A00 next 125 of size 2048
  1668. 2019-10-11 20:22:53.672604: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001316474200 next 126 of size 25165824
  1669. 2019-10-11 20:22:53.676686: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001317C74200 next 127 of size 2048
  1670. 2019-10-11 20:22:53.679850: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001317C74A00 next 128 of size 25165824
  1671. 2019-10-11 20:22:53.683804: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319474A00 next 129 of size 4096
  1672. 2019-10-11 20:22:53.687026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319475A00 next 130 of size 2048
  1673. 2019-10-11 20:22:53.690322: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319476200 next 131 of size 4096
  1674. 2019-10-11 20:22:53.695190: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319477200 next 132 of size 8192
  1675. 2019-10-11 20:22:53.698759: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001319479200 next 133 of size 4096
  1676. 2019-10-11 20:22:53.702740: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947A200 next 134 of size 4096
  1677. 2019-10-11 20:22:53.705954: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947B200 next 135 of size 2048
  1678. 2019-10-11 20:22:53.708797: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947BA00 next 136 of size 2048
  1679. 2019-10-11 20:22:53.712504: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131947C200 next 137 of size 25165824
  1680. 2019-10-11 20:22:53.715532: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC7C200 next 138 of size 8192
  1681. 2019-10-11 20:22:53.718660: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC7E200 next 139 of size 4096
  1682. 2019-10-11 20:22:53.722743: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC7F200 next 140 of size 8192
  1683. 2019-10-11 20:22:53.725556: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC81200 next 141 of size 4096
  1684. 2019-10-11 20:22:53.728414: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC82200 next 142 of size 4096
  1685. 2019-10-11 20:22:53.732047: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131AC83200 next 143 of size 25165824
  1686. 2019-10-11 20:22:53.735372: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131C483200 next 144 of size 6291456
  1687. 2019-10-11 20:22:53.739699: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CA83200 next 145 of size 2048
  1688. 2019-10-11 20:22:53.743182: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CA83A00 next 146 of size 2048
  1689. 2019-10-11 20:22:53.746527: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CA84200 next 147 of size 3145728
  1690. 2019-10-11 20:22:53.750684: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD84200 next 148 of size 4096
  1691. 2019-10-11 20:22:53.758912: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD85200 next 149 of size 4096
  1692. 2019-10-11 20:22:53.765972: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD86200 next 150 of size 4096
  1693. 2019-10-11 20:22:53.772831: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131CD87200 next 151 of size 6291456
  1694. 2019-10-11 20:22:53.778673: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D387200 next 152 of size 2048
  1695. 2019-10-11 20:22:53.784713: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D387A00 next 153 of size 2048
  1696. 2019-10-11 20:22:53.788720: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D388200 next 154 of size 4096
  1697. 2019-10-11 20:22:53.791988: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D389200 next 155 of size 4096
  1698. 2019-10-11 20:22:53.796011: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38A200 next 156 of size 4096
  1699. 2019-10-11 20:22:53.799118: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38B200 next 157 of size 4096
  1700. 2019-10-11 20:22:53.803272: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38C200 next 158 of size 4096
  1701. 2019-10-11 20:22:53.806343: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38D200 next 159 of size 2048
  1702. 2019-10-11 20:22:53.809090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38DA00 next 160 of size 2048
  1703. 2019-10-11 20:22:53.812474: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38E200 next 161 of size 2048
  1704. 2019-10-11 20:22:53.815305: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131D38EA00 next 162 of size 25165824
  1705. 2019-10-11 20:22:53.818371: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB8EA00 next 163 of size 4096
  1706. 2019-10-11 20:22:53.822215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB8FA00 next 164 of size 4096
  1707. 2019-10-11 20:22:53.825071: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB90A00 next 165 of size 2048
  1708. 2019-10-11 20:22:53.828023: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB91200 next 166 of size 2048
  1709. 2019-10-11 20:22:53.831768: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EB91A00 next 167 of size 4202752
  1710. 2019-10-11 20:22:53.834700: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000131EF93B00 next 168 of size 25165824
  1711. 2019-10-11 20:22:53.837530: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320793B00 next 169 of size 4096
  1712. 2019-10-11 20:22:53.840881: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320794B00 next 170 of size 4096
  1713. 2019-10-11 20:22:53.843653: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320795B00 next 171 of size 4096
  1714. 2019-10-11 20:22:53.846803: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320796B00 next 172 of size 3145728
  1715. 2019-10-11 20:22:53.850908: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320A96B00 next 173 of size 2048
  1716. 2019-10-11 20:22:53.854247: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320A97300 next 174 of size 4352
  1717. 2019-10-11 20:22:53.857906: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320A98400 next 175 of size 4202752
  1718. 2019-10-11 20:22:53.860931: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320E9A500 next 176 of size 8192
  1719. 2019-10-11 20:22:53.864032: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320E9C500 next 177 of size 8192
  1720. 2019-10-11 20:22:53.868033: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320E9E500 next 178 of size 8192
  1721. 2019-10-11 20:22:53.871137: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA0500 next 179 of size 4096
  1722. 2019-10-11 20:22:53.875222: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA1500 next 180 of size 2048
  1723. 2019-10-11 20:22:53.878609: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA1D00 next 181 of size 2048
  1724. 2019-10-11 20:22:53.881580: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA2500 next 182 of size 4352
  1725. 2019-10-11 20:22:53.885764: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA3600 next 183 of size 4352
  1726. 2019-10-11 20:22:53.888967: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001320EA4700 next 184 of size 4202752
  1727. 2019-10-11 20:22:53.893300: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A6800 next 185 of size 4096
  1728. 2019-10-11 20:22:53.896312: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A7800 next 186 of size 4096
  1729. 2019-10-11 20:22:53.899321: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A8800 next 187 of size 2048
  1730. 2019-10-11 20:22:53.903506: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013212A9000 next 188 of size 3145728
  1731. 2019-10-11 20:22:53.906523: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215A9000 next 189 of size 2048
  1732. 2019-10-11 20:22:53.909456: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215A9800 next 190 of size 4352
  1733. 2019-10-11 20:22:53.913544: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215AA900 next 191 of size 4352
  1734. 2019-10-11 20:22:53.917212: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215ABA00 next 192 of size 4352
  1735. 2019-10-11 20:22:53.920375: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215ACB00 next 193 of size 4352
  1736. 2019-10-11 20:22:53.924582: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215ADC00 next 194 of size 4096
  1737. 2019-10-11 20:22:53.927686: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215AEC00 next 195 of size 4096
  1738. 2019-10-11 20:22:53.931667: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215AFC00 next 196 of size 2048
  1739. 2019-10-11 20:22:53.934728: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013215B0400 next 197 of size 3145728
  1740. 2019-10-11 20:22:53.938102: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013218B0400 next 198 of size 2048
  1741. 2019-10-11 20:22:53.941977: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013218B0C00 next 199 of size 2048
  1742. 2019-10-11 20:22:53.944975: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013218B1400 next 200 of size 3145728
  1743. 2019-10-11 20:22:53.948982: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB1400 next 201 of size 4352
  1744. 2019-10-11 20:22:53.951858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB2500 next 202 of size 4352
  1745. 2019-10-11 20:22:53.954679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB3600 next 203 of size 4352
  1746. 2019-10-11 20:22:53.958023: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321BB4700 next 204 of size 4198400
  1747. 2019-10-11 20:22:53.960841: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB5700 next 205 of size 4096
  1748. 2019-10-11 20:22:53.963756: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB6700 next 206 of size 2048
  1749. 2019-10-11 20:22:53.967287: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB6F00 next 207 of size 2048
  1750. 2019-10-11 20:22:53.970300: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB7700 next 208 of size 2048
  1751. 2019-10-11 20:22:53.973521: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB7F00 next 209 of size 2048
  1752. 2019-10-11 20:22:53.977139: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001321FB8700 next 210 of size 3145728
  1753. 2019-10-11 20:22:53.980361: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013222B8700 next 211 of size 4352
  1754. 2019-10-11 20:22:53.983381: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013222B9800 next 212 of size 4202752
  1755. 2019-10-11 20:22:53.987544: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013226BB900 next 213 of size 4352
  1756. 2019-10-11 20:22:53.990810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013226BCA00 next 214 of size 4352
  1757. 2019-10-11 20:22:53.994763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013226BDB00 next 215 of size 4202752
  1758. 2019-10-11 20:22:53.997834: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ABFC00 next 216 of size 4352
  1759. 2019-10-11 20:22:54.000917: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC0D00 next 217 of size 4352
  1760. 2019-10-11 20:22:54.004860: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC1E00 next 218 of size 4096
  1761. 2019-10-11 20:22:54.007625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC2E00 next 219 of size 2048
  1762. 2019-10-11 20:22:54.010925: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC3600 next 220 of size 2048
  1763. 2019-10-11 20:22:54.015068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC3E00 next 221 of size 2048
  1764. 2019-10-11 20:22:54.018180: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC4600 next 222 of size 4352
  1765. 2019-10-11 20:22:54.022167: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC5700 next 223 of size 4352
  1766. 2019-10-11 20:22:54.025189: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC6800 next 224 of size 4352
  1767. 2019-10-11 20:22:54.028052: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322AC7900 next 225 of size 4202752
  1768. 2019-10-11 20:22:54.031763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322EC9A00 next 226 of size 4352
  1769. 2019-10-11 20:22:54.034520: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECAB00 next 227 of size 4352
  1770. 2019-10-11 20:22:54.037206: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECBC00 next 228 of size 4352
  1771. 2019-10-11 20:22:54.040861: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECCD00 next 229 of size 2048
  1772. 2019-10-11 20:22:54.044260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001322ECD500 next 230 of size 6291456
  1773. 2019-10-11 20:22:54.047803: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013234CD500 next 231 of size 6291456
  1774. 2019-10-11 20:22:54.051872: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACD500 next 232 of size 4096
  1775. 2019-10-11 20:22:54.055026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACE500 next 233 of size 2048
  1776. 2019-10-11 20:22:54.059156: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACED00 next 234 of size 4096
  1777. 2019-10-11 20:22:54.062307: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323ACFD00 next 235 of size 2048
  1778. 2019-10-11 20:22:54.067400: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323AD0500 next 236 of size 2048
  1779. 2019-10-11 20:22:54.071391: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323AD0D00 next 237 of size 256
  1780. 2019-10-11 20:22:54.074604: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001323AD0E00 next 238 of size 6291456
  1781. 2019-10-11 20:22:54.078645: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013240D0E00 next 239 of size 2048
  1782. 2019-10-11 20:22:54.081809: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013240D1600 next 240 of size 6291456
  1783. 2019-10-11 20:22:54.086117: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013246D1600 next 241 of size 6291456
  1784. 2019-10-11 20:22:54.089625: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD1600 next 242 of size 2048
  1785. 2019-10-11 20:22:54.092935: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD1E00 next 243 of size 2048
  1786. 2019-10-11 20:22:54.096543: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD2600 next 244 of size 4096
  1787. 2019-10-11 20:22:54.099434: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD3600 next 245 of size 2048
  1788. 2019-10-11 20:22:54.102460: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001324CD3E00 next 246 of size 6291456
  1789. 2019-10-11 20:22:54.106427: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D3E00 next 247 of size 2048
  1790. 2019-10-11 20:22:54.109727: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D4600 next 248 of size 2048
  1791. 2019-10-11 20:22:54.113538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D4E00 next 249 of size 2048
  1792. 2019-10-11 20:22:54.116223: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D5600 next 250 of size 2048
  1793. 2019-10-11 20:22:54.120789: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D5E00 next 251 of size 256
  1794. 2019-10-11 20:22:54.125030: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D5F00 next 252 of size 4096
  1795. 2019-10-11 20:22:54.128260: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D6F00 next 253 of size 2048
  1796. 2019-10-11 20:22:54.132210: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D7700 next 254 of size 2048
  1797. 2019-10-11 20:22:54.135252: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D7F00 next 255 of size 2048
  1798. 2019-10-11 20:22:54.138592: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D8700 next 256 of size 2048
  1799. 2019-10-11 20:22:54.142633: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D8F00 next 257 of size 2048
  1800. 2019-10-11 20:22:54.145763: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252D9700 next 258 of size 4096
  1801. 2019-10-11 20:22:54.150514: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DA700 next 259 of size 2048
  1802. 2019-10-11 20:22:54.155022: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DAF00 next 260 of size 2048
  1803. 2019-10-11 20:22:54.161419: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DB700 next 261 of size 2048
  1804. 2019-10-11 20:22:54.166357: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013252DBF00 next 262 of size 6291456
  1805. 2019-10-11 20:22:54.171295: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DBF00 next 263 of size 2048
  1806. 2019-10-11 20:22:54.175477: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DC700 next 264 of size 2048
  1807. 2019-10-11 20:22:54.179864: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DCF00 next 265 of size 2048
  1808. 2019-10-11 20:22:54.182992: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DD700 next 266 of size 2048
  1809. 2019-10-11 20:22:54.186859: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DDF00 next 267 of size 2048
  1810. 2019-10-11 20:22:54.190093: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DE700 next 268 of size 2048
  1811. 2019-10-11 20:22:54.193043: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013258DEF00 next 269 of size 6291456
  1812. 2019-10-11 20:22:54.197068: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EDEF00 next 270 of size 2048
  1813. 2019-10-11 20:22:54.200298: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EDF700 next 271 of size 2048
  1814. 2019-10-11 20:22:54.204653: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EDFF00 next 272 of size 2048
  1815. 2019-10-11 20:22:54.207880: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE0700 next 273 of size 2048
  1816. 2019-10-11 20:22:54.210958: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE0F00 next 274 of size 2048
  1817. 2019-10-11 20:22:54.214564: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE1700 next 275 of size 2048
  1818. 2019-10-11 20:22:54.217359: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE1F00 next 276 of size 4096
  1819. 2019-10-11 20:22:54.220026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE2F00 next 277 of size 4096
  1820. 2019-10-11 20:22:54.223365: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE3F00 next 278 of size 2048
  1821. 2019-10-11 20:22:54.226046: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE4700 next 279 of size 2048
  1822. 2019-10-11 20:22:54.228712: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE4F00 next 280 of size 2048
  1823. 2019-10-11 20:22:54.232055: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE5700 next 281 of size 4096
  1824. 2019-10-11 20:22:54.235126: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE6700 next 282 of size 2048
  1825. 2019-10-11 20:22:54.238310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE6F00 next 283 of size 4096
  1826. 2019-10-11 20:22:54.241809: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE7F00 next 284 of size 2048
  1827. 2019-10-11 20:22:54.244580: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE8700 next 285 of size 2048
  1828. 2019-10-11 20:22:54.247287: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001325EE8F00 next 286 of size 6291456
  1829. 2019-10-11 20:22:54.251180: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264E8F00 next 287 of size 2048
  1830. 2019-10-11 20:22:54.254257: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264E9700 next 288 of size 2048
  1831. 2019-10-11 20:22:54.258363: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264E9F00 next 289 of size 2048
  1832. 2019-10-11 20:22:54.261125: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013264EA700 next 290 of size 6291456
  1833. 2019-10-11 20:22:54.264007: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEA700 next 291 of size 2048
  1834. 2019-10-11 20:22:54.267842: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEAF00 next 292 of size 2048
  1835. 2019-10-11 20:22:54.271059: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEB700 next 293 of size 2048
  1836. 2019-10-11 20:22:54.273845: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEBF00 next 294 of size 2048
  1837. 2019-10-11 20:22:54.277195: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEC700 next 295 of size 4096
  1838. 2019-10-11 20:22:54.279921: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AED700 next 296 of size 2048
  1839. 2019-10-11 20:22:54.282926: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEDF00 next 297 of size 2048
  1840. 2019-10-11 20:22:54.286553: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEE700 next 298 of size 2048
  1841. 2019-10-11 20:22:54.289487: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001326AEEF00 next 299 of size 6291456
  1842. 2019-10-11 20:22:54.292681: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270EEF00 next 300 of size 2048
  1843. 2019-10-11 20:22:54.296759: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270EF700 next 301 of size 2048
  1844. 2019-10-11 20:22:54.300283: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270EFF00 next 302 of size 2048
  1845. 2019-10-11 20:22:54.304280: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270F0700 next 303 of size 2048
  1846. 2019-10-11 20:22:54.307259: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270F0F00 next 304 of size 2048
  1847. 2019-10-11 20:22:54.310299: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013270F1700 next 305 of size 6291456
  1848. 2019-10-11 20:22:54.314064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013276F1700 next 306 of size 6291456
  1849. 2019-10-11 20:22:54.317239: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF1700 next 307 of size 2048
  1850. 2019-10-11 20:22:54.321088: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF1F00 next 308 of size 2048
  1851. 2019-10-11 20:22:54.324326: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF2700 next 309 of size 4352
  1852. 2019-10-11 20:22:54.327557: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001327CF3800 next 310 of size 4198400
  1853. 2019-10-11 20:22:54.331565: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F4800 next 311 of size 2048
  1854. 2019-10-11 20:22:54.334810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F5000 next 312 of size 2048
  1855. 2019-10-11 20:22:54.337943: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F5800 next 313 of size 2048
  1856. 2019-10-11 20:22:54.341727: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F6000 next 314 of size 4096
  1857. 2019-10-11 20:22:54.344887: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F7000 next 315 of size 2048
  1858. 2019-10-11 20:22:54.348815: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F7800 next 316 of size 2048
  1859. 2019-10-11 20:22:54.351974: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013280F8000 next 317 of size 6291456
  1860. 2019-10-11 20:22:54.355170: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013286F8000 next 318 of size 6291456
  1861. 2019-10-11 20:22:54.358941: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CF8000 next 319 of size 4096
  1862. 2019-10-11 20:22:54.362180: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CF9000 next 320 of size 4352
  1863. 2019-10-11 20:22:54.365759: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFA100 next 321 of size 4352
  1864. 2019-10-11 20:22:54.368988: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFB200 next 322 of size 4352
  1865. 2019-10-11 20:22:54.372162: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFC300 next 323 of size 4352
  1866. 2019-10-11 20:22:54.376226: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFD400 next 324 of size 4352
  1867. 2019-10-11 20:22:54.381608: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001328CFE500 next 325 of size 4202752
  1868. 2019-10-11 20:22:54.388816: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329100600 next 326 of size 2048
  1869. 2019-10-11 20:22:54.396382: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329100E00 next 327 of size 4096
  1870. 2019-10-11 20:22:54.403777: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329101E00 next 328 of size 4096
  1871. 2019-10-11 20:22:54.407572: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329102E00 next 329 of size 4096
  1872. 2019-10-11 20:22:54.412412: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329103E00 next 330 of size 4198400
  1873. 2019-10-11 20:22:54.416107: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329504E00 next 331 of size 4096
  1874. 2019-10-11 20:22:54.419196: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329505E00 next 332 of size 4096
  1875. 2019-10-11 20:22:54.422960: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329506E00 next 333 of size 4352
  1876. 2019-10-11 20:22:54.425967: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329507F00 next 334 of size 4352
  1877. 2019-10-11 20:22:54.429964: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329509000 next 335 of size 4352
  1878. 2019-10-11 20:22:54.432734: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132950A100 next 336 of size 4352
  1879. 2019-10-11 20:22:54.435422: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132950B200 next 337 of size 2097152
  1880. 2019-10-11 20:22:54.439216: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132970B200 next 338 of size 4096
  1881. 2019-10-11 20:22:54.442383: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132970C200 next 339 of size 2048
  1882. 2019-10-11 20:22:54.445212: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132970CA00 next 340 of size 163840
  1883. 2019-10-11 20:22:54.448629: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329734A00 next 341 of size 4202752
  1884. 2019-10-11 20:22:54.451418: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329B36B00 next 342 of size 4202752
  1885. 2019-10-11 20:22:54.454207: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F38C00 next 343 of size 4352
  1886. 2019-10-11 20:22:54.458062: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F39D00 next 344 of size 4352
  1887. 2019-10-11 20:22:54.461302: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3AE00 next 345 of size 4096
  1888. 2019-10-11 20:22:54.464538: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3BE00 next 346 of size 4096
  1889. 2019-10-11 20:22:54.468558: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3CE00 next 347 of size 2048
  1890. 2019-10-11 20:22:54.471778: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F3D600 next 348 of size 163840
  1891. 2019-10-11 20:22:54.474572: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F65600 next 349 of size 4352
  1892. 2019-10-11 20:22:54.478391: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F66700 next 350 of size 4352
  1893. 2019-10-11 20:22:54.481721: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F67800 next 351 of size 4352
  1894. 2019-10-11 20:22:54.486195: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F68900 next 352 of size 4096
  1895. 2019-10-11 20:22:54.489375: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F69900 next 353 of size 2048
  1896. 2019-10-11 20:22:54.493476: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6A100 next 354 of size 2048
  1897. 2019-10-11 20:22:54.496604: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6A900 next 355 of size 4096
  1898. 2019-10-11 20:22:54.499809: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6B900 next 356 of size 4096
  1899. 2019-10-11 20:22:54.503691: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001329F6C900 next 357 of size 2097152
  1900. 2019-10-11 20:22:54.506865: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16C900 next 358 of size 2048
  1901. 2019-10-11 20:22:54.509724: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16D100 next 359 of size 2048
  1902. 2019-10-11 20:22:54.513229: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16D900 next 360 of size 4096
  1903. 2019-10-11 20:22:54.516041: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A16E900 next 361 of size 2097152
  1904. 2019-10-11 20:22:54.518867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A36E900 next 362 of size 2048
  1905. 2019-10-11 20:22:54.522619: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A36F100 next 363 of size 2048
  1906. 2019-10-11 20:22:54.525822: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A36F900 next 364 of size 163840
  1907. 2019-10-11 20:22:54.529282: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A397900 next 365 of size 2048
  1908. 2019-10-11 20:22:54.532000: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398100 next 366 of size 256
  1909. 2019-10-11 20:22:54.534710: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398200 next 367 of size 256
  1910. 2019-10-11 20:22:54.538171: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398300 next 368 of size 256
  1911. 2019-10-11 20:22:54.541292: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398400 next 369 of size 256
  1912. 2019-10-11 20:22:54.544378: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398500 next 370 of size 256
  1913. 2019-10-11 20:22:54.548090: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398600 next 371 of size 256
  1914. 2019-10-11 20:22:54.551132: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398700 next 372 of size 256
  1915. 2019-10-11 20:22:54.554146: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398800 next 373 of size 256
  1916. 2019-10-11 20:22:54.557912: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398900 next 374 of size 256
  1917. 2019-10-11 20:22:54.560854: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398A00 next 375 of size 256
  1918. 2019-10-11 20:22:54.563751: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398B00 next 376 of size 256
  1919. 2019-10-11 20:22:54.567506: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398C00 next 377 of size 256
  1920. 2019-10-11 20:22:54.570373: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398D00 next 378 of size 256
  1921. 2019-10-11 20:22:54.574366: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398E00 next 379 of size 256
  1922. 2019-10-11 20:22:54.577561: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A398F00 next 380 of size 256
  1923. 2019-10-11 20:22:54.580710: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399000 next 381 of size 256
  1924. 2019-10-11 20:22:54.585350: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399100 next 382 of size 256
  1925. 2019-10-11 20:22:54.588549: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399200 next 383 of size 256
  1926. 2019-10-11 20:22:54.591654: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399300 next 384 of size 256
  1927. 2019-10-11 20:22:54.595198: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399400 next 385 of size 256
  1928. 2019-10-11 20:22:54.597672: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399500 next 386 of size 256
  1929. 2019-10-11 20:22:54.600366: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399600 next 387 of size 256
  1930. 2019-10-11 20:22:54.603780: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399700 next 388 of size 256
  1931. 2019-10-11 20:22:54.606275: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399800 next 389 of size 256
  1932. 2019-10-11 20:22:54.608762: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399900 next 390 of size 256
  1933. 2019-10-11 20:22:54.612320: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399A00 next 391 of size 256
  1934. 2019-10-11 20:22:54.615106: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399B00 next 392 of size 256
  1935. 2019-10-11 20:22:54.619296: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399C00 next 393 of size 256
  1936. 2019-10-11 20:22:54.624079: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399D00 next 394 of size 256
  1937. 2019-10-11 20:22:54.629356: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399E00 next 395 of size 256
  1938. 2019-10-11 20:22:54.633133: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A399F00 next 396 of size 256
  1939. 2019-10-11 20:22:54.636180: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A000 next 397 of size 256
  1940. 2019-10-11 20:22:54.640096: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A100 next 398 of size 256
  1941. 2019-10-11 20:22:54.642976: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A200 next 399 of size 256
  1942. 2019-10-11 20:22:54.645899: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A300 next 400 of size 256
  1943. 2019-10-11 20:22:54.650343: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A400 next 401 of size 256
  1944. 2019-10-11 20:22:54.653306: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A500 next 402 of size 256
  1945. 2019-10-11 20:22:54.656622: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A600 next 403 of size 256
  1946. 2019-10-11 20:22:54.660496: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A700 next 404 of size 256
  1947. 2019-10-11 20:22:54.663583: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A800 next 405 of size 256
  1948. 2019-10-11 20:22:54.666526: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39A900 next 406 of size 256
  1949. 2019-10-11 20:22:54.670179: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39AA00 next 407 of size 256
  1950. 2019-10-11 20:22:54.673255: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000132A39AB00 next 451 of size 124902400
  1951. 2019-10-11 20:22:54.677436: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AB8700 next 429 of size 30464
  1952. 2019-10-11 20:22:54.680264: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331ABFE00 next 486 of size 256
  1953. 2019-10-11 20:22:54.682940: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331ABFF00 next 459 of size 30464
  1954. 2019-10-11 20:22:54.686464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AC7600 next 475 of size 30464
  1955. 2019-10-11 20:22:54.689998: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331ACED00 next 478 of size 30464
  1956. 2019-10-11 20:22:54.697115: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6400 next 666 of size 256
  1957. 2019-10-11 20:22:54.702999: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6500 next 664 of size 256
  1958. 2019-10-11 20:22:54.710016: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6600 next 449 of size 256
  1959. 2019-10-11 20:22:54.716980: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6700 next 641 of size 256
  1960. 2019-10-11 20:22:54.721431: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6800 next 642 of size 256
  1961. 2019-10-11 20:22:54.726604: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6900 next 485 of size 256
  1962. 2019-10-11 20:22:54.730035: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6A00 next 492 of size 256
  1963. 2019-10-11 20:22:54.734639: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6B00 next 592 of size 256
  1964. 2019-10-11 20:22:54.738043: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AD6C00 next 557 of size 59392
  1965. 2019-10-11 20:22:54.741806: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AE5400 next 606 of size 30464
  1966. 2019-10-11 20:22:54.746679: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AECB00 next 468 of size 30464
  1967. 2019-10-11 20:22:54.750381: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AF4200 next 477 of size 30464
  1968. 2019-10-11 20:22:54.753651: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331AFB900 next 662 of size 60928
  1969. 2019-10-11 20:22:54.756214: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B0A700 next 637 of size 30464
  1970. 2019-10-11 20:22:54.759215: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B11E00 next 599 of size 30464
  1971. 2019-10-11 20:22:54.762872: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B19500 next 544 of size 60928
  1972. 2019-10-11 20:22:54.765812: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B28300 next 515 of size 60928
  1973. 2019-10-11 20:22:54.768650: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B37100 next 516 of size 60928
  1974. 2019-10-11 20:22:54.772446: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B45F00 next 439 of size 60928
  1975. 2019-10-11 20:22:54.774971: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B54D00 next 502 of size 60928
  1976. 2019-10-11 20:22:54.777900: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B63B00 next 436 of size 60928
  1977. 2019-10-11 20:22:54.781400: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B72900 next 621 of size 60928
  1978. 2019-10-11 20:22:54.783977: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B81700 next 640 of size 121856
  1979. 2019-10-11 20:22:54.786624: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331B9F300 next 623 of size 60928
  1980. 2019-10-11 20:22:54.789867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BAE100 next 644 of size 60928
  1981. 2019-10-11 20:22:54.792581: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BBCF00 next 469 of size 121856
  1982. 2019-10-11 20:22:54.795347: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BDAB00 next 643 of size 121856
  1983. 2019-10-11 20:22:54.798897: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331BF8700 next 651 of size 121856
  1984. 2019-10-11 20:22:54.801501: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C16300 next 618 of size 121856
  1985. 2019-10-11 20:22:54.804503: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C33F00 next 547 of size 121856
  1986. 2019-10-11 20:22:54.808395: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C51B00 next 445 of size 121856
  1987. 2019-10-11 20:22:54.811137: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C6F700 next 427 of size 121856
  1988. 2019-10-11 20:22:54.813738: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331C8D300 next 638 of size 121856
  1989. 2019-10-11 20:22:54.817165: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331CAAF00 next 650 of size 121856
  1990. 2019-10-11 20:22:54.819914: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331CC8B00 next 648 of size 121856
  1991. 2019-10-11 20:22:54.822895: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331CE6700 next 426 of size 152064
  1992. 2019-10-11 20:22:54.826957: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0B900 next 520 of size 256
  1993. 2019-10-11 20:22:54.829826: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BA00 next 608 of size 256
  1994. 2019-10-11 20:22:54.832499: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BB00 next 416 of size 256
  1995. 2019-10-11 20:22:54.836078: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BC00 next 612 of size 256
  1996. 2019-10-11 20:22:54.838681: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BD00 next 525 of size 256
  1997. 2019-10-11 20:22:54.841559: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0BE00 next 489 of size 256
  1998. 2019-10-11 20:22:54.845329: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0BF00 next 586 of size 512
  1999. 2019-10-11 20:22:54.848147: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C100 next 444 of size 256
  2000. 2019-10-11 20:22:54.851026: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C200 next 410 of size 256
  2001. 2019-10-11 20:22:54.854702: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C300 next 481 of size 256
  2002. 2019-10-11 20:22:54.857546: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C400 next 597 of size 256
  2003. 2019-10-11 20:22:54.860292: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C500 next 512 of size 256
  2004. 2019-10-11 20:22:54.863992: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C600 next 602 of size 256
  2005. 2019-10-11 20:22:54.866870: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C700 next 607 of size 256
  2006. 2019-10-11 20:22:54.869752: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0C800 next 433 of size 256
  2007. 2019-10-11 20:22:54.873677: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0C900 next 661 of size 256
  2008. 2019-10-11 20:22:54.876551: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CA00 next 448 of size 256
  2009. 2019-10-11 20:22:54.879341: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CB00 next 594 of size 256
  2010. 2019-10-11 20:22:54.882802: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CC00 next 635 of size 256
  2011. 2019-10-11 20:22:54.885269: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CD00 next 470 of size 256
  2012. 2019-10-11 20:22:54.887972: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CE00 next 656 of size 256
  2013. 2019-10-11 20:22:54.891425: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0CF00 next 484 of size 256
  2014. 2019-10-11 20:22:54.894111: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D000 next 471 of size 256
  2015. 2019-10-11 20:22:54.896750: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0D100 next 625 of size 256
  2016. 2019-10-11 20:22:54.900301: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D200 next 461 of size 256
  2017. 2019-10-11 20:22:54.903216: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D300 next 583 of size 256
  2018. 2019-10-11 20:22:54.905959: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D400 next 456 of size 256
  2019. 2019-10-11 20:22:54.909243: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D500 next 659 of size 256
  2020. 2019-10-11 20:22:54.911919: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D600 next 588 of size 256
  2021. 2019-10-11 20:22:54.914712: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D700 next 452 of size 256
  2022. 2019-10-11 20:22:54.918178: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D800 next 546 of size 256
  2023. 2019-10-11 20:22:54.920639: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0D900 next 526 of size 256
  2024. 2019-10-11 20:22:54.923122: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DA00 next 507 of size 256
  2025. 2019-10-11 20:22:54.926581: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DB00 next 639 of size 256
  2026. 2019-10-11 20:22:54.929554: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DC00 next 568 of size 256
  2027. 2019-10-11 20:22:54.932417: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0DD00 next 551 of size 256
  2028. 2019-10-11 20:22:54.936381: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001331D0DE00 next 629 of size 1024
  2029. 2019-10-11 20:22:54.939501: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E200 next 587 of size 256
  2030. 2019-10-11 20:22:54.942357: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E300 next 556 of size 256
  2031. 2019-10-11 20:22:54.946059: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E400 next 566 of size 256
  2032. 2019-10-11 20:22:54.948984: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E500 next 473 of size 256
  2033. 2019-10-11 20:22:54.951877: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E600 next 571 of size 256
  2034. 2019-10-11 20:22:54.956113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E700 next 524 of size 256
  2035. 2019-10-11 20:22:54.959018: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E800 next 413 of size 256
  2036. 2019-10-11 20:22:54.961697: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331D0E900 next 554 of size 2437120
  2037. 2019-10-11 20:22:54.965810: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001331F61900 next 522 of size 15597568
  2038. 2019-10-11 20:22:54.968846: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001332E41900 next 669 of size 15597568
  2039. 2019-10-11 20:22:54.972169: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001333D21900 next 464 of size 15597568
  2040. 2019-10-11 20:22:54.976080: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001334C01900 next 573 of size 15597568
  2041. 2019-10-11 20:22:54.979113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001335AE1900 next 604 of size 15597568
  2042. 2019-10-11 20:22:54.983002: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013369C1900 next 549 of size 15597568
  2043. 2019-10-11 20:22:54.986256: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013378A1900 next 441 of size 15597568
  2044. 2019-10-11 20:22:54.989249: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001338781900 next 463 of size 15597568
  2045. 2019-10-11 20:22:54.993113: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001339661900 next 620 of size 15597568
  2046. 2019-10-11 20:22:54.996168: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133A541900 next 479 of size 15597568
  2047. 2019-10-11 20:22:54.999196: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133B421900 next 511 of size 15597568
  2048. 2019-10-11 20:22:55.003716: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133C301900 next 553 of size 15597568
  2049. 2019-10-11 20:22:55.006697: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133D1E1900 next 529 of size 15597568
  2050. 2019-10-11 20:22:55.010309: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133E0C1900 next 615 of size 15597568
  2051. 2019-10-11 20:22:55.013264: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133EFA1900 next 414 of size 15597568
  2052. 2019-10-11 20:22:55.016193: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000133FE81900 next 577 of size 16121856
  2053. 2019-10-11 20:22:55.020176: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001340DE1900 next 408 of size 16121856
  2054. 2019-10-11 20:22:55.024438: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001341D41900 next 453 of size 15597568
  2055. 2019-10-11 20:22:55.028420: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001342C21900 next 428 of size 15597568
  2056. 2019-10-11 20:22:55.031749: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001343B01900 next 467 of size 15597568
  2057. 2019-10-11 20:22:55.034820: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013449E1900 next 533 of size 15597568
  2058. 2019-10-11 20:22:55.038692: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013458C1900 next 472 of size 121856
  2059. 2019-10-11 20:22:55.041604: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013458DF500 next 582 of size 121856
  2060. 2019-10-11 20:22:55.045225: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013458FD100 next 627 of size 121856
  2061. 2019-10-11 20:22:55.048150: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134591AD00 next 591 of size 121856
  2062. 2019-10-11 20:22:55.051117: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345938900 next 540 of size 121856
  2063. 2019-10-11 20:22:55.057327: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345956500 next 601 of size 121856
  2064. 2019-10-11 20:22:55.062652: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345974100 next 509 of size 121856
  2065. 2019-10-11 20:22:55.068947: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345991D00 next 626 of size 122368
  2066. 2019-10-11 20:22:55.074858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013459AFB00 next 590 of size 121856
  2067. 2019-10-11 20:22:55.079396: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013459CD700 next 578 of size 121856
  2068. 2019-10-11 20:22:55.085072: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013459EB300 next 503 of size 121856
  2069. 2019-10-11 20:22:55.088479: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A08F00 next 435 of size 121856
  2070. 2019-10-11 20:22:55.091656: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A26B00 next 480 of size 121856
  2071. 2019-10-11 20:22:55.095521: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A44700 next 634 of size 121856
  2072. 2019-10-11 20:22:55.098559: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A62300 next 421 of size 121856
  2073. 2019-10-11 20:22:55.102396: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001345A7FF00 next 517 of size 122112
  2074. 2019-10-11 20:22:55.105087: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001345A9DC00 next 585 of size 121856
  2075. 2019-10-11 20:22:55.107989: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001345ABB800 next 630 of size 13525248
  2076. 2019-10-11 20:22:55.111956: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013467A1900 next 631 of size 15597568
  2077. 2019-10-11 20:22:55.115015: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001347681900 next 431 of size 15597568
  2078. 2019-10-11 20:22:55.117867: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001348561900 next 614 of size 15597568
  2079. 2019-10-11 20:22:55.121702: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001349441900 next 442 of size 31195136
  2080. 2019-10-11 20:22:55.124567: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134B201900 next 430 of size 31195136
  2081. 2019-10-11 20:22:55.127755: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134CFC1900 next 559 of size 31195136
  2082. 2019-10-11 20:22:55.131753: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000134ED81900 next 576 of size 31195136
  2083. 2019-10-11 20:22:55.134736: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001350B41900 next 434 of size 31195136
  2084. 2019-10-11 20:22:55.137643: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001352901900 next 537 of size 31195136
  2085. 2019-10-11 20:22:55.141404: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013546C1900 next 660 of size 31195136
  2086. 2019-10-11 20:22:55.143938: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001356481900 next 609 of size 31195136
  2087. 2019-10-11 20:22:55.146470: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001358241900 next 548 of size 31195136
  2088. 2019-10-11 20:22:55.149629: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135A001900 next 598 of size 31195136
  2089. 2019-10-11 20:22:55.152156: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135BDC1900 next 530 of size 31195136
  2090. 2019-10-11 20:22:55.154690: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135DB81900 next 409 of size 31195136
  2091. 2019-10-11 20:22:55.158081: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000135F941900 next 649 of size 31195136
  2092. 2019-10-11 20:22:55.161064: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001361701900 next 423 of size 31195136
  2093. 2019-10-11 20:22:55.164072: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013634C1900 next 495 of size 31653888
  2094. 2019-10-11 20:22:55.167436: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013652F1900 next 534 of size 31653888
  2095. 2019-10-11 20:22:55.170366: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001367121900 next 510 of size 31195136
  2096. 2019-10-11 20:22:55.173277: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001368EE1900 next 538 of size 31326208
  2097. 2019-10-11 20:22:55.176386: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000136ACC1900 next 488 of size 31195136
  2098. 2019-10-11 20:22:55.178925: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000136CA81900 next 487 of size 31195136
  2099. 2019-10-11 20:22:55.181505: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000136E841900 next 562 of size 31195136
  2100. 2019-10-11 20:22:55.184791: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 0000001370601900 next 536 of size 31195136
  2101. 2019-10-11 20:22:55.187311: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013723C1900 next 494 of size 31195136
  2102. 2019-10-11 20:22:55.189906: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001374181900 next 419 of size 31195136
  2103. 2019-10-11 20:22:55.194118: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001375F41900 next 514 of size 31195136
  2104. 2019-10-11 20:22:55.196774: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001377D01900 next 579 of size 62390272
  2105. 2019-10-11 20:22:55.199314: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000137B881900 next 611 of size 62390272
  2106. 2019-10-11 20:22:55.202826: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000137F401900 next 628 of size 62390272
  2107. 2019-10-11 20:22:55.205445: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001382F81900 next 432 of size 62390272
  2108. 2019-10-11 20:22:55.207996: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001386B01900 next 498 of size 62390272
  2109. 2019-10-11 20:22:55.210707: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000138A681900 next 565 of size 62390272
  2110. 2019-10-11 20:22:55.214191: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000138E201900 next 446 of size 62390272
  2111. 2019-10-11 20:22:55.216708: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001391D81900 next 447 of size 62390272
  2112. 2019-10-11 20:22:55.219308: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001395901900 next 564 of size 62390272
  2113. 2019-10-11 20:22:55.222817: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001399481900 next 543 of size 62390272
  2114. 2019-10-11 20:22:55.225985: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000139D001900 next 667 of size 62390272
  2115. 2019-10-11 20:22:55.229584: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013A0B81900 next 569 of size 62390272
  2116. 2019-10-11 20:22:55.232151: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013A4701900 next 412 of size 62390272
  2117. 2019-10-11 20:22:55.234858: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013A8281900 next 581 of size 62390272
  2118. 2019-10-11 20:22:55.237572: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013ABE01900 next 528 of size 62914560
  2119. 2019-10-11 20:22:55.241092: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013AFA01900 next 462 of size 62914560
  2120. 2019-10-11 20:22:55.243743: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013B3601900 next 552 of size 62390272
  2121. 2019-10-11 20:22:55.246276: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013B7181900 next 570 of size 62652416
  2122. 2019-10-11 20:22:55.249593: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013BAD41900 next 603 of size 62390272
  2123. 2019-10-11 20:22:55.252316: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013BE8C1900 next 670 of size 62390272
  2124. 2019-10-11 20:22:55.255567: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013C2441900 next 521 of size 62390272
  2125. 2019-10-11 20:22:55.259555: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013C5FC1900 next 605 of size 62390272
  2126. 2019-10-11 20:22:55.262464: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013C9B41900 next 572 of size 62390272
  2127. 2019-10-11 20:22:55.265189: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013CD6C1900 next 531 of size 62390272
  2128. 2019-10-11 20:22:55.268793: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013D1241900 next 454 of size 62390272
  2129. 2019-10-11 20:22:55.271528: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013D4DC1900 next 497 of size 124780544
  2130. 2019-10-11 20:22:55.275287: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013DC4C1900 next 619 of size 124780544
  2131. 2019-10-11 20:22:55.278299: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013E3BC1900 next 518 of size 124780544
  2132. 2019-10-11 20:22:55.281339: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013EB2C1900 next 455 of size 124780544
  2133. 2019-10-11 20:22:55.284843: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013F29C1900 next 616 of size 124780544
  2134. 2019-10-11 20:22:55.287790: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000013FA0C1900 next 513 of size 124780544
  2135. 2019-10-11 20:22:55.291003: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014017C1900 next 466 of size 124780544
  2136. 2019-10-11 20:22:55.294276: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001408EC1900 next 657 of size 124780544
  2137. 2019-10-11 20:22:55.297122: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014105C1900 next 584 of size 124780544
  2138. 2019-10-11 20:22:55.300267: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001417CC1900 next 646 of size 124780544
  2139. 2019-10-11 20:22:55.304252: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000141F3C1900 next 425 of size 124780544
  2140. 2019-10-11 20:22:55.307351: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001426AC1900 next 476 of size 124780544
  2141. 2019-10-11 20:22:55.310247: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000142E1C1900 next 636 of size 124780544
  2142. 2019-10-11 20:22:55.313666: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014358C1900 next 505 of size 124780544
  2143. 2019-10-11 20:22:55.318595: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000143CFC1900 next 596 of size 124780544
  2144. 2019-10-11 20:22:55.325429: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014446C1900 next 539 of size 124780544
  2145. 2019-10-11 20:22:55.330843: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000144BDC1900 next 415 of size 124780544
  2146. 2019-10-11 20:22:55.335517: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014534C1900 next 504 of size 124780544
  2147. 2019-10-11 20:22:55.340459: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000145ABC1900 next 593 of size 124780544
  2148. 2019-10-11 20:22:55.345794: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014622C1900 next 632 of size 124780544
  2149. 2019-10-11 20:22:55.350752: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014699C1900 next 567 of size 124780544
  2150. 2019-10-11 20:22:55.353956: I tensorflow/core/common_runtime/bfc_allocator.cc:800] Free at 00000014710C1900 next 411 of size 124780544
  2151. 2019-10-11 20:22:55.357039: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014787C1900 next 622 of size 124780544
  2152. 2019-10-11 20:22:55.360837: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000147FEC1900 next 600 of size 124780544
  2153. 2019-10-11 20:22:55.363849: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014875C1900 next 663 of size 124780544
  2154. 2019-10-11 20:22:55.366887: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000148ECC1900 next 668 of size 124902400
  2155. 2019-10-11 20:22:55.370540: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014963DF500 next 483 of size 124902400
  2156. 2019-10-11 20:22:55.373589: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000149DAFD100 next 575 of size 124902400
  2157. 2019-10-11 20:22:55.377219: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014A521AD00 next 440 of size 124902400
  2158. 2019-10-11 20:22:55.380310: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014AC938900 next 653 of size 124902400
  2159. 2019-10-11 20:22:55.383813: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014B4056500 next 610 of size 124902400
  2160. 2019-10-11 20:22:55.387881: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014BB774100 next 560 of size 124902400
  2161. 2019-10-11 20:22:55.390888: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014C2E91D00 next 501 of size 124902400
  2162. 2019-10-11 20:22:55.393824: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014CA5AF900 next 490 of size 124902400
  2163. 2019-10-11 20:22:55.397461: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014D1CCD500 next 527 of size 124902400
  2164. 2019-10-11 20:22:55.400320: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014D93EB100 next 654 of size 124902400
  2165. 2019-10-11 20:22:55.403320: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014E0B08D00 next 589 of size 124902400
  2166. 2019-10-11 20:22:55.407320: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014E8226900 next 652 of size 124902400
  2167. 2019-10-11 20:22:55.410413: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014EF944500 next 542 of size 124902400
  2168. 2019-10-11 20:22:55.414766: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014F7062100 next 458 of size 124902400
  2169. 2019-10-11 20:22:55.417946: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 00000014FE77FD00 next 550 of size 124902400
  2170. 2019-10-11 20:22:55.420883: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001505E9D900 next 500 of size 124902400
  2171. 2019-10-11 20:22:55.424587: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000150D5BB500 next 499 of size 124902400
  2172. 2019-10-11 20:22:55.427457: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001514CD9100 next 613 of size 124902400
  2173. 2019-10-11 20:22:55.430389: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 000000151C3F6D00 next 496 of size 124902400
  2174. 2019-10-11 20:22:55.433894: I tensorflow/core/common_runtime/bfc_allocator.cc:800] InUse at 0000001523B14900 next 18446744073709551615 of size 181850880
  2175. 2019-10-11 20:22:55.436798: I tensorflow/core/common_runtime/bfc_allocator.cc:809] Summary of in-use Chunks by size:
  2176. 2019-10-11 20:22:55.439316: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 111 Chunks of size 256 totalling 27.8KiB
  2177. 2019-10-11 20:22:55.442833: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 1280 totalling 1.3KiB
  2178. 2019-10-11 20:22:55.445669: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 147 Chunks of size 2048 totalling 294.0KiB
  2179. 2019-10-11 20:22:55.448505: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 73 Chunks of size 4096 totalling 292.0KiB
  2180. 2019-10-11 20:22:55.452055: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 52 Chunks of size 4352 totalling 221.0KiB
  2181. 2019-10-11 20:22:55.454661: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 8 Chunks of size 8192 totalling 64.0KiB
  2182. 2019-10-11 20:22:55.457316: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 9 Chunks of size 30464 totalling 267.8KiB
  2183. 2019-10-11 20:22:55.460782: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 59392 totalling 58.0KiB
  2184. 2019-10-11 20:22:55.463208: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 10 Chunks of size 60928 totalling 595.0KiB
  2185. 2019-10-11 20:22:55.466023: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 26 Chunks of size 121856 totalling 3.02MiB
  2186. 2019-10-11 20:22:55.469772: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 122368 totalling 119.5KiB
  2187. 2019-10-11 20:22:55.472199: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 152064 totalling 148.5KiB
  2188. 2019-10-11 20:22:55.474623: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 163840 totalling 640.0KiB
  2189. 2019-10-11 20:22:55.477130: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 2097152 totalling 8.00MiB
  2190. 2019-10-11 20:22:55.480566: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 2437120 totalling 2.32MiB
  2191. 2019-10-11 20:22:55.482908: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 8 Chunks of size 3145728 totalling 24.00MiB
  2192. 2019-10-11 20:22:55.485702: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 4 Chunks of size 4198400 totalling 16.02MiB
  2193. 2019-10-11 20:22:55.489284: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 12 Chunks of size 4202752 totalling 48.10MiB
  2194. 2019-10-11 20:22:55.492095: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 24 Chunks of size 6291456 totalling 144.00MiB
  2195. 2019-10-11 20:22:55.494699: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 22 Chunks of size 15597568 totalling 327.25MiB
  2196. 2019-10-11 20:22:55.497785: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 16121856 totalling 30.75MiB
  2197. 2019-10-11 20:22:55.500368: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 8 Chunks of size 25165824 totalling 192.00MiB
  2198. 2019-10-11 20:22:55.502808: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 31195136 totalling 624.75MiB
  2199. 2019-10-11 20:22:55.506011: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 31326208 totalling 29.88MiB
  2200. 2019-10-11 20:22:55.508423: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 31653888 totalling 60.38MiB
  2201. 2019-10-11 20:22:55.511211: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 22 Chunks of size 62390272 totalling 1.28GiB
  2202. 2019-10-11 20:22:55.515048: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 62652416 totalling 59.75MiB
  2203. 2019-10-11 20:22:55.517545: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 2 Chunks of size 62914560 totalling 120.00MiB
  2204. 2019-10-11 20:22:55.519960: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 24 Chunks of size 124780544 totalling 2.79GiB
  2205. 2019-10-11 20:22:55.522641: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 21 Chunks of size 124902400 totalling 2.44GiB
  2206. 2019-10-11 20:22:55.526345: I tensorflow/core/common_runtime/bfc_allocator.cc:812] 1 Chunks of size 181850880 totalling 173.43MiB
  2207. 2019-10-11 20:22:55.529193: I tensorflow/core/common_runtime/bfc_allocator.cc:816] Sum Total of in-use chunks: 8.33GiB
  2208. 2019-10-11 20:22:55.531794: I tensorflow/core/common_runtime/bfc_allocator.cc:818] total_region_allocated_bytes_: 9116851200 memory_limit_: 9116851241 available bytes: 41 curr_region_allocation_bytes_: 18233702912
  2209. 2019-10-11 20:22:55.537254: I tensorflow/core/common_runtime/bfc_allocator.cc:824] Stats:
  2210. Limit: 9116851241
  2211. InUse: 8947226112
  2212. MaxInUse: 8947226112
  2213. NumAllocs: 142179
  2214. MaxAllocSize: 1470791680
  2215.  
  2216. 2019-10-11 20:22:55.544083: W tensorflow/core/common_runtime/bfc_allocator.cc:319] ****************************************************************************************************
  2217. 2019-10-11 20:22:55.547803: W tensorflow/core/framework/op_kernel.cc:1502] OP_REQUIRES failed at cwise_op_select.cc:122 : Resource exhausted: OOM when allocating tensor with shape[32,952,1025] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
  2218. Traceback (most recent call last):
  2219. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1356, in _do_call
  2220. return fn(*args)
  2221. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1341, in _run_fn
  2222. options, feed_dict, fetch_list, target_list, run_metadata)
  2223. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1429, in _call_tf_sessionrun
  2224. run_metadata)
  2225. tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
  2226. (0) Resource exhausted: OOM when allocating tensor with shape[32,952,1025] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
  2227. [[{{node SSRN/Sigmoid}}]]
  2228. Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
  2229.  
  2230. [[Adam_79/update/_914]]
  2231. Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
  2232.  
  2233. (1) Resource exhausted: OOM when allocating tensor with shape[32,952,1025] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
  2234. [[{{node SSRN/Sigmoid}}]]
  2235. Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
  2236.  
  2237. 0 successful operations.
  2238. 0 derived errors ignored.
  2239.  
  2240. During handling of the above exception, another exception occurred:
  2241.  
  2242. Traceback (most recent call last):
  2243. File "train.py", line 148, in <module>
  2244. gs, _ = sess.run([g.global_step, g.train_op])
  2245. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 950, in run
  2246. run_metadata_ptr)
  2247. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1173, in _run
  2248. feed_dict_tensor, options, run_metadata)
  2249. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1350, in _do_run
  2250. run_metadata)
  2251. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1370, in _do_call
  2252. raise type(e)(node_def, op, message)
  2253. tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
  2254. (0) Resource exhausted: OOM when allocating tensor with shape[32,952,1025] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
  2255. [[node SSRN/Sigmoid (defined at C:\Users\Tom\Desktop\dc_tts\networks.py:291) ]]
  2256. Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
  2257.  
  2258. [[Adam_79/update/_914]]
  2259. Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
  2260.  
  2261. (1) Resource exhausted: OOM when allocating tensor with shape[32,952,1025] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
  2262. [[node SSRN/Sigmoid (defined at C:\Users\Tom\Desktop\dc_tts\networks.py:291) ]]
  2263. Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
  2264.  
  2265. 0 successful operations.
  2266. 0 derived errors ignored.
  2267.  
  2268. Errors may have originated from an input operation.
  2269. Input Source operations connected to node SSRN/Sigmoid:
  2270. SSRN/C_16/dropout/dropout/mul_1 (defined at C:\Users\Tom\Desktop\dc_tts\modules.py:139)
  2271.  
  2272. Input Source operations connected to node SSRN/Sigmoid:
  2273. SSRN/C_16/dropout/dropout/mul_1 (defined at C:\Users\Tom\Desktop\dc_tts\modules.py:139)
  2274.  
  2275. Original stack trace for 'SSRN/Sigmoid':
  2276. File "train.py", line 141, in <module>
  2277. g = Graph(num=num); print("Training Graph loaded")
  2278. File "train.py", line 72, in __init__
  2279. self.Z_logits, self.Z = SSRN(self.mels, training=training)
  2280. File "C:\Users\Tom\Desktop\dc_tts\networks.py", line 291, in SSRN
  2281. Z = tf.nn.sigmoid(logits)
  2282. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\math_ops.py", line 2998, in sigmoid
  2283. return gen_math_ops.sigmoid(x, name=name)
  2284. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\ops\gen_math_ops.py", line 9993, in sigmoid
  2285. "Sigmoid", x=x, name=name)
  2286. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 788, in _apply_op_helper
  2287. op_def=op_def)
  2288. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\util\deprecation.py", line 507, in new_func
  2289. return func(*args, **kwargs)
  2290. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\ops.py", line 3616, in create_op
  2291. op_def=op_def)
  2292. File "C:\Users\Tom\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\framework\ops.py", line 2005, in __init__
  2293. self._traceback = tf_stack.extract_stack()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement