Ubuntu_GPUBased_TF_Installation_sysInfo 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. systemInfo:
  2. (uname -a)
  3. Linux youchen-Inspiron 4.13.0-21-generic #24-Ubuntu SMP Mon Dec 18 17:29:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
  4. (from lsb_release -a)
  5. Distributor ID: Ubuntu
  6. Description: Ubuntu 17.10
  7. Release: 17.10
  8. Codename: artful
  9. (/proc/cpuinfo)
  10. cpu 4 cores
  11. processor : 0
  12. vendor_id : GenuineIntel
  13. cpu family : 6
  14. model : 158
  15. model name : Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
  16. stepping : 9
  17. microcode : 0x8e
  18. cpu MHz : 2500.000
  19. cache size : 6144 KB
  20. physical id : 0
  21. siblings : 4
  22. core id : 0
  23. cpu cores : 4
  24. apicid : 0
  25. initial apicid : 0
  26. fpu : yes
  27. fpu_exception : yes
  28. cpuid level : 22
  29. wp : yes
  30. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp
  31. bugs :
  32. bogomips : 4992.00
  33. clflush size : 64
  34. cache_alignment : 64
  35. address sizes : 39 bits physical, 48 bits virtual
  36. power management:
  37. (NVIDIA cuda 9.0 samples 1.utilities deviceQuery)
  38. GPU GTX 1050ti 4G, with CUDA 9.0 and cuDNN 7.1
  39. Device 0: "GeForce GTX 1050 Ti"
  40. CUDA Driver Version / Runtime Version 9.0 / 9.0
  41. CUDA Capability Major/Minor version number: 6.1
  42. Total amount of global memory: 4039 MBytes (4235001856 bytes)
  43. ( 6) Multiprocessors, (128) CUDA Cores/MP: 768 CUDA Cores
  44. GPU Max Clock rate: 1620 MHz (1.62 GHz)
  45. Memory Clock rate: 3504 Mhz
  46. Memory Bus Width: 128-bit
  47. L2 Cache Size: 1048576 bytes
  48. Maximum Texture Dimension Size (x,y,z) 1D=(131072), 2D=(131072, 65536), 3D=(16384, 16384, 16384)
  49. Maximum Layered 1D Texture Size, (num) layers 1D=(32768), 2048 layers
  50. Maximum Layered 2D Texture Size, (num) layers 2D=(32768, 32768), 2048 layers
  51. Total amount of constant memory: 65536 bytes
  52. Total amount of shared memory per block: 49152 bytes
  53. Total number of registers available per block: 65536
  54. Warp size: 32
  55. Maximum number of threads per multiprocessor: 2048
  56. Maximum number of threads per block: 1024
  57. Max dimension size of a thread block (x,y,z): (1024, 1024, 64)
  58. Max dimension size of a grid size (x,y,z): (2147483647, 65535, 65535)
  59. Maximum memory pitch: 2147483647 bytes
  60. Texture alignment: 512 bytes
  61. Concurrent copy and kernel execution: Yes with 2 copy engine(s)
  62. Run time limit on kernels: Yes
  63. Integrated GPU sharing Host Memory: No
  64. Support host page-locked memory mapping: Yes
  65. Alignment requirement for Surfaces: Yes
  66. Device has ECC support: Disabled
  67. Device supports Unified Addressing (UVA): Yes
  68. Supports Cooperative Kernel Launch: Yes
  69. Supports MultiDevice Co-op Kernel Launch: Yes
  70. Device PCI Domain ID / Bus ID / location ID: 0 / 1 / 0
  71. Compute Mode:
  72. < Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
  73. deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 9.0, CUDA Runtime Version = 9.0, NumDevs = 1
  74. Result = PASS
  75. (/proc/meminfo)
  76. mem 8G
  77. MemTotal: 8035040 kB
  78. MemFree: 2917436 kB
  79. MemAvailable: 5674304 kB
  80. Buffers: 176528 kB
  81. Cached: 2481976 kB
  82. SwapCached: 0 kB
  83. Active: 3150140 kB
  84. Inactive: 1529604 kB
  85. Active(anon): 1721356 kB
  86. Inactive(anon): 62668 kB
  87. Active(file): 1428784 kB
  88. Inactive(file): 1466936 kB
  89. Unevictable: 16 kB
  90. Mlocked: 16 kB
  91. SwapTotal: 4882428 kB
  92. SwapFree: 4882428 kB
  93. Dirty: 300 kB
  94. Writeback: 0 kB
  95. AnonPages: 2021288 kB
  96. Mapped: 436224 kB
  97. Shmem: 63740 kB
  98. Slab: 235680 kB
  99. SReclaimable: 171060 kB
  100. SUnreclaim: 64620 kB
  101. KernelStack: 12208 kB
  102. PageTables: 52380 kB
  103. NFS_Unstable: 0 kB
  104. Bounce: 0 kB
  105. WritebackTmp: 0 kB
  106. CommitLimit: 8899948 kB
  107. Committed_AS: 7338388 kB
  108. VmallocTotal: 34359738367 kB
  109. VmallocUsed: 0 kB
  110. VmallocChunk: 0 kB
  111. HardwareCorrupted: 0 kB
  112. AnonHugePages: 0 kB
  113. ShmemHugePages: 0 kB
  114. ShmemPmdMapped: 0 kB
  115. CmaTotal: 0 kB
  116. CmaFree: 0 kB
  117. HugePages_Total: 0
  118. HugePages_Free: 0
  119. HugePages_Rsvd: 0
  120. HugePages_Surp: 0
  121. Hugepagesize: 2048 kB
  122. DirectMap4k: 273256 kB
  123. DirectMap2M: 6930432 kB
  124. DirectMap1G: 1048576 kB
  125. (df -h)
  126. disk 100G for Ubuntu
  127. Filesystem Size Used Avail Use% Mounted on
  128. udev 3.9G 0 3.9G 0% /dev
  129. tmpfs 785M 19M 767M 3% /run
  130. /dev/sdb6 28G 3.7G 23G 14% /
  131. /dev/sdb10 34G 8.6G 24G 27% /usr
  132. tmpfs 3.9G 9.0M 3.9G 1% /dev/shm
  133. tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  134. tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  135. /dev/sda1 496M 67M 430M 14% /boot/efi
  136. /dev/sdb9 32G 8.0G 23G 27% /home
  137. tmpfs 785M 16K 785M 1% /run/user/121
  138. tmpfs 785M 52K 785M 1% /run/user/1000
  139. tmpfs 785M 0 785M 0% /run/user/0