# Invocation command line: # /tmp/spec/1.2/bin/runspec --config=/tmp/spec/1.2/config/k20-ocl.cfg --flagsurl=file://bigdata/rz/kroh21/SPEC/ACCEL/run/gcc62_ocl_flags.xml --tune=base,peak --size=ref --device 0 --platform NVIDIA --reportable opencl # output_root was not used for this run ############################################################################ ############################################################################ # # Document Title: k20-ocl.cfg # # Subject: SPEC ACCEL HZDR OpenCl K80 configuration file # # Last Update: 29 Jun 2017 # # ------------------------------------------------------------- # # This is an example of a very simple ACCEL config file. # It is intended to cover the features sufficient to # get a ACCEL baseline run completed. Please see the # config.txt file for details on config file setup and # use and other example configuration files for further sample # implementations. # # IMPORTANT: This is an example configuration file for illustration # purposes. # # # Comments to the config file are found in lines that begin # with the "#" character. # # The first step in creating a configuration file is to document # your configuration. The example below contains an example of # some of the fields that are needed for documenting your # measurements. See example-medium.cfg for an example that # includes a list of all of the fields required for a full # publication of results. ##################################################################### # System Under Test (SUT) Section # If it affects performance, you need to describe it, either # in the pre-defined fields or by adding it to the notes section. # Replace the setting below with the ones that match your # machine. # # hw_model = name of the machine model # hw_memory = how much memory in the machine you are testing # hw_disk = what types and size of disk were used when tested # hw_vendor = what vendor makes the machine being tested # hw_cpu = what type of processor is in the system # hw_cpu_mhz = the clock frequency of the processor ####################################################################### # System Description hw_model = Supermicro X9DRG-HF hw_memory000 = 64 GB (8 x 8 GB 2Rx4 PC3-12800R-11, ECC, running hw_memory001 = at hw_memory001 = 1066 MHz) hw_disk = 60 GB INTEL SSDSC2CW060A3 hw_vendor = Supermicro hw_avail = Jan-2013 # CPU description hw_cpu_name = Intel Xeon E5-2609 hw_cpu_char = No TURBO hw_cpu_mhz = 2400 hw_cpu_max_mhz = 2400 hw_nchips = 2 hw_ncores = 8 hw_ncoresperchip = 4 hw_nthreadspercore = 1 hw_ncpuorder = 1,2 chips hw_fpu = Integrated hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 256 KB I+D on chip per core hw_tcache = 10 MB I+D on chip per chip hw_ocache = None # Accelerator description hw_accel_model = Tesla K20m hw_accel_vendor = NVIDIA hw_accel_name = NVIDIA Tesla K20m hw_accel_type = GPU hw_accel_connect = PCIe 2.0 16x hw_accel_ecc = yes hw_accel_desc000= NVIDIA Tesla K20m, 2688 CUDA cores, 732 MHz hw_accel_desc001 = 6 GB GDDR5 RAM hw_accel_desc002 = (Kepler Generation) sw_accel_driver = NVIDIA UNIX x86_64 Kernel Module 346.46 sw_compiler = GNU Compiler C/C++ Version 6.2.0 sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_file = ext3 sw_avail = Aug-2016 sw_os000 = Ubuntu 14.04.5 LTS sw_os001 = Kernel 4.4.0-38-generic sw_other = NVIDIA Cuda SDK 7.0, driver version 367.48 sw_state = Run Level 5 (Multi-User) # Tester description - edit the date, put your license number here! tester = HZDR test_sponsor = HZDR license_num = 65A prepared_by = display_order = 1a ####################################################################### # End of SUT section # If this config file were to be applied to several SUTs, edits would # be needed only ABOVE this point. ###################################################################### ###################################################################### # The header section of the config file. Must appear # before any instances of "default=" # # ext = how the binaries you generated will be identified # tune = specify "base" or "peak" or "all" # the rest are default values ext = ocl-gcc-k20 output_format = all #table = 0 teeout = no teerunout = yes tune = base,peak ###################################################################### # Compiler selection, versions, and dates. # # sw_compiler = additional information describing the compiler # CC = how the C Compiler is invoked # FC = how the FORTRAN compiler is invoked default=default=default=default: CC = gcc CXX = g++ FC = gfortran strict_rundir_verify = 0 ####################################################################### # # notes8xx are used for listing the portability flags that are needed # to get some of the programs to compile. While SPEC has made efforts # to ensure that programs do not require these types of flags, some # of the programs are advanced enough and the differences between # operating systems great enough that some programs require these. # # For portability flags for benchmarks not listed, duplicate the format # used below. Each benchmark is assigned its own "area" and its own # setting for EXTRA_CFLAGS # # EXTRA_CFLAGS = Additional flags to use for compilation; typically # used for portability flags # EXTRA_LIBS = Additional libraries used for compilation; typically # used for issues of portability # EXTRA_FFLAGS = Additional flags to use for compilation; typically # used for portability flags ####################################################################### # # OPTIMIZE = flags applicable to all compilers # COPTIMIZE = flags applicable to the C compiler # FOPTIMIZE = flags applicable to the Fortran compiler # # See your compiler manual for information on the flags available # for your compiler # OPTIMIZE = -O2 LIBS = -L/opt/pkg/devel/cuda/7.0/libb64 -lOpenCL EXTRA_LIBS = EXTRA_CXXFLAGS = -I/opt/pkg/devel/cuda/7.0/include EXTRA_CFLAGS = -I/opt/pkg/devel/cuda/7.0/include 116.histo=base=default=default: CPORTABILITY += -DSPEC_LOCAL_MEMORY_HEADROOM=2 122.cfd=base=default=default: CXXPORTABILITY += -std=gnu++98 #122.cfd c++ error because of gnu++11/14 101.tpacf=peak=default=default: OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=1024 103.stencil=peak=default=default: basepeak=yes #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=0 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_1=0 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_2=0 104.lbm=peak=default=default: OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=32 OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_1=1 OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_2=1 110.fft=peak=default=default: basepeak = yes 112.spmv=peak=default=default: OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=96 114.mriq=peak=default=default: basepeak = yes #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=256 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_1_0=256 116.histo=peak=default=default: basepeak = yes #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=512 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_1_0=512 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_1_1=1 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_2_0=1024 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_3_0=512 117.bfs=peak=default=default: OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=64 OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_1_0=64 118.cutcp=default=default=default: #CPORTABILITY += -D__GNUC__ 118.cutcp=peak=default=default: basepeak = yes 120.kmeans=peak=default=default: OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=288 121.lavamd=peak=default=default: basepeak = yes #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=128 122.cfd=peak=default=default: #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=192 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_1_0=192 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_2_0=192 OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_3_0=288 #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_4_0=192 CXXPORTABILITY += -std=gnu++98 123.nw=peak=default=default: basepeak=yes 124.hotspot=peak=default=default: basepeak=yes #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=16 125.lud=peak=default=default: OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=32 126.ge=peak=default=default: OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=512 OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_1_0=1 OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_1_1=512 127.srad=peak=default=default: basepeak=yes #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=256 128.heartwall=peak=default=default: basepeak=yes #OPTIMIZE += -DSPEC_ACCEL_WG_SIZE_0_0=256 140.bplustree=peak=default=default: basepeak = yes ####################################################################### # End of user-supplied information. ####################################################################### # The following settings were obtained by running 'specperl $[top]/Docs/sysinfo' default: notes_plat_sysinfo_000 = Sysinfo program /tmp/spec/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on kepler002 Thu Aug 24 13:13:30 2017 notes_plat_sysinfo_015 = notes_plat_sysinfo_020 = This section contains SUT (System Under Test) info as seen by notes_plat_sysinfo_025 = some common utilities. To remove or add to this section, see: notes_plat_sysinfo_030 = http://www.spec.org/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz notes_plat_sysinfo_050 = 2 "physical id"s (chips) notes_plat_sysinfo_055 = 8 "processors" notes_plat_sysinfo_060 = cores, siblings (Caution: counting these is hw and system dependent. The notes_plat_sysinfo_065 = following excerpts from /proc/cpuinfo might not be reliable. Use with notes_plat_sysinfo_070 = caution.) notes_plat_sysinfo_075 = cpu cores : 4 notes_plat_sysinfo_080 = siblings : 4 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 notes_plat_sysinfo_090 = physical 1: cores 0 1 2 3 notes_plat_sysinfo_095 = cache size : 10240 KB notes_plat_sysinfo_100 = notes_plat_sysinfo_105 = From /proc/meminfo notes_plat_sysinfo_110 = MemTotal: 65949360 kB notes_plat_sysinfo_115 = HugePages_Total: 0 notes_plat_sysinfo_120 = Hugepagesize: 2048 kB notes_plat_sysinfo_125 = notes_plat_sysinfo_130 = /usr/bin/lsb_release -d notes_plat_sysinfo_135 = Ubuntu 14.04.5 LTS notes_plat_sysinfo_140 = notes_plat_sysinfo_145 = From /etc/*release* /etc/*version* notes_plat_sysinfo_150 = debian_version: jessie/sid notes_plat_sysinfo_155 = os-release: notes_plat_sysinfo_160 = NAME="Ubuntu" notes_plat_sysinfo_165 = VERSION="14.04.5 LTS, Trusty Tahr" notes_plat_sysinfo_170 = ID=ubuntu notes_plat_sysinfo_175 = ID_LIKE=debian notes_plat_sysinfo_180 = PRETTY_NAME="Ubuntu 14.04.5 LTS" notes_plat_sysinfo_185 = VERSION_ID="14.04" notes_plat_sysinfo_190 = HOME_URL="http://www.ubuntu.com/" notes_plat_sysinfo_195 = SUPPORT_URL="http://help.ubuntu.com/" notes_plat_sysinfo_200 = redhat-release: Red Hat Enterprise Linux Server release 6.5 (Santiago) notes_plat_sysinfo_205 = rh-release: Red Hat Enterprise Linux Server release 7.2 (Maipo) notes_plat_sysinfo_210 = notes_plat_sysinfo_215 = uname -a: notes_plat_sysinfo_220 = Linux kepler002 4.4.0-38-generic #57~14.04.1-Ubuntu SMP Tue Sep 6 17:20:43 notes_plat_sysinfo_225 = UTC 2016 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_230 = notes_plat_sysinfo_235 = run-level 5 Jan 23 15:07 notes_plat_sysinfo_240 = notes_plat_sysinfo_245 = SPEC is set to: /tmp/spec/1.2 notes_plat_sysinfo_250 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_255 = /dev/sda1 ext3 30G 14G 15G 47% / notes_plat_sysinfo_260 = notes_plat_sysinfo_265 = Cannot run dmidecode; consider saying 'chmod +s /usr/sbin/dmidecode' notes_plat_sysinfo_270 = notes_plat_sysinfo_275 = (End of data from sysinfo program) hw_cpu_name = Intel Xeon E5-2609 0 hw_disk = 30 GB add more disk info here hw_memory002 = 62.894 GB fixme: If using DDR3, format is: hw_memory003 = 'N GB (M x N GB nRxn PCn-nnnnnR-n, ECC)' hw_nchips = 2 prepared_by = kroh21 (is never output, only tags rawfile) sw_file = ext3 sw_os001 = Ubuntu 14.04.5 LTS sw_os002 = 4.4.0-38-generic sw_state = Run level 5 (add definition here) # The following section was added automatically, and contains settings that # did not appear in the original configuration file, but were added to the # raw file after the run. default: flagsurl000 = file://bigdata/rz/kroh21/SPEC/ACCEL/run/gcc62_ocl_flags.xml # The following section was added automatically, and contains settings that # did not appear in the original configuration file, but were added to the # raw file after the run. default: flagsurl000 = file://home/kroh21/HOME/SPEC/ACCEL/run/gcc62_ocl_flags.xml hw_cpu_name = Intel Xeon E5-2609 hw_cpu_char = No TURBO hw_cpu_mhz = 2400 hw_cpu_max_mhz = 2400 hw_fpu = Integrated hw_ncpuorder = 1,2 chips hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 256 KB I+D on chip per core hw_tcache = 10 MB I+D on chip per chip hw_ocache = None hw_disk = 60 GB INTEL SSDSC2CW060A3 hw_accel_model = Tesla K20m hw_accel_vendor = NVIDIA hw_accel_name = NVIDIA Tesla K20m hw_accel_type = GPU hw_accel_connect = PCIe 2.0 16x hw_accel_ecc = yes sw_accel_driver = NVIDIA UNIX x86_64 Kernel Module 367.48 sw_compiler = GNU Compiler C/C++ Version 6.2.0 sw_file = ext3 sw_state = Run level 5 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = NVIDIA Cuda SDK 7.0, driver version 367.48 hw_accel_desc000 = NVIDIA Tesla K20m, 2688 CUDA cores, 732 MHz hw_accel_desc001 = 6 GB GDDR5 RAM hw_accel_desc002 = (Kepler Generation) test_sponsor = HZDR license_num = 65A tester = HZDR hw_avail = Jan-2013 sw_avail = Aug-2016 prepared_by = kroh21 (is never output, only tags rawfile) hw_vendor = Supermicro hw_model = Supermicro X9DRG-HF hw_nthreadspercore = 1 hw_ncoresperchip = 4 hw_ncores = 8 hw_nchips = 2 hw_memory000 = 64 GB (8 x 8 GB 2Rx4 PC3-12800R-11, ECC, running hw_memory001 = at 1066MHz) sw_os000 = Ubuntu 14.04.5 LTS sw_os001 = Ubuntu 14.04.5 LTS sw_os002 = 4.4.0-38-generic notes_plat_sysinfo_000 = Sysinfo program /tmp/spec/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on kepler002 Thu Aug 24 13:13:30 2017 notes_plat_sysinfo_015 = notes_plat_sysinfo_020 = This section contains SUT (System Under Test) info as seen by notes_plat_sysinfo_025 = some common utilities. To remove or add to this section, see: notes_plat_sysinfo_030 = http://www.spec.org/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz notes_plat_sysinfo_050 = 2 "physical id"s (chips) notes_plat_sysinfo_055 = 8 "processors" notes_plat_sysinfo_060 = cores, siblings (Caution: counting these is hw and system dependent. The notes_plat_sysinfo_065 = following excerpts from /proc/cpuinfo might not be reliable. Use with notes_plat_sysinfo_070 = caution.) notes_plat_sysinfo_075 = cpu cores : 4 notes_plat_sysinfo_080 = siblings : 4 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 notes_plat_sysinfo_090 = physical 1: cores 0 1 2 3 notes_plat_sysinfo_095 = cache size : 10240 KB notes_plat_sysinfo_100 = notes_plat_sysinfo_105 = From /proc/meminfo notes_plat_sysinfo_110 = MemTotal: 65949360 kB notes_plat_sysinfo_115 = HugePages_Total: 0 notes_plat_sysinfo_120 = Hugepagesize: 2048 kB notes_plat_sysinfo_125 = notes_plat_sysinfo_130 = /usr/bin/lsb_release -d notes_plat_sysinfo_135 = Ubuntu 14.04.5 LTS notes_plat_sysinfo_140 = notes_plat_sysinfo_145 = From /etc/*release* /etc/*version* notes_plat_sysinfo_150 = debian_version: jessie/sid notes_plat_sysinfo_155 = os-release: notes_plat_sysinfo_160 = NAME="Ubuntu" notes_plat_sysinfo_165 = VERSION="14.04.5 LTS, Trusty Tahr" notes_plat_sysinfo_170 = ID=ubuntu notes_plat_sysinfo_175 = ID_LIKE=debian notes_plat_sysinfo_180 = PRETTY_NAME="Ubuntu 14.04.5 LTS" notes_plat_sysinfo_185 = VERSION_ID="14.04" notes_plat_sysinfo_190 = HOME_URL="http://www.ubuntu.com/" notes_plat_sysinfo_195 = SUPPORT_URL="http://help.ubuntu.com/" notes_plat_sysinfo_200 = redhat-release: Red Hat Enterprise Linux Server release 6.5 (Santiago) notes_plat_sysinfo_205 = rh-release: Red Hat Enterprise Linux Server release 7.2 (Maipo) notes_plat_sysinfo_210 = notes_plat_sysinfo_215 = uname -a: notes_plat_sysinfo_220 = Linux kepler002 4.4.0-38-generic #57~14.04.1-Ubuntu SMP Tue Sep 6 17:20:43 notes_plat_sysinfo_225 = UTC 2016 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_230 = notes_plat_sysinfo_235 = run-level 5 Jan 23 15:07 notes_plat_sysinfo_240 = notes_plat_sysinfo_245 = SPEC is set to: /tmp/spec/1.2 notes_plat_sysinfo_250 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_255 = /dev/sda1 ext3 30G 14G 15G 47% / notes_plat_sysinfo_260 = notes_plat_sysinfo_265 = Cannot run dmidecode; consider saying 'chmod +s /usr/sbin/dmidecode' notes_plat_sysinfo_270 = notes_plat_sysinfo_275 = (End of data from sysinfo program) # The following section was added automatically, and contains settings that # did not appear in the original configuration file, but were added to the # raw file after the run. default: flagsurl000 = https://www.spec.org/accel/flags/flags-advanced.20170929.xml hw_cpu_name = Intel Xeon E5-2609 hw_cpu_char = No TURBO hw_cpu_mhz = 2400 hw_cpu_max_mhz = 2400 hw_fpu = Integrated hw_ncpuorder = 1,2 chips hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 256 KB I+D on chip per core hw_tcache = 10 MB I+D on chip per chip hw_ocache = None hw_disk = 60 GB INTEL SSDSC2CW060A3 hw_other = None hw_accel_model = Tesla K20m hw_accel_vendor = NVIDIA hw_accel_name = NVIDIA Tesla K20m hw_accel_type = GPU hw_accel_connect = PCIe 2.0 16x hw_accel_ecc = yes sw_accel_driver = NVIDIA UNIX x86_64 Kernel Module 367.48 sw_compiler = GNU Compiler C/C++ Version 6.2.0 sw_file = ext3 sw_state = Run level 5 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = NVIDIA Cuda SDK 7.0, driver version 367.48 hw_accel_desc000 = NVIDIA Tesla K20m, 2688 CUDA cores, 732 MHz hw_accel_desc001 = 6 GB GDDR5 RAM hw_accel_desc002 = (Kepler Generation) test_sponsor = HZDR license_num = 65A tester = HZDR hw_avail = Jan-2013 sw_avail = Aug-2016 prepared_by = kroh21 (is never output, only tags rawfile) hw_vendor = Supermicro hw_model = Supermicro X9DRG-HF hw_nthreadspercore = 1 hw_ncoresperchip = 4 hw_ncores = 8 hw_nchips = 2 hw_memory000 = 64 GB (8 x 8 GB 2Rx4 PC3-12800R-11, ECC, running hw_memory001 = at 1066MHz) sw_os000 = Ubuntu 14.04.5 LTS sw_os001 = Ubuntu 14.04.5 LTS sw_os002 = 4.4.0-38-generic notes_plat_sysinfo_000 = Sysinfo program /tmp/spec/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on kepler002 Thu Aug 24 13:13:30 2017 notes_plat_sysinfo_015 = notes_plat_sysinfo_020 = This section contains SUT (System Under Test) info as seen by notes_plat_sysinfo_025 = some common utilities. To remove or add to this section, see: notes_plat_sysinfo_030 = http://www.spec.org/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz notes_plat_sysinfo_050 = 2 "physical id"s (chips) notes_plat_sysinfo_055 = 8 "processors" notes_plat_sysinfo_060 = cores, siblings (Caution: counting these is hw and system dependent. The notes_plat_sysinfo_065 = following excerpts from /proc/cpuinfo might not be reliable. Use with notes_plat_sysinfo_070 = caution.) notes_plat_sysinfo_075 = cpu cores : 4 notes_plat_sysinfo_080 = siblings : 4 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 notes_plat_sysinfo_090 = physical 1: cores 0 1 2 3 notes_plat_sysinfo_095 = cache size : 10240 KB notes_plat_sysinfo_100 = notes_plat_sysinfo_105 = From /proc/meminfo notes_plat_sysinfo_110 = MemTotal: 65949360 kB notes_plat_sysinfo_115 = HugePages_Total: 0 notes_plat_sysinfo_120 = Hugepagesize: 2048 kB notes_plat_sysinfo_125 = notes_plat_sysinfo_130 = /usr/bin/lsb_release -d notes_plat_sysinfo_135 = Ubuntu 14.04.5 LTS notes_plat_sysinfo_140 = notes_plat_sysinfo_145 = From /etc/*release* /etc/*version* notes_plat_sysinfo_150 = debian_version: jessie/sid notes_plat_sysinfo_155 = os-release: notes_plat_sysinfo_160 = NAME="Ubuntu" notes_plat_sysinfo_165 = VERSION="14.04.5 LTS, Trusty Tahr" notes_plat_sysinfo_170 = ID=ubuntu notes_plat_sysinfo_175 = ID_LIKE=debian notes_plat_sysinfo_180 = PRETTY_NAME="Ubuntu 14.04.5 LTS" notes_plat_sysinfo_185 = VERSION_ID="14.04" notes_plat_sysinfo_190 = HOME_URL="http://www.ubuntu.com/" notes_plat_sysinfo_195 = SUPPORT_URL="http://help.ubuntu.com/" notes_plat_sysinfo_200 = redhat-release: Red Hat Enterprise Linux Server release 6.5 (Santiago) notes_plat_sysinfo_205 = rh-release: Red Hat Enterprise Linux Server release 7.2 (Maipo) notes_plat_sysinfo_210 = notes_plat_sysinfo_215 = uname -a: notes_plat_sysinfo_220 = Linux kepler002 4.4.0-38-generic #57~14.04.1-Ubuntu SMP Tue Sep 6 17:20:43 notes_plat_sysinfo_225 = UTC 2016 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_230 = notes_plat_sysinfo_235 = run-level 5 Jan 23 15:07 notes_plat_sysinfo_240 = notes_plat_sysinfo_245 = SPEC is set to: /tmp/spec/1.2 notes_plat_sysinfo_250 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_255 = /dev/sda1 ext3 30G 14G 15G 47% / notes_plat_sysinfo_260 = notes_plat_sysinfo_265 = Cannot run dmidecode; consider saying 'chmod +s /usr/sbin/dmidecode' notes_plat_sysinfo_270 = notes_plat_sysinfo_275 = (End of data from sysinfo program)